*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba9c4c40854dc65743acda35a7584ea77908edc32
1 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
3         * loadhist.el (unload-feature): Typo.
5         * finder.el (finder-compile-keywords): 
6         * cus-dep.el (custom-make-dependencies): Add local-variable settings
7         to the generated file.
9         * mail/mh-e.el (mh-make-local-vars):
10         Replace make-variable-buffer-local with make-local-variable.
12         * options.el (Edit-options-{set,toggle,t,nil}):
13         * mail/mailabbrev.el (mail-abbrevs-mode): 
14         * textmodes/tex-mode.el (tex-expand-files): 
15         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
17         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
20         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
21         Allow going past the last element.
22         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark) 
23         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
24         (cvs-mouse-toggle-mark): Don't move point.
25         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
27         * progmodes/compile.el (grep): Provide a default set of files.
28         (next-error): Docstring fix.
29         (compilation-find-file): Avoid find-file (fails in a dedicated window).
31         * emacs-lisp/easy-mmode.el (define-minor-mode):
32         Use `symbol-value' to keep the byte-compiler quiet.
34         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
35         (diff-find-source-location): New fun, extracted from diff-goto-source.
36         (diff-goto-source): Use it.
37         (diff-next-complex-hunk, diff-filter-lines): New function.
38         (diff-apply-hunk): New command.
40         * smerge-mode.el (smerge-mode-menu): Doc fix.
42         * msb.el (msb-mode): Define it in terms of define-minor-mode.
44 2000-08-16  Dave Love  <fx@gnu.org>
46         * play/5x5.el: Doc fixes.
47         (5x5) <defgroup>: Add :version.
49         * play/fortune.el (fortune) <defgroup>: Add :version.
50         (fortune-append): Fix error message.
51         (fortune-from-region): Doc fix.
53         * play/pong.el (pong): Doc fix.
55         * play/morse.el: Keywords, commentary, autoloads.
57 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
59         * desktop.el (desktop-save): Don't look at symbol-value of a
60         member of minor-mode-alist, unless it is boundp.
62 2000-08-16  Sam Steingold  <sds@gnu.org>
64         * buff-menu.el (list-buffers-noselect): Use `dolist' instead of
65         `while'; use `with-current-buffer' instead of `save-excursion'.
66         Removed unnecessary kludges now that "*Buffer List*" is excluded.
68 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
70         * international/ccl.el (declare-ccl-program): Docstring modified.
71         (ccl-execute-with-args): Likewise.
73 2000-08-16  Miles Bader  <miles@gnu.org>
75         * progmodes/sql.el: Add compatibility definition onf
76         comint-line-beginning-position.
78 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
80         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
81         'buffer-menu' property.
82         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
83         fails.
84         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
85         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
86         wasn't killed.
88         * buff-menu.el (list-buffers-noselect): Don't display the
89         *Buffer List* buffer.
91         * font-lock.el: Require jit-lock to prevent a very late
92         `Loading jit-lock' message.
94         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
95         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
96         mail address.
98 2000-08-15  Miles Bader  <miles@gnu.org>
100         * textmodes/ispell.el (ispell-graphic-p): New constant.
101         (ispell-choices-win-default-height, ispell-help): Use
102         `ispell-graphic-p' instead of `xemacsp'.
104 2000-08-15  Dave Love  <fx@gnu.org>
106         * simple.el: Autoload widget-convert when compiling.
107         (mail-user-agent): Doc fix.
109         * help.el (function-called-at-point, variable-at-point): Use
110         with-syntax-table.
111         (help-manyarg-func-alist): Add insert-and-inherit.
113         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
115         * delsel.el (delsel-unload-hook): New function.
117         * find-file.el: Doc fixes.  Move provide to end.
118         (ff) <defgroup>: Add :link.
119         (ff-goto-click): Deleted.
120         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
121         Use mouse-set-point.
123         * textmodes/tildify.el: Doc fixes.
124         (tildify) <defgroup>: Add:version.
126         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
127         (glasses-custom-set): Use set-default, not set.
128         (minor-mode-alist): Propertize the lighter.
129         (glasses-mode): Provide optional arg.
131         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
132         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
133         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
134         option.  Provide :type.
135         (cwarn-configuration): Provide :type.
136         (cwarn-mode): Doc fix.
138         * add-log.el (change-log-merge): Doc fix.
139         (change-log-redate): New command.
141         * net/browse-url.el (browse-url-filename-alist): Add a clause for
142         Doze and Dog.
143         (browse-url): Use dolist, not mapcar.
144         (browse-url-at-point): Check for null url.
145         (browse-url-event-buffer, browse-url-event-point): Functions
146         deleted.
147         (browse-url-at-mouse, browse-url-netscape): Simplify.
149         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
150         modes.
151         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
152         Fix previous change to mapcan.
153         (msb--init-file-alist, msb--add-separators)
154         (msb--make-keymap-menu): Simplify.
155         (msb--choose-file-menu): Use copy-sequence.
156         (msb-mode-map): Add title to keymap.
157         (msb-unload-hook): New function.
159         * bs.el: Fix indentation.
160         (bs) <defgroup>: Add :links.
162 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
164         * calendar/timeclock.el (timeclock-file): Run .timelog through
165         convert-standard-filename.
167 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
169         * emacs-lisp/authors.el: New file.
171         * paren.el (show-paren-priority): New user option.
172         (show-paren-function): Set overlay priorities to
173         show-paren-priority.
175 2000-08-14  Miles Bader  <miles@gnu.org>
177         * comint.el (comint-bol): Use `forward-line 0' instead of calling
178         beginning-of-line with inhibit-field-text-motion bound.
180 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
182         * calendar/timeclock.el: New file.
184 2000-08-14  David Ponce  <david@dponce.com>
186         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
187         `widget-button-click'. so that one can use left mouse button to
188         click on dialog buttons.
190 2000-08-14  Emmanuel Briot  <briot@gnat.com>
192         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
193         identifiers, since XML is case sensitive
195 2000-08-12  Miles Bader  <miles@gnu.org>
197         * comint.el (comint-output-filter): Don't bother frobbing
198         window-start, it doesn't seem to be necessary.
200         * comint.el (comint-send-string, comint-send-region): Make into
201         real functions.  Snapshot the prompt before sending.
203 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
205         * info.el (Info-find-emacs-command-nodes): Rewrite to use
206         technique similar to Info-index, instead of relying on specific
207         names of relevant Index nodes.
208         (Info-goto-emacs-command-node): Bind Info-history to nil when
209         going to the first node found by Info-find-emacs-command-nodes.
211 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
213         * menu-bar.el (menu-bar-help-menu): Add a :help string.
215 2000-08-10  Miles Bader  <miles@gnu.org>
217         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
219 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
221         * info.el (Info-file-list-for-emacs): More elements for the
222         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
223         and woman manuals.
225 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
227         * comint.el (comint-send-input): Make the newline boundary overlay
228         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
229         (comint-output-filter): Use `insert' instead of
230         `insert-before-markers'.  Extend comint-last-output-overlay when
231         necessary since we can't rely on insert-before-markers to do it.
232         * gud.el (gud-filter): Use `with-current-buffer' instead of
233         save-excursion when inserting the output, so that point gets
234         updated correctly; the old method relied on a rather dodgy
235         side-effect of comint-output-filter to avoid the effect of
236         save-excursion.
238 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
240         * files.el (recover-file): Call insert-directory instead of
241         invoking `ls' directly.
243 2000-08-10  Miles Bader  <miles@gnu.org>
245         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
246         (comint-last-prompt-overlay): New variables.
247         (comint-output-filter): Implement prompt highlighting.
248         (comint-snapshot-last-prompt): New function.
249         (comint-send-input): Snapshot the last prompt.
250         Use comint-highlight-input-face.
251         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
252         Use defface instead of defcustom.
253         (send-invisible, comint-send-eof): Snapshot the last prompt.
254         (comint-delchar-or-maybe-eof): Use comint-send-eof.
255         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
257 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
259         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
260         (regexp-opt-group): Use a list of chars for `letters'.
261         (regexp-opt-charset): `chars' is now a list of chars.
262         Use a char-table rather than a vector so it works for multibyte chars.
264         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
265         Set cvs-minor-current-files to the selected fileinfo.
266         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
267         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
269 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
271         * files.el (insert-directory): Don't call access-file on
272         directories on DOS and Windows.
274 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
276         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
277         longer if necessary.
278         (ccl-embed-code): Call ccl-embed-data to store CODE in
279         ccl-program-vector.
281 2000-08-09  Miles Bader  <miles@gnu.org>
283         * comint.el (comint-output-filter): Properly handle the case where
284         the text surrounded by comint-last-output-overlay was deleted.
286 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
288         * info.el (Info-insert-dir): Use Info-additional-directory-list if
289         non-nil.
290         (Info-file-list-for-emacs): Remove "info" from the list because
291         that leads to trying to use the documentation from file `info'
292         in various situations where it isn't appropriate, for instance
293         C-h C-k C-h i.
295         * ffap.el (ffap-read-file-or-url-internal): Handle case that
296         DIR and/or STRING are nil.
298         * progmodes/compile.el (compilation-setup): Make variable
299         compilation-error-screen-columns buffer-local, as some comment
300         in the code suggests it should be.
302         * files.el (auto-mode-interpreter-regexp): New variable.
303         (set-auto-mode): Use it.
305         * indent.el (indent-for-tab-command): Doc fix.
307         * mouse-sel.el (mouse-sel-mode): Doc fix.
309         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
310         labels.
312         * help.el (print-help-return-message): When
313         display-buffer-reuse-frames is set, let the help window been quit,
314         instead of deleting it, which might delete a reused frame.
316 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
318         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
319         rename a directory to a name that differs only by its letter case.
321 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
323         * international/quail.el (quail-define-rules): Handle Quail decode
324         map correctly.  Add code for supporting annotations.
325         (quail-install-decode-map): New function.
326         (quail-defrule-internal): New optional arguments decode-map and
327         props.
328         (quail-advice): New function.
330 2000-08-07  Sam Steingold  <sds@gnu.org>
332         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
333         `defconst', `define-condition', `with-slots'.
334         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
336 2000-08-03  Miles Bader  <miles@gnu.org>
338         * comint.el (comint-use-prompt-regexp-instead-of-fields):
339         New variable.
340         (comint-prompt-regexp, comint-get-old-input): Document dependence on
341         comint-use-prompt-regexp-instead-of-fields.
342         (comint-send-input): Add `input' field property to stuff we send to
343         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
344         (comint-output-filter): Add `output' field property to process
345         output, if comint-use-prompt-regexp-instead-of-fields is nil.
346         (comint-replace-by-expanded-history)
347         (comint-get-old-input-default, comint-show-output)
348         (comint-backward-matching-input, comint-forward-matching-input)
349         (comint-next-prompt, comint-previous-prompt):  Use field
350         properties if comint-use-prompt-regexp-instead-of-fields is nil.
351         (comint-line-beginning-position): New function.
352         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
353         (comint-replace-by-expanded-history-before-point): Use
354         comint-line-beginning-position and line-end-position.
355         (comint-last-output-overlay): New variable.
356         (comint-mode): Make `comint-last-output-overlay' buffer-local.
358         * shell.el (shell-prompt-pattern): Doc change.
359         (shell-backward-command): Use line-beginning-position.
361         * gud.el (gud-gdb-complete-command): Use
362         comint-line-beginning-position.
364         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
365         comint-bol doesn't actually go to the beginning of the line.
367         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
368         if comint-use-prompt-regexp-instead-of-fields is non-nil.
369         (try-expand-line-all-buffers): Likewise.
371         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
372         explicitly matching comint-prompt-regexp.
373         (sql-copy-column): Use comint-line-beginning-position instead of
374         explicitly matching comint-prompt-regexp.
376         * progmodes/octave-inf.el (inferior-octave-complete): Use
377         comint-line-beginning-position.
379         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
381         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
382         looking for a prompt, use `forward-line 0' instead of
383         `beginning-of-line', to avoid getting caught by an input field.
385 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
387         * files.el (shell-quote-wildcard-pattern): Make sure to return
388         PATTERN, in the Unix case.
390 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
392         * play/zone.el (zone): Discard any pending input before running
393         the randomly-chosen pgm.
395 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
397         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
398         checking the existence of any multibyte characters.
400 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
402         * help.el (describe-mode): Test minor-mode symbol for being
403         bound before testing its value for being nil.
405         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
406         `first', `second', and `third'.
408         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
409         (second): Make it an alias for `cadr'.
411 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
413         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
414         types of display support faces now.
416 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
418         * pcvs.el (require): Require `cl' during compilation, only.
420         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
421         (toplevel): Remove `remq' and `remove' from autoloads.
422         (cl-fake-autoloads): New variable.  If set, arrange for an error
423         when CL functions etc. are autoloaded.
425 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
427         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
429         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
430         popped up, but the user clicks outside the menu, return an empty
431         regexp (that causes unhighlight-regexp to have no effect).
433         * menu-bar.el (menu-bar-games-menu): Add Zone.
435         * hi-lock.el (toplevel): Require font-lock.
437 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
439         * ebnf2ps.el: Get around a bug on skip-chars-forward.
440         (ebnf-8-bit-chars): New var for bug fix.
441         (ebnf-string): Bug fix.
443 2000-08-03  Sam Steingold  <sds@gnu.org>
445         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
446         instead of `buffer-string'.
447         (require 'cl): Always, not just when compiling.
448         `ignore-errors' in `interactive', `list*', `defun*' &c make this
449         necessary.
451 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
453         * international/mule-cmds.el (select-safe-coding-system): Make
454         the message text about selecting a safe coding system more clear.
456 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
458         * hi-lock.el: New file.
460         * play/zone.el: New file.
462         * replace.el (occur): Set tab-width in the *Occur* buffer to the
463         value of tab-width in the original buffer.  Choose a line number
464         format that's a multiple of the original buffer's tab width, so
465         that lines appear right.
467         * textmodes/ispell.el (ispell): New function, replacing an alias.
468         Spell-check active region if in transient-mark-mode and mark
469         is active; otherwise spell-check buffer.
471 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
473         * ps-mule.el: Fix a customization problem on
474         ps-mule-font-info-database-default.
476 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
478         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
479         display-mouse-p instead of window-system.
480         (ebrowse-member-mode-map): Ditto.
482 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
484         * ebnf2ps.el: Update ps-print functions call.  Indentation fix.  Doc
485         fix.
486         (ebnf-version): New version number (3.2).
487         (ebnf-format-color, ebnf-begin-job): Code fix.
489 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
491         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
492         font lock support on window-system.
493         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
495         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
496         display-color-p, if fboundp, instead of window-system.
498 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
500         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
501         instead of window-system.
503         * wid-edit.el (widget-choose): Use display-mouse-p instead of
504         window-system.
505         (widget-choice-mouse-down-action): Use display-popup-menus-p
506         instead of window-system.
508         * strokes.el (strokes-file): Run the file name through
509         convert-standard-filename.
510         (strokes-mode): Call display-mouse-p instead of looking at
511         window-system.  Change the error message accordingly.
513         * progmodes/cpp.el (toplevel): Support faces on tty's.
515         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
516         (lm-plot-square, lm-init-display): Don't use window-system.
518         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
519         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
521         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
522         instead of looking at window-system.
524 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
526         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
527         of testing if iswitchb-prepost-hooks is bound, because the
528         latter will always be true when invoking a recursive minibuffer
529         from an active Iswitchb buffer.
531 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
533         * files.el (shell-quote-wildcard-pattern): New function.
534         (insert-directory): Call it.  Only prepend "\" to command on Unix
535         and GNU/Linux systems.
537 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
539         * eshell/esh-groups.el: Change custom :link file names
540         from `eshell.info' to `eshell'.
542 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
544         * dired.el (dired-build-subdir-alist): Expand subdirectory names
545         correctly in recursive ange-ftp listings.
547 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
549         * ps-print.el: Fix bug 1: if ps-font-size-internal,
550         ps-header-font-size-internal and
551         ps-header-title-font-size-internal variables are not set,
552         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
553         face text property is (foreground-color . COLOR) or
554         `(background-color . COLOR)', ps-print crashes.  Doc fix.
555         (ps-print-version): New version number (5.2.4).
556         (ps-plot-region): Code fix.
557         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
558         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
559         Bug fix 2.
561 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
563         * glasses.el (glasses-make-readable): Fix uncapitalization of
564         identifiers like `myXMLDocument'.
566 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
568         * mail/mail-hist.el (mail-hist-previous-input)
569         (mail-hist-next-input): Do the obvious code factorization.
570         (mail-hist-retrieve-and-insert): New func, contains common
571         code of above two.
572         If inserting a message body, leave point at top.
574 2000-07-28  Sam Steingold  <sds@gnu.org>
576         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
577         Use `<=', not `<' to compare times!
578         (ange-ftp-ls): Remove.
580 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
582         * play/cookie1.el: Add explanation of how to make cookie.el
583         compatible with strfile(1) to comment.
585         * subr.el (remove, remq): New functions.
587         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
588         escape `*' in regexps.
589         (midnight-find): Reverse order of arguments in the funcall of
590         TEST.
592         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
593         and `.class'.
595         * play/meese.el: Add Commentary section.
597 2000-07-27  Alex Schroeder  <alex@gnu.org>
599         * sql.el (sql-ms): Added autoload cookie.
600         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
601         (sql-oracle): Ditto.
602         (sql-help): Doc change.
604         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
605         types and exceptions.
607 2000-07-27  Alex Schroeder  <alex@gnu.org>
609         * sql.el (sql-placeholder-history): New variable.
610         (sql-query-placeholders-and-send): New function that will query
611         the user and replace placeholders with user input.
612         (sql-oracle): If running on NT, set comint-input-sender to
613         sql-query-placeholders-and-send.
615         (sql-stop): If in the SQLi buffer, insert stop notification, else
616         present it as a message.
618 2000-07-27  Alex Schroeder  <alex@gnu.org>
620         * sql.el (sql-input-ring-separator): Doc change.
621         (sql-input-ring-file-name): Doc change.
622         (sql-interactive-mode): Use `sql-input-ring-separator' and
623         `sql-input-ring-file-name' to set the comint-mode equivalents
624         without making them local variables.
625         (sql-stop): Don't bind `sql-input-ring-separator' and
626         `sql-input-ring-file-name' dynamically to their comint-mode
627         equivalents.
629 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
631         * international/mule.el (register-char-codings): New function.
632         (make-coding-system): Handle `safe-chars' specification in the arg
633         PROPERTY.
635         * international/mule-cmds.el
636         (find-coding-systems-region-subset-p): This function deleted.
637         (sort-coding-systems-predicate): New variable.
638         (sort-coding-systems): New function.
639         (find-coding-systems-region): Use
640         find-coding-systems-region-internal.
641         (find-coding-systems-string): Use find-coding-systems-region.
642         (find-coding-systems-for-charsets): Check
643         char-coding-system-table.
644         (select-safe-coding-system-accept-default-p): New variable.
645         (select-safe-coding-system): Mostly rewritten.  New argument
646         ACCEPT-DEFAULT-P.
647         (select-message-coding-system): Call select-safe-coding-system
648         with ACCEPT-DEFAULT-P arg.
649         (reset-language-environment): Reset default-sendmail-coding-system
650         to the default value iso-latin-1.
651         (set-language-environment): Don't set the obsolete variable
652         charset-origin-alist.
654         * international/codepage.el (cp-coding-system-for-codepage-1):
655         Give `safe-chars' property to make-coding-system.
657         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
658         calling select-message-coding-system twice.
660         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
661         instead of `safe-charsets'.
662         (cyrillic-alternativnyj): Likewise.
663         (ccl-encode-alternativnyj): Don't check the charset
664         cyrillic-iso8859-5.
666 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
668         * composite.el (compose-chars-after): Preserve match data.
670 2000-07-26  Sam Steingold  <sds@gnu.org>
672         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
673         (ange-ftp-real-file-newer-than-file-p): New function.
674         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
675         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
677         * tooltip.el (tooltip-float-time): Removed (use `float-time').
678         * midnight.el (midnight-float-time): Ditto.
680 2000-07-26  Andreas Schwab  <schwab@suse.de>
682         * files.el (normal-backup-enable-predicate): Correct
683         interpretation of the return value of compare-strings.
685 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
687         * isearch.el (isearch-resume): New function.
688         (isearch-done): Add something to command-history to resume
689         the search.
690         (isearch-yank-line, isearch-yank-word): Use
691         buffer-substring-no-properties instead of buffer-substring.
693         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
694         of flyspell-mouse-map.
696         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
697         duplicate definition.
698         (makefile-mode): Remove duplicate setting of local-abbrev-table.
700         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
701         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
703 2000-07-25  Sam Steingold  <sds@gnu.org>
705         * net/ange-ftp.el: Get modtime over the net.
706         (ange-ftp-file-modtime): New function.
707         (ange-ftp-write-region, ange-ftp-insert-file-contents)
708         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
709         Use it.
710         (ange-ftp-dot-to-slash): New function.
711         (ange-ftp-fix-name-for-vms): Use it.
713         * midnight.el (midnight-buffer-display-time): Use
714         `with-current-buffer'.
716 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
718         * find-dired.el: Update copyright notice.
719         (find-dired): Offer to kill a running `find'.
721         * enriched.el (enriched-face-ans): For a `foreground-color'
722         property, return '(("x-color" COLOR))' so that COLOR will be
723         output as a parameter of the x-color annotation.  Likewise for the
724         `background-color' property.  In the case of normal face
725         properties, don't return annotations for unspecified foreground
726         and background face attributes.
728 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
730         * language/japan-util.el (japanese-katakana-region): Fix handling
731         HANKAKU argument.
733 2000-07-25  Miles Bader  <miles@gnu.org>
735         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
736         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
737         constrain-to-field.
739 2000-07-24  Andrew Innes  <andrewi@gnu.org>
741         * timer.el (timer-activate-when-idle): Add optional parameter
742         DONT-WAIT.  Update docstring.
743         (run-with-idle-timer): Specify extra parameter to
744         timer-activate-when-idle, so that timer will be activated
745         immediately if Emacs is already idle.
747         * w32-fns.el (w32-using-nt): Fix docstring.
749 2000-07-24  Dave Love  <fx@gnu.org>
751         * mouse.el (popup-menu): Set last-command-event.
752         (mouse-major-mode-menu-prefix): Declare.
754 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
756         * textmodes/flyspell.el: Update to author's version 1.5d.
758         * progmodes/hideshow.el: Update copyright notice.
760         * vcursor.el: Set maintainer to FSF, since author cannot
761         be reached.
763 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
765         * info.el (Info-goto-emacs-key-command-node): Leave a space after
766         the prompt.
768         * mouse.el (popup-menu): Run the keymap through indirect-function,
769         in case it was defined with define-prefix-key.  If the menu is a
770         list of keymaps, look up the binding of user's choice in each one
771         of the keymaps.
772         (mouse-popup-menubar): If the global and local menu-bar keymaps
773         don't have a prompt string, create one and insert it into the
774         keymap.  Don't barf if current-local-map returns nil.
776 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
778         * dired.el (dired-sort-R-check): Added to allow recursive listing
779         to be undone.
780         (dired-sort-other): Use it.
782 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
784         * Release of cc-mode 5.27
786 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
788         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
789         c-beginning-of-statement-1 that caused a bad case of recursion
790         which could consume a lot of CPU in large classes in languages
791         that have in-expression classes (i.e. Java and Pike).
793         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
794         statements before top level constructs (i.e. case 6 is moved
795         before case 5 and is now case 4) to catch in-expression
796         classes in top level expressions correctly.
798 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
800         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
801         objc-method-intro. Case 4 removed and case 5I added.
803         * cc-langs.el (c-append-paragraph-start): New variable used by
804         c-common-init to get paragraph-start correct.
805         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
806         initialize paragraph-start to make it correct both with and
807         without the javadoc special case.
809         * cc-mode.el (java-mode): Use c-append-paragraph-start to
810         initialize paragraph-start for javadoc markup.
812         * cc-vars.el (c-style-variables-are-local-p): Incompatible
813         change by defaulting this to t.  It's motivated by the
814         confusing behavior that otherwise arise from the style system
815         when editing both java and non-java files at the same time
816         (see the comments about style setting in c-common-init).
818 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
820         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
821         similar to the one in c-fill-paragraph to check the fill
822         prefix from the adaptive fill function for sanity.
824 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
826         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
827         defun block.
829 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
831         * cc-mode.texi Documented the change of cpp-macro.
833 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
835         * cc-align.el (c-lineup-multi-inher): Handle lines with
836         leading comma nicely. Extended to handle member initializers
837         too.
839         * cc-engine.el: (c-beginning-of-inheritance-list,
840         c-guess-basic-syntax): Fixed recognition of inheritance lists
841         when the lines begins with a comma.
843         * cc-mode.texi: Updated doc for c-lineup-multi-inher.
845         * cc-vars.el (c-offsets-alist): Changed default for
846         member-init-cont to c-lineup-multi-inher since it now handles
847         member initializers and indents better for leading commas.
849 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
851         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
852         handling that caused class open lines to be recognized as
853         statement-conts in some cases.
855         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
856         guessed by the adaptive fill function unless point is on the
857         first line of a block comment.
859         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
860         when the buffer ends with a macro continuation char.
862         * cc-engine.el (c-guess-basic-syntax): Added support for
863         function definitions as statements in Pike.  The first
864         statement in a lambda block is now labeled defun-block-intro
865         instead of statement-block-intro.
867         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
868         so that the class surrounding point is selected, not the one
869         innermost in the state.
871         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
872         recognition of switch labels having hanging multiline
873         statements.
875         * cc-engine.el (c-beginning-of-member-init-list): Broke out
876         some code in c-guess-basic-syntax to a separate function.
877         * cc-engine.el (c-just-after-func-arglist-p): Fixed
878         recognition of member inits with multiple line arglists.
879         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
880         member-init-cont when the commas are in funny places.
882 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
884         * cc-defs.el (c-auto-newline): Removed this macro since it's
885         not used anymore.
887         * cc-engine.el (c-looking-at-bos): New helper function.
888         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
889         inexpr and toplevel classes apart in Pike.
891         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
892         of case 9A.
894         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
895         constant, since "class" can introduce an in-expression class
896         in Pike nowadays.
898 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
900         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
901         indentation on cpp-macro lines.
903         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
904         a syntax modifier like comment-intro, to make it possible to
905         get syntactic indentation for preprocessor directives.  It's
906         incompatible wrt to lineup functions on cpp-macro, but it has
907         no observable effect in the 99.9% common case where cpp-macro
908         is set to -1000.
910 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
912         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
913         member-init-cont when the preceding arglist is several lines.
915 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
917         * cc-styles.el (c-style-alist): The basic offset for the BSD
918         style corrected to 8.
920 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
922         * cc-styles.el (c-style-alist): Adjusted the indentation of
923         brace list openers in the gnu style.
925 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
927         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
929         * cc-cmds.el (c-electric-brace, c-electric-slash,
930         c-electric-star, c-electric-semi&comma, c-electric-colon,
931         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
932         when c-syntactic-indentation is nil.
934         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
935         we were left at comments preceding the first statement when
936         reaching the beginning of the buffer.
938         * cc-vars.el (c-syntactic-indentation): New variable to turn
939         off all syntactic indentation.
941 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
943         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
944         between the text and the block comment ender when it hangs,
945         depending on how many there are before the fill.
947 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
949         * cc-engine.el (c-beginning-of-closest-statement): New helper
950         function to go back to the closest preceding statement start,
951         which could be inside a conditional statement.
952         * cc-engine.el (c-guess-basic-syntax): Use
953         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
955         * cc-engine.el (c-guess-basic-syntax): Better handling of
956         arglist-intro, arglist-cont-nonempty and arglist-close when
957         the arglist is nested inside parens.  Cases 7A, 7C and 7F
958         changed.
960         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
961         up-to-date with javadoc 1.2.
963 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
965         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
966         multiline Pike type decls.
968 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
970         * cc-cmds.el (c-indent-new-comment-line): Always break
971         multiline comments in multiline mode, regardless of
972         comment-multi-line.
974 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
976         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
977         fully::qualified::names in C++ member init lists.  Preamble in
978         case 5D changed.
980 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
982         * cc-langs.el (c-common-init): Handling of obsolete variables
983         moved to c-initialize-cc-mode.  More compatible style override
984         when using global style variables.
985         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
986         variables moved here.
988         * cc-mode.texi: Documented the special behavior of
989         c-special-indent-hook as a style variable.  Don't talk about
990         doing (c-make-styles-buffer-local t) in a mode hook, since
991         that's already too late to work right.
993         * cc-styles.el (c-make-styles-buffer-local): Flag style
994         variable localness in c-style-variables-are-local-p to make
995         the compatibility measure in c-common-init work well.
997         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
998         longer contain set-from-style.
999         * cc-styles.el (c-initialize-builtin-style): Don't check for
1000         set-from-style on c-special-indent-hook.
1001         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
1002         copy-alist is sufficient now.
1004         * cc-styles.el (c-set-style, c-set-style-1,
1005         c-get-style-variables): Fixes to variable initialization so
1006         that duplicate entries in styles have the same effect
1007         regardless of DONT-OVERRIDE.
1009         * cc-styles.el (c-set-style-2): Fixed bug where the
1010         initialization of inheriting styles failed when the
1011         dont-override flag is set.
1013         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
1014         on this.
1016 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1018         * cc-defs.el (c-forward-comment): Removed the workaround
1019         introduced in 5.38 since it had worse side-effects.  If a line
1020         contains the string "//\"", it regarded the // as a comment
1021         start since the \ temporarily doesn't have escape syntax.
1023 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
1025         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
1026         ada-xref.el before ada-prj.el, so that the Project menu is created
1027         when ada-prj tries to add to it.
1028         (ada-activate-keys-for-case): Suppress the characters that are not
1029         part of the Ada syntax. Better compatibility with else-mode
1030         (ada-adjust-case-interactive): When auto-casing is not active,
1031         correctly insert newlines (used to insert only ^M).  Prevent the
1032         syntax table from being changed in case of an error
1033         (or '_' becomes part of a word and some commands are confused).
1034         Do nothing if ada-auto-case is nil.
1035         (ada-after-keyword-p): Ignore keywords that are also attributes
1036         (ada-batch-reformat): Update usage comment
1037         (ada-call-from-contextual-menu): New function
1038         (ada-case-read-exceptions): Reinitialize the casing exception list
1039         first to nil first, so that the casing exception file can be
1040         shared.
1041         (ada-check-defun-name): Handles "configure" keyword for gnatdist
1042         files.
1043         (ada-compile-goto-error): Fix regexp used to detect a file:line
1044         anywhere in the error message
1045         (ada-contextual-menu-last-point): New variable
1046         (ada-create-keymap): If the variable delete-key-deletes-forward is
1047         t on XEmacs, it means that DEL should delete one character
1048         forward.
1049         (ada-create-menu): Use :included instead of :visible for XEmacs.
1050         New submenu "Options".
1051         (ada-end-stmt-re): Correctly indent "select ... then abort"
1052         statements.
1053         (ada-fill-comment-paragraph): Correctly delete all leading '--'
1054         even if they don't match ada-fill-comment-prefix Fix handling of
1055         paragraphs on the first or last line of a file.
1056         (ada-format-paramlist): Fix handling of default parameter values.
1057         (ada-get-body-name): New function.
1058         (ada-get-current-indent): Optimized by searchling directly for an
1059         existing generic part or a statement outside of it.  Handle
1060         ada-indent-align-comments when indenting comments Replaced some
1061         regexps by testing directly the next character. This results in a
1062         huge speedup on some files.  New indentation scheme for renames
1063         statements.  Stop looking for the 'while' or 'for' associated with
1064         a 'loop' at the first semicolon encountered.  A "return" can also
1065         match an anonymous access subprogram declaration.
1066         (ada-get-indent-noindent): Ignore strings and comments when
1067         looking for the keywords "record" and "private".
1068         (ada-goto-matching-decl-start): When matching "if", make sure we
1069         are not in fact seeing "end if".  Ignore "when" statements except
1070         when initial keyword was "begin".  Fix handling of nested
1071         procedures.  Add a recursive call to this function to skip over
1072         other 'end' statmts.  Fix indentation for "when .. => begin"
1073         (ada-in-open-paren-p): Fix indentation for complex boolean
1074         expressions, where 'and then', 'or else' and parenthesis
1075         statements are mixed up.
1076         (ada-in-paramlist-p): Skip comments while searching for the
1077         beginning Fix handling of operator declarations.
1078         (ada-indent-align-comments): New variable
1079         (ada-indent-current): Change the syntax table only in the
1080         protected section, so that we are sure it is restored correctly.
1081         (ada-indent-on-previous-lines): Use ada-use-indent and
1082         ada-with-indent Correctly indent "select ... then"
1083         (ada-indent-region): Slight speedup.
1084         (ada-indent-renames): New variable.
1085         (ada-last-which-function-subprog, ada-last-which-function-line):
1086         New variables
1087         (ada-looking-at-semi-private): Correctly indent the 'private'
1088         keyword when it is the first word in a package declaration.
1089         (ada-loose-case-word): Stop searching if at the end of the buffer.
1090         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
1091         even if point is not initially at the end of the word.
1092         (ada-matching-decl-start-re): Add "when".
1093         (ada-mode): Add support for abbrev-mode, outline-mode and
1094         which-func-mode Override the old find-file.el entry in
1095         ff-special-constructs since it is using the obsolete
1096         ada-spec-suffix variable
1097         (ada-no-auto-case): New function
1098         (ada-scan-paramlist): When parsing the argument type, accept
1099         spaces (as in "X 'Class", generated by Rational Rose).
1100         (ada-other-file-name): No longer loads the other file.
1101         (ada-popup-menu): Save and restore the current buffer and cursor
1102         position before and after displaying the menu.
1103         (ada-search-ignore-complex-boolean): New function.
1104         (ada-uncomment-region): Emacs21 already knows how to delete
1105         comments not starting in the first column.
1106         (ada-use-indent): New variable
1107         (ada-which-function): New function.
1108         (ada-with-indent): New variable
1109         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
1110         can be batch-compiled from the command line.
1112         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
1113         Add to the menu when the file is loaded, not in ada-mode-hook.
1114         Add -toolbar to the default ddd command Switches moved from
1115         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
1116         ada-prj-default-comp-opt
1117         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
1118         Reference Manual to the menu
1119         (ada-check-current): rewritten as a call to ada-compile-current
1120         (ada-compile): Removed.
1121         (ada-compile-application, ada-compile-current, ada-check-current):
1122         Set the compilation-search-path so that compile.el automatically
1123         finds the sources in src_dir.  Automatic scrollong of the
1124         compilation buffer.  C-uC-cC-c asks for confirmation before
1125         compiling
1126         (ada-compile-current): New parameter, prj-field
1127         (ada-complete-identifier): Load the .ali file before doing
1128         processing
1129         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
1130         conform to gnatmake's behavior.
1131         (ada-find-file-in-dir): New function
1132         (ada-find-references): Set the environment variables for gnatfind
1133         (ada-find-src-file-in-dir): New function.
1134         (ada-first-non-nil): Removed
1135         (ada-gdb-application): Add support for jdb, the java debugger.
1136         (ada-get-ada-file-name): Load the original-file first if not done
1137         yet.
1138         (ada-get-all-references): Handles the new ali syntax (parent types
1139         are found between <>).
1140         (ada-initialize-runtime-library): New function
1141         (ada-mode-hook): Always load a project file when a file is opened,
1142         so that the casing exceptions are correctly read.
1143         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
1144         (ada-parse-prj-file): Use find-file-noselect instead of find-file
1145         to open the project file, since the latter does not work with
1146         speedbar Get default values before loading the prj file, or the
1147         default executable file name is wrong.  Use the absolute value of
1148         src_dir to initialize ada-search-directories and
1149         compilation-search-path,...  Add the standard runtime library to
1150         the search path for find-file.
1151         (ada-prj-default-debugger): Was missing an opening '{'
1152         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
1153         variables.
1154         (ada-prj-default-gnatmake-opt): New variable
1155         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
1156         buffers, the project file is the default one Save the windows
1157         configuration before displaying the menu.
1158         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
1159         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
1160         ...)  regexp-quote identifiers names to support operators +,
1161         -,... in regexps.
1162         (ada-remote): New function.
1163         (ada-run-application): Erase the output buffer before starting the
1164         run Support remote execution of the application.  Use
1165         call-process, or the arguments are incorrectly parsed
1166         (ada-set-default-project-file): Reread the content of the active
1167         project file, not the one from the current buffer When a project
1168         file is set as the default project, all directories are
1169         automatically associated with it.
1170         (ada-set-environment): New function
1171         (ada-treat-cmd-string): New special variable ${current}
1172         (ada-treat-cmd-string): Revised.  The substitution is now done for
1173         any ${...} substring
1174         (ada-xref-current): If no body was found, compiles the spec
1175         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
1176         compiler to get rid of command line length limitations.
1177         (ada-xref-get-project-field): New function
1178         (ada-xref-project-files): New variable
1179         (ada-xref-runtime-library-specs-path)
1180         (ada-xref-runtime-library-ali-path): New variables
1181         (ada-xref-set-default-prj-values): Default run command now does a
1182         cd to the build directory.  New field: main_unit Provide a default
1183         file name even if the current buffer has no prj file.
1185         * ada-prj.el:
1186         Rewritten to show a tabbed-dialog.
1187         (ada-prj-add-ada-menu): Remove the map and name parameters.
1188         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
1189         New function
1190         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
1191         (ada-prj-load-from-file): New function
1192         (ada-prj-save): Always save fields that depend on the current buffer
1193         (ada-prj-show-value): New function
1195         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
1196         Ada mode. This will allow us to display the Ada menu in any buffer
1197         we want (for project items).
1198         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
1199         number of spaces in the header.
1201 2000-07-24  Dave Love  <fx@gnu.org>
1203         * ediff-init.el (ediff-region-help-echo): Bind face-help.
1205 2000-07-23  Noah Friedman  <friedman@splode.com>
1207         * type-break.el (type-break): perform autosave.
1208         Suggested by Stephen Gildea <gildea@intouchsys.com>.
1209         (type-break-do-query): Cancel query schedule while performing
1210         actual query, to avoid possibility of a second query being made
1211         while first one is already in progress.
1212         (type-break-time-stamp-format): New variable.
1213         (type-break-time-stamp): New function.
1214         (type-break-time-warning): Use it.
1215         (type-break-keystroke-warning): Use it.
1216         (type-break-noninteractive-query): Use it.
1218         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
1219         cookie.
1220         Use add-minor-mode to set minor-mode-alist, if available.
1221         (eldoc-echo-area-use-multiline-p): New user option.
1222         (eldoc-echo-area-multiline-supported-p): New variable.
1223         (eldoc-docstring-format-sym-doc): Use them.
1224         (eldoc-mode): If not using idle timers, append to local post and
1225         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
1226         (eldoc-display-message-no-interference-p): Don't interfere with
1227         edebug.
1228         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
1229         (eldoc-function-arglist): New function.
1230         (eldoc-function-argstring): Use it.
1232         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
1233         auto save directory exists before calling directory-files.
1235 2000-07-23  Dave Love  <fx@gnu.org>
1237         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
1238         ^o, ^u.
1240 2000-07-21  Dave Love  <fx@gnu.org>
1242         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
1243         now passed to the function.  It now works properly.
1245         * smerge-mode.el (smerge-mode-menu): Fill it out.
1247 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
1249         * info-look.el (info-lookup): If *info* is shown in another frame
1250         on the same display, select that frame, instead of switching to
1251         the Info buffer in another window of the selected frame.
1253         * simple.el (universal-argument-map): Bind numeric keypad keys
1254         kp-0 to kp-9 and kp-subtract.
1255         (digit-argument): Handle these keys.
1257 2000-07-20  Dave Love  <fx@gnu.org>
1259         * net/goto-addr.el (goto-address-fontify): Don't bother with
1260         buffer-modified and read-only stuff -- irrelevant with overlays.
1261         Put an extra property on the overlays and use it to clean up in
1262         case goto-address is re-run.
1264 2000-07-19  Richard M. Stallman  <rms@gnu.org>
1266         * timer.el (run-with-idle-timer): Doc fix.
1268         * mail/mail-utils.el (mail-strip-quoted-names):
1269         Handle case where <...> appears inside "...".
1270         Use replace-match to edit the string more simply.
1271         (rmail-dont-reply-to): Cope with an unmatched ".
1273 2000-07-19  Dave Love  <fx@gnu.org>
1275         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
1276         implementation.
1278         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
1279         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
1280         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
1282 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
1284         * textmodes/refer.el: Correct maintainer's email address.
1286         * progmodes/hideif.el: Correct author's email address.
1287         Fix typo in comment.
1289         * xml.el: New file.
1291         * mail/mailheader.el: Correct author's mail address.
1293         * gnus/parse-time.el: Correct author's mail address.
1295 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
1297         * comint.el (comint-highlight-input, comint-highlight-face):
1298         New user options.
1299         (comint-input-ring-file-name): Change custom type.
1300         (comint-mode-map): Bind mouse-2.
1301         (comint-insert-clicked-input): New function.
1302         (comint-send-input): Handle input highlighting.
1304 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
1306         * mouse.el (popup-menu): New function.
1307         (mouse-major-mode-menu): Use it.
1309 2000-07-18  Dave Love  <fx@gnu.org>
1311         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
1312         improvements.
1314 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1316         * faces.el (face-font-selection-order)
1317         (face-font-family-alternatives): Add custom type.
1319 2000-07-18  Dave Love  <fx@gnu.org>
1321         * cus-edit.el (custom-variable-reset-saved)
1322         (custom-variable-reset-standard): Remove unused bindings.
1324         * rect.el (open-rectangle-line): Remove unused let.
1326         * hl-line.el (hl-line-highlight): Check hl-line-mode.
1328 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1330         * cdl.el: Fix `Maintainer' keyword.
1332         * play/pong.el: Add author's email address.
1334 2000-07-17  Sam Steingold  <sds@gnu.org>
1336         * files.el (insert-directory): Call `split-string' instead of
1337         re-implementing it.
1339 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
1341         * mail/vms-pmail.el: Change maintainer to FSF.
1343         * net/goto-addr.el: Change maintainer to FSF.
1345         * recentf.el: Update from author.
1347         * info.el (Info-title-face-alist): Removed.
1349 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
1351         * eshell/eshell.el (eshell): Replace links to eshell.info with
1352         links to eshell, to avoid problems on systems where the manual is
1353         installed as `eshell'.
1354         * eshell/esh-cmd.el (eshell-cmd): Ditto.
1355         * eshell/em-smart.el (eshell-smart): Ditto.
1356         * eshell/em-banner.el (eshell-banner): Ditto.
1357         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
1359         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
1360         same-file check in the MS-DOS version (it does support inodes).
1362         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
1364         * eshell/eshell.el (eshell-directory-name):
1365         Run default directory name through convert-standard-filename.
1367 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
1369         * international/mule-cmds.el (select-safe-coding-system):
1370         Fix typo in the comment.
1372         * language/european.el (compound-text):
1373         Force katakana-jisx0201 to be designated to G1.
1375         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
1376         Don't translate some national variant characters of latin-jisx0201.
1377         (x-ctext): Force katakana-jisx0201 to be designated to G1.
1379         * international/kkc.el (kkc-after-update-conversion-functions):
1380         New variable.
1381         (kkc-update-conversion): Run functions in it at the tail.
1383 2000-07-16  John Wiegley  <johnw@gnu.org>
1385         * lisp/align.el (align-newline-and-indent):
1386         Adding new function.  for auto-aligning blocks of code on RET.
1387         (align-region): Fixed badly formatted minibuffer message.
1389 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
1391         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
1392         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
1393         the conversion list at first if appropriate.
1394         (kkc-next): Don't update kkc-next-count here.
1395         (kkc-prev): Don't update kkc-prev-count here.
1396         (kkc-show-conversion-list-update): Fix setting up of conversion
1397         list message.
1399 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
1401         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
1403 2000-07-16  Dave Love  <fx@gnu.org>
1405         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
1406         function to be more specific.
1408         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
1409         non-string help-echo.
1410         (widget-types-convert-widget): Defsubst it.
1411         (widget-echo-help): Try to cope with a help-echo function of two
1412         possible sorts.
1414 2000-07-15  Jason Rumney  <jasonr@gnu.org>
1416         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1417         Declare as obsolete.
1419         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
1421 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
1423         * hilit-chg.el: Fix typo.
1425 2000-07-14  Dave Love  <fx@gnu.org>
1427         * info.el (Info-mode-menu): Fix use of :help, :enable.
1429 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
1431         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
1433 2000-07-13  Dave Love  <fx@gnu.org>
1435         * emacs-lisp/easymenu.el: Doc fixes.
1436         (easy-menu-remove): Defalias to ignore.
1438         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
1439         Call throw correctly.
1441 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
1443         * faces.el (frame-background-mode): Doc fix.
1445         * simple.el (eval-expression-print-length): Change custom type to
1446         allow entering nil as value.
1448 2000-07-13  Dave Love  <fx@gnu.org>
1450         * progmodes/fortran.el (fortran-imenu-generic-expression):
1451         Change definition layout.
1452         (fortran-mode-menu): Reinstate customize entries.
1454         * cus-edit.el (custom-group-menu-create, customize-menu-create):
1455         Use :filter, per old XEmacs code.
1457 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
1459         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
1460         event when deciding what to send to the terminal.
1462 2000-07-12  Dave Love  <fx@gnu.org>
1464         * cus-start.el: Add optional version as 4th element of specs and
1465         use it for several things new in v21.  Remove load-path.  Fix type
1466         of line-number-display-limit.
1468 2000-07-11  Dave Love  <fx@gnu.org>
1470         * progmodes/fortran.el: Don't require easymenu.
1471         Use repeat counts in various regexps.
1472         (fortran-mode-syntax-table): Defvar directly.
1473         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1474         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
1475         Use defvar, not defconst.
1476         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
1477         (fortran-mode): Set fortran-comment-line-start-skip,
1478         fortran-comment-line-start-skip, dabbrev-case-fold-search.
1479         (fortran-comment-indent): Use defsubst.
1480         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
1481         Use fortran-comment-indent, not fortran-comment-indent-function.
1482         (fortran-comment-region, fortran-electric-line-number): Simplify.
1483         (fortran-auto-fill): New function.
1484         (fortran-do-auto-fill): Deleted.
1485         (fortran-find-comment-start-skip):
1486         Check for non-null comment-start-skip.
1487         (fortran-auto-fill-mode, fortran-fill-statement):
1488         Use fortran-auto-fill.
1489         (fortran-fill): Use fortran-auto-fill.  Check for null
1490         comment-start-skip.  Simplify final clause and use end-of-line finally.
1492         * widget.el (widget-plist-member): New alias.
1494 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
1496         * eshell/esh-module.el (toplevel): Reference
1497         byte-compile-current-file only if it is bound.
1499 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
1501         * dired.el: Don't require `dired-aux'.
1503 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
1505         * dired-aux.el (dired-show-file-type): New function.
1506         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
1507         (dired-show-file-type): Add autoload.
1509 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
1511         * international/mule-diag.el (describe-font): Adjusted for the
1512         change of fontset-info.
1513         (print-fontset): Likewise.
1515 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
1517         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
1519 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
1521         * bindings.el: Bind `[delete]' to delete-char.
1523         * dired.el (dired-find-alternate-file): New function.
1524         (dired-mode-map): Bind `a' to dired-find-alternate-file.
1525         (toplevel): Require dired-aux when compiling.
1526         (dired-buffers): Move defvar within file to avoid compiler warning.
1528         * info.el (Info-last-search): Variable removed.
1529         (Info-search-history): New variable.
1530         (Info-search): New Info-search-history.
1532         * battery.el, info-look.el: Change author's mail address.
1534 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
1536         * mail/rmail.el (rmail-clear-headers): Don't throw an error
1537         if rmail-ignored-headers is nil.
1538         (rmail-retry-failure): Bind rmail-ignored-headers and
1539         rmail-displayed-headers to nil.
1541 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
1543         * lpr.el (lpr-page-header-switches): Add `-h' switch.
1544         (print-region-1): Don't hard code `-h' here.
1546         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
1548 2000-07-01  Francesco Potorti`  <pot@gnu.org>
1550         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
1551         exim can use "your message" instead of "the message".
1553 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
1555         * facemenu.el: Docstrings fixes.
1556         (facemenu-get-face): Don't use internal-find-face.
1557         (facemenu-iterate): Rename arg to match the docstring.
1559         * newcomment.el (uncomment-region): Be more careful when skipping
1560         backwards over `=' not to bump into BOBP.
1562 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
1564         * ediff-diff.el (ediff-wordify): Use syntax table.
1565         * ediff-init.el (ediff-has-face-support-p): Use
1566         ediff-color-display-p.
1567         (ediff-color-display-p): Use display-color-p, changed to defun
1568         from defsubst.
1569         Got rid of special cases for NeXT and OS/2.
1570         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
1571         face.
1573 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1575         * emacs-lisp/lucid.el: Require CL.
1576         (copy-tree, remprop): Remove, it's provided by CL.
1577         (map-keymap): Define in terms of cl-map-keymap.
1578         (extent-property, set-extent-end-glyph): New functions.
1580         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
1582 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1584         * Makefile.in (DONTCOMPILE): Add comment that the name may
1585         not be changed without changing the make-dist script.
1587         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
1588         (cl-mapc): Use mapc instead of cl-old-mapc.
1590 2000-07-05  Andrew Innes  <andrewi@gnu.org>
1592         * makefile.nt: Add support for `bootstrap' and related targets.
1594 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
1596         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
1597         (easy-menu-do-define): Use `menu-item' format.
1598         Handle case where easy-menu-create-menu returns a symbol.
1599         Manually call the potential top-level filter in the function binding.
1600         (easy-menu-filter-return): New arg NAME.
1601         Convert to a keymap if MENU is an XEmacs menu.
1602         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
1603         (easy-menu-converted-items-table, easy-menu-convert-item):
1604         New var and fun to memoize easy-menu-convert-item-1.
1605         (easy-menu-do-add-item): Use it.
1606         (easy-menu-create-menu): Use easy-menu-convert-item.
1607         Wrap easy-menu-filter-return around any :filter specification.
1608         Don't convert the menu if a filter was specified.
1609         Tell easy-menu-make-symbol not to check for MENU being an expression.
1610         (easy-menu-make-symbol): New arg NOEXP.
1612 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
1614         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
1615         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
1616         (eval-defun): If called with prefix arg, instrument code for
1617         Edebug.
1619         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
1620         similar to that of eval-defun.
1622 2000-07-04  Dave Love  <fx@gnu.org>
1624         * hl-line.el (hl-line-overlay): Make it permanent-local.
1626         * calendar/todo-mode.el: Replaced with a working version, based on
1627         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
1629 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
1631         * paths.el (prune-directory-list): New function.
1632         (Info-default-directory-list): Rewritten to more methodically
1633         enumerate a big list of possible info directories (based on the
1634         list used by the standalone info reader).
1636         * info.el (info-initialize): Use prune-directory-list to remove
1637         non-existent directories from Info-directory-list.
1639         * paths.el (Info-default-directory-list): Try a list of possible
1640         info-directories instead of a single one.  Add the possible
1641         info directory "/usr/share/info".
1643         * woman.el (woman-man.conf-path): Explicitly include the debian
1644         man-db config file "/etc/manpath.config".
1645         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
1646         are present in `manpath.config'.
1647         (woman-manpath): Include "/usr/share/man".
1649 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
1651         * frame.el (blink-cursor-mode): Don't hide cursor initially.
1653         * startup.el (command-line): Initialize blink-cursor based
1654         on window-system.
1656         * frame.el (blink-cursor): Default to nil if not running under
1657         a window-system.
1659         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
1660         (face-x-resources): Remove duplicate entry for :font.
1662         * textmodes/refer.el (refer-find-entry-internal): Use some-window
1663         instead of cycling through windows with next-window.
1665         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
1666         of cycling through windows with next-window.
1668         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
1669         of cycling through windows with next-window.
1671         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
1672         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
1673         instead of cycling through windows with next-window.
1675         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
1676         instead of cycling through windows with next-window.
1678         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
1679         of cycling through windows with next-window.
1681         * terminal.el (te-process-output): Use walk-windows instead of
1682         cycling through windows with next-window.
1684         * server.el (server-switch-buffer): Use some-window instead of
1685         cycling through windows with next-window.
1687         * window.el (some-window): New function.
1688         (walk-windows): Remove reference to walk-windows-start.
1690         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
1692 2000-07-03  Richard Stallman  <rms@gnu.org>
1694         * window.el (walk-windows): Guarantee termination by keeping a list
1695         of all the windows already handled.
1697 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
1699         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
1700         window-system.
1702         * man.el (Man-notify-when-ready): Don't use window-system.  If
1703         Man-notify-method is newframe, and the display is not
1704         multi-frame, select the frame created for the man page.
1705         (Man-init-defvars): Doc fix.
1707 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
1709         * faces.el (region): Change background color for light background.
1711         * ediff-wind.el (ediff-setup-control-frame): Remove :box
1712         attribute from mode-line face of Ediff control frame.
1714         * replace.el (query-replace-map): Bind `e' like `E'.
1716 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
1718         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
1719         Change name to "Select All".
1721         * dos-fns.el (convert-standard-filename): Fix last change.
1723 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
1725         * help.el (describe-variable): Don't insert a second `'s' in front
1726         of the string `value is shown below'.  Since the syntax-table is
1727         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
1728         an existing `'s', so that this won't be deleted.
1730         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
1731         * pcmpl-unix.el: New files.
1733 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
1735         * wid-edit.el (widget-member): Use the new plist-member.
1737 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
1739         * replace.el (perform-replace): Undo change of 2000-04-04.
1740         Instead, move backward 1 character at the end of the loop when
1741         necessary.
1743         * faces.el (fringe): Change face for different backgrounds.
1745         * eshell/esh-module.el (toplevel): Load defgroup's differently;
1746         patch from John.
1748         * eshell/*.el: Change spelling of the Free Software Foundation.
1750         * eshell/esh-toggle.el: Removed.
1752         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
1754         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
1755         interactively.
1757 2000-06-26  Alex Schroeder  <alex@gnu.org>
1759         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
1760         `define-key'; instead of checking `(emacs-version)' check for
1761         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
1762         for `;' and `o' which might be electric.
1764         (sql-electric-stuff): New user option.
1765         (sql-magic-go): New function which uses `sql-electric-stuff'.
1766         (sql-magic-semicolon): New function which uses
1767         `sql-electric-stuff'.
1769         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
1770         is not fboundp.
1772         (sql-oracle-options): New variable.
1773         (sql-oracle): Use it.
1775         (sql-imenu-generic-expression): Doc change.
1776         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
1777         is used.
1779         (sql-informix): Added command line parameter "-" to force
1780         sql-informix-program to use stdout.
1782 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
1784         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
1785         (cp864-decode-table): Doc fix.
1786         (cp720-decode-table): New variable, supports the Arabic OEM
1787         codepage used by Windows.
1788         (cp737-decode-table): New, Greek OEM codepage used by Windows.
1790 2000-06-23  Dave Love  <fx@gnu.org>
1792         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
1793         (font-lock-fontify-anchored-keywords): Use
1794         line-beginning-position.
1795         (global-font-lock-mode): Use mapc.
1797 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
1799         * eshell/esh-module.el: Require CL when compiling.
1801 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
1803         * comint.el (comint-substitute-in-file-name): Call replace-match
1804         with second and third arg t.
1806         * cus-edit.el (custom-button-face, custom-button-pressed-face):
1807         Specify foreground color.
1809         * faces.el (tool-bar, mode-line, header-line): Specify foreground
1810         color.
1812         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
1814         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
1815         cddr instead of cdddr.
1817         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
1818         instead of copy-list.
1820         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
1821         of copy-list.
1823         * subdirs.el: Add eshell subdirectory.
1825         * eshell: New subdirectory containing the Eshell package.
1827         * pcomplete.el: New file.
1829 2000-06-23  Paul Eggert  <eggert@twinsun.com>
1831         * mail/mailpost.el (post-mail-send-it): Make sure file has
1832         proper permissions from birth.
1834         * files.el (basic-save-buffer-2): When temporarily setting
1835         file modes, set them to current modes plus 0200, not to 0777.
1837         * emerge.el (emerge-make-temp-file): Make sure file has proper
1838         permissions from birth.
1840 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
1842         * files.el (make-backup-file-name-1): On DOS/Windows, run the
1843         backup file name through convert-standard-filename.
1845         * dos-fns.el (convert-standard-filename): Convert leading
1846         directories as well.  When long file names are supported, convert
1847         characters that are invalid in Windows file names.
1849 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1851         * ps-print.el: Fix bug: if ^L is the very first buffer character,
1852         ps-print crashes.  New feature: page selection for printing.  Create
1853         raw-text-unix coding system for XEmacs.  Doc fix.
1854         (ps-print-version): New version number (5.2.3).
1855         (ps-plot-region): Bug fix.
1856         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
1857         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
1858         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
1859         funs.
1860         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
1861         (ps-last-page): New vars.
1863 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
1865         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
1866         empty option string.
1868 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
1870         * man.el (man): Doc fix.
1872 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
1874         * international/mule-cmds.el (set-language-info-alist): Docstring
1875         fixed.
1877 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
1879         * version.el (emacs-version): Use ISO date format.
1881         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
1882         instead of `M-backspace'.
1884         * simple.el (turn-off-auto-fill): New function.
1886 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
1888         * jit-lock.el (with-buffer-prepared-for-jit-lock):
1889         Renamed from with-buffer-prepared-for-font-lock and use
1890         inhibit-modification-hooks rather than setting *-change-functions.
1891         Update all functions to use the new name.
1892         (jit-lock-first-unfontify-pos): New semantics (and doc).
1893         (jit-lock-mode): Make non-interactive.
1894         Don't automatically turn on font-lock.
1895         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
1896         Always use jit-lock-after-change.
1897         Remove and restore font-lock-after-change-function.
1898         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
1899         (jit-lock-after-unfontify-buffer): Remove.
1900         (jit-lock-stealth-fontify):
1901         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
1902         (jit-lock-after-change): Set the `fontified' text-prop to nil.
1904 2000-06-20  Sam Steingold  <sds@gnu.org>
1906         * emacs-lisp/cl-indent.el (toplevel): Indent
1907         `print-unreadable-object' properly.  Untabify.
1909 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1911         * textmodes/reftex.el (reftex-find-citation-regexp-format):
1912         Support for bibentry.
1913         (reftex-compile-variables): Fixed problem with end of section-re.
1915         * texmodes/reftex-dcr.el (reftex-view-crossref,
1916         reftex-view-crossref-from-bibtex):
1917         Deal with changed `reftex-find-citation-regexp-format'.
1918         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
1919         Replaced `remprop' with `put'.
1920         (reftex-view-crossref, reftex-view-crossref-when-idle):
1921         Support for bibentry.
1923         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1924         New entry for bibentry package.
1926         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1927         Regexp also matches "\nobibliography".
1929         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
1930         Call `reftex-ensure-write-access' before doing anything.
1931         (reftex-ensure-write-access): New function.
1933 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1935         * progmodes/idlwave.el: File re-installed (update to version 4.2)
1937         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
1939         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
1941         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
1944 2000-06-20  Dave Love  <fx@gnu.org>
1946         * faces.el (frame-background-mode): Use set-default, not set, in
1947         setter.
1948         (frame-update-faces, frame-update-face-colors): Define with
1949         defalias.
1951         * enriched.el (enriched-decode-foreground)
1952         (enriched-decode-background): Don't use internal-find-face.
1954         * apropos.el: Doc fixes.
1956         * cus-edit.el (customize-changed-options): Check arg.
1957         (customize-version-lessp): Don't require decimal point.
1959         * custom.el (defcustom, defgroup): Doc fix.
1961         * newcomment.el (comment) <defgroup>: Add :version.
1962         (comment-multi-line): Doc fix.
1964         * emulation/mlsupport.el (define-hooked-local-abbrev,
1965         define-hooked-global-abbrev): Fix, using define-abbrev.
1967 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
1969         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
1970         the whole buffer.
1972 2000-06-19  Dave Love  <fx@gnu.org>
1974         * menu-bar.el (menu-bar-options-save): New function.
1975         (menu-bar-options-menu): Use it.
1976         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
1977         Simplify.
1979 2000-06-19  Andreas Schwab  <schwab@suse.de>
1981         * progmodes/etags.el (tags-query-replace): Put new parameters
1982         START and END at the end, for backward compatibility.
1984 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
1986         * international/codepage.el:
1987         (cp-coding-system-for-codepage-1): Delete special codes for
1988         generating xxx-dos coding system because now a CCL based coding
1989         system can handle EOL conversion by default.
1991         * international/mule.el (make-coding-system): Generate subsidiary
1992         coding systems for EOL handling variants even for a CCL based
1993         coding system.
1995 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
1997         * international/isearch-x.el (isearch-minibuffer-input-method)
1998         (isearch-minibuffer-input-method-function): These variables
1999         deleted.
2000         (isearch-with-input-method): Don't use the above variables.
2001         (isearch-process-search-multibyte-characters): Likewise.  Call
2002         read-string with the arg INHERIT-INPUT-METHOD t.
2004 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
2006         * font-lock.el (font-lock-after-fontify-buffer)
2007         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
2009         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
2010         Use consistent make-local-variable style for font-lock-fontified.
2011         (jit-lock-fontify-buffer):
2012         Don't bother checking for font-lock-mode and jit-lock-mode.
2014         * time.el: Remove trailing ^M that prevent CVS-merging.
2016 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2018         * Makefile.in (distclean): New target.
2020 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2022         * Makefile.in (srcdir): Define for update-subdirs.
2024 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
2026         * find-lisp.el: New file.
2028 2000-06-16  Andrew Innes  <andrewi@gnu.org>
2030         * time.el (display-time-mail-function): New variable, to allow
2031         external packages to indicate when new mail is available.
2032         (display-time-update): Use it.
2034 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
2036         * international/mule.el (mule-version): Change version name to
2037         SAKAKI.  AOI has already been used by Meadow.
2039         * international/quail.el (quail-show-guidance-buf): To find the
2040         bottom window (but minibuffer), pay attention to the height of
2041         minibuffer.
2043 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2045         * arc-mode.el (archive-mode-map): Use the new menu-item format for
2046         menu-bar menus.  Add help strings.  Don't remove the Edit menu
2047         from the menu bar, as the menu bar has enough space now.
2049         * Makefile.in (SHELL): Make sure /bin/sh is used.
2051         * woman.el (woman-man-buffer): Fix bold and underlined CJK
2052         characters, which use series of two ^H characters instead of one.
2054 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
2056         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
2057         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
2058         functions.
2059         (Info-find-node-2): Try a case-sensitive search first, then
2060         do a case-insensitive search.
2062         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
2063         tutorials.
2065         * complete.el (PC-env-vars-alist): New variable.
2066         (PC-complete-as-file-name): New function.
2067         (partial-completion-mode): Initialize PC-env-vars-alist from
2068         process-environment.
2069         (PC-do-completion): Handle completion of env vars.
2071         * info.el (Info-set-mode-line): Show file name in mode line,
2072         use `*Info*' instead of `Info:'.
2074         * startup.el (command-line-1): Change copyright messages to year
2075         2000.
2077 2000-06-15  Dave Love  <fx@gnu.org>
2079         * net/goto-addr.el (goto-address-fontify): Use keymap property,
2080         not local-map.
2082 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
2084         * international/mule.el (set-buffer-file-coding-system): Almost
2085         rewritten to handle `undecided' as no-op.
2087 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
2089         * Makefile.in: New file.
2091         * Makefile: Removed.
2093         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
2094         (goto-address-highlight-keymap): Bind C-c RET.
2096 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
2098         * mail/sendmail.el (sendmail-send-it): The temporary buffer
2099         inherits buffer-file-coding-system of the current buffer.
2101         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
2102         0.  Give correct argument to set-auto-coding-function.
2103         (tar-expunge): For goto-char, use (point-min), not 0.
2104         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
2105         (tar-subfile-save-buffer): Likewize.
2107         * international/mule.el
2108         (after-insert-file-set-buffer-file-coding-system): Call
2109         set-buffer-file-coding-system with the arg FORCE t.
2111 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
2113         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
2114         nil.  Contemporary sendmails issue an X-Authentication-Warning if
2115         the sender is set with `-f'.
2117 2000-06-13  Dave Love  <fx@gnu.org>
2119         * help.el (describe-function-1): Kluge around cases of functions
2120         fset to subrs whose doc doesn't match their symbol-name.
2122         * image.el (insert-image): Default STRING to a space.
2124         * info.el Doc fixes.
2125         (Info-build-node-completions): Match Ref tags.
2127 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
2129         * frame.el (display-multi-frame-p, display-multi-font-p): New
2130         defaliases for display-graphic-p.
2132         * hl-line.el: Fixed a typo in commentary.
2134 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
2136         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
2137         fixed.
2139 2000-06-12  Dave Love  <fx@gnu.org>
2141         * image.el (insert-image): Save a little consing.
2143 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2145         * language/tibet-util.el: Convert all tibetan-1-column characters
2146         to the corresponding tibetan characters.
2147         (tibetan-add-components): Delete code for the special treatment of
2148         'a chung.
2150         * language/tibetan.el (tibetan-composable-pattern): Fix previous
2151         change.
2152         (tibetan-vowel-transcription-alist): More rules added.
2153         (tibetan-composite-vowel-alist): New variable.
2154         (tibetan-precomposition-rule-alist): More rules added.
2156 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
2158         * startup.el (command-line): Only call menu-bar-mode if interactive.
2160         * thingatpt.el (toplevel symbol-properties):
2161         * textmodes/makeinfo.el (makeinfo-compile):
2162         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
2163         * progmodes/hideif.el (hif-compress-define-list)
2164         (hide-ifdef-use-define-alist):
2165         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
2166         (ange-ftp-vms-add-file-entry):
2167         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
2168         * man.el (Man-build-man-command):
2169         * mail/rnewspost.el (news-reply-header-hook):
2170         * info.el (Info-insert-dir):
2171         * emulation/mlconvert.el (backward-word, forward-word, setq):
2172         * emacs-lisp/gulp.el (gulp-send-requests):
2173         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
2174         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
2175         (byte-optimize-apply, end of file):
2176         * emacs-lisp/advice.el (ad-advice-class-completion-table)
2177         (ad-make-freeze-definition):
2178         * startup.el (command-line, command-line-1): Don't quote lambdas.
2180         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
2181         (cvs-cleanup-removed): New function.
2182         (cvs-cleanup-functions): New var.
2183         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
2184         some flexibility in specifying additional entries to auto-cleanup.
2185         (cvs-quickdir): New function.
2186         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
2187         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
2188         (cvs-mode-find-file): Check that we are on a filename or dirname
2189         when invoked through a mouse-click.
2190         (cvs-full-path): Remove.
2191         (cvs-dired-action): Re-introduced.
2192         (cvs-dired-noselect): Use it.
2193         (vc-post-command-functions): use this new hook if available.
2195         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
2196         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
2197         (cvs-filename-map, cvs-dirname-map): Remove.
2198         (cvs-default-action): Remove.
2199         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
2200         if the arg is really a keymap.
2201         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
2202         Don't hardcode the mapping from state (aka type) to face, but check
2203         the var cvs-fi-<type>-face instead.
2204         (cvs-fileinfo-from-entries): New function.
2206         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
2207         Docstring fix.
2208         (cvs-find-file-and-jump): Change default to be safer.
2209         (cvs-mode-diff-map): Define it as a function as well.
2210         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
2211         Bind mouse-2 in this global map rather than with text-properties.
2213         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
2214         file to resolve the ambiguity between C(conflict) and C(need-merge).
2216 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
2218         * international/mule.el (set-buffer-file-coding-system): If
2219         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
2220         unconditionally.
2222 2000-06-12  Dave Love  <fx@gnu.org>
2224         * wid-edit.el (widget-specify-button): Really suppress the face if
2225         required.
2227 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
2229         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
2231 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
2233         * imenu.el (imenu-generic-expression): Docstring fix.
2235         * composite.el (composition-function-table): Move the `put'
2236         below the autoload cookie so we can load the file before loaddefs.
2238         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
2240         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
2241         Handle easy-mmode-define-global-mode.
2242         For complex macros like define-minor-mode that can generate
2243         several autoload entries, try to autoload entries in the
2244         macroexpanded code.
2246         * emacs-lisp/easy-mmode.el (define-minor-mode):
2247         If KEYMAP is a symbol, just use it.
2248         Use byte-compile-current-file and load-file-name to infer the
2249         proper :require to pass to defcustom.
2250         Wrap the hook var into `progn' so as not to autoload it.
2251         Add a :autoload-end cookie.
2252         Be more careful about the evaluation of KEYMAP.
2253         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
2254         (define-derived-mode): Move define-abbrev-table outside of defvar.
2256 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
2258         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
2259         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
2260         (backup-compiled-files): Ignore errors during `tar'.
2261         (bootstrap): Make autoloads before elc files.
2263 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
2265         * international/mule.el (set-buffer-file-coding-system): If one of
2266         undecided-XXX is specified, change only EOL conversion.
2268         * international/mule-conf.el (unix): New alias for the coding
2269         system undecided-unix.
2271 2000-06-09  Dave Love  <fx@gnu.org>
2273         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
2275         * progmodes/executable.el: Byte compile dynamic.
2276         (executable-insert): Change custom type.
2277         (executable-find): Add autoload cookie.
2278         (executable-make-buffer-file-executable-if-script-p): New
2279         function.  After Noah Friedman.
2281         * files.el (after-save-hook): Customize, with
2282         executable-make-buffer-file-executable-if-script-p as an option.
2284 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
2286         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
2287         "tib24p-mule.bdf" for Tibetan.
2289         * composite.el (decompose-composite-char): Declare it as obsolete.
2291         * man.el (Man-fontify-manpage): Pay attention to underline and
2292         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
2294 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
2296         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
2297         Set maintainer to FSF since author isn't reachable.
2299 2000-06-08  Dave Love  <fx@gnu.org>
2301         * international/mule-cmds.el (select-safe-coding-system): If
2302         DEFAULT-CODING-SYSTEM is not specified, also check the most
2303         preferred coding-system if buffer-file-coding-system is
2304         `undecided'.  From Handa.
2306 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
2308         * international/mule.el
2309         (after-insert-file-set-buffer-file-coding-system): If the buffer
2310         size is greater than INSERTED, judget that we are not visiting.
2312 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
2314         * whitespace.el (defgroup whitespace): Comment out `:version'.
2315         XEmacs 20.4 has problems defining the group with this present.
2316         We'll have this commented out till get resolve the problem.
2318 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
2320         * align.el: Update from author.
2322 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
2324         * apropos.el (apropos-mode-hook): New user variable.
2325         (apropos-mode): Run apropos-mode-hook.
2327 2000-06-07  David Ponce  <david@dponce.com>
2329         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
2330         commands.  Require `wid-edit' at run-time.
2332 2000-06-07  David Ponce  <david@dponce.com>
2334         * recentf.el: Added some "Commentary".
2335         (recentf-open-more-files, recentf-edit-list): Minor changes to
2336         move the point at the top of the file list.  This behaviour is
2337         consistent with the menu one when the list contains a lot of
2338         files.
2339         (recentf-cleanup): Now displays the number of items removed from
2340         the list.
2341         (recentf-relative-filter) New menu filter to show filenames
2342         relative to `default-directory'.
2344 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2346         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
2347         with/without giving an error if PostScript printer doesn't have this
2348         kind of page size.  Zebra Stripe continues or restarts on next page.
2349         Manual/automatic paper feeding.  Switch or not the header.
2350         (ps-print-version): New version number (5.2.2).
2351         (ps-windows-system): Include emx as a Windows system.
2352         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
2353         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
2354         (ps-background-text): Code fix.
2355         (ps-error-handler-message, ps-user-defined-prologue)
2356         (ps-print-prologue-header, ps-printer-name)
2357         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
2358         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
2359         (ps-use-face-background): Customization fix.
2360         (ps-n-up-database): Data fix.
2361         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
2362         (ps-switch-header): New vars.
2363         (ps-xemacs-color-name, ps-face-foreground-name)
2364         (ps-face-background-name, ps-boolean-constant): New funs.
2366 2000-06-07  Dave Love  <fx@gnu.org>
2368         * allout.el: New version from Manheimer.
2370 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
2372         * textmodes/fill.el (fill-find-break-point): Check the validity of
2373         charset.
2375 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2377         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2378         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2379         Call display-color-p and display-mouse-p instead of looking at
2380         window-system.
2382 2000-06-06  Dave Love  <fx@gnu.org>
2384         * image.el (find-image): Doc fix.  Return nil if image not found.
2385         (put-image, insert-image): Make STRING arg optional.
2387 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
2389         * language/vietnamese.el: Remove eval-when-compile.
2390         (viet-viscii-nonascii-translation-table): Define it as a
2391         translation table made from viet-viscii-decode-table.
2392         (viet-viscii-encode-table): Define it as a translation table made
2393         from the reverse map of above.
2394         (viet-vscii-nonascii-translation-table): Define it as a
2395         translation table made from viet-vscii-decode-table.
2396         (viet-vscii-encode-table): Define it as a translation table made
2397         from the reverse map of above.
2398         (ccl-decode-viscii): Use translate-character.
2399         (ccl-encode-viscii, ccl-encode-viscii-font)
2400         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
2401         Likewize.
2403         * language/cyrillic.el: Remove eval-when-compile.
2404         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
2405         translation table made from cyrillic-koi8-r-decode-table.
2406         (cyrillic-koi8-r-encode-table): Define it as a translation table
2407         made from the reverse map of above.
2408         (ccl-decode-koi8): Use translate-character.
2409         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
2410         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
2411         a translation table made from cyrillic-alternativnyj-decode-table.
2412         (cyrillic-alternativnyj-encode-table): Define it as a translation
2413         table made from the reverse map of above.
2414         (ccl-decode-alternativnyj): Use translate-character.
2415         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
2416         Likewize
2418         * international/mule-diag.el (non-iso-charset-alist): Specify
2419         translation table symbol instead of translation table itself.
2420         (list-block-of-chars): CHARSET may be a translation table symbol.
2422         * international/mule.el (make-coding-system): If CODING-SYSTEM
2423         already exists, override it.
2425         * international/fontset.el: Use family `proportional' for Tibetan
2426         fonts.
2428         * international/ccl.el (ccl-compile-translate-character): Don't
2429         check if Rrr has property translation-table.
2430         (ccl-compile-map-multiple): Modified to avoid compiler warning.
2432 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
2434         * info.el: Bind case-fold-search to t when searching in case
2435         a user sets it to nil in a hook.
2437 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
2439         * autoarg.el (autoarg-mode, autoarg-kp-mode):
2440         * hl-line.el (hl-line-mode): Use the new :global key argument.
2442         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
2443         (tar-clip-time-string): Prepend a space.
2444         (tar-grind-file-mode): Construct a string rather than modifying one.
2445         (tar-header-block-summarize): Fix docstring.
2446         Use `format' rather than an error-prone set of copy-loops.
2448         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
2449         (diff-goto-source, diff-unified->context, diff-context->unified)
2450         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
2451         understand the format output by the `-p' argument to diff.
2453         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
2454         (sh-re-done): Use defconst.
2455         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
2456         (sh-help-string-for-variable, sh-guess-basic-offset):
2457         Don't quote lambdas.
2458         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
2459         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
2461         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
2462         (mh-letter-mode): Derive from text-mode.
2463         This implicitly means that it now calls kill-all-local-variables.
2464         Also remove the Emacs-18 compatibility code.
2466         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
2467         Make use of symbol-property doc-string-elt.
2468         Use memq rather than a sequence of eq.
2469         (doc-string-elt): Fix the wrong or missing previously unused values.
2470         (autoload-print-form): New function extracted from
2471         generate-file-autoloads to allow recursion when handling progn
2472         so that defvar's and defun's docstrings are properly printed.
2473         (generate-file-autoloads): Use it.
2475         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
2476         Use find-file-hooks in the minor-mode function.
2477         Be careful not to loop indefinitely in the post-command-hook function.
2479 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
2481         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
2482         tty's.
2483         * ediff-diff.el (ediff-exec-process): Use --binary for fine
2484         differences whenever appropriate.
2485         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
2486         * viper.el (find-file, find-file-other-window): Get viper to do
2487         wildcards.
2489 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
2491         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
2492         (jit-lock-fontify-buffer): New function for JIT refontification.
2493         (jit-lock-mode): Fix docstring.
2494         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
2495         Remove jit-lock-after-change from the _local_ hook.
2496         (jit-lock-function-1): Fix docstring.
2498         * info.el (Info-on-current-buffer): Initialize info.
2500         * newcomment.el (comment-indent): Ignore comment-indent-hook.
2502         * progmodes/tcl.el (tcl-indent-for-comment):
2503         Ignore comment-indent-hook.
2505         * emacs-lisp/easy-mmode.el: Require CL during compilation.
2506         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
2507         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
2508         and improve to use the lighter to guess the capitalization.
2509         (define-minor-mode): Inline code from easy-mmode-define-toggle.
2510         Add keyword arguments to specify global-ness or the custom group.
2511         Add local-map and help-echo properties to the lighter.
2512         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
2513         (easy-mmode-define-global-mode): New macro.
2515 2000-06-02  Dave Love  <fx@gnu.org>
2517         * wid-edit.el: byte-compile-dynamic since we typically don't use
2518         all the widgets.  Don't require cl or widget.  Remove
2519         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
2520         (widget-read-event): Removed.  Callers changed to use read-event.
2521         (widget-button-release-event-p): Renamed from
2522         button-release-event-p.
2523         (widget-field-add-space, widget-field-use-before-change):
2524         Uncustomize.
2525         (widget-specify-field): Use keymap property, not local-map.
2526         (widget-specify-button): Obey :suppress-face.
2527         (widget-specify-insert): Use modern backquote syntax.
2528         (widget-image-directory): Renamed from widget-glyph-directory.
2529         (widget-image-enable): Renamed from widget-glyph-enable.
2530         (widget-image-find): Replaces widget-glyph-find.
2531         (widget-button-pressed-face): Move defvar.
2532         (widget-image-insert): Replaces widget-glyph-insert.
2533         (widget-convert): Use keywordp.
2534         (widget-leave-text, widget-children-value-delete): Use mapc.
2535         (widget-keymap): Remove XEmacs stuff.
2536         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
2537         (widget-button-click): Don't set point at the click, but re-centre
2538         if we scroll out of window.  Rewritten for images v. glyphs &c.
2539         (widget-tabable-at): Use POS arg, not point.
2540         (widget-beginning-of-line, widget-end-of-line)
2541         (widget-item-value-create, widget-sublist, widget-princ-to-string)
2542         (widget-sexp-prompt-value, widget-echo-help): Simplify.
2543         (widget-default-create): Use widget-image-insert; some rewriting.
2544         (widget-visibility-value-create)
2545         (widget-push-button-value-create, widget-toggle-value-create): Use
2546         widget-image-insert.
2547         (checkbox): Create on and off images dynamically.
2548         (documentation-link): Change :help-echo.
2549         (widget-documentation-link-echo-help): Remove.
2551 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
2553         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
2555         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
2556         (easy-mmode-define-toggle, define-minor-mode): Use it.
2557         (easy-mmode-define-keymap): Docstring fix.
2558         (define-derived-mode): Default PARENT to fundamental-mode.
2559         Add the derived-mode-parent symbol-property.
2560         (easy-mmode-derived-mode-p): New function.
2562 2000-06-02  Dave Love  <fx@gnu.org>
2564         * files.el (convert-standard-filename): Doc fix.
2565         (normal-backup-enable-predicate): New function.
2566         (backup-enable-predicate): Use it to replace the lambda form.
2568         * calendar/todo-mode.el: [This needs more work on the outline
2569         stuff.]  Doc fixes.
2570         (todo) <defgroup>: Add :version.
2571         (todo-add-category): Don't use pushnew.
2572         (todo-cmd-raise): Fix typo.
2573         (todo-top-priorities): Change temp buffer name.
2574         (todo-category-alist): Avoid redundant lambda.
2575         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
2576         Use outline-next-heading.
2578         * autoarg.el: Rewritten to use define-minor-mode.
2579         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
2580         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2582 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
2584         * isearch.el (isearch-other-meta-char): Fix previous change.
2586 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2588         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
2589         (log-edit-done): Only add the comment to the ring if it's different
2590         from the last comment entered.
2592         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
2594 2000-06-01  Dave Love  <fx@gnu.org>
2596         * hl-line.el: Rewritten using define-minor-mode.
2598         * help.el (describe-function-1): Distinguish special form from
2599         builtin function.  Sanity-check presence of arglist for builtins.
2601 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
2603         * international/characters.el: Fix syntax/category setting of
2604         Tibetan characters.
2606         * language/tibet-util.el (tibetan-add-components): Fixes for new
2607         encoding of Tibetan characters.
2608         (tibetan-decompose-precomposition-alist): New variable.
2609         (tibetan-decompose-region): Convert precomposed characters to
2610         non-precomposed characters.
2611         (tibetan-decompose-string): Likewise.
2612         (tibetan-composition-function): Fix args to
2613         thibetan-compose-string.
2615         * language/tibetan.el (tibetan-composable-pattern): More
2616         characters included.
2617         (tibetan-consonant-transcription-alist): Rule for "R" added.
2618         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
2619         "+R" added.
2620         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
2622         * language/lao-util.el (lao-composition-function): Fix args to
2623         compose-string.
2625         * language/thai-util.el (thai-composition-function): Fix args to
2626         compose-string.
2628         * isearch.el (isearch-update): Set disable-point-adjustment to t
2629         to prevent the point moving to the end of a composition when a
2630         part of a composition is searched.
2631         (isearch-other-meta-char): If the key invoking this command can be
2632         mapped by function-key-map to a printing char, call
2633         isearch-process-search-char directly.
2635 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2637         * emacs-lisp/bytecomp.el:
2638         * frame.el:
2639         * international/mule-cmds.el:
2640         * international/mule-util.el:
2641         * international/mule.el:
2642         * mouse.el:
2643         * subr.el:
2644         * faces.el: Update calls to make-obsolete with a WHEN argument.
2646         * byte-run.el (make-obsolete, make-obsolete-variable):
2647         Add an optional WHEN argument and change the format of the
2648         symbol-property information.
2649         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
2650         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
2651         new obsolete-symbol-property format and print WHEN if it is provided.
2653 2000-05-31  Dave Love  <fx@gnu.org>
2655         * loadhist.el (loadhist-hook-functions): Remove
2656         before-change-function, after-change-function.
2657         (unload-feature): Deal with symbols which are both bound and
2658         fbound.
2660         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
2661         before-change-function, after-change-function.
2663         * simple.el (newline): Don't bind before-change-function,
2664         after-change-function.
2666 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
2668         * whitespace.el (whitespace-rescan-timer-time): Update interval
2669         set to 600 seconds (10 minutes) instead of 60 seconds since
2670         a large number of whitespace buffers causes emacs to `freeze'
2671         for a considerable amount of time.
2673         * whitespace.el: Updated email address
2675 2000-05-31  Dave Love  <fx@gnu.org>
2677         * add-log.el (change-log-font-lock-keywords) <function>: Add
2678         pattern for function of change.
2679         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
2680         acknowledgements patterns.
2682 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
2684         * isearch.el (isearch-printing-char): If keyboard coding system is
2685         being used, call isearch-process-search-multibyte-characters.
2687         * international/isearch-x.el: Mostly rewritten.
2689         * international/quail.el (quail-start-conversion): Don't include
2690         unhandled events in the returned events, but set them in
2691         unread-command-events.  Exit if all inputs are deleted.
2693 2000-05-30  Jason Rumney  <jasonr@gnu.org>
2695         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
2697         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
2698         Reenable code to create initial fontsets.
2699         Use set-fontset-font in place of put-charset-property.
2701 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
2703         * progmodes/perl-mode.el (perl-indent-line): When looking for a
2704         label, ensure that the first colon isn't followed by another.
2706         * paths.el (Info-default-directory-list): Doc fix.
2708         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
2709         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
2710         send a query containing USER only, not USER@HOST.
2712         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
2713         and rmail-msgend to compute the restriction at the end, instead of
2714         computing it.
2716 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
2718         * dabbrev.el (dabbrev-expand): Don't display messages in the
2719         echo area if the minibuffer window is active.
2721         * jit-lock.el (jit-lock-mode): Add after change function to
2722         local hook.
2724 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
2726         * antlr-mode.el: New commands: hide/unhide actions,
2727         upcase/downcase literals.
2728         (antlr-tiny-action-length): New user option.
2729         (antlr-hide-actions): New command.  Suggested by
2730         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
2731         (antlr-mode-map): New binding [C-c C-v].
2732         (antlr-mode-menu): New entries.
2733         (antlr-downcase-literals): New command.
2734         (antlr-upcase-literals): Ditto.
2736         * antlr-mode.el: Minor changes: indendation, mode-name.
2737         (antlr-indent-line): Indent cpp directive at column 0.
2738         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
2740         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
2741         (antlr-font-lock-additional-keywords): Workaround for intentional
2742         bug in XEmacs version of font-lock.
2743         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
2744         be used by a smarter version of `buffers-menu-grouping-function'.
2746 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
2748         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
2749         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
2751 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
2753         * international/encoded-kb.el
2754         (encoded-kbd-iso2022-designation-map): Pay attention to that
2755         charset-iso-final-char return -1 for eight-bit-control and
2756         eight-bit-graphic.
2758 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
2760         * speedbar.el (speedbar-use-images, speedbar-update-flag)
2761         (speedbar-easymenu-definition-base): Use display-graphic-p where
2762         available, instead of window-system.
2764 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
2766         * international/codepage.el (cp-coding-system-for-codepage-1): Add
2767         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
2768         coding systems.
2770 2000-05-26  Dave Love  <fx@gnu.org>
2772         * disp-table.el (standard-display-underline): Don't use
2773         internal-find-face.
2775         * mail/reporter.el: Maintainer change.  Doc fixes.
2776         (reporter-version): Deleted.
2778         * emacs-lisp/elp.el: Maintainer change.
2779         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
2781 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
2783         * add-log.el (add-change-log-entry): Merge the current entry with the
2784         previous one if the previous one is empty.
2786 2000-05-26  Dave Love  <fx@gnu.org>
2788         * loadhist.el (unload-feature): Fix interactive spec [from
2789         lijnzaad@ebi.ac.uk].
2791         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
2792         subr-arity to check primitives.
2793         (byte-compile-flush-pending, byte-compile-file-form-progn)
2794         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
2795         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
2796         mapcar.
2798 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
2800         * international/fontset.el: Set family names of non-latin charsets
2801         in default fontset to "*".
2803         * international/mule-diag.el (print-fontset): Combine family part
2804         and registry part of the fontname by "-*-" instead of "-".
2806         * international/mule-cmds.el (encode-coding-char): Make strings
2807         multibyte before calling encode-coding-string.
2809 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
2811         * derived.el: Fix keywords.
2812         (define-derived-mode): Only define if needed.
2814         * simple.el (fill-comment, comment-column, comment-start)
2815         (comment-start-skip, comment-end, comment-indent-function)
2816         (block-comment-start, block-comment-end, indent-for-comment)
2817         (set-comment-column, kill-comment, comment-padding, comment-region)
2818         (comment-multi-line, indent-new-comment-line): Remove.
2820         * bindings.el (esc-map): Change ; to comment-dwim and use the new
2821         function names for comment operations.
2823         * newcomment.el: Add abundant autoload cookies.
2824         (comment-style): Don't depend on runtime data at compile-time.
2825         (comment-indent-hook): Remove.
2826         (comment-indent): Check if comment-indent-hook is bound.
2827         (comment-region): Docstring fix.
2829 2000-05-25  Dave Love  <fx@gnu.org>
2831         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
2832         byte-code-function-p.
2834         * mail/rmailsum.el: Add provide.
2836         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
2838         * smerge-mode.el (smerge-diff-switches): Don't use list* in
2839         defcustom.
2841 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
2843         * ediff-diff.el (ediff-exec-process): delete --binary option from
2844         non-buffer ediff jobs.
2846 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2848         * hilit-chg.el (highlight-changes-mode): Ask about color or
2849         grayscale support, not about window-system.
2851         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
2852         window-system.
2853         (ffap-highlight): Always default to t.
2855         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
2856         display-popup-menus-p instead of looking at window-system.
2858         * disp-table.el (standard-display-g1, standard-display-graphic):
2859         Only refuse to use string glyphs on X and MS-Windows.
2861         * avoid.el: Remove window-system from commentary, suggest to use
2862         display-*-p instead.
2864         * apropos.el (apropos-print): Use display-mouse-p instead of
2865         window-system.
2867 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2869         * international/codepage.el (cp-decoding-vector-for-codepage):
2870         Fill up unsupported characters with their own codes.  From Kenichi
2871         Handa.
2873 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2875         * international/mule-diag.el (describe-char-after): Use
2876         display-graphic-p instead of window-system, so that this function
2877         works on MS-DOS.
2879 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
2881         * international/codepage.el (cp-make-coding-systems-for-codepage):
2882         Remove the eight-bit-graphic and eight-bit-control charsets from
2883         the list of charsets which we convert into `?'.
2885 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
2887         * international/mule-conf.el: Specify CHARSET-ID explicitely for
2888         private charsets.
2889         (mule-unicode-0100-24ff, japanese-jisx0213-1,
2890         japanese-jisx0213-2): New charsets.
2892         * international/fontset.el: Setup default fontset for new charsets.
2894 2000-05-24  Dave Love  <fx@gnu.org>
2896         * info.el (Info-find-node-2): Restructure [following "Vadim
2897         S. Solomin" <sovs@uic.nnov.ru>].
2899         * icomplete.el: Fix header for Finder.
2901 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
2903         * rmailout.el (rmail-output-to-rmail-file): Added optional param
2904         STAY.
2906         * rmail.el (rmail-automatic-folder-directives): New user variable.
2907         (rmail-show-message): Add call to `rmail-auto-file' during
2908         display.
2909         (rmail-auto-file): New function.
2911 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
2913         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
2914         account.
2915         (ediff-test-utility,ediff-diff-mandatory-option)
2916         (ediff-reset-diff-options): Utilities for proper initialization of
2917         ediff-diff-options and ediff-diff3-options on Windows.
2919         * ediff-init.el (ediff-merge-filename-prefix): New customizable
2920         variable.
2922         * ediff-mult.el (ediff-filegroup-action): Use
2923         ediff-merge-filename-prefix.
2925 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
2927         * viper-ex.el (ex-write): Set selective display to nil.
2929 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
2931         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
2932         aliases for hebrew-iso-8bit.
2934 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
2936         * woman.el: New version from Francis J. Wright
2937         <F.J.Wright@Maths.QMW.ac.uk>.
2938         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
2939         names in environment variables regardless of the path separator.
2940         (woman-topic-all-completions-1): Don't call file-name-directory-p
2941         on all files, since woman-file-regexp already filters out any
2942         directories.
2944 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
2946         * international/quail.el (quail-start-translation): Don't change
2947         modified-p of the current buffer.
2948         (quail-start-conversion): Likewise.
2950         * international/kkc.el (kkc-region): Don't change modified-p of
2951         the current buffer.
2953         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
2954         conform to RFC1468.
2955         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
2957 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
2959         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
2960         (speedbar-insert-button): Invisible text property fix.
2961         (speedbar-directory-plus): Renamed from speedbar-directory-+
2962         (speedbar-directory-minus): Renamed from speedbar-directory--
2963         (speedbar-page-plus): Renamed from speedbar-file-+
2964         (speedbar-page-minus): Renamed from speedbar-file--
2965         (speedbar-page): Renamed from speedbar-file-
2966         (speedbar-tag): Renamed from speedbar-tag-
2967         (speedbar-tag-plus): Renamed from speedbar-tag-+
2968         (speedbar-tag-minus): Renamed from speedbar-tag--
2969         (speedbar-expand-image-button-alist): Use above renames.
2971         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
2972         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
2973         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
2974         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
2975         * sb-pg.xpm: Renamed from sb-file.xpm
2976         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
2977         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
2979 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
2981         * international/quail.el (quail-show-guidance-buf): Set
2982         current-input-method of the guidance buffer to the name of the
2983         curren input method.
2985 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
2987         * progmodes/compile.el (compile-internal): Style typo.
2989         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
2990         quote vars and functions in the docstring.
2992         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
2994         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
2995         Don't quote lambdas.
2997         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
2999 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3001         * startup.el (command-line): Determine source file of compiled
3002         user init file differently.  Warn if compiled user init file
3003         is older than its source file.
3005         * ffap.el (ffap-url-regexp): Add `https'.
3007 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
3009         * files.el (make-backup-file-name-1): Replace slashes with `!'
3010         rather than `|' (which is not allowed on Windows).  Replace the
3011         drive letters with a string "drive_X".
3013 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
3015         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
3017         * files.el (interpreter-mode-alist): Add `bash2'.
3019 2000-05-22  Dave Love  <fx@gnu.org>
3021         * loadhist.el (feature-symbols, file-provides, file-requires): Use
3022         mapc.
3023         (feature-file): Avoid calling symbol-name.  Doc fix.
3024         (file-set-intersect, file-dependents): Use dolist, not mapcar.
3025         (loadhist-hook-functions): Add mouse-position-function.
3026         (unload-feature): Change uses of mapcar.
3028         * files.el (parse-colon-path): Doc fix.
3029         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
3030         (set-auto-mode): Use mapc.
3032         * complete.el (PC-look-for-include-file): Use :alnum: character
3033         class.
3034         (partial-completion-mode): Add autoload cookie.
3036 2000-05-22  Sam Steingold  <sds@gnu.org>
3038         * info.el (Info-fontify-node): Fixed the call to
3039         `add-text-properties' (bug introduced on 2000-05-18).
3041 2000-05-22  Dave Love  <fx@gnu.org>
3043         * bindings.el: Remove debug-ignored-errors set in other files.
3045         * progmodes/etags.el: Add to debug-ignored-errors.
3046         (visit-tags-table-buffer): Clear out buffers holding old tables
3047         when making a new list.
3048         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
3049         mapc.
3051         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
3052         quote keywords.
3053         (cmpl-string-case-type): Use character classes.
3055         * comint.el:
3056         * textmodes/ispell.el:
3057         * imenu.el:
3058         * mail/mh-e.el:
3059         * progmodes/compile.el: Add to debug-ignored-errors.
3061         * dabbrev.el: Add to debug-ignored-errors.
3062         (dabbrev-completion): Use mapc.
3064 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
3066         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
3067         (woman-mapcan, woman-parse-man.conf)
3068         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
3069         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
3070         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
3071         path syntax better.
3072         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
3073         (woman-manpath): Call woman-parse-man.conf.
3074         (woman-emulation): New defcustom, defaults to nroff.
3075         (woman-font-support): New defconst.
3076         (woman-use-symbol-font): New defcustom.
3077         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
3078         "Emulation".
3079         Many functions: Doc fix.
3081 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
3083         * international/quail.el (quail-simple-translation-keymap): Map
3084         128..255 to quail-self-insert-command.
3085         (quail-keyboard-layout-alist): Add definition for "pc102-de".
3087 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3089         * help.el (help-manyarg-func-alist): Typo.
3091         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
3092         intervals which makes it heaps simpler.
3094         * newcomment.el (comment-region-internal): Go back to BEG after quoting
3095         the nested comment markers.
3097         * subr.el (remove-hook): Don't turn the hook's value into a list.
3099 2000-05-21  Dave Love  <fx@gnu.org>
3101         * edmacro.el (edmacro-parse-keys): Return vector if any elements
3102         are invalid characters.
3104         * international/mule-util.el (detect-coding-with-priority): Use
3105         mapc.  Remove redundant lambda.
3107         * international/mule-diag.el (list-non-iso-charset-chars)
3108         (describe-fontset): Remove redundant lambda.
3110         * emulation/crisp.el (brief-mode): New alias.
3112         * emacs-lisp/ring.el (ring-elements): New function.
3114         * emacs-lisp/easymenu.el (easy-menu-create-menu)
3115         (easy-menu-do-add-item): Use keywordp.
3117         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
3119         * replace.el: Doc and error message fixes.
3120         (replace-highlight): Use facep, not internal-find-face.
3122 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3124         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
3126         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
3127         (log-edit-insert-changelog): Drop `:' as well.
3129         * log-view.el: Fix file description.
3130         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
3131         available.
3132         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
3133         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
3135         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
3136         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
3137         Print a status message if the toggle is called interactively.
3138         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
3139         for global minor modes and use `defcustom' for them.
3140         Use add-minor-mode.
3141         (easy-mmode-define-derived-mode): Remove.
3142         (define-derived-mode): Fancier default docstring.
3143         (easy-mmode-define-navigation): Signal an error rather than (ding).
3145         * newcomment.el (comment-styles): New `box-multi'.
3146         (comment-normalize-vars): Better default for comment-continue to
3147         avoid whitespace-only continuations.
3148         (comment-search-forward): Always move even in the no-syntax case.
3149         (comment-padright): Only obey N if it's only obeyed for padleft.
3150         (comment-make-extra-lines): Better handling of empty continuations.
3151         Use `=' for the filler if comment-start has only one character.
3152         (uncomment-region): Try handling the special `=' filler.
3153         (comment-region): Allow LINES even if MULTI is nil.
3154         (comment-box): Choose box style based on comment-style.
3156 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
3158         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
3159         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
3161 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
3163         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
3164         and insert, not subst-char-in-region.
3166         * international/mule-diag.el (list-character-sets-1): Handle
3167         charsets eight-bit-control and eight-bit-graphic.
3168         (list-iso-charset-chars): Likewise.
3169         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
3170         charactes as is.  Use indent-to to align characters.
3172         * international/mule-cmds.el (find-multibyte-characters): Never
3173         exclude charsets eight-bit-control and eight-bit-graphic.
3175 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3177         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
3178         Don't quote lambdas.
3180         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
3182 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3184         * gud.el (gud-jdb-directories): Doc fix.
3186 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
3188         * newcomment.el: New file.
3190 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
3192         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
3194 2000-05-18  Andreas Schwab  <schwab@suse.de>
3196         * dired.el (dired-between-files): Also skip lines beginning with
3197         `used'.
3199 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
3201         * msb.el (msb-menu-cond): Add choice `user'.
3203 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3205         * ps-print.el: Compatibility, customization and doc fix.
3206         (ps-printer-name-option): Replace defconst by defvar.
3207         (ps-postscript-code-directory): XEmacs compatibility.
3208         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
3209         fix.
3210         (ps-user-defined-prologue, ps-print-prologue-header)
3211         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
3212         compatibility and code fix.
3213         (ps-print-background-image, ps-print-background-text):
3214         Customization fix.
3215         (ps-line-number-start, ps-n-up-on): New vars.
3217 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
3219         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
3220         the indent-comment function to just return the appropriate indent.
3222 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
3224         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
3225         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
3226         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
3228 2000-05-18  Dave Love  <fx@gnu.org>
3230         * info.el (Info-fontify-node): Add intangible property as well as
3231         invisible.
3233         * calendar/appt.el (appt-make-list): Match all lines of entry.
3234         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
3236 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
3238         * international/mule-diag.el (describe-char-after): Call
3239         internal-char-font, not char-font.  If internal-char-font returns
3240         nil, display "-- none --".
3242 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3244         * image.el (image-type-available-p): Don't reference image-types
3245         if it isn't bound.
3247 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3249         * autoarg.el (autoarg-mode): Typo in the :set argument.
3251 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
3253         * startup.el (command-line-1): Don't signal an error if the
3254         directory for auto-save-list files does not yet exist.
3256 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
3258         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
3260 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3262         * subr.el (remove-hook): `setq' hook-value, not `set'.
3264 2000-05-16  Sam Steingold  <sds@gnu.org>
3266         * info.el (debug-ignored-errors): More errors to ignore.
3268 2000-05-16  Dave Love  <fx@gnu.org>
3270         * cus-edit.el: Don't require cl or easymenu.
3271         (custom-variable-prompt): Test standard-value property, not
3272         user-variable-p.
3274 2000-05-16  Sam Steingold  <sds@gnu.org>
3276         * subr.el (add-hook): `setq' hook-value, not `set'.
3278 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
3280         * startup.el (command-line-1): Mention the FAQ in the startup
3281         message.
3283         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
3285         * progmodes/compile.el (compilation-parse-errors): Collect
3286         `nomessage' regexps last.
3288         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
3290         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
3291         to the function name.
3293 2000-05-15  Dave Love  <fx@gnu.org>
3295         * speedbar.el (speedbar-recenter): Typo.
3296         (speedbar-expand-line): Make arg optional.
3297         (speedbar-mode): Avoid a compiler warning.
3299 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3301         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
3302         user-specified option string is empty.
3304         * mouse.el (mouse-yank-at-click): Doc fix.
3306 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
3308         * term/internal.el (IT-character-translations): More updates of
3309         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
3310         documents.
3312 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
3314         * env.el (getenv): New function, interactively callable.
3315         (setenv, getenv): Remove autoload cookies.
3317         * loadup.el: Load `env'.
3319         * progmodes/f90.el: Change author's mail address.
3321 2000-05-14  Dave Love  <fx@gnu.org>
3323         * mail/rmail.el (rmail-show-message-hook): Customize and offer
3324         goto-addr as an option.
3326         * help.el (help-xref-stack): Doc fix.
3327         (help-xref-following): New variable.
3328         (help-make-xrefs): Use it.
3329         (help-xref-go-back): Use position information from stack element.
3330         (help-follow): Make position in stack element a pair.  Use
3331         help-xref-following.
3333         * autoarg.el: New file.
3335         * faces.el: Declare more functions obsolete.
3337         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
3338         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
3339         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
3340         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
3341         Remove all the setup-...-environment functions.
3343 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
3345         * speedbar.el: Updated the commentary section.  xemacs20p now uses
3346         >= when detecting.  Require `defimage' safely.
3347         (speedbar-easymenu-definition-base): Add toggle for images.
3348         (speedbar-easymenu-definition-special): Add flush cache & expand.
3349         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
3350         (speedbar-reconfigure-keymaps-hook): New variable.
3351         (speedbar-frame-parameters): Updated documentation.
3352         (speedbar-use-imenu-flag): Updated custom tag
3353         (speedbar-dynamic-tags-function-list): New variable.
3354         (speedbar-tag-hierarchy-method): Updated doc & custom.
3355         (speedbar-indentation-width, speedbar-indentation-width) New
3356         variables.
3357         (speedbar-hide-button-brackets-flag): Customizable.
3358         (speedbar-vc-indicator): Doc update.
3359         (speedbar-ignored-path-expressions): Updated default value.
3360         (speedbar-supported-extension-expressions): Updated default value.
3361         (speedbar-syntax-table): Remove {} paren status.
3362         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
3363         as "+".  Added overlay aliases.
3364         (speedbar-mode): Use `speedbar-mode-line-update' instead of
3365         `force-mode-line-update'.
3366         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
3367         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
3368         `mouse-set-point'
3369         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
3370         (speedbar-item-info-tag-helper): Revamped to handle a wider range
3371         of arbitrary text, and new helper functions.
3372         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
3373         filename finder.
3374         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
3375         (speedbar-directory-buttons): Update path search/expansion.
3376         (speedbar-make-tag-line): Pay attention to
3377         `speedbar-indentation-width'.  Use more care w/ invisible
3378         properties.
3379         (speedbar-change-expand-button-char): Call
3380         `speedbar-insert-image-button-maybe'.
3381         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
3382         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
3383         (speedbar-trim-words-tag-hierarchy)
3384         (speedbar-simple-group-tag-hierarchy): New functions
3385         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
3386         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
3387         functions.
3388         (speedbar-mouse-set-point): New function
3389         (speedbar-power-click): Updated documentation.
3390         (speedbar-line-token, speedbar-goto-this-file): Handle more types
3391         of tag prefix text.
3392         (speedbar-expand-line, speedbar-contract-line): Make more robust
3393         to strange text.
3394         (speedbar-expand-line): Takes universal argument to flush the
3395         cache.
3396         (speedbar-flush-expand-line): New function.
3397         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
3398         Use new generator insertion method.
3399         (speedbar-fetch-dynamic-tags): New function.
3400         (speedbar-fetch-dynamic-imenu): Removed code now handled in
3401         `speedbar-fetch-dynamic-imenu'.
3402         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
3403         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
3404         "Revert Buffer" menu items.
3405         (speedbar-buffer-buttons-engine): Be smarter when creating a
3406         filename tag (for expansion purposes.).
3407         (speedbar-highlight-one-tag-line,
3408         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
3409         (speedbar-recenter): New functions.
3410         (defimage-speedbar): Image loading abstraction.
3411         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
3412         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
3413         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
3414         (speedbar-tag-type, speedbar-tag-mail): New images.
3415         (speedbar-expand-image-button-alist): New variable.
3416         (speedbar-insert-image-button-maybe): Insert an image over some
3417         buttons.
3419 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
3421         * international/mule-cmds.el (encode-coding-char): An ASCII
3422         character is always encodable.
3424         * international/mule-conf.el: Add more information in descriptions
3425         of character sets.
3427         * international/mule-diag.el (describe-char-after): New function.
3428         (describe-font-internal): Adjusted for the change of font-info.
3429         (describe-font): Likewise.
3430         (print-fontset): Rewritten for the new fontset implementation.
3431         (describe-fontset): Include fontset alias names in completion.
3432         (list-fontsets): Adjusted for the change of print-fontset.
3434         * simple.el (what-cursor-position): If DETAIL is non-nil, call
3435         describe-char-after instead of displaying the detail in the echo
3436         area.
3437         (syntax-code-table): Format changed.
3438         (string-to-syntax): Adjusted for the above change.
3440 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
3442         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
3444 2000-05-12  Dave Love  <fx@gnu.org>
3446         * calendar/todo-mode.el: Remove some compatibility stuff and CL
3447         dependence.  Use line-{beginning,end}-position, not
3448         point-at{b,e}ol.  Some doc fixes.
3449         (todo-position): New function.  Fix callers of position to use it.
3450         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
3452 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
3454         * time.el (display-time-mail-icon): Use `:ascent center'.
3456         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
3457         handling FTP security extensions.
3459 2000-05-11  Dave Love  <fx@gnu.org>
3461         * calendar/todo-mode.el: New file.
3463 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
3465         * comint.el (comint-read-input-ring): Move reference to
3466         comint-input-ring-size outside of the save-excursion.  It was
3467         causing the default value to be the only one ever seen.
3469         * font-lock.el: Update copyright.  Remove Simon Marshall's email
3470         address on request from him.
3472         * subr.el (substitute-key-definition): Add comment describing
3473         the meaning of PREFIX.
3475 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
3477         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
3479         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
3480         (add-minor-mode): Don't make the variable buffer-local and add a
3481         reference to define-minor-mode in the docstring.
3483         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
3484         HEADER/FOOTER and fix bug with trailing empty directory.
3485         (cvs-append-to-ignore): Use vc-editable-p if available.
3486         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
3487         (vc-do-command): Tweak advice to handle the new VC.
3489         * log-view.el (log-view-goto-rev): New function for the new VC.
3490         (log-view-minor-wrap): Use mark-active.
3492         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
3493         (log-edit-changelog-full-paragraphs): New var.
3494         (log-edit-insert-changelog): Remove a lonely leading `* file'.
3495         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
3496         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
3497         (log-edit-changelog-ours-p, log-edit-changelog-entries)
3498         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
3499         Replace the `cvs' prefix with `log-edit'.
3501         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
3503         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
3504         (diff-font-lock-defaults): Explicitly turn off multiline.
3505         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
3506         (diff-ediff-patch): Fix call to ediff-patch-file.
3507         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
3508         Handle comments.
3510         * frame.el (automatic-hscrolling): Typo.
3512         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
3514 2000-05-09  Sam Steingold  <sds@goems.com>
3516         * apropos.el (apropos-print): use `describe-face' instead of
3517         `customize-face-other-window'.
3519 2000-05-09  Dave Love  <fx@gnu.org>
3521         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
3523         * help.el (describe-variable): Have customize button pop the
3524         help-xref stack when invoked.
3525         (help-xref-symbol-regexp): Add `face'.
3526         (help-make-xrefs): Check for quoted face names and adapt regexp
3527         submatch numbers to cope.
3528         (help-xref-interned): Maybe insert face doc too.  Separate
3529         sections with a line of hyphens.
3531         * faces.el:  Some doc fixes.  Declare some functions obsolete.
3532         (describe-face): Add customize button.  Return the help
3533         text.  Fix prompt.
3535 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
3537         * term/internal.el (IT-character-translations): Fix last change.
3539 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3541         * woman.el: New file
3542         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
3544 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
3546         * term/internal.el (IT-character-translations): Update ASCII
3547         simulations for greek-iso8859-7, add latin-iso8859-14 and
3548         latin-iso8859-15.
3550         * international/mule-cmds.el (set-language-info-alist): Call
3551         define-prefix-command with 3 arguments, to make the map suitable
3552         for a menu.
3554 2000-05-07  Dave Love  <fx@gnu.org>
3556         * time.el: Small doc fixes from Pavel Janík ml.
3558 2000-05-05  Dave Love  <fx@gnu.org>
3560         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
3561         list in doc string.  Don't quote keyword symbols.
3562         * emacs-lisp/cl.el: Likewise
3563         * emacs-lisp/cl-seq.el: Likewise
3565 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
3567         * abbrev.el (abbrev-mode): Make ARG optional.
3569 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
3571         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
3573         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
3575         * subr.el (substitute-key-definition): Clarify documentation.
3577 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
3579         * glasses.el (glasses-convert-to-unreadable): Use
3580         `glasses-separator' instead of the hard-wired "_".
3581         (glasses-mode): Call `glasses-make-unreadable' only in a single
3582         place.
3584 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
3586         * term/internal.el (cjk-codepages-alist): Add associations for
3587         Chinese and Korean codepages.  Remove FIXME comment.
3589 2000-05-03  Dave Love  <fx@gnu.org>
3591         * time.el (display-time-mail-face, display-time-use-mail-icon):
3592         New option.
3593         (display-time-mail-icon): New variable.
3594         (display-time-string-forms): Use the above.  Fix the local-map.
3596 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
3598         * replace.el (query-replace-map): Add binding for `E'.
3599         (query-replace-help): Extend help text.
3600         (perform-replace): Allow editing the replacement string.
3602         * make-mode.el (makefile-mode-abbrev-table): New variable.
3603         (makefile-mode): Set local abbrev table to
3604         makefile-mode-abbrev-table.
3605         (makefile-font-lock-keywords): Fontify includes and conditionals.
3607         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
3608         set TOGGLE's value.
3610         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
3611         mail-interactive-insert-alias.
3612         (mail-abbrev-complete-alias): New command.
3613         (mail-mode-map): Bind it to `M-TAB'.
3615 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
3617         * language/lao-util.el (lao-compose-region): New function.
3619 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
3621         * files.el (recover-session): Make directories as necessary
3622         if they don't exist yet.
3624         * calendar/cal-french.el
3625         (french-calendar-multibyte-special-days-array)
3626         (french-calendar-special-days-array): Change French text.
3627         (calendar-french-date-string): Change output.
3628         (calendar-goto-french-date): Likewise.
3630 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
3632         * wid-edit.el (widget-default-active): Obey `:always-active'.
3633         (widget-documentation-string-value-create): Set `:always-active'.
3635 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3637         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
3638         default prefix to `~/_emacs.d/auto-save.list/_s'.
3639         (normal-top-level): Create the directory for auto-save files, if
3640         it doesn't already exist (in the ms-dos case only).
3642 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
3644         * international/mule-cmds.el (set-language-environment): Don't
3645         concat an integer (dos-codepage), use format instead.
3647 2000-05-02  Dave Love  <fx@gnu.org>
3649         * help.el (help-xref-on-pp): Check for constant symbols.
3651 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
3653         * startup.el (normal-top-level): Put a condition-case around
3654         the code loading subdirs.el.
3656 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3658         * ps-print.el: Upside-down and face background color printing,
3659         line number step, doc fix.
3660         (ps-print-version): New version number (5.2).
3661         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
3662         (ps-face-attribute-list, ps-plot-with-face): Code fix.
3663         (ps-spool-config): Var fix.
3664         (ps-printer-name-option): Const fix.
3665         (ps-print-upside-down, ps-use-face-background)
3666         (ps-line-number-step): New vars.
3667         (ps-window-system, ps-lp-system): New consts.
3668         (ps-face-background): New fun.
3670 2000-04-28  Richard Stallman  <rms@gnu.org>
3672         * files.el (make-auto-save-file-name):
3673         Apply auto-save-file-name-transforms to visited file name
3674         before generating auto save file name.
3675         (auto-save-file-name-transforms): New variable.
3677         * files.el (backup-enable-predicate):
3678         Correctly test for a file under a temporary directory.
3680 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
3682         * subr.el (add-minor-mode): Rewritten.
3684 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
3686         * mail/sendmail.el (sendmail-send-it): Set
3687         buffer-file-coding-system to the selected coding system for MIME
3688         header.
3690 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
3692         * dired.el (dired-move-to-filename-regexp): Allow format where
3693         YYYY is followed by two spaces.
3695         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
3696         in the second character class of the regexp.
3698         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
3699         mh-etc, too.
3701         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
3702         nil.
3704         * subr.el (add-minor-mode): Use `set' instead of `setq'.
3706         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
3707         argument.
3709 2000-04-27  Sen Nagata <sen@eccosys.com>
3711         * emacs-lisp/crm.el (crm-completion-table): New variable.
3712         (crm-collection-fn, crm-test-completion)
3713         (completing-read-multiple): Use it.
3715 2000-04-27  Dave Love  <fx@gnu.org>
3717         * help.el (locate-library): Use mapc.
3718         (help-manyarg-func-alist): Add call-process-region.
3720 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
3722         * subr.el (add-minor-mode): Make argument MAP optional.
3724         * desktop.el (desktop-save): Save list of minor modes.
3725         (desktop-create-buffer): Restore minor modes.
3726         (desktop-minor-mode-table): New user-option.
3728         * subr.el (add-minor-mode): New function.
3730         * image.el (find-image): New function.
3731         (defimage): Rewritten to find image at load time.
3733         * startup.el (normal-top-level-add-to-load-path): Handle
3734         case that the default directory is not in load-path.
3736         * help.el: Old patch from Stefan Monnier.
3737         (help-xref-on-pp): New function.
3738         (describe-variable): Use it to display xrefs in a symbol's value.
3740 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
3742         * cus-edit.el (custom-face): Fix parenthesis.
3744 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
3746         * mail/rmail.el (rmail-expunge): When there are no deleted
3747         messages, do nothing.
3749 2000-04-26  Dave Love  <fx@gnu.org>
3751         * international/mule-cmds.el (locale-translation-file-name):
3752         Defvar to nil.
3753         (set-locale-environment): Set it here (at runtime).
3755 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
3757         * replace.el (perform-replace): Add parameters START and END.  Use
3758         them instead of the check for a region in Transient Mark mode.
3759         (query-replace-read-args): Return two more list elements for the
3760         start and end of the region in Transient Mark mode.
3761         (query-replace, query-replace-regexp, query-replace-regexp-eval)
3762         (map-query-replace-regexp, replace-string, replace-regexp): Add
3763         optional last arguments START and END and pass them to
3764         perform-replace.
3766         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
3767         form with additional arguments for perform-replace.
3769         * progmodes/etags.el (tags-query-replace): Add parameters START
3770         and END.  Construct a form with additional arguments for
3771         perform-replace.
3773         * simple.el (shell-command): Set default directory for "*Shell
3774         Command Output" buffer.
3776         * language/european.el (iso-latin-4): Fix typo.
3778         * emacs-lisp/crm.el: New file.
3780 2000-04-24  Dave Love  <fx@gnu.org>
3782         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3783         (Custom-reset-saved, Custom-reset-standard)
3784         (custom-group-value-create, custom-group-set, custom-group-save)
3785         (custom-group-reset-current, custom-group-reset-saved)
3786         (custom-group-reset-standard): Use mapc.
3787         (custom-buffer-create-internal): Disable undo when creating items.
3788         Use mapc.
3789         (custom-face): Avoid redundant lambda.
3791 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
3793         * startup.el (auto-save-list-file-prefix): Set default to
3794         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
3796 2000-04-24  Sam Steingold  <sds@gnu.org>
3798         * time-stamp.el (time-stamp-string-preprocess): Always convert
3799         `field-result' to a string.
3801 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
3803         * frame.el (scrolling): New group.
3804         (automatic-hscrolling): New user-option.
3806         * startup.el (command-line-x-option-alist): Add `-lsp' and
3807         `--line-spacing'.
3809 2000-04-19  Dave Love  <fx@gnu.org>
3811         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
3812         (cl-mapc): Rename from mapc.  Fix the funcall.
3814 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
3816         * simple.el (clone-indirect-buffer-other-window): New command.
3817         (clone-indirect-buffer): Add optional arg NORECROD.
3818         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
3820         * help.el (resize-temp-buffer-window): Use count-screen-lines.
3822         * window.el (count-screen-lines): New function.
3823         (shrink-window-if-larger-than-buffer): Use count-screen-lines
3824         instead of window-buffer-height.
3826         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
3827         non-existing variable comint-input-sentinel.
3828         (inferior-lisp-args-to-list): Removed.
3829         (inferior-lisp): Use split-string instead of
3830         inferior-lisp-args-to-list.
3832         * hexl.el (hexl-insert-hex-string): New command.
3834         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
3835         instead of concat.
3837 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
3839         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
3840         at the start of an existing but empty folder.
3842 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3844         * ps-mule.el: Customization fix, doc fix.
3845         (ps-multibyte-buffer): Customization fix.
3847 2000-04-17  Richard M. Stallman  <rms@gnu.org>
3849         * subr.el (read-passwd): Use read-char-exclusive.
3851 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
3853         * textmodes/texinfo.el (texinfo-insert-@email)
3854         (texinfo-insert-@emph, texinfo-insert-@quotation)
3855         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
3856         (texinfo-mode-map): Add key bindings for them.
3858         * files.el (basic-save-buffer-2): Use a template with `$'
3859         instead of `#' for VMS.
3861         * simple.el (clone-indirect-buffer): New function.
3863 2000-04-16  Stephen Eglen  <stephen@gnu.org>
3865         * iswitchb.el (iswitchb-case): New function.  If the user input
3866         contains any upper-case characters, the search is made
3867         case-sensitive.
3869 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
3871         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
3872         comment-end.
3873         (texinfo-font-lock-syntactic-keywords): New var.
3874         (texinfo-font-lock-keywords): Remove comment regexp.
3875         (texinfo-insert-block): New function.
3876         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
3877         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
3878         and font-lock-defaults.  Use regexp-opt for outline-regexp.
3879         (texinfo-environments): New var.
3880         (texinfo-environment-regexp): Use regexp-opt and
3881         texinfo-environments.
3883         * textmodes/ispell.el (ispell-menu-map-needed): Check that
3884         ispell-process is bound since this might be eval'd before ispell
3885         is loaded.
3886         (ispell-message): Use a tiny bit less magic and a bit more hard
3887         data to figure out what kind of sc-cite-regexp to use.
3889         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
3891         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
3892         (insert-cyclic-diary-entry): Unquote the lambda.
3894         * gud.el (gud-jdb-build-source-files-list): Fix typo.
3896         * files.el (backup-enable-predicate): Unquote the lambda.
3898         * cus-edit.el (custom-face, face): Unquote the lambda.
3900 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3902         * ps-print.el: Check for line-beginning-position definition.
3904         * ps-print.el: Fix counting lines in a region.
3905         (ps-print-version): New version number (5.1.5).
3906         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
3907         (ps-printing-region): Fun code fix.
3909 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
3911         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
3912         to file-directory-p.
3914 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
3916         * gud.el (gud-jdb-build-source-files-list): Check that directory
3917         exists before calling directory-files.
3919 2000-04-13  Dave Love  <fx@gnu.org>
3921         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
3922         syntax.
3924         * emacs-lisp/cl-specs.el: Remove when, unless.
3926         * emacs-lisp/cl-extra.el: Don't quote keywords.
3927         (cl-old-mapc): New variable.
3928         (mapc): Use it.
3929         (cl-map-intervals): Use with-current-buffer.  Don't check for
3930         next-property-change.
3931         (cl-map-overlays): Use with-current-buffer.
3932         (cl-expt): Remove.
3933         (copy-tree, remprop): Define unconditionally.
3935         * emacs-lisp/cl-compat.el (keywordp): Remove.
3937         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
3938         to use keywordp.
3939         (edebug-spec): Enable keywordp.
3941         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
3942         string-lessp.
3944         * cus-start.el: Use keywordp.
3946 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3948         * diary-lib.el (include-other-diary-files): Fix the fix of
3949         2000-02-18 by doing a save-excursion.
3951 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3953         * ps-print.el: Customization fix, doc fix.
3954         (ps-print-version): New version number (5.1.4).
3955         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
3956         (ps-print-preprint): Adjust code.
3957         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
3958         (ps-print-prologue-header, ps-print-control-characters)
3959         (ps-spool-config): Customization fix.
3961 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
3963         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
3964         converted to the new menu-item format, names silightly changed,
3965         help strings added.
3967         Support for spelling without async subprocesses:
3969         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
3970         (ispell-session-buffer): New variables.
3971         (ispell-start-process, ispell-process-status,
3972         ispell-accept-output, ispell-send-string): New functions, for
3973         Ispell invocation when async subprocesses aren't supported.
3974         (ispell-word, ispell-pdict-save, ispell-command-loop,
3975         ispell-process-line, ispell-buffer-local-parsing): Replace calls
3976         to process-send-string with calls to ispell-send-string, and
3977         accept-process-output with ispell-accept-output.
3978         (ispell-init-process): Call ispell-process-status instead of
3979         process-status with.
3980         (ispell-init-process): Call ispell-start-process.  Call
3981         ispell-accept-output and ispell-send-string.  Don't call
3982         process-kill-without-query and kill-process if they are unbound.
3983         (ispell-async-processp): New function.
3985 2000-04-12  Dave Love  <fx@gnu.org>
3987         * info.el: Add debug-ignored-errors.
3988         (Info-mode-menu): Add some items.
3989         (Info-directory): Add autoload cookie.
3991         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
3992         Modify `truncate-lines'.  Make `describe-language-environment'
3993         always visible and add help.  Modify `describe-key' help.  Invoke
3994         Info-directory from `info'.  New entry `emacs-manual'.
3996 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
3998         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
3999         propertized-buffer-identification.
4000         (ebrowse-update-member-buffer-mode-line): Likewise.
4001         (ebrowse--mode-strings): Removed.
4002         (ebrowse--mode-line-props): Removed.
4004         * files.el (auto-mode-alist): Add `EBROWSE'.
4006         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
4007         space before testing for end of buffer.
4008         (ebrowse-load): Removed.
4009         (ebrowse-revert-tree-buffer-from-file): Rewritten.
4010         (ebrowse-create-tree-buffer): Rewritten.
4011         (ebrowse-tree-mode): Read tree from buffer.
4013         * progmodes/ebrowse-ffh.el: Removed.
4015 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
4017         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
4019 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
4021         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
4022         at the wrong place.
4024 2000-04-09  Dave Love  <fx@gnu.org>
4026         * files.el (backup-enable-predicate): Use
4027         temporary-file-directory, small-temporary-file-directory.
4028         (make-backup-file-name-function, backup-directory-alist): New
4029         variables.
4030         (make-backup-file-name-1): New function.
4031         (make-backup-file-name): Use it.
4032         (find-backup-file-name): Likewise.  Use format for clarity, not
4033         concat.
4034         (file-newest-backup): Use make-backup-file-name.
4036 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
4038         * progmodes/ebrowse-ffh.el: New file.
4040         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
4041         to ebrowse-ffh.el.
4042         (ebrowse-load): Add autoload.
4044         * finder.el (finder-commentary): Add autoload cookie.
4046         * mail/rfc2368.el: Correct author's email address.
4048         * progmodes/ebrowse.el: New file.
4050         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
4051         item help string.
4052         (easy-menu-do-add-item): Ditto.
4053         (easy-menu-define): Extend doc string.
4055         * jit-lock.el (with-buffer-unmodified): Use
4056         restore-buffer-modified-p.
4057         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
4058         (jit-lock-function, jit-lock-stealth-fontify): Don't use
4059         with-buffer-unmodified.
4061 2000-04-08  Dave Love  <fx@gnu.org>
4063         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4064         unless, when.
4066 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
4068         * viper-util.el (viper-put-on-search-overlay): New subroutine.
4069         (viper-flash-search-pattern): No operation when using Emacs
4070         doesn't support face.
4071         Use `viper-put-on-search-overlay'.
4073 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
4075         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
4076         like C-r.
4078         * progmodes/make-mode.el: Some doc fixes.
4079         (makefile-mode-abbrev-table): New variable.
4080         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
4081         (makefile-font-lock-keywords): Fontify includes and conditionals.
4082         (toplevel): Require `dabbrev' and `add-log' when compiling.
4084         * replace.el (perform-replace): Don't move forward one char
4085         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
4086         to do that because it leaves point 1 position after the last
4087         replacement, after everything has been replaced.
4089         * jit-lock.el (with-buffer-unmodified): New macro.
4090         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
4091         modified state.
4092         (jit-lock-function-1): Extracted from jit-lock-function; not
4093         preserving buffer's modified state.
4094         (jit-lock-function, jit-lock-stealth-fontify): Call
4095         jit-lock-function-1.
4097         * mail/rfc2368.el: Remove supernumerary copyright line.
4099 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
4101         * glasses.el: Provide facilities for inserting space before left
4102         parentheses and uncapitalization of identifiers.
4103         (glasses-mode): Try to remove old overlays in all cases.
4105 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
4107         * progmodes/compile.el (compile-internal): Display the compilation
4108         buffer in a different frame, if it's already displayed there.
4110         * mail/rfc2368.el: New file.
4112         * simple.el (sendmail-user-agent-compose): Recognize a `body'
4113         header and insert its value as mail body.
4115         * subr.el (member-ignore-case): New function.
4117         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
4118         (dabbrev--find-expansion): Ignore buffers matching a regexp
4119         from dabbrev-ignored-regexps.
4121         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
4122         to extensions handled by gzip.
4124 2000-04-03  Richard M. Stallman  <rms@gnu.org>
4126         * files.el (insert-directory): List the total free space
4127         along with the used space.
4129         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
4130         line is followed by one that matches CITATION-REGEXP, end the
4131         paragraph.
4133 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
4135         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
4136         (rmail-make-basic-summary-line): Use that option.
4138 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
4140         * international/mule-cmds.el (encoded-string-description):
4141         Rewritten.   Try pretty description for ISO 2022 escape sequences
4142         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
4143         for hexadecimal format.
4145 2000-04-01  Dave Love  <fx@gnu.org>
4147         * cpp.el: Change customization group to `c' from `C'.
4149         * vcursor.el (vcursor-move): Use display-color-p.
4151         * international/mule-util.el: Provide mule-utils.
4152         (string-to-sequence): Simplify and speed up.
4154         * international/mule.el (make-coding-system): Purecopy doc-string.
4156         * international/mule-cmds.el: Various menu changes.
4157         (describe-specified-language-support): Handle `Default'.
4158         (set-language-info): Purecopy `info'.
4160 2000-03-31  Andrew Innes  <andrewi@gnu.org>
4162         * vc.el (vc-backend-diff): Return the correct status if we had to
4163         retry the rcsdiff command without the --brief option.
4165 2000-03-31  Dave Love  <fx@gnu.org>
4167         * help.el (help-manyarg-func-alist): Correct several omissions.
4169         * add-log.el: Don't require cl, fortran.
4170         (add-log-current-defun-function): Doc fix.
4171         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
4172         fix.
4173         (change-log-version-rcs): Function deleted.
4174         (change-log-version-number-search): Doc fix.  Use
4175         vc-workfile-version.  Avoid CL dolist.
4176         (add-change-log-entry): Just call add-log-current-defun to get
4177         defun.  Simplify somewhat.
4178         (change-log-get-method-definition-1): Likewise.
4179         (add-log-current-defun): Return nil if calling
4180         add-log-current-defun-function does so.  Move Fortran stuff to
4181         fortran.el.  Return string without properties.
4183         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
4184         and :alpha: char classes.
4186         * mail/supercite.el: Defvar curline when compiling.
4187         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
4188         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
4189         rather than a-zA-Z0-9 to allow non-ASCII characters.
4191 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
4193         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
4195         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4196         Re-enable new code.
4198         * lpr.el (print-region-1): Use -d to specify printer name for
4199         systems `usg-unix-v*, `dgux', `hpux', `irix'.
4201 2000-03-31  Dave Love  <fx@gnu.org>
4203         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
4204         for function definition in symbol's function value slot first
4205         instead of first consulting byte-compile-function-environment.
4207 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
4209         * language/european.el ("Polish"): New language environment.
4210         (setup-polish-environment): New function.
4212 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
4214         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4215         Disable new code.
4217         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
4218         trying to `load' the symbol of an autoload instead of the file
4219         recorded in the autoload.  Fix error messages.
4221 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4223         * ps-print.el: PostScript programming fix for ghostview, doc fix.
4224         (ps-print-version): New version number (5.1.3).
4225         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
4226         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
4227         (ps-generate-postscript-with-faces): Code fix.
4228         (ps-color-values): XEmacs compatibility.
4229         (ps-print-background-image, ps-print-background-text, ps-printer-name)
4230         (ps-default-fg, ps-default-bg): Adjust customization.
4231         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
4232         (ps-color-scale): Renaming old ps-color-value fun.
4233         (ps-print-headers): Replace ps-print-header group to avoid conflict
4234         with ps-print-header variable.
4235         (ps-print-miscellany): New group.
4236         (ps-format-color, ps-rgb-color): New funs.
4237         (ps-default-foreground): New var.
4238         (ps-printer-name-option): New const.
4240 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
4242         * net/net-utils.el:
4243         (network-connection-host, network-connection-service): New variables
4244         (network-connection-mode): New mode, derived from comint-mode
4245         (network-connection-mode-setup): New function, saves host and
4246         service information in local variables.
4248         * lisp/locate.el:
4249         (locate-word-at-point): Added this function
4250         (locate): Default to using locate-word-at-point as input
4251         Run dired-mode-hook
4253 2000-03-29  Dave Love  <fx@gnu.org>
4255         * calendar/appt.el: Doc fixes.
4256         (appt-check): Convert min-to-app to a string before passing to
4257         appt-disp-window-function or concat.
4258         (appt-delete-window): Remove test for frame-root-window.
4259         (appt-select-lowest-window, appt-convert-time): Simplify.
4261         * emacs-lisp/bytecomp.el: Doc fixes.
4262         (byte-compile-file-form-autoload): Update
4263         byte-compile-function-environment.
4265 2000-03-29  Andreas Schwab  <schwab@suse.de>
4267         * emacs-lisp/autoload.el: Also print defsubst doc string
4268         specially.
4270         * dired.el (dired-insert-directory): If dired-free-space-program
4271         failed just delete its output.
4273 2000-03-29  Dave Love  <fx@gnu.org>
4275         * international/iso-cvt.el: Move provide to end.  Doc fixes.
4276         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
4277         (iso-iso2sgml, iso-sgml2iso): New functions.
4278         (iso-cvt-define-menu): Fix some entries and use backquote for
4279         clarity.
4281         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
4283 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
4285         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
4286         ISO-DATE.  If non-nil, return date in ISO 8601 format.
4288 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
4290         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
4291         if it ever becomes used.
4292         (log-edit-mode-hook): Default to vc-log-mode-hook.
4293         (log-edit-mode): Fix the docstring.
4295         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
4296         the code.
4298 2000-03-26  Dave Love  <fx@gnu.org>
4300         * net/browse-url.el (browse-url): Re-fix case of
4301         browse-url-browser-function being an alist.
4302         (browse-url): Add :link to defgroup.
4304         * files.el: Doc fixes.
4305         (file-truename): Include `[' in wildcard characters.
4306         (automount-dir-prefix): Customize.
4307         (find-file-wildcards): Add :version.
4308         (find-file-noselect): Simplify a mapcar call.
4310         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
4311         compatible with inf-lisp version.
4312         (eval-defun-1): Fix custom-declare-variable case.
4314 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
4316         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
4318 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4320         * Makefile (COMPILE_FIRST): New macro.
4321         (compile-files): Compile files from COMPILE_FIRST first.
4323         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
4324         code.
4326         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
4327         matching open parenthesis in column 0 to defun-prompt-regexp
4328         only if open-paren-in-column-0-is-defun-start is set.
4330         * sun-curs.el: Require CL at compile-time only.
4332         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
4333         instead of copy-list which is a function from CL.
4334         (msb--choose-menu, msb--mode-menu-cond)
4335         (msb--create-buffer-menu-2): Use dolist instead of mapc.
4336         (msb--init-file-alist): Use mapcar instead of mapcan.
4337         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
4338         `(' in column 0 in doc string.
4339         (msb--add-separators): Use mapcar instead of mapcan.
4341         * cus-dep.el: Require CL at compile-time only.
4343 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
4345         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4346         (byte-compile-warnings): New warning `noruntime'.
4347         (byte-compile-constants, byte-compile-variables): Fix docstring.
4348         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
4349         execute `eval-whenc-compile's body.
4350         (byte-compile-unresolved-functions): Fix docstring.
4351         (byte-compile-eval): New function.
4352         (byte-compile-callargs-warn): Check if the function will be available
4353         at runtime (via property `byte-compile-noruntime').
4354         (byte-compile-print-syms): New function.
4355         (byte-compile-warn-about-unresolved-functions): Also warn about
4356         `noruntime' functions (and use `byte-compile-print-syms').
4357         (byte-compile-file): Capitalize the message.
4359 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
4361         * mail/rmail.el (rmail-confirm-expunge): New user-option.
4362         (rmail-expunge): Ask for confirmation depending on the setting
4363         of rmail-confirm-expunge.
4365 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
4367         * Makefile (bootstrap-clean): If $(emacs) exists, build
4368         loaddefs.el first.  A loaddefs.el that's not up-to-date might
4369         cause a bootstrap failure because things don't autoload as
4370         expected.
4372 2000-03-23  Dave Love  <fx@gnu.org>
4374         * net/browse-url.el: Restore previous use of
4375         browse-url-maybe-new-window.
4377 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4379         * ps-print.el: Skip banner page fix.
4380         (ps-print-version): New version number (5.1.2).
4381         (ps-begin-file, ps-end-file, ps-generate): Code fix.
4383 2000-03-23  Dave Pearson  <davep@davep.org>
4385         * net/quickurl.el Changed the type of parameter passed to the
4386         function defined by `quickurl-format-function'. Before only the
4387         text of the URL was passed. Now the whole URL structure is passed
4388         and the function is responsible for extracting the parts it
4389         requires.  Changed the default of `quickurl-format-function'
4390         accordingly.
4391         (quickurl-insert): Changed the `funcall' of
4392         `quickurl-format-function' to match the above change.
4393         (quickurl-list-insert): Changed the `url' case so that it makes
4394         use of `quickurl-format-function', previous to this the format was
4395         hard wired.
4397 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
4399         * startup.el: Change some spellings for the X Window System.
4401 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
4403         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
4404         up the code and the regexp and make sure the cursor is temporarily
4405         moved to the suspicious line while querying the user.
4407 2000-03-22  Jason Rumney  <jasonr@gnu.org>
4409         * w32-fns.el (w32-charset-info-alist): Initialize.
4411 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4413         * ps-print.el: N-up last page fix.
4414         (ps-print-version): New version number (5.1.1).
4415         (ps-end-file, ps-end-job, ps-generate): Code fix.
4417 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4419         * files.el (find-file-run-dired): Update docstring.
4420         (find-directory-functions): New hook.
4421         (find-file-noselect): Run find-directory-functions rather than
4422         calling dired directly.
4424         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
4426         * pcvs.el: Add a minimal leading commentary.
4427         (cvs-make-cvs-buffer): Change the header part by removing the startup
4428         message and adding a `Module' entry.  Also replace the FOOTER and
4429         HEADER special fileinfos with the new support in ewoc for updating
4430         its own footer and header.
4431         (cvs-update-header): Update to use the header/footer of the ewoc.
4432         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
4433         (cvs-is-within-p): New function.
4434         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
4435         to only examine some subset of the buffers.
4437         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
4438         `format' instead of our own ad-hoc functions.
4439         Remove HEADER and FOOTER cases, now handled in the EWOC.
4440         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
4442         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
4443         output to avoid scaring the user.
4444         (cvs-parse-table): Catch message for non-up-to-date commits.
4446         * pcvs-defs.el (cvs-startup-message): Remove.
4447         (cvs-global-menu): New autoloaded menu.
4449         * pcvs-util.el (cvs-string-fill): Remove.
4451         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
4452         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
4453         PP part of it and also make it work for footers and headers.
4454         (ewoc-create): Drop POS and BUFFER arguments.
4455         Use the DLL's dummy node to store the end-of-footer position.
4456         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
4457         (ewoc-refresh): Remove unused `header' variable.
4458         (ewoc-(get|set)-hf): New functions.
4460         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
4461         log-view-*-(message|file) and use easy-mmode-define-navigation.
4462         (log-view-message-re): Match SCCS format as well.
4463         And match the revision line rather than the dashed separator line.
4464         (log-view-mode): Use the new define-derived-mode.
4465         (log-view-current-tag): Fill in with an actual implementation.
4467         * cvs-status.el (cvs-status-(prev|next)): Rename from
4468         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
4469         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
4470         to let the output "breathe" a little more (more readable).
4471         (cvs-status-mode): Use the new define-derived-mode.
4473         * smerge-mode.el (smerge-auto-leave): New function and variable.
4474         (smerge-basic-map): Rename from smerge-basic-keymap.
4475         Change the bindings for smerge-diff-*.
4476         (smerge-*-map): Use easy-mmode-defmap.
4477         (smerge-(next|prev)): Use easy-mmode-define-navigation.
4478         (smerge-keep-*): Use smerge-auto-leave.
4480 2000-03-21  Jason Rumney  <jasonr@gnu.org>
4482         * cus-edit.el (custom-button-face): Use 3D look for w32.
4483         (custom-button-pressed-face): Likewise.
4485 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
4487         * progmodes/etags.el (tags-case-fold-search): New user-option.
4488         (tags-loop-eval): New function.  Bind case-fold-search around eval
4489         depending on the value of tags-case-fold-search.
4490         (tags-loop-continue): Use tags-loop-eval.
4491         (find-tag-in-order): Bind case-fold-search depending on the value
4492         of tags-case-fold-search.
4494 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
4496         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
4497         (diff-end-of-hunk): Return the end position for use in
4498         `easy-mmode-define-navigation'.
4499         (diff-recenter): Remove.
4500         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
4501         of `easy-mmode-define-navigation'.
4502         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
4503         previous renaming) and fix to use new names.
4504         (diff-merge-strings): Use \n as separator: simpler, faster.
4505         (diff-mode): Use `define-derived-mode'.
4507         * derived.el (define-derived-mode): Don't autoload anymore.
4508         Prefer the macro-only version provided by easy-mmode.el.
4510         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
4511         `easy-mmode-define-derived-mode'.
4512         Use `combine-run-hooks'.
4513         (easy-mmode-define-navigation): New macro.
4515         * subr.el (combine-run-hooks): New function.
4517 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
4519         * term/x-win.el: Fontsets related initialization is simplified.
4521         * international/mule-diag.el (describe-font): Don't refer to
4522         global-fontset-alist, instead call font-list.
4523         (describe-fontset, list-fontsets, mule-diag): Likewise.
4524         (print-fontset): Adjusted for the change of fontset
4525         implementation.
4527         * international/fontset.el (x-charset-registries): Variable
4528         removed, instead the corresponding data is stored in the default
4529         fontset.
4530         (register-alternate-fontnames): Function removed.
4531         (resolved-ascii-font): Variable removed.
4532         (x-compose-font-name): Ignore the second argument REDOCE.
4533         (x-complement-fontset-spec): Complement only an ASCII font and
4534         element for those charsets than can use that ASCII font.
4535         (generate-fontset-menu): Don't refer to global-fontset-alist,
4536         instead call fontset-list.
4537         (uninstantiated-fontset-alist): Variable removed.
4538         (x-style-funcs-alist): Likewise.
4539         (fontset-default-styles): Likewise.
4540         (x-modify-font-name): Function removed.
4541         (create-fontset-from-fontset-spec): Ignore the argument
4542         STYLE-VARIANT.
4543         (create-fontset-from-ascii-font): Docsting adjusted for the above
4544         change.
4545         (instantiate-fontset, resolve-fontset-name): Functions removed.
4546         (fontset-list): Now implemented by C code.
4548         * faces.el (read-face-font): Fix TABLE arg to completing-read.
4549         (describe-face): Include `font' attribute in the description.
4551 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
4553         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
4555 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
4557         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
4558         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
4559         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
4561         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
4562         about behavior of set-buffer-modified-p wrt redisplay.
4564 2000-03-19  Richard M. Stallman  <rms@gnu.org>
4566         * view.el (view-mode-disable): Kill local binding of view-read-only.
4568 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
4570         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
4571         is a string, convert it to a syntax cell using string-to-syntax.
4573         * simple.el (syntax-code-table, syntax-flag-table): New variables.
4574         (string-to-syntax): New function.
4576         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
4577         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
4578         try to use passive ftp mode.
4580 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
4582         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
4584         * simple.el (append-to-buffer): Update point of windows after
4585         insertion.
4587         * abbrev.el (inverse-add-abbrev): Identify word by first moving
4588         forward then moving backward.  Reindent.
4590         * frame.el (other-frame): Call x-focus-frame only if
4591         focus-follows-mouse is off.
4593 2000-03-17  Dave Love  <fx@gnu.org>
4595         * pcvs-util.el (cvs-strings->string): Rename
4596         replace-regexps-in-string.
4598 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
4600         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4601         regexp for labels cannot span several lines.
4603         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
4604         `(setq :<key> ':<key>)' to the macro expansion.
4606 2000-03-16  Dave Love  <fx@gnu.org>
4608         * progmodes/f90.el (f90): Put custom group under `languages', not
4609         `fortran'.
4610         (f90-mode-hook): Customize.
4611         (f90-mode): Set add-log-current-defun-function.
4612         (f90-current-defun): New function.
4614 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
4616         * cus-edit.el (custom-variable-tag-face): Handle case that
4617         default face's height is not a number.
4618         (custom-face-tag-face, custom-group-tag-face-1)
4619         (custom-group-tag-face): Ditto.
4620         (custom-group-tag-face-1): Add :group.
4622         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
4624 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
4626         * pcvs-defs.el (toplevel): Remove autoload cookie for form
4627         requiring easymenu.
4629 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4631         * ps-print.el: PostScript user-defined prologue, PostScript error
4632         handler, doc fix.
4633         (ps-print-version): New version number (5.1).
4634         (ps-user-defined-prologue, ps-error-handler-message)
4635         (ps-print-prologue-0, ps-error-handler-alist): New vars.
4636         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
4637         (ps-insert-string): New function.
4639 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
4641         * international/ccl.el (ccl-compile-expression): Don't generate
4642         invalid self-assignment code.
4644 2000-03-14  Dave Love  <fx@gnu.org>
4646         * subr.el (replace-regexp-in-string): Renamed from
4647         replace-regexps-in-string.  Doc fix.
4649 2000-03-12  Dave Love  <fx@gnu.org>
4651         * cus-edit.el: Doc fixes.
4652         (customize-set-variable, customize-save-variable): Rename args for
4653         doc.
4654         (custom-variable-tag-face, custom-face-tag-face)
4655         (custom-group-tag-face-1, custom-group-tag-face): Modify from
4656         style which user identify as hyperlink.
4657         (hook): Don't add undefined functions to the hook.
4658         (debug-ignored-errors): Transfer message from bindings.el.
4660 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
4662         * recentf.el (recentf-keep-non-readable-files-p): Remove
4663         double/nested definition.
4665 2000-03-12  Dave Love  <fx@gnu.org>
4667         * facemenu.el (facemenu-get-face): Use display-color-p.
4668         * enriched.el (enriched-decode-foreground): Likewise.
4669         (enriched-decode-background): Likewise.
4670         * isearch.el (isearch-highlight): Likewise.
4671         * info-look.el (info-lookup): Likewise.
4672         * simple.el (completion-setup-function): Likewise.
4674         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
4675         :options.
4677         * bindings.el (mode-line-format): Fix line-number and
4678         column-number items.  Add help-echo for the background.
4679         (mode-line-mule-info): Modify help-echo.
4681         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
4682         defcustom.
4684         * files.el (load-file): Allow completion to .elc.
4686         * man.el: Doc fixes.
4687         (Man-init-defvars): Use display-color-p to set fontification.
4689         * play/hanoi.el (hanoi-internal): Don't use oddp.
4691 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
4693         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
4695         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
4697 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
4699         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
4700         Fix comment.
4702 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
4704         * font-lock.el (font-lock-keywords): Fix the doc now that
4705         regexp-opt-depth is unnecessary.
4706         (save-buffer-state): Set an edebug spec.
4707         (font-lock-fontify-anchored-keywords): Properly handle the case when
4708         the matcher goes past the limit.
4710         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
4711         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
4713         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
4714         dll.el and cookie.el (from Elib) with heavy renaming and other
4715         massaging.
4717         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
4718         Autoload the functions used.
4719         (easy-mmode-define-syntax): Fix CL typo.
4720         (easy-mmode-define-derived-mode): Improve the docstring generation.
4722 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
4724         * textmodes/texinfo.el (texinfo-version): Variable and function
4725         removed.
4727 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
4729         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
4730         allow more flexibility.
4731         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
4732         fns.
4733         (easy-mmode-defmap, easy-mmode-defsyntax)
4734         (easy-mmode-define-derived-mode): New macros.
4736 2000-03-09  Didier Verna  <didier@xemacs.org>
4738         * rect.el (replace-rectangle): New function.
4740 2000-03-09  Dave Love  <fx@gnu.org>
4742         * progmodes/fortran.el (fortran-comment-line-start): Define as
4743         "C".
4744         (fortran-comment-line-start-skip): Don't match cpp stuff.
4745         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
4746         (fortran-mode-map): Remove over-eager custom-menu-create for now.
4747         (fortran-mode): Don't set fortran-comment-line-start-skip,
4748         fortran-comment-line-start here.  Set comment-start,
4749         add-log-current-defun.
4750         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
4751         (fortran-current-defun): New function.
4753 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
4755         * emacs-lisp/re-builder.el: New file.
4757         * mouse.el (mouse-drag-region): Don't run up-event handler
4758         if hscroll has changed.
4760         * octave-mod.el (octave-font-lock-keywords): To font-lock the
4761         builtin operators, use `font-lock-builtin-face' for Emacs and
4762         `font-lock-preprocessor-face' otherwise.
4764         * font-lock.el (lisp-font-lock-keywords-1): Highlight
4765         `(defun (setf foo)' differently.
4767 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
4769         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
4770         (regexp-opt): Update comment and adapt the code the new meaning of
4771         the `paren' argument of regex-opt-group for shy-groups.
4772         (regexp-opt-depth): Handle shy groups as well as backslashed
4773         backslashes.
4774         (regexp-opt-group): Turn the leading comment into a docstring.
4775         Allow `paren' to be a string (the string to use to open a group).
4776         Remove open-presuf and close-presuf.  Instead of checking for `all
4777         one-char' and then later on check for `several one-char', handle
4778         both cases close together.  Also apply a more generic algorithm
4779         for suffixes (the mirror image of the algorithm used for
4780         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
4781         (regexp-opt-try-suffix): Removed.
4783         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
4784         from comint-mode-map, so we can just inherit from it.  Also, move
4785         the initialization into the `defvar' since there's no docstring
4786         anyway and it's fairly short.
4787         (inferior-scheme-mode): Define it as derived-mode: the code is
4788         shorter and this way we inherit from comint-mode-map rather than
4789         copying it.
4791         * subr.el (replace-regexps-in-string): Properly handle the case
4792         where we match an empty string.
4794         * comint.el (comint-exec-1): Add the current-dir to the exec-path
4795         when the command has a directory component (such as "./testml").
4796         Also fix a typo in the comment.
4798 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
4800         * Makefile (compile-files): Compile files one by one because
4801         that's the only way to ensure a clean compilation environment for
4802         each individual file.
4804         * frame.el (other-frame): Call x-focus-frame.
4806 2000-03-07  Dave Love  <fx@gnu.org>
4808         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
4809         :require to defcustom.
4811         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
4812         lists.
4814         * files.el (auto-mode-alist): Add configure.in.
4816         * progmodes/autoconf.el: New file.
4818 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
4820         * mail/mh-e.el: Change maintainer to `none'.
4822         * recentf.el (recentf-keep-non-readable-files-p): Quote args
4823         to remove-hook and add-hook.
4825 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4827         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
4828         it as the default.
4829         (mail-send): Test mail-send-nonascii also for the new `mime' value.
4830         (sendmail-send-it): Conditionally add MIME headers specifying the
4831         used character set.
4833 2000-03-07  Dave Love  <fx@gnu.org>
4835         * winner.el: Fix keywords, autoload cookies.  Split
4836         eval-when-compile form to avoid compilation failure.
4838 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
4840         * international/mule.el: Modify comment about coding system
4841         property `coding-category'.
4842         (make-coding-system): New argument EOL-TYPE.  Pay attention to
4843         coding-category property of PROPERTIES.
4845         * international/mule-conf.el (coding-category-utf-8,
4846         coding-category-utf-16-be, coding-category-utf-16-le): New coding
4847         categories.  Include them in the argument for set-coding-priority.
4849         * international/mule-cmds.el (reset-language-environment): Include
4850         coding-category-utf-8, coding-category-utf-16-be, and
4851         coding-category-utf-16-le in the argument for set-coding-priority.
4852         (reset-language-environment): Initialize coding-category-utf-8,
4853         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
4855 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
4857         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
4858         code abstracted out of `bookmark-jump-noselect'.  Now tries info
4859         extensions as well as compression extensions.
4860         (bookmark-jump-noselect): Use above new func.
4862 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
4864         * strokes.el: Change maintainer's mail address.
4866 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
4868         * international/mule-diag.el (list-character-sets): Make help-echo
4869         string by substitute-command-keys.
4870         (list-character-sets): Likewise.
4871         (sort-listed-character-sets): Call help-setup-xref.
4873 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
4875         * time.el (display-time-mail-file): Add `none' to the list of
4876         choices.
4878 2000-03-01  Dave Love  <fx@gnu.org>
4880         * help.el (help-xref-go-back): Don't try to set position.
4882         * international/mule-diag.el (list-character-sets): Call
4883         help-setup-xref.  Add help-echo to xrefs.
4884         (list-character-sets-1): Add help-echo to xrefs.
4886 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
4888         * frame.el (blink-cursor-mode): Switch cursor on when turning
4889         the mode off.
4891         * add-log.el (add-log-current-defun): Add support for
4892         Autoconf mode.
4894         * mail/rmail.el (rmail-quit-hook): New variable.
4896 2000-03-01  Dave Love  <fx@gnu.org>
4898         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
4900         * help.el (help-xref-button): Add help-echo arg.
4901         (describe-function-1, describe-variable, help-make-xrefs): Use it.
4903         * faces.el (list-faces-display): Supply help-echo with
4904         help-make-xrefs.
4906         * facemenu.el (list-text-properties-at): Set help-xref-stack to
4907         nil.
4909 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
4911         * image.el (defimage): Look for image files in load-path.
4913         * frame.el (busy-cursor-delay-seconds): Change type to
4914         `number'.
4916 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
4918         * recentf.el (recentf): Added version tag to the defgroup of
4919         recentf.
4921 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
4923         * recentf.el (recentf-cleanup): Changed to remove excluded file
4924         too.
4925         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
4926         action to select/unselect a file.
4927         (recentf-edit-list): Code cleanup and improvement.
4928         (recentf-open-more-files-action): `recentf-open-more-files' button
4929         widget action to open a file.
4930         (recentf-open-more-files): No more use standard completion but
4931         widgets.
4932         (recentf-more-collection): Deleted.
4933         (recentf-more-history): Deleted.
4934         (recentf-setup-more-completion): Deleted.
4936 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
4938         * recentf.el (recentf-mode): No more needs that Emacs is running
4939         under a window-system.
4941 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
4943         * recentf.el (recentf-edit-list): New command to edit the recent
4944         list which allow the user to remove files.
4945         (recentf-edit-selected-items): New global variable, used by
4946         `recentf-edit-list' to hold the list of files to be removed from
4947         the recent list.
4948         (recentf-make-menu-items): Updated to display a "Edit list..."
4949         menu item.  Minor code cleanup.
4951 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
4953         * recentf.el (recentf-open-more-files): New command to open files
4954         that are not displayed in the menu.
4955         (recentf-more-collection): New global variable holding the set of
4956         permissible completions used by `recentf-open-more-files'.
4957         (recentf-more-history): New global variable holding the history list
4958         used by `recentf-open-more-files' completion.
4959         (recentf-setup-more-completion): New function to setup completion for
4960         `recentf-open-more-files'.
4961         (recentf-make-menu-items): Updated to display a "More..." menu item.
4963 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
4965         * recentf.el (recentf-menu-action): Doc fixed.
4967 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
4969         * recentf.el (recentf-menu-filter): Doc updated.
4970         (recentf-update-menu-hook): Allow menu filters to force menu update.
4971         (recentf-make-menu-items): New menu filter handling.
4972         (recentf-make-menu-item): New helper function.
4973         (recentf-menu-elements): New menu handling function.
4974         (recentf-sort-ascending): Updated to new menu filter handling.
4975         (recentf-sort-descending): Updated to new menu filter handling.
4976         (recentf-sort-basenames-ascending): New menu filter function.
4977         (recentf-sort-basenames-descending): New menu filter function.
4978         (recentf-show-basenames): New menu filter function.
4979         (recentf-show-basenames-ascending): New menu filter function.
4980         (recentf-show-basenames-descending): New menu filter function.
4982 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4984         * diary-lib.el (list-diary-entries): Don't try to go forward at
4985         the end of the buffer.
4987 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
4989         * international/mule-diag.el (list-character-sets): Completely
4990         rewritten.
4991         (sort-listed-character-sets): New function.
4992         (list-character-sets-1): Completely rewritten.
4993         (list-character-sets-2): New function.
4994         (non-iso-charset-alist): New variable.
4995         (decode-codepage-char): New function.
4996         (charset-history): New variable.
4997         (read-charset) (list-block-of-chars)
4998         (list-iso-charset-chars)
4999         (list-non-iso-charset-chars)
5000         (list-charset-chars): New functions.
5001         (mule-diag): Call list-character-sets-2, not
5002         list-character-sets-2.
5003         (dump-charsets): Likewise.
5005 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
5007         * dired-x.el (dired-filename-at-point): Add `@' to valid
5008         file name characters.
5009         (dired-filename-at-point): Handle ange-ftp file names.
5011         * frame.el (frame-notice-user-settings): Use assq-delete-all
5012         instead of assoc-delete-all.
5013         (frame-notice-user-settings): Ditto.
5015         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
5016         Don't copy alist.
5018 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
5020         * calculator.el (calculator-use-menu): New option.
5021         (calculator-initial-bindings): Changed some bindings to work as
5022         macros.
5023         (calculator-forced-input): Removed.
5024         (calculator-restart-other-mode): New variable.
5025         (calculator-mode-map): Set up menu.
5027 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
5029         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
5030         tags.
5032 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
5034         * viper-cmd.el (viper-envelop-ESC-key): added the option to
5035         translate all ESC key sequences.
5036         (viper-goto-mark-subr): restore markers for files for which
5037         they were saved.
5038         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
5039         * viper-util.el (viper-set-replace-overlay-glyphs,
5040         viper-set-replace-overlay): always check if the replacement
5041         overlay is live.
5042         * viper.el (viper-vi-state-mode-list): added major modes.
5043         * ediff-wind.el: minor comment changes.
5044         * ediff.el: copyright notice date fix.
5046 2000-02-27  Jason Rumney  <jasonr@gnu.org>
5048         * faces.el (face-font-family-alternatives): Add arial to helv.
5049         (mode-line, header-line, tool-bar): Same default as x for w32.
5050         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
5051         face-font-family-alternatives from working.
5052         * term/w32-win.el (mouse-set-font): Do not build fontset from
5053         chosen font.
5055 2000-02-25  Sam Steingold  <sds@goems.com>
5057         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
5058         properly.
5060 2000-02-25  Richard M. Stallman  <rms@gnu.org>
5062         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
5064 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
5066         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
5067         writable.
5069         * frame.el (busy-cursor-delay-seconds): New option.
5071 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
5073         * frame.el (show-cursor-in-non-selected-windows): New option.
5075 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5077         * diary-lib.el (include-other-diary-files): Undo the selective
5078         display in any included file and don't kill it.
5080 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
5082         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
5083         bar.  Menu items converted to (menu-item format, help strings
5084         added.
5085         [downcase, upcase]: Don't enable on MS-DOS.
5086         [symlink, symlinks]: Don't show if make-symbolic-link is not
5087         bound.
5088         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
5090 2000-02-23  Dave Love  <fx@gnu.org>
5092         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
5093         (backward-kill-word): Revert addition of * to interactive spec --
5094         it's a feature.
5096         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
5097         (backward-kill-sentence, kill-sentence): Likewise.
5099         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
5100         scratch buffer name.
5101         (gud-format-command): Use int-to-string in ?l case.  Simplify
5102         slightly.
5104         * term/w32-win.el (internal-face-interactive): Update prompt for
5105         new read-face-name.
5107         * mail/footnote.el (footnote): Add :version to defgroup.
5108         (footnote-section-tag-regexp): Customize.
5109         (footnote-start-tag, footnote-end-tag): New option.
5110         (footnote-latin-regexp): New variable.
5111         (Footnote-latin): New function.
5112         (footnote-style-alist): Add element for latin style.
5113         (footnote-style): Moved.
5114         (Footnote-goto-footnote): Use eq to test arg.
5116         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
5118         * emacs-lisp/byte-opt.el: Change old backquote syntax.
5119         (byte-compile-trueconstp): Include keywords.
5120         (byte-optimize-quote, byte-optimize-lapcode): Use
5121         byte-compile-const-symbol-p.
5122         (byte-optimize-char-before): New optimization.
5124         * emacs-lisp/bytecomp.el: Change old backquote syntax.
5125         (byte-compile-const-symbol-p): New function.
5126         (byte-compile-constp, byte-compile-out-toplevel)
5127         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
5128         Use it.
5130         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
5132 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
5134         * international/encoded-kb.el: Be sure to update minor-mode-alist
5135         and minor-mode-map-alist.
5136         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
5137         codes SS2 and SS3 correctly.
5138         (encoded-kbd-self-insert-ccl): New function.
5139         (encoded-kbd-setup-keymap): New function.
5140         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
5141         by calling encoded-kbd-setup-keymap.
5143         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
5144         characters.
5145         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
5146         locally.
5148 2000-02-22  Dave Love  <fx@gnu.org>
5150         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
5151         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
5152         defvar.
5153         (lisp-mode-syntax-table): Set up for #|...|# comments.
5154         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
5155         classes.  Match `defface'.
5156         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
5157         (eval-defun-1): Fix for defcustom.
5158         (lisp-indent-region): Doc fix.
5160         * subr.el (when, unless, split-string): Doc fix.
5161         (read-passwd): Move call of clear-this-command-keys to the right
5162         place.
5163         (replace-regexps-in-string): New function.
5165 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
5167         * help.el (describe-variable): Set syntax table to
5168         emacs-lisp-mode-syntax-table when moving forward over the
5169         symbol's name.
5171 2000-02-22  Dave Love  <fx@gnu.org>
5173         * xt-mouse.el: Doc fixes.
5174         (xterm-mouse-position-function): New function, replacing advice of
5175         mouse-position.
5176         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
5178         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
5180 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
5182         * format.el (format-annotate-single-property-change): Handle
5183         properties.with dotted-list values.
5184         (format-proper-list-p): New function.
5186         * enriched.el (enriched-face-ans): Handle '(foreground-color
5187         . COLOR) and (background-color . COLOR).
5189 2000-02-20  Dave Love  <fx@gnu.org>
5191         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
5192         and assignments to it.
5193         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
5194         current local map.
5195         (make-flyspell-overlay): Use it.
5196         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
5198         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
5199         (lm-get-header-re): Defun, not defsubst.
5200         (lm-get-package-name): Defun, not defsubst.  Simplify.
5201         (lm-version): Doc fix.  Simplify.
5202         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
5203         (lm-crack-address, lm-last-modified-date, lm-commentary)
5204         (lm-verify, lm-synopsis): Simplify.
5205         (lm-report-bug): Require emacsbug.  Use compose-mail.
5207 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
5209         * dired.el (dired-mode): Call propertized-buffer-identification
5210         to set mode-line-buffer-identification to something having
5211         the right text properties.
5213         * bindings.el (propertized-buffer-identification): New function.
5215 2000-02-20  Dave Love  <fx@gnu.org>
5217         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
5218         check for t-mouse too.
5220         * cus-start.el: Make echo-keystrokes `number'.
5222 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
5224         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
5225         Don't call ring-empty-p unless tags-location-ring is bound.
5226         From Noah Friedman <friedman@splode.com>.
5228 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
5230         * progmodes/hideshow.el (hs-flag-region): No longer use
5231         `intangible' overlay property.
5233         (hs-toggle-hiding): New command.
5234         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
5236         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
5237         Fix omission bug: Run `hs-minor-mode-hook' for both activation
5238         and deactivation.
5240 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
5242         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
5244 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5246         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
5248         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
5249         of `*' to handle `(* ... *)' comments.
5251 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
5253         * faces.el (list-faces-display): Use display-mouse-p instead of
5254         window-system.
5256         * menu-bar.el (global-map): Menu-bar items converted to the new
5257         format (menu-item..., rearranged for better CUA compliance, and
5258         their names changed for better clarity.  Help strings added.
5260         * international/mule-cmds.el (mule-menu-keymap)
5261         (describe-language-environment-map, set-coding-system-map)
5262         (setup-language-environment-map): Convert to new (menu-item...
5263         form, add help strings.  Change names of menu items for better
5264         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
5265         submenu).
5267 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
5269         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
5270         within the code.
5272 2000-02-16  Dave Love  <fx@gnu.org>
5274         * faces.el: Don't require custom.  Add more specific :groups to
5275         various deffaces.
5276         (set-face-attribute): Purecopy args.
5277         (read-face-name): Default to name at point and use it in prompt.
5278         Remove colon from arg in all callers.
5279         (list-faces-display): Hyperlink to face descriptions and customize
5280         buffers.
5282 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
5284         * wid-edit.el (widget-match-inline): An atom never matches a
5285         list.
5287 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5289         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5290         at ':' characters by call to split-string.
5292 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5294         * textmodes/bibtex.el: Added RCS version identification.
5296 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5298         * textmodes/bibtex.el: Some temporary comments removed.
5299         (bibtex-field-name, bibtex-entry-type): Made the relationship
5300         explicit.
5301         (bibtex-field-const): Allow capital letters.
5302         (bibtex-start-of-string): Deleted because unused.
5304         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5305         use the term 'reference' to describe a bibtex entry as a whole.
5306         Further, reference keys are no longer called 'labels'.
5307         (bibtex-keys): Renamed to bibtex-reference-keys.
5308         (bibtex-reformat-previous-labels): Renamed to
5309         bibtex-reformat-previous-reference-keys.
5310         (bibtex-reference-type): Renamed to bibtex-entry-type.
5311         (bibtex-reference-head): Renamed to bibtex-entry-head.
5312         (bibtex-reference-maybe-empty-head): Renamed to
5313         bibtex-entry-maybe-empty-head.
5314         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5315         (bibtex-search-reference): Renamed to bibtex-search-entry.
5316         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5317         bibtex-enclosing-entry-maybe-empty-head.
5318         (bibtex-entry-field-alist, bibtex-entry-head,
5319         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5320         bibtex-map-entries, bibtex-search-entry,
5321         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5322         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5323         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5324         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5325         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5326         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5327         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5329 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5331         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5332         comment.
5333         (bibtex-format-field-delimiters): New function, functionality
5334         extracted from bibtex-format-entry.
5335         (bibtex-autokey-get-yearfield-digits): New function, functionality
5336         extracted from bibtex-autokey-get-yearfield.
5338         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5339         entries in order to avoid stack overflow in the regexp matcher if
5340         field contents become large.
5341         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5342         bibtex-field-string-part-not-braced,
5343         bibtex-field-string-part-no-inner-braces,
5344         bibtex-field-string-part-1-inner-brace,
5345         bibtex-field-string-part-2-inner-braces,
5346         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5347         bibtex-field-string-quoted, bibtex-field-string,
5348         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5349         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5350         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5351         as parsing is now performed by the following functions.
5352         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5353         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5354         bibtex-parse-field-string, bibtex-search-forward-field-string,
5355         bibtex-parse-association, bibtex-field-name-for-parsing,
5356         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5357         bibtex-search-forward-field, bibtex-search-backward-field,
5358         bibtex-start-of-field, bibtex-end-of-field,
5359         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5360         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5361         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5362         bibtex-parse-string, bibtex-search-forward-string,
5363         bibtex-search-backward-string, bibtex-start-of-string,
5364         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5365         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5366         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5367         entries.  Instead of reporting the results of the parsing by
5368         match-beginning or match-end, these functions return data structures
5369         that hold the corresponding positions.
5370         (bibtex-enclosing-field): Changed to also report field boundaries by
5371         return values rather than by match-beginning or match-end.  The
5372         following functions have been adapted to use the new parsing
5373         functions.
5374         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5375         bibtex-enclosing-field, bibtex-format-entry,
5376         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5377         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5378         bibtex-print-help-message, bibtex-end-of-entry,
5379         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5380         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5381         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5382         method for parsing.
5383         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5384         bibtex-map-entries, bibtex-flash-head,
5385         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5386         bibtex-autokey-change, bibtex-autokey-get-namefield,
5387         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5388         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5389         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5390         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5391         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5392         order to make the new binding of case-fold-search immediately
5393         visible.
5395 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5397         * textmodes/bibtex.el: Copyright notice is up to date.
5398         Added constant 'bibtex-maintainer-salutation.
5400         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5401         than make-temp-name, use match-string-no-properties and eliminate
5402         a quadratic behavior when building bibtex-strings.
5404         * bibtex.el (bibtex-reference-key): Accept string entries whose
5405         reference key contains upper case letters.
5407 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5409         * bibtex.el (bibtex-reference-head): Allow entries to start with
5410         a new line.
5412 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5414         * bibtex.el: Hiding of entry bodies is not longer provided by
5415         bibtex.el directly.  Instead the hideshow package can be used.
5416         Added a special bibtex entry to hs-special-modes-alist.
5417         (bibtex-hs-forward-sexp): Added for hideshow.el.
5419 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5421         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
5422         at ':' characters by call to split-string.
5424 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5426         * textmodes/bibtex.el: Added RCS version identification.
5428 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5430         * textmodes/bibtex.el: Some temporary comments removed.
5431         (bibtex-field-name, bibtex-entry-type): Made the relationship
5432         explicit.
5433         (bibtex-field-const): Allow capital letters.
5434         (bibtex-start-of-string): Deleted because unused.
5436         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
5437         use the term 'reference' to describe a bibtex entry as a whole.
5438         Further, reference keys are no longer called 'labels'.
5439         (bibtex-keys): Renamed to bibtex-reference-keys.
5440         (bibtex-reformat-previous-labels): Renamed to
5441         bibtex-reformat-previous-reference-keys.
5442         (bibtex-reference-type): Renamed to bibtex-entry-type.
5443         (bibtex-reference-head): Renamed to bibtex-entry-head.
5444         (bibtex-reference-maybe-empty-head): Renamed to
5445         bibtex-entry-maybe-empty-head.
5446         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
5447         (bibtex-search-reference): Renamed to bibtex-search-entry.
5448         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
5449         bibtex-enclosing-entry-maybe-empty-head.
5450         (bibtex-entry-field-alist, bibtex-entry-head,
5451         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
5452         bibtex-map-entries, bibtex-search-entry,
5453         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
5454         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5455         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
5456         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
5457         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
5458         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
5459         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
5461 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5463         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
5464         comment.
5465         (bibtex-format-field-delimiters): New function, functionality
5466         extracted from bibtex-format-entry.
5467         (bibtex-autokey-get-yearfield-digits): New function, functionality
5468         extracted from bibtex-autokey-get-yearfield.
5470         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
5471         entries in order to avoid stack overflow in the regexp matcher if
5472         field contents become large.
5473         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
5474         bibtex-field-string-part-not-braced,
5475         bibtex-field-string-part-no-inner-braces,
5476         bibtex-field-string-part-1-inner-brace,
5477         bibtex-field-string-part-2-inner-braces,
5478         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
5479         bibtex-field-string-quoted, bibtex-field-string,
5480         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
5481         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
5482         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
5483         as parsing is now performed by the following functions.
5484         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
5485         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
5486         bibtex-parse-field-string, bibtex-search-forward-field-string,
5487         bibtex-parse-association, bibtex-field-name-for-parsing,
5488         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
5489         bibtex-search-forward-field, bibtex-search-backward-field,
5490         bibtex-start-of-field, bibtex-end-of-field,
5491         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
5492         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
5493         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
5494         bibtex-parse-string, bibtex-search-forward-string,
5495         bibtex-search-backward-string, bibtex-start-of-string,
5496         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
5497         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
5498         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
5499         entries.  Instead of reporting the results of the parsing by
5500         match-beginning or match-end, these functions return data structures
5501         that hold the corresponding positions.
5502         (bibtex-enclosing-field): Changed to also report field boundaries by
5503         return values rather than by match-beginning or match-end.  The
5504         following functions have been adapted to use the new parsing
5505         functions.
5506         (bibtex-skip-to-valid-entry, bibtex-search-reference,
5507         bibtex-enclosing-field, bibtex-format-entry,
5508         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
5509         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
5510         bibtex-print-help-message, bibtex-end-of-entry,
5511         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
5512         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5513         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
5514         method for parsing.
5515         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
5516         bibtex-map-entries, bibtex-flash-head,
5517         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
5518         bibtex-autokey-change, bibtex-autokey-get-namefield,
5519         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
5520         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
5521         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
5522         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
5523         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
5524         order to make the new binding of case-fold-search immediately
5525         visible.
5527 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5529         * textmodes/bibtex.el: Copyright notice is up to date.
5530         Added constant 'bibtex-maintainer-salutation.
5532         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
5533         than make-temp-name, use match-string-no-properties and eliminate
5534         a quadratic behavior when building bibtex-strings.
5536         * bibtex.el (bibtex-reference-key): Accept string entries whose
5537         reference key contains upper case letters.
5539 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5541         * bibtex.el (bibtex-reference-head): Allow entries to start with
5542         a new line.
5544 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5546         * bibtex.el: Hiding of entry bodies is not longer provided by
5547         bibtex.el directly.  Instead the hideshow package can be used.
5548         Added a special bibtex entry to hs-special-modes-alist.
5549         (bibtex-hs-forward-sexp): Added for hideshow.el.
5551 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5553         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
5554         proceedings entry type (for cross referencing). Thanks to Wagner
5555         Toledo Correa for the suggestion.
5557         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
5559 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
5561         * international/characters.el: Setup case table for Vietnamese.
5563 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
5565         * uniquify.el (toplevel): Require CL at compile time.
5566         (uniquify-push): Removed.
5568         * shadowfile.el (shadow-when): Removed.
5570         * tempo.el (tempo-dolist, tempo-mapc): Removed.
5571         (tempo-process-and-insert-string): Use dolist instead of
5572         tempo-dolist.
5574         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
5575         regexp for paragraph-start.
5577         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
5578         commas as well.
5580 2000-02-10  Dave Love  <fx@gnu.org>
5582         * wid-edit.el: (widgets) [defgroup]: Remove url link.
5583         (widget-color-choice-list, widget-color-history, widget-mouse-help):
5584         Deleted.
5585         (widget-specify-field, widget-specify-button): Don't use
5586         widget-mouse-help as help-echo property.
5587         (default): Use #'ignore for :validate and :mouse-down-action.
5588         (checkbox): Add help-echo.
5589         (widget-sexp-validate): Rewritten to clarify error messages.
5590         (character): Use char-valid-p in :match function.
5591         (widget-color-complete): Use facemenu-color-alist.
5592         (widget-color-action): Use facemenu-read-color.
5594         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
5595         set up `caar' &c that we now have.
5597 2000-02-09  Ray Blaak  <blaak@gnu.org>
5599         * delphi.el: Make resourcestring a declaration region, like const
5600         and var.
5602 2000-02-09  Dave Love  <fx@gnu.org>
5604         * bindings.el (mode-line-input-method-map): New variable.
5605         (mode-line-mule-info): Use it; fix last change.
5606         (mode-line-mode-menu): Move definition.
5607         (mode-line-mouse-sensitive-p): Deleted.
5608         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
5609         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
5610         level.
5612         * startup.el (command-line-1): Don't call
5613         make-mode-line-mouse-sensitive.
5615 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
5617         * mail/rmail.el (rmail-retry-failure): Use
5618         rmail-beginning-of-message before rmail-toggle-header, because the
5619         former toggles headers.
5621 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
5623         * diff-mode.el (diff-kill-junk): New interactive function.
5624         (diff-reverse-direction): Use delete-and-extract-region.
5625         (diff-post-command-hook): Restrict the area so that the hook also works
5626         outside of any diff hunk.  This is necessary for the minor-mode.
5627         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
5628         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
5630         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
5631         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
5632         so that it can be used more easily in <foo>-mode-hook.  Also make sure
5633         to avoid duplicate entries.
5634         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
5635         (font-lock-remove-keywords): Just as was done for `add', allow it to
5636         work even if font-lock-mode is nil.  Also make sure we don't modify
5637         any pre-existing list by forcing a copy-sequence.  Finally rename
5638         `major-mode' to `mode'.
5639         (font-lock-fontify-syntactic-anchored-keywords)
5640         (font-lock-fontify-anchored-keywords)
5641         (font-lock-fontify-keywords-region): Use line-end-position.
5642         Don't make `font-lock-multiline' local (it's now done in
5643         font-lock-set-defaults).
5644         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
5645         move the `font-lock-fontified' creation to inside the `unless'.
5647 2000-02-06  Andrew Innes  <andrewi@gnu.org>
5649         * term/w32-win.el (x-handle-args): Comment out call to message,
5650         which occurs before window system is initialized.
5652         * makefile.nt: Add support for recompiling lisp code.
5654 2000-02-04  Dave Love  <fx@gnu.org>
5656         * bindings.el (mode-line-mule-info): Fix/extend last change.
5658         * completion.el: Replace completion-dolist with dolist.
5660         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
5661         dotimes.
5663 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5665         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
5666         environment names before they go into the section regexp.
5668         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
5669         char class in regexp.
5671         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
5672         `case-fold-search' to nil.
5674         * progmodes/idlwave.el (idlwave-template): Respect
5675         `idlwave-abbrev-change-case'.
5676         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
5677         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
5678         idlwave-while): respect `idlwave-reserved-word-upcase'.
5679         (idlwave-rw-case): New function.
5680         (idlwave-statement-match): Fixed problem with assignment regexp.
5681         (idlwave-font-lock-keywords): Improved regexp for keyword
5682         parameters.
5683         (idlwave-surround): New argument LENGTH to support padding of
5684         operators longer than 1 char.
5686         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
5687         idlwave-shell-expression-overlay.  Implemented printing of
5688         expressions on higher levels of the calling stack.
5689         (idlwave-shell-display-level-in-calling-stack): Restore stack
5690         level.
5691         (idlwave-retrieve-expression-from-level): New function.
5692         (idlwave-shell-last-calling-stack): Variable removed.
5693         (idlwave-shell-reset): Argument action reversed (`visible' to
5694         `hidden').  Also remove stop-line overlay.
5695         (idlwave-shell-calling-stack-routine): New variable.
5696         (idlwave-shell-parse-stack-and-display): Messages now display
5697         negative level numbers.
5698         (idlwave-shell-mode): Set `modeline-format'.
5699         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
5700         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
5701         21.
5702         (idlwave-shell-print-expression-function): New option.
5704         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
5705         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
5706         `tool-bar' instead of `toolbar'.
5708 2000-02-02  Dave Love  <fx@gnu.org>
5710         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
5711         emacs-lisp-mode-hook.  Don't check for defalias being defined.
5713         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5714         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
5715         the new builtins directly.
5717         * whitespace.el (whitespace): Add :version to defgroup.
5719         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
5720         Doc fix.
5722         * thingatpt.el (sexp-at-point, symbol-at-point)
5723         (number-at-point, list-at-point): Add autoload cookie.
5725         * recentf.el (recentf): Add :version to defgroup.
5727         * quickurl.el (quickurl): Add :version to defgroup.
5729         * elide-head.el (elide-head): Use point-marker more.
5731         * bs.el (bs): Add :version to defgroup.
5733         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
5735         * progmodes/delphi.el (delphi): Add :version to defgroup.
5737 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
5739         * ange-ftp.el (ange-ftp-write-region): Handle case that
5740         succeeding process operation sets a different coding system.
5742         * calculator.el: New file.
5744 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
5746         * frame.el (frames-on-display-list, framep-on-display): New
5747         functions.
5748         (display-mouse-p, display-popup-menus-p, display-graphic-p)
5749         (display-selections-p, display-screens, display-pixel-width)
5750         (display-pixel-height, display-mm-width, display-mm-height)
5751         (display-backing-store, display-save-under, display-planes)
5752         (display-color-cells, display-visual-class): New functions.
5754         * term/tty-colors.el (tty-color-gray-shades): New function.
5756         * faces.el (display-color-p): Use framep-on-display.
5757         (display-grayscale-p): New function.
5759 2000-01-31  Dave Love  <fx@gnu.org>
5761         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
5762         (create-fontset-from-x-resource): Don't concat integers.
5764 2000-01-31  Inge Frick  <inge@nada.kth.se>
5766         * view.el: Some changes in documentation.  Removed some trailing
5767         whitespace. Changed some parameter names to agree with
5768         documentation.
5769         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
5770         window is not deleted.  Modifies change 1998-04-26.
5772 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
5774         * windmove.el: New file.
5776         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5777         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5778         progmodes/ebnf-yac.el: Update copyright and license info.
5780         * jit-lock.el (jit-lock-function): Widen before calculating end
5781         position.
5782         (jit-lock-stealth-chunk-start): Rewritten.
5784         * info.el (Info-title-face-alist): Removed.
5785         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
5786         faces.
5787         (Info-fontify-node): Use these faces.
5789 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
5791         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
5792         (cl-macro-list1): Recognize `&allow-other-keys' instead of
5793         `&allow-other-keywords'.
5795         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
5796         the list of directories scanned heuristically.
5798         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
5799         exist.
5801 2000-01-30  Jason Rumney  <jasonr@gnu.org>
5803         * w32-fns.el: Define w32-tty-standard-colors.
5805         * startup.el (command-line): Use w32-tty-standard-colors when in
5806         w32 console mode.
5808 2000-01-30  Dave Love  <fx@gnu.org>
5810         * jka-compr.el (jka-compr-load): Fix up load-history.
5812         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
5814         * emacs-lisp/cl-macs.el: Revert previous change.
5816 2000-01-29  Dave Love  <fx@gnu.org>
5818         * facemenu.el: Purecopy various strings.
5820         * timezone.el (timezone-fix-time): Window against 69 for two-digit
5821         years.  Deal with three-digit years.
5823         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
5824         defconst, purecopy.
5825         (help-back-label): Purecopy it.
5827 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
5829         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
5830         variable. If non-nil, order the buffer list according to the
5831         currently selected frame.
5832         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
5833         non-nil, pass the selected frame to function buffer-list.
5835 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5837         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
5839 2000-01-28  Dave Love  <fx@gnu.org>
5841         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
5843         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
5844         Don't use lisp-indent-hook property.
5845         (cl-abs): Remove.
5847         * subr.el: Move out indent and edebug specs for when and unless.
5849         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
5850         when, unless.
5852         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
5853         unless, when.
5855 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
5857         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
5858         `collecting' as synonym for `collect'.
5860         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
5861         for the case it contains spaces.
5863         * simple.el (what-cursor-position): Change formatting of
5864         messages.
5866         * frame.el (delete-other-frames): New function.
5867         (toplevel): Bind it to C-x 5 1.
5869         * sort.el (sort-numeric-base): New option.
5870         (sort-numeric-fields): If number starts with `0' or `0[xX[',
5871         interpret it as octal or hexadecimal.  Use sort-numeric-base
5872         as default base.
5874         * progmodes/glasses.el: New file.
5876 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
5878         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
5879         userids differently.
5881         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
5882         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
5883         progmodes/ebnf-yac.el: New files.
5885 2000-01-26  Dave Love  <fx@gnu.org>
5887         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
5888         on a function with an empty body.  [From Eric Ludlam.]
5890 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
5892         * vc.el (vc-version-diff): Make sure file name is expanded.
5894 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
5896         * scroll-bar.el (scroll-bar-timer): Variable removed.
5897         (scroll-bar-toolkit-scroll): Don't use a timer.
5899 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
5901         * language/thai-util.el (thai-composition-function): Delete
5902         superfluous `a'.
5904 2000-01-24  Dave Love  <fx@gnu.org>
5906         * fortran.el (fortran-mode): Use beginning-of-defun-function,
5907         end-of-defun-function.
5909         * font-lock.el (turn-on-font-lock): Don't depend on window-system
5910         &c.
5912 2000-01-22  Jason Rumney  <jasonr@gnu.org>
5914         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
5915         conflicts with new face support.
5917 2000-01-22  Richard M. Stallman  <rms@gnu.org>
5919         * replace.el (query-replace): Rename last arg to DELIMITED.
5920         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
5921         (query-replace-regexp): Likewise.
5923 2000-01-20  Richard M. Stallman  <rms@gnu.org>
5925         * subr.el (with-syntax-table): Use make-symbol, not gensym.
5927         * emacs-lisp/lisp.el (beginning-of-defun-function):
5928         Variable renamed from beginning-of-defun.
5929         Do not call make-variable-buffer-local.
5930         (beginning-of-defun-raw): Use new variable name; doc fix.
5931         (beginning-of-defun): Doc fix.
5932         (end-of-defun-function): Variable renamed from end-of-defun.
5933         Do not call make-variable-buffer-local.
5934         (end-of-defun): Use new variable name; doc fix.
5936         * subr.el (dolist, dotimes): Copied from cl-macs.el
5937         and made to work.
5939         * mail/undigest.el (rmail-digest-end-regexps):
5940         Variable replaces rmail-digest-end-regexp.
5941         Allows multiple regexps for detecting the end line.
5942         (undigestify-rmail-message): Corresponding changes.
5944 2000-01-19  Dave Love  <fx@gnu.org>
5946         * files.el (user-init-file): Don't declare here -- is primitive.
5948         * startup.el (command-line): Check for compiled user-init-file and
5949         set to uncompiled version if necessary.
5951 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
5953         * mail/undigest.el (rmail-digest-end-regexp): New user option.
5954         (undigestify-rmail-message): Use it.
5956         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
5958 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
5960         * tmm.el (tmm-goto-completions): Adapt to prompt being part
5961         of mini-buffer.
5963 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
5965         * emacs-lisp/copyright.el (copyright-update): Removed the
5966         requirement for a trailing space from `copyright-regexp', to
5967         support copyrights with owner specified on a separate line..
5969         * align.el: New file.
5971         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
5973         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
5975 2000-01-13  Dave Love  <fx@gnu.org>
5977         * ph.el: Removed.  (Obsoleted by EUDC.)
5979 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
5981         * net/eudc.el (toplevel): Remove autoloaded code installing
5982         menu with easymenu, because that causes build problems.
5984         * frame.el (frame-notice-user-settings): New variable.
5985         (frame-notice-user-settings): Don't modify frame parameters
5986         if called a second time.
5988 2000-01-13  Richard M. Stallman  <rms@gnu.org>
5990         * frame.el (frame-notice-user-settings):
5991         Notice default-frame-parameters even for non-window frames.
5993 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
5995         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
5996         for Emacs.
5997         (eudc-bob-can-display-inline-images): Extend for Emacs.
5998         (eudc-bob-toggle-inline-display): Ditto.
5999         (eudc-bob-display-jpeg): Ditto.
6001 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
6003         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6004         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
6005         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
6007         * add-log.el (add-change-log-entry): Fix error trying an `(insert
6008         nil)'.
6010         * subdirs.el: Add `net' directory.
6012         * net: New directory.
6014         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
6015         eval-last-sexp.  Don't bind debug-on-error here.
6016         (eval-last-sexp): New function.  Bind debug-on-error if
6017         eval-expression-debug-on-error is non-nil.
6018         (eval-defun-2, eval-defun): Likewise.
6020         * simple.el (eval-expression): Don't bind debug-on-error if
6021         eval-expression-debug-on-error is nil.  Detect changed
6022         debug-on-error, and propagate new value to global binding, if
6023         eval-expression-debug-on-error is non-nil,
6024         (eval-expression-debug-on-error): Change doc string.
6026 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6028         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
6030         * emacs-lisp/lisp-mode.el (with-syntax-table):
6031         Set up lisp-indent-function property.
6033         * subr.el (with-syntax-table): Moved from simple.el.
6035         * simple.el (with-syntax-table): Moved to subr.el.
6037 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
6039         * tmm.el (tmm-shortcut): Delete region after prompt instead
6040         of erasing buffer.
6042         * textmodes/fill.el (fill-common-string-prefix): New function.
6043         (fill-context-prefix): Use the longest common prefix of first
6044         and second line fill prefix, if there is one.
6046 2000-01-11  Richard M. Stallman  <rms@gnu.org>
6048         * array.el (array-mode): Don't use make-variable-buffer-local.
6049         Use make-local-variable for `truncate-lines'.
6051 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
6053         * add-log.el (add-log-current-defun): Handle user-defined
6054         add-log-current-function returning nil,
6056         * add-log.el (add-change-log-entry): Insert version number
6057         if having found a current function
6059         * add-log.el (add-log-current-defun): Call
6060         `add-log-current-defun-function'.  Try matches at level 0 and
6061         level 1.  Strip whitespace from defun found.
6063 2000-01-10  John Wiegley  <johnw@gnu.org>
6065         * allout.el (isearch-done/outline-provisions): Added `edit'
6066         argument to correspond with the current definition of
6067         `isearch-done'.
6069 2000-01-10  Dave Love  <fx@gnu.org>
6071         * elide-head.el (elide-head): Use point-marker, not point.
6073 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
6075         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
6076         before and after the year 2000.
6078         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
6079         Add ispell- prefix.
6081 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
6083         * ispell.el:  Only define dictionaries in menus when they exist.
6084         (version18p): New variable.
6085         (version20p): New variable.
6086         (xemacsp): New variable.
6087         (ispell-choices-win-default-height): Fix for XEmacs visibility.
6088         (ispell-dictionary-alist1): Added Brasileiro dictionary.
6089         (ispell-dictionary-alist6): Russian command lines no longer accept
6090         run-together words.
6091         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
6092         (ispell-dictionary-alist): Add koi8-r to customize definition.
6093         (check-ispell-version): Added documentation string.  Returns
6094         library path when called non-interactively.
6095         (ispell-menu-map-needed): Uses new variables.
6096         (ispell-library-path): New variable.
6097         (ispell-decode-string): XEmacs fix for bogus variable bindings.
6098         (ispell-word): Improved documentation string.  Test for valid
6099         character mappings.  Correctly check typed in word changes that can
6100         result in single words split into multiple words.  Returns
6101         replacement word.
6102         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
6103         replace in recursive query replace mode.  Help message for
6104         recursive edit mode.
6105         (ispell-show-choices): Protect against bad framepop bindings.
6106         (ispell-help): Fix to work with XEmacs.
6107         (ispell-highlight-spelling-error): Use new variables.
6108         (ispell-overlay-window): Fix to work with XEmacs.
6109         (ispell-parse-output): Passed and returns location information
6110         tracking spelling corrections.  Doesn't recheck same word on
6111         current line.
6112         (ispell-init-process): Protect against bogus XEmacs variable binding.
6113         Fix call to single argument in sleep-for.  Use new variables.
6114         (ispell-region): Passed and returns location information tracking
6115         spelling corrections.  Doesn't check same word on current line.
6116         Improved documentation string.  Doesn't resend a line already
6117         checked to the ispell process - fixes bug in LaTeX parsing.
6118         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
6119         (ispell-skip-region): No longer skips <TT> in SGML.
6120         (ispell-process-line): Tracks location information with spelling
6121         corrections.  Added documentation string.  Accounts for words
6122         already accepted on this line.  Don't allow query-replace on line
6123         starting with math characters.  Doesn't resend a line already sent
6124         to ispell process.  Fixes alignment error bug.
6126 2000-01-10  Richard M. Stallman  <rms@gnu.org>
6128         * dired-x.el (dired-guess-shell-alist-default):
6129         Suggest xloadimage, which is free, not xv, which isn't.
6131         * ange-ftp.el (ange-ftp-file-name-nondirectory):
6132         Don't ever include the host name or user name in the value.
6134 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6136         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
6137         of a real newline.
6139 2000-01-09  Stephen Eglen  <stephen@gnu.org>
6141         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
6142         for .png files.
6144 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
6146         * cus-edit.el (custom-hook-convert-widget): Fix comment.
6148 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
6150         * progmodes/cperl-mode.el: Replace ^F with ^L.
6152         * sendmail.el (toplevel): Provide `sendmail' when compiling
6153         before `require'ing rmail and mailalias to prevent infinite
6154         recursion.
6156 2000-01-08  Dave Love  <fx@gnu.org>
6158         * emacs-lisp/backquote.el: Remove inappropriate customization
6159         (allowing custom.el to use backquote).
6161 2000-01-07  Dave Love  <fx@gnu.org>
6163         * add-log.el (add-log-debugging): Deleted.
6164         (add-change-log-entry): Treat a backup FILE-NAME as its parent
6165         file.  Remove debugging code.
6166         (change-log-get-method-definition, change-log-name): Add doc.
6167         (change-log-sortable-date-at): New function.
6168         (change-log-merge): New command.
6170         * time.el (display-time-string-forms): Make the Mail string active.
6171         (display-time-update): Provide help-echo for load average.
6173         * bindings.el (make-mode-line-mouse2-map): New function.
6174         (mode-line-modified): Use it and simplify.
6175         (mode-line-mule-info): Provide help-echo info.
6176         (minor-mode-alist): Activate the strings.
6177         (make-mode-line-mouse-sensitive): Simplify for
6178         mode-line-buffer-identification.
6180 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
6182         * play/pong.el: New file.
6184 2000-01-06  Dave Love  <fx@gnu.org>
6186         * array.el: Assorted cleanups for compiler warnings, doc strings,
6187         `array-' prefix for symbols.
6189 2000-01-05  Dave Love  <fx@gnu.org>
6191         * textmodes/outline.el (outline-mode-menu-bar-map): Add
6192         outline-headers-as-kill.
6193         (outline-mode): Define imenu-generic-expression.
6194         (outline-headers-as-kill): New command.
6196         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
6197         from paragraph-start.
6198         (paragraph-indent-minor-mode): New command.
6200         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
6201         M-C-e, M-C-h, C-j, C-xnd, TAB.
6202         (fortran-mode): Set beginning-of-defun, end-of-defun.
6203         (fortran-column-ruler): Simplify.
6204         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
6205         (fortran-with-subprogram-narrowing): Likewise.
6206         (fortran-indent-subprogram): Call mark-defun.
6207         (fortran-check-for-matching-do): Change narrowing.
6209         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
6210         (cl-lucid-hash-tag): Delete.
6211         (cl-hash-table-p): Correct test for native table.
6212         (cl-hash-table-count): Use hash-table-count.
6214         * browse-url.el (browse-url): Fix case of
6215         browse-url-browser-function being an alist.
6217 2000-01-05  Carsten Dominik  <cd@gnu.org>
6219         * textmodes/reftex-vars.el (reftex-parse-file-extension)
6220         (reftex-index-phrase-file-extension): New options.
6222         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
6223         Use new option `reftex-index-phrase-file-extension'.
6225         * textmodes/reftex.el (reftex-access-parse-file): Use new option
6226         `reftex-parse-file-extension'.
6228 2000-01-05  Dave Love  <fx@gnu.org>
6230         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
6231         (beginning-of-defun-raw): Use it.
6232         (end-of-defun): New variable.
6233         (end-of-defun): Use it.
6234         (check-parens): New command.
6236 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
6238         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
6239         (hs-show-block): Don't use `mapcar' when not accumulating.
6241         Fix buglet in local variables initialization.
6243 2000-01-05  Andreas Schwab  <schwab@suse.de>
6245         * hscroll.el (hscroll): Doc fix.
6247 2000-01-05  Carsten Dominik  <cd@gnu.org>
6249         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
6250         idlw-toolbar.
6252         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
6253         file idlw-rinfo.el.
6254         (idlwave-customize): load must read file idlw-shell.el.
6255         (idlwave-create-customize-menu): load must read file idlw-shell.el.
6257 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
6259         * progmodes/idlw-shell.el: Also provide idlwave-shell
6260         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
6261         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
6263         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
6264         both reftex-dcr and reftex-vcr.
6266         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
6268 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6270         * ps-print.el: PostScript code now is in separate files, doc fix.
6271         (ps-print-version): New version number (5.0.3).
6272         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
6273         local.
6274         (ps-spool-config): Initialization fix.
6275         (ps-print-prologue-1, ps-print-prologue-2)
6276         (ps-print-duplex-feature): PostScript code moved to separated file.
6277         (ps-background-image): Little code reformating.
6278         (ps-begin-file, ps-begin-job): Fix code.
6279         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
6280         (ps-prologue-file): New fun.
6282 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6284         * ps-vars.el: Eliminated.
6286         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
6287         `;;;###autoload'.
6289         * ps-print.el: ps-vars eliminated, doc fix.
6290         (ps-print-version): New version number (5.0.2).
6291         (ps-spool-config): Initialization fix.
6292         (ps-print-customize): New fun.
6294 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
6296         * autorevert.el (auto-revert-mode): Return value of
6297         auto-revert-mode.
6299 2000-01-04  Dave Love  <fx@gnu.org>
6301         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
6302         menu items.
6304 2000-01-03  Dave Love  <fx@gnu.org>
6306         * elide-head.el (elide-head) [defgroup]: Add :version.
6308         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
6309         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
6310         `cl-hash-table-p', not `hash-table-p'.
6311         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
6313 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6315         * faces.el (face-read-integer, read-face-attribute)
6316         (color-defined-p, color-values): unspecified-{f,b}g are now
6317         strings.
6319 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
6321         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
6322         at comment end, and re-insert them after filling.
6324 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6326         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
6327         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
6328         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
6330 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6332         * term/x-win.el (xw-defined-colors): Call color-supported-p,
6333         the new name of face-color-supported-p.
6335         * term/w32-win.el (xw-defined-colors): Likewise.
6337 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
6339         * simple.el (completion-setup-function): Count completion-size
6340         from minibuffer-prompt-end, not from point-min.
6342 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
6344         * faces.el (read-face-attribute, defined-colors, color-defined-p):
6345         Pass the frame to tty-color-* functions.
6346         (display-color-p, frame-set-background-mode): Pass the frame to
6347         tty-display-color-p.
6349         * term/tty-colors.el (tty-defined-color-alist): Renamed from
6350         tty-color-alist.
6351         (tty-color-alist, tty-modify-color-alist): New functions.
6352         (tty-color-define,  tty-color-clear, tty-color-approximate)
6353         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
6354         an optional parameter FRAME.
6356 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
6358         * image.el (create-image, defimage): Don't assume image data is a
6359         string.
6361         * image.el (defimage): Handle specifications containing :data
6362         instead of :file.
6363         (image-type-from-data): New function.
6364         (image-type-from-file-header): Use it.
6365         (create-image): Add parameter DATA-P.
6367 See ChangeLog.8 for earlier changes.