(mouse-major-mode-menu-1): get the submenu with lookup-key.
[emacs.git] / lisp / ChangeLog
blobe4b9f961de635ab972f8426edcdf56649a9ce09a
1 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
3         * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.
5 2000-07-16  Dave Love  <fx@gnu.org>
7         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8         function to be more specific.
10         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11         non-string help-echo.
12         (widget-types-convert-widget): Defsubst it.
13         (widget-echo-help): Try to cope with a help-echo function of two
14         possible sorts.
16 2000-07-15  Jason Rumney  <jasonr@gnu.org>
18         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
19         Declare as obsolete.
21         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
23 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
25         * hilit-chg.el: Fix typo.
27 2000-07-14  Dave Love  <fx@gnu.org>
29         * info.el (Info-mode-menu): Fix use of :help, :enable.
31 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
33         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
35 2000-07-13  Dave Love  <fx@gnu.org>
37         * emacs-lisp/easymenu.el: Doc fixes.
38         (easy-menu-remove): Defalias to ignore.
40         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
41         Call throw correctly.
43 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
45         * faces.el (frame-background-mode): Doc fix.
47         * simple.el (eval-expression-print-length): Change custom type to
48         allow entering nil as value.
50 2000-07-13  Dave Love  <fx@gnu.org>
52         * progmodes/fortran.el (fortran-imenu-generic-expression):
53         Change definition layout.
54         (fortran-mode-menu): Reinstate customize entries.
56         * cus-edit.el (custom-group-menu-create, customize-menu-create):
57         Use :filter, per old XEmacs code.
59 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
61         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
62         event when deciding what to send to the terminal.
64 2000-07-12  Dave Love  <fx@gnu.org>
66         * cus-start.el: Add optional version as 4th element of specs and
67         use it for several things new in v21.  Remove load-path.  Fix type
68         of line-number-display-limit.
70 2000-07-11  Dave Love  <fx@gnu.org>
72         * progmodes/fortran.el: Don't require easymenu.
73         Use repeat counts in various regexps.
74         (fortran-mode-syntax-table): Defvar directly.
75         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
76         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
77         Use defvar, not defconst.
78         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
79         (fortran-mode): Set fortran-comment-line-start-skip,
80         fortran-comment-line-start-skip, dabbrev-case-fold-search.
81         (fortran-comment-indent): Use defsubst.
82         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
83         Use fortran-comment-indent, not fortran-comment-indent-function.
84         (fortran-comment-region, fortran-electric-line-number): Simplify.
85         (fortran-auto-fill): New function.
86         (fortran-do-auto-fill): Deleted.
87         (fortran-find-comment-start-skip):
88         Check for non-null comment-start-skip.
89         (fortran-auto-fill-mode, fortran-fill-statement):
90         Use fortran-auto-fill.
91         (fortran-fill): Use fortran-auto-fill.  Check for null
92         comment-start-skip.  Simplify final clause and use end-of-line finally.
94         * widget.el (widget-plist-member): New alias.
96 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
98         * eshell/esh-module.el (toplevel): Reference
99         byte-compile-current-file only if it is bound.
101 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
103         * dired.el: Don't require `dired-aux'.
105 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
107         * dired-aux.el (dired-show-file-type): New function.
108         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
109         (dired-show-file-type): Add autoload.
111 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
113         * international/mule-diag.el (describe-font): Adjusted for the
114         change of fontset-info.
115         (print-fontset): Likewise.
117 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
119         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
121 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
123         * bindings.el: Bind `[delete]' to delete-char.
125         * dired.el (dired-find-alternate-file): New function.
126         (dired-mode-map): Bind `a' to dired-find-alternate-file.
127         (toplevel): Require dired-aux when compiling.
128         (dired-buffers): Move defvar within file to avoid compiler warning.
130         * info.el (Info-last-search): Variable removed.
131         (Info-search-history): New variable.
132         (Info-search): New Info-search-history.
134         * battery.el, info-look.el: Change author's mail address.
136 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
137         
138         * mail/rmail.el (rmail-clear-headers): Don't throw an error
139         if rmail-ignored-headers is nil.
140         (rmail-retry-failure): Bind rmail-ignored-headers and
141         rmail-displayed-headers to nil.
143 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
145         * lpr.el (lpr-page-header-switches): Add `-h' switch.
146         (print-region-1): Don't hard code `-h' here.
148         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
150 2000-07-01  Francesco Potorti`  <pot@gnu.org>
152         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
153         exim can use "your message" instead of "the message".
154         
155 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
157         * facemenu.el: Docstrings fixes.
158         (facemenu-get-face): Don't use internal-find-face.
159         (facemenu-iterate): Rename arg to match the docstring.
161         * newcomment.el (uncomment-region): Be more careful when skipping
162         backwards over `=' not to bump into BOBP.
164 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
165         
166         * ediff-diff.el (ediff-wordify): Use syntax table.
167         * ediff-init.el (ediff-has-face-support-p): Use
168         ediff-color-display-p.
169         (ediff-color-display-p): Use display-color-p, changed to defun
170         from defsubst.
171         Got rid of special cases for NeXT and OS/2.
172         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
173         face.
174         
175 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
177         * emacs-lisp/lucid.el: Require CL.
178         (copy-tree, remprop): Remove, it's provided by CL.
179         (map-keymap): Define in terms of cl-map-keymap.
180         (extent-property, set-extent-end-glyph): New functions.
182         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
184 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
186         * Makefile.in (DONTCOMPILE): Add comment that the name may
187         not be changed without changing the make-dist script.
189         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
190         (cl-mapc): Use mapc instead of cl-old-mapc.
191         
192 2000-07-05  Andrew Innes  <andrewi@gnu.org>
194         * makefile.nt: Add support for `bootstrap' and related targets.
196 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
198         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
199         (easy-menu-do-define): Use `menu-item' format.
200         Handle case where easy-menu-create-menu returns a symbol.
201         Manually call the potential top-level filter in the function binding.
202         (easy-menu-filter-return): New arg NAME.
203         Convert to a keymap if MENU is an XEmacs menu.
204         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
205         (easy-menu-converted-items-table, easy-menu-convert-item):
206         New var and fun to memoize easy-menu-convert-item-1.
207         (easy-menu-do-add-item): Use it.
208         (easy-menu-create-menu): Use easy-menu-convert-item.
209         Wrap easy-menu-filter-return around any :filter specification.
210         Don't convert the menu if a filter was specified.
211         Tell easy-menu-make-symbol not to check for MENU being an expression.
212         (easy-menu-make-symbol): New arg NOEXP.
214 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
216         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
217         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
218         (eval-defun): If called with prefix arg, instrument code for
219         Edebug.
221         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
222         similar to that of eval-defun.
224 2000-07-04  Dave Love  <fx@gnu.org>
226         * hl-line.el (hl-line-overlay): Make it permanent-local.
228         * calendar/todo-mode.el: Replaced with a working version, based on
229         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
231 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
233         * paths.el (prune-directory-list): New function.
234         (Info-default-directory-list): Rewritten to more methodically
235         enumerate a big list of possible info directories (based on the
236         list used by the standalone info reader).
238         * info.el (info-initialize): Use prune-directory-list to remove
239         non-existent directories from Info-directory-list.
241         * paths.el (Info-default-directory-list): Try a list of possible
242         info-directories instead of a single one.  Add the possible
243         info directory "/usr/share/info".
245         * woman.el (woman-man.conf-path): Explicitly include the debian
246         man-db config file "/etc/manpath.config".
247         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
248         are present in `manpath.config'.
249         (woman-manpath): Include "/usr/share/man".
251 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
253         * frame.el (blink-cursor-mode): Don't hide cursor initially.
255         * startup.el (command-line): Initialize blink-cursor based
256         on window-system.
258         * frame.el (blink-cursor): Default to nil if not running under
259         a window-system.
261         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
262         (face-x-resources): Remove duplicate entry for :font.
264         * textmodes/refer.el (refer-find-entry-internal): Use some-window
265         instead of cycling through windows with next-window.
267         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
268         of cycling through windows with next-window.
270         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
271         of cycling through windows with next-window.
273         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
274         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
275         instead of cycling through windows with next-window.
277         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
278         instead of cycling through windows with next-window.
280         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
281         of cycling through windows with next-window.
283         * terminal.el (te-process-output): Use walk-windows instead of
284         cycling through windows with next-window.
286         * server.el (server-switch-buffer): Use some-window instead of
287         cycling through windows with next-window.
289         * window.el (some-window): New function.
290         (walk-windows): Remove reference to walk-windows-start.
292         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
294 2000-07-03  Richard Stallman  <rms@caffeine.ai.mit.edu>
296         * window.el (walk-windows): Guarantee termination by keeping a list
297         of all the windows already handled.
299 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
301         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
302         window-system.
304         * man.el (Man-notify-when-ready): Don't use window-system.  If
305         Man-notify-method is newframe, and the display is not
306         multi-frame, select the frame created for the man page.
307         (Man-init-defvars): Doc fix.
309 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
311         * faces.el (region): Change background color for light background.
313         * ediff-wind.el (ediff-setup-control-frame): Remove :box
314         attribute from mode-line face of Ediff control frame.
316         * replace.el (query-replace-map): Bind `e' like `E'.
318 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
320         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
321         Change name to "Select All".
323         * dos-fns.el (convert-standard-filename): Fix last change.
325 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
327         * help.el (describe-variable): Don't insert a second `'s' in front
328         of the string `value is shown below'.  Since the syntax-table is
329         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
330         an existing `'s', so that this won't be deleted.
332         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
333         * pcmpl-unix.el: New files.
335 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
337         * wid-edit.el (widget-member): Use the new plist-member.
339 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
341         * replace.el (perform-replace): Undo change of 2000-04-04.
342         Instead, move backward 1 character at the end of the loop when
343         necessary.
344         
345         * faces.el (fringe): Change face for different backgrounds.
347         * eshell/esh-module.el (toplevel): Load defgroup's differently;
348         patch from John.
350         * eshell/*.el: Change spelling of the Free Software Foundation.
352         * eshell/esh-toggle.el: Removed.
354         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
356         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
357         interactively.
359 2000-06-26  Alex Schroeder  <alex@gnu.org>
361         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
362         `define-key'; instead of checking `(emacs-version)' check for
363         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
364         for `;' and `o' which might be electric.
366         (sql-electric-stuff): New user option.
367         (sql-magic-go): New function which uses `sql-electric-stuff'.
368         (sql-magic-semicolon): New function which uses
369         `sql-electric-stuff'.
371         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
372         is not fboundp.
374         (sql-oracle-options): New variable.
375         (sql-oracle): Use it.
377         (sql-imenu-generic-expression): Doc change.
378         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
379         is used.
381         (sql-informix): Added command line parameter "-" to force
382         sql-informix-program to use stdout.
384 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
386         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
387         (cp864-decode-table): Doc fix.
388         (cp720-decode-table): New variable, supports the Arabic OEM
389         codepage used by Windows.
390         (cp737-decode-table): New, Greek OEM codepage used by Windows.
392 2000-06-23  Dave Love  <fx@gnu.org>
394         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
395         (font-lock-fontify-anchored-keywords): Use
396         line-beginning-position.
397         (global-font-lock-mode): Use mapc.
399 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
401         * eshell/esh-module.el: Require CL when compiling.
403 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
405         * comint.el (comint-substitute-in-file-name): Call replace-match
406         with second and third arg t.
408         * cus-edit.el (custom-button-face, custom-button-pressed-face): 
409         Specify foreground color.
411         * faces.el (tool-bar, mode-line, header-line): Specify foreground
412         color.
414         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
416         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
417         cddr instead of cdddr.
419         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
420         instead of copy-list.
422         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
423         of copy-list.
425         * subdirs.el: Add eshell subdirectory.
427         * eshell: New subdirectory containing the Eshell package.
429         * pcomplete.el: New file.
431 2000-06-23  Paul Eggert  <eggert@twinsun.com>
433         * mail/mailpost.el (post-mail-send-it): Make sure file has
434         proper permissions from birth.
436         * files.el (basic-save-buffer-2): When temporarily setting
437         file modes, set them to current modes plus 0200, not to 0777.
439         * emerge.el (emerge-make-temp-file): Make sure file has proper
440         permissions from birth.
442 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
444         * files.el (make-backup-file-name-1): On DOS/Windows, run the
445         backup file name through convert-standard-filename.
447         * dos-fns.el (convert-standard-filename): Convert leading
448         directories as well.  When long file names are supported, convert
449         characters that are invalid in Windows file names.
451 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
453         * ps-print.el: Fix bug: if ^L is the very first buffer character,
454         ps-print crashes.  New feature: page selection for printing.  Create
455         raw-text-unix coding system for XEmacs.  Doc fix.
456         (ps-print-version): New version number (5.2.3).
457         (ps-plot-region): Bug fix.
458         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
459         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
460         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
461         funs.
462         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
463         (ps-last-page): New vars.
465 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
467         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
468         empty option string.
470 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
472         * man.el (man): Doc fix.
474 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
476         * international/mule-cmds.el (set-language-info-alist): Docstring
477         fixed.
479 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
481         * version.el (emacs-version): Use ISO date format.
483         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
484         instead of `M-backspace'.
486         * simple.el (turn-off-auto-fill): New function.
488 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
490         * jit-lock.el (with-buffer-prepared-for-jit-lock):
491         Renamed from with-buffer-prepared-for-font-lock and use
492         inhibit-modification-hooks rather than setting *-change-functions.
493         Update all functions to use the new name.
494         (jit-lock-first-unfontify-pos): New semantics (and doc).
495         (jit-lock-mode): Make non-interactive.
496         Don't automatically turn on font-lock.
497         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
498         Always use jit-lock-after-change.
499         Remove and restore font-lock-after-change-function.
500         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
501         (jit-lock-after-unfontify-buffer): Remove.
502         (jit-lock-stealth-fontify):
503         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
504         (jit-lock-after-change): Set the `fontified' text-prop to nil.
506 2000-06-20  Sam Steingold  <sds@gnu.org>
508         * emacs-lisp/cl-indent.el (toplevel): Indent
509         `print-unreadable-object' properly.  Untabify.
511 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
513         * textmodes/reftex.el (reftex-find-citation-regexp-format):
514         Support for bibentry.
515         (reftex-compile-variables): Fixed problem with end of section-re.
517         * texmodes/reftex-dcr.el (reftex-view-crossref,
518         reftex-view-crossref-from-bibtex):
519         Deal with changed `reftex-find-citation-regexp-format'.
520         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
521         Replaced `remprop' with `put'.
522         (reftex-view-crossref, reftex-view-crossref-when-idle):
523         Support for bibentry.
525         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
526         New entry for bibentry package.
528         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
529         Regexp also matches "\nobibliography".
531         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
532         Call `reftex-ensure-write-access' before doing anything.
533         (reftex-ensure-write-access): New function.
535 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
537         * progmodes/idlwave.el: File re-installed (update to version 4.2)
539         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
541         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
543         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
546 2000-06-20  Dave Love  <fx@gnu.org>
548         * faces.el (frame-background-mode): Use set-default, not set, in
549         setter.
550         (frame-update-faces, frame-update-face-colors): Define with
551         defalias.
553         * enriched.el (enriched-decode-foreground)
554         (enriched-decode-background): Don't use internal-find-face.
556         * apropos.el: Doc fixes.
558         * cus-edit.el (customize-changed-options): Check arg.
559         (customize-version-lessp): Don't require decimal point.
561         * custom.el (defcustom, defgroup): Doc fix.
563         * newcomment.el (comment) <defgroup>: Add :version.
564         (comment-multi-line): Doc fix.
566         * emulation/mlsupport.el (define-hooked-local-abbrev,
567         define-hooked-global-abbrev): Fix, using define-abbrev.
569 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
571         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
572         the whole buffer.
574 2000-06-19  Dave Love  <fx@gnu.org>
576         * menu-bar.el (menu-bar-options-save): New function.
577         (menu-bar-options-menu): Use it.
578         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
579         Simplify.
581 2000-06-19  Andreas Schwab  <schwab@suse.de>
583         * progmodes/etags.el (tags-query-replace): Put new parameters
584         START and END at the end, for backward compatibility.
586 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
588         * international/codepage.el:
589         (cp-coding-system-for-codepage-1): Delete special codes for
590         generating xxx-dos coding system because now a CCL based coding
591         system can handle EOL conversion by default.
593         * international/mule.el (make-coding-system): Generate subsidiary
594         coding systems for EOL handling variants even for a CCL based
595         coding system.
597 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
599         * international/isearch-x.el (isearch-minibuffer-input-method)
600         (isearch-minibuffer-input-method-function): These variables
601         deleted.
602         (isearch-with-input-method): Don't use the above variables.
603         (isearch-process-search-multibyte-characters): Likewise.  Call
604         read-string with the arg INHERIT-INPUT-METHOD t.
606 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
608         * font-lock.el (font-lock-after-fontify-buffer)
609         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
611         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
612         Use consistent make-local-variable style for font-lock-fontified.
613         (jit-lock-fontify-buffer):
614         Don't bother checking for font-lock-mode and jit-lock-mode.
616         * time.el: Remove trailing ^M that prevent CVS-merging.
618 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
620         * Makefile.in (distclean): New target.
622 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
624         * Makefile.in (srcdir): Define for update-subdirs.
626 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
628         * find-lisp.el: New file.
630 2000-06-16  Andrew Innes  <andrewi@gnu.org>
632         * time.el (display-time-mail-function): New variable, to allow
633         external packages to indicate when new mail is available.
634         (display-time-update): Use it.
636 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
638         * international/mule.el (mule-version): Change version name to
639         SAKAKI.  AOI has already been used by Meadow.
641         * international/quail.el (quail-show-guidance-buf): To find the
642         bottom window (but minibuffer), pay attention to the height of
643         minibuffer.
645 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
647         * arc-mode.el (archive-mode-map): Use the new menu-item format for
648         menu-bar menus.  Add help strings.  Don't remove the Edit menu
649         from the menu bar, as the menu bar has enough space now.
651         * Makefile.in (SHELL): Make sure /bin/sh is used.
653         * woman.el (woman-man-buffer): Fix bold and underlined CJK
654         characters, which use series of two ^H characters instead of one.
656 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
658         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
659         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
660         functions.
661         (Info-find-node-2): Try a case-sensitive search first, then
662         do a case-insensitive search.
664         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
665         tutorials.
667         * complete.el (PC-env-vars-alist): New variable.
668         (PC-complete-as-file-name): New function.
669         (partial-completion-mode): Initialize PC-env-vars-alist from
670         process-environment.
671         (PC-do-completion): Handle completion of env vars.
673         * info.el (Info-set-mode-line): Show file name in mode line,
674         use `*Info*' instead of `Info:'.
676         * startup.el (command-line-1): Change copyright messages to year
677         2000.
679 2000-06-15  Dave Love  <fx@gnu.org>
681         * net/goto-addr.el (goto-address-fontify): Use keymap property,
682         not local-map.
684 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
686         * international/mule.el (set-buffer-file-coding-system): Almost
687         rewritten to handle `undecided' as no-op.
689 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
691         * Makefile.in: New file.
693         * Makefile: Removed.
695         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
696         (goto-address-highlight-keymap): Bind C-c RET.
698 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
700         * mail/sendmail.el (sendmail-send-it): The temporary buffer
701         inherits buffer-file-coding-system of the current buffer.
703         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
704         0.  Give correct argument to set-auto-coding-function.
705         (tar-expunge): For goto-char, use (point-min), not 0.
706         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
707         (tar-subfile-save-buffer): Likewize.
709         * international/mule.el
710         (after-insert-file-set-buffer-file-coding-system): Call
711         set-buffer-file-coding-system with the arg FORCE t.
713 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
715         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
716         nil.  Contemporary sendmails issue an X-Authentication-Warning if
717         the sender is set with `-f'.
719 2000-06-13  Dave Love  <fx@gnu.org>
721         * help.el (describe-function-1): Kluge around cases of functions
722         fset to subrs whose doc doesn't match their symbol-name.
724         * image.el (insert-image): Default STRING to a space.
726         * info.el Doc fixes.
727         (Info-build-node-completions): Match Ref tags.
729 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
731         * frame.el (display-multi-frame-p, display-multi-font-p): New
732         defaliases for display-graphic-p.
734         * hl-line.el: Fixed a typo in commentary.
736 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
738         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
739         fixed.
741 2000-06-12  Dave Love  <fx@gnu.org>
743         * image.el (insert-image): Save a little consing.
745 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
747         * language/tibet-util.el: Convert all tibetan-1-column characters
748         to the corresponding tibetan characters.
749         (tibetan-add-components): Delete code for the special treatment of
750         'a chung.
752         * language/tibetan.el (tibetan-composable-pattern): Fix previous
753         change.
754         (tibetan-vowel-transcription-alist): More rules added.
755         (tibetan-composite-vowel-alist): New variable.
756         (tibetan-precomposition-rule-alist): More rules added.
758 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
760         * startup.el (command-line): Only call menu-bar-mode if interactive.
762         * thingatpt.el (toplevel symbol-properties):
763         * textmodes/makeinfo.el (makeinfo-compile):
764         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
765         * progmodes/hideif.el (hif-compress-define-list)
766         (hide-ifdef-use-define-alist):
767         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
768         (ange-ftp-vms-add-file-entry):
769         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
770         * man.el (Man-build-man-command):
771         * mail/rnewspost.el (news-reply-header-hook):
772         * info.el (Info-insert-dir):
773         * emulation/mlconvert.el (backward-word, forward-word, setq):
774         * emacs-lisp/gulp.el (gulp-send-requests):
775         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
776         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
777         (byte-optimize-apply, end of file):
778         * emacs-lisp/advice.el (ad-advice-class-completion-table)
779         (ad-make-freeze-definition):
780         * startup.el (command-line, command-line-1): Don't quote lambdas.
782         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
783         (cvs-cleanup-removed): New function.
784         (cvs-cleanup-functions): New var.
785         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
786         some flexibility in specifying additional entries to auto-cleanup.
787         (cvs-quickdir): New function.
788         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
789         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
790         (cvs-mode-find-file): Check that we are on a filename or dirname
791         when invoked through a mouse-click.
792         (cvs-full-path): Remove.
793         (cvs-dired-action): Re-introduced.
794         (cvs-dired-noselect): Use it.
795         (vc-post-command-functions): use this new hook if available.
797         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
798         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
799         (cvs-filename-map, cvs-dirname-map): Remove.
800         (cvs-default-action): Remove.
801         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
802         if the arg is really a keymap.
803         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
804         Don't hardcode the mapping from state (aka type) to face, but check
805         the var cvs-fi-<type>-face instead.
806         (cvs-fileinfo-from-entries): New function.
808         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
809         Docstring fix.
810         (cvs-find-file-and-jump): Change default to be safer.
811         (cvs-mode-diff-map): Define it as a function as well.
812         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
813         Bind mouse-2 in this global map rather than with text-properties.
815         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
816         file to resolve the ambiguity between C(conflict) and C(need-merge).
818 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
820         * international/mule.el (set-buffer-file-coding-system): If
821         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
822         unconditionally.
824 2000-06-12  Dave Love  <fx@gnu.org>
826         * wid-edit.el (widget-specify-button): Really suppress the face if
827         required.
829 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
831         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
833 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
835         * imenu.el (imenu-generic-expression): Docstring fix.
837         * composite.el (composition-function-table): Move the `put'
838         below the autoload cookie so we can load the file before loaddefs.
840         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
842         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
843         Handle easy-mmode-define-global-mode.
844         For complex macros like define-minor-mode that can generate
845         several autoload entries, try to autoload entries in the
846         macroexpanded code.
848         * emacs-lisp/easy-mmode.el (define-minor-mode):
849         If KEYMAP is a symbol, just use it.
850         Use byte-compile-current-file and load-file-name to infer the
851         proper :require to pass to defcustom.
852         Wrap the hook var into `progn' so as not to autoload it.
853         Add a :autoload-end cookie.
854         Be more careful about the evaluation of KEYMAP.
855         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
856         (define-derived-mode): Move define-abbrev-table outside of defvar.
858 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
860         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
861         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
862         (backup-compiled-files): Ignore errors during `tar'.
863         (bootstrap): Make autoloads before elc files.
865 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
867         * international/mule.el (set-buffer-file-coding-system): If one of
868         undecided-XXX is specified, change only EOL conversion.
870         * international/mule-conf.el (unix): New alias for the coding
871         system undecided-unix.
873 2000-06-09  Dave Love  <fx@gnu.org>
875         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
877         * progmodes/executable.el: Byte compile dynamic.
878         (executable-insert): Change custom type.
879         (executable-find): Add autoload cookie.
880         (executable-make-buffer-file-executable-if-script-p): New
881         function.  After Noah Friedman.
883         * files.el (after-save-hook): Customize, with
884         executable-make-buffer-file-executable-if-script-p as an option.
886 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
888         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
889         "tib24p-mule.bdf" for Tibetan.
891         * composite.el (decompose-composite-char): Declare it as obsolete.
893         * man.el (Man-fontify-manpage): Pay attention to underline and
894         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
896 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
898         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
899         Set maintainer to FSF since author isn't reachable.
901 2000-06-08  Dave Love  <fx@gnu.org>
903         * international/mule-cmds.el (select-safe-coding-system): If
904         DEFAULT-CODING-SYSTEM is not specified, also check the most
905         preferred coding-system if buffer-file-coding-system is
906         `undecided'.  From Handa.
908 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
910         * international/mule.el
911         (after-insert-file-set-buffer-file-coding-system): If the buffer
912         size is greater than INSERTED, judget that we are not visiting.
914 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
916         * whitespace.el (defgroup whitespace): Comment out `:version'.
917         XEmacs 20.4 has problems defining the group with this present.
918         We'll have this commented out till get resolve the problem.
920 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
922         * align.el: Update from author.
924 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
926         * apropos.el (apropos-mode-hook): New user variable.
927         (apropos-mode): Run apropos-mode-hook.
929 2000-06-07  David Ponce  <david@dponce.com>
931         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
932         commands.  Require `wid-edit' at run-time.
934 2000-06-07  David Ponce  <david@dponce.com>
936         * recentf.el: Added some "Commentary".
937         (recentf-open-more-files, recentf-edit-list): Minor changes to
938         move the point at the top of the file list.  This behaviour is
939         consistent with the menu one when the list contains a lot of
940         files.
941         (recentf-cleanup): Now displays the number of items removed from
942         the list.
943         (recentf-relative-filter) New menu filter to show filenames
944         relative to `default-directory'.
946 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
948         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
949         with/without giving an error if PostScript printer doesn't have this
950         kind of page size.  Zebra Stripe continues or restarts on next page.
951         Manual/automatic paper feeding.  Switch or not the header.
952         (ps-print-version): New version number (5.2.2).
953         (ps-windows-system): Include emx as a Windows system.
954         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
955         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
956         (ps-background-text): Code fix.
957         (ps-error-handler-message, ps-user-defined-prologue)
958         (ps-print-prologue-header, ps-printer-name)
959         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
960         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
961         (ps-use-face-background): Customization fix.
962         (ps-n-up-database): Data fix.
963         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
964         (ps-switch-header): New vars.
965         (ps-xemacs-color-name, ps-face-foreground-name)
966         (ps-face-background-name, ps-boolean-constant): New funs.
968 2000-06-07  Dave Love  <fx@gnu.org>
970         * allout.el: New version from Manheimer.
972 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
974         * textmodes/fill.el (fill-find-break-point): Check the validity of
975         charset.
977 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
979         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
980         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
981         Call display-color-p and display-mouse-p instead of looking at
982         window-system.
984 2000-06-06  Dave Love  <fx@gnu.org>
986         * image.el (find-image): Doc fix.  Return nil if image not found.
987         (put-image, insert-image): Make STRING arg optional.
989 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
991         * language/vietnamese.el: Remove eval-when-compile.
992         (viet-viscii-nonascii-translation-table): Define it as a
993         translation table made from viet-viscii-decode-table.
994         (viet-viscii-encode-table): Define it as a translation table made
995         from the reverse map of above.
996         (viet-vscii-nonascii-translation-table): Define it as a
997         translation table made from viet-vscii-decode-table.
998         (viet-vscii-encode-table): Define it as a translation table made
999         from the reverse map of above.
1000         (ccl-decode-viscii): Use translate-character.
1001         (ccl-encode-viscii, ccl-encode-viscii-font)
1002         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
1003         Likewize.
1005         * language/cyrillic.el: Remove eval-when-compile.
1006         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
1007         translation table made from cyrillic-koi8-r-decode-table.
1008         (cyrillic-koi8-r-encode-table): Define it as a translation table
1009         made from the reverse map of above.
1010         (ccl-decode-koi8): Use translate-character.
1011         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
1012         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
1013         a translation table made from cyrillic-alternativnyj-decode-table.
1014         (cyrillic-alternativnyj-encode-table): Define it as a translation
1015         table made from the reverse map of above.
1016         (ccl-decode-alternativnyj): Use translate-character.
1017         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
1018         Likewize
1020         * international/mule-diag.el (non-iso-charset-alist): Specify
1021         translation table symbol instead of translation table itself.
1022         (list-block-of-chars): CHARSET may be a translation table symbol.
1024         * international/mule.el (make-coding-system): If CODING-SYSTEM
1025         already exists, override it.
1027         * international/fontset.el: Use family `proportional' for Tibetan
1028         fonts.
1030         * international/ccl.el (ccl-compile-translate-character): Don't
1031         check if Rrr has property translation-table.
1032         (ccl-compile-map-multiple): Modified to avoid compiler warning.
1034 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
1036         * info.el: Bind case-fold-search to t when searching in case
1037         a user sets it to nil in a hook.
1039 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
1041         * autoarg.el (autoarg-mode, autoarg-kp-mode):
1042         * hl-line.el (hl-line-mode): Use the new :global key argument.
1044         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
1045         (tar-clip-time-string): Prepend a space.
1046         (tar-grind-file-mode): Construct a string rather than modifying one.
1047         (tar-header-block-summarize): Fix docstring.
1048         Use `format' rather than an error-prone set of copy-loops.
1050         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
1051         (diff-goto-source, diff-unified->context, diff-context->unified)
1052         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
1053         understand the format output by the `-p' argument to diff.
1055         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
1056         (sh-re-done): Use defconst.
1057         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
1058         (sh-help-string-for-variable, sh-guess-basic-offset):
1059         Don't quote lambdas.
1060         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
1061         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
1063         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
1064         (mh-letter-mode): Derive from text-mode.
1065         This implicitly means that it now calls kill-all-local-variables.
1066         Also remove the Emacs-18 compatibility code.
1068         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
1069         Make use of symbol-property doc-string-elt.
1070         Use memq rather than a sequence of eq.
1071         (doc-string-elt): Fix the wrong or missing previously unused values.
1072         (autoload-print-form): New function extracted from
1073         generate-file-autoloads to allow recursion when handling progn
1074         so that defvar's and defun's docstrings are properly printed.
1075         (generate-file-autoloads): Use it.
1077         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
1078         Use find-file-hooks in the minor-mode function.
1079         Be careful not to loop indefinitely in the post-command-hook function.
1081 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
1083         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
1084         tty's.
1085         * ediff-diff.el (ediff-exec-process): Use --binary for fine
1086         differences whenever appropriate.
1087         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
1088         * viper.el (find-file, find-file-other-window): Get viper to do
1089         wildcards.
1091 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
1093         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
1094         (jit-lock-fontify-buffer): New function for JIT refontification.
1095         (jit-lock-mode): Fix docstring.
1096         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
1097         Remove jit-lock-after-change from the _local_ hook.
1098         (jit-lock-function-1): Fix docstring.
1100         * info.el (Info-on-current-buffer): Initialize info.
1102         * newcomment.el (comment-indent): Ignore comment-indent-hook.
1104         * progmodes/tcl.el (tcl-indent-for-comment):
1105         Ignore comment-indent-hook.
1107         * emacs-lisp/easy-mmode.el: Require CL during compilation.
1108         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
1109         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
1110         and improve to use the lighter to guess the capitalization.
1111         (define-minor-mode): Inline code from easy-mmode-define-toggle.
1112         Add keyword arguments to specify global-ness or the custom group.
1113         Add local-map and help-echo properties to the lighter.
1114         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
1115         (easy-mmode-define-global-mode): New macro.
1117 2000-06-02  Dave Love  <fx@gnu.org>
1119         * wid-edit.el: byte-compile-dynamic since we typically don't use
1120         all the widgets.  Don't require cl or widget.  Remove
1121         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
1122         (widget-read-event): Removed.  Callers changed to use read-event.
1123         (widget-button-release-event-p): Renamed from
1124         button-release-event-p.
1125         (widget-field-add-space, widget-field-use-before-change):
1126         Uncustomize.
1127         (widget-specify-field): Use keymap property, not local-map.
1128         (widget-specify-button): Obey :suppress-face.
1129         (widget-specify-insert): Use modern backquote syntax.
1130         (widget-image-directory): Renamed from widget-glyph-directory.
1131         (widget-image-enable): Renamed from widget-glyph-enable.
1132         (widget-image-find): Replaces widget-glyph-find.
1133         (widget-button-pressed-face): Move defvar.
1134         (widget-image-insert): Replaces widget-glyph-insert.
1135         (widget-convert): Use keywordp.
1136         (widget-leave-text, widget-children-value-delete): Use mapc.
1137         (widget-keymap): Remove XEmacs stuff.
1138         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
1139         (widget-button-click): Don't set point at the click, but re-centre
1140         if we scroll out of window.  Rewritten for images v. glyphs &c.
1141         (widget-tabable-at): Use POS arg, not point.
1142         (widget-beginning-of-line, widget-end-of-line)
1143         (widget-item-value-create, widget-sublist, widget-princ-to-string)
1144         (widget-sexp-prompt-value, widget-echo-help): Simplify.
1145         (widget-default-create): Use widget-image-insert; some rewriting.
1146         (widget-visibility-value-create)
1147         (widget-push-button-value-create, widget-toggle-value-create): Use
1148         widget-image-insert.
1149         (checkbox): Create on and off images dynamically.
1150         (documentation-link): Change :help-echo.
1151         (widget-documentation-link-echo-help): Remove.
1153 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
1155         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
1157         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
1158         (easy-mmode-define-toggle, define-minor-mode): Use it.
1159         (easy-mmode-define-keymap): Docstring fix.
1160         (define-derived-mode): Default PARENT to fundamental-mode.
1161         Add the derived-mode-parent symbol-property.
1162         (easy-mmode-derived-mode-p): New function.
1164 2000-06-02  Dave Love  <fx@gnu.org>
1166         * files.el (convert-standard-filename): Doc fix.
1167         (normal-backup-enable-predicate): New function.
1168         (backup-enable-predicate): Use it to replace the lambda form.
1170         * calendar/todo-mode.el: [This needs more work on the outline
1171         stuff.]  Doc fixes.
1172         (todo) <defgroup>: Add :version.
1173         (todo-add-category): Don't use pushnew.
1174         (todo-cmd-raise): Fix typo.
1175         (todo-top-priorities): Change temp buffer name.
1176         (todo-category-alist): Avoid redundant lambda.
1177         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
1178         Use outline-next-heading.
1180         * autoarg.el: Rewritten to use define-minor-mode.
1181         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
1182         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
1184 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
1186         * isearch.el (isearch-other-meta-char): Fix previous change.
1188 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
1190         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
1191         (log-edit-done): Only add the comment to the ring if it's different
1192         from the last comment entered.
1194         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
1196 2000-06-01  Dave Love  <fx@gnu.org>
1198         * hl-line.el: Rewritten using define-minor-mode.
1200         * help.el (describe-function-1): Distinguish special form from
1201         builtin function.  Sanity-check presence of arglist for builtins.
1203 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
1205         * international/characters.el: Fix syntax/category setting of
1206         Tibetan characters.
1208         * language/tibet-util.el (tibetan-add-components): Fixes for new
1209         encoding of Tibetan characters.
1210         (tibetan-decompose-precomposition-alist): New variable.
1211         (tibetan-decompose-region): Convert precomposed characters to
1212         non-precomposed characters.
1213         (tibetan-decompose-string): Likewise.
1214         (tibetan-composition-function): Fix args to
1215         thibetan-compose-string.
1217         * language/tibetan.el (tibetan-composable-pattern): More
1218         characters included.
1219         (tibetan-consonant-transcription-alist): Rule for "R" added.
1220         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
1221         "+R" added.
1222         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
1224         * language/lao-util.el (lao-composition-function): Fix args to
1225         compose-string.
1227         * language/thai-util.el (thai-composition-function): Fix args to
1228         compose-string.
1230         * isearch.el (isearch-update): Set disable-point-adjustment to t
1231         to prevent the point moving to the end of a composition when a
1232         part of a composition is searched.
1233         (isearch-other-meta-char): If the key invoking this command can be
1234         mapped by function-key-map to a printing char, call
1235         isearch-process-search-char directly.
1237 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
1239         * emacs-lisp/bytecomp.el:
1240         * frame.el:
1241         * international/mule-cmds.el:
1242         * international/mule-util.el:
1243         * international/mule.el:
1244         * mouse.el:
1245         * subr.el:
1246         * faces.el: Update calls to make-obsolete with a WHEN argument.
1248         * byte-run.el (make-obsolete, make-obsolete-variable):
1249         Add an optional WHEN argument and change the format of the
1250         symbol-property information.
1251         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
1252         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
1253         new obsolete-symbol-property format and print WHEN if it is provided.
1255 2000-05-31  Dave Love  <fx@gnu.org>
1257         * loadhist.el (loadhist-hook-functions): Remove
1258         before-change-function, after-change-function.
1259         (unload-feature): Deal with symbols which are both bound and
1260         fbound.
1262         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
1263         before-change-function, after-change-function.
1265         * simple.el (newline): Don't bind before-change-function,
1266         after-change-function.
1268 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
1270         * whitespace.el (whitespace-rescan-timer-time): Update interval
1271         set to 600 seconds (10 minutes) instead of 60 seconds since
1272         a large number of whitespace buffers causes emacs to `freeze'
1273         for a considerable amount of time.
1275         * whitespace.el: Updated email address
1277 2000-05-31  Dave Love  <fx@gnu.org>
1279         * add-log.el (change-log-font-lock-keywords) <function>: Add
1280         pattern for function of change.
1281         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
1282         acknowledgements patterns.
1284 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
1286         * isearch.el (isearch-printing-char): If keyboard coding system is
1287         being used, call isearch-process-search-multibyte-characters.
1289         * international/isearch-x.el: Mostly rewritten.
1291         * international/quail.el (quail-start-conversion): Don't include
1292         unhandled events in the returned events, but set them in
1293         unread-command-events.  Exit if all inputs are deleted.
1295 2000-05-30  Jason Rumney  <jasonr@gnu.org>
1297         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
1299         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
1300         Reenable code to create initial fontsets.
1301         Use set-fontset-font in place of put-charset-property.
1303 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
1305         * progmodes/perl-mode.el (perl-indent-line): When looking for a
1306         label, ensure that the first colon isn't followed by another.
1308         * paths.el (Info-default-directory-list): Doc fix.
1310         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
1311         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
1312         send a query containing USER only, not USER@HOST.
1314         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
1315         and rmail-msgend to compute the restriction at the end, instead of
1316         computing it.
1318 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1320         * dabbrev.el (dabbrev-expand): Don't display messages in the
1321         echo area if the minibuffer window is active.
1323         * jit-lock.el (jit-lock-mode): Add after change function to
1324         local hook.
1326 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1328         * antlr-mode.el: New commands: hide/unhide actions,
1329         upcase/downcase literals.
1330         (antlr-tiny-action-length): New user option.
1331         (antlr-hide-actions): New command.  Suggested by
1332         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
1333         (antlr-mode-map): New binding [C-c C-v].
1334         (antlr-mode-menu): New entries.
1335         (antlr-downcase-literals): New command.
1336         (antlr-upcase-literals): Ditto.
1338         * antlr-mode.el: Minor changes: indendation, mode-name.
1339         (antlr-indent-line): Indent cpp directive at column 0.
1340         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1342         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1343         (antlr-font-lock-additional-keywords): Workaround for intentional
1344         bug in XEmacs version of font-lock.
1345         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
1346         be used by a smarter version of `buffers-menu-grouping-function'.
1348 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1350         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1351         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1353 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
1355         * international/encoded-kb.el
1356         (encoded-kbd-iso2022-designation-map): Pay attention to that
1357         charset-iso-final-char return -1 for eight-bit-control and
1358         eight-bit-graphic.
1360 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1362         * speedbar.el (speedbar-use-images, speedbar-update-flag)
1363         (speedbar-easymenu-definition-base): Use display-graphic-p where
1364         available, instead of window-system.
1366 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * international/codepage.el (cp-coding-system-for-codepage-1): Add
1369         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1370         coding systems.
1372 2000-05-26  Dave Love  <fx@gnu.org>
1374         * disp-table.el (standard-display-underline): Don't use
1375         internal-find-face.
1377         * mail/reporter.el: Maintainer change.  Doc fixes.
1378         (reporter-version): Deleted.
1380         * emacs-lisp/elp.el: Maintainer change.
1381         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1383 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
1385         * add-log.el (add-change-log-entry): Merge the current entry with the
1386         previous one if the previous one is empty.
1388 2000-05-26  Dave Love  <fx@gnu.org>
1390         * loadhist.el (unload-feature): Fix interactive spec [from
1391         lijnzaad@ebi.ac.uk].
1393         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1394         subr-arity to check primitives.
1395         (byte-compile-flush-pending, byte-compile-file-form-progn)
1396         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1397         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1398         mapcar.
1400 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
1402         * international/fontset.el: Set family names of non-latin charsets
1403         in default fontset to "*".
1405         * international/mule-diag.el (print-fontset): Combine family part
1406         and registry part of the fontname by "-*-" instead of "-".
1408         * international/mule-cmds.el (encode-coding-char): Make strings
1409         multibyte before calling encode-coding-string.
1411 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1413         * derived.el: Fix keywords.
1414         (define-derived-mode): Only define if needed.
1416         * simple.el (fill-comment, comment-column, comment-start)
1417         (comment-start-skip, comment-end, comment-indent-function)
1418         (block-comment-start, block-comment-end, indent-for-comment)
1419         (set-comment-column, kill-comment, comment-padding, comment-region)
1420         (comment-multi-line, indent-new-comment-line): Remove.
1422         * bindings.el (esc-map): Change ; to comment-dwim and use the new
1423         function names for comment operations.
1425         * newcomment.el: Add abundant autoload cookies.
1426         (comment-style): Don't depend on runtime data at compile-time.
1427         (comment-indent-hook): Remove.
1428         (comment-indent): Check if comment-indent-hook is bound.
1429         (comment-region): Docstring fix.
1431 2000-05-25  Dave Love  <fx@gnu.org>
1433         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1434         byte-code-function-p.
1436         * mail/rmailsum.el: Add provide.
1438         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1440         * smerge-mode.el (smerge-diff-switches): Don't use list* in
1441         defcustom.
1443 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
1445         * ediff-diff.el (ediff-exec-process): delete --binary option from
1446         non-buffer ediff jobs.
1448 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * hilit-chg.el (highlight-changes-mode): Ask about color or
1451         grayscale support, not about window-system.
1453         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1454         window-system.
1455         (ffap-highlight): Always default to t.
1457         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1458         display-popup-menus-p instead of looking at window-system.
1460         * disp-table.el (standard-display-g1, standard-display-graphic):
1461         Only refuse to use string glyphs on X and MS-Windows.
1463         * avoid.el: Remove window-system from commentary, suggest to use
1464         display-*-p instead.
1466         * apropos.el (apropos-print): Use display-mouse-p instead of
1467         window-system.
1469 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1471         * international/codepage.el (cp-decoding-vector-for-codepage):
1472         Fill up unsupported characters with their own codes.  From Kenichi
1473         Handa.
1475 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1477         * international/mule-diag.el (describe-char-after): Use
1478         display-graphic-p instead of window-system, so that this function
1479         works on MS-DOS.
1481 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1483         * international/codepage.el (cp-make-coding-systems-for-codepage):
1484         Remove the eight-bit-graphic and eight-bit-control charsets from
1485         the list of charsets which we convert into `?'.
1487 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
1489         * international/mule-conf.el: Specify CHARSET-ID explicitely for
1490         private charsets.
1491         (mule-unicode-0100-24ff, japanese-jisx0213-1,
1492         japanese-jisx0213-2): New charsets.
1494         * international/fontset.el: Setup default fontset for new charsets.
1496 2000-05-24  Dave Love  <fx@gnu.org>
1498         * info.el (Info-find-node-2): Restructure [following "Vadim
1499         S. Solomin" <sovs@uic.nnov.ru>].
1501         * icomplete.el: Fix header for Finder.
1503 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
1505         * rmailout.el (rmail-output-to-rmail-file): Added optional param
1506         STAY.
1508         * rmail.el (rmail-automatic-folder-directives): New user variable.
1509         (rmail-show-message): Add call to `rmail-auto-file' during
1510         display.
1511         (rmail-auto-file): New function.
1513 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1515         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1516         account.
1517         (ediff-test-utility,ediff-diff-mandatory-option)
1518         (ediff-reset-diff-options): Utilities for proper initialization of
1519         ediff-diff-options and ediff-diff3-options on Windows.
1521         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1522         variable.
1524         * ediff-mult.el (ediff-filegroup-action): Use
1525         ediff-merge-filename-prefix.
1527 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1529         * viper-ex.el (ex-write): Set selective display to nil.
1531 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1533         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1534         aliases for hebrew-iso-8bit.
1536 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1538         * woman.el: New version from Francis J. Wright
1539         <F.J.Wright@Maths.QMW.ac.uk>.
1540         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1541         names in environment variables regardless of the path separator.
1542         (woman-topic-all-completions-1): Don't call file-name-directory-p
1543         on all files, since woman-file-regexp already filters out any
1544         directories.
1546 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1548         * international/quail.el (quail-start-translation): Don't change
1549         modified-p of the current buffer.
1550         (quail-start-conversion): Likewise.
1552         * international/kkc.el (kkc-region): Don't change modified-p of
1553         the current buffer.
1555         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1556         conform to RFC1468.
1557         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1559 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1561         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1562         (speedbar-insert-button): Invisible text property fix.
1563         (speedbar-directory-plus): Renamed from speedbar-directory-+
1564         (speedbar-directory-minus): Renamed from speedbar-directory--
1565         (speedbar-page-plus): Renamed from speedbar-file-+
1566         (speedbar-page-minus): Renamed from speedbar-file--
1567         (speedbar-page): Renamed from speedbar-file-
1568         (speedbar-tag): Renamed from speedbar-tag-
1569         (speedbar-tag-plus): Renamed from speedbar-tag-+
1570         (speedbar-tag-minus): Renamed from speedbar-tag--
1571         (speedbar-expand-image-button-alist): Use above renames.
1573         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1574         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1575         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1576         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1577         * sb-pg.xpm: Renamed from sb-file.xpm
1578         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1579         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1581 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1583         * international/quail.el (quail-show-guidance-buf): Set
1584         current-input-method of the guidance buffer to the name of the
1585         curren input method.
1587 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1589         * progmodes/compile.el (compile-internal): Style typo.
1591         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1592         quote vars and functions in the docstring.
1594         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1596         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1597         Don't quote lambdas.
1599         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1601 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1603         * startup.el (command-line): Determine source file of compiled
1604         user init file differently.  Warn if compiled user init file
1605         is older than its source file.
1607         * ffap.el (ffap-url-regexp): Add `https'.
1609 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1611         * files.el (make-backup-file-name-1): Replace slashes with `!'
1612         rather than `|' (which is not allowed on Windows).  Replace the
1613         drive letters with a string "drive_X".
1615 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1617         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1619         * files.el (interpreter-mode-alist): Add `bash2'.
1621 2000-05-22  Dave Love  <fx@gnu.org>
1623         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1624         mapc.
1625         (feature-file): Avoid calling symbol-name.  Doc fix.
1626         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1627         (loadhist-hook-functions): Add mouse-position-function.
1628         (unload-feature): Change uses of mapcar.
1630         * files.el (parse-colon-path): Doc fix.
1631         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1632         (set-auto-mode): Use mapc.
1634         * complete.el (PC-look-for-include-file): Use :alnum: character
1635         class.
1636         (partial-completion-mode): Add autoload cookie.
1638 2000-05-22  Sam Steingold  <sds@gnu.org>
1640         * info.el (Info-fontify-node): Fixed the call to
1641         `add-text-properties' (bug introduced on 2000-05-18).
1643 2000-05-22  Dave Love  <fx@gnu.org>
1645         * bindings.el: Remove debug-ignored-errors set in other files.
1647         * progmodes/etags.el: Add to debug-ignored-errors.
1648         (visit-tags-table-buffer): Clear out buffers holding old tables
1649         when making a new list.
1650         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1651         mapc.
1653         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1654         quote keywords.
1655         (cmpl-string-case-type): Use character classes.
1657         * comint.el:
1658         * textmodes/ispell.el:
1659         * imenu.el:
1660         * mail/mh-e.el:
1661         * progmodes/compile.el: Add to debug-ignored-errors.
1663         * dabbrev.el: Add to debug-ignored-errors.
1664         (dabbrev-completion): Use mapc.
1666 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1668         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1669         (woman-mapcan, woman-parse-man.conf)
1670         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1671         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1672         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1673         path syntax better.
1674         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1675         (woman-manpath): Call woman-parse-man.conf.
1676         (woman-emulation): New defcustom, defaults to nroff.
1677         (woman-font-support): New defconst.
1678         (woman-use-symbol-font): New defcustom.
1679         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1680         "Emulation".
1681         Many functions: Doc fix.
1683 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1685         * international/quail.el (quail-simple-translation-keymap): Map
1686         128..255 to quail-self-insert-command.
1687         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1689 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1691         * help.el (help-manyarg-func-alist): Typo.
1693         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1694         intervals which makes it heaps simpler.
1696         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1697         the nested comment markers.
1699         * subr.el (remove-hook): Don't turn the hook's value into a list.
1701 2000-05-21  Dave Love  <fx@gnu.org>
1703         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1704         are invalid characters.
1706         * international/mule-util.el (detect-coding-with-priority): Use
1707         mapc.  Remove redundant lambda.
1709         * international/mule-diag.el (list-non-iso-charset-chars)
1710         (describe-fontset): Remove redundant lambda.
1712         * emulation/crisp.el (brief-mode): New alias.
1714         * emacs-lisp/ring.el (ring-elements): New function.
1716         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1717         (easy-menu-do-add-item): Use keywordp.
1719         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1721         * replace.el: Doc and error message fixes.
1722         (replace-highlight): Use facep, not internal-find-face.
1724 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1726         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1728         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1729         (log-edit-insert-changelog): Drop `:' as well.
1731         * log-view.el: Fix file description.
1732         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1733         available.
1734         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1735         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1737         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1738         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1739         Print a status message if the toggle is called interactively.
1740         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1741         for global minor modes and use `defcustom' for them.
1742         Use add-minor-mode.
1743         (easy-mmode-define-derived-mode): Remove.
1744         (define-derived-mode): Fancier default docstring.
1745         (easy-mmode-define-navigation): Signal an error rather than (ding).
1747         * newcomment.el (comment-styles): New `box-multi'.
1748         (comment-normalize-vars): Better default for comment-continue to
1749         avoid whitespace-only continuations.
1750         (comment-search-forward): Always move even in the no-syntax case.
1751         (comment-padright): Only obey N if it's only obeyed for padleft.
1752         (comment-make-extra-lines): Better handling of empty continuations.
1753         Use `=' for the filler if comment-start has only one character.
1754         (uncomment-region): Try handling the special `=' filler.
1755         (comment-region): Allow LINES even if MULTI is nil.
1756         (comment-box): Choose box style based on comment-style.
1758 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1760         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1761         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1763 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1765         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1766         and insert, not subst-char-in-region.
1768         * international/mule-diag.el (list-character-sets-1): Handle
1769         charsets eight-bit-control and eight-bit-graphic.
1770         (list-iso-charset-chars): Likewise.
1771         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1772         charactes as is.  Use indent-to to align characters.
1774         * international/mule-cmds.el (find-multibyte-characters): Never
1775         exclude charsets eight-bit-control and eight-bit-graphic.
1777 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1779         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1780         Don't quote lambdas.
1782         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1784 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1786         * gud.el (gud-jdb-directories): Doc fix.
1788 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1790         * newcomment.el: New file.
1792 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1794         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1796 2000-05-18  Andreas Schwab  <schwab@suse.de>
1798         * dired.el (dired-between-files): Also skip lines beginning with
1799         `used'.
1801 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1803         * msb.el (msb-menu-cond): Add choice `user'.
1805 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1807         * ps-print.el: Compatibility, customization and doc fix.
1808         (ps-printer-name-option): Replace defconst by defvar.
1809         (ps-postscript-code-directory): XEmacs compatibility.
1810         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1811         fix.
1812         (ps-user-defined-prologue, ps-print-prologue-header)
1813         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1814         compatibility and code fix.
1815         (ps-print-background-image, ps-print-background-text):
1816         Customization fix.
1817         (ps-line-number-start, ps-n-up-on): New vars.
1819 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1821         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1822         the indent-comment function to just return the appropriate indent.
1824 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1826         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1827         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1828         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1830 2000-05-18  Dave Love  <fx@gnu.org>
1832         * info.el (Info-fontify-node): Add intangible property as well as
1833         invisible.
1835         * calendar/appt.el (appt-make-list): Match all lines of entry.
1836         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1838 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1840         * international/mule-diag.el (describe-char-after): Call
1841         internal-char-font, not char-font.  If internal-char-font returns
1842         nil, display "-- none --".
1844 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1846         * image.el (image-type-available-p): Don't reference image-types
1847         if it isn't bound.
1849 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1851         * autoarg.el (autoarg-mode): Typo in the :set argument.
1853 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1855         * startup.el (command-line-1): Don't signal an error if the
1856         directory for auto-save-list files does not yet exist.
1858 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1860         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1862 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1864         * subr.el (remove-hook): `setq' hook-value, not `set'.
1866 2000-05-16  Sam Steingold  <sds@gnu.org>
1868         * info.el (debug-ignored-errors): More errors to ignore.
1870 2000-05-16  Dave Love  <fx@gnu.org>
1872         * cus-edit.el: Don't require cl or easymenu.
1873         (custom-variable-prompt): Test standard-value property, not
1874         user-variable-p.
1876 2000-05-16  Sam Steingold  <sds@gnu.org>
1878         * subr.el (add-hook): `setq' hook-value, not `set'.
1880 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1882         * startup.el (command-line-1): Mention the FAQ in the startup
1883         message.
1885         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1887         * progmodes/compile.el (compilation-parse-errors): Collect
1888         `nomessage' regexps last.
1890         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1892         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1893         to the function name.
1895 2000-05-15  Dave Love  <fx@gnu.org>
1897         * speedbar.el (speedbar-recenter): Typo.
1898         (speedbar-expand-line): Make arg optional.
1899         (speedbar-mode): Avoid a compiler warning.
1901 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1903         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1904         user-specified option string is empty.
1906         * mouse.el (mouse-yank-at-click): Doc fix.
1908 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1910         * term/internal.el (IT-character-translations): More updates of
1911         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1912         documents.
1914 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1916         * env.el (getenv): New function, interactively callable.
1917         (setenv, getenv): Remove autoload cookies.
1919         * loadup.el: Load `env'.
1921         * progmodes/f90.el: Change author's mail address.
1923 2000-05-14  Dave Love  <fx@gnu.org>
1925         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1926         goto-addr as an option.
1928         * help.el (help-xref-stack): Doc fix.
1929         (help-xref-following): New variable.
1930         (help-make-xrefs): Use it.
1931         (help-xref-go-back): Use position information from stack element.
1932         (help-follow): Make position in stack element a pair.  Use
1933         help-xref-following.
1935         * autoarg.el: New file.
1937         * faces.el: Declare more functions obsolete.
1939         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1940         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1941         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1942         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1943         Remove all the setup-...-environment functions.
1945 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1947         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1948         >= when detecting.  Require `defimage' safely.
1949         (speedbar-easymenu-definition-base): Add toggle for images.
1950         (speedbar-easymenu-definition-special): Add flush cache & expand.
1951         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1952         (speedbar-reconfigure-keymaps-hook): New variable.
1953         (speedbar-frame-parameters): Updated documentation.
1954         (speedbar-use-imenu-flag): Updated custom tag
1955         (speedbar-dynamic-tags-function-list): New variable.
1956         (speedbar-tag-hierarchy-method): Updated doc & custom.
1957         (speedbar-indentation-width, speedbar-indentation-width) New
1958         variables.
1959         (speedbar-hide-button-brackets-flag): Customizable.
1960         (speedbar-vc-indicator): Doc update.
1961         (speedbar-ignored-path-expressions): Updated default value.
1962         (speedbar-supported-extension-expressions): Updated default value.
1963         (speedbar-syntax-table): Remove {} paren status.
1964         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1965         as "+".  Added overlay aliases.
1966         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1967         `force-mode-line-update'.
1968         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1969         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1970         `mouse-set-point'
1971         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1972         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1973         of arbitrary text, and new helper functions.
1974         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1975         filename finder.
1976         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1977         (speedbar-directory-buttons): Update path search/expansion.
1978         (speedbar-make-tag-line): Pay attention to
1979         `speedbar-indentation-width'.  Use more care w/ invisible
1980         properties.
1981         (speedbar-change-expand-button-char): Call
1982         `speedbar-insert-image-button-maybe'.
1983         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1984         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1985         (speedbar-trim-words-tag-hierarchy)
1986         (speedbar-simple-group-tag-hierarchy): New functions
1987         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1988         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1989         functions.
1990         (speedbar-mouse-set-point): New function
1991         (speedbar-power-click): Updated documentation.
1992         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1993         of tag prefix text.
1994         (speedbar-expand-line, speedbar-contract-line): Make more robust
1995         to strange text.
1996         (speedbar-expand-line): Takes universal argument to flush the
1997         cache.
1998         (speedbar-flush-expand-line): New function.
1999         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
2000         Use new generator insertion method.
2001         (speedbar-fetch-dynamic-tags): New function.
2002         (speedbar-fetch-dynamic-imenu): Removed code now handled in
2003         `speedbar-fetch-dynamic-imenu'.
2004         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
2005         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
2006         "Revert Buffer" menu items.
2007         (speedbar-buffer-buttons-engine): Be smarter when creating a
2008         filename tag (for expansion purposes.).
2009         (speedbar-highlight-one-tag-line,
2010         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
2011         (speedbar-recenter): New functions.
2012         (defimage-speedbar): Image loading abstraction.
2013         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
2014         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
2015         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
2016         (speedbar-tag-type, speedbar-tag-mail): New images.
2017         (speedbar-expand-image-button-alist): New variable.
2018         (speedbar-insert-image-button-maybe): Insert an image over some
2019         buttons.
2021 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
2023         * international/mule-cmds.el (encode-coding-char): An ASCII
2024         character is always encodable.
2026         * international/mule-conf.el: Add more information in descriptions
2027         of character sets.
2029         * international/mule-diag.el (describe-char-after): New function.
2030         (describe-font-internal): Adjusted for the change of font-info.
2031         (describe-font): Likewise.
2032         (print-fontset): Rewritten for the new fontset implementation.
2033         (describe-fontset): Include fontset alias names in completion.
2034         (list-fontsets): Adjusted for the change of print-fontset.
2036         * simple.el (what-cursor-position): If DETAIL is non-nil, call
2037         describe-char-after instead of displaying the detail in the echo
2038         area.
2039         (syntax-code-table): Format changed.
2040         (string-to-syntax): Adjusted for the above change.
2042 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
2044         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
2046 2000-05-12  Dave Love  <fx@gnu.org>
2048         * calendar/todo-mode.el: Remove some compatibility stuff and CL
2049         dependence.  Use line-{beginning,end}-position, not
2050         point-at{b,e}ol.  Some doc fixes.
2051         (todo-position): New function.  Fix callers of position to use it.
2052         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
2054 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
2056         * time.el (display-time-mail-icon): Use `:ascent center'.
2058         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
2059         handling FTP security extensions.
2061 2000-05-11  Dave Love  <fx@gnu.org>
2063         * calendar/todo-mode.el: New file.
2065 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
2067         * comint.el (comint-read-input-ring): Move reference to
2068         comint-input-ring-size outside of the save-excursion.  It was
2069         causing the default value to be the only one ever seen.
2071         * font-lock.el: Update copyright.  Remove Simon Marshall's email
2072         address on request from him.
2074         * subr.el (substitute-key-definition): Add comment describing
2075         the meaning of PREFIX.
2077 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
2079         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
2081         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
2082         (add-minor-mode): Don't make the variable buffer-local and add a
2083         reference to define-minor-mode in the docstring.
2085         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
2086         HEADER/FOOTER and fix bug with trailing empty directory.
2087         (cvs-append-to-ignore): Use vc-editable-p if available.
2088         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
2089         (vc-do-command): Tweak advice to handle the new VC.
2091         * log-view.el (log-view-goto-rev): New function for the new VC.
2092         (log-view-minor-wrap): Use mark-active.
2094         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
2095         (log-edit-changelog-full-paragraphs): New var.
2096         (log-edit-insert-changelog): Remove a lonely leading `* file'.
2097         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
2098         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
2099         (log-edit-changelog-ours-p, log-edit-changelog-entries)
2100         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
2101         Replace the `cvs' prefix with `log-edit'.
2103         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
2105         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
2106         (diff-font-lock-defaults): Explicitly turn off multiline.
2107         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
2108         (diff-ediff-patch): Fix call to ediff-patch-file.
2109         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
2110         Handle comments.
2112         * frame.el (automatic-hscrolling): Typo.
2114         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
2116 2000-05-09  Sam Steingold  <sds@goems.com>
2118         * apropos.el (apropos-print): use `describe-face' instead of
2119         `customize-face-other-window'.
2121 2000-05-09  Dave Love  <fx@gnu.org>
2123         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
2125         * help.el (describe-variable): Have customize button pop the
2126         help-xref stack when invoked.
2127         (help-xref-symbol-regexp): Add `face'.
2128         (help-make-xrefs): Check for quoted face names and adapt regexp
2129         submatch numbers to cope.
2130         (help-xref-interned): Maybe insert face doc too.  Separate
2131         sections with a line of hyphens.
2133         * faces.el:  Some doc fixes.  Declare some functions obsolete.
2134         (describe-face): Add customize button.  Return the help
2135         text.  Fix prompt.
2137 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
2139         * term/internal.el (IT-character-translations): Fix last change.
2141 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2143         * woman.el: New file
2144         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
2146 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
2148         * term/internal.el (IT-character-translations): Update ASCII
2149         simulations for greek-iso8859-7, add latin-iso8859-14 and
2150         latin-iso8859-15.
2152         * international/mule-cmds.el (set-language-info-alist): Call
2153         define-prefix-command with 3 arguments, to make the map suitable
2154         for a menu.
2156 2000-05-07  Dave Love  <fx@gnu.org>
2158         * time.el: Small doc fixes from Pavel Janík ml..
2160 2000-05-05  Dave Love  <fx@gnu.org>
2162         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
2163         list in doc string.  Don't quote keyword symbols.
2164         * emacs-lisp/cl.el: Likewise
2165         * emacs-lisp/cl-seq.el: Likewise
2167 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
2169         * abbrev.el (abbrev-mode): Make ARG optional.
2171 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
2173         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
2175         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
2177         * subr.el (substitute-key-definition): Clarify documentation.
2179 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
2181         * glasses.el (glasses-convert-to-unreadable): Use
2182         `glasses-separator' instead of the hard-wired "_".
2183         (glasses-mode): Call `glasses-make-unreadable' only in a single
2184         place.
2186 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
2188         * term/internal.el (cjk-codepages-alist): Add associations for
2189         Chinese and Korean codepages.  Remove FIXME comment.
2191 2000-05-03  Dave Love  <fx@gnu.org>
2193         * time.el (display-time-mail-face, display-time-use-mail-icon):
2194         New option.
2195         (display-time-mail-icon): New variable.
2196         (display-time-string-forms): Use the above.  Fix the local-map.
2198 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
2200         * replace.el (query-replace-map): Add binding for `E'.
2201         (query-replace-help): Extend help text.
2202         (perform-replace): Allow editing the replacement string.
2204         * make-mode.el (makefile-mode-abbrev-table): New variable.
2205         (makefile-mode): Set local abbrev table to
2206         makefile-mode-abbrev-table.
2207         (makefile-font-lock-keywords): Fontify includes and conditionals.
2209         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
2210         set TOGGLE's value.
2212         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
2213         mail-interactive-insert-alias.
2214         (mail-abbrev-complete-alias): New command.
2215         (mail-mode-map): Bind it to `M-TAB'.
2217 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
2219         * language/lao-util.el (lao-compose-region): New function.
2221 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
2223         * files.el (recover-session): Make directories as necessary
2224         if they don't exist yet.
2226         * calendar/cal-french.el
2227         (french-calendar-multibyte-special-days-array)
2228         (french-calendar-special-days-array): Change French text.
2229         (calendar-french-date-string): Change output.
2230         (calendar-goto-french-date): Likewise.
2232 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2234         * wid-edit.el (widget-default-active): Obey `:always-active'.
2235         (widget-documentation-string-value-create): Set `:always-active'.
2237 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2239         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
2240         default prefix to `~/_emacs.d/auto-save.list/_s'.
2241         (normal-top-level): Create the directory for auto-save files, if
2242         it doesn't already exist (in the ms-dos case only).
2244 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2246         * international/mule-cmds.el (set-language-environment): Don't
2247         concat an integer (dos-codepage), use format instead.
2249 2000-05-02  Dave Love  <fx@gnu.org>
2251         * help.el (help-xref-on-pp): Check for constant symbols.
2253 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
2255         * startup.el (normal-top-level): Put a condition-case around
2256         the code loading subdirs.el.
2258 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2260         * ps-print.el: Upside-down and face background color printing,
2261         line number step, doc fix.
2262         (ps-print-version): New version number (5.2).
2263         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
2264         (ps-face-attribute-list, ps-plot-with-face): Code fix.
2265         (ps-spool-config): Var fix.
2266         (ps-printer-name-option): Const fix.
2267         (ps-print-upside-down, ps-use-face-background)
2268         (ps-line-number-step): New vars.
2269         (ps-window-system, ps-lp-system): New consts.
2270         (ps-face-background): New fun.
2272 2000-04-28  Richard Stallman  <rms@gnu.org>
2274         * files.el (make-auto-save-file-name):
2275         Apply auto-save-file-name-transforms to visited file name
2276         before generating auto save file name.
2277         (auto-save-file-name-transforms): New variable.
2279         * files.el (backup-enable-predicate):
2280         Correctly test for a file under a temporary directory.
2282 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
2284         * subr.el (add-minor-mode): Rewritten.
2286 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
2288         * mail/sendmail.el (sendmail-send-it): Set
2289         buffer-file-coding-system to the selected coding system for MIME
2290         header.
2292 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
2294         * dired.el (dired-move-to-filename-regexp): Allow format where
2295         YYYY is followed by two spaces.
2297         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
2298         in the second character class of the regexp.
2300         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
2301         mh-etc, too.
2303         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
2304         nil.
2306         * subr.el (add-minor-mode): Use `set' instead of `setq'.
2308         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
2309         argument.
2311 2000-04-27  Sen Nagata <sen@eccosys.com>
2313         * emacs-lisp/crm.el (crm-completion-table): New variable.
2314         (crm-collection-fn, crm-test-completion)
2315         (completing-read-multiple): Use it.
2317 2000-04-27  Dave Love  <fx@gnu.org>
2319         * help.el (locate-library): Use mapc.
2320         (help-manyarg-func-alist): Add call-process-region.
2322 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
2324         * subr.el (add-minor-mode): Make argument MAP optional.
2326         * desktop.el (desktop-save): Save list of minor modes.
2327         (desktop-create-buffer): Restore minor modes.
2328         (desktop-minor-mode-table): New user-option.
2330         * subr.el (add-minor-mode): New function.
2332         * image.el (find-image): New function.
2333         (defimage): Rewritten to find image at load time.
2335         * startup.el (normal-top-level-add-to-load-path): Handle
2336         case that the default directory is not in load-path.
2338         * help.el: Old patch from Stefan Monnier.
2339         (help-xref-on-pp): New function.
2340         (describe-variable): Use it to display xrefs in a symbol's value.
2342 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
2344         * cus-edit.el (custom-face): Fix parenthesis.
2346 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
2348         * mail/rmail.el (rmail-expunge): When there are no deleted
2349         messages, do nothing.
2351 2000-04-26  Dave Love  <fx@gnu.org>
2353         * international/mule-cmds.el (locale-translation-file-name):
2354         Defvar to nil.
2355         (set-locale-environment): Set it here (at runtime).
2357 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
2359         * replace.el (perform-replace): Add parameters START and END.  Use
2360         them instead of the check for a region in Transient Mark mode.
2361         (query-replace-read-args): Return two more list elements for the
2362         start and end of the region in Transient Mark mode.
2363         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2364         (map-query-replace-regexp, replace-string, replace-regexp): Add
2365         optional last arguments START and END and pass them to
2366         perform-replace.
2368         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2369         form with additional arguments for perform-replace.
2371         * progmodes/etags.el (tags-query-replace): Add parameters START
2372         and END.  Construct a form with additional arguments for
2373         perform-replace.
2375         * simple.el (shell-command): Set default directory for "*Shell
2376         Command Output" buffer.
2378         * language/european.el (iso-latin-4): Fix typo.
2380         * emacs-lisp/crm.el: New file.
2382 2000-04-24  Dave Love  <fx@gnu.org>
2384         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2385         (Custom-reset-saved, Custom-reset-standard)
2386         (custom-group-value-create, custom-group-set, custom-group-save)
2387         (custom-group-reset-current, custom-group-reset-saved)
2388         (custom-group-reset-standard): Use mapc.
2389         (custom-buffer-create-internal): Disable undo when creating items.
2390         Use mapc.
2391         (custom-face): Avoid redundant lambda.
2393 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2395         * startup.el (auto-save-list-file-prefix): Set default to
2396         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2398 2000-04-24  Sam Steingold  <sds@gnu.org>
2400         * time-stamp.el (time-stamp-string-preprocess): Always convert
2401         `field-result' to a string.
2403 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2405         * frame.el (scrolling): New group.
2406         (automatic-hscrolling): New user-option.
2408         * startup.el (command-line-x-option-alist): Add `-lsp' and
2409         `--line-spacing'.
2411 2000-04-19  Dave Love  <fx@gnu.org>
2413         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2414         (cl-mapc): Rename from mapc.  Fix the funcall.
2416 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
2418         * simple.el (clone-indirect-buffer-other-window): New command.
2419         (clone-indirect-buffer): Add optional arg NORECROD.
2420         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2422         * help.el (resize-temp-buffer-window): Use count-screen-lines.
2424         * window.el (count-screen-lines): New function.
2425         (shrink-window-if-larger-than-buffer): Use count-screen-lines
2426         instead of window-buffer-height.
2428         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2429         non-existing variable comint-input-sentinel.
2430         (inferior-lisp-args-to-list): Removed.
2431         (inferior-lisp): Use split-string instead of
2432         inferior-lisp-args-to-list.
2434         * hexl.el (hexl-insert-hex-string): New command.
2436         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2437         instead of concat.
2439 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
2441         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2442         at the start of an existing but empty folder.
2444 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2446         * ps-mule.el: Customization fix, doc fix.
2447         (ps-multibyte-buffer): Customization fix.
2449 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2451         * subr.el (read-passwd): Use read-char-exclusive.
2453 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
2455         * textmodes/texinfo.el (texinfo-insert-@email)
2456         (texinfo-insert-@emph, texinfo-insert-@quotation)
2457         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2458         (texinfo-mode-map): Add key bindings for them.
2460         * files.el (basic-save-buffer-2): Use a template with `$'
2461         instead of `#' for VMS.
2463         * simple.el (clone-indirect-buffer): New function.
2465 2000-04-16  Stephen Eglen  <stephen@gnu.org>
2467         * iswitchb.el (iswitchb-case): New function.  If the user input
2468         contains any upper-case characters, the search is made
2469         case-sensitive.
2471 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2473         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2474         comment-end.
2475         (texinfo-font-lock-syntactic-keywords): New var.
2476         (texinfo-font-lock-keywords): Remove comment regexp.
2477         (texinfo-insert-block): New function.
2478         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2479         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
2480         and font-lock-defaults.  Use regexp-opt for outline-regexp.
2481         (texinfo-environments): New var.
2482         (texinfo-environment-regexp): Use regexp-opt and
2483         texinfo-environments.
2485         * textmodes/ispell.el (ispell-menu-map-needed): Check that
2486         ispell-process is bound since this might be eval'd before ispell
2487         is loaded.
2488         (ispell-message): Use a tiny bit less magic and a bit more hard
2489         data to figure out what kind of sc-cite-regexp to use.
2491         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2493         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2494         (insert-cyclic-diary-entry): Unquote the lambda.
2496         * gud.el (gud-jdb-build-source-files-list): Fix typo.
2498         * files.el (backup-enable-predicate): Unquote the lambda.
2500         * cus-edit.el (custom-face, face): Unquote the lambda.
2502 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2504         * ps-print.el: Check for line-beginning-position definition.
2506         * ps-print.el: Fix counting lines in a region.
2507         (ps-print-version): New version number (5.1.5).
2508         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2509         (ps-printing-region): Fun code fix.
2511 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2513         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2514         to file-directory-p.
2516 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2518         * gud.el (gud-jdb-build-source-files-list): Check that directory
2519         exists before calling directory-files.
2521 2000-04-13  Dave Love  <fx@gnu.org>
2523         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2524         syntax.
2526         * emacs-lisp/cl-specs.el: Remove when, unless.
2528         * emacs-lisp/cl-extra.el: Don't quote keywords.
2529         (cl-old-mapc): New variable.
2530         (mapc): Use it.
2531         (cl-map-intervals): Use with-current-buffer.  Don't check for
2532         next-property-change.
2533         (cl-map-overlays): Use with-current-buffer.
2534         (cl-expt): Remove.
2535         (copy-tree, remprop): Define unconditionally.
2537         * emacs-lisp/cl-compat.el (keywordp): Remove.
2539         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2540         to use keywordp.
2541         (edebug-spec): Enable keywordp.
2543         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2544         string-lessp.
2546         * cus-start.el: Use keywordp.
2548 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2550         * diary-lib.el (include-other-diary-files): Fix the fix of
2551         2000-02-18 by doing a save-excursion.
2553 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2555         * ps-print.el: Customization fix, doc fix.
2556         (ps-print-version): New version number (5.1.4).
2557         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2558         (ps-print-preprint): Adjust code.
2559         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2560         (ps-print-prologue-header, ps-print-control-characters)
2561         (ps-spool-config): Customization fix.
2563 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2565         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2566         converted to the new menu-item format, names silightly changed,
2567         help strings added.
2569         Support for spelling without async subprocesses:
2571         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2572         (ispell-session-buffer): New variables.
2573         (ispell-start-process, ispell-process-status,
2574         ispell-accept-output, ispell-send-string): New functions, for
2575         Ispell invocation when async subprocesses aren't supported.
2576         (ispell-word, ispell-pdict-save, ispell-command-loop,
2577         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2578         to process-send-string with calls to ispell-send-string, and
2579         accept-process-output with ispell-accept-output.
2580         (ispell-init-process): Call ispell-process-status instead of
2581         process-status with.
2582         (ispell-init-process): Call ispell-start-process.  Call
2583         ispell-accept-output and ispell-send-string.  Don't call
2584         process-kill-without-query and kill-process if they are unbound.
2585         (ispell-async-processp): New function.
2587 2000-04-12  Dave Love  <fx@gnu.org>
2589         * info.el: Add debug-ignored-errors.
2590         (Info-mode-menu): Add some items.
2591         (Info-directory): Add autoload cookie.
2593         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2594         Modify `truncate-lines'.  Make `describe-language-environment'
2595         always visible and add help.  Modify `describe-key' help.  Invoke
2596         Info-directory from `info'.  New entry `emacs-manual'.
2598 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2600         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2601         propertized-buffer-identification.
2602         (ebrowse-update-member-buffer-mode-line): Likewise.
2603         (ebrowse--mode-strings): Removed.
2604         (ebrowse--mode-line-props): Removed.
2606         * files.el (auto-mode-alist): Add `EBROWSE'.
2608         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2609         space before testing for end of buffer.
2610         (ebrowse-load): Removed.
2611         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2612         (ebrowse-create-tree-buffer): Rewritten.
2613         (ebrowse-tree-mode): Read tree from buffer.
2615         * progmodes/ebrowse-ffh.el: Removed.
2617 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2619         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2621 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2623         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2624         at the wrong place.
2626 2000-04-09  Dave Love  <fx@gnu.org>
2628         * files.el (backup-enable-predicate): Use
2629         temporary-file-directory, small-temporary-file-directory.
2630         (make-backup-file-name-function, backup-directory-alist): New
2631         variables.
2632         (make-backup-file-name-1): New function.
2633         (make-backup-file-name): Use it.
2634         (find-backup-file-name): Likewise.  Use format for clarity, not
2635         concat.
2636         (file-newest-backup): Use make-backup-file-name.
2638 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2640         * progmodes/ebrowse-ffh.el: New file.
2642         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2643         to ebrowse-ffh.el.
2644         (ebrowse-load): Add autoload.
2646         * finder.el (finder-commentary): Add autoload cookie.
2648         * mail/rfc2368.el: Correct author's email address.
2650         * progmodes/ebrowse.el: New file.
2652         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2653         item help string.
2654         (easy-menu-do-add-item): Ditto.
2655         (easy-menu-define): Extend doc string.
2657         * jit-lock.el (with-buffer-unmodified): Use
2658         restore-buffer-modified-p.
2659         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2660         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2661         with-buffer-unmodified.
2663 2000-04-08  Dave Love  <fx@gnu.org>
2665         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2666         unless, when.
2668 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2670         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2671         (viper-flash-search-pattern): No operation when using Emacs
2672         doesn't support face.
2673         Use `viper-put-on-search-overlay'.
2675 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2677         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2678         like C-r.
2680         * progmodes/make-mode.el: Some doc fixes.
2681         (makefile-mode-abbrev-table): New variable.
2682         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2683         (makefile-font-lock-keywords): Fontify includes and conditionals.
2684         (toplevel): Require `dabbrev' and `add-log' when compiling.
2686         * replace.el (perform-replace): Don't move forward one char
2687         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2688         to do that because it leaves point 1 position after the last
2689         replacement, after everything has been replaced.
2691         * jit-lock.el (with-buffer-unmodified): New macro.
2692         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2693         modified state.
2694         (jit-lock-function-1): Extracted from jit-lock-function; not
2695         preserving buffer's modified state.
2696         (jit-lock-function, jit-lock-stealth-fontify): Call
2697         jit-lock-function-1.
2699         * mail/rfc2368.el: Remove supernumerary copyright line.
2701 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2703         * glasses.el: Provide facilities for inserting space before left
2704         parentheses and uncapitalization of identifiers.
2705         (glasses-mode): Try to remove old overlays in all cases.
2707 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2709         * progmodes/compile.el (compile-internal): Display the compilation
2710         buffer in a different frame, if it's already displayed there.
2712         * mail/rfc2368.el: New file.
2714         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2715         header and insert its value as mail body.
2717         * subr.el (member-ignore-case): New function.
2719         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2720         (dabbrev--find-expansion): Ignore buffers matching a regexp
2721         from dabbrev-ignored-regexps.
2723         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2724         to extensions handled by gzip.
2726 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2728         * files.el (insert-directory): List the total free space
2729         along with the used space.
2731         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2732         line is followed by one that matches CITATION-REGEXP, end the
2733         paragraph.
2735 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2737         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2738         (rmail-make-basic-summary-line): Use that option.
2740 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2742         * international/mule-cmds.el (encoded-string-description):
2743         Rewritten.   Try pretty description for ISO 2022 escape sequences
2744         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2745         for hexadecimal format.
2747 2000-04-01  Dave Love  <fx@gnu.org>
2749         * cpp.el: Change customization group to `c' from `C'.
2751         * vcursor.el (vcursor-move): Use display-color-p.
2753         * international/mule-util.el: Provide mule-utils.
2754         (string-to-sequence): Simplify and speed up.
2756         * international/mule.el (make-coding-system): Purecopy doc-string.
2758         * international/mule-cmds.el: Various menu changes.
2759         (describe-specified-language-support): Handle `Default'.
2760         (set-language-info): Purecopy `info'.
2762 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2764         * vc.el (vc-backend-diff): Return the correct status if we had to
2765         retry the rcsdiff command without the --brief option.
2767 2000-03-31  Dave Love  <fx@gnu.org>
2769         * help.el (help-manyarg-func-alist): Correct several omissions.
2771         * add-log.el: Don't require cl, fortran.
2772         (add-log-current-defun-function): Doc fix.
2773         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2774         fix.
2775         (change-log-version-rcs): Function deleted.
2776         (change-log-version-number-search): Doc fix.  Use
2777         vc-workfile-version.  Avoid CL dolist.
2778         (add-change-log-entry): Just call add-log-current-defun to get
2779         defun.  Simplify somewhat.
2780         (change-log-get-method-definition-1): Likewise.
2781         (add-log-current-defun): Return nil if calling
2782         add-log-current-defun-function does so.  Move Fortran stuff to
2783         fortran.el.  Return string without properties.
2785         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2786         and :alpha: char classes.
2788         * mail/supercite.el: Defvar curline when compiling.
2789         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2790         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2791         rather than a-zA-Z0-9 to allow non-ASCII characters.
2793 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2795         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2797         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2798         Re-enable new code.
2800         * lpr.el (print-region-1): Use -d to specify printer name for
2801         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2803 2000-03-31  Dave Love  <fx@gnu.org>
2805         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2806         for function definition in symbol's function value slot first
2807         instead of first consulting byte-compile-function-environment.
2809 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2811         * language/european.el ("Polish"): New language environment.
2812         (setup-polish-environment): New function.
2814 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2816         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2817         Disable new code.
2819         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2820         trying to `load' the symbol of an autoload instead of the file
2821         recorded in the autoload.  Fix error messages.
2823 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2825         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2826         (ps-print-version): New version number (5.1.3).
2827         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2828         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2829         (ps-generate-postscript-with-faces): Code fix.
2830         (ps-color-values): XEmacs compatibility.
2831         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2832         (ps-default-fg, ps-default-bg): Adjust customization.
2833         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2834         (ps-color-scale): Renaming old ps-color-value fun.
2835         (ps-print-headers): Replace ps-print-header group to avoid conflict
2836         with ps-print-header variable.
2837         (ps-print-miscellany): New group.
2838         (ps-format-color, ps-rgb-color): New funs.
2839         (ps-default-foreground): New var.
2840         (ps-printer-name-option): New const.
2842 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2844         * net/net-utils.el:
2845         (network-connection-host, network-connection-service): New variables
2846         (network-connection-mode): New mode, derived from comint-mode
2847         (network-connection-mode-setup): New function, saves host and
2848         service information in local variables.
2850         * lisp/locate.el:
2851         (locate-word-at-point): Added this function
2852         (locate): Default to using locate-word-at-point as input
2853         Run dired-mode-hook
2855 2000-03-29  Dave Love  <fx@gnu.org>
2857         * calendar/appt.el: Doc fixes.
2858         (appt-check): Convert min-to-app to a string before passing to
2859         appt-disp-window-function or concat.
2860         (appt-delete-window): Remove test for frame-root-window.
2861         (appt-select-lowest-window, appt-convert-time): Simplify.
2863         * emacs-lisp/bytecomp.el: Doc fixes.
2864         (byte-compile-file-form-autoload): Update
2865         byte-compile-function-environment.
2867 2000-03-29  Andreas Schwab  <schwab@suse.de>
2869         * emacs-lisp/autoload.el: Also print defsubst doc string
2870         specially.
2872         * dired.el (dired-insert-directory): If dired-free-space-program
2873         failed just delete its output.
2875 2000-03-29  Dave Love  <fx@gnu.org>
2877         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2878         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2879         (iso-iso2sgml, iso-sgml2iso): New functions.
2880         (iso-cvt-define-menu): Fix some entries and use backquote for
2881         clarity.
2883         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2885 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2887         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2888         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2890 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2892         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2893         if it ever becomes used.
2894         (log-edit-mode-hook): Default to vc-log-mode-hook.
2895         (log-edit-mode): Fix the docstring.
2897         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2898         the code.
2900 2000-03-26  Dave Love  <fx@gnu.org>
2902         * net/browse-url.el (browse-url): Re-fix case of
2903         browse-url-browser-function being an alist.
2904         (browse-url): Add :link to defgroup.
2906         * files.el: Doc fixes.
2907         (file-truename): Include `[' in wildcard characters.
2908         (automount-dir-prefix): Customize.
2909         (find-file-wildcards): Add :version.
2910         (find-file-noselect): Simplify a mapcar call.
2912         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2913         compatible with inf-lisp version.
2914         (eval-defun-1): Fix custom-declare-variable case.
2916 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2918         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2920 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2922         * Makefile (COMPILE_FIRST): New macro.
2923         (compile-files): Compile files from COMPILE_FIRST first.
2925         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2926         code.
2928         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2929         matching open parenthesis in column 0 to defun-prompt-regexp
2930         only if open-paren-in-column-0-is-defun-start is set.
2932         * sun-curs.el: Require CL at compile-time only.
2934         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2935         instead of copy-list which is a function from CL.
2936         (msb--choose-menu, msb--mode-menu-cond)
2937         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2938         (msb--init-file-alist): Use mapcar instead of mapcan.
2939         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2940         `(' in column 0 in doc string.
2941         (msb--add-separators): Use mapcar instead of mapcan.
2943         * cus-dep.el: Require CL at compile-time only.
2945 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2947         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2948         (byte-compile-warnings): New warning `noruntime'.
2949         (byte-compile-constants, byte-compile-variables): Fix docstring.
2950         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2951         execute `eval-whenc-compile's body.
2952         (byte-compile-unresolved-functions): Fix docstring.
2953         (byte-compile-eval): New function.
2954         (byte-compile-callargs-warn): Check if the function will be available
2955         at runtime (via property `byte-compile-noruntime').
2956         (byte-compile-print-syms): New function.
2957         (byte-compile-warn-about-unresolved-functions): Also warn about
2958         `noruntime' functions (and use `byte-compile-print-syms').
2959         (byte-compile-file): Capitalize the message.
2961 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2963         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2964         (rmail-expunge): Ask for confirmation depending on the setting
2965         of rmail-confirm-expunge.
2967 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2969         * Makefile (bootstrap-clean): If $(emacs) exists, build
2970         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2971         cause a bootstrap failure because things don't autoload as
2972         expected.
2974 2000-03-23  Dave Love  <fx@gnu.org>
2976         * net/browse-url.el: Restore previous use of
2977         browse-url-maybe-new-window.
2979 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2981         * ps-print.el: Skip banner page fix.
2982         (ps-print-version): New version number (5.1.2).
2983         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2985 2000-03-23  Dave Pearson  <davep@davep.org>
2987         * net/quickurl.el Changed the type of parameter passed to the
2988         function defined by `quickurl-format-function'. Before only the
2989         text of the URL was passed. Now the whole URL structure is passed
2990         and the function is responsible for extracting the parts it
2991         requires.  Changed the default of `quickurl-format-function'
2992         accordingly.
2993         (quickurl-insert): Changed the `funcall' of
2994         `quickurl-format-function' to match the above change.
2995         (quickurl-list-insert): Changed the `url' case so that it makes
2996         use of `quickurl-format-function', previous to this the format was
2997         hard wired.
2999 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
3001         * startup.el: Change some spellings for the X Window System.
3003 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
3005         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
3006         up the code and the regexp and make sure the cursor is temporarily
3007         moved to the suspicious line while querying the user.
3009 2000-03-22  Jason Rumney  <jasonr@gnu.org>
3011         * w32-fns.el (w32-charset-info-alist): Initialize.
3013 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3015         * ps-print.el: N-up last page fix.
3016         (ps-print-version): New version number (5.1.1).
3017         (ps-end-file, ps-end-job, ps-generate): Code fix.
3019 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
3021         * files.el (find-file-run-dired): Update docstring.
3022         (find-directory-functions): New hook.
3023         (find-file-noselect): Run find-directory-functions rather than
3024         calling dired directly.
3026         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
3028         * pcvs.el: Add a minimal leading commentary.
3029         (cvs-make-cvs-buffer): Change the header part by removing the startup
3030         message and adding a `Module' entry.  Also replace the FOOTER and
3031         HEADER special fileinfos with the new support in ewoc for updating
3032         its own footer and header.
3033         (cvs-update-header): Update to use the header/footer of the ewoc.
3034         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
3035         (cvs-is-within-p): New function.
3036         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
3037         to only examine some subset of the buffers.
3039         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
3040         `format' instead of our own ad-hoc functions.
3041         Remove HEADER and FOOTER cases, now handled in the EWOC.
3042         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
3044         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
3045         output to avoid scaring the user.
3046         (cvs-parse-table): Catch message for non-up-to-date commits.
3048         * pcvs-defs.el (cvs-startup-message): Remove.
3049         (cvs-global-menu): New autoloaded menu.
3051         * pcvs-util.el (cvs-string-fill): Remove.
3053         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
3054         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
3055         PP part of it and also make it work for footers and headers.
3056         (ewoc-create): Drop POS and BUFFER arguments.
3057         Use the DLL's dummy node to store the end-of-footer position.
3058         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
3059         (ewoc-refresh): Remove unused `header' variable.
3060         (ewoc-(get|set)-hf): New functions.
3062         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
3063         log-view-*-(message|file) and use easy-mmode-define-navigation.
3064         (log-view-message-re): Match SCCS format as well.
3065         And match the revision line rather than the dashed separator line.
3066         (log-view-mode): Use the new define-derived-mode.
3067         (log-view-current-tag): Fill in with an actual implementation.
3069         * cvs-status.el (cvs-status-(prev|next)): Rename from
3070         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
3071         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
3072         to let the output "breathe" a little more (more readable).
3073         (cvs-status-mode): Use the new define-derived-mode.
3075         * smerge-mode.el (smerge-auto-leave): New function and variable.
3076         (smerge-basic-map): Rename from smerge-basic-keymap.
3077         Change the bindings for smerge-diff-*.
3078         (smerge-*-map): Use easy-mmode-defmap.
3079         (smerge-(next|prev)): Use easy-mmode-define-navigation.
3080         (smerge-keep-*): Use smerge-auto-leave.
3082 2000-03-21  Jason Rumney  <jasonr@gnu.org>
3084         * cus-edit.el (custom-button-face): Use 3D look for w32.
3085         (custom-button-pressed-face): Likewise.
3087 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
3089         * progmodes/etags.el (tags-case-fold-search): New user-option.
3090         (tags-loop-eval): New function.  Bind case-fold-search around eval
3091         depending on the value of tags-case-fold-search.
3092         (tags-loop-continue): Use tags-loop-eval.
3093         (find-tag-in-order): Bind case-fold-search depending on the value
3094         of tags-case-fold-search.
3096 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
3098         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
3099         (diff-end-of-hunk): Return the end position for use in
3100         `easy-mmode-define-navigation'.
3101         (diff-recenter): Remove.
3102         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
3103         of `easy-mmode-define-navigation'.
3104         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
3105         previous renaming) and fix to use new names.
3106         (diff-merge-strings): Use \n as separator: simpler, faster.
3107         (diff-mode): Use `define-derived-mode'.
3109         * derived.el (define-derived-mode): Don't autoload anymore.
3110         Prefer the macro-only version provided by easy-mmode.el.
3112         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
3113         `easy-mmode-define-derived-mode'.
3114         Use `combine-run-hooks'.
3115         (easy-mmode-define-navigation): New macro.
3117         * subr.el (combine-run-hooks): New function.
3119 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
3121         * term/x-win.el: Fontsets related initialization is simplified.
3123         * international/mule-diag.el (describe-font): Don't refer to
3124         global-fontset-alist, instead call font-list.
3125         (describe-fontset, list-fontsets, mule-diag): Likewise.
3126         (print-fontset): Adjusted for the change of fontset
3127         implementation.
3129         * international/fontset.el (x-charset-registries): Variable
3130         removed, instead the corresponding data is stored in the default
3131         fontset.
3132         (register-alternate-fontnames): Function removed.
3133         (resolved-ascii-font): Variable removed.
3134         (x-compose-font-name): Ignore the second argument REDOCE.
3135         (x-complement-fontset-spec): Complement only an ASCII font and
3136         element for those charsets than can use that ASCII font.
3137         (generate-fontset-menu): Don't refer to global-fontset-alist,
3138         instead call fontset-list.
3139         (uninstantiated-fontset-alist): Variable removed.
3140         (x-style-funcs-alist): Likewise.
3141         (fontset-default-styles): Likewise.
3142         (x-modify-font-name): Function removed.
3143         (create-fontset-from-fontset-spec): Ignore the argument
3144         STYLE-VARIANT.
3145         (create-fontset-from-ascii-font): Docsting adjusted for the above
3146         change.
3147         (instantiate-fontset, resolve-fontset-name): Functions removed.
3148         (fontset-list): Now implemented by C code.
3150         * faces.el (read-face-font): Fix TABLE arg to completing-read.
3151         (describe-face): Include `font' attribute in the description.
3153 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
3155         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
3157 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
3159         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
3160         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
3161         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
3163         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
3164         about behavior of set-buffer-modified-p wrt redisplay.
3166 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3168         * view.el (view-mode-disable): Kill local binding of view-read-only.
3170 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
3172         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
3173         is a string, convert it to a syntax cell using string-to-syntax.
3175         * simple.el (syntax-code-table, syntax-flag-table): New variables.
3176         (string-to-syntax): New function.
3178         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
3179         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
3180         try to use passive ftp mode.
3182 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
3184         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
3186         * simple.el (append-to-buffer): Update point of windows after
3187         insertion.
3189         * abbrev.el (inverse-add-abbrev): Identify word by first moving
3190         forward then moving backward.  Reindent.
3192         * frame.el (other-frame): Call x-focus-frame only if
3193         focus-follows-mouse is off.
3195 2000-03-17  Dave Love  <fx@gnu.org>
3197         * pcvs-util.el (cvs-strings->string): Rename
3198         replace-regexps-in-string.
3200 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
3202         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
3203         regexp for labels cannot span several lines.
3205         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
3206         `(setq :<key> ':<key>)' to the macro expansion.
3208 2000-03-16  Dave Love  <fx@gnu.org>
3210         * progmodes/f90.el (f90): Put custom group under `languages', not
3211         `fortran'.
3212         (f90-mode-hook): Customize.
3213         (f90-mode): Set add-log-current-defun-function.
3214         (f90-current-defun): New function.
3216 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
3218         * cus-edit.el (custom-variable-tag-face): Handle case that
3219         default face's height is not a number.
3220         (custom-face-tag-face, custom-group-tag-face-1)
3221         (custom-group-tag-face): Ditto.
3222         (custom-group-tag-face-1): Add :group.
3224         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
3226 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
3228         * pcvs-defs.el (toplevel): Remove autoload cookie for form
3229         requiring easymenu.
3231 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3233         * ps-print.el: PostScript user-defined prologue, PostScript error
3234         handler, doc fix.
3235         (ps-print-version): New version number (5.1).
3236         (ps-user-defined-prologue, ps-error-handler-message)
3237         (ps-print-prologue-0, ps-error-handler-alist): New vars.
3238         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
3239         (ps-insert-string): New function.
3241 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
3243         * international/ccl.el (ccl-compile-expression): Don't generate
3244         invalid self-assignment code.
3246 2000-03-14  Dave Love  <fx@gnu.org>
3248         * subr.el (replace-regexp-in-string): Renamed from
3249         replace-regexps-in-string.  Doc fix.
3251 2000-03-12  Dave Love  <fx@gnu.org>
3253         * cus-edit.el: Doc fixes.
3254         (customize-set-variable, customize-save-variable): Rename args for
3255         doc.
3256         (custom-variable-tag-face, custom-face-tag-face)
3257         (custom-group-tag-face-1, custom-group-tag-face): Modify from
3258         style which user identify as hyperlink.
3259         (hook): Don't add undefined functions to the hook.
3260         (debug-ignored-errors): Transfer message from bindings.el.
3262 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3264         * recentf.el (recentf-keep-non-readable-files-p): Remove
3265         double/nested definition.
3267 2000-03-12  Dave Love  <fx@gnu.org>
3269         * facemenu.el (facemenu-get-face): Use display-color-p.
3270         * enriched.el (enriched-decode-foreground): Likewise.
3271         (enriched-decode-background): Likewise.
3272         * isearch.el (isearch-highlight): Likewise.
3273         * info-look.el (info-lookup): Likewise.
3274         * simple.el (completion-setup-function): Likewise.
3276         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
3277         :options.
3279         * bindings.el (mode-line-format): Fix line-number and
3280         column-number items.  Add help-echo for the background.
3281         (mode-line-mule-info): Modify help-echo.
3283         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
3284         defcustom.
3286         * files.el (load-file): Allow completion to .elc.
3288         * man.el: Doc fixes.
3289         (Man-init-defvars): Use display-color-p to set fontification.
3291         * play/hanoi.el (hanoi-internal): Don't use oddp.
3293 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3295         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
3297         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
3299 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
3301         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
3302         Fix comment.
3304 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
3306         * font-lock.el (font-lock-keywords): Fix the doc now that
3307         regexp-opt-depth is unnecessary.
3308         (save-buffer-state): Set an edebug spec.
3309         (font-lock-fontify-anchored-keywords): Properly handle the case when
3310         the matcher goes past the limit.
3312         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
3313         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
3315         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
3316         dll.el and cookie.el (from Elib) with heavy renaming and other
3317         massaging.
3319         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
3320         Autoload the functions used.
3321         (easy-mmode-define-syntax): Fix CL typo.
3322         (easy-mmode-define-derived-mode): Improve the docstring generation.
3324 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
3326         * textmodes/texinfo.el (texinfo-version): Variable and function
3327         removed.
3329 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3331         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
3332         allow more flexibility.
3333         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
3334         fns.
3335         (easy-mmode-defmap, easy-mmode-defsyntax)
3336         (easy-mmode-define-derived-mode): New macros.
3338 2000-03-09  Didier Verna  <didier@xemacs.org>
3340         * rect.el (replace-rectangle): New function.
3342 2000-03-09  Dave Love  <fx@gnu.org>
3344         * progmodes/fortran.el (fortran-comment-line-start): Define as
3345         "C".
3346         (fortran-comment-line-start-skip): Don't match cpp stuff.
3347         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
3348         (fortran-mode-map): Remove over-eager custom-menu-create for now.
3349         (fortran-mode): Don't set fortran-comment-line-start-skip,
3350         fortran-comment-line-start here.  Set comment-start,
3351         add-log-current-defun.
3352         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3353         (fortran-current-defun): New function.
3355 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
3357         * emacs-lisp/re-builder.el: New file.
3359         * mouse.el (mouse-drag-region): Don't run up-event handler
3360         if hscroll has changed.
3362         * octave-mod.el (octave-font-lock-keywords): To font-lock the
3363         builtin operators, use `font-lock-builtin-face' for Emacs and
3364         `font-lock-preprocessor-face' otherwise.
3366         * font-lock.el (lisp-font-lock-keywords-1): Highlight
3367         `(defun (setf foo)' differently.
3369 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
3371         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3372         (regexp-opt): Update comment and adapt the code the new meaning of
3373         the `paren' argument of regex-opt-group for shy-groups.
3374         (regexp-opt-depth): Handle shy groups as well as backslashed
3375         backslashes.
3376         (regexp-opt-group): Turn the leading comment into a docstring.
3377         Allow `paren' to be a string (the string to use to open a group).
3378         Remove open-presuf and close-presuf.  Instead of checking for `all
3379         one-char' and then later on check for `several one-char', handle
3380         both cases close together.  Also apply a more generic algorithm
3381         for suffixes (the mirror image of the algorithm used for
3382         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
3383         (regexp-opt-try-suffix): Removed.
3385         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3386         from comint-mode-map, so we can just inherit from it.  Also, move
3387         the initialization into the `defvar' since there's no docstring
3388         anyway and it's fairly short.
3389         (inferior-scheme-mode): Define it as derived-mode: the code is
3390         shorter and this way we inherit from comint-mode-map rather than
3391         copying it.
3393         * subr.el (replace-regexps-in-string): Properly handle the case
3394         where we match an empty string.
3396         * comint.el (comint-exec-1): Add the current-dir to the exec-path
3397         when the command has a directory component (such as "./testml").
3398         Also fix a typo in the comment.
3400 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
3402         * Makefile (compile-files): Compile files one by one because
3403         that's the only way to ensure a clean compilation environment for
3404         each individual file.
3406         * frame.el (other-frame): Call x-focus-frame.
3408 2000-03-07  Dave Love  <fx@gnu.org>
3410         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3411         :require to defcustom.
3413         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3414         lists.
3416         * files.el (auto-mode-alist): Add configure.in.
3418         * progmodes/autoconf.el: New file.
3420 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
3422         * mail/mh-e.el: Change maintainer to `none'.
3424         * recentf.el (recentf-keep-non-readable-files-p): Quote args
3425         to remove-hook and add-hook.
3427 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3429         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3430         it as the default.
3431         (mail-send): Test mail-send-nonascii also for the new `mime' value.
3432         (sendmail-send-it): Conditionally add MIME headers specifying the
3433         used character set.
3435 2000-03-07  Dave Love  <fx@gnu.org>
3437         * winner.el: Fix keywords, autoload cookies.  Split
3438         eval-when-compile form to avoid compilation failure.
3440 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
3442         * international/mule.el: Modify comment about coding system
3443         property `coding-category'.
3444         (make-coding-system): New argument EOL-TYPE.  Pay attention to
3445         coding-category property of PROPERTIES.
3447         * international/mule-conf.el (coding-category-utf-8,
3448         coding-category-utf-16-be, coding-category-utf-16-le): New coding
3449         categories.  Include them in the argument for set-coding-priority.
3451         * international/mule-cmds.el (reset-language-environment): Include
3452         coding-category-utf-8, coding-category-utf-16-be, and
3453         coding-category-utf-16-le in the argument for set-coding-priority.
3454         (reset-language-environment): Initialize coding-category-utf-8,
3455         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3457 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
3459         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3460         code abstracted out of `bookmark-jump-noselect'.  Now tries info
3461         extensions as well as compression extensions.
3462         (bookmark-jump-noselect): Use above new func.
3464 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
3466         * strokes.el: Change maintainer's mail address.
3468 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
3470         * international/mule-diag.el (list-character-sets): Make help-echo
3471         string by substitute-command-keys.
3472         (list-character-sets): Likewise.
3473         (sort-listed-character-sets): Call help-setup-xref.
3475 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3477         * time.el (display-time-mail-file): Add `none' to the list of
3478         choices.
3480 2000-03-01  Dave Love  <fx@gnu.org>
3482         * help.el (help-xref-go-back): Don't try to set position.
3484         * international/mule-diag.el (list-character-sets): Call
3485         help-setup-xref.  Add help-echo to xrefs.
3486         (list-character-sets-1): Add help-echo to xrefs.
3488 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3490         * frame.el (blink-cursor-mode): Switch cursor on when turning
3491         the mode off.
3493         * add-log.el (add-log-current-defun): Add support for
3494         Autoconf mode.
3496         * mail/rmail.el (rmail-quit-hook): New variable.
3498 2000-03-01  Dave Love  <fx@gnu.org>
3500         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3502         * help.el (help-xref-button): Add help-echo arg.
3503         (describe-function-1, describe-variable, help-make-xrefs): Use it.
3505         * faces.el (list-faces-display): Supply help-echo with
3506         help-make-xrefs.
3508         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3509         nil.
3511 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3513         * image.el (defimage): Look for image files in load-path.
3515         * frame.el (busy-cursor-delay-seconds): Change type to
3516         `number'.
3518 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3520         * recentf.el (recentf): Added version tag to the defgroup of
3521         recentf.
3523 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3525         * recentf.el (recentf-cleanup): Changed to remove excluded file
3526         too.
3527         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3528         action to select/unselect a file.
3529         (recentf-edit-list): Code cleanup and improvement.
3530         (recentf-open-more-files-action): `recentf-open-more-files' button
3531         widget action to open a file.
3532         (recentf-open-more-files): No more use standard completion but
3533         widgets.
3534         (recentf-more-collection): Deleted.
3535         (recentf-more-history): Deleted.
3536         (recentf-setup-more-completion): Deleted.
3538 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3540         * recentf.el (recentf-mode): No more needs that Emacs is running
3541         under a window-system.
3543 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3545         * recentf.el (recentf-edit-list): New command to edit the recent
3546         list which allow the user to remove files.
3547         (recentf-edit-selected-items): New global variable, used by
3548         `recentf-edit-list' to hold the list of files to be removed from
3549         the recent list.
3550         (recentf-make-menu-items): Updated to display a "Edit list..."
3551         menu item.  Minor code cleanup.
3553 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3555         * recentf.el (recentf-open-more-files): New command to open files
3556         that are not displayed in the menu.
3557         (recentf-more-collection): New global variable holding the set of
3558         permissible completions used by `recentf-open-more-files'.
3559         (recentf-more-history): New global variable holding the history list
3560         used by `recentf-open-more-files' completion.
3561         (recentf-setup-more-completion): New function to setup completion for
3562         `recentf-open-more-files'.
3563         (recentf-make-menu-items): Updated to display a "More..." menu item.
3565 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3567         * recentf.el (recentf-menu-action): Doc fixed.
3569 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3571         * recentf.el (recentf-menu-filter): Doc updated.
3572         (recentf-update-menu-hook): Allow menu filters to force menu update.
3573         (recentf-make-menu-items): New menu filter handling.
3574         (recentf-make-menu-item): New helper function.
3575         (recentf-menu-elements): New menu handling function.
3576         (recentf-sort-ascending): Updated to new menu filter handling.
3577         (recentf-sort-descending): Updated to new menu filter handling.
3578         (recentf-sort-basenames-ascending): New menu filter function.
3579         (recentf-sort-basenames-descending): New menu filter function.
3580         (recentf-show-basenames): New menu filter function.
3581         (recentf-show-basenames-ascending): New menu filter function.
3582         (recentf-show-basenames-descending): New menu filter function.
3584 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3586         * diary-lib.el (list-diary-entries): Don't try to go forward at
3587         the end of the buffer.
3589 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3591         * international/mule-diag.el (list-character-sets): Completely
3592         rewritten.
3593         (sort-listed-character-sets): New function.
3594         (list-character-sets-1): Completely rewritten.
3595         (list-character-sets-2): New function.
3596         (non-iso-charset-alist): New variable.
3597         (decode-codepage-char): New function.
3598         (charset-history): New variable.
3599         (read-charset) (list-block-of-chars)
3600         (list-iso-charset-chars)
3601         (list-non-iso-charset-chars)
3602         (list-charset-chars): New functions.
3603         (mule-diag): Call list-character-sets-2, not
3604         list-character-sets-2.
3605         (dump-charsets): Likewise.
3607 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3609         * dired-x.el (dired-filename-at-point): Add `@' to valid
3610         file name characters.
3611         (dired-filename-at-point): Handle ange-ftp file names.
3613         * frame.el (frame-notice-user-settings): Use assq-delete-all
3614         instead of assoc-delete-all.
3615         (frame-notice-user-settings): Ditto.
3617         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3618         Don't copy alist.
3620 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3622         * calculator.el (calculator-use-menu): New option.
3623         (calculator-initial-bindings): Changed some bindings to work as
3624         macros.
3625         (calculator-forced-input): Removed.
3626         (calculator-restart-other-mode): New variable.
3627         (calculator-mode-map): Set up menu.
3629 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3631         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3632         tags.
3634 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3636         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3637         translate all ESC key sequences.
3638         (viper-goto-mark-subr): restore markers for files for which
3639         they were saved.
3640         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3641         * viper-util.el (viper-set-replace-overlay-glyphs,
3642         viper-set-replace-overlay): always check if the replacement
3643         overlay is live.
3644         * viper.el (viper-vi-state-mode-list): added major modes.
3645         * ediff-wind.el: minor comment changes.
3646         * ediff.el: copyright notice date fix.
3648 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3650         * faces.el (face-font-family-alternatives): Add arial to helv.
3651         (mode-line, header-line, tool-bar): Same default as x for w32.
3652         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3653         face-font-family-alternatives from working.
3654         * term/w32-win.el (mouse-set-font): Do not build fontset from
3655         chosen font.
3657 2000-02-25  Sam Steingold  <sds@goems.com>
3659         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3660         properly.
3662 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3664         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3666 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3668         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3669         writable.
3671         * frame.el (busy-cursor-delay-seconds): New option.
3673 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3675         * frame.el (show-cursor-in-non-selected-windows): New option.
3677 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3679         * diary-lib.el (include-other-diary-files): Undo the selective
3680         display in any included file and don't kill it.
3682 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3684         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3685         bar.  Menu items converted to (menu-item format, help strings
3686         added.
3687         [downcase, upcase]: Don't enable on MS-DOS.
3688         [symlink, symlinks]: Don't show if make-symbolic-link is not
3689         bound.
3690         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3692 2000-02-23  Dave Love  <fx@gnu.org>
3694         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3695         (backward-kill-word): Revert addition of * to interactive spec --
3696         it's a feature.
3698         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3699         (backward-kill-sentence, kill-sentence): Likewise.
3701         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3702         scratch buffer name.
3703         (gud-format-command): Use int-to-string in ?l case.  Simplify
3704         slightly.
3706         * term/w32-win.el (internal-face-interactive): Update prompt for
3707         new read-face-name.
3709         * mail/footnote.el (footnote): Add :version to defgroup.
3710         (footnote-section-tag-regexp): Customize.
3711         (footnote-start-tag, footnote-end-tag): New option.
3712         (footnote-latin-regexp): New variable.
3713         (Footnote-latin): New function.
3714         (footnote-style-alist): Add element for latin style.
3715         (footnote-style): Moved.
3716         (Footnote-goto-footnote): Use eq to test arg.
3718         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3720         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3721         (byte-compile-trueconstp): Include keywords.
3722         (byte-optimize-quote, byte-optimize-lapcode): Use
3723         byte-compile-const-symbol-p.
3724         (byte-optimize-char-before): New optimization.
3726         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3727         (byte-compile-const-symbol-p): New function.
3728         (byte-compile-constp, byte-compile-out-toplevel)
3729         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3730         Use it.
3732         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3734 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3736         * international/encoded-kb.el: Be sure to update minor-mode-alist
3737         and minor-mode-map-alist.
3738         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3739         codes SS2 and SS3 correctly.
3740         (encoded-kbd-self-insert-ccl): New function.
3741         (encoded-kbd-setup-keymap): New function.
3742         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3743         by calling encoded-kbd-setup-keymap.
3745         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3746         characters.
3747         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3748         locally.
3750 2000-02-22  Dave Love  <fx@gnu.org>
3752         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3753         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3754         defvar.
3755         (lisp-mode-syntax-table): Set up for #|...|# comments.
3756         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3757         classes.  Match `defface'.
3758         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3759         (eval-defun-1): Fix for defcustom.
3760         (lisp-indent-region): Doc fix.
3762         * subr.el (when, unless, split-string): Doc fix.
3763         (read-passwd): Move call of clear-this-command-keys to the right
3764         place.
3765         (replace-regexps-in-string): New function.
3767 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3769         * help.el (describe-variable): Set syntax table to
3770         emacs-lisp-mode-syntax-table when moving forward over the
3771         symbol's name.
3773 2000-02-22  Dave Love  <fx@gnu.org>
3775         * xt-mouse.el: Doc fixes.
3776         (xterm-mouse-position-function): New function, replacing advice of
3777         mouse-position.
3778         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3780         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3782 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3784         * format.el (format-annotate-single-property-change): Handle
3785         properties.with dotted-list values.
3786         (format-proper-list-p): New function.
3788         * enriched.el (enriched-face-ans): Handle '(foreground-color
3789         . COLOR) and (background-color . COLOR).
3791 2000-02-20  Dave Love  <fx@gnu.org>
3793         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3794         and assignments to it.
3795         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3796         current local map.
3797         (make-flyspell-overlay): Use it.
3798         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3800         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3801         (lm-get-header-re): Defun, not defsubst.
3802         (lm-get-package-name): Defun, not defsubst.  Simplify.
3803         (lm-version): Doc fix.  Simplify.
3804         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3805         (lm-crack-address, lm-last-modified-date, lm-commentary)
3806         (lm-verify, lm-synopsis): Simplify.
3807         (lm-report-bug): Require emacsbug.  Use compose-mail.
3809 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3811         * dired.el (dired-mode): Call propertized-buffer-identification
3812         to set mode-line-buffer-identification to something having
3813         the right text properties.
3815         * bindings.el (propertized-buffer-identification): New function.
3817 2000-02-20  Dave Love  <fx@gnu.org>
3819         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3820         check for t-mouse too.
3822         * cus-start.el: Make echo-keystrokes `number'.
3824 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3826         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3827         Don't call ring-empty-p unless tags-location-ring is bound.
3828         From Noah Friedman <friedman@splode.com>.
3830 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3832         * progmodes/hideshow.el (hs-flag-region): No longer use
3833         `intangible' overlay property.
3835         (hs-toggle-hiding): New command.
3836         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3838         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3839         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3840         and deactivation.
3842 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3844         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3846 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3848         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3850         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3851         of `*' to handle `(* ... *)' comments.
3853 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3855         * faces.el (list-faces-display): Use display-mouse-p instead of
3856         window-system.
3858         * menu-bar.el (global-map): Menu-bar items converted to the new
3859         format (menu-item..., rearranged for better CUA compliance, and
3860         their names changed for better clarity.  Help strings added.
3862         * international/mule-cmds.el (mule-menu-keymap)
3863         (describe-language-environment-map, set-coding-system-map)
3864         (setup-language-environment-map): Convert to new (menu-item...
3865         form, add help strings.  Change names of menu items for better
3866         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3867         submenu).
3869 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3871         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3872         within the code.
3874 2000-02-16  Dave Love  <fx@gnu.org>
3876         * faces.el: Don't require custom.  Add more specific :groups to
3877         various deffaces.
3878         (set-face-attribute): Purecopy args.
3879         (read-face-name): Default to name at point and use it in prompt.
3880         Remove colon from arg in all callers.
3881         (list-faces-display): Hyperlink to face descriptions and customize
3882         buffers.
3884 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3886         * wid-edit.el (widget-match-inline): An atom never matches a
3887         list.
3889 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3891         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3892         at ':' characters by call to split-string.
3894 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3896         * textmodes/bibtex.el: Added RCS version identification.
3898 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3900         * textmodes/bibtex.el: Some temporary comments removed.
3901         (bibtex-field-name, bibtex-entry-type): Made the relationship
3902         explicit.
3903         (bibtex-field-const): Allow capital letters.
3904         (bibtex-start-of-string): Deleted because unused.
3906         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3907         use the term 'reference' to describe a bibtex entry as a whole.
3908         Further, reference keys are no longer called 'labels'.
3909         (bibtex-keys): Renamed to bibtex-reference-keys.
3910         (bibtex-reformat-previous-labels): Renamed to
3911         bibtex-reformat-previous-reference-keys.
3912         (bibtex-reference-type): Renamed to bibtex-entry-type.
3913         (bibtex-reference-head): Renamed to bibtex-entry-head.
3914         (bibtex-reference-maybe-empty-head): Renamed to
3915         bibtex-entry-maybe-empty-head.
3916         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3917         (bibtex-search-reference): Renamed to bibtex-search-entry.
3918         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3919         bibtex-enclosing-entry-maybe-empty-head.
3920         (bibtex-entry-field-alist, bibtex-entry-head,
3921         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3922         bibtex-map-entries, bibtex-search-entry,
3923         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3924         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3925         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3926         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3927         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3928         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3929         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3931 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3933         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3934         comment.
3935         (bibtex-format-field-delimiters): New function, functionality
3936         extracted from bibtex-format-entry.
3937         (bibtex-autokey-get-yearfield-digits): New function, functionality
3938         extracted from bibtex-autokey-get-yearfield.
3940         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3941         entries in order to avoid stack overflow in the regexp matcher if
3942         field contents become large.
3943         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3944         bibtex-field-string-part-not-braced,
3945         bibtex-field-string-part-no-inner-braces,
3946         bibtex-field-string-part-1-inner-brace,
3947         bibtex-field-string-part-2-inner-braces,
3948         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3949         bibtex-field-string-quoted, bibtex-field-string,
3950         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3951         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3952         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3953         as parsing is now performed by the following functions.
3954         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3955         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3956         bibtex-parse-field-string, bibtex-search-forward-field-string,
3957         bibtex-parse-association, bibtex-field-name-for-parsing,
3958         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3959         bibtex-search-forward-field, bibtex-search-backward-field,
3960         bibtex-start-of-field, bibtex-end-of-field,
3961         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3962         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3963         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3964         bibtex-parse-string, bibtex-search-forward-string,
3965         bibtex-search-backward-string, bibtex-start-of-string,
3966         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3967         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3968         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3969         entries.  Instead of reporting the results of the parsing by
3970         match-beginning or match-end, these functions return data structures
3971         that hold the corresponding positions.
3972         (bibtex-enclosing-field): Changed to also report field boundaries by
3973         return values rather than by match-beginning or match-end.  The
3974         following functions have been adapted to use the new parsing
3975         functions.
3976         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3977         bibtex-enclosing-field, bibtex-format-entry,
3978         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3979         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3980         bibtex-print-help-message, bibtex-end-of-entry,
3981         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3982         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3983         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3984         method for parsing.
3985         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3986         bibtex-map-entries, bibtex-flash-head,
3987         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3988         bibtex-autokey-change, bibtex-autokey-get-namefield,
3989         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3990         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3991         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3992         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3993         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3994         order to make the new binding of case-fold-search immediately
3995         visible.
3997 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3999         * textmodes/bibtex.el: Copyright notice is up to date.
4000         Added constant 'bibtex-maintainer-salutation.
4002         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
4003         than make-temp-name, use match-string-no-properties and eliminate
4004         a quadratic behavior when building bibtex-strings.
4006         * bibtex.el (bibtex-reference-key): Accept string entries whose
4007         reference key contains upper case letters.
4009 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4011         * bibtex.el (bibtex-reference-head): Allow entries to start with
4012         a new line.
4014 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4016         * bibtex.el: Hiding of entry bodies is not longer provided by
4017         bibtex.el directly.  Instead the hideshow package can be used.
4018         Added a special bibtex entry to hs-special-modes-alist.
4019         (bibtex-hs-forward-sexp): Added for hideshow.el.
4021 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4023         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
4024         at ':' characters by call to split-string.
4026 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4028         * textmodes/bibtex.el: Added RCS version identification.
4030 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4032         * textmodes/bibtex.el: Some temporary comments removed.
4033         (bibtex-field-name, bibtex-entry-type): Made the relationship
4034         explicit.
4035         (bibtex-field-const): Allow capital letters.
4036         (bibtex-start-of-string): Deleted because unused.
4038         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
4039         use the term 'reference' to describe a bibtex entry as a whole.
4040         Further, reference keys are no longer called 'labels'.
4041         (bibtex-keys): Renamed to bibtex-reference-keys.
4042         (bibtex-reformat-previous-labels): Renamed to
4043         bibtex-reformat-previous-reference-keys.
4044         (bibtex-reference-type): Renamed to bibtex-entry-type.
4045         (bibtex-reference-head): Renamed to bibtex-entry-head.
4046         (bibtex-reference-maybe-empty-head): Renamed to
4047         bibtex-entry-maybe-empty-head.
4048         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
4049         (bibtex-search-reference): Renamed to bibtex-search-entry.
4050         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
4051         bibtex-enclosing-entry-maybe-empty-head.
4052         (bibtex-entry-field-alist, bibtex-entry-head,
4053         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
4054         bibtex-map-entries, bibtex-search-entry,
4055         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
4056         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4057         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
4058         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
4059         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
4060         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
4061         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
4063 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4065         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
4066         comment.
4067         (bibtex-format-field-delimiters): New function, functionality
4068         extracted from bibtex-format-entry.
4069         (bibtex-autokey-get-yearfield-digits): New function, functionality
4070         extracted from bibtex-autokey-get-yearfield.
4072         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
4073         entries in order to avoid stack overflow in the regexp matcher if
4074         field contents become large.
4075         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
4076         bibtex-field-string-part-not-braced,
4077         bibtex-field-string-part-no-inner-braces,
4078         bibtex-field-string-part-1-inner-brace,
4079         bibtex-field-string-part-2-inner-braces,
4080         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
4081         bibtex-field-string-quoted, bibtex-field-string,
4082         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
4083         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
4084         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
4085         as parsing is now performed by the following functions.
4086         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
4087         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
4088         bibtex-parse-field-string, bibtex-search-forward-field-string,
4089         bibtex-parse-association, bibtex-field-name-for-parsing,
4090         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
4091         bibtex-search-forward-field, bibtex-search-backward-field,
4092         bibtex-start-of-field, bibtex-end-of-field,
4093         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
4094         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
4095         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
4096         bibtex-parse-string, bibtex-search-forward-string,
4097         bibtex-search-backward-string, bibtex-start-of-string,
4098         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
4099         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
4100         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
4101         entries.  Instead of reporting the results of the parsing by
4102         match-beginning or match-end, these functions return data structures
4103         that hold the corresponding positions.
4104         (bibtex-enclosing-field): Changed to also report field boundaries by
4105         return values rather than by match-beginning or match-end.  The
4106         following functions have been adapted to use the new parsing
4107         functions.
4108         (bibtex-skip-to-valid-entry, bibtex-search-reference,
4109         bibtex-enclosing-field, bibtex-format-entry,
4110         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
4111         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
4112         bibtex-print-help-message, bibtex-end-of-entry,
4113         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
4114         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4115         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
4116         method for parsing.
4117         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
4118         bibtex-map-entries, bibtex-flash-head,
4119         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
4120         bibtex-autokey-change, bibtex-autokey-get-namefield,
4121         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
4122         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
4123         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
4124         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
4125         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
4126         order to make the new binding of case-fold-search immediately
4127         visible.
4129 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4131         * textmodes/bibtex.el: Copyright notice is up to date.
4132         Added constant 'bibtex-maintainer-salutation.
4134         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
4135         than make-temp-name, use match-string-no-properties and eliminate
4136         a quadratic behavior when building bibtex-strings.
4138         * bibtex.el (bibtex-reference-key): Accept string entries whose
4139         reference key contains upper case letters.
4141 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4143         * bibtex.el (bibtex-reference-head): Allow entries to start with
4144         a new line.
4146 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4148         * bibtex.el: Hiding of entry bodies is not longer provided by
4149         bibtex.el directly.  Instead the hideshow package can be used.
4150         Added a special bibtex entry to hs-special-modes-alist.
4151         (bibtex-hs-forward-sexp): Added for hideshow.el.
4153 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4155         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
4156         proceedings entry type (for cross referencing). Thanks to Wagner
4157         Toledo Correa for the suggestion.
4159         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
4161 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
4163         * international/characters.el: Setup case table for Vietnamese.
4165 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
4167         * uniquify.el (toplevel): Require CL at compile time.
4168         (uniquify-push): Removed.
4170         * shadowfile.el (shadow-when): Removed.
4172         * tempo.el (tempo-dolist, tempo-mapc): Removed.
4173         (tempo-process-and-insert-string): Use dolist instead of
4174         tempo-dolist.
4176         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
4177         regexp for paragraph-start.
4179         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
4180         commas as well.
4182 2000-02-10  Dave Love  <fx@gnu.org>
4184         * wid-edit.el: (widgets) [defgroup]: Remove url link.
4185         (widget-color-choice-list, widget-color-history, widget-mouse-help):
4186         Deleted.
4187         (widget-specify-field, widget-specify-button): Don't use
4188         widget-mouse-help as help-echo property.
4189         (default): Use #'ignore for :validate and :mouse-down-action.
4190         (checkbox): Add help-echo.
4191         (widget-sexp-validate): Rewritten to clarify error messages.
4192         (character): Use char-valid-p in :match function.
4193         (widget-color-complete): Use facemenu-color-alist.
4194         (widget-color-action): Use facemenu-read-color.
4196         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
4197         set up `caar' &c that we now have.
4199 2000-02-09  Ray Blaak  <blaak@gnu.org>
4201         * delphi.el: Make resourcestring a declaration region, like const
4202         and var.
4204 2000-02-09  Dave Love  <fx@gnu.org>
4206         * bindings.el (mode-line-input-method-map): New variable.
4207         (mode-line-mule-info): Use it; fix last change.
4208         (mode-line-mode-menu): Move definition.
4209         (mode-line-mouse-sensitive-p): Deleted.
4210         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
4211         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
4212         level.
4214         * startup.el (command-line-1): Don't call
4215         make-mode-line-mouse-sensitive.
4217 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4219         * mail/rmail.el (rmail-retry-failure): Use
4220         rmail-beginning-of-message before rmail-toggle-header, because the
4221         former toggles headers.
4223 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
4225         * diff-mode.el (diff-kill-junk): New interactive function.
4226         (diff-reverse-direction): Use delete-and-extract-region.
4227         (diff-post-command-hook): Restrict the area so that the hook also works
4228         outside of any diff hunk.  This is necessary for the minor-mode.
4229         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
4230         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
4232         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4233         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
4234         so that it can be used more easily in <foo>-mode-hook.  Also make sure
4235         to avoid duplicate entries.
4236         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
4237         (font-lock-remove-keywords): Just as was done for `add', allow it to
4238         work even if font-lock-mode is nil.  Also make sure we don't modify
4239         any pre-existing list by forcing a copy-sequence.  Finally rename
4240         `major-mode' to `mode'.
4241         (font-lock-fontify-syntactic-anchored-keywords)
4242         (font-lock-fontify-anchored-keywords)
4243         (font-lock-fontify-keywords-region): Use line-end-position.
4244         Don't make `font-lock-multiline' local (it's now done in
4245         font-lock-set-defaults).
4246         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
4247         move the `font-lock-fontified' creation to inside the `unless'.
4249 2000-02-06  Andrew Innes  <andrewi@gnu.org>
4251         * term/w32-win.el (x-handle-args): Comment out call to message,
4252         which occurs before window system is initialized.
4254         * makefile.nt: Add support for recompiling lisp code.
4256 2000-02-04  Dave Love  <fx@gnu.org>
4258         * bindings.el (mode-line-mule-info): Fix/extend last change.
4260         * completion.el: Replace completion-dolist with dolist.
4262         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
4263         dotimes.
4265 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4267         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
4268         environment names before they go into the section regexp.
4270         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
4271         char class in regexp.
4273         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
4274         `case-fold-search' to nil.
4276         * progmodes/idlwave.el (idlwave-template): Respect
4277         `idlwave-abbrev-change-case'.
4278         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
4279         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
4280         idlwave-while): respect `idlwave-reserved-word-upcase'.
4281         (idlwave-rw-case): New function.
4282         (idlwave-statement-match): Fixed problem with assignment regexp.
4283         (idlwave-font-lock-keywords): Improved regexp for keyword
4284         parameters.
4285         (idlwave-surround): New argument LENGTH to support padding of
4286         operators longer than 1 char.
4288         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
4289         idlwave-shell-expression-overlay.  Implemented printing of
4290         expressions on higher levels of the calling stack.
4291         (idlwave-shell-display-level-in-calling-stack): Restore stack
4292         level.
4293         (idlwave-retrieve-expression-from-level): New function.
4294         (idlwave-shell-last-calling-stack): Variable removed.
4295         (idlwave-shell-reset): Argument action reversed (`visible' to
4296         `hidden').  Also remove stop-line overlay.
4297         (idlwave-shell-calling-stack-routine): New variable.
4298         (idlwave-shell-parse-stack-and-display): Messages now display
4299         negative level numbers.
4300         (idlwave-shell-mode): Set `modeline-format'.
4301         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
4302         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
4303         21.
4304         (idlwave-shell-print-expression-function): New option.
4306         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
4307         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
4308         `tool-bar' instead of `toolbar'.
4310 2000-02-02  Dave Love  <fx@gnu.org>
4312         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
4313         emacs-lisp-mode-hook.  Don't check for defalias being defined.
4315         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4316         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
4317         the new builtins directly.
4319         * whitespace.el (whitespace): Add :version to defgroup.
4321         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
4322         Doc fix.
4324         * thingatpt.el (sexp-at-point, symbol-at-point)
4325         (number-at-point, list-at-point): Add autoload cookie.
4327         * recentf.el (recentf): Add :version to defgroup.
4329         * quickurl.el (quickurl): Add :version to defgroup.
4331         * elide-head.el (elide-head): Use point-marker more.
4333         * bs.el (bs): Add :version to defgroup.
4335         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
4337         * progmodes/delphi.el (delphi): Add :version to defgroup.
4339 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
4341         * ange-ftp.el (ange-ftp-write-region): Handle case that
4342         succeeding process operation sets a different coding system.
4344         * calculator.el: New file.
4346 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4348         * frame.el (frames-on-display-list, framep-on-display): New
4349         functions.
4350         (display-mouse-p, display-popup-menus-p, display-graphic-p)
4351         (display-selections-p, display-screens, display-pixel-width)
4352         (display-pixel-height, display-mm-width, display-mm-height)
4353         (display-backing-store, display-save-under, display-planes)
4354         (display-color-cells, display-visual-class): New functions.
4356         * term/tty-colors.el (tty-color-gray-shades): New function.
4358         * faces.el (display-color-p): Use framep-on-display.
4359         (display-grayscale-p): New function.
4361 2000-01-31  Dave Love  <fx@gnu.org>
4363         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4364         (create-fontset-from-x-resource): Don't concat integers.
4366 2000-01-31  Inge Frick  <inge@nada.kth.se>
4368         * view.el: Some changes in documentation.  Removed some trailing
4369         whitespace. Changed some parameter names to agree with
4370         documentation.
4371         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4372         window is not deleted.  Modifies change 1998-04-26.
4374 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
4376         * windmove.el: New file.
4378         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4379         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4380         progmodes/ebnf-yac.el: Update copyright and license info.
4382         * jit-lock.el (jit-lock-function): Widen before calculating end
4383         position.
4384         (jit-lock-stealth-chunk-start): Rewritten.
4386         * info.el (Info-title-face-alist): Removed.
4387         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4388         faces.
4389         (Info-fontify-node): Use these faces.
4391 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
4393         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4394         (cl-macro-list1): Recognize `&allow-other-keys' instead of
4395         `&allow-other-keywords'.
4397         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4398         the list of directories scanned heuristically.
4400         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4401         exist.
4403 2000-01-30  Jason Rumney  <jasonr@gnu.org>
4405         * w32-fns.el: Define w32-tty-standard-colors.
4407         * startup.el (command-line): Use w32-tty-standard-colors when in
4408         w32 console mode.
4410 2000-01-30  Dave Love  <fx@gnu.org>
4412         * jka-compr.el (jka-compr-load): Fix up load-history.
4414         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4416         * emacs-lisp/cl-macs.el: Revert previous change.
4418 2000-01-29  Dave Love  <fx@gnu.org>
4420         * facemenu.el: Purecopy various strings.
4422         * timezone.el (timezone-fix-time): Window against 69 for two-digit
4423         years.  Deal with three-digit years.
4425         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4426         defconst, purecopy.
4427         (help-back-label): Purecopy it.
4429 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4431         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4432         variable. If non-nil, order the buffer list according to the
4433         currently selected frame.
4434         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4435         non-nil, pass the selected frame to function buffer-list.
4437 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4439         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4441 2000-01-28  Dave Love  <fx@gnu.org>
4443         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4445         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4446         Don't use lisp-indent-hook property.
4447         (cl-abs): Remove.
4449         * subr.el: Move out indent and edebug specs for when and unless.
4451         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4452         when, unless.
4454         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4455         unless, when.
4457 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
4459         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4460         `collecting' as synonym for `collect'.
4462         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4463         for the case it contains spaces.
4465         * simple.el (what-cursor-position): Change formatting of
4466         messages.
4468         * frame.el (delete-other-frames): New function.
4469         (toplevel): Bind it to C-x 5 1.
4471         * sort.el (sort-numeric-base): New option.
4472         (sort-numeric-fields): If number starts with `0' or `0[xX[',
4473         interpret it as octal or hexadecimal.  Use sort-numeric-base
4474         as default base.
4476         * progmodes/glasses.el: New file.
4478 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
4480         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4481         userids differently.
4483         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4484         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4485         progmodes/ebnf-yac.el: New files.
4487 2000-01-26  Dave Love  <fx@gnu.org>
4489         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4490         on a function with an empty body.  [From Eric Ludlam.]
4492 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
4494         * vc.el (vc-version-diff): Make sure file name is expanded.
4496 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
4498         * scroll-bar.el (scroll-bar-timer): Variable removed.
4499         (scroll-bar-toolkit-scroll): Don't use a timer.
4501 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
4503         * language/thai-util.el (thai-composition-function): Delete
4504         superfluous `a'.
4506 2000-01-24  Dave Love  <fx@gnu.org>
4508         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4509         end-of-defun-function.
4511         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4512         &c.
4514 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4516         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4517         conflicts with new face support.
4519 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4521         * replace.el (query-replace): Rename last arg to DELIMITED.
4522         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4523         (query-replace-regexp): Likewise.
4525 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4527         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4529         * emacs-lisp/lisp.el (beginning-of-defun-function):
4530         Variable renamed from beginning-of-defun.
4531         Do not call make-variable-buffer-local.
4532         (beginning-of-defun-raw): Use new variable name; doc fix.
4533         (beginning-of-defun): Doc fix.
4534         (end-of-defun-function): Variable renamed from end-of-defun.
4535         Do not call make-variable-buffer-local.
4536         (end-of-defun): Use new variable name; doc fix.
4538         * subr.el (dolist, dotimes): Copied from cl-macs.el
4539         and made to work.
4541         * mail/undigest.el (rmail-digest-end-regexps):
4542         Variable replaces rmail-digest-end-regexp.
4543         Allows multiple regexps for detecting the end line.
4544         (undigestify-rmail-message): Corresponding changes.
4546 2000-01-19  Dave Love  <fx@gnu.org>
4548         * files.el (user-init-file): Don't declare here -- is primitive.
4550         * startup.el (command-line): Check for compiled user-init-file and
4551         set to uncompiled version if necessary.
4553 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4555         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4556         (undigestify-rmail-message): Use it.
4558         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4560 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4562         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4563         of mini-buffer.
4565 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4567         * emacs-lisp/copyright.el (copyright-update): Removed the
4568         requirement for a trailing space from `copyright-regexp', to
4569         support copyrights with owner specified on a separate line..
4571         * align.el: New file.
4573         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4575         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4577 2000-01-13  Dave Love  <fx@gnu.org>
4579         * ph.el: Removed.  (Obsoleted by EUDC.)
4581 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4583         * net/eudc.el (toplevel): Remove autoloaded code installing
4584         menu with easymenu, because that causes build problems.
4586         * frame.el (frame-notice-user-settings): New variable.
4587         (frame-notice-user-settings): Don't modify frame parameters
4588         if called a second time.
4590 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4592         * frame.el (frame-notice-user-settings):
4593         Notice default-frame-parameters even for non-window frames.
4595 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4597         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4598         for Emacs.
4599         (eudc-bob-can-display-inline-images): Extend for Emacs.
4600         (eudc-bob-toggle-inline-display): Ditto.
4601         (eudc-bob-display-jpeg): Ditto.
4603 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4605         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4606         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4607         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4609         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4610         nil)'.
4612         * subdirs.el: Add `net' directory.
4614         * net: New directory.
4616         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4617         eval-last-sexp.  Don't bind debug-on-error here.
4618         (eval-last-sexp): New function.  Bind debug-on-error if
4619         eval-expression-debug-on-error is non-nil.
4620         (eval-defun-2, eval-defun): Likewise.
4622         * simple.el (eval-expression): Don't bind debug-on-error if
4623         eval-expression-debug-on-error is nil.  Detect changed
4624         debug-on-error, and propagate new value to global binding, if
4625         eval-expression-debug-on-error is non-nil,
4626         (eval-expression-debug-on-error): Change doc string.
4628 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4630         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4632         * emacs-lisp/lisp-mode.el (with-syntax-table):
4633         Set up lisp-indent-function property.
4635         * subr.el (with-syntax-table): Moved from simple.el.
4637         * simple.el (with-syntax-table): Moved to subr.el.
4639 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4641         * tmm.el (tmm-shortcut): Delete region after prompt instead
4642         of erasing buffer.
4644         * textmodes/fill.el (fill-common-string-prefix): New function.
4645         (fill-context-prefix): Use the longest common prefix of first
4646         and second line fill prefix, if there is one.
4648 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4650         * array.el (array-mode): Don't use make-variable-buffer-local.
4651         Use make-local-variable for `truncate-lines'.
4653 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4655         * add-log.el (add-log-current-defun): Handle user-defined
4656         add-log-current-function returning nil,
4658         * add-log.el (add-change-log-entry): Insert version number
4659         if having found a current function
4661         * add-log.el (add-log-current-defun): Call
4662         `add-log-current-defun-function'.  Try matches at level 0 and
4663         level 1.  Strip whitespace from defun found.
4665 2000-01-10  John Wiegley  <johnw@gnu.org>
4667         * allout.el (isearch-done/outline-provisions): Added `edit'
4668         argument to correspond with the current definition of
4669         `isearch-done'.
4671 2000-01-10  Dave Love  <fx@gnu.org>
4673         * elide-head.el (elide-head): Use point-marker, not point.
4675 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4677         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4678         before and after the year 2000.
4680         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4681         Add ispell- prefix.
4683 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4685         * ispell.el:  Only define dictionaries in menus when they exist.
4686         (version18p): New variable.
4687         (version20p): New variable.
4688         (xemacsp): New variable.
4689         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4690         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4691         (ispell-dictionary-alist6): Russian command lines no longer accept
4692         run-together words.
4693         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4694         (ispell-dictionary-alist): Add koi8-r to customize definition.
4695         (check-ispell-version): Added documentation string.  Returns
4696         library path when called non-interactively.
4697         (ispell-menu-map-needed): Uses new variables.
4698         (ispell-library-path): New variable.
4699         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4700         (ispell-word): Improved documentation string.  Test for valid
4701         character mappings.  Correctly check typed in word changes that can
4702         result in single words split into multiple words.  Returns
4703         replacement word.
4704         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4705         replace in recursive query replace mode.  Help message for
4706         recursive edit mode.
4707         (ispell-show-choices): Protect against bad framepop bindings.
4708         (ispell-help): Fix to work with XEmacs.
4709         (ispell-highlight-spelling-error): Use new variables.
4710         (ispell-overlay-window): Fix to work with XEmacs.
4711         (ispell-parse-output): Passed and returns location information
4712         tracking spelling corrections.  Doesn't recheck same word on
4713         current line.
4714         (ispell-init-process): Protect against bogus XEmacs variable binding.
4715         Fix call to single argument in sleep-for.  Use new variables.
4716         (ispell-region): Passed and returns location information tracking
4717         spelling corrections.  Doesn't check same word on current line.
4718         Improved documentation string.  Doesn't resend a line already
4719         checked to the ispell process - fixes bug in LaTeX parsing.
4720         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4721         (ispell-skip-region): No longer skips <TT> in SGML.
4722         (ispell-process-line): Tracks location information with spelling
4723         corrections.  Added documentation string.  Accounts for words
4724         already accepted on this line.  Don't allow query-replace on line
4725         starting with math characters.  Doesn't resend a line already sent
4726         to ispell process.  Fixes alignment error bug.
4728 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4730         * dired-x.el (dired-guess-shell-alist-default):
4731         Suggest xloadimage, which is free, not xv, which isn't.
4733         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4734         Don't ever include the host name or user name in the value.
4736 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4738         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4739         of a real newline.
4741 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4743         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4744         for .png files.
4746 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4748         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4750 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4752         * progmodes/cperl-mode.el: Replace ^F with ^L.
4754         * sendmail.el (toplevel): Provide `sendmail' when compiling
4755         before `require'ing rmail and mailalias to prevent infinite
4756         recursion.
4758 2000-01-08  Dave Love  <fx@gnu.org>
4760         * emacs-lisp/backquote.el: Remove inappropriate customization
4761         (allowing custom.el to use backquote).
4763 2000-01-07  Dave Love  <fx@gnu.org>
4765         * add-log.el (add-log-debugging): Deleted.
4766         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4767         file.  Remove debugging code.
4768         (change-log-get-method-definition, change-log-name): Add doc.
4769         (change-log-sortable-date-at): New function.
4770         (change-log-merge): New command.
4772         * time.el (display-time-string-forms): Make the Mail string active.
4773         (display-time-update): Provide help-echo for load average.
4775         * bindings.el (make-mode-line-mouse2-map): New function.
4776         (mode-line-modified): Use it and simplify.
4777         (mode-line-mule-info): Provide help-echo info.
4778         (minor-mode-alist): Activate the strings.
4779         (make-mode-line-mouse-sensitive): Simplify for
4780         mode-line-buffer-identification.
4782 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4784         * play/pong.el: New file.
4786 2000-01-06  Dave Love  <fx@gnu.org>
4788         * array.el: Assorted cleanups for compiler warnings, doc strings,
4789         `array-' prefix for symbols.
4791 2000-01-05  Dave Love  <fx@gnu.org>
4793         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4794         outline-headers-as-kill.
4795         (outline-mode): Define imenu-generic-expression.
4796         (outline-headers-as-kill): New command.
4798         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4799         from paragraph-start.
4800         (paragraph-indent-minor-mode): New command.
4802         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4803         M-C-e, M-C-h, C-j, C-xnd, TAB.
4804         (fortran-mode): Set beginning-of-defun, end-of-defun.
4805         (fortran-column-ruler): Simplify.
4806         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4807         (fortran-with-subprogram-narrowing): Likewise.
4808         (fortran-indent-subprogram): Call mark-defun.
4809         (fortran-check-for-matching-do): Change narrowing.
4811         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4812         (cl-lucid-hash-tag): Delete.
4813         (cl-hash-table-p): Correct test for native table.
4814         (cl-hash-table-count): Use hash-table-count.
4816         * browse-url.el (browse-url): Fix case of
4817         browse-url-browser-function being an alist.
4819 2000-01-05  Carsten Dominik  <cd@gnu.org>
4821         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4822         (reftex-index-phrase-file-extension): New options.
4824         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4825         Use new option `reftex-index-phrase-file-extension'.
4827         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4828         `reftex-parse-file-extension'.
4830 2000-01-05  Dave Love  <fx@gnu.org>
4832         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4833         (beginning-of-defun-raw): Use it.
4834         (end-of-defun): New variable.
4835         (end-of-defun): Use it.
4836         (check-parens): New command.
4838 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4840         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4841         (hs-show-block): Don't use `mapcar' when not accumulating.
4843         Fix buglet in local variables initialization.
4845 2000-01-05  Andreas Schwab  <schwab@suse.de>
4847         * hscroll.el (hscroll): Doc fix.
4849 2000-01-05  Carsten Dominik  <cd@gnu.org>
4851         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4852         idlw-toolbar.
4854         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4855         file idlw-rinfo.el.
4856         (idlwave-customize): load must read file idlw-shell.el.
4857         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4859 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4861         * progmodes/idlw-shell.el: Also provide idlwave-shell
4862         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4863         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4865         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4866         both reftex-dcr and reftex-vcr.
4868         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4870 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4872         * ps-print.el: PostScript code now is in separate files, doc fix.
4873         (ps-print-version): New version number (5.0.3).
4874         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4875         local.
4876         (ps-spool-config): Initialization fix.
4877         (ps-print-prologue-1, ps-print-prologue-2)
4878         (ps-print-duplex-feature): PostScript code moved to separated file.
4879         (ps-background-image): Little code reformating.
4880         (ps-begin-file, ps-begin-job): Fix code.
4881         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4882         (ps-prologue-file): New fun.
4884 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4886         * ps-vars.el: Eliminated.
4888         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4889         `;;;###autoload'.
4891         * ps-print.el: ps-vars eliminated, doc fix.
4892         (ps-print-version): New version number (5.0.2).
4893         (ps-spool-config): Initialization fix.
4894         (ps-print-customize): New fun.
4896 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4898         * autorevert.el (auto-revert-mode): Return value of
4899         auto-revert-mode.
4901 2000-01-04  Dave Love  <fx@gnu.org>
4903         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4904         menu items.
4906 2000-01-03  Dave Love  <fx@gnu.org>
4908         * elide-head.el (elide-head) [defgroup]: Add :version.
4910         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4911         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4912         `cl-hash-table-p', not `hash-table-p'.
4913         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4915 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4917         * faces.el (face-read-integer, read-face-attribute)
4918         (color-defined-p, color-values): unspecified-{f,b}g are now
4919         strings.
4921 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4923         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4924         at comment end, and re-insert them after filling.
4926 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4928         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4929         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4930         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4932 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4934         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4935         the new name of face-color-supported-p.
4937         * term/w32-win.el (xw-defined-colors): Likewise.
4939 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4941         * simple.el (completion-setup-function): Count completion-size
4942         from minibuffer-prompt-end, not from point-min.
4944 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4946         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4947         Pass the frame to tty-color-* functions.
4948         (display-color-p, frame-set-background-mode): Pass the frame to
4949         tty-display-color-p.
4951         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4952         tty-color-alist.
4953         (tty-color-alist, tty-modify-color-alist): New functions.
4954         (tty-color-define,  tty-color-clear, tty-color-approximate)
4955         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4956         an optional parameter FRAME.
4958 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4960         * image.el (create-image, defimage): Don't assume image data is a
4961         string.
4963         * image.el (defimage): Handle specifications containing :data
4964         instead of :file.
4965         (image-type-from-data): New function.
4966         (image-type-from-file-header): Use it.
4967         (create-image): Add parameter DATA-P.
4969 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4971         * echistory.el (electric-command-history): Call Command-history-setup
4972         and command-history-mode using their new conventions.
4974         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4975         no args, and do not set major-mode, mode-name or the local map.
4976         (command-history-mode): New function, does some of those things
4977         Command-history-setup used to do.
4978         (list-command-history): Call command-history-mode, not
4979         Command-history-setup.
4980         (command-history): Renamed from command-history-mode.
4982 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4984         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4986 1999-12-31  William M. Perry  <wmperry@aventail.com>
4988         * image.el (defimage): Images with the `:data' keyword should be
4989         considered valid as well.
4991 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4993         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4994         with FILE if FILE is nil.
4996 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4998         * simple.el (choose-completion-string): In minibuffer,
4999         do not delete the prompt string.
5001 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
5003         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
5004         assigned to mode-line-mode-menu because bindings.el is dumped with
5005         Emacs, and thus the lists used for menu-item definition will be
5006         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
5007         like pure menu item definitions.
5009         * expand.el (expand-abbrev-hook): Return t if expansion was
5010         done, nil otherwise.
5012 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5014         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
5015         (tar-quit): Function deleted.
5017 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
5019         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
5020         was used but not declared.
5022         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
5023         hs-find-block-beginning): Add or modify docstrings.
5025         (hs-isearch-show): Rewrite.
5027 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
5029         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
5031         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
5032         space in front of a C-style comment end.
5034 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
5036         * startup.el (command-line-1): Make mode line mouse-sensitive for
5037         the MS-DOS version as well.
5039 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
5041         * bs.el: New file.
5043 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5045         * textmodes/ispell.el (ispell-process-line):
5046         Add local var line-offset to adjust for the change
5047         in positions within the line, due to previous replacements.
5049 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5051         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5052         Doc fixes.
5054 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
5056         * add-log.el (change-log-version-number-regexp-list)
5057         (change-log-version-info-enabled): Change :version to 21.1.
5058         (toplevel): Require CL when compiling.
5060 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
5062         * add-log.el (change-log-version-number-regexp-list): Added tag
5063         :version 20.6
5064         (change-log-version-info-enabled): Added tag :version 20.6
5066 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
5068         * add-log.el: More general version number search with
5069         user-configurable regexp list.
5070         (change-log-version-number-regexp-list): New user variable.
5071         (change-log-find-version): Rewritten.  Use user-configurable
5072         version numbering regexp list
5073         change-log-version-number-regexp-list.
5074         (change-log-find-version): Renamed to
5075         change-log-version-number-search
5076         (add-log-file-name-function): New.
5077         (change-log-search-vc-number): Added END paramaeter.  Added doc
5078         string to function.
5079         (change-log-version-rcs): Renamed.  Was
5080         change-log-search-vc-number.
5082 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
5084         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
5085         overlays if they interfere.
5086         (compilation-find-file): Make intangible overlays tangible.
5088         * progmodes/hideshow.el: Generally, synch w/ maintainer
5089         version 5.9.
5091         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
5093         (hs-minor-mode-hook): Don't initialize.
5095         (hs-special-modes-alist): Rewrite value and docstring.
5097         (hs-minor-mode-prefix): Delete unused var.
5099         (hs-block-start-mdata-select): New var, buffer local.
5101         (hs-headline): New var.
5103         (hs-match-data, hs-forward-sexp): New funcs.
5105         (hs-hide-comment-region): New func.
5107         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
5108         hs-safety-is-job-n, hs-hide-initial-comment-block,
5109         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
5110         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
5111         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
5112         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
5113         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
5115         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
5116         (hs-isearch-show-temporary): New funcs.
5118         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
5120         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
5122         When constructing menu, use `[(shift button2)]' notation.
5124 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5126         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
5127         (jka-compr-compression-info-list): Add new elt to each vector.
5128         (jka-compr-write-region): Don't compress the data if it is
5129         already compressed.
5131         * jka-compr.el (jka-compr-really-do-compress): New variable.
5132         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
5133         if visiting.
5134         (jka-compr-write-region): Set jka-compr-really-do-compress
5135         if visiting.  Test it when deciding to compress.
5137 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
5139         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
5140         with third argument t.
5142 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5144         * antlr-mode.el: Version 1.2 is released.
5145         (antlr): This package has a web page.
5147 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5149         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
5150         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
5151         (antlr-mode-map): New binding [C-c C-c].
5152         (antlr-mode-menu): New entries.
5154 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5156         * antlr-mode.el: Respect Emacs conventions.
5157         ((require 'cl)): Only use during compilation.
5158         (antlr-language-for-option): New function to avoid using `find'.
5159         (antlr-mode): Use it.
5160         (antlr-with-syntax-table): Define new instead using XEmacs' one.
5161         (antlr-imenu-create-index-function): Change accordingly.
5162         (antlr-inside-rule-p): Ditto.
5163         (antlr-end-of-rule): Ditto.
5164         (antlr-end-of-body): Ditto.
5165         (antlr-beginning-of-rule): Ditto.
5166         (antlr-indent-line): Ditto.
5168 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
5170         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
5171         (antlr-set-tabs): Don't use hard-coded values.
5173         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
5174         won't be possible without a huge time penalty.
5175         (antlr-skip-exception-part): Be more specific.
5176         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
5177         Renamed from `antlr-skip-grammar-header'.
5178         (antlr-next-rule): Change accordingly.
5179         (antlr-end-of-body): Ditto.  Better error message.
5180         (antlr-beginning-of-body): Better error message.
5181         (antlr-imenu-create-index-function): Skip rule action prelude.
5183         * antlr-mode.el: Minor syntax highlighting changes.
5184         (antlr-font-lock-default-face): Deletia.
5185         (antlr-font-lock-tokendef-face): Changed color.
5186         (antlr-font-lock-tokenref-face): Changed color.
5187         (antlr-font-lock-literal-face): Changed color.
5188         (antlr-font-lock-additional-keywords): Minor changes.
5190 1999-12-20  Carsten Dominik  <cd@gnu.org>
5192         * progmodes/idlwave.el: New file.
5194         * progmodes/idlwave-rinfo.el: New file.
5196         * progmodes/idlwave-shell.el: New file.
5198         * progmodes/idlwave-toolbar.el: New file.
5200         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
5202 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
5204         * progmodes/cwarn.el: New file.
5206 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
5208         * bindings.el (completion-ignored-extensions): Add .pdf.
5210 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
5212         * version.el: Put the version info into binary on MS-DOS as well.
5214 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
5216         * emacs-lisp/debug.el (debugger-continue): Don't continue if
5217         debugger-may-continue is nil.
5219 1999-12-18  Dave Love  <fx@gnu.org>
5221         * emacs-lisp/cl-macs.el: Remove conditional definition of
5222         eval-when-compile.  Don't specify abs, expt, gethash,
5223         hash-table-count, hash-table-p as side-effect-free here.
5224         (cl-emacs-type): Don't declare.
5225         (cl-compile-time-init): Remove Emacs 18 compiler patch.
5226         (cl-parse-loop-clause): Remove compatibility code.
5228         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
5229         (side-effect-free-fns): Add gethash, hash-table-count.
5230         (side-effect-and-error-free-fns): Add hash-table-p.
5232         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
5233         `cl-' to autoload names for some hash functions.  Don't autoload
5234         eval-when-compile.  Don't provide mini-cl.
5235         (cl-emacs-type): Remove.
5236         (cl-map-extents): Remove compatibility code.
5238         * emacs-lisp/float.el: Bind free variables.
5240         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
5242 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5244         * bindings.el (completion-ignored-extensions): Add .tfm.
5246 1999-12-16  Dave Love  <fx@gnu.org>
5248         * faces.el (set-face-attribute): Purecopy the attributes set.
5250         * custom.el (custom-declare-variable): Purecopy value.
5252         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5253         (byte-extrude-byte-code-vectors): Use remprop.
5254         (byte-compile-lambda): Check that arg is a lambda.
5256 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
5258         * font-lock.el: System for adding and removing keywords.
5259         Both local (previously added keyword) and global keywords
5260         can be removed.
5261         (font-lock-remove-keywords): New user-level function.
5262         (font-lock-update-removed-keyword-alist): New internal function.
5263         (font-lock-removed-keywords-alist): New variable.
5264         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
5265         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
5266         growing datastructures.
5267         (font-lock-set-defaults): Removes keywords stored in
5268         `font-lock-removed-keywords-alist' after local keywords added.
5270 1999-12-16  Anders Lindgren  <andersl@andersl.com>
5272         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
5273         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
5275         * font-lock.el (c-keywords): Only highlight preprocessor
5276         directives when spelled correctly.
5278         * font-lock.el (font-lock-match-c++-structor-declaration,
5279         c++-keywords): Fontify constructors and destructors with function
5280         face inside C++ class declarations.
5282 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5284         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
5285         the shell from sh-shell-file.
5287         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
5289 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5291         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
5292         if one of the files specified cannot be accessed by
5293         file-attributes.  Do not strip any leading directories from the
5294         file names, to behave more like `ls' does.
5296         * dired.el (dired-get-filename): Handle absolute file names.
5297         (dired-readin-insert): If argument is a cons, don't print
5298         "wildcard" on the ``total'' line.
5300 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5302         * faces.el (face-read-integer, read-face-attribute)
5303         (color-defined-p, color-values): Allow color values unspecified-fg
5304         and unspecified-bg, handle them as unspecified.
5306 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
5308         * textmodes/reftex.el: (reftex-compile-variables): respect new
5309         structure of `reftex-index-macro'
5310         (reftex-compile-variables): Use the changed structure of
5311         `reftex-label-alist'.
5313         * textmodes/reftex-vars.el (reftex-index-math-format,
5314         (reftex-toc-max-level): New option.
5315         reftex-index-phrases-search-whole-words,
5316         reftex-index-phrases-case-fold-search,
5317         reftex-index-phrases-skip-indexed-matches,
5318         reftex-index-phrases-wrap-long-lines,
5319         reftex-index-phrases-sort-prefers-entry,
5320         reftex-index-phrases-sort-in-blocks): New options.
5321         (reftex-index-macros): Option structure changed.
5322         (reftex-index-macros-builtin): Added `repeat' item to each entry.
5323         (reftex-label-alist): Additional item in each entry to specify if
5324         the environment should be listed in the TOC.
5325         (eval-when-compile (require 'cl)) added.
5327         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
5328         longer deals with "repeat".
5329         (reftex-index): "repeat property in `reftex-index-macro-alist' is
5330         now used.
5331         (reftex-index-phrases-comment-regexp,
5332         reftex-index-phrases-macrodef-regexp,
5333         reftex-index-phrases-phrase-regexp1,
5334         reftex-index-phrases-phrase-regexp2,
5335         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
5336         New constants.
5337         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
5338         reftex-index-phrases-font-lock-keywords,
5339         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
5340         reftex-index-phrases-restrict-file): New variables.
5341         (reftex-index-phrase-selection-or-word,
5342         reftex-index-visit-phrases-buffer,
5343         reftex-index-initialize-phrases-buffer,
5344         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5345         reftex-index-next-phrase, reftex-index-this-phrase,
5346         reftex-index-all-phrases, reftex-index-region-phrases,
5347         reftex-index-phrases-parse-header,
5348         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5349         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5350         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5351         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5352         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5353         reftex-index-make-replace-string,
5354         reftex-query-index-phrase-globally, reftex-query-index-phrase,
5355         reftex-index-phrase-match-is-indexed,
5356         reftex-index-phrases-fixup-line,
5357         reftex-index-phrases-replace-space,
5358         reftex-index-select-phrases-macro): New functions.
5359         (reftex-index-globalize, reftex-index-globally): functions removed
5360         (eval-when-compile (require 'cl)) added.
5362          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5363          for max level.
5364          (reftex-toc-max-level-indicator): New variable.
5365          (reftex-toc-max-level): New command.
5366          (reftex-toc-map): New keybinding `t'.
5367          (reftex-toc-help): Constant updated.
5368          (eval-when-compile (require 'cl)) added.
5370          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5371          `t' command key can change `reftex-toc-max-level'
5372          (eval-when-compile (require 'cl)) added.
5374          * textmode/reftex-sel (reftex-insert-docstruct): Respect
5375          `reftex-toc-max-level'
5376          (eval-when-compile (require 'cl)) added.
5378          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5379          added.
5381          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5382          added.
5384          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5385          commands.
5386          (reftex-citation, reftex-do-citation,
5387          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5388          preselect a citation format.
5389          (eval-when-compile (require 'cl)) added.
5391          * textmodes/reftex-parse.el (reftex-context-substring): Optional
5392          parameter to-end
5393          (reftex-section-info): Deal with environment matches.
5394          (eval-when-compile (require 'cl)) added.
5396          * reftex-global.el (eval-when-compile (require 'cl)) added.
5398 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
5400         The following changes are for the new composition mechanism.  We
5401         have deleted `composition' charset and composite characters,
5402         instead introduced a special text property `composition'.
5404         * composite.el: New file.
5406         * ps-mule.el: Define encode-composition-rule and find-composition
5407         for Emacs 20.4 and the earlier versions.
5408         (ps-mule-init-external-library): Just require a feature for
5409         external libraries.
5410         (ps-mule-prologue): Postscript code modified for new composition.
5411         (ps-mule-find-wrappoint): New arg COMPOSITION.
5412         (ps-mule-plot-string): Delete code for composite characaters.
5413         (ps-mule-plot-composition): New funcion.
5414         (ps-mule-prepare-font-for-components): New function.
5415         (ps-mule-plot-components): New function.
5416         (ps-mule-composition-prologue-generated): Renamed from
5417         ps-mule-cmpchar-prologue-generated.
5418         (ps-mule-composition-prologue): New named from
5419         ps-mule-cmpchar-prologue.  Modified for new composition.
5420         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5421         ps-mule-prepare-cmpchar-font): Deleted.
5422         (ps-mule-string-encoding): New arg NO-SETFONT.
5423         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5424         check Composing, not Cmpchar
5425         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5426         to nil.
5427         (ps-mule-begin-job): Check existence of new composition.
5429         * ps-print.el (ps-plot-region): Handle new composition.
5431         * simple.el (what-cursor-position): Show "(composed)" if the
5432         character is composed.
5434         * international/characters.el: Fix cateogries of Lao symbols.
5436         * international/fontset.el (vertical-centering-font-regexp): New
5437         variable.
5439         * international/mule.el (mule-version): Updated to 5.0 (AOI).
5440         (mule-version-date): Updated to 1999.12.7.
5441         (with-category-table): New macro.
5443         * international/mule-cmds.el (encode-coding-char): Don't check
5444         composite character.
5446         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5447         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5448         x-ctext): Give `composition' property t.
5450         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5451         non-nil) at the tail of ALIST.
5452         (compose-region, decompose-region, decompse-string,
5453         reference-point-alist, compose-chars): Moved to composite.el.
5454         (compose-chars-component, compose-chars-rule,
5455         decompose-composite-char): Deleted.
5457         * international/quail.el (quail-install-map): New optional arg
5458         NAME.
5459         (quail-get-translation): If DEF is a symbol but not a function,
5460         ignore it.
5461         (quail-start-translation): Put a key sequence undefined in the
5462         translation keymap in unread-command-events, not generated-events.
5463         Return parameterized event (compose-last-chars N) if the input
5464         characters should be composed.
5465         (quail-map-definition): If DEF is t, treat it as nil.
5466         (quail-delete-last-char): Delete the quail region.
5467         (quail-show-translations): Don't show list of translations if the
5468         quail package is deterministic.
5469         (quail-completion-max-depth): New variable.
5470         (quail-completion-1): Pay attention to the above variable.  Fix
5471         for the case that a translation is a function.
5472         (quail-map-from-table, quail-map-from-table-1,
5473         quail-map-from-table-2): New functions.
5474         (quail-lookup-map-and-concat): New function
5476         * language/devan-util.el: Mostly rewritten.
5478         * language/lao.el: Register lao-composition-function in
5479         composition-function-table.
5481         * language/lao-util.el: Mostly rewritten.
5483         * language/thai.el: Register thai-composition-function in
5484         composition-function-table.
5485         (thai-tis620): Delete `pre-write-conversion' property.
5487         * language/thai-util.el: (thai-category-table): Make it by
5488         make-category-table.
5489         (thai-composition-pattern): New variable.
5490         (thai-compose-region, thai-compose-string): Use
5491         with-category-table.
5492         (thai-post-read-conversion): Just call thai-compose-region.
5493         (thai-pre-write-conversion): Deleted.
5494         (thai-composition-function): New funciton.
5496         * language/tibet-util.el: Most functions rewritten.
5497         (tibetan-char-p): Renamed from tibetan-char-examin.
5498         (tibetan-composable-examin) (tibetan-complete-char-examin)
5499         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5500         (tibetan-add-components): New function.
5501         (tibetan-composition-function): New function.
5503         * language/tibetan.el: Register tibetan-composition-function in
5504         composition-function-table.
5505         (tibetan-composable-pattern): New variable.
5506         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5507         (tibetan-precomposition-rule-alist): Move punctuations to
5508         tibetan-punctuation-transcription-alist and
5509         tibetan-obsolete-glyphs.
5510         (tibetan-punctuation-transcription-alist): New variable.
5511         (tibetan-obsolete-glyphs): New variable.
5512         (tibetan-regexp): Improve the initialization code.
5514         * textmodes/fill.el (fill-find-break-point): Delete codes for
5515         composite characters.
5516         (fill-region-as-paragraph): Likewise.
5518 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5520         * international/mule-cmds.el (default-input-method): Specify
5521         that it should be set after current-language-environment.
5523         * custom.el (custom-handle-keyword): Add :set-after.
5524         (custom-add-dependencies): New function.
5525         (custom-set-variables): Take dependencies between args into
5526         account.
5528         * battery.el (battery): Doc fix.
5530 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5532         * progmodes/cc-make.el: Removed.
5534 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5536         * Release of cc-mode 5.26
5538 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5540         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5541         target depth.  Optionally count #else lines as clause limits,
5542         as suggested by don provan <provan@lucent.com>.  #elif
5543         handling fixed.
5545         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5546         (c-down-conditional-with-else): New commands that uses the
5547         added functionality in `c-forward-conditional'.
5549 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5551         * cc-align.el (c-lineup-comment): Preserve the alignment with
5552         a comment on the previous line instead of preserving the
5553         comment-column.
5555 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5557         * Fixes to IDL mode after input from Eric Eide
5558         <eeide@cs.utah.edu>:
5559         * cc-engine.el (c-beginning-of-statement-1): Allow
5560         `c-conditional-key' to be nil, for the benefit of IDL mode.
5561         * cc-engine.el (c-guess-basic-syntax): Ditto.
5562         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5563         but do match CORBA 2.3 `valuetype'.
5564         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5565         for IDL.
5566         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5567         be nil for IDL.
5568         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5569         Like C++.
5570         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5571         set `c-method-key' and `c-baseclass-key' to nil.
5573 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5575         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5576         with nonhanging open braces.
5578 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5580         * cc-align.el: Added docstrings to all lineup functions.
5582         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5583         keyword.
5585         * cc-align.el (c-lineup-C-comments): Handle free form text
5586         comments.  Use c-comment-prefix-regexp and comment-start-skip
5587         instead of hardcoded regexps.
5589 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5591         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5592         behavior and return value as documented.
5594 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5596         * Changes for new style variable init system:
5597         * cc-langs.el (c-common-init): Dito.
5598         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5599         now customizable.
5600         * cc-vars.el: Style variables may now take a value
5601         'set-from-style to make them take their value from the style
5602         system. This value is now the default on all these variables.
5603         * cc-vars.el (c-valid-offset): New function to verify a
5604         syntactic symbol offset setting.
5605         * cc-vars.el (c-offsets-alist): Variable moved from
5606         cc-styles.el since it's now customizable in a similar way to
5607         the other style variables.
5608         * cc-vars.el (c-old-style-variable-behavior): New variable to
5609         revert to the old style init behavior.
5611         * cc-vars.el (c-file-style, c-file-offsets): Made always
5612         buffer local.
5614         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5615         the throws clause that might follow the function prototype in
5616         C++.
5618 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5620         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5621         could move forward for macros that doesn't start in column 0.
5623 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5625         * cc-align.el (c-indent-multi-line-block,
5626         c-lineup-whitesmith-in-block): Two new lineup functions for
5627         use in whitesmith style.
5629         * cc-styles.el (c-style-alist): More fixes to whitesmith
5630         style.  It should now handle all different braces uniformly in
5631         both hanging and non-hanging cases.
5633 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5635         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5636         make it stay in the same position relative to the surrounding
5637         text.
5639         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5640         when adaptive-fill-mode doesn't manage to get it correct.
5642         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5643         with dotted notation, e.g. foo.bar.Gnu.
5645         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5646         within unwind-protect (previously only some were wrapped so it
5647         would be possible to register mode initialization when full
5648         initialization did not finish).
5650         * cc-styles.el (c-style-alist): Corrected the brace placement
5651         in the whitesmith style.  Thanks to Sean Luke
5652         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5653         styles with consistent brace placement for all constructs.
5655 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5657         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5658         when point is in the middle of them.
5660         * cc-cmds.el: Line breaking and paragraph filling code
5661         rewritten:
5662         (c-guess-fill-prefix): New function that uses various
5663         heuristics to guess the comment prefix.
5664         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5665         It now assumes adaptive filling is active to preserve the line
5666         prefix inside comments.
5667         (c-indent-new-comment-line): Replacement for the now
5668         obsolete `c-comment-line-break-function' that uses
5669         `c-guess-fill-prefix' when appropriate.  It now observes the
5670         setting of `comment-multi-line', which has effect in C-style
5671         block comments.
5673         * cc-cmds.el (c-context-line-break): New function intended to
5674         be put on RET.  It's essentially `newline-and-indent', but
5675         continues C block comments with the appropriate line prefix.
5677         * cc-cmds.el (c-do-auto-fill): New function put on
5678         `normal-auto-fill-function' to implement the
5679         `c-ignore-auto-fill' variable.
5681         * cc-cmds.el (c-beginning-of-statement): Use
5682         `c-comment-prefix-regexp' to avoid ending up inside the
5683         comment prefix.  Better handling of comment starters and
5684         enders. Catch comments better when traversing code.  Stop at
5685         preprocessor directives.
5687         * cc-defs.el (c-forward-comment): New subst to hide platform
5688         dependent quirks in `forward-comment'.
5690         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5691         argument.
5692         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5693         arguments. Activate this function by default when
5694         `parse-partial-sexp' supports it (currently Emacs 20.x).
5696         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5697         on the comment opener to make constants usable as lineup
5698         arguments.
5700         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5701         changed anchor position in the `c' syntactic symbol.  Handle
5702         more than stars in the comment prefix; use the new variable
5703         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5704         a comment prefix to the right of the comment opener if it's
5705         long.
5707         * cc-langs.el: Fixes to mode initialization for new line
5708         breaking and paragraph filling method.  Adaptive fill mode is
5709         now activated at startup instead of deactivated.  The
5710         variables used for adaptive filling and paragraph movement are
5711         also changed to incorporate the value of
5712         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5713         used to override some functions in the global map instead of
5714         overriding their default bindings.
5716         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5717         javadoc markup at mode init.
5719         * cc-mode.el (c-setup-filladapt): A new convenience function
5720         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5721         function is intended to be used explicitly by the end user
5722         only.
5724         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5725         recognize the comment fill prefix inside comments.
5726         (c-block-comment-prefix): New name for
5727         `c-comment-contiuation-stars', which is now obsolete.  It's
5728         generalized to handle any character sequence.
5729         (c-ignore-auto-fill): New variable used to selectively disable
5730         Auto Fill mode in specific contexts.
5732 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5734         * cc-cmds.el (c-comment-indent): Leave at least one space
5735         between the comment and the last nonblank character in the
5736         case where we look at the indentation of the comment on the
5737         previous line (case 4).
5739         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5740         list of characters that may start a statement (it's a sort of
5741         prefix operator in Pike, and isn't used at all in any of the
5742         other languages).
5744 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5746         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5747         inside continued statements as statement-cont instead of
5748         brace-list-open.  The reason is that one normally adjusts
5749         brace-list-open for brace lists as top-level constructs, and
5750         brace lists inside statements is a completely different
5751         context.  Case 10B.2 changed.  Also changed (the somewhat
5752         esoteric) case 9A to cope with this.
5754 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5756         * cc-cmds.el (c-electric-brace): Added electric handling of
5757         the open brace for brace-elseif-brace.
5759 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5761         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5762         syntax tables temporarily.
5764         * cc-engine.el (c-guess-basic-syntax): Handle template and
5765         member init argument lists split over several lines.  Case 5D
5766         changed.
5768         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5769         @throws introduced in Javadoc 1.2.
5771         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5772         patch from RMS to avoid infinite backtracking.
5774 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5776         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5777         by [ ].
5779 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5781         * cc-align.el (c-lineup-dont-change): Compensate properly for
5782         the column in langelem.
5784         * cc-engine.el (c-syntactic-information-on-region): New
5785         function to help debugging the syntactic analysis.
5787 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5789         * cc-align.el (c-lineup-template-args): Handle nested template
5790         arglists.
5792         * cc-langs.el (c++-template-syntax-table): New syntax table
5793         that makes `<' and `>' parenthesis characters, which is useful
5794         to switch to temporarily when analyzing template arglists.
5796         * cc-styles.el: Changed default alignment of labels in the
5797         java style to conform to the examples in the Java Language
5798         Specification.
5800         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5801         by default.
5803 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5805         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5806         immediately before the closing paren in an arglist, so don't
5807         check that in Pike mode.  Case 7A changed.
5809 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5811         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5812         lines were ignored under certain conditions.
5814 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5816         * cc-align.el (c-lineup-template-args): New function for
5817         aligning continued template argument lists.
5819         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5820         lists containing function arglists split over several lines.
5821         Case 5D.1 changed.
5823         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5824         template-args-cont didn't get recognized when the first
5825         arglist opener line doesn't contain a template argument.  New
5826         case 5K.
5828 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5830         * cc-defs.el (c-point): Changed from subst to macro for
5831         efficiency.
5832         (c-beginning-of-defun-1, c-end-of-defun-1): New
5833         beginning-of-defun/end-of-defun wrappers separated from
5834         c-point.
5836         * cc-menus.el (imenu-generic-expression,
5837         imenu-case-fold-search, imenu-progress-message): Dummy
5838         definitions to avoid compiler warnings if imenu can't be
5839         loaded.
5840         * cc-menus.el (cc-imenu-init): New function called at mode
5841         init.
5842         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5843         imenu initializations to cc-imenu-init.
5845 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5847         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5848         for lambda-intro-cont in Pike mode.  Case 6 changed.
5850         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5851         anything following "new Foo()" was considered an anonymous
5852         class body in Java mode.
5854 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5856         * cc-cmds.el (c-comment-line-break-function): When breaking in
5857         a string, don't insert a new line.
5859 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5861         * cc-engine.el (c-at-toplevel-p): New interface function which
5862         returns information useful to add-on authors.  It tells you
5863         whether you're at a toplevel statement or not.
5865 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5867         * cc-cmds.el (c-comment-line-break-function): It is possible
5868         that forward-line does not land us at the bol, say if we're on
5869         the last line in a file.  In that case, do a
5870         back-to-indentation instead of a forward-comment -1.
5872 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5874         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5875         "default:" as normal label in case 4.
5877 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5879         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5880         recognize continued bitfield declarations.  Case 5D.1 changed.
5881         * cc-langs.el: New variable c-bitfield-key.
5882         * cc-mode.el: New variable c-bitfield-key.
5884 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5886         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5887         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5888         ..}").
5890 1999-12-12  Dave Love  <fx@gnu.org>
5892         * mail/footnote.el: Require cl when compiling.  Don't autoload
5893         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5894         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5895         Avoid `acons'.
5896         (footnote-mode-line-string, Footnote-add-footnote): Remove
5897         autoload cookie.
5899 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5901         * sh-script.el: Fix for when font-lock mode is active.
5902         (sh-font-lock-unfontify-region-function): New function.
5904 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5906         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5907         if start-process is not bound, since Ispell now supports such
5908         platforms as well.
5910 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5912         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5913         rmail-summary-goto-msg.
5915         * files.el (after-find-file): Fix previous change.
5917 1999-12-11  Dave Love  <fx@gnu.org>
5919         * help.el (where-is): Use `commandp' as predicate for
5920         `completing-read'
5922 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5924         * cus-edit.el (custom-save-delete): Delete all occurrences,
5925         leave point where the first occurrence was.
5926         (custom-save-faces): Insert a newline at the end of the comment.
5927         Avoid a double newline there.
5928         If final closeparen is at bol, put a space before it.
5929         (custom-save-variables): Likewise.
5930         (custom-file): Doc fix.
5932 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5934         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5935         regexp matching image and audio files.
5937 1999-12-09  Dave Love  <fx@gnu.org>
5939         * mail/footnote.el: New file.
5941 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5943         * files.el (after-find-file): Use auto-save-visited-file-name if
5944         set.
5946         * mail/feedmail.el (feedmail-find-eoh): Take
5947         feedmail-queue-alternative-mail-header-separator into account.
5949 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5951         * smerge-mode.el: New file.
5953         * font-lock.el (font-lock-multiline): New variable.
5954         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5955         (font-lock-remove-keywords): Added a dummy `mode' argument for
5956         potential future support.
5957         (font-lock-fontify-anchored-keywords,
5958         (font-lock-fontify-keywords-region): Only handle multiline strings
5959         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5961 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5963         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5965         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5967 1999-12-07  Dave Love  <fx@gnu.org>
5969         * help.el (view-emacs-problems): New command, bound to C-h P.
5971         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5973 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5975         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5976         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5977         New code to support the minor mode version.
5978         (diff-recenter): New function.
5979         (diff-next-hunk, diff-next-file): Use it.
5980         (diff-remembered-files-alist): New var.
5981         (diff-merge-strings): New function.
5982         (diff-find-file-name): Make it smarter and use the user's input more.
5983         (diff-mode): Cosmetic changes.
5985         * files.el (save-some-buffers): Turn EXITING into the more general
5986         PRED argument to allow specifying a subset of buffers.
5988         * simple.el (kill-region): Use the new `delete-and-extract-region'
5989         rather than the undo log (which is incorrect with *-change-functions).
5991         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5992         off-by-one problem that could force re-fontifying the whole buffer.
5993         (font-lock-remove-keywords): New function.
5994         (font-lock-add-keywords): Use the new function to ensure idempotence.
5996 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5998         * viper-cmd.el (viper-minibuffer-standard-hook,
5999         viper-minibuffer-real-start): Mew functions.
6000         (viper-read-string-with-history,viper-file-add-suffix,
6001         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
6002         change in the status of the minibuffer prompt.
6004 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
6006         * comint.el (comint-redirect-results-list)
6007         (comint-redirect-results-list-from-process): Remove interactive
6008         spec.
6010 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6012         * info.el (info-node, info-menu-5, info-xref): Define colors for
6013         Info faces if the display supports them.
6015 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
6017         Changes for automatic remapping of X colors on terminal frames:
6019         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
6020         term-setup-hook.  Call msdos-remember-default-colors and
6021         msdos-handle-reverse-video.
6022         (msdos-face-setup): Parts of code moved to
6023         msdos-setup-initial-frame.
6024         (msdos-handle-reverse-video): New function, modeled after
6025         x-handle-reverse-video.
6026         (make-msdos-frame): Don't use initial-frame-alist and
6027         default-frame-alist.  Call msdos-handle-reverse-video.
6028         (msdos-color-aliases): Remove.
6029         (msdos-color-translate, msdos-approximate-color): Remove.
6030         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
6031         for better approximation of X colors.
6032         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
6033         up tty-color-alist (it is now on startup.el).
6034         (x-display-color-p, x-color-defined-p, x-color-values,
6035         x-defined-colors, face-color-supported-p, face-color-gray-p):
6036         Remove.
6038         * facemenu.el (facemenu-read-color, list-colors-display): Use
6039         defined-colors for all frame types.
6040         (facemenu-color-equal): Use color-values for all frame types.
6042         * faces.el (read-face-attribute): For :foreground and :background
6043         attributes and frames on character terminals, translate the color
6044         to the closest supported one before looking it up in the list of
6045         valid values.
6046         (face-valid-attribute-values): Call defined-colors for all types
6047         of frames.
6048         (defined-colors, color-defined-p, color-values, display-color-p):
6049         New finctions.
6050         (x-defined-colors, x-color-defined-p, x-color-values,
6051         x-display-color-p): Aliases for the above.
6053         * startup.el (command-line): Register terminal colors for frame
6054         types other than x and w32, but only if the terminal supports
6055         colors.  Call tty-color-define instead of face-register-tty-color.
6057         * term/x-win.el (xw-defined-colors): Renamed from
6058         x-defined-colors.
6059         * term/w32-win.el (xw-defined-colors): Likewise.
6061         * term/tty-colors.el: New file.
6062         * loadup.el: Load term/tty-colors.
6064 1999-12-06  Dave Love  <fx@gnu.org>
6066         * ffap.el: Autoload the ffap alias directly.
6068 1999-12-06  Inge Frick  <inge@nada.kth.se>
6070         * dired-aux.el (dired-do-shell-command): Changed documentation.
6071         (dired-shell-stuff-it): A `?' in COMMAND has now the same
6072         meaning as `*'.
6074 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
6076         * simple.el (insert-buffer): Doc fix.
6078         * apropos.el (apropos-mode): Add autoload cookie.
6080 1999-12-06  Sam Steingold  <sds@goems.com>
6082         * progmodes/etags.el (etags-tags-completion-table): Modified the
6083         regexp to allow for the CL symbols starting with `+*'.
6084         (tags-completion-table): Doc fix (it's an obarray, not an alist).
6085         (tags-completion-table, tags-recognize-empty-tags-table): Remove
6086         `function' quoting lambda.
6087         (tags-with-face): New macro.
6088         (list-tags, tags-apropos): Use it.
6089         (tags-apropos-additional-actions): New user option.
6090         (etags-tags-apropos-additional): Use it.
6091         (tags-apropos): Call etags-tags-apropos-additional.
6092         (tags-apropos-verbose): New user option.
6093         (etags-tags-apropos): Use it.
6094         (visit-tags-table-buffer, next-file): Use `unless'.
6095         (recognize-empty-tags-table): Renamed to
6096         tags-recognize-empty-tags-table.
6097         (complete-tag): Call tags-complete-tag bypassing try-completion.
6099 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
6101         * international/mule.el (set-buffer-file-coding-system): Docstring
6102         modified.
6104 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6106         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
6107         using the hideshow package.
6108         (hs-special-modes-alist): Added entry for bibtex to allow the use
6109         of the hideshow package.
6110         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
6111         not longer provided by bibtex.el directly.  Instead the hideshow
6112         package should be used.
6113         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
6114         references to bibtex-hide-entry-bodies.
6116 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6118         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
6119         maintainer information closer to the beginning of the bibtex.el
6120         file.
6121         (bibtex-maintainer-salutation): New constant.
6122         (bibtex-version): New constant.
6123         (bibtex-submit-bug-report): Use bibtex-version and
6124         bibtex-maintainer-salutation.
6125         (bibtex-entry-field-alist): Made booktitle field optional for
6126         @inproceedings entries when crossreferenced.
6127         (bibtex-entry-field-alist): Added booktitle field to proceedings
6128         entry type (for cross referencing). Thanks to Wagner Toledo Correa
6129         for the suggestion.
6130         (bibtex-string-file-path): Fixed typo.
6132 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6134         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
6135         for reftex.el.
6136         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
6137         to menu.
6139 1999-12-04  Dave Love  <fx@gnu.org>
6141         * delsel.el: Revert previous change -- region is significant to
6142         skeleton.
6144 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
6146         * viper-cmd.el (viper-change-state): Use
6147         viper-ESC-moves-cursor-back to decide whether to move the cursor
6148         back.
6150 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
6152         * international/mule-util.el (truncate-string-to-width): Docsting
6153         fixed.
6155 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
6157         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
6158         use of `cond'.
6159         (lm-with-file): Move all the find-file...kill-buffer stuff into
6160         this macro.  Make it use `find-file-noselect' and make it kill
6161         the buffer only if it wasn't already displayed somewhere.
6162         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
6163         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
6164         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
6165         (lm-commentary): Fix to handle the case when the change log is
6166         at the end of the file.
6168 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
6170         * international/mule.el (charsetp): Fix typo in docstring.
6172         * international/mule-diag.el (list-coding-categories): Fix typo;
6173         automatic -> autoload.
6175 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
6177         * vc.el (vc-update-change-log): Look for rcs2log under
6178         exec-directory.
6180         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
6181         outline-regexp, add outline-level.
6182         (lisp-outline-level): New.
6184         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
6185         remove extraneous string-match.
6187         * finder.el (finder-commentary): Activate Finder mode.
6189 1999-12-01  Anders Lindgren  <andersl@andersl.com>
6191         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
6192         off when reverting buffers that contained mode specifiers.
6193         `revert-buffer' is now called with non-nil PRESERVE-MODES
6194         argument.
6196 1999-12-01  Dave Love  <fx@gnu.org>
6198         * delsel.el: Grok skeleton-pair-insert-maybe.
6200 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6202         * progmodes/cperl-mode.el (cperl-under-as-char):
6203         Use nil as default.
6205 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
6207         * speedbar.el (toplevel): Remove compatibility code for Emacs
6208         versions without custom.el.
6210 1999-11-30  Dave Love  <fx@gnu.org>
6212         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6214         * autoinsert.el: Minor doc fixes.
6215         (auto-insert): Return nil.
6217         * faces.el (set-face-documentation): Purecopy STRING.
6219 1999-11-29  Dave Love  <fx@gnu.org>
6221         * derived.el: Doc fixes, remove old backquote syntax.
6223         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
6224         comment warning about editing.
6226         * help.el (help-mode-hook): Define.
6228 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
6230         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
6231         invalid translation of old-style backquote syntax to new syntax.
6233 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
6235         * Makefile (DONTCOMPILE): Add term/internal.el.
6237 1999-11-26  Dave Love  <fx@gnu.org>
6239         * comint.el: Fix last change.
6241         * emacs-lisp/advice.el: Fix last change.
6243 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6245         * cus-edit.el (Custom-reset-standard): Doc fix.
6246         (custom-variable-reset-standard): Doc fix.
6247         (custom-face-reset-standard): Doc fix.
6248         (custom-face-menu): "Reset to Standard" => "Erase Customization".
6249         (custom-variable-menu): Likewise.
6250         (custom-reset-menu): Likewise.
6251         (custom-buffer-create-internal): Likewise.
6253 1999-11-26  Dave Love  <fx@gnu.org>
6255         * progmodes/make-mode.el (makefile-mode-hook): Customize.
6257         * font-lock.el: Doc fixes.
6259         * menu-bar.el (menu-bar-mode): Customize.
6261         * cus-start.el: Add use-dialog-box.
6263         * add-log.el (change-log-mode-hook): Customize.
6264         (add-log-current-defun): Use
6265         fortran-{beginning,end}-of-subprogram.
6267 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6269         * emacs-lisp/advice.el: Many doc fixes.
6271         * comint.el (comint-preoutput-filter-functions): Doc fix.
6273 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6275         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6276         Improve messages for capitalization of arg names,
6277         for flag variables, for t and nil, for imperatives.
6278         Call them imperatives rather than infinitives sans "to".
6279         (checkdoc-common-verbs-wrong-voice): Add "moves".
6280         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
6282         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6283         Don't convert comments from 3-semicolon to 2-semicolon.
6284         That is a matter of style.
6285         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
6286         (checkdoc-comments): Don't bind that variable.
6288 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6290         * files.el (write-file-hooks): Doc fix.
6292 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
6294         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
6296 1999-11-25  Dave Love  <fx@gnu.org>
6298         * hippie-exp.el: Require comint when compiling.
6299         (hippie-expand): Add :links.
6300         (hippie-expand-try-functions-list): Customize.
6302 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6304         * viper*el: Replaced old-style backquotes.
6306         * ediff*el: Replaced old-style backquotes.
6308         * ediff-merge
6309         (ediff-looks-like-combined-merge,ediff-get-combined-region):
6310         Changed to support the new format for ediff-combination-pattern.
6312         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
6313         Changed to support the new format for ediff-combination-pattern.
6315 1999-11-24  Dave Love  <fx@gnu.org>
6317         * custom.el (custom-declare-group): Purecopy DOC.
6318         (custom-handle-keyword): Purecopy VALUE.
6319         (custom-add-link): Purecopy WIDGET.
6320         (custom-add-version): Purecopy VERSION.
6321         (custom-add-load): Purecopy LOAD.
6323         * cus-face.el (custom-declare-face): Purecopy DOC.
6325         * info.el:
6326         (Info-build-node-completions, Info-search, Info-follow-reference)
6327         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
6328         (Info-find-emacs-command-nodes): Avoid properties on matched text
6329         which may appear in minibuffer.
6331 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
6333         * locate.el (locate-with-filter): Doc fix.
6335 1999-11-24  Alex Schroeder  <alex@gnu.org>
6337         * sql.el (sql-find-sqli-buffer): New function.
6338         (sql-set-sqli-buffer-generally): New function.
6339         (sql-set-sqli-buffer): Better checking of new-buffer.
6340         (sql-copy-column): Add comma after INTO clause, too.
6342 1999-11-24  Alex Schroeder  <alex@gnu.org>
6344         * sql.el (sql-imenu-generic-expression): New, used to set
6345         imenu-generic-expression.
6347         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6348         setting font-lock-defaults' SYNTAX-ALIST.  Set
6349         imenu-generic-expression, imenu-case-fold-search, and
6350         imenu-syntax-alist.
6352         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6353         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6355 1999-11-23  Andrew Innes  <andrewi@gnu.org>
6357         * w32-win.el (w32-drag-n-drop): Load files in current window, if
6358         drop coords aren't over a specific window.
6360 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6362         * ps-print.el: Define mule funs without checking if mule package is
6363         loaded.
6364         (ps-print-version): New version number (5.0.1).
6365         (ps-header-dirpart): Now uses abbreviate-file-name.
6367 1999-11-23  Dave Love  <fx@gnu.org>
6369         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6370         comment-line-start.
6371         (fortran-comment-line-start-skip): Renamed from
6372         comment-line-start-skip.
6373         (fortran-mode-map): Use renamed functions.  Add manual and custom
6374         entries to menu.
6375         (fortran-mode-hook): Customize.
6376         (fortran-comment-indent-function): Renamed from
6377         fortran-comment-hook.
6378         (delete-horizontal-regexp): Function deleted.
6379         (fortran-electric-line-number): Simplified.
6380         (fortran-beginning-of-subprogram): Renamed from
6381         beginning-of-fortran-subprogram.
6382         (fortran-end-of-subprogram): Renamed from
6383         end-of-fortran-subprogram.
6384         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6385         (fortran-previous-statement, fortran-next-statement): Simplified.
6386         (fortran-blink-match): New function.
6387         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6388         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6389         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6390         line-end-position.
6391         (fortran-fill): No longer interactive.  Simplified.
6392         (fortran-break-line): Simplified.
6393         (fortran-analyze-file-format): Use char-after, not looking-at.
6395         * emacs-lisp/find-func.el (find-function-regexp): Use
6396         `define-minor-mode' after easy-menu change.
6398 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
6400         * comint.el: Add redirection.from active comint buffers into
6401         another buffer.  Written by Peter Breton.
6403 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6405         * emacs-lisp/autoload.el (make-autoload): Recognize the new
6406         `define-minor-mode'.
6407         (define-minor-mode): Specify `doc-string-elt'.
6409         * emacs-lisp/easy-mmode.el: Changed maintainer.
6410         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6411         Use defcustom for the hooks; Improve the auto-generated docstrings.
6412         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6413         (define-minor-mode): Add BODY arg; Only declare the keymap if
6414         provided; Improve the auto-generated docstrings.
6416 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
6418         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6419         that the leading `^' is at the start.  This is necessary because
6420         paragraphs.el tries to remove anchors, but can find them only if
6421         they are the first character.
6423         * progmodes/antlr-mode.el: New file.
6425         * calendar/calendar.el: Fix autoload for
6426         calendar-absolute-from-astro.  Add autoload for
6427         calendar-print-astro-day-number.
6429 1999-11-21  Anders Lindgren  <andersl@andersl.com>
6431         * follow.el: Use modern backquote syntax.  Minor comment update.
6433 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
6435         * simple.el (with-syntax-table): Don't switch buffers.
6437         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6438         progmodes/hideif.el: Use new backquote syntax.
6440 1999-11-21  Ken Manheimer  <klm@python.org>
6442         * icomplete.el (icomplete-completions): Use an explicit variable
6443         `icomplete-prospects-length', obviating the need to use an
6444         apparently faulty throw/catch arrangement.
6446 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
6448         * term/internal.el (IT-display-table-setup): Don't overstep
6449         character code 255.
6451 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
6453         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6454         for the charset chinese-sisheng is 7bit encoding, not 8bit.
6456 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6458         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6459         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6461         * files.el (auto-mode-alist): Add patterns for diff-mode.
6463         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6464         to detect an empty prompt.
6466 1999-11-18  Dave Love  <fx@gnu.org>
6468         * simple.el (input-mode-8-bit): Fix the customization.
6470 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
6472         * international/iso-acc.el (iso-languages): Add more
6473         characters for Portuguese.
6475         * speedbar.el: Clean up comment at the start of the file.
6476         Remove RCS id.
6478         * progmodes/compile.el (compilation-parse-errors): Use
6479         compilation-buffer-p instead of testing major-mode.
6481 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
6483         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6484         (quickurl-ask): completion-ignore-case is set to the value of
6485         quickurl-completion-ignore-case for the duration of the call to
6486         completing-read.
6488 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6490         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6492 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
6494         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
6495         instead of ps-print-def.
6497         * ps-print.el: Require ps-vars instead of ps-print-def.
6499         * ps-mule.el: Require ps-vars instead of ps-print-def.
6501 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
6503         * simple.el (with-syntax-table): Save buffer explicitly instead of
6504         using save-excursion.
6506 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6508         * mail/supercite.el: New maintainer.
6510 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6512         * progmodes/vhdl-mode.el: Use new backquote syntax.
6514 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6516         * simple.el (with-syntax-table): New.
6518 1999-11-15  Sam Steingold  <sds@ksp.com>
6520         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6522 1999-02-22  Sam Steingold  <sds@goems.com>
6524         * goto-addr.el (goto-address-at-mouse,
6525         goto-address-find-address-at-point): Use compose-mail.
6526         (goto-address-mail-method): Removed variable.
6527         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6528         goto-address-send-using-mail): Removed functions.
6530 1998-11-03  Sam Steingold  <sds@goems.com>
6532         * simple.el (backward-delete-char-untabify):
6533         backward-delete-char-untabify-method can be `all' now - to delete
6534         hungrily including newlines.
6536 1999-11-15  Sam Steingold  <sds@ksp.com>
6538         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6540 1999-11-15  Dave Love  <fx@gnu.org>
6542         * cus-edit.el (customize-face, customize-face-other-window):
6543         Require match from completing-read.
6544         (custom-buffer-done-function): Default to custom-bury-buffer, not
6545         bury-buffer.
6547 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6549         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6550         progmodes/cperl-mode.el: Use new backquote syntax.
6552 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6554         * uniquify.el: Use new backquote syntax.
6556 1999-11-14  Markus Rost  <rost@ias.edu>
6558         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6559         as in ispell-local-dictionary-alist.
6561 1999-11-14  Alex Schroeder  <alex@gnu.org>
6563         * ansi-color.el (ansi-color-apply): Updated regexps to include
6564         highlighted face.
6566 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6568         * forms.el (forms--make-format-elt-using-text-properties):
6569         Treat `intangible' differently.
6571         * forms.el: Use new backquote syntax.
6573 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6575         * textmodes/scribe.el (scribe-mode): Doc-fix.
6577 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6579         * net-utils.el (run-network-program, net-utils-run-program): Use
6580         the new backquote syntax.
6581         (smbclient-program, smbclient-program-options)
6582         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6583         variables
6584         (smbclient, smbclient-list-shares): New functions
6586 1999-11-12  Sam Steingold  <sds@ksp.com>
6588         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6589         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6590         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6591         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6592         (viper-kbd-global-pair, viper-kbd-global-definition):
6593         Use the new backquote syntax.
6595         * emulation/viper-cmd.el (viper-test-com-defun)
6596         (viper-prefix-arg-value, viper-prefix-arg-com):
6597         Use the new backquote syntax.
6599         * emacs-lisp/debug.el (debugger-env-macro):
6600         Use the new backquote syntax.
6602         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6603         Use the new backquote syntax.
6605         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6606         New user variable.
6607         (calendar-hide-window): Use it.
6608         (increment-calendar-month, calendar-for-loop, calendar-sum):
6609         Use the new backquote syntax.
6611 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6613         * select.el (x-set-selection): Call buffer-substring, not
6614         substring.  Also fix docstring
6616 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6618         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6619         of customizable variables to bug report message. Added
6620         system-type to package name in bug report.
6622 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6624         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6625         to display file names.
6627 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6629         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6631         * isearch.el: Add lazy-highlighting feature.
6633 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6635         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6636         constant.
6637         (ps-mode-submit-bug-report): New function. Entry added to menu.
6639 1999-11-10  William M. Perry  <wmperry@aventail.com>
6641         * mwheel.el: New file to support the new style wheeled mice.
6643 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6645         * startup.el (initial-scratch-message): Add ";;" to the front of
6646         lines in the message.
6648         * files.el (file-local-copy): Remove optional BUFFER argument
6649         because that's not used by anything.
6651         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6652         to-address.
6654 1999-11-08  Markus Rost  <rost@ias.edu>
6656         * wid-edit.el (widget-button-click): Wrap with save-excursion
6657         to restore track-mouse in the correct buffer.
6659 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6661         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6663 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6665         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6666         lpr-command to "lp" for some system-types. (copied from lpr.el
6667         Emacs version 20.2.1).
6669 1999-11-04  Markus Rost  <rost@ias.edu>
6671         * simple.el (comment-region): Strip off white space at end of
6672         comment-start.
6674 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6676         * faces.el (secondary-selection): Fix wrong color name.
6678 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6680         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6681         the default when invoking perldb in a non-Perl buffer, and other
6682         cases involving -e or --.
6684 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6686         * simple.el (previous-matching-history-element)
6687         (next-history-element): Use delete-field instead of erase-field.
6689         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6690         Use delete-field instead of erase-field.
6692         * faces.el (secondary-selection): Change background to yellow.
6694         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6695         find the start of the text.  Use field-string to read the user
6696         input.
6698 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6700         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6701         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6702         for compatibility with old face implementation.
6704         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6705         Use erase-field instead of erase-buffer.
6707         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6708         internal-show-cursor with new interface.
6709         (blink-cursor-timer-function): New.
6710         (blink-cursor-start): Use blink-cursor-timer-function.
6712 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6714         * calendar.el (redraw-calendar): Move to nearest date before
6715         redrawing.
6717         * diary-lib.el (simple-diary-display): Reset modeline even if
6718         there are no diary entries since the diary buffer may be displayed.
6720 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6722         * emacs-lisp/debug.el (debug): If noninteractive, display the
6723         backtrace using `message', then exit Emacs.
6724         (debugger-batch-max-lines): New variable.
6725         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6726         Change the messages put at the start, to say that the debugger
6727         was entered.
6729 1999-11-02  Sam Steingold  <sds@ksp.com>
6731         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6733 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6735         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6736         presence of perl switches other than "-e".
6738 1999-11-01  Markus Rost  <rost@ias.edu>
6740         * dired-x.el (dired-smart-shell-command): Use
6741         shell-command-history as in shell-command.
6743 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6745         * userlock.el (ask-user-about-lock): Doc fix.
6747         * frame.el: Doc fixes.
6749 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6751         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6752         of show-cursor.
6753         (blink-cursor-start, blink-cursor-end): Ditto.
6755         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6757 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6759         * window.el (walk-windows): If ALL-FRAMES is a frame,
6760         start on that frame.  Use save-selected-window.
6762 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6764         * simple.el (end-of-buffer): Use window-end to find the window end
6765         instead of vertical-motion because this handles variable-height
6766         lines correctly.
6768 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6770         * ediff.el: Version change.
6772         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6773         make sure you are in a good frame before deleting other
6774         windows.
6775         (ediff-file-checked-in-p): Don't consider CVS
6776         files checked in.
6777         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6778         are writing to a newly created empty file.
6780         * ediff-mult.el (ediff-show-session-group-hook): New default.
6782         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6783         First cd to the file directory. reportedly works
6784         better with remote files.
6786         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6787         Use file-name-nondirectory when passing files to CVS.
6789         * ediff-diff.el (ediff-cmp-options): New variable.
6790         (ediff-same-file-contents): Use ediff-cmp-options.
6792         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6793         ediff-get-patch-buffer): Use current buffer if it appears to be a
6794         patch.
6796         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6797         C-g
6799         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6800         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6801         (viper-save-cursor-color,viper-restore-cursor-color):
6802         Improved cursor color handling.
6803         (viper-get-saved-cursor-color-in-replace-mode,
6804         viper-get-saved-cursor-color-in-insert-mode): New functions for
6805         better cursor color handling.
6807         * viper-ex.el (ex-read,ex-edit):
6808         Fixes for correct interpretation of #,%.
6809         (viper-ex): Now works correctly when called from other functions.
6810         (viper-glob-function): New variable.
6811         (viper-ex): Save excursion before doing :global.
6813         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6815         * viper-cmd.el (viper-post-command-sentinel,
6816         viper-insert-state-post-command-sentinel,
6817         viper-insert-state-pre-command-sentinel): Takes better care of
6818          cursor colors.
6820         * viper.el: Version change.
6822 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6824         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6825         that the modeline display was updated *only* when
6826         `whitespace-display-in-modeline' was set, not otherwise.
6828 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6830         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6831         "frac12".
6833         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6834         ad-activate.
6836 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6838         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6839         using fboundp instead of assuming that these are not present in
6840         particular flavors of emacs.
6841         (whitespace-version): Update to 2.8
6842         (whitespace-display-in-modeline): Add custom variable to control
6843         displaying the whitespace errors on the modeline based on
6844         suggestion from <klaus.berndl@sdm.de>
6845         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6846         clean, to enable using as a hook function, as suggested by Puneet
6847         Goel <puneet@computer.org>
6848         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6849         quiet was not set, even with whitespace-auto-cleanup set.
6850         (whitespace-mode-line): Now uses less modeline real estate and
6851         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6852         which is present in the file, and <y> is any type of whitespace
6853         whose check has been suppressed by setting
6854         `whitespace-check-<whitespace-type>' to nil.
6855         (whitespace-unchecked-whitespaces): New function to return the
6856         list of whitespaces for whom checks have been suppressed.
6857         (whitespace-display-unchecked-whitespaces): Renamed to
6858         `whitespace-update-modeline' to reflect its functionality.
6860 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6862         * progmodes/compile.el (compilation-error-regexp-alist):
6863         Undo previous change.
6865 1999-10-28  Dave Love  <fx@gnu.org>
6867         * help.el (help-follow): Make arg optional again and really
6868         default to point.
6870 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6872         * paths.el (rmail-file-name): Make it an option.
6874         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6875         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6876         comment fixes.
6878         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6879         MIPS Pro 7.3 compiler error message syntax.
6881 1999-10-27  Dave Love  <fx@gnu.org>
6883         * progmodes/compile.el: Checkdoc-inspired fixes.
6885 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6887         * lpr.el (print-buffer): Doc-string fix.
6889 1999-10-27  Dave Love  <fx@gnu.org>
6891         * emacs-lisp/advice.el: Doc fixes.
6892         (ad-lemacs-p): Removed.
6893         (advice): Add :link to defgroup.
6895 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6897         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6898         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6900 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6902         * window.el (walk-windows): If ALL-FRAMES is a frame,
6903         start on that frame.  Use save-selected-window.
6905 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6907         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6908         ad-activate.  All callers changed, including those in data.c.
6909         (ad-activate-internal-off): Renamed from ad-activate-off.
6910         All uses changed.
6911         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6912         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6913         Alter the definition of ad-activate-internal, not ad-activate.
6915 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6917         * startup.el (command-line-1): Add support for command line
6918         arguments `file' and `execute'.  Fix handling of `visit'.
6920 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6922         * international/mule-cmds.el (read-input-method-name): Handle the
6923         case that the arg DEFAULT is symbol.
6925         * international/mule-diag.el (mule-diag): Handle the case that
6926         default-input-method is symbol.
6928 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6930         * textmodes/tildify.el: New file.
6932 1999-10-25  Sam Steingold  <sds@ksp.com>
6934         * Makefile (compile-files): Fixed the "tr" strings.
6935         (EMACS): Set to ../src/emacs.
6937 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6939         * info.el (Info-build-node-completions): Add '("*") to the
6940         completion list.
6942 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6944         * frame.el (auto-raise-mode): When enabling the mode,
6945         immediately raise the selected frame.
6947         * indent.el (indent-region): Doc fix.
6949         * comint.el (comint-output-filter): Make the Comint buffer current
6950         for the comint-preoutput-filter-functions.
6952         * mail/reporter.el: Doc fix.
6954 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6956         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6957         that Octave lisp files can also run under XEmacs 20.
6958         (require 'custom) added so that files can run under Emacs 19.34.
6960         * iswitchb.el (iswitchb-default-keybindings): No need to use
6961         read-kbd-macro in keybindings.
6963 1999-10-23  Dave Love  <fx@gnu.org>
6965         * elide-head.el: New file.
6967 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6969         * Makefile (compile-files, backup-compiled-files): New targets.
6970         (bootstrap, bootstrap-clean): Ditto.
6972 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6974         * international/mule-cmds.c (locale-language-names):
6975         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6976         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6977         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6978         Use Latin-8 for Welsh.
6979         Use Latin-1 for English if "en" is explicitly specified.
6980         Use Latin-1 for Scots Gaelic, Tagalog.
6981         Use Latin-1 (not Latin-4) for Greenlandic.
6982         Use Latin-1 (not Latin-2) for Albanian.
6983         (locale-preferred-coding-systems, locale-language-names):
6984         Remove generic ISO 8859 locales; locale-charset-language-names now
6985         does this.
6986         (locale-charset-language-names): New variable.
6987         (set-locale-environment): Use language name specified by
6988         locale-charset-language-names if its charsets disagree with the
6989         language name specified by locale-language-names.
6991 1999-10-22  Dave Love  <fx@gnu.org>
6993         * make-mode.el: Minor doc fixes.
6995         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6997 1999-10-21  Dave Love  <fx@gnu.org>
6999         * loadup.el: Add latin-8, latin-9.
7001 1999-10-20  Paul Eggert  <eggert@twinsun.com>
7003         * disp-table.el (standard-display-european): Remove undocumented
7004         arg AUTO; no longer used by startup.el.  Do not attempt to treat
7005         all non-English language environments as coding system names.
7006         Instead, use the downcased language environment name as a coding
7007         system name if it is one; otherwise, use latin-1.
7009 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
7011         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
7012         that were split so that part of the comment appeared as Lisp code.
7014 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7016         * ps-bdf.el: Doc fix.
7018         * ps-print-def.el: New file: common definitions for all parts of
7019         ps-print.
7020         (ps-multibyte-buffer): Moved from ps-mule.
7022         * ps-mule.el: File dependence fix.
7023         (ps-multibyte-buffer): Moved to ps-print-def.
7025         * ps-print.el: Doc fix, better customization.
7026         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
7027         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
7028         (ps-end-file): Doc fix.
7029         (ps-setup, ps-begin-file): Fun fix.
7030         (postscript): New group.
7031         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
7032         (ps-print-prologue-1): Adjust PostScript programming.
7033         (ps-print): Adjust group hierarchy.
7034         (ps-print-n-up, ps-print-zebra, ps-print-background,
7035         ps-print-printer)
7036         (ps-print-page): New subgroups.
7037         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
7038         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
7039         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
7040         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
7041         (ps-zebra-stripe-height, ps-print-background-image)
7042         (ps-print-background-text, ps-spool-config): Adjust customization.
7043         (dos-ps-printer): Definition eliminated.
7045 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7047         * ps-mule.el: Doc fix, define functions properly if mule package is
7048         loaded or not.
7049         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
7050         mule package is loaded or not.
7052         * ps-print.el: Doc fix, n-up printing.
7053         (ps-print-version): New version number (5.0).
7054         (ps-page-dimensions-database): Added document media.
7055         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
7056         (ps-page-order, ps-printing-region-p): New vars.
7057         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
7058         funs.
7059         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
7060         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
7061         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
7062         (ps-n-up-xstart, ps-n-up-ystart): New macros.
7063         (ps-print-begin-sheet-hook): New hook.
7064         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
7065         const.
7066         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
7067         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
7068         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
7069         (ps-count-lines): Changed to defun.
7070         (ps-header-page): Changed to defsubst, fix fun.
7071         (ps-printing-region): Doc fix, adjust programming code.
7072         (ps-output-boolean, ps-background-pages, ps-background-text)
7073         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
7074         programming code.
7076 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7078         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
7079         (ps-print-version): New version number (4.2).
7080         (ps-spool-config, ps-spool-tumble): New vars.
7081         (ps-print-prologue-1): Changed to defconst, adjust PostScript
7082         programming, new PostScript procedure to handle errors.
7083         (ps-print-prologue-2): Changed to defconst.
7084         (ps-print-duplex-feature): New const: duplex and tumble setting.
7085         (ps-setup, ps-begin-file): Fix funs.
7086         (ps-boolean-capitalized): New fun.
7088 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
7090         * Makefile (dontcompilefiles): Obsoleted.
7091         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
7092         (EL): Unused.
7093         (temacs): Removed (unused).
7094         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
7095         version of the file (necessary for the update to work properly).
7096         (autoloads): Force the use of `pwd`/loaddefs.el.
7097         (updates); Redefined in terms of other targets to reduce redundancy.
7098         (.el.elc): New default rule, just in case you want it.
7099         (compile): Use a single invocation of Emacs.
7100         (bootstrap-compile); Unneeded.
7101         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
7103 1999-10-19  Dave Love  <fx@gnu.org>
7105         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
7107 1999-10-19  Sam Steingold  <sds@ksp.com>
7109         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
7110         comply with the comment.
7112 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
7114         * autorevert.el (auto-revert-mode): Make auto-revert-mode
7115         permanent-local.
7117 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
7119         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
7120         value: \"lpr\" changed to "lpr"
7121         (ps-mode-version): New constant
7122         (ps-mode-show-version): New function, added key in ps-mode-map
7123         (ps-run-messages): Removed
7124         (ps-run-font-lock-keywords-2): New defcustom variable replacing
7125         ps-run-messages. These keywords now include the value of
7126         ps-run-prompt, making its fontification customizable.
7127         (ps-run-init): Removed \\n from docstring, it is now added when
7128         the value is used
7129         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
7130         ps-run-prompt
7131         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
7132         customizable variables in doc-string (its equivalent
7133         ps-run-messages was missing in previous version of the doc-string)
7134         (ps-run-mode): Simplified assignment to font-lock-defaults, using
7135         symbols only
7137 1999-10-19  Alex Schroeder  <alex@gnu.org>
7139         * ansi-color.el: Complete rewrite.
7141 1999-10-19  Paul Eggert  <eggert@twinsun.com>
7143         Fix bootstrapping problems.
7144         Use the system locale to specify Emacs locale defaults.
7146         * international/mule-cmds.el (global-map):
7147         Do not use backquote, because that makes a bootstrapping
7148         problem if you need to recompile all Lisp files using interpreted code.
7149         * international/mule.el (charset-id, charset-bytes,
7150         charset-dimension, charset-chars, charset-width,
7151         charset-direction, charset-iso-final-char,
7152         charset-iso-graphic-plane, charset-reverse-charset,
7153         charset-short-name, charset-long-name, charset-description,
7154         charset-plist): Likewise.
7155         * subr.el (save-match-data): Likewise.
7157         * international/mule-cmds.el
7158         (set-display-table-and-terminal-coding-system): New function,
7159         containing code migrated out of set-language-environment.
7160         (set-language-environment, set-locale-environment): Use it.
7161         (locale-translation-file-name): Moved here from startup.el.
7162         (locale-language-names, locale-preferred-coding-systems):
7163         New vars.
7164         (locale-name-match, set-locale-environment): New functions.
7166         * language/japan-util.el (setup-japanese-environment-internal):
7167         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
7169         * startup.el (iso-8859-n-locale-regexp): Remove.
7170         (locale-translation-file-name): Move to mule-cmds.el.
7171         (command-line): Move locale-stuff into set-locale-environment.
7173 1999-10-18  Dave Love  <fx@gnu.org>
7175         * abbrev.el (add-abbrev, inverse-add-abbrev)
7176         (expand-region-abbrevs): Remove properties from buffer text.
7178 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
7180         * iswitchb.el (iswitchb-exhibit): Extract user-input only
7181         from the mini-buffer, without the prompt.
7183         * simple.el (minibuffer-prompt-end): Return the position
7184         after the prompt, not the position of that last character
7185         of the prompt.
7187 1999-10-17  Miles Bader  <miles@gnu.org>
7189         * simple.el: Doc fixes.
7191 1999-10-17  Miles Bader  <miles@gnu.org>
7193         * simple.el (previous-matching-history-element, next-history-element):
7194         Change to work correctly even if the point is in the prompt.
7195         (choose-completion-string): Likewise.
7196         (minibuffer-prompt-width): New function (compatibility with old subr).
7198         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
7199         When constraining the final position to the current field,
7200         don't use the ONLY-IN-LINE mode of constrain-to-field.
7202 1999-10-17  Miles Bader  <miles@gnu.org>
7204         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
7205         constrain-to-field.
7206         * textmodes/paragraphs.el (forward-sentence): Likewise.
7208 1999-10-17  Miles Bader  <miles@gnu.org>
7210         * simple.el (line-move): Use constrain-to-field to avoid
7211         moving into a prompt.
7212         (previous-complete-history-element): Clarify doc string.
7213         (next-complete-history-element): Likewise.
7214         Use field-beginning instead of point-min.
7215         (next-matching-history-element): Use field-beginning and
7216         erase-field instead of point-min and erase-buffer.
7217         * textmodes/paragraphs.el
7218         (forward-paragraph, forward-sentence): Likewise.
7219         (backward-kill-paragraph, backward-kill-sentence): Remove code to
7220         constrain the kill to an field, as the movement commands now
7221         do this.
7223 1999-10-17  Miles Bader  <miles@gnu.org>
7225         * simple.el (previous-matching-history-element): Get the
7226         minibuffer input with field-string instead of buffer-string.
7227         (choose-completion-string): Likewise.
7228         (next-history-element): Likewise.
7229         Erase the minibuffer input with erase-field, not erase-buffer.
7230         Use field-beginning to find the beginning of the input.
7231         * textmodes/paragraphs.el (backward-kill-sentence):
7232         Remove minibuffer-prompt hack.
7233         Constrain to any input field.
7235 1999-10-17  Sam Steingold  <sds@ksp.com>
7237         * bindings.el (completion-ignored-extensions): Added ".sparcf"
7238         for CMUCL on sparc and ".ufsl" for LispWorks.
7239         (bound-and-true-p): Bugfix: free variable `v'.
7241 1999-10-16  Dave Love  <d.love@dl.ac.uk>
7243         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
7244         (edebug-uninstall-read-eval-functions): Use load-read-function,
7245         avoiding elisp-eval.
7247 1999-10-16  Sam Steingold  <sds@ksp.com>
7249         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
7250         instead of `eql'.
7252 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7254         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
7255         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
7256         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
7257         * ediff-util.el (ediff-make-temp-file):
7258         * ediff-vers.el (ediff-pcl-cvs-view-revision):
7259         * emerge.el (emerge-make-temp-file):
7260         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
7261         * vc.el (vc-update-change-log):
7262         * mail/mailpost.el (post-mail-send-it):
7263         * mail/metamail.el (metamail-region):
7264         * progmodes/cmacexp.el (c-macro-expansion):
7265         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
7267 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
7269         * smtpmail.el (smtpmail-via-smtp): Add support for
7270         automatically appending a domain to RCPT TO: addresses.
7272 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7274         * dired.el (dired-insert-directory): Insert the amount of
7275         free space after the total size.
7276         (dired-free-space-program, dired-free-space-args): New variables.
7278 1999-10-14  Karl Heuer  <kwzh@gnu.org>
7280         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
7282 1999-10-14  Dave Love  <fx@gnu.org>
7284         * international/characters.el:
7285         * international/fontset.el:
7286         * international/mule-conf.el: Add latin-iso8859-1[45].
7288         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
7289         strings.
7291         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
7292         (command-line): Detect Latin-[89] locales.
7294 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7296         * international/mule-cmds.el (select-safe-coding-system)
7297         (leim-list-header): Avoid the use of strings that start with backslash
7298         newline since lread.c:read1 has a hack to turn those strings into
7299         integer 0 during the loadup.el process.
7301         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
7303 1999-10-13  Dave Love  <fx@gnu.org>
7305         * image.el (insert-image): Copy the image spec and add an
7306         intangible property.
7308 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7310         * help.el (help-xref-interned): Make it also work on variable-only
7311         and function-only symbols.
7312         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
7313         (help-follow): If the point under mouse is not highlighted, try
7314         `help-xref-interned' on the pointed-to symbol anyway.
7316         * info.el (Info-on-current-buffer): New entry point.
7317         (Info-find-node): Split into two for Info-on-current-buffer to
7318         hook into it.
7319         (Info-current-file, Info-set-mode-line, Info-up):
7320         Info-current-file can now be t.
7321         (Info-clone-buffer-hook): Function for `clone-buffer'.
7322         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
7323         Make `clone-buffer' available in various ways to the user.
7325 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
7327         * simple.el (shell-command, shell-command-on-region): Use
7328         make-temp-file.
7329         (clone-buffer, clone-process, clone-buffer-hook): New functions.
7331         * subr.el (with-current-buffer): Don't use backquotes to avoid
7332         bootstrapping problems.
7334         * loadup.el (load-path): Add subdirs for bootstrapping.
7335         (docstrings): Ignore errors during bootstrapping.
7336         (args): New `bootstrap' argument (for use in place of `dump').
7338 1999-10-12  Emmanuel Briot  <briot@gnat.com>
7340         * ada-stmt.el: Doc-string fixes.
7342 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
7344         * recentf.el: New file.
7346         * ps-mode.el: New file.
7348         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7349         case insensitive.
7351 1999-10-12  Richard Sharman  <rsharman@pobox.com>
7353         * sh-script.el: Added support for indenting existing scripts.
7354         (sh-mode-map): Added new bindings.
7355         (sh-mode): Updated mode doc-string for new commands, added
7356         make-local-variable calls, initialize mode-specific variables.
7357         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
7358         is now a different function.
7359         (sh-header-marker):  Changed docstring.
7360         (sh-set-shell): Initialize mode-specific variables.
7361         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7362         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7363         Changed these define-skeleton calls to work with user-specified
7364         indentation settings.
7365         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7366         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7367         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7368         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7369         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7370         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7371         (sh-guess-basic-offset, sh-handle-after-case-label)
7372         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7373         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7374         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7375         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7376         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7377         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7378         (sh-handle-this-then, sh-help-string-for-variable)
7379         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7380         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7381         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7382         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7383         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7384         (sh-remove-our-text-properties, sh-rescan-buffer)
7385         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7386         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7387         (sh-scan-case, sh-search-word, sh-set-char-syntax)
7388         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7389         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7390         functions.
7391         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7392         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7393         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7394         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7395         (sh-var-list): New variables.
7397 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
7399         * quickurl.el (quickurl-list-insert): `count-lines' was returning
7400         a value one line to high if the cursor wasn't at the start of a
7401         line. A `beginning-of-line' is now performed before making the
7402         call to `count-lines'.
7404 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
7406         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7408 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
7410         * Makefile (setwins): Abstract out the command to find subdirectories
7411         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7412         (custom-deps, finder-data, autoloads, update-subdirs, updates)
7413         (autoloads-with-other-emacs): Use it.
7415         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
7417 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
7419         * Makefile (bootstrap-compile): New target.  Compile Lisp
7420         files with ../src/temacs.
7422 1999-10-08  Dave Love  <fx@gnu.org>
7424         * ange-ftp.el: Require dired when compiling.
7425         (ange-ftp-normal-login): Allow EFS-style port specification.
7427 1999-10-08  Simon Marshall  <simon@gnu.org>
7429         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7430         (regexp-opt-group): Use it to get common suffixes in STRINGS.
7431         If STRINGS is nil, return "" rather than nil.
7433 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7435         * Makefile (compile): Compile files one by one.  Set load-path to
7436         current directory and subdirectories when compiling.
7438 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7440         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7441         (emacs): Use it everywhere instead of EMACS.
7442         (compile): New target.  Compile all Lisp files from scratch.
7443         (recompile): New target.  Recompile lisp directory.
7444         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
7445         an Emacs executable not built in the current directory tree.
7447 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
7449         * filecache.el (file-cache-completion-ignore-case): New variable,
7450         defaulting to the value of completion-ignore-case.
7451         (file-cache-minibuffer-complete): Use it.
7452         (file-cache-files-matching, file-cache-files-matching-internal):
7453         New functions.
7455 1999-10-07  Emmanuel Briot  <briot@gnat.com>
7457         * ada-xref.el: New file
7459         * ada-prj.el: New file
7461         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7463         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7464         subprogram being created.
7466         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7467         ada-indent-newline-indent): Rewritten to support the new indentation
7468         scheme
7470         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7471         New functions
7473         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7474         justification parameter
7476         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7477         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7478         external program
7480 1999-10-07  Dave Love  <fx@gnu.org>
7482         * bindings.el (bound-and-true-p): New macro.
7483         (make-mode-line-mouse-sensitive): Don't require easymenu.
7485 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7487         * custom.el (defface): Extend documentation for new values of
7488         `type'.
7490         * faces.el (face-spec-set-match-display): Recognize `type' of
7491         `motif', `lucid', `x-toolkit'.
7492         (menu): New face.
7494 1999-10-05  Dave Love  <fx@gnu.org>
7496         * files.el: Recognize temporary crontab files.
7498         * info.el: Require jka-compr when compiling.
7499         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7501 1999-10-04  Dave Love  <fx@gnu.org>
7503         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7504         scroll-up-aggressively, scroll-down-aggressively.
7506         * time.el (display-time-mode): Add autoload cookie.
7508         * rect.el (delete-extract-rectangle): Doc fix from verna.
7510         * help-macro.el (three-step-help): Customize.
7512 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7514         * hexl.el (hexlify-buffer): Move point in proper range
7515         if it is too large.
7516         (hexl-after-revert-hook): Update hexl-max-address.
7517         (hexl-address-to-marker): Doc fix.
7519 1999-10-03  Dave Love  <fx@gnu.org>
7521         * image.el (defimage): Remove redundant code.  Substitute file in
7522         image plist.
7524 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7526         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7527         when doing with-temp-file.
7529 1999-10-01  Dave Love  <fx@gnu.org>
7531         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7533         * help.el: Require view when compiling.
7534         (view-emacs-FAQ): Use Info version.
7536 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7538         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7539         (normat->normal).  Use correct font names for Korean
7540         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7542 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7544         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7545         code not used by KOI8 to the same 8-bit code instead of mapping to
7546         SPC.
7547         (cyrillic-alternativnyj-decode-table): Likewise.
7549 1999-09-29  Alex Schroeder  <alex@gnu.org>
7551         * sql.el (sql-imenu-generic-expression): Aew, used to set
7552         imenu-generic-expression.
7553         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7554         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7555         imenu-case-fold-search, and imenu-syntax-alist.
7556         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7557         setting font-lock-defaults' SYNTAX-ALIST.
7559 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7561         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7562         macro, try again.
7564 1999-09-28  Dave Love  <fx@gnu.org>
7566         * cus-edit.el (custom-comment): Change widget definition.
7567         (custom-comment-create, custom-comment-show)
7568         (custom-comment-invisible-p): Don't use :comment-overlay.
7569         (custom-comment-hide): New function.
7570         (custom-variable-set, custom-variable-save)
7571         (custom-variable-reset-standard, custom-face-set)
7572         (custom-face-save): Use it.
7574 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7576         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7578 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7580         * faces.el (region): Doc fix.
7582 1999-09-27  Dave Love  <fx@gnu.org>
7584         * isearch.el (isearch): Add :links in defgroup.
7585         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7586         (isearch-switch-frame-handler): Comment out (unused).
7587         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7588         (isearch-ring-retreat-edit): Doc fix.
7589         (isearch-mouse-yank): New command.
7590         (isearch-last-command-char): Removed.  Callers changed to use
7591         last-command-char.
7592         (isearch-char-to-string): Removed.  Callers changed to use
7593         char-to-string.
7595 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7597         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7598         option for Russian.
7600 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7602         * faces.el (face-differs-from-default-p): Compare face
7603         attributes individually.
7605         * image.el (put-image, insert-image): Add string argument.
7607 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7609         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7610         LANG=de_DE.iso88591 on HPUX 11.0.
7612         * dired.el (dired-move-to-filename-regexp): Make it work
7613         for LANG=de_DE.iso88591 on HPUX 11.0.
7615 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7617         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7618         if we know for some other reason it should not be used.
7620         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7621         New variable.
7622         (edebug-recursive-edit): Save current-prefix-arg there,
7623         bind it, and set it back at the end.
7624         (edebug-outside-excursion): Restore and update the outside
7625         value of current-prefix-arg.
7626         (edebug-emacs-version-specific): Delete support for Epoch.
7628 1999-09-24  Howard Melman  <howard@silverstream.com>
7630         * imenu.el (imenu-after-jump-hook): New variable.
7631         (imenu): Run menu-after-jump-hook.
7632         (imenu-name-lookup-function): New variable.
7633         * imenu.el (imenu--in-alist): Use those variables.
7635 1999-09-24  Carsten Dominik  <cd@gnu.org>
7637         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7638         multiple thebibliography environments.
7640         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7641         with recentering window.
7642         (reftex-extract-bib-entries-from-thebibliography,
7643         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7644         with multiple thebibliography environments.
7646         * textmodes/reftex-vars.el
7647         (reftex-section-levels): Function allowed as cdr.
7648         (reftex-max-section-depth) New option.
7650         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7651         with multiple thebibliography environments.
7653 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7655         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7656         instead of point-min in call to delete-region.
7658 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7660         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7661         out into arbitrary file names.
7663 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7665         * language/european.el ("Turkish"): New language environment.
7667 1999-09-19  Dave Love  <fx@gnu.org>
7669         * delim-col.el: New file.
7671 1999-09-17  Richard Stallman  <rms@gnu.org>
7673         * files.el (after-find-file): When visiting a backup file,
7674         make it read-only.
7676         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7677         (apropos-keybinding-face, apropos-label-face): Likewise.
7678         (apropos-property-face, apropos-match-face): Likewise.
7679         (apropos-label-properties): New variable.
7680         (apropos-print-doc): Use apropos-label-properties.
7681         (apropos-print): Set apropos-label-properties.
7683 1999-09-15  Richard Stallman  <rms@gnu.org>
7685         * winner.el: Use aref instead of sref.
7687         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7689 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7691         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7693 1999-09-14  Richard Stallman  <rms@gnu.org>
7695         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7696         cookie, even if followed by a letter.
7698 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7700         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7701         --no-line-editing are passed to Octave by including them here
7702         rather than storing them in inferior-octave-startup-args.
7704 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7706         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7707         command, option, env and sc.
7709         * subr.el (shell-quote-argument): Quote argument with double
7710         quotes for ms-dos.
7712 1999-09-14  Richard Stallman  <rms@gnu.org>
7714         * simple.el (eval-expression-print-level): New variable.
7715         (eval-expression-print-length): New variable.
7716         (eval-expression-debug-on-error): New variable.
7717         (eval-expression): Bind print-level, print-length and
7718         debug-on-error from those vars.
7720         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7721         Bind print-level, print-length and debug-on-error.
7723 1999-09-14  Inge Frick  <inge@nada.kth.se>
7725         * dired.el (dired-recursive-deletes): New custom variable.
7726         (dired-re-no-dot): New variable.
7727         (dired-delete-file): New function deletes files and directories
7728         recursively.
7729         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7731         * dired-aux.el (dired-recursive-copies): New custom variable.
7732         (dired-handle-overwrite): Broke a long line.
7733         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7734         `copy-file'.
7735         (dired-copy-file-recursive): New function.  Copy directories
7736         recursively.
7737         (dired-do-create-files): Added support for generalized directory
7738         target.  How-to function may now return a function.  New fluid
7739         variable `dired-one-file'.
7740         (dired-copy-how-to-fn): New variable.
7741         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7742         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7743         (dired-do-copy-regexp): No recursive copies.
7745 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7747         * whitespace.el (whitespace-version): Update version to 2.4
7749         * whitespace.el: Add customization variables to conditionally test
7750         any of the five whitespaces, per request from Rune Kleveland
7751         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7753         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7755         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7756         list of modes to be checked for bogus whitespaces.
7758         * whitespace.el (whitespace-rescan-timer-time): Update
7759         documentation.
7761         * whitespace.el (whitespace-display-unchecked-whitespaces):
7762         New function to update modeline with untested whitespaces.
7764         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7765         checking is turned on, and update modeline using the newly created
7766         `whitespace-display-unchecked-whitespaces'.
7768         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7769         whose checking is turned on, and update modeline using the newly
7770         created `whitespace-display-unchecked-whitespaces'.
7772         * whitespace.el (whitespace-describe): Update documentation.
7774         * whitespace.el (whitespace-tickle-timer): Test if
7775         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7777 1999-09-13  Dave Love  <fx@gnu.org>
7779         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7781         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7782         for temp buffer.
7783         (checkdoc-this-string-valid): Don't assume default comment-start.
7785 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7787         * rsz-mini.el: Remove code, keep the interface.
7789 1999-09-13  Dave Love  <fx@gnu.org>
7791         * help.el (help-highlight-p): Doc fix.
7793         * faces.el (mode-line, header-line, tool-bar): Add :version.
7794         (highlight, secondary-selection): Add :group.
7795         (trailing-whitespace): Add :group, :version.
7797         * wid-edit.el: Remove some compatibility code and checks.
7798         (widget-specify-field, widget-specify-button): Don't use XEmacs
7799         properties.
7800         (widget-overlay-inactive): Change error message.
7801         (widget-button-pressed-face): New variable.
7802         (widget-button-click): Use it.
7803         (widget-documentation-link-add): Specify mouse and button faces.
7804         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7805         removed now the functionality is built in.
7807         * cus-edit.el: Don't define-widget-keywords.
7808         (multimedia): New group.
7809         (custom-last): Function removed.
7810         (custom-quote): Add vectorp case, comment out characterp case.
7811         (custom-buffer-done-function, custom-raised-buttons): New option.
7812         (Custom-buffer-done): New function.
7813         (custom-buffer-create-internal): Obey custom-raised-buttons,
7814         Custom-buffer-done.
7815         (custom-button-face): Make it `released-button'.
7816         (custom-button-pressed-face): Make it `pressed-button'
7817         (custom-mode-map): Bind "q" to Custom-buffer-done.
7818         (custom-mode): Deal with raised/pressed buttons.
7820         Changes from Didier Verna:
7821         (custom-prompt-variable): Optional third arg makes prompt for a
7822         comment string.
7823         (customize-set-value, customize-set-variable,
7824         customize-save-variable): Optional prefix makes function handle
7825         variable comments.
7826         (customize-customized, customize-saved, custom-variable-state-set)
7827         (custom-variable-set, custom-variable-save, custom-face-state-set)
7828         (custom-variable-reset-saved, custom-variable-reset-standard)
7829         (custom-face-set, custom-face-save, custom-face-reset-saved)
7830         (custom-face-reset-standard, customize-save-customized): Handle
7831         custom comments.
7832         (custom-comment-face, custom-comment-tag-face): New face.
7833         (custom-comment): New widget.
7834         (custom-comment-create, custom-comment-delete)
7835         (custom-comment-value-set, custom-comment-show)
7836         ()custom-comment-invisible-p): New functions.
7837         (custom-variable-value-create, custom-face-value-create): Create a
7838         comment field widget.
7839         (custom-variable-menu, custom-face-menu): New entry for custom
7840         comment.
7841         (custom-face-value-create): Remove compatibility code.
7842         (custom-save-variables, custom-save-faces): Possibly save custom
7843         comments.
7845         * cus-face.el (custom-face-attributes): Simplify :underline,
7846         :overline, :inverse-video cases.  Fix up :box case (probably needs
7847         more work).
7849         Change from Didier Verna:
7850         (custom-set-faces): The arguments can now have a custom comment as
7851         fourth argument.
7853         * custom.el: Don't define-widget-keywords.
7854         Change from Didier Verna:
7855         (custom-set-variables): The arguments can now have a
7856         custom comment as fifth element.
7858 1999-09-13  Richard Stallman  <rms@gnu.org>
7860         * info.el (Info-find-node): Cope better if guesspos is too large.
7862 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7864         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7865         of buffer-substring because buffer-string doesn't copy the
7866         prompt.
7868         * faces.el (mode-line): Replaces `modeline'.
7869         (toplevel): Make `modeline' an alias for `mode-line'.
7871 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7873         * gs.el: Change `ghostscript' to `postscript' in comment.
7875 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7877         * emulation/tpu-edt.el (tpu-version): New version.
7878         (tpu-search-overlay, tpu-replace-overlay): New variables.
7879         (tpu-search-highlight, tpu-toggle-direction): New functions.
7880         (tpu-lm-replace): Set tpu-replace-overlay.
7881         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7882         command hook.
7884 1999-09-11  Richard Stallman  <rms@gnu.org>
7886         * isearch.el (isearch-mode-map): Undo previous change.
7888         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7889         use all of that as the sexp.
7891         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7892         and use the initial argument as file name directly.
7893         Likewise if nothing matches.
7895 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7897         * winner.el: Major changes.  Avoid changing point and mark.
7898         Save configurations after they change, not before.
7900 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7902         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7903         Bind print-continuous-numbering and print-number-table.
7905 1999-09-10  Dave Love  <fx@gnu.org>
7907         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7909 1999-09-09  Richard Stallman  <rms@gnu.org>
7911         * whitespace.el: Finish making it fit Emacs conventions.
7912         Add autoloads.
7914 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7916         * generic-x.el (bat-generic-mode): "::"-style comments don't
7917         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7918         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7919         from the list of keywords.  Add DO to the list of keywords.
7921 1999-09-09  Dave Love  <fx@gnu.org>
7923         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7924         (byte-optimize-backward-word): New optimizations.
7925         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7926         entries.
7928 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7930         * image.el (put-image): Remove optional buffer parameter.
7932         * faces.el (face-italic-p): Return t only for values `italic'
7933         and `oblique'.
7935         * mouse.el (mouse-drag-mode-line-1): Extension of former
7936         mouse-drag-mode-line that also drags the header line.
7937         (mouse-drag-mode-line): Call it.
7938         (mouse-drag-header-line): New.
7939         (toplevel): Bind down-mouse-1 on header lines to
7940         mouse-drage-header-line.
7942 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7944         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7945         (make-mode-line-mouse-sensitive): Replace `top-line' by
7946         `header-line'.
7948 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7950         * help.el (describe-function-1): Don't return empty string for keymaps.
7952         * fill.el (fill-region-as-paragraph, canonically-space-region):
7953         Respect colon-double-space at end of line.
7955 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7957         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7958         (backup-buffer): Use it.
7960 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7962         * generic-x.el (generic-define-unix-modes): Added new modes:
7963         inetd-conf-generic-mode, etc-services-generic-mode,
7964         etc-passwd-generic-mode.  These are all defined for Unix by default.
7965         (apache-generic-mode): Use an imenu-generic-expression to list
7966         Configuration keywords.
7967         (samba-generic-mode): Use both ; and # as comment characters.
7968         (samba-generic-mode): Font-lock expressions now highlight name
7969         value pairs.
7970         (bat-generic-mode): Keywords are now case-insensitive through
7971         font-lock-defaults setting.
7972         (java-properties-generic-mode): Supports both ! and # as comment
7973         characters.
7974         (java-properties-generic-mode): Added an imenu-generic-expression
7975         (java-properties-generic-mode): Reworked to support the various
7976         different ways to separate name and value (viz, '=', ':' and
7977         whitespace).
7978         (show-tabs-generic-mode): Added this new generic-mode.
7980 1999-09-08  Richard Stallman  <rms@gnu.org>
7982         * progmodes/inf-lisp.el: Moved from top directory.
7984         * tar-mode.el (tar-header-block-tokenize):
7985         Use `when' instead of `and'.  Fix some clobbered text.
7987         * gud.el (gud-make-debug-menu): Make a child for the
7988         local menu, for its menu bar, and the debug menu.
7989         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7990         Use the history in the simple way.
7992 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7994         * language/korea-util.el (default-korean-keyboard): Initialize it
7995         according to the environment variable HANGUL_KEYBOARD_TYPE.
7997 1999-09-07  Richard Stallman  <rms@gnu.org>
7999         * subr.el (make-temp-file): New function.
8001 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
8003         * font-lock.el (font-lock-multiline): New text property contains
8004         a boolean to indicate if the char is part of a multiline match.
8005         (font-lock-default-fontify-region): Extend the region appropriately
8006         for multiline keywords.
8007         (font-lock-default-unfontify-region): Also remove the new
8008         font-lock-multiline text property.
8009         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
8010         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
8012 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8014         * diary-lib.el (list-diary-entries): Make sure two-digit years
8015         have leading zeros.
8017 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
8019         * faces.el (face-set-after-frame-default): Initialize some
8020         attributes of some faces from frame parameters.
8022         * faces.el (scroll-bar, border, cursor, mouse): New faces.
8024 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
8026         * faces.el (fringe): Replaces face `margin'.
8028 1999-09-07  Dave Love  <fx@gnu.org>
8030         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
8032 1999-09-07  Richard Stallman  <rms@gnu.org>
8034         * subr.el (push): Doc fix.
8036 1999-09-06  Richard Stallman  <rms@gnu.org>
8038         * vc.el (vc-annotate-display): Use < 69 not < 70
8039         to distinguish 20YY from 19YY.
8041         * timezone.el (timezone-parse-date): Use < 69 not < 70
8042         to distinguish 20YY from 19YY.
8044         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
8046 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
8048         * quickurl.el: (quickurl-list-focused-line): Removed.
8049         (quickurl-list-insert): Now works out the focused line using
8050         `count-lines' instead of using `quickurl-list-focused-line'.
8052 1999-09-06  Richard Stallman  <rms@gnu.org>
8054         * mail/rmail.el (rmail-retry-failure): Unconditionally move
8055         to beginning of message.
8057 1999-09-06  Dave Love  <fx@gnu.org>
8059         * isearch.el (isearch-mode-map): Add mouse-2.
8061         * mail/rmail.el (rmail-read-password): Deleted.
8062         (rmail-get-pop-password): Use read-password.
8064         * quickurl.el: Don't conditionally define caddr.
8065         (quickurl-url-comment): Use nth, not caddr in function and
8066         defsetf.
8068 1999-09-06  Richard Stallman  <rms@gnu.org>
8070         * auto-show.el: Doc fixes.
8072 1999-09-06  Stephen Eglen  <stephen@gnu.org>
8074         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
8075         --no-line-editing so that TABs in source files are not interpreted
8076         as completion requests.
8078 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
8080         * hscroll.el, auto-show.el: Remove all code, keep the public
8081         interface as no-ops.
8083         * faces.el (face-bold-p): Don't return t if face has lighter
8084         weight than normal.
8086 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
8088         * startup.el (command-line): Make small-temporary-file-directory
8089         be nil except on ms-dos.
8091         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
8093         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
8094         is defined.
8096         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
8097         letters with a colon after d or l.
8099 1999-09-06  Dave Love  <fx@gnu.org>
8101         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
8102         primitive.)
8104 1999-09-05  Richard Stallman  <rms@gnu.org>
8106         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
8108         * textmodes/paragraphs.el (backward-kill-sentence):
8109         Don't test minibuffer-prompt-end here.
8110         (forward-sentence): Do handle it here.
8111         (backward-kill-paragraph): Don't test it here.
8112         (forward-paragraph): Handle it here.
8114         * mouse.el (font-menu-add-default): Simplify code.
8116 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
8118         * faces.el (header-line): Renamed from `top-line'.
8120 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
8122         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
8124 1999-09-04  Richard Stallman  <rms@gnu.org>
8126         * whitespace.el: New file.
8128 1999-09-04  Dave Love  <fx@gnu.org>
8130         * paths.el: Make some doc strings obey the make-docfile convention.
8132         * bindings.el: Likewise.
8133         (debug-ignored-errors): Remove BBDB ones.
8135 1999-09-03  Richard Stallman  <rms@gnu.org>
8137         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
8138         not from the draft to forward.
8140         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
8142 1999-09-03  Dave Love  <fx@gnu.org>
8144         * double.el (double-mode): Customize the variable.
8146 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
8148         * international/characters.el: Delete duplicated code.
8150 1999-09-02  Richard Stallman  <rms@gnu.org>
8152         * indent.el (indent-relative): Doc fix.
8154         * quickurl.el (quickurl): Doc fix.
8156 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
8158         * faces.el (margin): Change background to "gray" for mono (this is
8159         drawn with a stipple pattern).
8161 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
8163         * simple.el (next-history-element): Use minibuffer-prompt-end once
8164         again.  Remove test for minibuffer-prompt-in-buffer.
8166 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
8168         * files.el (small-temporary-file-directory): New variable.
8170         * startup.el (command-line): Compute the value of
8171         small-temporary-file-directory.
8173         * ediff-init.el (ediff-temp-file-prefix): Use
8174         small-temporary-file-directory if non-nil.
8176         * vc.el (vc-update-change-log): Likewise.
8178         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
8180         * simple.el (shell-command, shell-command-on-region): Use
8181         make-temp-name properly.  Use small-temporary-file-directory if
8182         non-nil, otherwise temporary-file-directory, to generate temporary
8183         files.
8185         * dos-w32.el (direct-print-region-helper): Use
8186         temporary-file-directory.  (From Stefan Monnier.)
8188 1999-09-02  Richard Stallman  <rms@gnu.org>
8190         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
8191         from asm-comment-char.
8192         (asm-font-lock-keywords): Recognize instruction width suffixes.
8194 1999-09-01  Richard Stallman  <rms@gnu.org>
8196         * play/fortune.el: New file.
8198 1999-08-31  Dave Love  <fx@gnu.org>
8200         * help.el (help-make-xrefs): Don't lose on non-empty blank line
8201         after key table.
8203         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
8204         redisplay variables.
8206         * subr.el (push): Fix typo.
8208 1999-08-30  Kevin Blake  <kblake@ticnet.com>
8210         * emacs-lisp/ring.el: Many doc fixes.
8211         (ring-size, ring-copy): New functions.
8213 1999-08-29  Richard Stallman  <rms@gnu.org>
8215         * progmodes/etags.el (tags-loop-continue):
8216         After tags-loop-operate returns, force skip to next file.
8218         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
8219         (mail-extr-first-letters, mail-extr-last-letters):
8220         Use character classes [:alpha:] and [:alnum:].
8222         * subr.el (push, pop): New macros.
8224         * progmodes/compile.el (compilation-error-regexp-alist):
8225         New item for SGI IRIX MipsPro compilers.
8227         * speedbar.el (speedbar-directory-buttons): Recognize
8228         device names when checking for file names.
8230         * array.el (array-reconfigure-rows): Use generate-new-buffer.
8232         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
8233         and specially handle defvar inside their expansions.
8234         (eval-defun-1): New subroutine.
8236         * progmodes/compile.el (compilation-error-regexp-alist):
8237         Fix the Perl -w entry to allow period after line number.
8238         Don't allow newlines in file name, but allow them after line number
8239         for Perl debugging traces.
8241         * which-func.el (which-func-cleanup-function): New variable.
8242         (which-function): Call that function.
8244         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
8245         to end a function name.
8247         * informat.el (Info-tagify): Don't insert more than one newline
8248         before the tag table.
8250 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
8252         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
8253         than make-temp-name, use match-string-no-properties, and eliminate
8254         a quadratic behavior when building bibtex-strings.
8256 1999-08-29  Alex Schroeder  <alex@gnu.org>
8258         * comint.el (comint-input-ring-separator): New variable.
8259         (comint-read-input-ring): Doc change; use
8260         comint-input-ring-separator when reading file.
8261         (comint-write-input-ring): Use
8262         comint-input-ring-separator when writing file.
8264 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
8266         * informat.el (Info-tagify): Start by widening.
8267         Match node headers that don't list the file name,
8268         and more kinds of page separations.
8269         Strip properties during tagification.
8270         Use start of node header line as tag's position.
8271         Fix the "done" message.
8273         (Info-validate): Save and restore match data around narrowing down.
8275 1999-08-28  Richard M. Stallman  <rms@gnu.org>
8277         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
8278         On repeated call, override previous values put into
8279         minor-mode-map-alist and minor-mode-alist.
8281 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
8283         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
8285 1999-08-27  Andreas Schwab  <schwab@gnu.org>
8287         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
8288         from cvs update.
8290 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8292         * calendar/calendar.el (calendar-move-hook): New hook.
8294         * calendar/cal-move.el: Call the new hook in every movement function.
8296         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
8297         the right function name.
8299 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
8301         * time-stamp.el: Put quote-backquote around all symbol names
8302         in doc strings, for mousing.
8303         (time-stamp): Support multi-line patterns.
8304         (time-stamp-inserts-lines): New variable.
8305         (time-stamp-count): New variable.
8306         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
8307         "Thu" instead of "%a".
8309 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8311         * simple.el (kill-word): Undo previous change.
8313 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8315         * jit-lock.el (jit-lock-function): Extend the fontified range
8316         to the beginning of the line containing the range start and
8317         the beginning of the line following the range end.
8319 1999-08-24  Dave Love  <fx@gnu.org>
8321         * timezone.el: Move provide to end.
8322         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
8323         <70 are 2000+.
8324         (timezone-parse-time): Simplify somewhat.
8326 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
8328         * faces.el (margin): Renamed from bitmap-area.
8330 1999-08-24  Alex Schroeder  <alex@gnu.org>
8332         * sql.el: Doc changes.
8333         (sql-sybase): Use sql-server instead of sql-database.
8335 1999-08-23  Dave Love  <fx@gnu.org>
8337         * rect.el: Add/fix various doc strings.  Add `*' to all the
8338         interactive specs.
8340 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
8342         * jit-lock.el (jit-lock-function): Use line-beginning-position.
8343         Don't unwind-protect font-lock-fontify-region.
8345         * paragraphs.el (backward-kill-paragraph): Don't move
8346         point into mini-buffer prompt.
8347         (backward-kill-sentence): Ditto.
8349         * simple.el (next-history-element): Use minibuffer-prompt-end.
8350         Remove test for minibuffer-prompt-in-buffer.
8351         (kill-word): Don't move point into mini-buffer prompt.
8353 1999-08-21  Dave Love  <fx@gnu.org>
8355         * Makefile: Exclude CVS dirs like RCS.
8357 1999-08-19  Dave Love  <fx@gnu.org>
8359         * tooltip.el (tooltip-mode): Customize this, per convention.
8360         (tooltip-active): Option deleted.
8362         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
8364         * hanoi.el, page-ext.el: Declare dynamic vars.
8366         * term.el: Avoid ange-ftp related compilation warnings.
8368 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
8370         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8371         the default so that beginners can benefit from it without
8372         searching in manuals.
8374 1999-08-18  Ray Blaak  <blaak@gnu.org>
8376         * progmodes/delphi.el: Consider assembly sections as blocks, to
8377         indent them better. Make auto-indent on newline optional.
8379 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
8381         * bindings.el (mode-line-modified): Look up key binding for C-x
8382         C-q.  If it's bound call that binding, otherwise call
8383         toggle-read-only.
8385 1999-08-17  Dave Love  <fx@gnu.org>
8387         * info.el (info): Doc fix.
8389         * finder.el (finder-known-keywords): Add `multimedia'.
8391         * apropos.el: Don't capitalize custom group name.
8393         * info-look.el: Remove compatibility code.
8394         (info-lookup-guess-default*): DTRT for point at start of symbol.
8395         (info-complete): Don't lose with point not at end of symbol.
8397 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
8399         * term.el (toplevel): Make face `term-default' an empty face.
8400         The code relied on the fact that Emacs ignored invalid faces in
8401         face text properties in 20.4.
8403 1999-08-16  Richard M. Stallman  <rms@gnu.org>
8405         * subr.el (point-at-eol, point-at-bol): New aliases.
8407         * simple.el: Functions reordered.
8409         * rect.el (delete-rectangle-line): Use line-end-position.
8411 1999-08-16  Karl Heuer  <kwzh@gnu.org>
8413         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8414         here from simple.el.
8416 1999-08-16  Dave Love  <fx@gnu.org>
8418         * mouse.el: Provide `mldrag' for compatibility.
8419         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8420         marked obsolete.
8422         * mldrag.el: Removed since the features are in mouse.el.
8424         * jka-compr.el (auto-compression-mode): New variable for
8425         customization.
8427         * bindings.el (mode-line-mule-info): Doc fix.
8429         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8430         name comparisons.
8432         * files.el (interpreter-mode-alist): Add make, guile, clisp.
8433         (find-file): Doc fix.
8435 1999-08-16  Carsten Dominik  <cd@gnu.org>
8437         * textmodes/reftex.el: Most of the code moved to other files.
8438         * textmodes/reftex-auc.el: New file, split out from reftex.el
8439         * textmodes/reftex-cite.el: New file, split out from reftex.el
8440         * textmodes/reftex-global.el: New file, split out from reftex.el
8441         * textmodes/reftex-index.el: New file, split out from reftex.el
8442         * textmodes/reftex-parse.el: New file, split out from reftex.el
8443         * textmodes/reftex-ref.el: New file, split out from reftex.el
8444         * textmodes/reftex-sel.el: New file, split out from reftex.el
8445         * textmodes/reftex-toc.el: New file, split out from reftex.el
8446         * textmodes/reftex-vars.el: New file, split out from reftex.el
8447         * textmodes/reftex-vcr.el: New file, split out from reftex.el
8449 1999-08-16  Carsten Dominik  <cd@gnu.org>
8451         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8452         conflict with pop-up-frames.
8453         (reftex-special-environment-parsers): New constant.
8454         (reftex-label-alist): car of an entry can also be a function.
8455         (reftex-what-special-env): Cew function.
8456         (reftex-label-location): Call `reftex-what-special-env'.
8457         (reftex-compile-variables): Check for symbol in
8458         `reftex-label-alist'.
8459         (reftex-what-environment): Fixed bug with stacked environments of
8460         same kind (e.g. enumerate).
8461         (reftex-process-string): Preserve default directory.
8462         (reftex-label-alist-builtin): Changed prefixes of endnote and
8463         footnote.  Also the magic words.
8464         (reftex-reference): Interprete new option
8465         `reftex-fref-is-default'.
8466         (reftex-replace-prefix-escapes): Interprete new `%S' format.
8467         (reftex-toc-mouse-view-line): Command removed (had no binding).
8468         (reftex-everything-regexp): New function.
8469         (reftex-nearest-match): Made better.
8470         (reftex-toc-find-section): Use new version of
8471         `reftex-nearest-match'.
8472         (reftex-insert-docstruct): Adapted to work with the index stuff.
8473         (reftex-parse-from-file): Find index entries as well.
8474         (reftex-toc-toggle-index): New function
8475         (reftex-toc-map): `i' is now used to togle the index, File
8476         boundaries has been moved to `F'.
8477         (reftex-select-label-map): Toggling display of file boundaries is
8478         now on the `F' key, for consistency with `reftex-toc-map'.
8479         (reftex-erase-all-selection-and-index-buffers): Renamed from
8480         `reftex-erase-all-selection-buffer'.  Now also kills the index
8481         buffers.
8482         (reftex-viewing-cross-references): Customization group renamed
8483         from reftex-viewing-cross-references-and-citations.
8484         (reftex-index-macro-regexp,
8485         reftex-find-index-entry-regexp-format): New variables
8486         (reftex-macros-with-index): New variable
8487         (reftex-add-index-macros): New function
8488         (reftex-renumber-simple-labels, reftex-translate): Allow for
8489         multiple labels in a single ref command.
8490         (reftex-index-support): New customization group
8491         (reftex-support-index, reftex-index-special-chars,
8492         reftex-index-macros, reftex-index-default-macro,
8493         reftex-index-default-tag, reftex-index-math-format,
8494         reftex-index-section-letters, reftex-index-include-context,
8495         reftex-index-follow-mode, reftex-index-header-face,
8496         reftex-index-section-face, reftex-index-tag-face,
8497         reftex-index-face): New options
8498         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8499         reftex-index-tag, reftex-index-return-marker,
8500         reftex-index-restriction-indicator, reftex-index-restriction-data,
8501         reftex-index-macro-regexp, reftex-index-level-re,
8502         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8503         reftex-everything-regexp-no-index, reftex-index-re,
8504         reftex-macros-with-index, reftex-index-macro-alist): New variables
8505         (reftex-index-help, reftex-index-macros-builtin,
8506         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8507         reftex-query-index-macro-help): New constants
8508         (reftex-index-selection-or-word, reftex-index,
8509         reftex-default-index, reftex-update-default-index,
8510         reftex-index-complete-tag, reftex-index-select-tag,
8511         reftex-index-complete-key, reftex-index-update-taglist,
8512         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8513         reftex-display-index, reftex-insert-index,
8514         reftex-index-insert-new-letter, reftex-get-restriction,
8515         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8516         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8517         reftex-index-toggle-follow, reftex-index-toggle-context,
8518         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8519         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8520         reftex-index-quit, reftex-index-quit-and-kill,
8521         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8522         reftex-index-revert, reftex-index-switch-index-tag,
8523         reftex-index-restrict-to-section, reftex-index-widen,
8524         reftex-index-restriction-forward,
8525         reftex-index-restriction-backward, reftex-index-visit-location,
8526         reftex-index-analyze-entry, reftex-index-globalize,
8527         reftex-index-edit, reftex-index-toggle-range-beginning,
8528         reftex-index-toggle-range-end, reftex-index-edit-key,
8529         reftex-index-edit-attribute, reftex-index-edit-visual,
8530         reftex-index-edit-part, reftex-index-level-down,
8531         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8532         reftex-index-change-entry, reftex-index-goto-letter,
8533         reftex-add-index-macros, reftex-ensure-index-support,
8534         reftex-index-info-safe, reftex-index-info): New functions.
8537 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8539         * paren.el (show-paren-mode): Support making show-paren-mode
8540         a buffer-local variable.  Don't check for a window system.
8541         (show-paren-function): Check whether show-paren-function is
8542         enabled in current buffer; do the right thing if not.
8543         Don't check for a window system.
8544         (show-paren-mode): Make it a user variable.
8546         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8547         Handle `enum' like `struct'.
8549         * server.el (server-process-filter): If a client visits no buffers,
8550         close it immediately before recording it.
8552         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8553         Optimize by calling concat just once.  Handle =\n sequence.
8554         (mail-unquote-printable-region): New command.
8555         (mail-quote-printable): Make it autoload.
8557 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8559         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8561 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8563         * lisp/texinfmt.el: Handle @ifnottex.
8565 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8567         * frame.el (blink-cursor): Don't turn on cursor blinking for
8568         ms-dos.
8570         * faces.el (face-valid-attribute-values): Look in
8571         x-bitmap-file-path only for x and w32 window systems.
8573         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8574         Do that if width is nil as well.
8575         (x-display-mm-height, x-display-mm-width): Update values.
8576         (x-colors): Compute the list from msdos-color-values.
8577         (x-select-enable-clipboard): Doc fix.
8578         (x-frob-font-weight, x-font-family-list): New functions.
8580 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8582         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8583         back up from beginning of buffer.
8585 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8587         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8589 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8591         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8592         doomsday clock, speed control is added and changes are made to
8593         allow large numbers of rings: rings now show the whole ring
8594         number, not just the last digit; consecutive rings are allowed to
8595         be the same size when necessary to fit all the rings in the
8596         window; and poles can be oriented horizontally.  Face support is
8597         thrown in gratuitously.
8598         (hanoi): Changed default number of rings back to 3.
8599         (hanoi-unix, hanoi-unix-64): New commands
8600         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8601         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8602         hanoi-odd-ring-face): New variables.
8603         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8604         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8605         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8606         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8607         (hanoi-topos, hanoi-draw-ring): Removed.
8609 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8611         * faces.el (face-valid-attribute-values): Return an alist for
8612         families on ttys.
8613         (face-read-integer): Handle unspecified face attributes.  Add
8614         completion for `unspecified'.
8615         (read-face-attribute): Handle unspecified font attributes.
8616         (face-valid-attribute-values): Add `unspecified' to lists so that
8617         it can be chosen via completion.
8618         (face-read-string): Don't recognize "none" as input.
8620 1999-08-10  Dave Love  <fx@gnu.org>
8622         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8623         string.
8625         * sun-curs.el: Require sun-fns.
8627 1999-08-10  Dave Love  <fx@gnu.org>
8629         * autorevert.el (auto-revert-mode): Add autoload cookie.
8631         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8632         hscroll.
8634         * simple.el (hscroll-step, hscroll-point-visible)
8635         (hscroll-window-column): Remove now we have the mentioned real
8636         horizontal autoscrolling.
8638 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8640         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8641         control use of -f option.
8642         (mail-specify-envelope-from): New variable.
8643         (mail-from-style): Doc fix.
8645         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8646         (easy-menu-get-map): New arg TO-MODIFY helps choose
8647         between local and global maps.
8648         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8649         (easy-menu-change): Doc fix.
8651         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8652         (info-lookup-guess-default): Simplified and cleaned up.
8653         (info-lookup-guess-default*): Preserve point.
8655         * view.el (view-mode-disable): If buffer-read-only is nil,
8656         don't change it.
8658         * files.el (after-find-file): Disable View mode if buffer is no
8659         longer read-only.
8661         * view.el (view-mode-enable, view-mode-disable):
8662         Call force-mode-line-update.
8664 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8666         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8667         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8668         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8670 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8672         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8673         to prevent m-eating-bug.
8675 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8677         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8678         frame-set-background-mode instead.  All callers changed.
8679         (msdos-face-setup): Don't force color display parameter, it is set
8680         by frame-set-background-mode.
8681         (make-msdos-frame): Call x-handle-reverse-video and
8682         face-set-after-frame-default.  Delete frame if creation failed.
8684         * faces.el (face-set-after-frame-default): Don't call
8685         make-face-x-resource-internal for the pc window-system.
8687 1999-08-10  Dave Love  <fx@melange.gnu.org>
8689         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8690         case with no docstring specially.
8692 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8694         * complete.el (PC-do-completion): If completing on file name,
8695         reproduce str by concatenating its directory and basename parts.
8697 1999-08-07  Dave Love  <fx@gnu.org>
8699         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8700         unibyte to multibyte conversion of search-forward (from Handa),
8701         but avoid the replacement if the language is Latin-N.
8703 1999-08-06  Richard Stallman  <rms@gnu.org>
8705         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8706         of eval-buffer.
8708         * international/mule.el (load-with-code-conversion):
8709         Pass t to eval-buffer for DO-ALLOW-PRINT.
8711 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8713         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8714         of filenames and attributes.
8715         (ls-lisp-insert-directory): Use directory-files-and-attributes
8716         for speed.
8718 1999-08-05  Dave Love  <fx@gnu.org>
8720         * auto-show.el (auto-show-mode): Fix :set.
8722         * widget.el (define-widget-keywords): Make dummy definition and
8723         comment-out its use.
8725 1999-08-04  Richard Stallman  <rms@gnu.org>
8727         * progmodes/tcl.el: Customized.
8729         * sql.el (sql-accumulate-and-indent): Instead of testing
8730         whether this is Emacs 20 before calling comint-accumulate,
8731         test whether comint-accumulate is defined.
8733 1999-08-04  Dave Love  <fx@gnu.org>
8735         * sgml-mode.el: Require outline when compiling.
8736         (sgml-mode-hook, html-mode-hook): Customize.
8737         (sgml-validate-command): Fix :version.
8738         (html-autoview-mode): Doc fix.
8740         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8741         nothing in Latin-N environment.
8743         * info.el (Info-find-node): Call info-initialize here.
8744         (info): Not here.
8745         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8747 1999-08-04  Richard Stallman  <rms@gnu.org>
8749         * ansi-color.el: New file.
8751 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8753         * dired.el (dired-string-replace-match): Return `nil' when no match
8754         found with global search.
8756         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8757         * terminal.el (te-terminfo-directory):
8758         * mail/mailpost.el (post-mail-send-it):
8759         * mail/metamail.el (metamail-region):
8760         * progmodes/ada-mode.el (ada-tmp-directory):
8761         Use temporary-file-directory.
8763         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8764         (compilation-filter, compilation-forget-errors)
8765         (compilation-parse-errors): Use a marker instead of an integer for
8766         `compilation-parsing-end'.
8768         * progmodes/diff.el (diff-parse-differences):
8769         Use a marker instead of an integer for `compilation-parsing-end'.
8770         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8771         Use a marker instead of an integer for `compilation-parsing-end'.
8773 1999-08-03  Richard Stallman  <rms@gnu.org>
8775         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8776         (Buffer-menu-mode): Doc fix.
8777         (Buffer-menu-view): New command.
8778         (Buffer-menu-view-other-window): New command.
8780 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8782         * replace.el (query-replace-regexp-eval)
8783         (replace-eval-replacement, replace-loop-through-replacements)
8784         (replace-match-string-symbols): New functions.
8785         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8786         Use replace-loop-through-replacements.
8788 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8790         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8791         (5x5): Doc fix.
8793 1999-08-03  Dave Love  <fx@gnu.org>
8795         * fortran.el (fortran-indent-new-line): Make it an alias
8796         for reindent-then-newline-and-indent.
8798 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8800         * rect.el: All functions rewritten, except when noted above
8801         their declaration.  Below is a list of interface changes.
8802         (apply-on-rectangle): New function, mostly replaces
8803         `operate-on-rectangle'.  All callers changed.
8804         (move-to-column-force): Pass new second argument to `move-to-column'.
8805         (kill-rectangle): Added optional prefix arg to fill lines.
8806         (delete-rectangle): Ditto.
8807         (delete-whitespace-rectangle): Ditto.
8808         (delete-extract-rectangle): Ditto.
8809         (open-rectangle): Ditto.
8810         (clear-rectangle): Ditto.
8811         (delete-whitespace-rectangle-line): New function.
8812         (delete-rectangle-line): Added third arg FILL.
8813         (delete-extract-rectangle-line): Ditto.
8814         (open-rectangle-line): Ditto.
8815         (clear-rectangle-line): Ditto.
8817 1999-08-03  Ray Blaak  <blaak@gnu.org>
8819         * progmodes/delphi.el: New file.
8821 1999-08-02  Richard Stallman  <rms@gnu.org>
8823         * textmodes/outline.el (outline-previous-heading): New function.
8824         (outline-up-heading-all): Use outline-previous-heading.
8825         (outline-next-heading): Delete definition inserted yesterday.
8827 1999-08-01  Richard Stallman  <rms@gnu.org>
8829         * textmodes/outline.el (outline-next-heading): New function.
8830         (outline-up-heading-all): New function.
8831         (outline-font-lock-level): Using outline-up-heading-all.
8832         Tell outline-back-to-heading to accept invisible headings.
8834         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8836         * mail/mh-utils.el (mh-find-path-run): New variable.
8837         (mh-find-path): Test and set that.
8838         Set mail-user-agent only the first time this function is run.
8839         (mail-user-agent): Defvar deleted.
8841         * info.el (info-initialize): New function.
8842         (info): Call info-initialize.
8843         (Info-directory-list): Initialize to nil,
8844         so info-initialize will set it up for real.
8846 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8848         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8849         does not interpret a time as the year in a day-month entry.
8851         * calendar/diary-lib.el: Change syntax table entry for colon in
8852         the diary as part of the european-date-diary-pattern fix.
8854 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8856         * international/mule.el (set-auto-coding): Allow whitespace before
8857         and after the "variable: value" pair.
8859 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8861         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8862         (default-sendmail-coding-system): Doc-string fixed.
8864 1999-07-30  Dave Love  <fx@gnu.org>
8866         * subr.el (assoc-delete-all): New function, renamed from
8867         frame-delete-all.
8869         * frame.el: Change comments to doc strings and other doc fixes.
8870         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8871         Callers changed.
8872         (set-background-color, set-foreground-color, set-cursor-color)
8873         (set-mouse-color, set-border-color): Offer completion of colours.
8874         (cursor): Add :version to defgroup.
8876         * facemenu.el (list-colors-display): Make it work on ttys.
8877         (facemenu-read-color): Likewise.
8879 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8881         * frame.el (frame-notice-user-settings): If background
8882         color has been changed, update background-mode from it,
8883         then update faces.
8885 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8887         * net-utils.el (finger): Don't do indirect fingering.
8889 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8891         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8892         rules.  Add separator at end of holidays.
8893         (cal-tex-rules): New customizable variable.
8894         (cal-tex-latexify-list): Add optional parameter to put separator
8895         at end.
8897 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8899         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8900         fill prefix on each line while looping to the end of paragraph.
8901         End paragraph if it's longer than the existing fill prefix.
8903         * textmodes/fill.el (fill-context-prefix): Doc fix.
8905 1999-07-30  Dave Love  <fx@gnu.org>
8907         * font-lock.el (jit-lock): Fix :load, add :version.
8909 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8911         * term/pc-win.el (msdos-face-setup): Register standard colors in
8912         Vface_tty_color_alist.
8913         (face-color-supported-p, face_color_gray_p): New functions.
8915         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8916         is bound.
8918         * startup.el (command-line): Don't register default colors for
8919         MSDOS window-system.
8921 1999-07-29  Dave Love  <fx@gnu.org>
8923         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8924         charquote.
8926         * lisp-mode.el (eval-defun): Re-written to avoid
8927         capturing variables.
8929         * picture.el (picture-beginning-of-line): Don't call
8930         hscroll-point-visible now we have real autoscrolling.
8931         (picture-end-of-line, picture-newline, picture-open-line):
8932         Likewise.
8934         * international/latin-8.el: New file.
8935         * international/latin-9.el: New file.
8937 1999-07-28  Dave Love  <fx@gnu.org>
8939         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8941         * msb.el: Require cl only when compiling.
8942         (msb--home-dir): Deleted.
8943         (msb--format-title): Use abbreviate-file-name.
8944         (msb--choose-file-menu): Simplify string comparison.
8946 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8948         * faces.el (toolbar): Add face definition for mono displays.
8950 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8952         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8954         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8955         force copying of default-frame-alist.
8957 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8959         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8961 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8963         * frame.el (set-mouse-color): If new color is nil,
8964         really respecify the current color.
8966 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8968         * faces.el (bitmap-area): Change background of face `bitmap-area'
8969         to white for mono displays.
8971 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8973         * international/ccl.el (ccl-embed-symbol): New function.
8974         (ccl-program-p): Deleted.  Now it's implemented in C code.
8975         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8976         (ccl-compile-translate-character): Likewise.
8977         (ccl-compile-map-single): Likewise.
8978         (ccl-compile-multiple-map-function): Likewise.
8979         (declare-ccl-program): Doc-string modified.
8980         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8982 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8984         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8986 1999-07-25  Markus Rost  <rost@gnu.org>
8988         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8989         the entries to make custom-file more readable.
8991 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8993         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8995         * emacs-lisp/edebug.el: Delete compatibility code.
8996         (edebug-next-token-class): If . is followed by a digit,
8997         return `symbol' for the token class.
8999         * startup.el (command-line): If we don't find the user's init file,
9000         set user-init-file to nil.
9002 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9004         * info-look.el (info-lookup-interactive-arguments): Add optional
9005         argument query for new choice of help mode.
9006         (info-lookup-symbol):  Use it.
9007         (info-lookup-file): Ditto.
9008         (info-lookup): Don't switch to other window, if already in Info
9009         buffer.
9011 1999-07-23  Dave Love  <fx@gnu.org>
9013         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
9014         syntax.
9015         (fortran-fontify-string, fortran-match-!-comment): Deleted.
9016         (fortran-font-lock-syntactic-keywords): New variable.
9017         (fortran-mode): Use it.
9018         (fortran-font-lock-keywords-1): Don't do comments.
9019         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
9020         match data.
9022         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
9024         * msb.el (msb-menu-bar-update-buffers): Renamed from
9025         menu-bar-update-buffers.
9026         (msb-custom-set, msb--toggle-menu-type): Call
9027         msb-menu-bar-update-buffers.
9028         (msb-mode): Revise the hook setting.
9030         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
9032 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
9034         * font-lock.el, help.el, simple.el: Re-integrate previously
9035         described changes that were lost due to errors while checking them
9036         in.
9038 1999-07-23  Kevin Blake  <kblake@ticnet.com>
9040         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
9042 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
9044         * international/encoded-kb.el
9045         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
9046         but push it to unread-command-events.
9047         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
9048         (encoded-kbd-self-insert-sjis): Likewise.
9049         (encoded-kbd-self-insert-big5): Likewise.
9051         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
9052         before left margin and fill-prefix by fill-find-break-point.
9054 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9056         * info-look.el (info-lookup-setup-mode): Don't give up, if
9057         info-lookup-make-completions returns an error.
9058         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
9059         name latex, not latex2e.
9061 1999-07-21  Richard M. Stallman  <rms@gnu.org>
9063         * replace.el (perform-replace): Turn off case-fold-search
9064         if FROM-STRING argument has uppercase in it.
9066 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9068         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
9069         mode is on.  Don't use end of changed text.
9071 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9073         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
9074         (cl-hash-table-p): Renamed from hash-table-p.
9075         (cl-hash-table-count): Renamed from hash-table-count.
9076         (maphash): Alias to cl-maphash removed.
9077         (gethash): Likewise.
9078         (puthash): Likewise.
9079         (remhash): Likewise.
9080         (clrhash): Likewise.
9082 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9084         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
9085         third arg non-nil.  See comment there why this isn't a good idea.
9087 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9089         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
9091         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
9092         sit-for with 3rd arg non-nil to prevent redisplay.
9094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9096         * image.el (image-type-from-file-header): If file doesn't
9097         have a directory part, add data-directory.
9099 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9101         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
9102         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
9103         motion handling when tooltip-gud-tips-p is nil.
9105 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9107         * tooltip.el (tooltip-mode): Don't use `plusp'.
9108         (tooltip-active): Use initial value of nil.
9110         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
9112 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9114         * bindings.el (make-mode-line-mouse-sensitive): Add key
9115         definitions for `top-line'.
9117 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9119         * faces.el (top-line): New face.
9121 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9123         * image.el (image-type-regexps): Add regexp for PS files.
9125 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9127         * faces.el (set-face-attribute): Fix wrong handling of frame
9128         begin equal to t.
9130 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9132         * image.el (image-type-regexps): Add PNG format.
9134 1999-07-21  Dave Love  <fx@gnu.org>
9136         * bindings.el (mode-line-modified): New variable.
9137         (mode-line-mode-menu-1): Switch to appropriate window before
9138         showing menu.
9140 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9142         * faces.el (face-underline): Removed.
9143         (face-underline-color): Ditto.
9145 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9147         * faces.el (face-x-resources): Fix typo.
9149 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9151         * faces.el: Remove handling of `:relief', extend handling of
9152         `:box'.
9153         (frame-set-background-mode): Choose new defface specs after
9154         frame parameters have changed.
9156         * cus-face.el: Ditto.
9158 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9160         * custom.el (defface): Extend documentation to include new
9161         face attributes.
9163         * cus-face.el (custom-face-attributes): Add overline,
9164         strike-through, box.
9166         * faces.el (face-valid-attribute-values): Handle overline,
9167         strike-through, box.
9168         (face-attribute-name-alist): Add pairs for new face attributes.
9169         (describe-face): Handle new face attributes.
9171 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9173         * faces.el (face-x-resources): Add overline, strike-through, box.
9175 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9177         * enriched.el (enriched-translations): Add `display' and
9178         "x-display".
9179         (enriched-handle-display-prop): New.
9180         (enriched-decode-display-prop): New.
9182         * format.el (top-level): Give `display' property
9183         `format-list-atomic-p.
9184         (format-annotate-single-property-change): Test that property.
9185         If present, treat list property values like atoms.
9187 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9189         * cus-face.el (custom-face-attributes): Use `choice' everywhere
9190         so that "*" can be entered.
9192 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9194         * cus-face.el (custom-face-attributes): Don't use `#''.
9196 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9198         * cus-face.el (custom-face-attributes): Return underline
9199         face attribute directly from the second lambda of underline.
9201 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9203         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
9205         * frame.el (after-setting-font-hooks): New variable.
9206         (set-frame-font): Run those hooks.
9208         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
9210         * faces.el (set-face-attribute): Fix doc string.
9212 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9214         * cus-face.el (custom-face-attributes): Accept color name.
9216         * faces.el (face-underline-p): Accept unspecified underlining.
9217         (face-underline): Ditto.  Fix doc string.
9219 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9221         * faces.el (face-underline-color): New function.
9223 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9225         * cus-face.el (custom-face-attributes): Support underline coloring.
9226         Added slot to choose a color.
9228         * faces.el (face-underline): New function.
9229         (face-underline-p): Support underline coloring.
9230         Return nil only if the underline attribute is 'normal.
9231         (set-face-underline): New function.
9232         (face-valid-attribute-values): Support underline coloring.
9234 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9236         * image.el (insert-image): Use `display' instead of `glyph'
9237         as text property name.
9238         (put-image): Ditto.
9239         (image-type-from-file-header): Use insert-file-contents-literally.
9241 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9243         * easymenu.el (easy-menu-do-add-item): Don't use the empty
9244         string to indicate separators.
9246 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9248         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
9249         instead of message-log.
9251 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9253         * faces.el (bitmap-area): New face.
9255 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9257         * image.el (insert-image): New.
9259 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9261         * frame.el (blink-cursor): Set the symbol's value.
9262         (show-trailing-whitespace): Change group to font-lock.
9264 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9266         * jit-lock.el: New.
9267         * font-lock.el: Add jit-mode as new support mode.
9269         * font-lock.el (font-lock-fontify-keywords-region): Stop when
9270         reaching end instead of letting re-search-forward signal an error.
9271         (demand-lock-mode): New.
9272         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
9273         (font-lock-turn-off-thing-lock): Ditto.
9274         (font-lock-after-fontify-buffer): Ditto.
9275         (font-lock-after-unfontify-buffer): Ditto.
9277 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9279         * gs.el: New file.
9281         * startup.el (command-line-1): Activate tooltip mode if
9282         interactive.
9284 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9286         * faces.el (toolbar): Grey default background.
9287         (modeline): Ditto.
9289         * image.el (image-type-regexps): New.
9290         (image-type-from-file-header): New.
9291         (create-image): Call it.
9293 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9295         * image.el: New file.
9297 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9299         * bindings.el (mode-line-format): Replace `mode-name' with
9300         `(:eval mode-line-mode-name)'.
9301         (mode-line-mode-name): New.
9302         (make-mode-line-mouse-sensitive): Don't change default value
9303         of `mode-name'.
9305 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9307         * tooltip.el: New file.
9309 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9311         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
9312         instead of mouse-3 to pop up menus.
9313         (mode-line-kill-buffer): Removed.
9314         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
9315         buffer name.
9316         (mode-line-buffer-menu-1): Removed.
9318         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
9320         * bindings.el (mode-line-buffer-identification-keymap): New.
9321         (mode-line-buffer-menu-keymap): New.
9322         (mode-line-mode-menu-keymap): New.
9323         (mode-line-unbury-buffer): New.
9324         (mode-line-other-buffer): New.
9325         (mode-line-kill-buffer): New.
9326         (mode-line-buffer-menu-1): New.
9327         (mode-line-mode-menu-1): New.
9328         (make-mode-line-mouse-sensitive): New.
9330 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9332         * help.el (describe-key-briefly): Handle mode line strings
9333         with local-map properties.
9334         (describe-key): Ditto.
9335         (mode-line-key-binding): New.
9337 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9339         * scroll-bar.el (scroll-bar-timer): New.
9340         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9342 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9344         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9345         and `bottom'.
9347 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9349         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9350         (global): Use different key bindings if using tookit scroll bars.
9352 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9354         * faces.el (modeline): Define mode line face with relief for
9355         class color, only.
9356         (toolbar): New face.
9358 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9360         * frame.el (frame-initialize): Set frame-creation-function to
9361         tty-create-frame-with-faces.
9363         * faces.el (frame-set-background-mode): Make it work for
9364         window-system nil.
9366         * faces.el (tty-create-frame-with-faces): New.
9367         (face-set-after-frame-default): Make it work for TTY frames.
9369 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9371         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9372         Return a list of one font family for TTYs.  Don't return bitmap
9373         file paths for TTY frames.
9375         * faces.el: Add face specs for tty displays to basic faces.
9377         * font-lock.el (font-lock-comment-face): Add spec for color tty.
9378         (font-lock-string-face): Ditto.
9379         (font-lock-keyword-face): Ditto.
9380         (font-lock-builtin-face): Ditto.
9381         (font-lock-function-name-face): Ditto.
9382         (font-lock-variable-name-face): Ditto.
9383         (font-lock-type-face): Ditto.
9384         (font-lock-constant-face): Ditto.
9385         (font-lock-warning-face): Ditto.
9387 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9389         * startup.el (command-line): Register default tty colors.
9391         * faces.el (face-spec-set-match-display): Recognize `type tty'.
9393 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9395         * faces.el (modeline): For X frames, use a modeline with relief.
9397 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9399         * faces.el (frame-update-faces): Copied from 20.2.
9400         (frame-update-face-colors): Ditto.  Code removed that isn't
9401         applicable in the new face implementation.
9403 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9405         * frame.el (show-trailing-whitespace): New.
9407         * faces.el (trailing-whitespace): New basic face.
9409 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9411         * cus-face.el (custom-facep): Always define as alias for facep.
9413         * cus-face.el (custom-face-attributes): Use choice widgets.
9414         Remove :bold and :italic.
9416 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9418         * faces.el (face-charset-registries): Removed since fontset.el
9419         is no always loaded.
9421 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9423         * faces.el (internal-get-face): Added as obsolete function for
9424         compatibility.
9426 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9428         * frame.el (blink-cursor-end): Call show-cursor.
9429         (blink-cursor-mode): Ditto.
9431 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9433         * faces.el (face-spec-reset-face): Reset all attributes to
9434         `unspecified'.
9435         (face-spec-set): Use it.
9437 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9439         * faces.el (read-all-face-attributes): Bug fix.
9440         (face-read-integer): Allow nil default value.
9441         (face-valid-attribute-values): Use symbol names of attribute
9442         values for completion list.
9444 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9446         * faces.el (internal-find-face): Define for compatibility with
9447         20.2.
9448         (face-id): Likewise.
9450         * faces.el (face-id): Return the ID of a realized face for ASCII.
9452         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
9453         (x-complement-fontset-spec): Use face-charset-registries.
9455         * faces.el (face-font-selection-order): Set font selection order
9456         from Lisp.
9457         (face-alternative-font-family-alist): Set alternative font
9458         families from Lisp.
9460 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9462         * faces.el (set-face-charset-registries): Set symbol value.
9464 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9466         * faces.el (face-set-after-frame-default): Call function
9467         internal-merge-in-global-face.
9469 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9471         * faces.el (face-list): Return symbols from face-global-alist.
9473         * faces.el (face-list): Return a copy of the face name list so
9474         that it cannot be modified from outside (facemenu.el uses
9475         nreverse, for example).
9477         * cus-face.el (custom-face-attributes): Add :bold and :italic
9478         for compatibility with old code.
9480         * faces.el (set-face-attributes-from-resources): Additional
9481         frame parameter.
9482         (make-face-x-resource-internal): Set attributes from resources
9483         for a given frame or all frames.
9485 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9487         * faces.el (all-faces): Removed.
9489         * custom.el (defface): Add new face attributes to function
9490         comment.
9492         * font-lock.el (font-lock-comment-face): Use new face attribute
9493         names.
9494         (font-lock-string-face): Ditto.
9495         (font-lock-keyword-face): Ditto.
9496         (font-lock-builtin-face): Ditto.
9497         (font-lock-function-name-face): Ditto.
9498         (font-lock-variable-name-face): Ditto.
9499         (font-lock-type-face): Ditto.
9500         (font-lock-reference-face): Ditto.
9501         (font-lock-warning-face): Ditto.
9502         ((boundp 'font-lock-face-attributes)): Ditto.
9504         * cus-face.el (custom-face-attributes): Use new face attributes.
9506         * faces.el (set-face-attribute-from-resource): Initialize
9507         from resources only for X and W32.
9509         * cus-face.el (custom-declare-face): Don't make frame-local
9510         faces.
9512         * faces.el (describe-face): Use princ instead of insert.
9514         * faces.el: Add XLFD manipulation functions from 20.2 again
9515         because fontset.el uses them.
9516         (face-set-after-frame-default): Add empty definition.
9518 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9520         * faces.el (make-face): Correct typo.
9521         (set-face-attribute-from-resource): Use let*.
9522         (face-underline-p): Correct typo.
9523         (face-inverse-video-p): Ditto.
9524         (set-face-stipple): Ditto.
9525         (face-read-string): Make completion-list optional parameter.
9527 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9529         * faces.el (face-charset-registries): Alist mapping charset
9530         symbols to registries and encoding.
9532 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9534         * frame.el (blink-cursor-mode): Use interactive spec "P".
9536 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9538         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9539         mode.  The cursor of selected_window blinks if the mode is enabled.
9541 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9543         * simple.el (next-history-element): Set point to the end of the
9544         prompt if minibuffer-prompt-in-buffer.
9546 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9548         * faces.el (x-font-regexp): Add sub-expression parentheses for
9549         several font name components.
9551 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9553         * faces.el (set-face-relief): Use index 12 for relief.
9554         (face-fill-in): Set relief from data.
9555         (internal-make-face): Init relief to zero.
9557         * faces.el (face-spec-set): Call modify-face with additional
9558         parameters for relief and fixed-p.
9560 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9562         * cus-face.el: ':fixed and ':relief added.
9564         * faces.el (describe-face): Add fixed font attribute and relief.
9565         (face-attr-match-p): Ditto.
9566         (face-attr-construct): Ditto.
9567         (face-spec-set): Ditto.
9569 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9571         * faces.el (internal-make-face): Function to create a Lisp vector
9572         suitable for representing a face.
9573         (make-face): Use it instead of make-vector.
9574         (x-create-frame-with-faces): Use it instead of vector.
9575         (internal-facep): Increase vector size to 14.
9576         (internal-make-face): Ditto.
9577         (face-relief): Access relief thickness.
9578         (face-fixed-p): Access fixed font attribute.
9579         (set-face-fixed-p): Set fixed font attribute.
9580         (set-face-relief): Set relief attribute.
9581         (internal-face-interactive-int): Read int attribute of face.
9582         (modify-face): Add fixed-p and relief parameters.
9583         (copy-face): Handle fixed-p and relief.
9584         (face-equal): Compare fixed-p and relief.
9585         (face-differs-from-default-p): Ditto.
9586         (face-nontrivial-p): Add fixed-p and relief.
9588 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9590         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9591         (internal-facep): Increase vector size.
9592         (make-face): Ditto.
9593         (face-shadow-thickness): Added.
9594         (set-face-shadow-thickness): Added.
9595         (modify-face): Add optional shadow-thickness parameter.
9596         (make-face-x-resource-internal): Add shadows.
9597         (copy-face): Ditto.
9598         (face-equal): Ditto.
9599         (face-differs-from-default-p): Ditto.
9600         (face-nontrivial-p): Ditto.
9601         (face-attr-match-p): Ditto.
9602         (face-attr-construct): Ditto.
9603         (face-spec-set): Ditto.
9604         (face-fill-in): Ditto.
9606 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9608         * bench.el (bench-mark-split-window): New bench mark.
9610 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9612         * faces.el (set-face-font): Don't pass default font to
9613         x-resolve-font so that font will not have to be of the same
9614         size.
9616 1999-07-20  Dave Love  <fx@gnu.org>
9618         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9619         unconditionally t.
9621 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9623         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9625 1999-07-20  Dave Love  <fx@gnu.org>
9627         * help.el (describe-variable): Fix test for customizability.
9629         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9630         Check for readonly buffer in interactive spec.
9631         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9632         (backward-kill-word): Add * to interactive spec.
9634         * underline.el (underline-region, ununderline-region): Add * to
9635         interactive spec.
9637         * fill.el (canonically-space-region, justify-current-line): Add *
9638         to interactive spec.
9639         (fill-region-as-paragraph, fill-paragraph, fill-region)
9640         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9641         readonly buffer in interactive spec.
9643         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9644         (backward-kill-sentence, kill-sentence): Add * to interactive
9645         spec.
9647 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9649         * dired-aux.el (dired-do-shell-command): Doc fix.
9651         * shell.el (shell-unquote-argument): New function.
9652         (shell-directory-tracker): Use shell-unquote-argument.
9653         * comint.el (comint-arguments): Handle \ followed by space or tab.
9655 1999-07-19  John Wiegley  <jwiegley@borland.com>
9657         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9658         color codes 39 and 49, which by the way lynx uses them seem to
9659         mean "foreground reset" and "background reset".
9661 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9663         * font-lock.el (c++-keywords): Add "typeid".
9665         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9666         selects no font, treat that as zero selections, not one.
9668 1999-07-19  Dave Love  <fx@gnu.org>
9670         * info.el (Info-search): Don't lose with empty regexp.
9672         * version.el: Cater for (free) `ident' program, not `which'.
9674         * hl-line.el: New file.
9676         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9677         for modes which don't define menus.
9679 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9681         * webjump.el (webjump-sample-sites): Update some URLs.
9683 1999-07-14  Richard Stallman  <rms@gnu.org>
9685         * Version 20.4 released.
9687 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9689         * compare-w.el (compare-windows): Try to find the next window in
9690         the current frame before looking at the other frames.
9692 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9694         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9695         Use cyrillic-jcuken as default input method.
9697 1999-07-12  Richard Stallman  <rms@gnu.org>
9699         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9700         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9702         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9703         (ispell-local-dictionary-alist): Add koi8-r for character set.
9705         * textmodes/flyspell.el (flyspell-get-word):
9706         Add special handling for when ispell-otherchars is empty.
9708 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9710         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9711         when having nested functons.
9712         (pascal-indent-nested-functions) (pascal-indent-line)
9713         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9714         indenting nested functions.
9716 1999-07-09  Richard Stallman  <rms@gnu.org>
9718         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9720 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9722         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9723         the `end' keyword was in the very beginning of the buffer.
9725 1999-07-08  Richard Stallman  <rms@gnu.org>
9727         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9729         * term.el (term-emulate-terminal): Avoid infinite loop
9730         in strange case where minibuffer window is selected but not active.
9732 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9734         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9735         Change regexp so that it doesn't match commands beginning with `cd'.
9737 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9739         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9741 1999-07-06  Richard Stallman  <rms@gnu.org>
9743         * hscroll.el (hscroll-minibuffer-hook): New function.
9744         (hscroll-global-mode): Add and remove that hook.
9745         Set hscroll-old-truncate-was-global's default value.
9747 1999-07-05  Richard Stallman  <rms@gnu.org>
9749         * files.el (revert-buffer): Don't preserve point here.
9750         (revert-buffer-insert-file-contents-function): Doc fix.
9752         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9754         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9755         doing a `stat' when it isn't necessary because that can cause
9756         trouble when an NFS server is down.
9758 1999-07-04  Richard Stallman  <rms@gnu.org>
9760         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9762 1999-07-03  Richard Stallman  <rms@gnu.org>
9764         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9765         for \200...\240 also.
9766         (isearch-printing-char): Use unibyte-char-to-multibyte.
9768 1999-07-02  Richard Stallman  <rms@gnu.org>
9770         * frame.el (minibuffer-frame-alist): Use defcustom.
9771         (pop-up-frame-alist): Likewise.
9772         (initial-frame-alist): Specify * in the doc string.
9774         * hscroll.el (hscroll-mode): Make it a permanent local.
9775         (hscroll-mode): Don't cancel the timer
9776         if HScroll mode is enabled in some other buffer.
9778         * isearch.el (isearch-done): If search ends in middle of intangible
9779         text (due to text property), move on to the limit of that text.
9781 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9783         * man.el (Man-build-man-command): Use value of null-device,
9784         instead of hard-coding "/dev/null".
9786         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9787         ange-ftp file names, which might force ange-ftp to prompt for a
9788         password.
9790         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9791         to prevent references to temp files.
9793 1999-06-30  Richard Stallman  <rms@gnu.org>
9795         * progmodes/sh-script.el (sh-feature): If nothing is known
9796         about the given shell, use the values for `sh'.
9798 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9800         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9801         to make it non-recursive.
9803         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9805 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9807         * auto-show.el (auto-show-mode): Fix Typo in :set.
9809 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9811         * progmodes/sh-script.el (sh-mode): When setting syntax
9812         table, default to the standard one.
9814 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9816         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9818 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9820         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9821         a frame when `return' is requested (even if pop-up-frames = t)
9822         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9823         should only be set for the bibtex buffer.
9825         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9827         * progmodes/compile.el: Deal with compilation-error-screen-columns
9828         being buffer-local.
9830 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9832         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9834 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9836         * cal-x.el (calendar-only-one-frame-setup): New function.
9837         * calendar.el (calendar): Call it if requested.
9839 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9841         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9843 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9845         * mail/supercite.el (sc-emacs-features): Doc fix.
9847 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9849         * files.el (auto-mode-alist): Add pike-mode.
9851 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9853         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9854         last byte of a numeric field is a space or a NUL.  Parse it as
9855         potentially part of the number.  This is used by GNU tar
9856         1.12.64012 to handle larger values.
9858 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9860         * custom.el (custom-handle-keyword): Fix error message.
9862 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9864         * mail/smtpmail.el (smtpmail-send-it): Use
9865         convert-standard-filename to make file names for queued mail safe
9866         on Windows (`:' is invalid in file names on Windows).
9868 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9870         * international/mule-cmds.el (describe-current-input-method):
9871         Current-input-method is string.
9872         (toggle-input-method): Docstring fixed.
9874         * international/mule-diag.el
9875         (describe-current-coding-system-briefly): Fix format string.
9877         * international/mule-util.el (coding-system-eol-type-mnemonic):
9878         Docstring modified.  Return a string.
9880 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9882         * sql.el (sql-input-ring-file-name): Doc fix.
9884 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9886         * calendar/cal-x.el (special-display-buffer-names):
9887         Don't put (get-file-buffer diary-file) on this list.
9889 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9891         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9892         Don't penalize player for certain impossible guesses.
9894 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9896         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9897         return the string "Unk  0  0000" so at least it appears to be a
9898         valid timestamp to `dired-move-to-filename-regexp'.
9900 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9902         * ps-print.el (ps-control-character): Fix previous change.
9904 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9906         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9907         multiple output of the last message.
9909 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9911         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9912         the ASCII apostrophe, as most DOS codepages have some other glyph
9913         there.
9915 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9917         * language/ethio-util.el (setup-ethiopic-environment-internal):
9918         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9919         (exit-ethiopic-environment): Likewize.
9921 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9923         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9925 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9927         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9928         custom-initialize-default to avoid infinite loop.
9929         (crisp-mode): (defun) Call transient-mark-mode here, not when
9930         loading the file.  Run crisp-mode-hook here, and run
9931         crisp-load-hook when loading the file.
9933         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9934         rmail-summary buffer, search for pattern in rmail-file.
9936         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9938         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9940         * ps-print.el (ps-printer-name): Fix custom type.
9942 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9944         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9945         (vhdl-port-paste-generic-map): Fix indentation bug.
9946         (vhdl-port-paste-port-map): Fix indentation bug.
9947         (vhdl-scan-file-contents): Make scanning case insensitive.
9949 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9951         * files.el (write-file): When buffer is not already visiting a file,
9952         don't put buffer name in the minibuffer, just make it the default.
9953         Also handle just directory as arg usefully in that case.
9955         * simple.el (sendmail-user-agent-compose):
9956         Ignore case when inserting the rest of the "other" headers.
9958         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9960         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9961         (info-lookup-interactive-arguments): Never insert the default
9962         into the minibuffer automatically.
9964         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9966 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9968         * simple.el (shell-command): Avoid printing "mark set" message.
9970 1999-06-09  Dave Love  <fx@gnu.org>
9972         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9973         digits in program name in first pattern.
9975 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9977         * vc.el (vc-dired-mode): Don't match anything before the date in
9978         dired-move-to-filename-regexp.
9980 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9982         * international/quail.el (quail-define-rules): Fix typo in
9983         docstring.
9985 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9987         * iswitchb.el (iswitchb-default-keybindings): Add
9988         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9989         than when package is loaded.
9991 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9993         * startup.el (command-line): Don't set user-init-file directly;
9994         tell `load' to set it.
9996         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9998         * simple.el (next-history-element):
9999         Handle minibuffer-text-before-history properly when reading sexps.
10001         * disp-table.el (standard-display-european):
10002         For an interactive call by the user,
10003         don't set enable-multibyte-characters,
10004         and don't set the terminal coding system.
10006         * textmodes/refbib.el: Don't print any messages or display
10007         a buffer when loading the library.
10008         (r2b-help): Doc fix.
10009         (r2b-help-message): Update the documentation.
10010         (r2b-load-quietly): Variable deleted.
10011         (r2b-convert-buffer): Doc fix.
10013 1999-06-04  Dave Love  <fx@gnu.org>
10015         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
10017         * auto-show.el: Don't change hooks on loading.
10018         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
10019         (auto-show-mode): Add to hooks here.
10021 1999-06-04  Richard Sharman  <rsharman@pobox.com>
10023         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
10024         recursion on bogus input.
10026 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
10028         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
10029         does not select a buffer from the buffers menu, then the attached
10030         frame is not switched to anything.
10032 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
10034         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
10035         (viet-viscii-...->viet-vscii...).
10037         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
10039 1999-06-01  Dave Love  <fx@gnu.org>
10041         * progmodes/fortran.el: Add :link to defgroup.
10042         (fortran-blink-matching-if): Match ELSE statements too.
10043         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
10044         that filling is always done.
10046 1999-05-31  Richard M. Stallman  <rms@gnu.org>
10048         * simple.el (append-next-kill): Use an arg to distinguish
10049         interactive calls from Lisp calls, rather than (interactive-p).
10051         * international/iso-transl.el (iso-transl-language-alist):
10052         Interchange n and N.
10054 1999-05-31  Dave Love  <fx@gnu.org>
10056         * msb.el Add to minor-mode-map-alist.  Remove hook installation
10057         and keymap munging on load.
10058         (msb-mode): New option.
10059         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
10060         Doc fix.
10061         (msb-mode-map): New variable.
10062         (msb-mode): New command.
10064 1999-05-31  Dave Love  <fx@gnu.org>
10066         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
10067         (ispell-complete-word-dict): Likewise.
10069 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
10071         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
10072         force the data buffer to be saved, even if the data didn't
10073         change, in case the write filter was modified.  Restore the
10074         current record after read-file-filter finishes.
10076 1999-05-29  Karl Heuer  <kwzh@gnu.org>
10078         * ispell4.el: Obsolete; file deleted.
10080         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
10082         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
10083         VALUE is a syntax table.
10085         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
10087         * simple.el (zap-to-char): Doc fix.
10089 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
10091         * isearch.el (isearch-quote-char): Don't assume character codes
10092         0200 - 0237 stand for characters in some single-byte character
10093         charset.
10095 1999-05-27  Dave Love  <fx@gnu.org>
10097         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
10099 1999-05-27  Andreas Schwab  <schwab@gnu.org>
10101         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
10102         headerline does not exist already.
10104 1999-05-26  Richard Stallman  <rms@gnu.org>
10106         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10107         Avoid nested null-loops.
10109 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
10111         * international/characters.el: Typo fixed; prefered->preferred.
10113         * international/mule-cmds.el (find-coding-systems-for-charsets):
10114         Typo fixed; prefered->preferred.
10116         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
10117         method in read-event.
10119         * international/mule.el (charset-info): Doc-string fixed.
10121 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
10123         * mail/smtpmail.el (smtpmail-send-it): Bind
10124         smtpmail-code-conv-from properly.
10125         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
10126         by smtpmail-code-conv-from.
10128 1999-05-24  Richard Stallman  <rms@gnu.org>
10130         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
10131         Binding deleted also.
10133 1999-05-24  Karl Heuer  <kwzh@gnu.org>
10135         * comint.el (comint-bol-or-process-mark): Doc fix.
10137 1999-05-23  Dave Love  <fx@gnu.org>
10139         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
10140         Enter it on minor-mode-map-alist.
10141         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
10142         Autoload.  Add custom setter.
10143         (crisp-mark-line): Doc fix.
10144         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
10145         (crisp-mode-hook): Define.
10147 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
10149         * files.el (recover-file): Recover buffer-file-coding-system.
10151 1999-05-22  Richard Stallman  <rms@gnu.org>
10153         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
10154         regexp match the date, to avoid treating date as file size.
10155         Add YYYY S option to WESTERN/
10157         * bookmark.el: Delete some XEmacs compatibility code.
10158         (bookmark-jump-noselect): Check vc-backend.
10160         * subr.el (add-to-list): Doc fix.
10162 1999-05-21  Stephen Eglen  <stephen@gnu.org>
10164         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
10166 1999-05-18  Richard Stallman  <rms@gnu.org>
10168         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
10169         non-space after the @anchor command.
10170         (texinfo-format-var): Handle other nested constructs, using
10171         texinfo-parse-expanded-arg and texinfo-discard-command, not
10172         texinfo-parse-arg-discard.
10174         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
10175         (debug): Bind and use debugger-outer-inhibit-redisplay.
10176         Bind inhibit-redisplay to nil.
10177         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
10179 1999-05-17  Dave Love  <fx@gnu.org>
10181         * help.el (describe-function-1): Extra arg, interactive-p.
10182         (describe-key, describe-function): Use it.
10184 1999-05-17  Karl Heuer  <kwzh@gnu.org>
10186         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
10188 1999-05-16  Dave Love  <fx@gnu.org>
10190         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
10191         scroll-preserve-screen-position, scroll-conservatively.
10193 1999-05-16  Dave Love  <fx@gnu.org>
10195         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
10197 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
10199         * progmodes/vhdl-mode.el: Completely revised and massively extended.
10201 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10203         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
10204         magic number and is not associated with a file.
10206 1999-05-14  Richard M. Stallman  <rms@gnu.org>
10208         * files.el (find-file-noselect-1): Fix previous change.
10210 1999-05-14  Simon Marshall  <simon@gnu.org>
10212         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
10214 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
10216         * international/mule-diag.el (mule-diag): Change MULE to Mule in
10217         docstring.
10219         * international/mule-cmds.el: Change MULE to Mule in docstrings
10220         and menus.
10222 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
10224         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
10225         to correctly reflect the value of BaseLineOffset in
10226         RelativeCompose.  Now the value of RelativeCompose is an array of
10227         low and high positions.
10228         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
10229         RLC for the above change.
10231 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
10233         * comint.el (comint-password-prompt-regexp): Modified to match the
10234         output of ksu and ssh-add.
10236 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
10238         * language/korea-util.el (isearch-toggle-korean-input-method):
10239         Adjusted for the change of input method handling in isearch.el.
10240         (isearch-hangul-switch-symbol-ksc): Likewise.
10241         (isearch-hangul-switch-hanja): Likewise.
10243 1999-05-10  Dave Love  <fx@gnu.org>
10245         * help.el (help-make-xrefs): Fix typo.
10247 1999-05-10  Andreas Schwab  <schwab@gnu.org>
10249         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
10250         unibyte-display-via-language-environment.
10252         * help.el (help-make-xrefs): Handle more cases when looking for
10253         commands in a keymap description.
10255 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
10257         * loadup.el: For ms-dos systems, load ccl and codepage.
10259 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
10261         * ps-print.el (ps-control-character): Call
10262         ps-mule-prepare-ascii-font to setup ASCII fonts.
10264         * ps-mule.el (ps-mule-begin-job): Redo this change "if
10265         ps-multibyte-buffer is nil, use
10266         ps-mule-font-info-database-default."
10268 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
10270         * ispell.el (ispell-local-dictionary-alist): New variable for
10271         customizing local dictionaries not accessable by everyone.
10272         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
10273         (ispell-required-version): Changed format `(major minor
10274         revision)' to support general pattern matching.
10275         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
10276         skip region commented out due to incorrect skip potential in std latex.
10277         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
10278         cursor point on small words for calls from `ispell-minor-mode'.
10279         (check-ispell-version): Tests and accepts versions major.minor
10280         and above, with adjustments for interactions in 3.1.0-3.1.11.
10281         (ispell-get-line): No longer skips ispell process special characters.
10282         (ispell-comments-and-strings): Removed `when' macro call.
10283         (ispell-minor-check): Requires ispell-word to restore cursor point.
10284         (ispell-buffer-local-parsing): Supports checking comments only.
10286 1999-05-08  Karl Heuer  <kwzh@gnu.org>
10288         * comint.el (comint-password-prompt-regexp): Fix last change to be
10289         more specific.
10291 1999-05-07  Richard M. Stallman  <rms@gnu.org>
10293         * subr.el (with-temp-message): Fix the other call to message
10294         to use %s.
10296 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
10298         * gud.el (gud-format-command): "%F" means file sans extension.
10299         (jdb): Use %F, not %f, for gud-break.
10301 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
10303         * comint.el (comint-password-prompt-regexp): Modified so that it
10304         matches the output of kinit.
10306 1999-05-06  Greg Stark  <gsstark@mit.edu>
10308         * timezone.el (timezone-parse-date): Recognize new format used in
10309         internet cookies.
10311 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
10313         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
10315 1999-05-04  Andrew Innes  <andrewi@gnu.org>
10317         * time.el (display-time-update): Allow for wrap-around when
10318         checking against display-time-server-down-time.
10320 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
10322         * international/mule-diag.el (describe-coding-system): Fix English
10323         message.
10325 1999-05-03  Jason Rumney <jasonr@altavista.net>
10327         * term/w32-win.el: Change the x-charset-registry property for the
10328         Japanese charsets that are supported by Japanese Windows fonts.
10330 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10332         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
10333         diary-block diary entries for which the reminders and the diary
10334         entries can overlap.
10336 1999-05-02  Jason Rumney <jasonr@altavista.net>
10338         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
10339         matches the font selected in the dialog.
10341 1999-05-02  Dave Love  <fx@gnu.org>
10343         * browse-url.el (browse-url-browser-function): Add :version.
10345         * international/mule.el (auto-coding-alist): Add .tgz.
10347 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
10349         * international/codepage.el (cp-coding-system-for-codepage-1):
10350         Make the magnification parameter for the -dos encoder be 2.
10352 1999-05-2  Andrew Innes  <andrewi@gnu.org>
10354         * term/w32-win.el (w32-drag-n-drop): Select file in window where
10355         it is dropped, rather than current window.
10357         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10358         after switching buffer, as case-fold-search is a buffer local
10359         variable.
10361         * w32-fns.el (convert-standard-filename): Only convert directory
10362         separators to backslash if the interactive shell is one of the
10363         standard Windows shells that has DOS semantics.
10365         * ls-lisp.el (ls-lisp-format-time): Trap errors from
10366         format-time-string, and return a suitable string to indicate the
10367         timestamp was invalid.
10369         * hexl.el (hexlify-command): Apply shell-quote-argument after
10370         expanding hexl-program in case exec-directory contains a space.
10371         (dehexlify-command): Ditto.
10373         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10374         file extension regexps which aren't necessarily binary files.
10375         (direct-print-region-helper): Use subst-char-in-string instead of
10376         binding directory-sep-char to convert filenames to DOS syntax.
10377         (direct-print-region-use-command-dot-com): New variable.
10378         (direct-print-region-helper): Use it to control whether to invoked
10379         command.com to print on Windows 9x.
10381         * browse-url.el (browse-url-browser-function): Default to
10382         browse-url-default-windows-browser on windows-nt.
10383         (browse-url-default-windows-browser): New function.
10385 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
10387         * forms.el (forms-mode): Don't call forms-first-record or
10388         forms-last-record if the data file has zero records.
10390 1999-04-29  Richard M. Stallman  <rms@gnu.org>
10392         * files.el (find-file-noselect-1): If buffer-file-name has changed
10393         after find-file-not-found-hooks runs, recompute the truename.
10394         And don't use FILENAME after that point.
10396 1999-04-27  Dave Love  <fx@gnu.org>
10398         * paren.el (show-paren-mode)
10399         * which-func.el (which-func-mode-global)
10400         * type-break.el (type-break-mode)
10401         * time.el (display-time-mode)
10402         * rsz-mini.el (resize-minibuffer-mode)
10403         * mouse-sel.el (mouse-sel-mode)
10404         * icomplete.el (icomplete-mode)
10405         * hscroll.el (hscroll-global-mode)
10406         * help.el (temp-buffer-resize-mode)
10407         * font-lock.el (global-font-lock-mode)
10408         * delsel.el (delete-selection-mode)
10409         * avoid.el (mouse-avoidance-mode)
10410         * autoinsert.el (auto-insert-mode)
10411         * winner.el (winner-mode): Doc fix.
10413 1999-04-26  Karl Heuer  <kwzh@gnu.org>
10415         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10416         the same whitespace that was ignored in choosing the subject string.
10418 1999-04-26  Richard M. Stallman  <rms@gnu.org>
10420         * info.el (Info-find-node): Position properly after finding anchor.
10422         * cus-start.el (all): Handle unibyte-display-via-language-environment.
10424         * simple.el (indent-new-comment-line): Fix previous change.
10426         * complete.el: Delete the wildcard expansion feature
10427         since that is now standard in find-file.
10428         (PC-try-load-many-files): Function deleted.
10429         (PC-after-load-many-files): Function deleted.
10430         (PC-many-files-list): Variable deleted.
10431         (PC-disable-wildcards): Variable deleted.
10432         (partial-completion-mode): Don't enable the wildcard feature.
10434         * complete.el (PC-look-for-include-file): Don't set global variables
10435         `error', `buf' and `filename' here.
10437         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10439 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
10441         * textmodes/outline.el (outline-regexp): Doc fix.
10443 1999-04-26  John Wiegley  <johnw@borland.com>
10445         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10446         C++Builder 4.0 error message syntax.
10448 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
10450         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10451         supported, use find -exec.
10453 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10455         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10456         coding-system-for-write, to avoid hanging when non-interactive.
10458 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10460         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10461         start with a newline.
10463 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
10465         * international/mule-conf.el (x-ctext): New coding system.
10467 1999-04-12  Richard M. Stallman  <rms@gnu.org>
10469         * international/mule-cmds.el (input-method-function):
10470         Add permanent-local property.
10472 1999-04-12  Dave Love  <fx@gnu.org>
10474         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10475         change to use jka-compr-byte-compiler-base-file-name.
10477         * supercite.el (sc-scan-info-alist): Revert last change.
10478         (sc-attrib-selection-list): Fix :type here instead.
10480 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
10482         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10483         in the list of case-insensitive filesystems.
10485 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
10487         * international/fontset.el (create-fontset-from-fontset-spec):
10488         Don't register duplicated alias fontset names.
10490 1999-04-08  Richard Stallman  <rms@gnu.org>
10492         * international/mule.el (auto-coding-alist-lookup): New function.
10493         (set-auto-coding): Use auto-coding-alist-lookup.
10495         * jka-compr.el (jka-compr-insert-file-contents):
10496         Use auto-coding-alist-lookup to check for files that
10497         should not have eol conversion, in the unibyte case.
10499 1999-04-07  Dave Love  <fx@gnu.org>
10501         * help.el (describe-variable): Check custom-loads property as well
10502         as custom-type.
10504         * abbrev.el (abbrev-mode): Customizing sets the default value.
10506 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10508         * vc.el (vc-backend-revert): For CVS files that were made
10509         writeable with "cvs edit", call "cvs unedit" to undo that.
10511 1999-04-08  Dave Love  <fx@gnu.org>
10513         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10514         more.
10515         (sc-emacs-features): Recognize Emacs 20.
10516         (sc-read-string): Use history arg.
10517         (sc-scan-info-alist): Check for rtnvalue a cons.
10519 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10521         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10522         coding system to encode the message by
10523         select-message-coding-system.
10525 1999-04-07  Richard Stallman  <rms@gnu.org>
10527         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10529         * winner.el: Reorder definitions.
10531         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10533         * mail/rmail.el (rmail-decode-babyl-format):
10534         Undo previous change.
10536 1999-04-06  Richard Stallman  <rms@gnu.org>
10538         * info.el (Info-find-node): Check for an anchor at the
10539         proper place, before reading an indirect file.
10541         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10543         * jka-compr.el (jka-compr-insert-file-contents):
10544         Use raw-text-unix when we want no conversion.
10546 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10548         * timezone.el (timezone-parse-date): Corrected regexp for
10549         style (5) date format so that tenths of seconds are optional.
10551 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10553         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10554         of dos-codepage-setup.
10555         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10556         codepages for which there's no need to set up cpNNN coding
10557         systems.
10558         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10560 1999-04-05  Richard Stallman  <rms@gnu.org>
10562         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10564 1999-04-02  Richard Stallman  <rms@gnu.org>
10566         * progmodes/compile.el (compilation-handle-exit): Do right thing
10567         if (car status) doesn't end in a newline.
10569 1999-04-01  Dave Love  <fx@gnu.org>
10571         * progmodes/sql.el (SQL): Add defgroup :version.
10573 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10575         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10576         buffer-file-coding-system.  If the coding system used is raw-text,
10577         etc., make the *Compiler Input* buffer unibyte.
10579         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10581         * loadup.el: Don't write the fns-...el file if not dumping.
10583 1999-03-31  Dave Love  <fx@gnu.org>
10585         * snmp-mode.el (snmp): Fix defgroup :version.
10587         * hilit-chg.el (highlight-changes): Add defgroup :version.
10589 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10591         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10592         the gnus-save-hidden-threads macro.
10594 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10596         * faces.el (face-set-after-frame-default): Obey the
10597         `customized-face' for new faces.
10599 1999-03-30  Dave Love  <fx@gnu.org>
10601         * international/mule-cmds.el (current-language-environment): Doc fix.
10602         * abbrev.el (abbrev-mode): Doc fix.
10603         * autoinsert.el (auto-insert-mode): Doc fix.
10604         * complete.el (partial-completion-mode): Doc fix.
10605         * avoid.el (mouse-avoidance-mode): Doc fix.
10606         * delsel.el (delete-selection-mode): Doc fix.
10607         * font-lock.el (global-font-lock-mode): Doc fix.
10608         * help.el (temp-buffer-resize-mode): Doc fix.
10609         * hscroll.el (hscroll-global-mode): Doc fix.
10610         * icomplete.el (icomplete-mode): Doc fix.
10611         * mouse-sel.el (mouse-sel-mode): Doc fix.
10612         * paren.el (show-paren-mode): Doc fix.
10613         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10614         * time.el (display-time-mode): Doc fix.
10615         * type-break.el (type-break-mode): Doc fix.
10616         * which-func.el (which-func-mode-global): Doc fix.
10617         * winner.el (winner-mode): Doc fix.
10619 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10621         * wid-edit.el (widget-before-change): Signal text-read-only rather
10622         than an ordinary error.
10624 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10626         * repeat.el: Don't require advice.
10627         (repeat): Do function-indirection in check for kbd macro.
10628         In self-insert case, use the *last* char in INSERTION.
10630 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10632         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10634 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10636         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10637         comint-input-filter-functions.  Make variables related to shell
10638         directory tracking local.
10640 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10642         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10644         * simple.el (shell-command-on-region): Cope with exit-status being
10645         nil, which happens if call-process-region was interrupted.
10647 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10649         * simple.el (indent-new-comment-line): Handle use at a point
10650         after a comment-end.  Handle multiple comments.
10652         * mail/rmail.el (rmail-decode-babyl-format):
10653         To prevent locking, bind buffer-file-name to nil.
10655 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10657         * mail-hist.el (mail-hist-current-header-name): Don't make
10658         off-by-one-error when determining if in message body.
10660 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10662         * w32-fns.el (set-default-process-coding-system): Copied from
10663         dos-w32.el, but modified to use Unix line endings for process
10664         input, and to add a suitable entry to process-coding-system-alist
10665         for DOS shells.
10667         * dos-fns.el (set-default-process-coding-system): Copied from
10668         dos-w32.el.
10670         * dos-w32.el (set-default-process-coding-system): Move function to
10671         dos-fns.el; a different version is used in w32-fns.el.
10673 1999-03-24  Dave Love  <fx@gnu.org>
10675         * info.el (Info-directory-list): Revert change to re-writing
10676         Info-default-directory-list, but put `alternative' first.
10677         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10679 1999-03-23  Simon Marshall  <simon@gnu.org>
10681         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10682         on the line by itself.
10683         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10684         it is not in a declarative context.
10686 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10688         * cus-edit.el (custom-variable-prompt): Allow customization of
10689         autoloaded symbols.
10691 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10693         * simple.el (what-cursor-position): Don't cause error when point
10694         is at invalid multibyte sequence.
10696 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10698         * complete.el (partial-completion-mode): Doc fix.
10700 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10702         * progmodes/cplus-md.el (old-c++): Remove :group.
10704         * progmodes/c-mode.el (old-c): Remove :group.
10706 1999-03-18  Simon Marshall  <simon@gnu.org>
10708         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10709         (java-font-lock-keywords-2): Added "strictfp" keyword.
10711 1999-03-17  Jason Rumney <jasonr@altavista.net>
10713         * w32-fns.el (set-w32-system-coding-system) New function.
10714         (w32-system-coding-system) Initialize to 'iso-latin-1.
10716 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10718         * international/mule-cmds.el (set-language-environment): Fix
10719         previous change: don't use dos-codepage when unbound.
10721 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10723         * calendar/appt.el (appt-make-list): Fix previous change.
10725 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10727         * window.el (shrink-window-if-larger-than-buffer):
10728         Don't try to redisplay with the cursor at the end
10729         on its own line--that would force a scroll and spoil things.
10731 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10733         * international/mule-cmds.el (set-language-environment): Don't use
10734         cpNNN-nonascii-translation-table if it is unbound.
10736         * term/internal.el (dos-codepage-setup): Compute the unibyte
10737         syntax table and bind unibyte-display-via-language-environment
10738         here, rather than at top level, so that resetting to unibyte in
10739         .emacs works as expected.
10741 1999-03-15  Simon Marshall  <simon@gnu.org>
10743         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10745 1999-03-14  Milan Zamazal <pdm@pvt.net>
10747         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10749 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10751         * international/mule-util.el (detect-coding-with-priority):
10752         Restore the internal database.
10754 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10756         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10757         if mail-from-style has invalid value.
10759 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10761         * vc.el (vc-delete-logbuf-window): New var.
10762         (vc-finish-logentry): Use it.
10764 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10766         * startup.el (command-line-1): Improve startup msg.
10768 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10770         * speedbar.el: Added commentary about stealthy functions.
10771         (speedbar-message) new function.
10772         (speedbar-y-or-n-p): New function
10773         (speedbar-with-attached-buffer) Moved macro before reference.
10774         Now uses `save-selected-window'.
10775         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10776         speedbar-generic-item-info, speedbar-item-info-file-helper,
10777         speedbar-item-delete, speedbar-insert-generic-list,
10778         speedbar-timer-fn, speedbar-check-vc-this-line,
10779         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10780         speedbar-buffers-item-info) Use speedbar-message.
10781         (speedbar-item-info) Limit `message-log-max'.
10782         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10783         speedbar-item-delete, speedbar-item-object-delete,
10784         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10786 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10788         * server.el (server-start): Set coding system for the server
10789         process to raw-text.
10790         (server-process-filter): Decode file names if necessary.
10792 1999-03-12  Dave Love  <fx@gnu.org>
10794         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10796         * textmodes/paragraphs.el (sentence-end): Doc fix.
10798 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10800         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10802 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10804         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10805         (ispell-dictionary-alist-2): Likewise.
10806         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10807         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10808         (ispell-dictionary-alist): Build from six pieces, not just two.
10810         * ps-bdf.el (bdf-directory-list): Doc fix.
10812         * enriched.el (enriched-mode): Make var permanent-local.
10814 1999-03-09  Dave Love  <fx@gnu.org>
10816         * textmodes/sgml-mode.el (html-mode): Use
10817         sentence-end-double-space when setting sentence-end.
10819 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10821         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10823 1999-03-08  Felix Lee  <flee@cygnus.com>
10825         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10827         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10829 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10831         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10832         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10834         * dired.el (dired-do-copy-regexp): Doc fix.
10835         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10837 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10839         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10841 1999-03-08  Jason Rumney <jasonr@altavista.net>
10843         * international/codepage.el (cp1250-decode-table)
10844         (cp1251-decode-table, cp1253-decode-table)
10845         (cp1257-decode-table): New translation tables for MS Windows codepages.
10846         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10848 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10850         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10852 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10854         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10856         * term/internal.el (top level): Display character 255 as 8bit as well.
10858 1999-03-06  Dave Love  <fx@gnu.org>
10860         * progmodes/cc-cmds.el (c-outline-level): Bind
10861         buffer-invisibility-spec.
10863         * progmodes/c-mode.el (c-outline-level): Likewise.
10865         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10867 1999-03-05  Felix Lee  <flee@cygnus.com>
10869         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10871 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10873         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10875 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10877         * w32-fns.el (convert-standard-filename): Convert directory
10878         separators to Windows format.
10880 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10882         * international/skkdic-cnv.el: Provide skkdic-cnv.
10883         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10884         (batch-skkdic-convert): Doc fix.
10886 1999-03-04  Dave Love  <fx@gnu.org>
10888         * custom.el (custom-set-variables): Protect against setter errors.
10890 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10892         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10893         the file sizes from overflowing.
10894         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10895         Under -s, print the size in blocks with %4.0f, in case they have
10896         a *really* huge file.
10898 1999-03-03  Dave Love  <fx@gnu.org>
10900         * options.el (edit-options): Doc fix.
10901         (list-options): Don't lose with unbound symbols.  Maintain
10902         Edit-options-mode.
10904 1999-03-01  Dave Love  <fx@gnu.org>
10906         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10908 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10910         * ispell.el (ispell-dictionary-alist-override): New variable.
10911         (ispell-dictionary-alist): Don't setq it,
10912         if ispell-dictionary-alist-override is set.
10914         * simple.el (shell-command-default-error-buffer): Renamed from
10915         shell-command-on-region-default-error-buffer.
10916         (shell-command-on-region): Mention in echo area when there
10917         is some error output.  Mention success or failure, too.
10918         Accumulate multiple error outputs
10919         going forward, with formfeed in between.  Display the error buffer
10920         when we have put something in it.
10921         (shell-command): Add the ERROR-BUFFER argument feature.
10923 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10925         * mail/mh-utils.el (mh-lib): Doc fix.
10926         (mh-lib-progs, mh-nmh-p): New vars.
10927         (mh-find-progs): Set mh-lib-progs along with other vars.
10928         (mh-path-search): New arg FUNC-P; if specified, use that instead
10929         of mh-file-command-p.
10930         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10932         * mail/mh-comp.el (mh-repl-formfile): New var.
10933         (mh-smail-batch): Don't ignore all arguments.
10934         (mh-reply): Do the right thing when using nmh.
10936 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10938         * international/mule-cmds.el (select-safe-coding-system): Be sure
10939         to show a buffer being decoded.
10941 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10943         * ps-bdf.el (bdf-directory-list): Initialize it to
10944         '("/usr/local/share/emacs/fonts/bdf").
10946 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10948         * ps-print.el: PostScript programming fix.
10949         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10950         setpagedevice operator).
10952 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10954         * ps-print.el: Doc fix, font size specifies landscape and portrait
10955         sizes.
10956         (ps-print-version): New version number (4.1.4).
10957         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10958         Specifies landscape and portrait sizes.
10959         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10960         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10961         fix.
10962         (ps-get-font-size): New fun.
10963         (ps-font-size-internal, ps-header-font-size-internal)
10964         (ps-header-title-font-size-internal): New vars.
10966         * ps-mule.el: Change of ps-print font size variable name.
10967         (ps-mule-generate-font): Fun fix.
10968         (ps-mule-begin-job): Programming uniformization.
10970 1999-02-25  Dave Love  <fx@gnu.org>
10972         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10973         (help-make-xrefs): Do Info case first.
10975         * repeat.el: Don't require advice.
10976         (repeat-last-kill-command): Variable deleted.
10978 1999-02-25  Richard Stallman  <rms@gnu.org>
10980         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10981         case just because the current buffer is the output buffer.
10983 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10985         * simple.el (what-cursor-position): To show the character's
10986         encoding, use encoded-string-description instead of information
10987         of chaset-origin-alist.
10989         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10990         (encoded-code-description): New function.
10991         (encoded-string-description): New function.
10992         (encode-coding-char): New function.
10994 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10996         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10997         checking for .emacs[.el[c]].
10999 1999-02-24  Richard Stallman  <rms@gnu.org>
11001         * help.el (describe-function-1): Don't print a whole lambda-function.
11003 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
11005         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
11006         inputting ?\240.
11008 1999-02-23  Karl Heuer  <kwzh@gnu.org>
11010         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
11012         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
11013         (clean-buffer-list-kill-buffer-names): Doc fix.
11015         * gud.el (gud-jdb-massage-args): Spelling fix.
11017 1999-02-23  Richard M. Stallman  <rms@gnu.org>
11019         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
11021 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
11023         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
11024         excursion while calling set-auto-coding-function.
11026         * play/handwrite.el (handwrite): Require ps-print, and use
11027         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
11028         if it's defined, instead of forking ps-lpr-command unconditionally.
11030 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
11032         * international/codepage.el (cp-coding-system-for-codepage-1): Put
11033         charset-origin-alist property to a coding system for the codepage.
11035         * international/mule.el: Modify comment for charset-origin-alist
11036         property of a coding system.
11038         * simple.el (what-cursor-position): charset-origin-alist property
11039         of a coding system may be a translation table or a symbol of which
11040         `translation-table' property is a translation table.
11042 1999-02-21  Richard Stallman  <rms@gnu.org>
11044         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
11045         to the "html" template.
11047 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
11049         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
11051 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
11053         * dirtrack.el (dirtrack): Check for the prompt in the input string
11054         instead of the buffer.
11056 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
11058         * sql.el: Set version to 1.4.1.  Changed mail address to
11059         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
11060         (sql-input-ring-separator): Doc fix.
11061         (sql-mode-syntax-table): double-dash starts comments is defined as
11062         ". 56" instead of ". 12b" for XEmacs.
11063         (sql-stop, sql-interactive-mode): Doc fixes.
11064         (sql-postgres): Queries for database and server, not just one.
11065         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
11067         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
11068         changed.  This is needed for master.el to work.
11069         (sql-set-sqli-buffer): Use the new hook.
11071         * sql.el (sql-make-alternate-buffer-name): Function that sets
11072         sql-alternate-buffer-name.
11073         (sql-alternate-buffer-name): Possible name of SQLi buffers.
11074         (sql-interactive-mode): Set sql-alternate-buffer-name.
11075         (sql-rename-buffer): New command.
11076         (sql-interactive-mode-menu): Menu for SQLi buffers.
11078         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
11079         and sql-input-ring-file-name are used to temporarily set
11080         comint-input-ring-file-name and comint-input-ring-separator when
11081         reading and writing input history files.
11083         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
11084         (sql-input-ring-file-name): New variable with customization.
11085         (sql-input-ring-separator): New variable with customization.
11086         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
11087         Callers changed.
11088         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
11089         now includes the name of the current buffer.
11091         (sql-mode): Set paragraph-separate and paragraph-start so that
11092         sql-send-paragraph sends the entire SQL statements, even if it
11093         contains indented lines.
11095 1999-02-18  Dave Love  <fx@gnu.org>
11097         * format.el (format-encode-run-method, format-decode-run-method):
11098         Fix previous change.
11100 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
11102         * international/mule.el (coding-system-list): Moved here from
11103         mule-util.el to avoid autoloading mule-util by the call of
11104         select-safe-coding-system.
11106 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11108         * simple.el (turn-on-auto-fill): Mark it as an option for
11109         `text-mode-hook'.
11111 1999-02-17  Richard Stallman  <rms@gnu.org>
11113         * emacs-lisp/easymenu.el (easy-menu-get-map):
11114         Don't crash if (current-local-map) is nil.
11116 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
11118         * filecache.el (file-cache-filter-regexps): Added .class.
11120 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
11122         * international/mule-util.el (decompose-region): Use
11123         insert-buffer-substring instead of insert-buffer to avoid putting
11124         mark.
11126 1999-02-17  Andreas Schwab  <schwab@gnu.org>
11128         * calendar/cal-move.el (scroll-calendar-left): Don't set
11129         displayed-month and displayed-year here, let generate-calendar do
11130         it, after range checking.
11132 1999-02-17  Simon Marshall  <simon@gnu.org>
11134         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
11136         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
11137         correctly between an object declared via a constructor and a method.
11138         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
11139         (java-font-lock-keywords-1): Fontify package names individually.
11140         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
11141         (java-font-lock-keywords-2): Simplify type fontification.
11142         (java-font-lock-keywords-3): Likewise.
11144 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
11146         * language/japanese.el (iso-2022-jp-2): New coding system.
11147         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
11149 1999-02-16  Dave Love  <fx@gnu.org>
11151         * help.el (describe-function-1): Accept non-symbols.
11153 1999-02-16  Paul Eggert  <eggert@twinsun.com>
11155         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
11156         find the last match if there are multiple matches.
11158 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11160         * tex-mode.el (tex-run-command, latex-run-command)
11161         (slitex-run-command, tex-command): Doc changes.
11162         (tex-start-options-string): Autoload it.  Doc change.  Provide
11163         a menu for customization.  Allow nil.  Quote backslashes only once.
11164         (tex-start-tex): Handle nil value of tex-start-options-string
11165         and apply shell-quote-argument to it.
11167 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
11169         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
11170         the size in blocks, since it can be a float.
11171         (ls-lisp-format): Likewise
11173 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
11175         * language/japanese.el (japanese-shift-jis): Add
11176         charset-origin-alist property.
11178 1999-02-15  Richard Stallman  <rms@gnu.org>
11180         * progmodes/compile.el (compile-internal): Use save-selected-window.
11182         * subr.el (momentary-string-display): Bind inhibit-read-only.
11184         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
11186 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
11188         * mail/rmail.el (rmail-show-message): If an unseen message has a
11189         Summary-line in its header, get past one more line before looking
11190         for the X-Coding-System header.
11192 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
11194         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
11195         explicitly to accomodate Windows 9X lack of a useful copy program.
11197 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11199         * wid-edit.el (widget-choice-value-create): Use `equal'
11200         instead of `eq'.
11202 1999-02-14  Richard Stallman  <rms@gnu.org>
11204         * international/iso-transl.el:
11205         (iso-transl-ae): Renamed from iso-transl-e-slash.
11206         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
11207         (iso-transl-AE): Renamed from iso-transl-E-slash.
11208         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
11209         (iso-transl-char-map): Related changes.
11211         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
11213 1999-02-13  Richard Stallman  <rms@gnu.org>
11215         * textmodes/texinfmt.el (texinfo-alias): New function.
11216         (texinfo-fold-nodename-case): Add defvar.
11217         (texinfo-format-node): Do case folding if specified.
11219         * ffap.el (ffap-file-at-point): Test local file names
11220         immediately.  Strip off line numbers.
11222 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
11224         * sql.el: Set version to 1.3.2
11225         (sql-solid-program): Added support for solid.
11226         (sql-help): Doc mentions sql-solid.
11227         (sql-solid): Entry function for Solid.
11228         (sql-buffer): Doc explains the use of the variable and how to
11229         change it.
11230         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
11231         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
11232         disabled if sql-buffer doesn't have a process; sql-send-paragraph
11233         is new.
11234         (sql-show-sqli-buffer): New function to display the value of
11235         sql-buffer.
11236         (sql-change-sqli-buffer): New function to change sql-buffer.
11237         (sql-mode): Doc explains how to change sql-buffer.
11238         (sql-send-paragraph): New function to send a paragraph.
11239         (sql-mode-map): Added keybinding for sql-send-paragraph.
11240         (sql-mysql): Doc corrected.
11241         (sql-ms): Doc corrected.
11243         * sql.el (sql-server): Doc fix.
11244         (sql-mysql): Added the use of sql-server to specify the host,
11245         sql-database now specifies database instead of host.
11246         (sql-mode-menu): Send... menu items are only active if sql-buffer
11247         is non-nil.
11248         (sql-help): Changed tag of entry functions a bit.
11250         * sql.el: Added keywords from `finder-by-keyword'.
11251         (sql-mode): Made sql-buffer a local variable, changed the
11252         documentation: removed instructions to add *.sql files to
11253         auto-mode-alist, added documentation for having mutliple SQL
11254         buffers sending their stuff to different SQLi buffers, each
11255         running a different process.
11256         (sql-postgres): Quoted *SQL* in doc string.
11257         (sql-ms): Likewise.
11258         (sql-ingres): Likewise.
11259         (sql-ingres): Quoted *SQL* in doc string, added references to
11260         sql-user and sql-password used during login.
11261         (sql-sybase): Quoted *SQL* in doc string, added comma.
11262         (sql-oracle): Likewise.
11263         (sql-interactive-mode): Added extensive documentation for having
11264         mutliple SQL buffers sending their stuff to different SQLi
11265         buffers, each running a different process.
11266         (sql-buffer): Changed doc from *SQL* to SQLi.
11267         (sql-get-login): Doc fix.
11269 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11271         * international/mule-conf.el (undecided): Set ascii in
11272         safe-charsets property.
11274 1999-02-12  Richard Stallman  <rms@gnu.org>
11276         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
11278 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11280         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
11281         value to ps-mule-font-info-database-latin.
11283 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
11285         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
11286         (ps-mule-font-info-database-default): New variable.
11287         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
11288         ps-mule-font-info-database-default.
11290 1999-02-12  Dave Love  <fx@gnu.org>
11292         * timezone.el (timezone-make-date-sortable)
11293         (timezone-make-date-arpa-standard): Doc fix.
11295 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11297         * international/quail.el (quail-show-kbd-layout): Bind
11298         blink-matching-paren to nil.
11300         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
11301         for ASCII and Latin-1.
11303 1999-02-12  Andreas Schwab  <schwab@gnu.org>
11305         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
11307 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
11309         * international/mule-cmds.el (language-info-alist): Remove
11310         description about charset-origin-alist.
11312         * international/mule.el: Comment added for a new coding system
11313         property `charset-origin-alit'.
11314         (make-translation-table): This variable deleted.
11316         * language/chinese.el (chinese-big5): Add charset-origin-alist
11317         property.
11318         ("Chinese-CNS"): Remove charset-origin-alist property.
11320         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
11321         property.
11322         (cyrillic-alternativnyj): Likewise.
11323         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
11324         ("Cyrillic-ALT"): Likewise.
11326         * language/vietnamese.el (vietnamese-viqr): Add
11327         charset-origin-alist property.
11328         ("Vietnamese"): Remove charset-origin-alist property.
11330         * simple.el (what-cursor-position): Don't use the varialbe
11331         charset-origin-alist, but use charset-origin-alist property of
11332         buffer-file-coding-system to decide external character set code.
11334 1999-02-10  Richard Stallman  <rms@gnu.org>
11336         * shadowfile.el: Don't turn on the mode when the file is loaded.
11338 1999-02-09  Richard Stallman  <rms@gnu.org>
11340         * progmodes/compile.el (compile-auto-highlight): Customize.
11342         * add-log.el (add-log-file-name-function): New variable.
11343         (add-change-log-entry): Call that function, if non-nil.
11345 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
11347         * rmail.el (rmail-search): Track match with a marker, not an integer.
11349 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11351         * progmodes/compile.el (compilation-setup): Set value of
11352         compilation-directory-stack as in compilation-forget-errors.
11353         (compile-reinitialize-errors): Bind buffer-undo-list and
11354         deactivate-mark.
11355         (compilation-forget-errors): Likewise.
11357 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
11359         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11360         def... constructs.
11362         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11363         Remove calls to sleep-for.
11365 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
11367         * international/codepage.el (cp-coding-system-for-codepage-1): On
11368         MS-DOS, use dos-unsupported-char-glyph for characters not
11369         supported by the codepage.
11370         (cp-make-coding-systems-for-codepage): Likewise.
11372 1999-02-08  Andreas Schwab  <schwab@gnu.org>
11374         * international/mule-util.el (coding-system-list): Don't sort
11375         coding-system-list here.
11377         * international/mule.el (coding-system-lessp): Moved here from
11378         mule-util.el
11379         (add-to-coding-system-list): New function.
11380         (make-subsidiary-coding-system, make-coding-system,
11381         define-coding-system-alias): Use it instead of setting
11382         coding-system-list directly.
11384 1999-02-07  Dave Love  <fx@gnu.org>
11386         * calendar/appt.el (appt-make-list): Don't splice quotes and date
11387         onto message.
11389 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11391         * imenu.el (imenu--last-menubar-index-alist): Add doc.
11392         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
11394 1999-02-06  Richard Stallman  <rms@gnu.org>
11396         * language/european.el (setup-slovenian-environment): New function.
11397         ("Slovenian"): New language environment.
11399         * progmodes/sql.el (sql-help): Doc fix.
11400         (sql-mysql): Doc fix.
11402 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11404         * tex-mode.el: When compiling, require compare-w and skeleton
11405         to pacify the byte-compiler.  Move the def's of the tex-commands
11406         together.  Add a comment on kill-process vs. quit-process.
11408 1999-02-05  Dave Love  <fx@gnu.org>
11410         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11411         null markers.
11412         (compile-goto-error): Likewise.
11414 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
11416         * time-stamp.el (time-stamp-format): Format doc tighter.
11417         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11418         (time-stamp): Don't re-write the time stamp if it didn't change.
11420 1999-02-05  Alex Schroeder  <asc@bsiag.com>
11422         * progmodes/sql.el: Changed version to 1.2.1.
11423         (sql-pop-to-buffer-after-send-region): Improved documentation.
11424         (sql-mysql-program): Added MySQL support.
11425         (sql-prompt-length): Made prompt-length configurable.
11426         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11427         (sql-help): Added MySQL support, changed documentation.
11428         (sql-send-region): A message is displayed if something is sent.
11429         (sql-mode): Added buffer-local comment-start.
11430         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11431         (sql-interactive-mode): Added buffer-local comment-start.
11432         (sql-oracle): Set sql-prompt-length.
11433         (sql-sybase): Set sql-prompt-length.
11434         (sql-mysql): Added MySQL support.
11435         (sql-ingres): Set sql-prompt-length.
11436         (sql-ms): Set sql-prompt-length.
11437         (sql-postgres): Set sql-prompt-length.
11439 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
11441         * term/internal.el (dos-codepage-setup): Set selection coding
11442         system to cpNNN-dos.
11444 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11446         * international/characters.el: Let ethiopic use iso-2022-7bit.
11448 1999-02-02  Dave Love  <fx@gnu.org>
11450         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11451         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11453 1999-02-02  Karl Heuer  <kwzh@gnu.org>
11455         * terminal.el (terminal-emulator): Doc fix.
11457 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
11459         * international/mule-util.el (compose-chars): Doc-string
11460         modified.  Correctly handle a composition character in ARGS.
11462 1999-02-01  Richard Stallman  <rms@gnu.org>
11464         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11465         (makefile-menu-index-function): Function deleted.
11466         (makefile-mode): Use makefile-imenu-generic-expression.
11468 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
11470         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11471         change, invoke from before-init-hook.
11473 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
11475         * subr.el (remove-from-invisibility-spec): Cope with the case when
11476         buffer-invisibility-spec is t.
11478 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
11480         * calendar/calendar.el (calendar-mode-map): Fix bindings for
11481         appt-add and appt-delete.
11483 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
11485         * term/pc-win.el (msdos-approximate-color): New function.
11486         (msdos-color-translate): Call it to find a DOS color that best
11487         approximates an X-style "#NNNNNN" color specification.
11489 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
11491         * international/mule-util.el (compose-chars-component): Add
11492         autoload cookie.
11494 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
11496         * international/quail.el (quail-lookup-key): If cdr of MAP is a
11497         function, replace cdr of MAP by the return value of the function
11498         unconditionally.
11500 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11502         * progmodes/compile.el (compilation-next-error-locus): Don't
11503         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11505 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
11507         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11508         and NLs before "charset", and allow the charset name be in double
11509         quotes.
11511 1999-01-31  Richard Stallman  <rms@gnu.org>
11513         * imenu.el (imenu-sort-function): Fix custom type.
11515 1999-01-30  Richard Stallman  <rms@gnu.org>
11517         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11518         (speedbar-line-token): Likewise.
11520         * play/gametree.el (gametree-default-score): Use defcustom.
11521         (gametree-score-regexp, gametree-score-closer): Likewise.
11522         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11524 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11526         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11527         decoding.
11529 1999-01-29  Markus Rost  <rost@gnu.org>
11531         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11532         tex-validate-buffer.
11533         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11534         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11535         now with recent occur-mode.
11536         (tex-validate-region): Really walk through all Sexps.
11537         (tex-region): Bind shell-dirtrack-verbose.
11538         (tex-file, tex-bibtex-file): Likewise.
11540 1999-01-29  Dave Love  <fx@gnu.org>
11542         * finder.el: (finder-commentary): Fix interactive spec.  Try
11543         appending .el to file name.
11544         (finder-find-library, finder-commentary): Doc fixes.
11546 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11548         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11549         where the userid contains directory separators.
11551 1999-01-29  Dave Love  <fx@gnu.org>
11553         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11554         (lm-commentary): Doc fix.
11556 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11558         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11559         wildcard match.  Fix regexp that tests if dirpart contains
11560         wildcard characters.
11562 1999-01-28  Richard Stallman  <rms@gnu.org>
11564         * font-lock.el (font-lock-default-unfontify-region):
11565         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11567 1999-01-27  Jason Rumney <jasonr@altavista.net>
11569         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11570         from FAMILY field.
11571         (w32-create-initial-fontsets): Do not use before-init-hook.
11572         (mouse-set-font): Document.  Automatically create and use fontsets.
11574         * dos-w32.el (direct-print-region-helper): Check for printer
11575         being t as well as a string.
11577 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11579         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11580         (rmail-mime-charset-pattern): New variable.
11581         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11582         rmail-decode-mime-charset is non-nil.
11584 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11586         * international/characters.el: Set category `q' for all characters
11587         in tibetan and tibetan-1-column.
11589 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11591         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11592         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11594 1999-01-27  Dave Love  <fx@gnu.org>
11596         * international/mule-cmds.el (current-language-environment):
11597         Provide :link, :type (choices) and appropriate :get.
11599 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11601         * startup.el (command-line): Set default eol-mnemonic-* strings to
11602         display end-of-line format in mode line.
11604         * cus-start.el (all): Add eol-mnemonic-* variables.
11606 1999-01-26  Dave Love  <fx@gnu.org>
11608         * startup.el (command-line-1): Up-date copyright.
11610         * paths.el (Info-default-directory-list): Use configdir twice.
11612         * info.el (Info-directory-list): Don't set path-separator now
11613         we're not shipped with Texinfo.  Simplify path definition.
11614         Substitute all occurrences of instdir in Info-default-directory-list.
11616 1999-01-25  Richard Stallman  <rms@gnu.org>
11618         * startup.el (normal-top-level-add-subdirs-to-load-path):
11619         Record the inode numbers of the dirs processed, to avoid loop.
11621         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11623 1999-01-25  Dave Love  <fx@gnu.org>
11625         * browse-url.el (browse-url-netscape-program): Doc addition.
11627         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11628         prefix.
11630         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11631         auto-mode-alist.
11633 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11635         * calendar/diary-lib.el (mark-diary-entries): Use
11636         assoc-ignore-case and do not capitalize when matching month and
11637         day names.
11639         * calendar/calendar.el (calendar-read-date): Ditto.
11641         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11642         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11644         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11646         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11648         * calendar/cal-islam.el (calendar-goto-islamic-date)
11649         (mark-islamic-diary-entries): Ditto.
11651         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11653         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11654         (calendar-read-mayan-tzolkin-date): Ditto.
11656         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11658 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11660         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11662 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11664         * faces.el (list-faces-display): Multiline case of previous fix.
11666 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11668         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11670 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11672         * files.el (find-file): If find-file-noselect returns a list,
11673         do switch-to-buffer on each element.
11674         (find-file-other-window): Likewise for all but the first element.
11675         (find-file-other-frame): Same.
11676         (find-file-noselect): When we expand a wildcard, return a list
11677         of buffers.
11679 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11681         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11682         to set the appropriate cpNNN-dos coding system as the
11683         highest-priority coding system.
11685 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11687         * international/fontset.el (generate-fontset-menu): Return a
11688         sorted list by plain names of fontsets.
11690         * international/mule-diag.el (list-fontsets): Sort fontsets by
11691         plain names.
11693         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11694         FIRST is a composite character, decompose it at first.
11696 1999-01-23  Dave Love  <fx@gnu.org>
11698         * format.el: Doc fixes.
11699         (format-encode-run-method): Have things happen in the right buffer.
11700         Deal with errors from method.  Set coding-system-for-write.
11701         (format-decode-run-method): Have things happen in the right buffer.
11702         Deal with errors from method.  Set coding-system-for-read.
11703         (format-alist): Use nil instead of unmatchable regexps.
11705         * simple.el (shell-command-on-region): Return command's exit status.
11707 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11709         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11710         of the file whose info we want to display.
11711         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11712         (speedbar-add-mode-functions-list) Improve doc.
11713         (speedbar-line-token) New function.
11714         (speedbar-dired) Fix order of directories in -shown-directories.
11715         (speedbar-line-path): Default return is default-directory
11716         (speedbar-buffers-line-path): Return is dir name only.
11717         (speedbar-mode-functions-list): New variable.
11718         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11719         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11720         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11721         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11722         New functions.
11723         (speedbar-line-file): Broke out part that fetches file from a line.
11724         (speedbar-line-text): New function extracted from speedbar-line-file.
11725         (speedbar-line-path): Converted into a replaceable function.
11726         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11728 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11730         * international/fontset.el (create-fontset-from-x-resource): Make
11731         style variants.
11733 1999-01-22  Dave Love  <fx@gnu.org>
11735         * paths.el (Info-default-directory-list): Put sysdir after start.
11737 1999-01-22  Sam Steingold  <sds@goems.com>
11739         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11740         a process associated with it.
11742 1999-01-22  Jason Rumney <jasonr@altavista.net>
11744         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11746 1999-01-22  Felix Lee  <flee@cygnus.com>
11748         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11749         major-mode.
11750         (vc-annotate-mode): Delete variable.
11752 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11754         * startup.el (command-line): [windows-nt]: Check for existence of
11755         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11756         in preference to _emacs.
11758 1999-01-22  Dave Love  <fx@gnu.org>
11760         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11762 1999-01-20  Richard Stallman  <rms@gnu.org>
11764         * files.el (find-file-noselect): Do wildcard processing only
11765         if new arg WILDCARDS is non-nil.
11766         (find-file, find-file-other-window): New arg WILDCARDS.
11767         Default it to non-nil if interactive.
11768         (find-file-other-frame): Likewise.
11769         (find-file-read-only): Likewise.
11770         (find-file-read-only-other-window): Likewise.
11771         (find-file-read-only-other-frame): Likewise.
11773         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11774         (widget-plist-convert-option): Delete spurious comma.
11776 1999-01-19  Jason Rumney <jasonr@altavista.net>
11778         * term/w32-win.el (w32-standard-fontspec-spec): Change
11779         iso8859-5 to koi8-r.  Add iso8859-9.
11781 1999-01-19  Dave Love  <fx@gnu.org>
11783         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11784         its uses.
11786         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11787         is active.
11788         (fortran-indent-subprogram): Likewise.
11790 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11792         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11794 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11796         * wid-edit.el (alist): Use sexp as default key-type.
11798 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11800         * textmodes/tex-mode.el (tex-define-common-keys):
11801         Remove key binding of tex-feed-input.
11802         (tex-mode-map): Bind tex-feed-input here.
11803         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11804         comint-input-filter-functions before running tex-shell-hook.
11805         (tex-start-tex): Forget compilation errors.
11806         (tex-compilation-parse-errors): Rewritten to work also with
11807         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11808         change in tex-region.
11809         (tex-region): For the temp file use file-name without directory.
11810         (tex-file): Expand file name of tex-print-file.
11812 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11814         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11816 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11818         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11819         beginning could cause Emacs to hang.  Fixed.
11821 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11823         * international/ccl.el (ccl-compile-translate-character): Handle
11824         the case that a tranlation table is CCL register correctly.
11826         * international/mule-cmds.el (select-safe-coding-system):
11827         Hightlight at most 256 characters.
11829 1999-01-18  Dave Love  <fx@gnu.org>
11831         * startup.el (command-line): If the init file changes operation to
11832         unibyte, make all buffers unibyte and re-set language environment.
11834         * disp-table.el (standard-display-european): Make all existing
11835         buffers unibyte.  Fix doc.
11837 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11839         * wid-edit.el (coding-system): Define this unconditionally.
11841         * simple.el (shell-command-on-region-default-error-buffer): New var.
11842         (shell-command-on-region): Use that variable as interactive
11843         value of ERROR-BUFFER argument.
11845 1999-01-17  Sam Steingold  <sds@goems.com>
11847         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11849 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11851         * progmodes/compile.el (compilation-goto-locus): If already in the
11852         compilation buffer's window, keep it in that window.
11853         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11854         (compile-goto-error): Don't play with windows.
11856         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11857         (tex-command): Doc fix.
11858         (tex-compilation-parse-errors): Doc fix.
11859         (tex-generate-zap-file-name): Don't start the name with -.
11860         (tex-expand-files): Works now also with strings ending with ":".
11862 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11864         Patch failed to install:
11865         * gametree.el: Document scoring functionality.
11866         (gametree-score-regexp): Add optional plus sign.
11867         (gametree-score-opener): Replace `:' with `=' as the former
11868         conflicts with gametree-half-ply-regexp.
11869         (gametree-transpose-following-leaves): Add.
11870         (gametree-insert-new-leaf): Make modifying commands barf in read
11871         only buffers.
11872         (gametree-break-line-here): Add a call to
11873         `gametree-transpose-following-leaves'.  This maintains the
11874         necessary invariant that on each level all leaf children precede
11875         all nonleaf children.  This has always been implied, but left to
11876         the user, and, unfortunately, undocumented.
11878 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11880         * wid-edit.el (plist, alist): New widget types.
11882 1999-01-17  Dave Love  <fx@gnu.org>
11884         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11885         fix scope of condition-case therein.
11887 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11889         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11890         default-buffer-file-coding-system when file doesn't exist (and
11891         isn't covered by a special case) instead of forcing undecided-dos
11892         against the user's wishes.
11894         * dos-w32.el (direct-print-region-helper): New function based on
11895         direct-print-region-function; sends data to specified printer port
11896         without further translation.  Recognize and handle specially the
11897         standard `print' and `nprint' programs, as well as `lpr' and
11898         similar programs.  Only write directly to the printer port if no
11899         print program is specified.  Work around a bug in Windows 9x
11900         affecting Win32 version of Emacs by invoking command.com to write
11901         to the printer port instead of writing directly.
11902         (direct-print-region-function): Use direct-print-region-helper to
11903         do most of the work.
11904         (direct-ps-print-region-function): New function; analogue of
11905         direct-print-region-function for ps-print.
11906         (ps-lpr-command): Comment out setq; leave as example usage.
11907         (ps-lpr-switches): Ditto.
11909         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11910         and MS-Windows.
11911         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11912         DOS and Windows platforms, to indicate direct printing.  Update
11913         the docstring accordingly.
11915         * ps-print.el: (ps-printer-name): Update docstring about usage on
11916         MS-DOS and MS-Windows.
11917         (ps-lpr-command): Update docstring as for lpr-command.
11918         (ps-print-region-function): New variable.
11919         (ps-do-despool): Use it.
11920         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11921         DOS/Windows.
11923         * subr.el (subst-char-in-string): New function.
11925 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11927         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11929         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11930         (bdf-find-font-info): New function, looks for the first readable
11931         file from a list of alternatives.
11932         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11933         instead of bdf-get-font-info.
11934         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11935         to ps-mule-generate-bitmap-glyph.
11937         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11938         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11939         now be a list of alternative names.
11940         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11941         (ps-mule-prepare-font): Likewise.
11943         * international/codepage.el (cp855-decode-table,
11944         cp850-decode-table): Fill some nil entries.
11946 1999-01-16  Dave Love  <fx@gnu.org>
11948         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11949         last change.
11951 1999-01-15  Dave Love  <fx@gnu.org>
11953         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11954         and change regexp for command names.
11955         (help-xref-go-back, function-called-at-point, symbol-file)
11956         (where-is): Doc fixes.
11957         (help-xref-go-back): Remove interactive spec.
11958         (describe-function-1): Fix message for alias.  Buttomize alias
11959         name.
11961         * simple.el (join-line): New alias.
11963 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11965         * forms.el: (forms--show-record): Convert integers to string
11966         expicitly since concat will no longer accept integers.
11967         (forms-print): Use local `total-nb-records' since
11968         `forms--total-records' will be inaccessible after buffer switching.
11970 1998-01-14  Felix Lee  <flee@cygnus.com>
11972         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11974 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11976         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11978 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11980         * international/codepage.el (cp850-decode-table): Fix previous change.
11982 1999-01-14  Simon Marshall  <simon@gnu.org>
11984         * shell.el (shell-dirtrack-verbose): New custom variable.
11985         (shell-dirstack-message): Use it.
11987 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11989         * international/mule-conf.el: Coding system alias `dos' for
11990         `undecided-dos', `mac' for `undecided-mac'.
11992         * international/mule-cmds.el (describe-language-environment):
11993         Don't alter input-method-alist.
11995 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11997         * international/codepage.el (cp850-decode-table): Replace nil
11998         entries with codes of similary looking glyphs.  (Suggested by
11999         Jason Rumney <jasonr@altavista.net>.)
12001 1999-01-13  Dave Love  <fx@gnu.org>
12003         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
12005         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
12007 1999-01-12  Karl Heuer  <kwzh@gnu.org>
12009         * files.el (auto-save-hook): Defvar this.
12011 1999-01-12  Alex Schroeder  <asc@bsiag.com>
12013         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
12014         faces, eliminating the need to load font-lock before loading sql.
12015         (sql-mode-oracle-font-lock-keywords): Likewise.
12016         (sql-mode-postgres-font-lock-keywords): Likewise.
12018 1999-01-11  Dave Love  <fx@gnu.org>
12020         * cus-start.el: Add inhibit-eol-conversion.
12022         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
12023         the values round.
12025 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
12027         * help.el (help-mode-finish): Renamed from help-mode-maybe.
12028         Don't switch to Help mode here.
12029         (temp-buffer-setup-hook): Use help-mode-finish.
12030         (help-mode-setup): New function.
12031         (temp-buffer-setup-hook): Use help-mode-setup.
12033         * progmodes/sql.el: New file.
12035         * files.el (auto-mode-alist): Add sql-mode.
12037         * faces.el (list-faces-display): Improve the formatting
12038         by computing the maximum length required for any face-name.
12040 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12042         * progmodes/compile.el (compilation-shell-minor-mode): New function.
12044 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
12046         * term.el (term_send_home): Change the string to
12047         be the same as the one emitted by xterm and consistent with the
12048         ones emitted by prior and next.
12049         (term_send_end): Likewise.
12051 1999-01-10  Dave Love  <fx@gnu.org>
12053         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
12054         bindings.
12056 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
12058         * international/codepage.el (codepage-setup): Doc fix.
12059         (cp-decoding-vector-for-codepage): Likewise.
12061 1999-01-10  Markus Rost  <rost@gnu.org>
12063         * cus-edit.el (custom-save-delete): First scan the custom-file.
12065 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12067         * international/iso-transl.el: Define a "function name" for
12068         each translation that isn't ASCII.  Use these function names
12069         in iso-transl-char-map.
12071 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
12073         * international/mule-util.el (decompose-region): Do decomposition
12074         on temporary unibyte buffer.
12076         * international/mule.el (make-char): Doc-string modified.
12078 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12080         * simple.el (comment-region): Delete spaces only if we
12081         deleted a comment starter.
12083 1999-01-07  Dave Love  <fx@gnu.org>
12085         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12087         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
12088         like eval-defun does.
12090         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
12092         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
12093         constructions.  Doc fixes.
12094         (generic-create-generic-function): Use defalias, not fset.
12096         * find-func.el: More doc fixes.
12098 1999-01-06  Stephen Eglen  <stephen@gnu.org>
12100         * files.el (save-buffers-kill-emacs): Show the list of current
12101         processes before prompting to kill them and exit.
12103 1999-01-06  Dave Love  <fx@gnu.org>
12105         * emacs-lisp/find-func.el: Doc fixes.
12106         (find-function-regexp): Extend for define-generic-mode,
12107         define-derived-mode, easy-mmode-define-minor-mode.
12109 1999-01-06  Dave Love  <fx@gnu.org>
12111         * progmodes/fortran.el (fortran-window-create): Account for scroll
12112         bar width.
12114         * browse-url.el: Require (noerror) w3-auto when compiling.
12115         (browse-url-maybe-new-window): Make it a macro and revert last
12116         change to callers.
12117         (browse-url-w3): Require w3 for w3-fetch-other-window.
12119 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12121         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
12122         argument.
12124 1999-01-06  Simon Marshall  <simon@gnu.org>
12126         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
12128         * font-lock.el (font-lock-default-fontify-buffer): When using
12129         with-temp-message, use nil rather than current-message.
12131         * lazy-lock.el (lazy-lock-unstall):
12132         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
12133         rather than current-message.
12135         * fast-lock.el (fast-lock-save-cache-1):
12136         (fast-lock-cache-data): When using with-temp-message, use nil rather
12137         than current-message.
12139 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
12141         * international/codepage.el (cp-coding-system-for-codepage-1): Add
12142         the valid-codes property.
12144         * international/mule-cmds.el (prefer-coding-system): Call
12145         set-coding-priority, so that the internal array of priorities is
12146         also updated.
12148         * international/mule-util.el:
12149         (coding-system-change-eol-conversion,
12150         coding-system-change-text-conversion): Don't define here.
12152         * international/mule-cmds.el: Define them here.  Remove the
12153         autoload cookies.
12155 1999-01-06  Andreas Schwab  <schwab@gnu.org>
12157         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
12158         if it was enabled before.
12160         * view.el (View-revert-buffer-scroll-page-forward): Bind
12161         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
12163         * files.el (recover-session): Preserve point when inserting
12164         explanation.
12166 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
12168         * cus-edit.el (custom-save-delete): Don't delete whitespace
12169         and comments before the sexp that is replaced.
12171 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12173         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
12175 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12177         * vc.el (vc-dired-hook): Use the original value of
12178         dired-move-to-filename-regexp on lines that have not been
12179         reformatted yet.
12180         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
12181         file lines have already been reformatted.
12183 1999-01-05  Dave Love  <fx@gnu.org>
12185         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
12186         buffer-local.
12188 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
12190         * progmodes/f90.el: Change of regular expressions for type to
12191         correct highlighting and identation. Some small fixes for
12192         compatibility with XEmacs.
12194 1999-01-05  Stephen Eglen  <stephen@gnu.org>
12196         * mspools.el (mspools-vm-system-mail): Provide an alternative
12197         value based on rmail-spool-directory if $MAIL is not defined.
12199 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12201         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
12202         (reftex-section-info): Handle negative section levels.
12203         (reftex-view-crossref-extra): New option.
12204         (reftex-view-crossref): Generalized to work in more places.
12205         (reftex-find-citation-regexp-format, reftex-find-reference-format,
12206         reftex-macros-with-labels, reftex-global-search-marker): New variables.
12207         (reftex-view-cite-locations-from-bibtex): New command.
12208         (reftex-view-regexp-match, reftex-global-search,
12209         reftex-global-search-continue): New functions.
12210         (reftex-extract-bib-entries): No error for non-existing BibTeX
12211         file, just a message.
12212         (reftex-extract-bib-entries): Better error handling.
12213         (reftex-select-with-char): Use `*RefTeX Select*' for selection
12214         help and force it on current frame.
12215         (reftex-default-bibliography): New function.
12216         (reftex-access-parse-file): Check consistency after loading a
12217         parse file.  When inconsistent, enfore rescan.
12218         (reftex-check-parse-consistency): New function.
12219         (easy-menu-define): Options section drastically shortened.
12221 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
12223         * language/thai-util.el (thai-compose-string): New function.
12225 1999-01-04  Inge Frick  <inge@nada.kth.se>
12227         * easymenu.el (easy-menu-define): Doc fix.
12228         (easy-menu-create-menu): New keyword :included.
12229         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
12230         be an expression, not only a string.  Simulate style `button'.
12231         Use easy-menu-define-key-intern instead of easy-menu-define-key.
12232         (easy-menu-define-key-intern): New function.
12233         (easy-menu-add-item): Understand value returned from
12234         easy-menu-item-present-p and easy-menu-remove-item.
12235         (easy-menu-return-item): New function.
12236         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
12238 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
12240         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12241         Use rmail-output-read-rmail-file-name to read the file name.
12242         Always call rmail-output-to-rmail-file noninteractively.
12243         When count > 1, do the loop here.
12244         Handle rmail-delete-after-output here.
12245         (rmail-summary-output): Similar changes.
12247         * mail/rmailout.el: Provide `rmailout'.
12248         (rmail-output-read-rmail-file-name): New function.
12249         (rmail-output-to-rmail-file): Use that.
12250         (rmail-output-read-file-name): New function.
12251         (rmail-output): Use that.
12253         * files.el (find-file-noselect): Let /: suppress wildcard matching.
12254         Error if wildcard matches no files.
12256 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
12258         * menu-bar.el (clipboard-yank): Doc fix.
12260         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
12262 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
12264         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
12266 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
12268         * rmail.el (rmail-encode-string): Make sure mask value is
12269         positive; (emacs-pid) returns a negative number on Windows 9x
12270         which causes odd behaviour.
12272 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
12274         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
12275         and about w32-* variables unless on Windows/NT.
12277 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
12279         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
12280         if buffer is modified; ask about all modified buffers.
12282 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12284         * simple.el (what-cursor-position): Fix previous change.
12286 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
12288         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
12289         from paragraph-start.
12291 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
12293         * international/mule-cmds.el (prefer-coding-system): If the
12294         argument requires specific EOL conversion type, make the default
12295         coding systems use that.
12297 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
12299         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
12300         Use shell-command-on-region.
12301         (m4-start-m4, m4-end-m4): Functions deleted.
12303 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
12305         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
12307 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12309         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
12310         to compose-mail in the correct places and as a list.
12312 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
12314         * page-ext.el: Added mouse-selection feature for pages directory buffer.
12315         (pages-directory-map): Bind mouse-2
12316         (pages-copy-header-and-position): Put text property.
12317         (pages-directory-goto-with-mouse): New function.
12319 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
12321         * international/codepage.el (cp-make-coding-systems-for-codepage):
12322         Doc fix.
12323         (cp-coding-system-for-codepage-1): Likewise.
12325 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
12327         * language/thai-util.el (thai-post-read-conversion): Handle Thai
12328         composition sequence correctly here instead of calling
12329         thai-compose-region.
12331         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
12332         newline in multibyte buffer, if previous or next character is a
12333         composite char, check the first component of the composite char.
12335 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
12337         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
12338         and track-mouse.
12340 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12342         * mail/sendmail.el (mail-yank-original): Remove text properties
12343         after insertion.
12344         (mail-yank-region): Barf if no mark is set in the message
12345         being replied to.
12347         * help.el (function-called-at-point): First look for function at point.
12349 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12351         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12353 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12355         * simple.el (what-cursor-position): Print character encoding also.
12357 1998-12-26  Dave Love  <fx@gnu.org>
12359         * textmodes/flyspell.el: If local-maps work, don't put
12360         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12361         in flyspell-mouse-map (only).
12362         (flyspell-use-local-map): New variable.
12363         Use a different mouse-2 binding in that case,
12364         and don't add to minor-mode-map-alist.
12365         (make-flyspell-overlay, flyspell-correct-word):
12366         Test flyspell-use-local-map.
12368 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12370         * files.el (file-expand-wildcards): Handle wildcards in directory name.
12371         Be careful about whether to return a relative file name,
12372         and if so, relative to what directory.
12374 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12376         * emacs-lisp/easymenu.el (easy-menu-get-map):
12377         Change global map only if this menu exists in the global map already,
12378         and not in the local map.
12379         (easy-menu-do-add-item): Fix error message.
12381         * foldout.el (foldout-inhibit-key-bindings):
12382         Avoid concatenating onto outline-minor-mode-prefix.
12383         Make a new keymap for that prefix, if it does not already have one.
12385 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
12387         * cperl-mode.el:
12388         Can use linear algorithm for indentation if Emacs supports it.
12389         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
12390         (cperl-after-block-p):  Likewise.
12391         (cperl-after-block-and-statement-beg): Likewise.
12392         (cperl-after-block-p):  After END/BEGIN we are a block.
12393         (cperl-after-expr-p):   Skip labels when checking
12394         (cperl-indent-region):  Make a marker for END - text added/removed.
12395         Disable hooks during the call (how to call them later?).
12396         Now indents 820-line-long function in 6.5 sec (including
12397         syntaxification) the first time (when buffer has few
12398         properties), 7.1 sec the second time.
12399         (cperl-indent-region):  Do not indent whitespace lines
12400         (cperl-style-alist)
12401                 Include `cperl-merge-trailing-else' where the value is clear.
12402         (cperl-styles-entries): Likewise.
12403         (cperl-problems):       Improvements to docs.
12404         (cperl-tips):           Likewise.
12405         (cperl-non-problems):   Likewise.
12406         (cperl-mode):           Make lazy syntaxification possible.
12407         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12408         `font-lock-unfontify-region-function' was set to a wrong function.
12410         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12411         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
12412         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12413         but 1<<6 was considered as HERE-doc.
12414         <file/glob> made into a string.
12415         Postpone addition of faces after syntactic step.
12416         Recognition of <FH> was wrong.
12417         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
12418         Knows that split// is null-RE.
12419         Highlights separators in 3-parts expressions as labels.
12420         <> was considered as a glob.
12421         Would err if the last line is `=head1'.
12422         $a-1 ? foo : bar; was a considered a regexp.
12423         `<< (' was considered a start of HERE-doc.
12424         mark qq[]-etc sections as syntax-type=string
12425         Was not processing sub protos after a comment ine.
12426         Was treating $a++ <= 5 as a glob.
12427         Tolerate unfinished REx at end-of-buffer.
12428         `unwind-protect' was left commented.
12429         / and ? after : start a REx.
12431         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12432         Better default, customizes to `message' too, off in text-mode.
12434         (cperl-array-face): Renamed from `font-lock-emphasized-face',
12435         `defface'd.
12436         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12437         `defface'd.
12438         (cperl-emacs-can-parse):        New state variable.
12439         (cperl-indent-line):    Corrected to use global state.
12440         (cperl-calculate-indent):       Likewise.
12441         (cperl-fix-line-spacing):       Likewise (not used yet).
12442         (cperl-calculate-indent):       Did not consider `,' as
12443         continuation mark for statements.
12444         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12445         Remove another parse-data optimization at toplevel: would
12446         indent correctly.
12447         Correct for labels when calculating indentation of continuations.
12448         Docstring updated.
12449         (cperl-choose-color):   Converted to a function (to be
12450         compilable in text-mode).
12451         (cperl-dark-background):        Disable without window-system.
12452         Do `defface' only if window-system.
12453         (cperl-fix-line-spacing):       Sped up to bail out early.
12454         (x-color-defined-p): Was not compiling on XEmacs
12455         Was defmacro'ed with a tick.  Remove another def.
12456         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12457         (cperl-unwind-to-safe): New function.
12458         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12459         (cperl-fontify-syntaxically): Unwinds start and end to go out of
12460                                      long strings (not very successful).
12461         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
12462         Highlight the starting // in s//foo/ as function-name.
12463         Emit a meaningful error instead of a cryptic one for an
12464         uncomplete REx near end-of-buffer.
12466         (cperl-electric-keyword):       `qr' recognized.
12467         (cperl-electric-else):          Likewise
12468         (cperl-to-comment-or-eol):      Likewise
12469         (cperl-make-regexp-x):  Likewise
12470         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
12471         Corrected to use new macros;
12472         `if' for copying `reference-face' to `constant-face' was backward.
12473         remove init `font-lock-other-emphasized-face',
12474         `font-lock-emphasized-face', `font-lock-keyword-face'.
12475         Interpolate `cperl-invalid-face'.
12476         (cperl-make-regexp-x):  Misprint in a message.
12477         (cperl-syntaxify-unwind): New configuration variable
12478         (cperl-fontify-m-as-s): New configuration variable
12479         (cperl-electric-pod):   Check for after-expr was performed
12480         inside of POD too.
12481         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12482         (cperl-clobber-mode-lists): New configuration variable.
12483         (cperl-not-bad-style-regexp):   Updated.
12484         Init:                   `cperl-is-face' was busted.
12485         (cperl-make-face):      New macros.
12486         (cperl-force-face):     New macros.
12487         (font-lock-other-type-face): Done via `defface' too.
12488         (cperl-nonoverridable-face):    New face.  Renamed from
12489         `font-lock-other-type-face'.
12490         (cperl-init-faces-weak):        Use `cperl-force-face'.
12491         (cperl-comment-indent): Commenting __END__ was not working.
12492         (cperl-indent-for-comment):     Likewise.
12493         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
12494         When removing old TAGS info was not relativizing filename.
12495         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12496         Another try to work around XEmacs problems.  Better progress messages.
12497         (toplevel):             Require custom unprotected => failure on 19.28.
12498         (cperl-xemacs-p):       Defined when compile too
12499         (cperl-find-tags):      Was writing line/pos in a wrong order,
12500         pos off by 1 and not at beg-of-line.
12501         (cperl-etags-snarf-tag): New macro
12502         (cperl-etags-goto-tag-location): New macro
12503         (cperl-version):        New variable.  New menu entry
12504         random docstrings:      References to "future" 20.3 removed.
12505         Menu was described as `CPerl' instead of `Perl'
12506         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12507         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12508         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12509         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12510         `font-lock-reference-face', `font-lock-keyword-face'.
12511         Use `eval-after-load'.
12512         Remove not-CPerl-related faces.
12513         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12514         (cperl-indent-exp):     Was not processing else-blocks.
12515         (cperl-get-state):      NOP line removed.
12516         (cperl-ps-print):       New function and menu entry.
12517         (cperl-ps-print-face-properties):       New configuration variable.
12518         (cperl-invalid-face):   New configuration variable.
12519         (perl-font-lock-keywords):      Highlight trailing whitespace
12520         (cperl-contract-levels):        Documentation corrected.
12521         (cperl-contract-level):         Likewise.
12522         (cperl-ps-extend-face-list):    New macro.
12523         (cperl-invalid-face):   Change to ''underline.
12525 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12527         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12528         for read-file-name.
12529         (rmail-output-to-rmail-file): Likewise.
12531 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12533         * emacs-lisp/easymenu.el (easy-menu-get-map):
12534         If MENU is nil, use global menu-bar map.
12535         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12536         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12538 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12540         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12542 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12544         * ps-print.el (ps-print-version): New version number (4.1.3).
12546 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12548         * international/mule-cmds.el: Use make-sparse-keymap instead of
12549         define-prefix-key when defining MULE menu items.
12551         * info.el (Info-node-at-bob-matching): New function.
12552         (Info-find-node, Info-build-node-completions): Call it.
12554 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12556         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12557         when this is an autoloaded keymap.
12559 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12561         * international/codepage.el (cp-coding-system-for-codepage-1):
12562         Create separate encoders and decoders, for DOS and Unix.  Make the
12563         usual family of 3 coding systems, so that automatic detection of
12564         EOL type works.
12565         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12566         Unix-specific symbols here, and don't call
12567         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12568         Handa <handa@etl.go.jp>.)
12570         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12572         * term/internal.el (IT-character-translations): New variable, an
12573         alist used to display characters for which there's no glyphs in
12574         the current codepage.
12575         (IT-display-table-setup): New function, sets up the DOS terminal
12576         for a given codepage.
12577         (dos-codepage-setup): New function, sets up the MULE environment
12578         for the current value of dos-codepage.
12579         (top-level if): In the multibyte mode, turn on
12580         unibyte-display-via-language-environment.  In the unibyte mode,
12581         set up the special syntax tables to map lower- to upper case and
12582         back.
12584 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12586         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12587         (speedbar-frame-plist) Remove useless comments.
12588         (speedbar-frame-mode) Do not specify height if it is in the param list.
12589         Use default y position w/out changing it.
12590         If default x position is a list, keep, calculate the non-list X
12591         value when devining an initial position.
12592         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12593         (speedbar-tag-group-name-minimum-length): New variable.
12594         (speedbar-frame-parameter): New compatibility function.
12595         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12596         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12597         groups to keep things in the right order, and to help with some
12598         naming conventions.
12599         (speedbar-create-tag-hierarchy): Enable buffer local version of
12600         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12601         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12602         the case, derive it from the cursor location in speedbar.
12604 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12606         * international/mule-cmds.el (set-language-environment): On MS-DOS
12607         terminals, install DOS-specific nonascii-translation-table if the
12608         language info doesn't specify one.  Pass the default eol-type to
12609         set-language-environment-coding-systems.
12610         (set-default-coding-systems): Copy the eol-type property for the
12611         new default values of {buffer-file,process}-coding-system from the
12612         old defaults.
12613         (set-language-environment-coding-systems): Accept an optional
12614         argument EOL-TYPE, and set the eol-type property of the default
12615         coding systems accordingly.
12616         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12617         (set-keyboard-coding-system): Likewise.
12618         (set-default-coding-systems): Don't set
12619         default-terminal-coding-system on MS-DOS to anything but nil.
12620         (prefer-coding-system): Describe in the doc string that
12621         default-terminal-coding-system is not changed on MS-DOS.
12622         (set-language-environment): For MS-DOS, set standard syntax table
12623         and display table for all characters with code above 127.
12624         (standard-display-european-internal): For MS-DOS, pass all
12625         characters with code above 127 directly to the terminal, and don't
12626         remap characters 160 and 146 in the unibyte case.
12628         * international/codepage.el: New file.
12630 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12632         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12633         comments.
12635 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12637         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12639         * subr.el (read-passwd): Likewise.
12641 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12643         * info.el (Info-find-node): Add 1 to the position read from the
12644         tag table.  Don't fail if the node delimiter ^_ is the first
12645         character in the file.
12646         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12647         first character in the file.
12648         (Info-read-subfile): Likewise.
12649         (Info-select-node): Likewise.
12650         (Info-build-node-completions): Likewise.
12652 1998-12-16  Richard Stallman  <rms@gnu.org>
12654         * term/x-win.el (x-cut-buffer-or-selection-value):
12655         If clipboard is enabled, try it before PRIMARY selection.
12657 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12659         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12660         insert c-cedilla and C-cedilla respectively, like in latin-1.
12662 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12664         * language/hebrew.el: Don't use sublists in the flags argument
12665         passed to make-coding-system.
12667 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12669         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12670         list of character sets found by find-charset-region.
12672         * ps-mule.el: Always require ps-print.  Move some function
12673         definitions for Emacs 20.2 and the earlier to ps-print.el.
12674         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12676         * ps-print.el: Define several functions for Emacs 20.2 and the
12677         earlier version.
12678         (ps-printer-name): Check if printer-name is bound.
12680 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12682         * ps-mule.el: Programming uniformization and little code improvement.
12683         (ps-mule-prepare-font): Programming uniformization.
12684         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12685         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12687         * ps-bdf.el: Programming uniformization and little code improvement.
12688         (bdf-search-and-read): New fun.
12689         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12690         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12691         (bdf-info-relative-compose, bdf-info-baseline-offset)
12692         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12693         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12694         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12695         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12696         improvement.
12698 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12700         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12701         and mule related code extraction. Autoload ps-mule funs.
12703         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12704         (ps-mule-prologue-generated): New fun.
12705         (ps-mule-plot-string): Add autoload cookie.
12706         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12708 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12710         * ps-bdf.el: Require ps-mule instead of ps-print.
12711         (bdf-directory-list): Add autoload cookie.
12713         * ps-mule.el: New file.  Mule related code extracted from
12714         ps-print.el.  Require ps-print, provide ps-mule.
12715         (ps-multibyte-buffer): Add autoload cookie.
12716         (ps-mule-prepare-ascii-font): New fun.
12717         (ps-mule-set-ascii-font): New fun.
12718         (ps-mule-skip-same-charset): Fun deleted.
12719         (ps-mule-plot-string): Set ps-mule-current-charset.
12720         (ps-mule-initialize): Add autload cookie.  Don't set
12721         ps-mule-font-info-database here.
12722         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12723         ps-mule-font-info-database and ps-control-or-escape-regexp.
12724         (ps-mule-begin-page): New fun.
12726         * ps-print.el: Mule related code moved to ps-mule.el.
12727         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12728         check ps-mule-charset-list.
12729         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12730         ps-mule-begin-page.
12731         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12732         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12733         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12734         instead skip same charsets by itself.
12735         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12736         non-nil.  Call ps-mule-begin-job.
12738 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12740         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12741         instead of bdf.
12743         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12744         (ps-mule-external-libraries): New element FEATURE.
12745         (ps-mule-init-external-library): Ajusted for the above change.
12746         (ps-mule-generate-font): Likewise.
12747         (ps-mule-generate-glyphs): Likewise.
12748         (ps-mule-prepare-font): Likewise.
12749         (ps-mule-initialize): Likewise.
12750         (ps-begin-file): Superfluous tailing parenthesis deleted.
12752 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12754         * international/fontset.el (x-decompose-font-name): If PATTERN
12755         doesn't have any wild cards, return a vector made from a name that
12756         is found by x-resolve-font-name found.  Comments added.
12758         * international/mule-cmds.el (find-coding-systems-for-charsets):
12759         Handle the case of unknown charset.
12760         (find-multibyte-characters): If invalid multibyte characters are
12761         found, return the corresponding strings instead of character
12762         codes.
12763         (find-multibyte-characters): Adjusted for the above change.
12764         (select-safe-coding-system): For a unibyte buffer, always returns
12765         DEFAULT-CODING-SYSTEM.
12766         (get-charset-property): Fix previous change.  Make it a function.
12767         (put-charset-property): Make it a function.
12769         * international/mule.el (make-coding-system): Set mime-charset
12770         property of *-with-esc coding system to nil.
12772         * international/quail.el (quail-point-in-conversion-region): New
12773         function.
12774         (quail-conversion-backward-delete-char): When a key sequence is
12775         being translated, call quail-delete-last-char.
12777         * language/devan-util.el
12778         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12779         handle devanagari-decomposition-rules.
12781 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12783         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12784         tex-start-options-string to empty string.
12785         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12787 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12789         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12790         5xx responses are already handled properly).
12792 1998-12-13  Richard Stallman  <rms@gnu.org>
12794         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12795         on a non-digit in the file name.
12797         * simple.el (comment-region): Handle comment-padding
12798         separately for insertion and for deletion, in the right way for each.
12800 1998-12-13  Felix Lee  <flee@cygnus.com>
12802         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12803         regexp to match "ChangeLog:1:1998-12-09 ..."
12805 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12807         * cus-start.el (dos-unsupported-char-glyph): Add.
12809 1998-12-11  Dave Love  <fx@gnu.org>
12811         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12812         forward-sexp in condition-case.
12814         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12815         Remove unnecessary test on `library' for explicit file name.
12816         Widen scope of save-match-data.
12818 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12820         * international/mule.el (load-with-code-conversion): If the loaded
12821         file was inserted  with no-conversion or raw-text coding system,
12822         make the buffer unibyte.
12824 1998-12-09  Richard Stallman  <rms@gnu.org>
12826         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12827         Get rid of nested loops.
12829         * mouse.el (mouse-drag-vertical-line):
12830         If WHICH-SIDE is not `right', then scroll bars are on the left.
12832         * loadhist.el (load-history-loaded): defvar moved to help.el.
12834         * help.el (symbol-file-load-history-loaded): Variable renamed,
12835         and defvar moved from loadhist.el.
12836         (symbol-file): Renamed from describe-function-find-file.
12837         Load fns-VERSION.el here.
12838         (describe-variable, describe-function-1): Use symbol-file.
12840         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12841         Don't start the name with #.
12843         * ispell.el: Take out the eval-when's.
12845 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12847         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12848         (dirtrack): Run it.  Make debug message more verbose.
12850 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12852         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12853         name of the abbrev table, and provide support for XEmacs.
12854         (octave-xemacs-p): New variable.
12856 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12858         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12859         exit, when mail-interactive is nil.
12861 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12863         * files.el (after-find-file): Message fix.
12865 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12867         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12869 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12871         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12872         filenames using backslashes.
12874 1998-12-09  Dave Love  <fx@gnu.org>
12876         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12877         with correct number of args.
12878         (browse-url-maybe-new-window): New arg.  Callers changed.
12880         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12881         comment.
12883 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12885         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12887 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12889         * vc.el (vc-rcs-release): Fix Type.
12890         (vc-sccs-release): Fix Type.
12891         (vc-cvs-release): Fix Type.
12893         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12894         arg work right.
12896         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12897         output of last undeleted message.
12899 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12901         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12902         (buffer-undo-list) [windows-nt]: Use different relative path.
12904 1998-12-07  Simon Marshall  <simon@gnu.org>
12906         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12908 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12910         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12912         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12914 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12916         * info.el (Info-menu): Don't return error if point is between menu
12917         header and first menu item.
12919 1998-12-04  Dave Love  <fx@gnu.org>
12921         * help.el (describe-function-1): Fix description for alias.
12923 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12925         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12926         specifications from summary line.
12928         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12929         (close-rectangle): Define alias only once in loaddefs.el.
12931 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12933         * term/internal.el: Remove code which sets up a special syntax
12934         table for non-ASCII characters.
12936 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12938         * dos-w32.el (direct-print-region-function): Try to ensure that
12939         printer-name is expanded to a file name on a local drive;
12940         sometimes printing a file loaded from a network volume fails.
12941         (direct-print-region-function): Add a function to
12942         write-region-annotate-functions to append a formfeed character to
12943         the region being printed, if the region doesn't end with a
12944         formfeed already.  This avoids creating a second print job
12945         containing a blank page when print spooling is enabled on Windows.
12947 1998-12-02  Dave Love  <fx@gnu.org>
12949         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12950         `Info-goto-node'.
12952 1998-12-02  Richard Stallman  <rms@gnu.org>
12954         * help.el (temp-buffer-resize-mode): Doc fix.
12956         * cus-edit.el (custom-save-delete): Save point before
12957         reading a sexp, rather than backing up.
12959         * international/iso-transl.el: Fix previous change.
12961 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12963         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12964         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12965         Added defvars to suppress compilation warnings.
12967 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12969         * ispell.el: Improved and fixed customize for variables:
12970         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12971         ispell-dictionary-alist, ispell-skip-sgml.
12972         Improved and fixed comments in variables and messages for
12973         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12974         ispell-menu-map, ispell-checking-message, ispell-parser,
12975         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12976         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12977         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12978         ispell-message-text-end, ispell-add-per-file-word-list.
12979         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12980         system is now required for all languages.  Casechars improved for
12981         castellano, castellano8, and norsk dictionaries.  Dictionary
12982         norsk7-tex added.  Dictionary polish added.
12983         (ispell-dictionary-alist): Redefined at load-time to support
12984         dictionary changes.
12985         (ispell-menu-map): Redefined at load-time to support menu changes.
12986         (ispell-check-version): New alias for `check-ispell-version'.
12987         (ispell-parse-output): Fixed matching for ispell error messages.
12988         Correctly returns spelling suggestions in order generated by ispell
12989         process.
12990         (check-ispell-version): Ensure `case-fold-search' doesn't get
12991         redefined.
12992         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12993         redefined.  Fix bug that didn't respect case of word being completed.
12994         (ispell-init-process): Set process coding system to be compatible
12995         with emacs processes and the ispell process.
12996         (ispell-kill-ispell): Ensures ispell process has terminated before
12997         starting new process.  This can otherwise confuse process filters
12998         and hang the ispell process.
12999         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
13000         skipping support for sgml.
13001         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
13002         which could cause `ispell-complete-word' to hang.
13003         (ispell-message): Improved message reference matching.  Ensure
13004         `case-fold-search' doesn't get redefined.
13005         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
13006         get redefined.  Fixed bug in returning to nroff mode from tex mode.
13007         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
13008         get redefined.
13010 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
13012         * textmodes/flyspell.el (flyspell-check-word-p):
13013         Don't delay inside a kbd macro.
13015         * subr.el (make-local-hook): Return the hook variable.
13017 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13019         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
13020         Use a timer instead of post-command-hook.
13021         (hscroll-timer): New variable.
13023 1998-11-30  Dave Love  <fx@gnu.org>
13025         * help.el (help-xref-button): Do nothing if text already has the
13026         help-xref property.
13027         (describe-variable): Revert previous change to hyperlink to source.
13029 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
13031         * bindings.el (features): Add `base64' to this list.
13033         * loadhist.el (symbol-file): Doc fix.
13035         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
13037         * files.el (hack-one-local-variable): Cope with non-file buffers.
13039 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
13041         * help.el (describe-mode): Put major mode first.
13043         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
13044         to support special-display and same-window features.
13046 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13048         * simple.el (transpose-subr, transpose-subr-1): Rename variables
13049         bound in one function and used in the other.
13050         (transpose-subr-start1, transpose-subr-start2): Add defvars.
13051         (transpose-subr-end1, transpose-subr-end2): Add defvars.
13053 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13055         * autoinsert.el (auto-insert-alist): Use user-mail-address.
13057 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
13059         * international/ccl.el (ccl-dump-translate-character-const-tbl):
13060         Give format correct control string.
13062         * international/mule.el (define-translation-table): Fix bug of
13063         setting incorrect translation-table-id.  If the first element of
13064         ARGS is a translation table, just register it.
13066         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
13067         property.
13069 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
13071         * thingatpt.el (thing-at-point-url-at-point): Don't use current
13072         syntax table to determine what is whitespace.
13074 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
13076         * frame.el (frame-parameter): Doc fix.
13078         * textmodes/tex-mode.el (tex-feed-input): New function.
13079         (tex-define-common-keys): Add binding for C-c C-m.
13081 1998-11-23  Dave Love  <fx@gnu.org>
13083         * progmodes/fortran.el: Various minor doc fixes.
13084         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
13085         (fortran-with-subprogram-narrowing): New macro.
13086         (fortran-check-for-matching-do): Use it.
13087         (fortran-end-do): Use fortran-check-end-prog-re.
13088         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
13089         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
13091 1998-11-23  Simon Marshall  <simon@gnu.org>
13093         * font-lock.el (font-lock-defaults): Doc fix.
13094         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
13095         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
13097         * lazy-lock.el (lazy-lock-unstall):
13098         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
13100         * fast-lock.el (fast-lock-save-cache-1):
13101         (fast-lock-cache-data): Rewritten to use with-temp-message.
13103 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
13105         * mail/rmail.el (rmail-set-message-counters-counter): Detect
13106         messages that have been added with DOS line endings and convert
13107         the line endings for such messages.
13109 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13111         * help.el: Add resizing of temporary buffers.
13112         (temp-buffer-resize-mode): New command and variable.
13113         (temp-buffer-max-height): New variable.
13114         (resize-temp-buffer-window): New function.
13116         * window.el (window-buffer-height): New function, split from
13117         shrink-window-if-larger-than-buffer.
13118         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
13120 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
13122         * frame.el (initial-frame-alist): Add defcustom.
13124         * shell.el (shell-prompt-pattern): Add defcustom.
13126 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13128         * message.el (message-ignored-supersedes-headers): Remove
13129         NNTP-Posting-Date.
13131 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13133         * help.el (describe-mode): Don't avoid loop indirecting thru
13134         value of INDICATOR.
13136 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13138         * help.el (describe-variable): Allow any variable with a defcustom,
13139         even if it is not a user variable.
13141         * mail/rmail.el (mail-unsent-separator): Additional alternative.
13143 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
13145         * gnus/nntp.el (nntp-request-group): Allow for failures when
13146         requesting a new group.
13148 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13150         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
13152 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13154         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
13156 1998-11-19  Simon Marshall  <simon@gnu.org>
13158         * subr.el (with-temp-message): New macro.
13160         * emacs-lisp/lisp-mode.el (with-temp-message):
13161         Add lisp-indent-function property.
13163 1998-11-18  Dave Love  <fx@gnu.org>
13165         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
13167 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13169         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
13170         This is not obsolete.
13172 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
13174         * textmodes/picture.el: Make a new map by make-keymap.
13175         (picture-desired-column): New variable.
13176         (picture-update-desired-column): New function.
13177         (picture-beginning-of-line): Set picture-desired-column to 0.
13178         (picture-end-of-line): Set picture-desired-column to the current
13179         column.
13180         (picture-forward-column): Pay attention to multi-column character.
13181         (picture-backward-column): Likewise.
13182         (picture-move-down): Likewise.
13183         (picture-move-up): Likewise.
13184         (picture-movement-nw): With prefix arg, move twice columns.
13185         (picture-movement-ne): Likewise.
13186         (picture-movement-sw): Likewise.
13187         (picture-movement-se): Likewise.
13188         (picture-set-motion): Handle two-column movements.
13189         (picture-move): Call picture-move-down or picture-forward-column
13190         only when necessary.
13191         (picture-insert): Pay attention to picture-desired-column.
13192         (picture-self-insert): Likewise.
13193         (picture-clear-column): Pay attention to multi-column character.
13194         (picture-mode): Modify doc-string for two-column movement.
13196         * rect.el (move-to-column-force): New function.
13197         (operate-on-rectangle): If coerce-tabs is non-nil, call
13198         move-to-column-force instead of move-to-column.
13199         (insert-rectangle): Call move-to-column-force instead of
13200         move-to-column.
13201         (open-rectangle-line): If begextra is not zero, call
13202         move-to-column-force.
13205 1998-11-16  Dave Love  <fx@gnu.org>
13207         * textmodes/sgml-mode.el Require skeleton when compiling.
13208         (sgml-font-lock-keywords-1): Accept single-letter tags.
13209         (v2): Defvar free variable.
13211 1998-11-16  Sam Steingold  <sds@goems.com>
13213         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
13214         macro, not ELisp one.
13216 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13218         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
13219         characters to symbol.
13221         * language/japan-util.el (japanese-zenkaku-region): New optional
13222         arg KATAKANA-ONLY.
13224 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13226         * international/mule.el
13227         (after-insert-file-set-buffer-file-coding-system): If the buffer
13228         is changed to unibyte, return inserted bytes.
13230         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
13231         and link names if necessary.
13232         (tar-header-block-summarize): Handle the case that file or link
13233         names are multibyte.
13234         (tar-summarize-buffer): At first set the current buffer unibyte,
13235         then if there are multibyte file names, change it to multibyte.
13236         (tar-mode): Get char position from tar-header-offset.
13237         (tar-extract): Avoid multibyte<->unibyte conversion in
13238         insert-buffer-subsring by setting both buffers unibyte
13239         temporarily.
13240         (tar-copy): Set the buffer unibyte while doing a work.  Write
13241         without code conversion.
13242         (tar-expunge): Set the buffer unibyte while doing a work.
13243         (tar-alter-one-field): Likewise.
13244         (tar-clear-modification-flags): Compare byte position with
13245         tar-header-offset.
13246         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
13247         insert-buffer-subsring by setting both buffers unibyte
13248         temporarily.  Pay attention to multibyteness while updating the
13249         descriptor-line.
13250         (tar-mode-write-file): Write without code conversion.
13252 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13254         * nngateway.el: Require cl.
13256 1998-11-15  Dave Love  <fx@gnu.org>
13258         * progmodes/fortran.el: Fix previous change:
13259         (fortran-end-prog-re1): Changed.
13260         (fortran-check-end-prog-re): New function.
13261         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
13263 1998-11-13  Tom Breton  <tob@world.std.com>
13265         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
13266         GNU Emacs.
13268 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
13270         * textmodes/reftex.el: (reftex-finding-files): Group documentation
13271         fixed.
13272         (reftex-toc-toggle-file-boundary,
13273         reftex-toc-toggle-labels,
13274         reftex-toc-toggle-context,reftex-find-start-point): New functions.
13275         (reftex-toc-include-labels, reftex-toc-include-context,
13276         reftex-toc-include-file-boundaries,
13277         reftex-toc-keep-other-windows): New options.
13278         (reftex-use-text-after-label-as-context): Option removed.
13279         (reftex-extract-bib-entries): Protect use in non-latex
13280         buffers.
13281         (reftex-toc-visit-location): Renamed from
13282         `reftex-toc-visit-line'.
13283         (reftex-latin1-to-ascii): Works now with and without Mule.
13284         (reftex-truncate): Removed special stuff for Emacs 20.2.
13285         (reftex-get-offset): Made more general.
13286         (reftex-show-label-location): Renamed from
13287         `reftex-select-label-callback'.
13288         (reftex-pop-to-label): Function removed (using
13289         `reftex-show-label-location' instead.
13290         (reftex-insert-docstruct): Renamed from
13291         `reftex-make-and-insert-label-list'.  Function args changed.
13292         (reftex-toc): Now uses `reftex-insert-docstruct' and
13293         `reftex-find-start-point'.
13294         (reftex-select-item): Use `reftex-find-start-point'.
13295         (reftex-toc-visit-line): Can display labels and file
13296         boundaries.
13297         (reftex-TeX-master-file): `(TeX-master-file)' protected.
13299 1998-11-12  Sam Steingold  <sds@goems.com>
13301         * browse-url.el (browse-url): Handle the case when
13302         `browse-url-browser-function' is a lambda list.
13304 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
13306         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
13307         version string.
13308         * loadhist.el (symbol-file): Likewise
13310 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
13312         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
13314 1998-11-11  Sam Steingold  <sds@goems.com>
13316         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
13317         `run-lisp' instead of signalling an error.
13319 1998-11-11  Karl Heuer  <kwzh@gnu.org>
13321         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
13323 1998-11-11  Richard Stallman  <rms@gnu.org>
13325         * vc-hooks.el (vc-toggle-read-only): Doc fix.
13327 1998-11-11  Per Starback  <starback@update.uu.se>
13329         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
13330         renamed svenska8 to svenska, and fixed and extended CASECHARS
13331         for it.
13333 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
13335         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
13336         handling if setpagedevice is not available.
13337         (ps-begin-file): Fix typo.
13339 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
13341         * international/mule-util.el (compose-chars-component): Signal
13342         error if CH is a rule-based composition character.
13343         (compose-chars): Signal error if an already compsed character is
13344         going to be composed by rule-base.
13346         * term/x-win.el: If a resolved ASCII font name doesn't conform to
13347         full XLFD, don't try to get information of WEIGHT and SLANT from
13348         that font name.
13350 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
13352         * dos-w32.el (set-default-process-coding-system): Use function on
13353         before-init-hook to set default-process-coding-system based on
13354         enable-multibyte-characters.
13356         * term/w32-win.el ([language-change]): For now ignore
13357         keyboard language-change events.
13359 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
13361         * ediff-util.el (ediff-make-temp-file): Run the prefix through
13362         convert-standard-file-name, but leave the results of
13363         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
13364         characters if the original name already exists, or has a special
13365         handler.
13367 1998-11-10  Karl Heuer  <kwzh@gnu.org>
13369         * international/iso-insert.el: Delete autoload cookies.
13371         * international/iso-transl.el: Add autoload cookies.
13373 1998-11-10  Richard Stallman  <rms@gnu.org>
13375         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13376         (ispell-process-line): Don't treat multibyte
13378 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
13380         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13381         setpagedevice to specify the page size if setpagedevice is
13382         available.  This is necessary to select the correct paper tray on
13383         Level 2 printers with multiple paper sizes available.
13385         (ps-begin-file): Cope with font names that contain spaces, and
13386         call BeginDoc in a BeginSetup/EndSetup block.
13388 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
13390         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13391         convert-standard-filename.
13393         * loadhist.el (symbol-file): Run fns-VERSION.el through
13394         convert-standard-filename.
13396 1998-11-06  Richard Stallman  <rms@gnu.org>
13398         * textmodes/texinfmt.el (texinfo-format-scan):
13399         Detect the case of two @-commands in a row; process just the first.
13400         (texinfo-append-refill): If line has a @c, insert the @refill
13401         before it.
13402         (texinfo-format-refill): Return with point where the @refill was.
13404         * files.el (hack-local-variables): Test local-enable-local-variables.
13405         (hack-local-variables-prop-line): Likewise.
13406         (set-auto-mode): Don't test local-enable-local-variables here.
13407         (enable-local-variables): Doc fix.
13408         (local-enable-local-variables): Doc fix.
13409         (normal-mode): Doc fix.
13411 1998-11-06  Karl Heuer  <kwzh@gnu.org>
13413         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13415 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
13417         * simple.el (line-number-mode): Doc fix.
13419 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
13421         * international/fontset.el (create-fontset-from-fontset-spec):
13422         Give correct arg to `error'.
13424 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
13426         * textmodes/sgml-mode.el (html-mode): Doc fix.
13427         (sgml-name-8bit-mode): Fix missing format character in message string.
13429 1998-11-05  Karl Heuer  <kwzh@gnu.org>
13431         * mail/sendmail.el (sendmail-send-it): Check for failure.
13433 1998-11-05  Richard Stallman  <rms@gnu.org>
13435         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13437         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13438         (close-rectangle): Define as alias.
13440 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
13442         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13444 1998-11-05  Dave Love  <fx@gnu.org>
13446         * help.el (describe-variable): Don't quote link to source.
13448 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
13450         * gud.el (gud-common-init): Use pop-to-buffer.
13451         (same-window-regexps): Add an element that matches all gud buffers.
13453 1998-11-04  Jason Rumney  <jasonr@altavista.net>
13455         * term/w32-win.el (x-get-selection-value): Alias to
13456         x-cut-buffer-or-selection-value.
13457         (w32-standard-fontset-spec): New variable.
13458         (w32-create-initial-fontsets, mouse-set-font): Check whether
13459         new-fontset is available.
13460         (w32-use-w32-font-dialog): Enable use of set-variable.
13462 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13464         * vc.el (with-vc-file, edit-vc-file): New macros.
13466 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
13468         * international/quail.el (quail-show-guidance-buf): Call
13469         set-minibuffer-window to set minibuffer window of the current
13470         frame correctly.
13472 1998-11-03  Theodore Jump <tjump@tertius.com>
13474         * term/w32-win.el: Require fontset.
13476 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
13478         * faces.el (set-face-font): Call resolve-fontset-name on w32.
13479         (set-face-font-auto): Ditto.
13481 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
13483         * mouse.el (mouse-drag-region): Fix typo.
13485 1998-11-02  Dave Love  <fx@gnu.org>
13487         * progmodes/fortran.el Fix for fontification of strings lost somehow:
13488         (fortran-fontify-string): New function.
13489         (fortran-font-lock-keywords-1): Use it.
13491 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
13493         * comint.el (comint-file-name-quote-list): Doc fix.
13495 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13497         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13498         build directory, not source directory.
13500         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13501         if we did not get one for the final move.
13503 1998-11-01  Dave Love  <fx@gnu.org>
13505         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13506         Don't funcall browse-url-browser-function.
13508         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13509         Don't funcall browse-url-browser-function.
13511         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13513 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13515         * files.el (revert-buffer): Doc fix.
13517 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13519         * textmodes/tex-mode.el (tex-start-options-string):
13520         Quote the backslashes with more backslashes.
13522 1998-10-31  Dave Love  <fx@gnu.org>
13524         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13525         (webjump): Don't funcall browse-url-browser-function.
13527 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13529         * international/quail.el (quail-start-translation): Handle
13530         switching of the frame in read-key-sequence.
13531         (quail-start-conversion): Likewise.
13532         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13533         windows before setting an appropriate window for it.
13534         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13535         quail-guidance-win to nil.
13536         (quail-update-guidance): If quail-guidance-buf is not in the
13537         selected frame, call quail-show-guidance-buf again.
13539 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13541         * progmodes/pascal.el (pascal-mode):
13542         `blink-matching-paren-dont-ignore-comments' set to t.
13544 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13546         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13548 1998-10-30  Dave Love  <fx@gnu.org>
13550         * vc.el (vc-backend-merge-news): Check for "P" output.
13552         * help.el (describe-variable): Hyperlink the definition.
13554 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13556         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13557         (sh-set-shell): Likewise.
13559         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13561         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13562         (edebug-on-error): Fix customize type to match that of
13563         debug-on-error.
13565         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13567         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13568         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13570         * international/mule-cmds.el (select-message-coding-system): Doc
13571         fix.
13573         * international/mule-diag.el (describe-coding-system): Describe
13574         all flags.
13576         * mail/sendmail.el (sendmail-coding-system,
13577         default-sendmail-coding-system): Doc fix.
13579         * simple.el (shell-command-on-region): Doc fix.
13581         * loadup.el: Write fns-*.el in current directory instead of
13582         data-directory since no installation directory exists yet.  Mark
13583         buffer unmodified afterwards.
13585         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13586         instead of data-directory since it is architecture dependent.
13587         (load-history-loaded): Update doc string.
13589 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13591         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13592         path as a default directory when canonicalizing names.
13594         * w32-fns.el: Remove a dangling reference to a directory on the
13595         build machine.
13597 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13599         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13600         namespace related keywords such as `class', `body', `private',
13601         `variable', `namespace eval', etc.
13602         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13603         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13604         imenu and font-lock so that searches for \sw would find words
13605         containing colons.
13607         * progmodes/etags.el (initialize-new-tags-table):
13608         Do not alter find-tag-marker-ring and tags-location-ring.
13610 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13612         * term/w32-win.el: Require fontset.
13613         (w32-init-fontsets): New function (code from x-win.el).
13615 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13617         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13618         calendar-and-diary-frame-parameters):  Add title parameter.
13620 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13622         * completion.el (dynamic-completion-mode): New function to enable
13623         the mode.  (Just loading the file now does not change anything.)
13625 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13627         * ps-print.el: User option for multibyte buffer handling and doc fix.
13628         (ps-multibyte-buffer): New user option.
13629         (ps-setup): Print new user option.
13630         (ps-print-quote): New fun.
13631         (ps-color-p, ps-mule-font-info-database-latin): New var.
13632         (ps-default-color, ps-mule-font-info-database)
13633         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13634         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13635         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13636         Little code improvement.
13637         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13638         (ps-print-prologue-header, ps-font-family, ps-font-size)
13639         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13640         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13641         (ps-mule-external-libraries, ps-mule-init-external-library)
13642         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13643         Doc fix.
13644         (ps-print-version): New version number (4.1.1) and doc fix.
13645         (ps-print-prologue-header): New user option.
13646         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13647         Conditional compilation for GNU Emacs and emacsens.
13648         (ps-generate-postscript-with-faces): Skip invisible text better.
13649         (ps-setup): Print new user option.
13650         (ps-print-preprint): Check if input file name exists and is unwritable.
13651         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13652         and insert user PostScript prologue header comments.
13653         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13654         New funs.
13655         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13656         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13657         PostScript programming normalization.
13658         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13659         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13660         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13661         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13662         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13663         Programming style normalization.
13665 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13667         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13668         version, check the value of mule-version.
13670         * international/mule-util.el (compose-region): Insert then delete
13671         to preserve markers.
13672         (decompose-region): Use search-forward for efficiency.
13674         * language/chinese.el (pre-write-encode-hz): Cancel previous
13675         change, use generate-new-buffer instead of get-buffer-create.
13676         * language/devan-util.el
13677         (in-is13194-devanagari-pre-write-conversion): Likewise.
13678         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13679         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13680         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13682 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13684         * mail/rmailsum.el (rmail-message-subject-p):
13685         Handle message whose header has not been reformatted.
13687         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13689 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13691         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13692         New variables.
13693         (mouse-set-font): Use font menus instead of dialog according to
13694         w32-use-w32-font-dialog.
13696 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13698         * calendar/calendar.el (calendar-day-name-array): Add doc string
13699         correctly!
13700         (calendar-month-name-array): Add doc string correctly!
13702 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13704         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13706 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13708         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13710         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13712         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13714         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13716 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13718         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13720 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13722         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13723         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13724         (profile-filter, profile-reset-timer): Functions deleted.
13725         (profile-check-zero-init-times, profile-get-time): Likewise.
13726         (profile-find-function, profile-quit): Likewise.
13727         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13728         (profile-time-list, profile-init-list): Doc fix.
13729         (profile-functions): Simplify.
13730         (profile-print): Use float.  Make output include space separators.
13731         (profile-add-time): New helper function.
13732         (profile-function-prolog): Renamed from profile-start-function.
13733         Handle profile-distinct.
13734         (profile-function-epilog): Renamed from profile-update-function.
13735         Handle profile-distinct.
13736         (profile-a-function): If the function to be profiled is an
13737         autoload form, load it.  If it's lazy-loaded, fetch it.
13738         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13739         (profile-restore-fun): Arg FUN is now a function symbol, as was
13740         documented, rather than a one-element list.
13741         (profile-finish): Call profile-restore-fun properly.
13743 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13745         * international/characters.el: Setup charset property
13746         nospace-between-words.
13748         * international/mule-cmds.el (get-charset-property): If CHARSET is
13749         composition, return nil.
13750         (put-charset-property): If CHARSET is composition, do nothing.
13752         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13753         * language/devan-util.el
13754         (in-is13194-devanagari-pre-write-conversion): Likewise.
13755         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13756         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13757         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13759         * textmodes/fill.el (sentence-end-without-period): New variable.
13760         (canonically-space-region): Pay attention to
13761         sentence-end-without-period.
13762         (fill-find-break-point): The first argument CHARSET deleted.
13763         Caller changed.
13764         (fill-region-as-paragraph): Pay attention to charset property
13765         nospace-between-words and text property nospace-between-words.
13767 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13769         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13770         an unrecognized shell.
13772 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13774         * desktop.el (desktop-save): Include minor modes symbolically.
13775         (desktop-create-buffer): Turn on all minor modes in `mim'.
13777 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13779         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13780         (sh-font-lock-keywords): Handle rpm and rpm2.
13781         (sh-ancestor-alist): Handle rpm.
13783         * files.el (auto-mode-alist): Recognize .rpm files.
13784         Also .spec and .mspec files.
13786 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13788         * faces.el (frame-set-background-mode): Enable the function for
13789         MSDOS frames.
13791 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13793         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13794         (calendar-month-name-array): Add doc string.
13796 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13798         * simple.el (kill-ring-max): Increased to 60.
13800 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13802         * international/characters.el: Setup auto-fill-chars.
13804         * international/kinsoku.el (kinsoku): Check the variable
13805         enable-kinsoku.
13807         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13808         Don't call kinsoku directly, intead call fill-find-break-point.
13810         * textmodes/fill.el: Setup `fill-find-break-point-function'
13811         property to character sets which require `kinsoku' processing for
13812         filling.
13813         (fill-find-break-point): New function.
13814         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13815         Don't call kinsoku directly, intead call fill-find-break-point.
13817 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13819         * faces.el (modify-face-read-string): Return (nil) for "none".
13820         (modify-face): Don't get error if (nil) is the argument.
13821         (face-try-color-list): Don't check whether nil is a valid color.
13823 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13825         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13826         Print message about each directory, even in batch mode.
13828         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13830         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13831         (ps-mule-string-char): No need to use sref.
13832         (ps-mule-next-index): No need to use sref.
13834         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13836         * files.el (revert-buffer-internal-hook): Add defvar.
13838         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13840         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13842 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13844         * international/mule-cmds.el (default-input-method): Fix custom type.
13846         * net-utils.el (whois-server-list): Fix customization type.
13848         * shell.el (shell-input-autoexpand): Fix customization group.
13850 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13852         * repeat.el (repeat): Handle keyboard macros properly.
13853         Handle new prefix arg after self-insert command.
13855         * repeat.el: Don't include cl even at compile time.
13856         (repeat): Avoid using `loop'.
13858         * simple.el (shell-command-on-region): Doc fix.
13859         (next-history-element): Special error message if no default.
13861 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13863         * ps-print.el (ps-print-buffer): Doc fix.
13864         (ps-despool): Likewise.
13866         * arc-mode.el (arc-mode): Provide arc-mode.
13868 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13870         * ps-print.el (ps-print-buffer): Doc fix.
13872 1998-10-14  Dave Love  <fx@gnu.org>
13874         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13875         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13876         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13878         * progmodes/fortran.el (fortran-mode-map): Change "Join
13879         Continuation Line" to "Join Line".
13880         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13882 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13884         * progmodes/fortran.el (fortran-join-line): Use
13885         `delete-indentation' instead of issuing an error message if not on
13886         a continuation line.  Provide for joining several lines using
13887         prefix arg.
13889 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13891         * term/pc-win.el (msdos-color-values): New variable.
13892         (x-color-values): New function, emulates its namesake from
13893         src/xfns.c.
13894         (msdos-bg-mode): Add all dark colors to those which return
13895         "dark".
13897 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13899         * replace.el (keep-lines, flush-lines, how-many):
13900         Don't ignore case if arg has upper case letters.
13902 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13904         * progmodes/vhdl-mode.el
13905         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13906         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13907         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13908         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13909         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13910         (vhdl-when): Fix indentation problem.
13911         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13912         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13913         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13915 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13917         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13918         (ls-lisp-insert-directory): Renamed from insert-directory.
13919         (insert-directory): New function.
13921 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13923         * simple.el (completion-fixup-function): Variable deleted.
13924         (completion-setup-function): Delete code for completion-fixup-function.
13925         * emacs-lisp/lisp.el (lisp-complete-symbol):
13926         Don't bind completion-fixup-function.
13928         * files.el (find-file-wildcards): New option.
13929         (find-file-noselect): Handle wild cards, if enabled.
13930         (file-expand-wildcards): New function.
13932         * simple.el (set-fill-column): Doc fix.
13934 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13936         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13938 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13940         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13941         Move declaration before first use.
13942         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13943         hif-math, hif-factor): Rename token to hif-token and token-list to
13944         hif-token-list.
13945         (hif-token, hif-token-list): Declare them.
13946         (hif-find-ifdef-block): Return cons of top and bottom point
13947         instead of setting dynamically bound variables.
13948         (hide-ifdef-block, show-ifdef-block): Use return value of
13949         hif-find-ifdef-block.
13951 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13953         * subr.el (read-passwd): Use clear-this-command-keys.
13955         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13957         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13958         and ...-for-write.
13960 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13962         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13963         responses to GROUP command, since this may be called from a timer
13964         with quit inhibited.
13966 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13968         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13969         set unconditional-jump to nil.
13970         (ccl-compile-read-multibyte-character): Return nil.
13971         (ccl-compile-write-multibyte-character): Likewise.
13972         (ccl-compile-translate-character): Likewise
13973         (ccl-compile-map-multiple): Likewise.
13974         (ccl-compile-map-single): Likewise.
13976         * international/kinsoku.el: Add coding tag.
13977         (kinsoku-bol): Remove superfluous TAB in a string.
13979         * international/mule-cmds.el (find-coding-systems-for-charsets):
13980         Delete `composition' (if any) from CHARSETS.
13982 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13984         * international/mule-cmds.el (setup-specified-language-environment):
13985         Add apropos-inhibit property.
13986         (describe-specified-language-support): Likewise.
13988 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13990         * international/mule.el (make-coding-system): Create -with-esc
13991         variant coding system.
13993 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13995         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13996         (next-file): Optionally offer to revert a file's buffer,
13997         if it has an existing buffer but the file has changed.
13999         * info.el (Info-insert-dir): Detect and report problems
14000         in input files, such as "No Top node".  Return with point
14001         at the beginning of the text.
14002         (Info-find-node): Reinsert the code to handle files
14003         with no tags table; it was deleted by mistake.
14005 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
14007         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
14008         texinfo-find-higher-level-node repeatedly find the same node.
14009         (texinfo-find-higher-level-node): Doc fix.
14011 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
14013         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
14014         (smtpmail-address-buffer): Add defvar.
14015         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
14017         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
14019         * ffap.el (ffap-machine-p-local): Fix editing error.
14021 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
14023         * faces.el (frame-set-background-mode):
14024         Don't do anythung for text-only or MSDOS frame.
14026 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
14028         * international/quail.el (quail-defrule): New optional arg APPEND.
14029         (quail-defrule-internal): Fix bug of handling the argument APPEND.
14031 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
14033         * gnus/pop3.el (pop3-open-server):
14034         Set process-coding-system-alist around open-network-stream.
14036 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
14038         * files.el (save-buffer): Doc fix.
14040 1998-10-07  Karl Heuer  <kwzh@gnu.org>
14042         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
14043         return DEF unchanged, not nil.  Simplify.
14045 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
14047         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
14049 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
14051         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
14053         * net-utils.el (ftp, nslookup): Require comint.
14054         (network-service-connection): Likewise.
14055         (whois-server-name): Defaults to whois.arin.net
14056         (whois-server-list, whois-server-tld, whois-guess-server): New var.
14057         (whois): Tries to guess the appropriate top-level domain server.
14058         (whois-get-tld): New function.
14060         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
14061         (dirtrack-debug-toggle): Added this function.
14063 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14065         * files.el (find-file-noselect): Switch to the correct buffer
14066         before checking find-file-literally, and allow non-nil non-t
14067         rawfile params.
14069 1998-10-06  Karl Heuer  <kwzh@gnu.org>
14071         * midnight.el (clean-buffer-list): Add autoload cookie.
14073         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
14074         no-autosave.
14075         * tar-mode.el (tar-mode-revert): Likewise.
14076         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
14077         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
14078         * gnus/message.el (message-auto-save-directory): Renamed from
14079         message-autosave-directory.  All references changed.
14081 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
14083         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
14084         string.  Expose mime stuff while searching.
14086 1998-10-06  Richard Stallman  <rms@gnu.org>
14088         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
14090         * replace.el (perform-replace): Position point properly
14091         before and after the recursive edit of C-r.
14093         * progmodes/etags.el (tags-reset-tags-tables): Properly
14094         find the markers in the old rings that are being discarded.
14096 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14098         * apropos.el (apropos-print): Control invalid characters.
14100         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14101         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
14102         confusing customize.
14104 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
14106         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
14107         built-in commands.  Add more built-in commands and fix face names.
14109 1998-10-05  Simon Marshall  <simon@gnu.org>
14111         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
14113 1998-10-04  Eric Ludlam  <zappo@gnu.org>
14115         * speedbar.el (speedbar-initial-expansion-list-name): Remove
14116         customization since it is not useful in this case.
14117         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
14118         sure it gets evalled to a number.  Also verify that set-frame-name
14119         fn exists before calling it.
14121         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14122         Protect a `forward-sexp' call which could fail, and improved regex
14123         for ie, and eg abbreviations.
14125 1998-10-02  Noah Friedman  <friedman@splode.com>
14127         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
14128         send-string.
14129         (rlogin-send-Ctrl-D): Here also.
14130         (rlogin-send-Ctrl-Z): Here also.
14131         (rlogin-send-Ctrl-backslash): Here also.
14133 1998-10-02  Dave Love  <fx@gnu.org>
14135         * outline.el (hide-region-body): Bind
14136         outline-view-change-hook to nil while making repeated calls to
14137         outline-flag-region.  Run it once at the end.
14138         (hide-other, hide-sublevels, show-children): Likewise.
14140         * info-look.el: Remove duplicate scheme-mode entry.
14141         (info-lookup-make-completions): When looking for entries, check
14142         that `item' isn't null or "Menu".
14144 1998-10-01  Karl Heuer  <kwzh@gnu.org>
14146         * net-utils.el: Don't require ffap.
14147         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
14148         (ping, nslookup-host, finger, network-connection-to-service): Use them.
14150 1998-09-30  Richard Stallman  <rms@gnu.org>
14152         * ispell.el (check-ispell-version): No need to bind default-major-mode.
14154         * imenu.el (imenu--generic-function): Sort each submenu by position.
14155         (imenu--sort-by-position): New function.
14157         * cus-edit.el (Custom-mode-menu): Fix info node name.
14158         (customize group): Fix info node name.
14160         * mail/mailalias.el (build-mail-aliases): Don't allow
14161         a newline in the alias name.  Don't define an alias
14162         if the definition would be empty.
14164         * which-func.el (which-func-mode-global): Make :set function
14165         more reliable.
14167         * custom.el (custom-set-variables): Load the requests first,
14168         then check the symbol's `set' function.
14170         * ffap.el: Doc fixes.
14172 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14174         * gnus.el: (gnus-valid-select-methods): Fix type.
14175         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
14176         * gnus-score.el (gnus-orphan-score): Fix type.
14177         (gnus-score-default-header, gnus-score-default-type): Fix type.
14178         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
14179         (gnus-saved-headers): Fix type.
14181         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
14182         Avoid nil value of `two-lines-citation-part'.
14184 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
14186         * which-func.el (which-function): Handle case when
14187         (car imenu--index-alist) is nil.
14189 1998-09-29  Dave Love  <fx@gnu.org>
14191         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
14192         bzip2 args.
14194 1998-09-29  Simon Marshall  <simon@gnu.org>
14196         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
14197         comint-exec-hook.
14199 1998-09-29  Stephen Eglen  <stephen@gnu.org>
14201         * info-look.el: Add support for Octave.
14203 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
14205         * textmodes/reftex.el (reftex-finding-files): New customize group.
14206         (reftex-texpath-environment-variables,
14207         reftex-use-external-file-finders, reftex-external-file-finders,
14208         reftex-search-unrecursed-path-first): New options.
14209         (reftex-process-string, reftex-find-file-externally): New
14210         functions.
14211         (reftex-access-search-path): Execute shell commands to find the
14212         search path.
14213         (reftex-toggle-auto-view-crossref): When turning on, make sure
14214         `reftex-auto-view-crossref' becomes non-nil.
14215         (reftex-abbrev-regexp): Constant removed.
14216         (reftex-convert-string): Abbrev regexp calculated locally.
14218 1998-09-28  Dave Love  <fx@gnu.org>
14220         * progmodes/fortran.el: Don't call regexp-opt when deriving
14221         font-lock patterns with keywords that aren't all literal.
14223 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
14225         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
14226         the form `octave.bin:1>' which come from using precopiled binary
14227         versions.
14229 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
14231         * help.el (help-for-help): Use %THIS-KEY%.
14232         (help-quit): Add doc.
14234         * help-macro.el (make-help-screen): Keep HELP-TEXT
14235         in a separate function definition, not in the help command FNAME.
14236         Replace %THIS-KEY% with the key sequence that ran FNAME.
14238 1998-09-25  Richard Stallman  <rms@gnu.org>
14240         * textmodes/texinfo.el (texinfo-show-structure):
14241         Bind inhibit-read-only.
14243         * isearch.el (isearch-search-and-update): Properly
14244         handle upper case letters in the reverse-search special case.
14246 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14248         * gnus.el: Extend the list of autoloaded functions.
14250         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14251         buffer before creating help group. (from Gnus v5.6.43, fix by
14252         1998-08-20 Per Starback <starback@update.uu.se>)
14254         * gnus-util.el (gnus-output-to-rmail): Adjust to
14255         `rmail-output-to-rmail-file'.
14257 1998-09-25  Karl Heuer  <kwzh@gnu.org>
14259         * hexl.el (hexl-mode-map): More of previous change.
14261         * textmodes/tex-mode.el (tex-run-command): Doc fix.
14262         (tex-start-tex): Don't use tex-start-options-string in star case.
14263         Quote file name in star case as well as in non-star.
14264         Add blank and quoting of option string here.
14265         (tex-start-options-string): Not here.
14267 1998-09-23  Karl Heuer  <kwzh@gnu.org>
14269         * term.el (term-delimiter-argument-list): Doc fix.
14270         (term-emulate-terminal): Escape literal semicolon.
14271         * progmodes/asm-mode.el (asm-mode): Doc fix.
14272         (asm-comment-char): Escape literal semicolon.
14273         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
14275 1998-09-23  Richard Stallman  <rms@gnu.org>
14277         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
14278         only those that normally modify the buffer.
14280         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
14281         over again.
14283 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
14285         * ispell.el (check-ispell-version): Ensure same buffer is current
14286         when let-binding of case-fold-search ends.
14288 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14290         * ps-print.el: Skip invisible overlay.
14291         Test for set-buffer-multibyte rather than using mule-version.
14292         (ps-print-version): New version number (4.1) and doc fix.
14293         (ps-generate-postscript-with-faces): Skip invisible overlay.
14295 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
14297         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
14299 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
14301         * international/quail.el (quail-update-guidance): Check for the
14302         return value of (quail-guidance) fixed.
14303         (quail-update-translation): Bind quail-current-str locally when it
14304         calls quail-update-guidance.
14305         (quail-update-translation): If input-method-exit-on-first-char is
14306         non-nil, terminate translation only when the current input method
14307         is simple.
14309 1998-09-22  Paul Eggert  <eggert@twinsun.com>
14311         * startup.el (locale-translation-file-name): Prefer X-related names
14312         to the name used by GNU/Linux sans X.  Set to nil if no file found.
14313         (command-line): Use locale-translation-file-name if it is not nil,
14314         instead of testing for its existence again.
14315         regexp-quote the ctype before using it in a regexp.
14316         Allow a colon to appear after the ctype in the aliases file,
14317         as is done in X11R6.4.
14319 1998-09-21  Richard Stallman  <rms@gnu.org>
14321         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
14323         * calendar/appt.el (appt-interval): Variable deleted.
14324         (appt-check): For minutes in between appt-display-interval times,
14325         do check, but don't display anything except an updated mode line.
14326         Count against appt-display-interval based on minutes since
14327         first display of this appointment, not based on time of day.
14328         If appt-display-mode-line, force mode line redisplay
14329         whenever appt-mode-string has changed.
14330         (appt-add, appt-delete): Add autoload cookies.
14331         (appt-check): Catch errors from calling `diary'.
14332         (appt-max-time): Renamed from max-time.
14333         (appt-now-displayed, appt-display-count): New variables.
14334         (appt-timer): Don't create one if we already have one.
14336         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14337         More general code to use the source buffer instead of the zap file.
14339         * hilit-chg.el (highlight-compare-with-file): Renamed from
14340         compare-with-file.
14342         * loadhist.el (load-history-loaded): New variable.
14343         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14345         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14347         * emacs-lisp/find-func.el (find-function-search-for-symbol):
14348         Fix error messages.
14350 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
14352         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14353         Emacs frame.
14355 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14357         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14358         `undecided' and `undecided-unix'.
14360 1998-09-21  Dave Love  <fx@gnu.org>
14362         * help.el (help-make-xrefs): Fix typo affecting Info references.
14364         * subr.el (remove-hook): Check list values to avoid errors.
14366 1998-09-18  Noah Friedman  <friedman@splode.com>
14368         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14369         store string in eldoc-last-message without consing a new string.
14370         Rearrange logic from nested if's into cond's.
14371         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14372         Do not print message; just return string.
14373         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14374         Do not print message; just return string.
14375         Cache that string in eldoc-last-data.
14376         (eldoc-last-data): Make into a vector.
14377         (eldoc-get-fnsym-args-string): Use new data form of structure.
14378         (eldoc-get-var-docstring): Here also.
14379         (eldoc-last-data-store): New function.
14380         (eldoc-get-fnsym-args-string): Use it.
14381         (eldoc-get-var-docstring): Here also.
14382         (eldoc-docstring-first-line): Minimize interim string consing.
14383         Call substitute-command-keys on the result.
14384         (eldoc-print-var-docstrings, eldoc-print-docstring,
14385         eldoc-docstring-message): Functions removed.
14386         (eldoc-docstring-format-sym-doc): New function, functionality
14387         ripped out of eldoc-docstring-message.
14388         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14390 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
14392         * international/mule.el (make-coding-system): Doc-string modified.
14394 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
14396         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14398         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14399         customize type.
14401         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14402         type.
14404         * progmodes/compile.el (compilation-error-screen-columns): New
14405         variable.
14406         (compilation-next-error-locus): Use it to decide whether to use
14407         forward-char or move-to-column.
14409         * mail/rmail.el (rmail-movemail-program): Fix customize type.
14411         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14412         feedmail-fiddle-plex-user-list,
14413         feedmail-spray-address-fiddle-plex-list,
14414         feedmail-prompt-before-queue-user-alist,
14415         feedmail-prompt-before-queue-help-supplement,
14416         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14417         feedmail-queue-alternative-mail-header-separator): Fix customize
14418         type.
14420         * startup.el (site-run-file): Fix customize type.
14422         * speedbar.el (speedbar-initial-expansion-list-name): Fix
14423         customize type.
14425         * shell.el (shell-input-autoexpand): Fix customize type.
14427         * ps-print.el (ps-font-info-database): Add missing dots in value.
14428         Improve layout of customize type.
14430         * net-utils.el (traceroute-program-options, ping-program-options,
14431         ipconfig-program-options, netstat-program-options,
14432         arp-program-options, route-program-options,
14433         nslookup-program-options, ftp-program-options): Fix customize
14434         type.
14436         * midnight.el (clean-buffer-list-kill-regexps,
14437         clean-buffer-list-kill-buffer-names,
14438         clean-buffer-list-kill-never-buffer-names,
14439         clean-buffer-list-kill-never-regexps): Fix customize type.
14441         * man.el (Man-init-defvars): Avoid trailing nil on
14442         Man-filter-list.
14444         * lpr.el (printer-name): Fix customize type.
14446 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
14448         * international/mule-cmds.el (reset-language-environment): Call
14449         update-coding-systems-internal.
14451         * international/mule-conf.el: Call update-coding-systems-internal
14452         at the tail.
14454 1998-09-14  Dave Love  <fx@gnu.org>
14456         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
14457         use the menu-enable properties, pending doing it correctly and
14458         acceptably fast.
14460         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14462 1998-09-13  Dave Love  <d.love@dl.ac.uk>
14464         * progmodes/hideshow.el (hs-grok-mode-type): Check
14465         comment-{start,end} non-nil as well as bound.  Report an error if
14466         we can't grok the mode.
14468 1998-09-13  Richard Stallman  <rms@gnu.org>
14470         * simple.el (blink-matching-open): Don't log paren matching
14471         messages in *Messages*.
14473 1998-09-12  Richard Stallman  <rms@gnu.org>
14475         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14476         Set point-before-scroll at end even if there was an error.
14478         * ange-ftp.el (ange-ftp-insert-file-contents):
14479         Use binary mode for dumb-unix hosts as for unix hosts.
14480         (ange-ftp-copy-file-internal): Likewise.
14482         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14484         * emacs-lisp/pp.el: Doc fixes.
14486         * wid-edit.el (widget-menu-max-shortcuts): New variable.
14487         (widget-choose): Don't use single-char shortcuts if # items
14488         exceeds that many.  Use minibuffer instead.
14490 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14492         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14494 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
14496         * speedbar.el (speedbar-frame-mode): Do not set frame position if
14497         in terminal mode.
14499 1998-09-10  Noah Friedman  <friedman@splode.com>
14501         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14502         defcustom declaration.  It's wreaking too much havoc with XEmacs
14503         and older versions of Emacs, which share this code.
14505         * type-break.el (type-break-mode): Here also.
14507         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14508         `t' to add-hook also to modify the new local value.
14510 1998-09-10  Dave Love  <fx@gnu.org>
14512         * vc.el (vc-insert-headers): Doc fix.
14514 1998-09-10  Richard Stallman  <rms@gnu.org>
14516         * textmodes/flyspell.el (flyspell-mode-on): Make the
14517         ispell-... variables permanent locals.
14518         (flyspell-mode-off): Add autoload cookie.
14520         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14521         do use binary mode, just as for `unix'.
14522         (ange-ftp-host-type): If HOST is nil, return `unix'.
14524         * dired.el (dired-mark-files-containing-regexp):
14525         Don't scan directories.  Ignore non-readable files.
14527         * progmodes/compile.el (compilation-error-regexp-alist):
14528         Fix previous change: allow . and _ in command name.
14530         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14532         * uncompress.el (uncompress-while-visiting):
14533         Use just the car of what find-operation-coding-system returns.
14535         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14537         * shell.el (shell-file-name-quote-list): Add # to the value.
14539 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14541         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14542         to make killing of ispell process work even if
14543         kill-all-local-variables has been run.
14545 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14547         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14548         loop when sexp entry ends at end of file with no newline.
14550 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14552         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14553         (Custom-reset-standard): Fix menu inconsistency.
14555         * mail/feedmail.el (feedmail-from-line): Allow t.
14556         (feedmail-message-id-suffix): Allow nil.
14558         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14559         Simplify.  Make prefix arg work right.
14561 1998-09-09  Dave Love  <fx@gnu.org>
14563         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14565         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14567 1998-09-08  Dave Love  <fx@gnu.org>
14569         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14570         stuff only after file names or at start of line.  Allow parens
14571         around e-mail, as well as angles.
14573         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14574         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14575         time for nicer failure if it's not available.
14577 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14579         * comint.el (comint-arguments): Ignore backslashes when using
14580         w32 shells that expect backslashes as the directory separator.
14582 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14584         * international/fontset.el (resolved-ascii-font): New variable.
14585         (x-complement-fontset-spec): By side effect, set
14586         `resolved-ascii-font' to the resolved name of ASCII font."
14587         (create-fontset-from-fontset-spec): Don't get a value for
14588         resolved-ascii-font from the list full-fontlist.  It is set by
14589         x-complement-fontset-spec now.
14591         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14592         version, check the value of mule-version.
14594 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14596         * textmodes/reftex.el (reftex-view-crossref): Split up into
14597         several functions.  No longer moves to find a macro.
14598         (reftex-view-cr-cite, reftex-view-cr-ref,
14599         reftex-end-of-bib-entry): New functions.
14600         (reftex-auto-view-crossref): New value `window' allowed.
14601         (reftex-view-crossref-when-idle): Process new `window' option in
14602         (reftex-translate-to-ascii-function): New default.
14603         (reftex-label-illegal-re): Default changed, removed Latin1.
14604         (reftex-latin1-to-ascii): New function.
14605         (reftex-what-environment): Check for section regexp before use.
14606         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14607         absolute path names.
14608         (reftex-TeX-master-file): Changed sequence of file checks.
14609         (reftex-do-citation): bibview cache only with RefTeX mode on.
14611 1998-09-06  Richard Stallman  <rms@gnu.org>
14613         * progmodes/compile.el (compilation-error-regexp-alist):
14614         In first pattern (GNU utilities and other things),
14615         allow a space after the optional program name at the beginning.
14617         * mail/mail-hist.el (mail-hist-current-header-contents):
14618         Fix previous change: use mail-header-end.
14620 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14622         * international/ccl.el: Doc fixes.
14623         * international/encoded-kb.el: Doc fixes.
14624         * international/fontset.el: Doc fixes.
14625         * international/kinsoku.el: Doc fixes.
14626         * international/kkc.el: Doc fixes.
14627         * international/mule-cmds.el: Doc fixes.
14628         * international/mule-conf.el: Doc fixes.
14629         * international/mule-util.el: Doc fixes.
14630         * international/mule.el: Doc fixes.
14632 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14634         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14635         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14636         (checkdoc-this-string-valid-engine): Permit ? as terminating
14637         punctuation for first line sentence breaking.
14638         (checkdoc-this-string-valid): When converting a comment into a doc
14639         string, make sure " chars are \".
14640         (checkdoc-sentencespace-region-engine): Only do double space check
14641         if based on the variable `sentence-end-double-space'
14642         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14643         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14645 1998-09-04  Richard Stallman  <rms@gnu.org>
14647         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14648         Recognize define-skeleton as a function definer.
14650         * cus-edit.el (customize-option): Refuse to customize
14651         a variable that has no defcustom.  But if variable is autoloaded,
14652         first try to load the library that defines it.
14654         * international/iso-insert.el: Use `string' before calling `insert'
14655         so that in multibyte buffers we insert multibyte chars.
14657         * dired.el (dired-mark-files-containing-regexp):
14658         Don't use find-file; instead, insert the file in a temp buffer.
14660         * textmodes/tex-mode.el (tex-start-options-string): New option.
14661         (tex-start-tex): Use that variable.
14663         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14664         value in the `repeat' alternative a list.
14666         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14667         the inserted newline, verify that one was really inserted.
14669         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14670         remains on or remains off.
14671         (flyspell-multi-language-p): Default changed to nil.
14673         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14674         In "found in comment" case, don't beginning-of-line after forward-line.
14676         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14677         If the function definition is not a lambda, return original FORM
14678         with no error.
14680 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14682         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14683         so that by default netstat shows all network connections.
14685 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14687         * international/quail.el: Doc fixes.
14689         * info.el (info): Don't add parens if FILE already has them.
14691 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14693         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14694         on extension lines.
14696 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14698         * w32-fns.el (w32-shell-dos-semantics): New function.
14700 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14702         * international/quail.el (quail-choose-completion-string): Store
14703         completion `choice' in `quail-current-str'; don't insert it.
14705 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14707         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14708         argument to ps-mule-generate-bitmap-font.
14710         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14711         entry and change Latin-1 entry in the default value.
14712         (ps-mule-font-info-database-ps-bdf): New variable.
14713         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14714         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14715         registerd in FONT-SPEC.
14716         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14717         charcter width of bitmap fonts.
14718         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14719         procedure NF.
14720         (ps-begin-file): Output PostScript code for setting
14721         SpaceWidthRatio.
14722         (ps-plot-region): Use line-beginning-position to get a position of
14723         the beginning of the current line.
14725         * international/mule-cmds.el (register-input-method): Doc-string
14726         modified.
14728 1998-09-01  Dave Love  <fx@gnu.org>
14730         * international/mule-cmds.el (current-language-environment): Fix
14731         setter function.
14733 1998-09-01  Simon Marshall  <simon@gnu.org>
14735         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14736         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14737         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14738         names with font-lock-type-face.  Fontify type specs, etc., with
14739         font-lock-keyword-face.
14741 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14743         * international/fontset.el (x-complement-fontset-spec): If ASCII
14744         font is specified in FONTLIST, don't substitute it for the
14745         resolved name.
14747 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14749         * international/mule.el (charset-description): Doc fix.
14751         * language/chinese.el, language/cyrillic.el, language/czech.el,
14752         language/devanagari.el, language/ethiopic.el,
14753         language/european.el, language/hebrew.el, language/indian.el,
14754         language/japanese.el, language/korean.el, language/lao.el,
14755         language/slovak.el, language/thai.el, language/tibetan.el,
14756         language/vietnamese.el:
14757         Add coding: local variable, to avoid bootstrapping problem
14758         if you need to recompile all the Lisp files using interpreted code.
14760 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14762         * cal-china.el (chinese-year-cache): Change range of years from
14763         1989-2000 to 1990-2010.
14765 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14767         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14768         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14770 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14772         * ps-print.el (ps-print-control-characters): Doc-string modified.
14773         (ps-output-string-prim): Comment format changed.
14774         (ps-do-despool): Indentation of source code changed.
14776 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14778         * subr.el (sref): Make it an alias of aref.  Make the
14779         byte-compiler warn that it is obsolete.
14780         (char-bytes): Make the byte-compiler warn that it is obsolete.
14782         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14783         Calculate the total bytes using position-bytes instead of
14784         char-bytes.
14786 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14788         * snmp-mode.el: New file.
14789         * files.el (auto-mode-alist): Add snmp-mode patterns.
14791 1998-08-27  Karl Eichwalder  <ke@suse.de>
14793         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14795 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14797         * calendar/diary-lib.el (diary-block): Doc fix..
14798         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14800 1998-08-27  Richard Stallman  <rms@gnu.org>
14802         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14803         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14804         Clear appt-mode-string if we don't put something in it.
14806 1998-08-27  Dave Love  <fx@gnu.org>
14808         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14809         dired-local-variables-file for dired-x.
14811         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14812         for compressed library files too.
14814 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14816         * language/european.el ("Latin-1"): Modify `documentation' key value.
14817         ("Latin-2"): Likewise.
14819 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14821         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14823 1998-08-26  Albert L. Ting  <alt@artisan.com>
14825         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14826         (mail-hist-current-header-contents): Use mail-text-start.
14828 1998-08-26  Richard Stallman  <rms@gnu.org>
14830         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14831         (customize-changed-options-previous-release): New variable.
14832         (customize-changed-options): Use that variable as default arg.
14834 1998-08-26  Karl Eichwalder  <ke@suse.de>
14836         * midnight.el: Require `timer' not only when compiling.
14838 1998-08-26  Per Starback  <starback@update.uu.se>
14840         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14841         buffer before creating help group.
14843 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14845         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14846         coding-system-for-write before saving.
14848 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14850         * isearch.el (isearch-forward): Doc fix.
14852 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14854         * emacs-lisp/find-func.el: Fix :version tags to have a string
14855         value, not a float.
14857         * cus-dep.el: Fix typo in output.
14859 1998-08-25  Dave Love  <fx@gnu.org>
14861         * repeat.el (repeat): Doc fix.
14862         [From rms:]
14863         (repeat-previous-repeated-command): New variable.
14864         (repeat): Check for real-last-command being null or repeat.  Set
14865         repeat-previous-repeated-command.
14867         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14869 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14871         * gnus/message.el (message-send-mail-with-sendmail): Bind
14872         coding-system-for-write by the return value of
14873         select-message-coding-system.
14874         (message-send-mail-with-qmail): Likewise.
14876 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14878         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14879         define-derived-mode.
14881         * files.el (file-name-invalid-regexp):
14882         Fix regex for ms-dos without long file names.
14884 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14886         * ps-print.el: Multi-byte buffer handling.
14887         (ps-print-version): New version number (4.0) and doc fix.
14888         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14889         compilation for GNU Emacs and emacsens.
14890         (ps-generate-postscript-with-faces): Force invisible text to be
14891         visible.
14892         (dos-ps-printer): New var to avoid compilation gripes.
14894 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14896         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14897         that no more characters can't be printed in the current line.
14899 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14901         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14902         greater than TO.
14904 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14906         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14907         20.2 and the earlier version.
14908         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14909         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14910         (ps-mule-find-wrappoint): Likewise.
14911         (ps-mule-generate-font): Change `X' to `x' in format
14912         control-string.
14913         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14914         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14915         `restore' form procedures `BC' and `EC'.
14917 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14919         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14920         is an executable procedure.  Make LineThickness, Xshadow, and
14921         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14922         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14923         ps-mule-font-info-database-bdf): New vars.
14924         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14925         (ccl-encode-ethio-unicode): New CCL program.
14926         (ps-mule-encode-ethiopic): New fun.
14927         (ps-mule-current-charset): New var.
14928         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14929         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14930         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14931         (ps-mule-external-libraries): New var.
14932         (ps-mule-init-external-library): New fun.
14933         (ps-mule-font-cache): New var.
14934         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14935         (ps-last-font): New var.
14936         (ps-mule-prepare-font): New fun.
14937         (ps-mule-charset-list): New var.
14938         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14939         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14940         ps-mule-plot-string): New funs.
14941         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14942         New vars.
14943         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14944         ps-mule-prepare-cmpchar-font): New funs.
14945         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14946         vars.
14947         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14948         ps-mule-generate-bitmap-glyph): New funs.
14949         (ps-mule-initialize, ps-mule-begin): New funs.
14950         (ps-output-string-prim): Insert string as unibyte.
14951         (ps-output-prologue): New fun.
14952         (ps-flush-output): Handle the case of 'prologue.
14953         (ps-begin-file): Call ps-mule-initialize.
14954         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14955         printing multibyte characters.
14956         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14957         (ps-basic-plot-string): Handle the case of printing ASCII
14958         characters by external libraries (e.g. BDF).
14959         (ps-set-font): Set ps-last-font.
14960         (ps-plot-region): Handle multibyte characters, use
14961         ps-mule-plot-string for them.
14962         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14964         * bdf.el: New file.
14966 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14968         * international/mule-cmds.el (select-message-coding-system): New
14969         function.
14970         (set-language-environment-coding-systems): Set
14971         default-sendmail-coding-system.
14973         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14974         (default-sendmail-coding-system): New variable.
14975         (sendmail-send-it): Encode the message by a coding system
14976         select-message-coding-system returns.
14978 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14980         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14981         (speedbar-mode): Set buffer to read only.
14982         (speedbar-temp-buffer-show-function): For emacs don't call hook
14983         with arguments.
14984         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14986 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14988         * speedbar.el (speedbar-key-map): Fix typo.
14990 See ChangeLog.7 for earlier changes.