(rmail-summary-font-lock-keywords): Make sure the
[emacs.git] / lisp / ChangeLog
blobcd3088f523d1dc5de8da38e9bc62d89a94603e38
1 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
3         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
4         regexp for labels cannot span several lines.
6         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7         (setq :<key> ':<key>) to the macro expansion.
9 2000-03-16  Dave Love  <fx@gnu.org>
11         * progmodes/f90.el (f90): Put custom group under `languages', not
12         `fortran'.
13         (f90-mode-hook): Customize.
14         (f90-mode): Set add-log-current-defun-function.
15         (f90-current-defun): New function.
17 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
19         * cus-edit.el (custom-variable-tag-face): Handle case that
20         default face's height is not a number.
21         (custom-face-tag-face, custom-group-tag-face-1)
22         (custom-group-tag-face): Ditto.
23         (custom-group-tag-face-1): Add :group.
24         
25         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
27 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
29         * pcvs-defs.el (toplevel): Remove autoload cookie for form
30         requiring easymenu.
32 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
34         * ps-print.el: PostScript user-defined prologue, PostScript error
35         handler, doc fix.
36         (ps-print-version): New version number (5.1).
37         (ps-user-defined-prologue, ps-error-handler-message)
38         (ps-print-prologue-0, ps-error-handler-alist): New vars.
39         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
40         (ps-insert-string): New function.
41         
42 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
44         * international/ccl.el (ccl-compile-expression): Don't generate
45         invalid self-assignment code.
47 2000-03-14  Dave Love  <fx@gnu.org>
49         * subr.el (replace-regexp-in-string): Renamed from
50         replace-regexps-in-string.  Doc fix.
52 2000-03-12  Dave Love  <fx@gnu.org>
54         * cus-edit.el: Doc fixes.
55         (customize-set-variable, customize-save-variable): Rename args for
56         doc.
57         (custom-variable-tag-face, custom-face-tag-face)
58         (custom-group-tag-face-1, custom-group-tag-face): Modify from
59         style which user identify as hyperlink.
60         (hook): Don't add undefined functions to the hook.
61         (debug-ignored-errors): Transfer message from bindings.el.
63 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
65         * recentf.el (recentf-keep-non-readable-files-p): Remove
66         double/nested definition.
68 2000-03-12  Dave Love  <fx@gnu.org>
70         * facemenu.el (facemenu-get-face): Use display-color-p.
71         * enriched.el (enriched-decode-foreground): Likewise.
72         (enriched-decode-background): Likewise.
73         * isearch.el (isearch-highlight): Likewise.
74         * info-look.el (info-lookup): Likewise.
75         * simple.el (completion-setup-function): Likewise.
77         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
78         :options.
80         * bindings.el (mode-line-format): Fix line-number and
81         column-number items.  Add help-echo for the background.
82         (mode-line-mule-info): Modify help-echo.
84         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
85         defcustom.
87         * files.el (load-file): Allow completion to .elc.
89         * man.el: Doc fixes.
90         (Man-init-defvars): Use display-color-p to set fontification.
92         * play/hanoi.el (hanoi-internal): Don't use oddp.
94 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
96         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
98         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
100 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
102         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
103         Fix comment.
105 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
107         * font-lock.el (font-lock-keywords): Fix the doc now that
108         regexp-opt-depth is unnecessary.
109         (save-buffer-state): Set an edebug spec.
110         (font-lock-fontify-anchored-keywords): Properly handle the case when
111         the matcher goes past the limit.
113         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
114         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
116         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
117         dll.el and cookie.el (from Elib) with heavy renaming and other
118         massaging.
120         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
121         Autoload the functions used.
122         (easy-mmode-define-syntax): Fix CL typo.
123         (easy-mmode-define-derived-mode): Improve the docstring generation.
125 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
127         * textmodes/texinfo.el (texinfo-version): Variable and function
128         removed.
130 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
132         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
133         allow more flexibility.
134         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
135         fns.
136         (easy-mmode-defmap, easy-mmode-defsyntax)
137         (easy-mmode-define-derived-mode): New macros.
139 2000-03-09  Didier Verna  <didier@xemacs.org>
141         * rect.el (replace-rectangle): New function.
143 2000-03-09  Dave Love  <fx@gnu.org>
145         * progmodes/fortran.el (fortran-comment-line-start): Define as
146         "C".
147         (fortran-comment-line-start-skip): Don't match cpp stuff.
148         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
149         (fortran-mode-map): Remove over-eager custom-menu-create for now.
150         (fortran-mode): Don't set fortran-comment-line-start-skip,
151         fortran-comment-line-start here.  Set comment-start,
152         add-log-current-defun.
153         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
154         (fortran-current-defun): New function.
156 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
158         * emacs-lisp/re-builder.el: New file.
160         * mouse.el (mouse-drag-region): Don't run up-event handler
161         if hscroll has changed.
163         * octave-mod.el (octave-font-lock-keywords): To font-lock the
164         builtin operators, use `font-lock-builtin-face' for Emacs and
165         `font-lock-preprocessor-face' otherwise.
166         
167         * font-lock.el (lisp-font-lock-keywords-1): Highlight 
168         `(defun (setf foo)' differently.
170 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
172         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
173         (regexp-opt): Update comment and adapt the code the new meaning of
174         the `paren' argument of regex-opt-group for shy-groups.
175         (regexp-opt-depth): Handle shy groups as well as backslashed
176         backslashes.
177         (regexp-opt-group): Turn the leading comment into a docstring.
178         Allow `paren' to be a string (the string to use to open a group).
179         Remove open-presuf and close-presuf.  Instead of checking for `all
180         one-char' and then later on check for `several one-char', handle
181         both cases close together.  Also apply a more generic algorithm
182         for suffixes (the mirror image of the algorithm used for
183         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
184         (regexp-opt-try-suffix): Removed.
186         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
187         from comint-mode-map, so we can just inherit from it.  Also, move
188         the initialization into the `defvar' since there's no docstring
189         anyway and it's fairly short.
190         (inferior-scheme-mode): Define it as derived-mode: the code is
191         shorter and this way we inherit from comint-mode-map rather than
192         copying it.
194         * subr.el (replace-regexps-in-string): Properly handle the case
195         where we match an empty string.
197         * comint.el (comint-exec-1): Add the current-dir to the exec-path
198         when the command has a directory component (such as "./testml").
199         Also fix a typo in the comment.
201 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
203         * Makefile (compile-files): Compile files one by one because
204         that's the only way to ensure a clean compilation environment for
205         each individual file.
207         * frame.el (other-frame): Call x-focus-frame.
209 2000-03-07  Dave Love  <fx@gnu.org>
211         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
212         :require to defcustom.
214         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
215         lists.
217         * files.el (auto-mode-alist): Add configure.in.
219         * progmodes/autoconf.el: New file.
221 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
223         * mail/mh-e.el: Change maintainer to `none'.
225         * recentf.el (recentf-keep-non-readable-files-p): Quote args
226         to remove-hook and add-hook.
228 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
230         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
231         it as the default.
232         (mail-send): Test mail-send-nonascii also for the new `mime' value.
233         (sendmail-send-it): Conditionally add MIME headers specifying the
234         used character set.
235         
236 2000-03-07  Dave Love  <fx@gnu.org>
238         * winner.el: Fix keywords, autoload cookies.  Split
239         eval-when-compile form to avoid compilation failure.
241 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
243         * international/mule.el: Modify comment about coding system
244         property `coding-category'.
245         (make-coding-system): New argument EOL-TYPE.  Pay attention to
246         coding-category property of PROPERTIES.
248         * international/mule-conf.el (coding-category-utf-8,
249         coding-category-utf-16-be, coding-category-utf-16-le): New coding
250         categories.  Include them in the argument for set-coding-priority.
252         * international/mule-cmds.el (reset-language-environment): Include
253         coding-category-utf-8, coding-category-utf-16-be, and
254         coding-category-utf-16-le in the argument for set-coding-priority.
255         (reset-language-environment): Initialize coding-category-utf-8,
256         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
258 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
260         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
261         code abstracted out of `bookmark-jump-noselect'.  Now tries info
262         extensions as well as compression extensions.
263         (bookmark-jump-noselect): Use above new func.
264         
265 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
267         * strokes.el: Change maintainer's mail address.
269 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
271         * international/mule-diag.el (list-character-sets): Make help-echo
272         string by substitute-command-keys.
273         (list-character-sets): Likewise.
274         (sort-listed-character-sets): Call help-setup-xref.
276 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
278         * time.el (display-time-mail-file): Add `none' to the list of
279         choices.
281 2000-03-01  Dave Love  <fx@gnu.org>
283         * help.el (help-xref-go-back): Don't try to set position.
285         * international/mule-diag.el (list-character-sets): Call
286         help-setup-xref.  Add help-echo to xrefs.
287         (list-character-sets-1): Add help-echo to xrefs.
289 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
291         * frame.el (blink-cursor-mode): Switch cursor on when turning
292         the mode off.
294         * add-log.el (add-log-current-defun): Add support for
295         Autoconf mode.
297         * mail/rmail.el (rmail-quit-hook): New variable.
299 2000-03-01  Dave Love  <fx@gnu.org>
301         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
303         * help.el (help-xref-button): Add help-echo arg.
304         (describe-function-1, describe-variable, help-make-xrefs): Use it.
306         * faces.el (list-faces-display): Supply help-echo with
307         help-make-xrefs.
309         * facemenu.el (list-text-properties-at): Set help-xref-stack to
310         nil.
312 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
314         * image.el (defimage): Look for image files in load-path.
316         * frame.el (busy-cursor-delay-seconds): Change type to 
317         `number'.
319 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
321         * recentf.el (recentf): Added version tag to the defgroup of
322         recentf.
324 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
326         * recentf.el (recentf-cleanup): Changed to remove excluded file
327         too.
328         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
329         action to select/unselect a file.
330         (recentf-edit-list): Code cleanup and improvement.
331         (recentf-open-more-files-action): `recentf-open-more-files' button
332         widget action to open a file.
333         (recentf-open-more-files): No more use standard completion but
334         widgets.
335         (recentf-more-collection): Deleted.
336         (recentf-more-history): Deleted.
337         (recentf-setup-more-completion): Deleted.
339 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
341         * recentf.el (recentf-mode): No more needs that Emacs is running
342         under a window-system.
344 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
346         * recentf.el (recentf-edit-list): New command to edit the recent
347         list which allow the user to remove files.
348         (recentf-edit-selected-items): New global variable, used by
349         `recentf-edit-list' to hold the list of files to be removed from
350         the recent list.
351         (recentf-make-menu-items): Updated to display a "Edit list..."
352         menu item.  Minor code cleanup.
354 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
356         * recentf.el (recentf-open-more-files): New command to open files
357         that are not displayed in the menu.
358         (recentf-more-collection): New global variable holding the set of
359         permissible completions used by `recentf-open-more-files'.
360         (recentf-more-history): New global variable holding the history list
361         used by `recentf-open-more-files' completion.
362         (recentf-setup-more-completion): New function to setup completion for
363         `recentf-open-more-files'.
364         (recentf-make-menu-items): Updated to display a "More..." menu item.
366 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
368         * recentf.el (recentf-menu-action): Doc fixed.
370 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
372         * recentf.el (recentf-menu-filter): Doc updated.
373         (recentf-update-menu-hook): Allow menu filters to force menu update.
374         (recentf-make-menu-items): New menu filter handling.
375         (recentf-make-menu-item): New helper function.
376         (recentf-menu-elements): New menu handling function.
377         (recentf-sort-ascending): Updated to new menu filter handling.
378         (recentf-sort-descending): Updated to new menu filter handling.
379         (recentf-sort-basenames-ascending): New menu filter function.
380         (recentf-sort-basenames-descending): New menu filter function.
381         (recentf-show-basenames): New menu filter function.
382         (recentf-show-basenames-ascending): New menu filter function.
383         (recentf-show-basenames-descending): New menu filter function.
385 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
387         * diary-lib.el (list-diary-entries): Don't try to go forward at
388         the end of the buffer.
390 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
392         * international/mule-diag.el (list-character-sets): Completely
393         rewritten.
394         (sort-listed-character-sets): New function.
395         (list-character-sets-1): Completely rewritten.
396         (list-character-sets-2): New function.
397         (non-iso-charset-alist): New variable.
398         (decode-codepage-char): New function.
399         (charset-history): New variable.
400         (read-charset) (list-block-of-chars)
401         (list-iso-charset-chars)
402         (list-non-iso-charset-chars)
403         (list-charset-chars): New functions.
404         (mule-diag): Call list-character-sets-2, not
405         list-character-sets-2.
406         (dump-charsets): Likewise.
408 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
410         * dired-x.el (dired-filename-at-point): Add `@' to valid
411         file name characters.
412         (dired-filename-at-point): Handle ange-ftp file names.
414         * frame.el (frame-notice-user-settings): Use assq-delete-all
415         instead of assoc-delete-all.
416         (frame-notice-user-settings): Ditto.
418         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
419         Don't copy alist.
421 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
423         * calculator.el (calculator-use-menu): New option.
424         (calculator-initial-bindings): Changed some bindings to work as
425         macros.
426         (calculator-forced-input): Removed.
427         (calculator-restart-other-mode): New variable.
428         (calculator-mode-map): Set up menu.
429         
430 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
432         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
433         tags.
434         
435 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
436         
437         * viper-cmd.el (viper-envelop-ESC-key): added the option to
438         translate all ESC key sequences.
439         (viper-goto-mark-subr): restore markers for files for which
440         they were saved.
441         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
442         * viper-util.el (viper-set-replace-overlay-glyphs,
443         viper-set-replace-overlay): always check if the replacement
444         overlay is live.
445         * viper.el (viper-vi-state-mode-list): added major modes.
446         * ediff-wind.el: minor comment changes.
447         * ediff.el: copyright notice date fix.
448         
449 2000-02-27  Jason Rumney  <jasonr@gnu.org>
451         * faces.el (face-font-family-alternatives): Add arial to helv.
452         (mode-line, header-line, tool-bar): Same default as x for w32.
453         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
454         face-font-family-alternatives from working.
455         * term/w32-win.el (mouse-set-font): Do not build fontset from
456         chosen font.
458 2000-02-25  Sam Steingold  <sds@goems.com>
460         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
461         properly.
462         
463 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
465         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
467 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
469         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
470         writable.
472         * frame.el (busy-cursor-delay-seconds): New option.
474 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
476         * frame.el (show-cursor-in-non-selected-windows): New option.
478 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
480         * diary-lib.el (include-other-diary-files): Undo the selective
481         display in any included file and don't kill it.
483 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
485         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
486         bar.  Menu items converted to (menu-item format, help strings
487         added.
488         [downcase, upcase]: Don't enable on MS-DOS.
489         [symlink, symlinks]: Don't show if make-symbolic-link is not
490         bound.
491         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
493 2000-02-23  Dave Love  <fx@gnu.org>
495         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
496         (backward-kill-word): Revert addition of * to interactive spec --
497         it's a feature.
499         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
500         (backward-kill-sentence, kill-sentence): Likewise.
502         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
503         scratch buffer name.
504         (gud-format-command): Use int-to-string in ?l case.  Simplify
505         slightly.
507         * term/w32-win.el (internal-face-interactive): Update prompt for
508         new read-face-name.
510         * mail/footnote.el (footnote): Add :version to defgroup.
511         (footnote-section-tag-regexp): Customize.
512         (footnote-start-tag, footnote-end-tag): New option.
513         (footnote-latin-regexp): New variable.
514         (Footnote-latin): New function.
515         (footnote-style-alist): Add element for latin style.
516         (footnote-style): Moved.
517         (Footnote-goto-footnote): Use eq to test arg.
519         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
521         * emacs-lisp/byte-opt.el: Change old backquote syntax.
522         (byte-compile-trueconstp): Include keywords.
523         (byte-optimize-quote, byte-optimize-lapcode): Use
524         byte-compile-const-symbol-p.
525         (byte-optimize-char-before): New optimization.
527         * emacs-lisp/bytecomp.el: Change old backquote syntax.
528         (byte-compile-const-symbol-p): New function.
529         (byte-compile-constp, byte-compile-out-toplevel)
530         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
531         Use it.
533         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
535 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
537         * international/encoded-kb.el: Be sure to update minor-mode-alist
538         and minor-mode-map-alist.
539         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
540         codes SS2 and SS3 correctly.
541         (encoded-kbd-self-insert-ccl): New function.
542         (encoded-kbd-setup-keymap): New function.
543         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
544         by calling encoded-kbd-setup-keymap.
546         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
547         characters.
548         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
549         locally.
551 2000-02-22  Dave Love  <fx@gnu.org>
553         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
554         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
555         defvar.
556         (lisp-mode-syntax-table): Set up for #|...|# comments.
557         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
558         classes.  Match `defface'.
559         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
560         (eval-defun-1): Fix for defcustom.
561         (lisp-indent-region): Doc fix.
563         * subr.el (when, unless, split-string): Doc fix.
564         (read-passwd): Move call of clear-this-command-keys to the right
565         place.
566         (replace-regexps-in-string): New function.
568 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
570         * help.el (describe-variable): Set syntax table to
571         emacs-lisp-mode-syntax-table when moving forward over the
572         symbol's name.
574 2000-02-22  Dave Love  <fx@gnu.org>
576         * xt-mouse.el: Doc fixes.
577         (xterm-mouse-position-function): New function, replacing advice of
578         mouse-position.
579         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
581         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
583 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
585         * format.el (format-annotate-single-property-change): Handle
586         properties.with dotted-list values.
587         (format-proper-list-p): New function.
589         * enriched.el (enriched-face-ans): Handle '(foreground-color
590         . COLOR) and (background-color . COLOR).
592 2000-02-20  Dave Love  <fx@gnu.org>
594         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
595         and assignments to it.
596         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
597         current local map.
598         (make-flyspell-overlay): Use it.
599         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
601         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
602         (lm-get-header-re): Defun, not defsubst.
603         (lm-get-package-name): Defun, not defsubst.  Simplify.
604         (lm-version): Doc fix.  Simplify.
605         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
606         (lm-crack-address, lm-last-modified-date, lm-commentary)
607         (lm-verify, lm-synopsis): Simplify.
608         (lm-report-bug): Require emacsbug.  Use compose-mail.
610 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
612         * dired.el (dired-mode): Call propertized-buffer-identification
613         to set mode-line-buffer-identification to something having
614         the right text properties.
616         * bindings.el (propertized-buffer-identification): New function.
618 2000-02-20  Dave Love  <fx@gnu.org>
620         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
621         check for t-mouse too.
623         * cus-start.el: Make echo-keystrokes `number'.
625 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
627         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
628         Don't call ring-empty-p unless tags-location-ring is bound.
629         From Noah Friedman <friedman@splode.com>.
631 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
633         * progmodes/hideshow.el (hs-flag-region): No longer use
634         `intangible' overlay property.
636         (hs-toggle-hiding): New command.
637         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
639         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
640         Fix omission bug: Run `hs-minor-mode-hook' for both activation
641         and deactivation.
643 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
645         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
647 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
649         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
651         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
652         of `*' to handle `(* ... *)' comments.
654 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
656         * faces.el (list-faces-display): Use display-mouse-p instead of
657         window-system.
659         * menu-bar.el (global-map): Menu-bar items converted to the new
660         format (menu-item..., rearranged for better CUA compliance, and
661         their names changed for better clarity.  Help strings added.
663         * international/mule-cmds.el (mule-menu-keymap)
664         (describe-language-environment-map, set-coding-system-map)
665         (setup-language-environment-map): Convert to new (menu-item...
666         form, add help strings.  Change names of menu items for better
667         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
668         submenu).
670 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
672         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
673         within the code.
675 2000-02-16  Dave Love  <fx@gnu.org>
677         * faces.el: Don't require custom.  Add more specific :groups to
678         various deffaces.
679         (set-face-attribute): Purecopy args.
680         (read-face-name): Default to name at point and use it in prompt.
681         Remove colon from arg in all callers.
682         (list-faces-display): Hyperlink to face descriptions and customize
683         buffers.
685 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
687         * wid-edit.el (widget-match-inline): An atom never matches a
688         list.
690 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
692         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
693         at ':' characters by call to split-string.
695 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
697         * textmodes/bibtex.el: Added RCS version identification.
699 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
701         * textmodes/bibtex.el: Some temporary comments removed.
702         (bibtex-field-name, bibtex-entry-type): Made the relationship
703         explicit.
704         (bibtex-field-const): Allow capital letters.
705         (bibtex-start-of-string): Deleted because unused.
707         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
708         use the term 'reference' to describe a bibtex entry as a whole.
709         Further, reference keys are no longer called 'labels'.
710         (bibtex-keys): Renamed to bibtex-reference-keys.
711         (bibtex-reformat-previous-labels): Renamed to
712         bibtex-reformat-previous-reference-keys.
713         (bibtex-reference-type): Renamed to bibtex-entry-type.
714         (bibtex-reference-head): Renamed to bibtex-entry-head.
715         (bibtex-reference-maybe-empty-head): Renamed to
716         bibtex-entry-maybe-empty-head.
717         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
718         (bibtex-search-reference): Renamed to bibtex-search-entry.
719         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
720         bibtex-enclosing-entry-maybe-empty-head.
721         (bibtex-entry-field-alist, bibtex-entry-head,
722         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
723         bibtex-map-entries, bibtex-search-entry,
724         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
725         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
726         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
727         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
728         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
729         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
730         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
732 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
734         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
735         comment.
736         (bibtex-format-field-delimiters): New function, functionality
737         extracted from bibtex-format-entry.
738         (bibtex-autokey-get-yearfield-digits): New function, functionality
739         extracted from bibtex-autokey-get-yearfield.
741         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
742         entries in order to avoid stack overflow in the regexp matcher if
743         field contents become large.
744         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
745         bibtex-field-string-part-not-braced,
746         bibtex-field-string-part-no-inner-braces,
747         bibtex-field-string-part-1-inner-brace,
748         bibtex-field-string-part-2-inner-braces,
749         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
750         bibtex-field-string-quoted, bibtex-field-string,
751         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
752         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
753         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
754         as parsing is now performed by the following functions.
755         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
756         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
757         bibtex-parse-field-string, bibtex-search-forward-field-string,
758         bibtex-parse-association, bibtex-field-name-for-parsing,
759         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
760         bibtex-search-forward-field, bibtex-search-backward-field,
761         bibtex-start-of-field, bibtex-end-of-field,
762         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
763         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
764         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
765         bibtex-parse-string, bibtex-search-forward-string,
766         bibtex-search-backward-string, bibtex-start-of-string,
767         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
768         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
769         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
770         entries.  Instead of reporting the results of the parsing by
771         match-beginning or match-end, these functions return data structures
772         that hold the corresponding positions.
773         (bibtex-enclosing-field): Changed to also report field boundaries by
774         return values rather than by match-beginning or match-end.  The
775         following functions have been adapted to use the new parsing
776         functions.
777         (bibtex-skip-to-valid-entry, bibtex-search-reference,
778         bibtex-enclosing-field, bibtex-format-entry,
779         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
780         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
781         bibtex-print-help-message, bibtex-end-of-entry,
782         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
783         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
784         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
785         method for parsing.
786         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
787         bibtex-map-entries, bibtex-flash-head,
788         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
789         bibtex-autokey-change, bibtex-autokey-get-namefield,
790         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
791         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
792         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
793         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
794         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
795         order to make the new binding of case-fold-search immediately
796         visible.
798 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
800         * textmodes/bibtex.el: Copyright notice is up to date.
801         Added constant 'bibtex-maintainer-salutation.
803         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
804         than make-temp-name, use match-string-no-properties and eliminate
805         a quadratic behavior when building bibtex-strings.
807         * bibtex.el (bibtex-reference-key): Accept string entries whose
808         reference key contains upper case letters.
810 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
812         * bibtex.el (bibtex-reference-head): Allow entries to start with
813         a new line.
815 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
817         * bibtex.el: Hiding of entry bodies is not longer provided by
818         bibtex.el directly.  Instead the hideshow package can be used.
819         Added a special bibtex entry to hs-special-modes-alist.
820         (bibtex-hs-forward-sexp): Added for hideshow.el.
822 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
824         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
825         at ':' characters by call to split-string.
827 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
829         * textmodes/bibtex.el: Added RCS version identification.
831 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
833         * textmodes/bibtex.el: Some temporary comments removed.
834         (bibtex-field-name, bibtex-entry-type): Made the relationship
835         explicit.
836         (bibtex-field-const): Allow capital letters.
837         (bibtex-start-of-string): Deleted because unused.
838         
839         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
840         use the term 'reference' to describe a bibtex entry as a whole.
841         Further, reference keys are no longer called 'labels'.
842         (bibtex-keys): Renamed to bibtex-reference-keys.
843         (bibtex-reformat-previous-labels): Renamed to
844         bibtex-reformat-previous-reference-keys.
845         (bibtex-reference-type): Renamed to bibtex-entry-type.
846         (bibtex-reference-head): Renamed to bibtex-entry-head.
847         (bibtex-reference-maybe-empty-head): Renamed to
848         bibtex-entry-maybe-empty-head.
849         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
850         (bibtex-search-reference): Renamed to bibtex-search-entry.
851         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
852         bibtex-enclosing-entry-maybe-empty-head.
853         (bibtex-entry-field-alist, bibtex-entry-head,
854         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
855         bibtex-map-entries, bibtex-search-entry,
856         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
857         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
858         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
859         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
860         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
861         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
862         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
864 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
866         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
867         comment.
868         (bibtex-format-field-delimiters): New function, functionality
869         extracted from bibtex-format-entry.
870         (bibtex-autokey-get-yearfield-digits): New function, functionality
871         extracted from bibtex-autokey-get-yearfield.
872         
873         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
874         entries in order to avoid stack overflow in the regexp matcher if
875         field contents become large.
876         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
877         bibtex-field-string-part-not-braced,
878         bibtex-field-string-part-no-inner-braces,
879         bibtex-field-string-part-1-inner-brace,
880         bibtex-field-string-part-2-inner-braces,
881         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
882         bibtex-field-string-quoted, bibtex-field-string,
883         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
884         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
885         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
886         as parsing is now performed by the following functions.
887         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
888         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
889         bibtex-parse-field-string, bibtex-search-forward-field-string,
890         bibtex-parse-association, bibtex-field-name-for-parsing,
891         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
892         bibtex-search-forward-field, bibtex-search-backward-field,
893         bibtex-start-of-field, bibtex-end-of-field,
894         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
895         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
896         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
897         bibtex-parse-string, bibtex-search-forward-string,
898         bibtex-search-backward-string, bibtex-start-of-string,
899         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
900         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
901         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
902         entries.  Instead of reporting the results of the parsing by
903         match-beginning or match-end, these functions return data structures
904         that hold the corresponding positions.
905         (bibtex-enclosing-field): Changed to also report field boundaries by
906         return values rather than by match-beginning or match-end.  The
907         following functions have been adapted to use the new parsing
908         functions.
909         (bibtex-skip-to-valid-entry, bibtex-search-reference,
910         bibtex-enclosing-field, bibtex-format-entry,
911         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
912         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
913         bibtex-print-help-message, bibtex-end-of-entry,
914         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
915         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
916         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
917         method for parsing.
918         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
919         bibtex-map-entries, bibtex-flash-head,
920         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
921         bibtex-autokey-change, bibtex-autokey-get-namefield,
922         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
923         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
924         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
925         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
926         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
927         order to make the new binding of case-fold-search immediately
928         visible.
930 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
932         * textmodes/bibtex.el: Copyright notice is up to date.
933         Added constant 'bibtex-maintainer-salutation.
934         
935         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
936         than make-temp-name, use match-string-no-properties and eliminate
937         a quadratic behavior when building bibtex-strings.
938         
939         * bibtex.el (bibtex-reference-key): Accept string entries whose
940         reference key contains upper case letters.
942 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
944         * bibtex.el (bibtex-reference-head): Allow entries to start with
945         a new line.
947 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
949         * bibtex.el: Hiding of entry bodies is not longer provided by
950         bibtex.el directly.  Instead the hideshow package can be used.
951         Added a special bibtex entry to hs-special-modes-alist.
952         (bibtex-hs-forward-sexp): Added for hideshow.el.
954 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
956         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
957         proceedings entry type (for cross referencing). Thanks to Wagner
958         Toledo Correa for the suggestion.
960         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
962 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
964         * international/characters.el: Setup case table for Vietnamese.
966 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
968         * uniquify.el (toplevel): Require CL at compile time.
969         (uniquify-push): Removed.
971         * shadowfile.el (shadow-when): Removed.
973         * tempo.el (tempo-dolist, tempo-mapc): Removed.
974         (tempo-process-and-insert-string): Use dolist instead of
975         tempo-dolist.
977         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
978         regexp for paragraph-start.
980         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
981         commas as well.
983 2000-02-10  Dave Love  <fx@gnu.org>
985         * wid-edit.el: (widgets) [defgroup]: Remove url link.
986         (widget-color-choice-list, widget-color-history, widget-mouse-help):
987         Deleted.
988         (widget-specify-field, widget-specify-button): Don't use
989         widget-mouse-help as help-echo property.
990         (default): Use #'ignore for :validate and :mouse-down-action.
991         (checkbox): Add help-echo.
992         (widget-sexp-validate): Rewritten to clarify error messages.
993         (character): Use char-valid-p in :match function.
994         (widget-color-complete): Use facemenu-color-alist.
995         (widget-color-action): Use facemenu-read-color.
997         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
998         set up `caar' &c that we now have.
1000 2000-02-09  Ray Blaak  <blaak@gnu.org>
1002         * delphi.el: Make resourcestring a declaration region, like const
1003         and var.
1005 2000-02-09  Dave Love  <fx@gnu.org>
1007         * bindings.el (mode-line-input-method-map): New variable.
1008         (mode-line-mule-info): Use it; fix last change.
1009         (mode-line-mode-menu): Move definition.
1010         (mode-line-mouse-sensitive-p): Deleted.
1011         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1012         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
1013         level.
1015         * startup.el (command-line-1): Don't call
1016         make-mode-line-mouse-sensitive.
1018 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1020         * mail/rmail.el (rmail-retry-failure): Use
1021         rmail-beginning-of-message before rmail-toggle-header, because the
1022         former toggles headers.
1024 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
1026         * diff-mode.el (diff-kill-junk): New interactive function.
1027         (diff-reverse-direction): Use delete-and-extract-region.
1028         (diff-post-command-hook): Restrict the area so that the hook also works
1029         outside of any diff hunk.  This is necessary for the minor-mode.
1030         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1031         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1033         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1034         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1035         so that it can be used more easily in <foo>-mode-hook.  Also make sure
1036         to avoid duplicate entries.
1037         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1038         (font-lock-remove-keywords): Just as was done for `add', allow it to
1039         work even if font-lock-mode is nil.  Also make sure we don't modify
1040         any pre-existing list by forcing a copy-sequence.  Finally rename
1041         `major-mode' to `mode'.
1042         (font-lock-fontify-syntactic-anchored-keywords)
1043         (font-lock-fontify-anchored-keywords)
1044         (font-lock-fontify-keywords-region): Use line-end-position.
1045         Don't make `font-lock-multiline' local (it's now done in
1046         font-lock-set-defaults).
1047         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
1048         move the `font-lock-fontified' creation to inside the `unless'.
1050 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1052         * term/w32-win.el (x-handle-args): Comment out call to message,
1053         which occurs before window system is initialized.
1055         * makefile.nt: Add support for recompiling lisp code.
1057 2000-02-04  Dave Love  <fx@gnu.org>
1059         * bindings.el (mode-line-mule-info): Fix/extend last change.
1061         * completion.el: Replace completion-dolist with dolist.
1063         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1064         dotimes.
1066 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1068         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1069         environment names before they go into the section regexp.
1071         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1072         char class in regexp.
1074         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1075         `case-fold-search' to nil.
1077         * progmodes/idlwave.el (idlwave-template): Respect
1078         `idlwave-abbrev-change-case'.
1079         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1080         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1081         idlwave-while): respect `idlwave-reserved-word-upcase'.
1082         (idlwave-rw-case): New function.
1083         (idlwave-statement-match): Fixed problem with assignment regexp.
1084         (idlwave-font-lock-keywords): Improved regexp for keyword
1085         parameters.
1086         (idlwave-surround): New argument LENGTH to support padding of
1087         operators longer than 1 char.
1089         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1090         idlwave-shell-expression-overlay.  Implemented printing of
1091         expressions on higher levels of the calling stack.
1092         (idlwave-shell-display-level-in-calling-stack): Restore stack
1093         level.
1094         (idlwave-retrieve-expression-from-level): New function.
1095         (idlwave-shell-last-calling-stack): Variable removed.
1096         (idlwave-shell-reset): Argument action reversed (`visible' to
1097         `hidden').  Also remove stop-line overlay.
1098         (idlwave-shell-calling-stack-routine): New variable.
1099         (idlwave-shell-parse-stack-and-display): Messages now display
1100         negative level numbers.
1101         (idlwave-shell-mode): Set `modeline-format'.
1102         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1103         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1104         21.
1105         (idlwave-shell-print-expression-function): New option.
1107         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1108         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1109         `tool-bar' instead of `toolbar'.
1111 2000-02-02  Dave Love  <fx@gnu.org>
1113         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1114         emacs-lisp-mode-hook.  Don't check for defalias being defined.
1116         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1117         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
1118         the new builtins directly.
1120         * whitespace.el (whitespace): Add :version to defgroup.
1122         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1123         Doc fix.
1125         * thingatpt.el (sexp-at-point, symbol-at-point)
1126         (number-at-point, list-at-point): Add autoload cookie.
1128         * recentf.el (recentf): Add :version to defgroup.
1130         * quickurl.el (quickurl): Add :version to defgroup.
1132         * elide-head.el (elide-head): Use point-marker more.
1134         * bs.el (bs): Add :version to defgroup.
1136         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1138         * progmodes/delphi.el (delphi): Add :version to defgroup.
1140 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
1142         * ange-ftp.el (ange-ftp-write-region): Handle case that
1143         succeeding process operation sets a different coding system.
1145         * calculator.el: New file.
1147 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1149         * frame.el (frames-on-display-list, framep-on-display): New
1150         functions.
1151         (display-mouse-p, display-popup-menus-p, display-graphic-p)
1152         (display-selections-p, display-screens, display-pixel-width)
1153         (display-pixel-height, display-mm-width, display-mm-height)
1154         (display-backing-store, display-save-under, display-planes)
1155         (display-color-cells, display-visual-class): New functions.
1157         * term/tty-colors.el (tty-color-gray-shades): New function.
1159         * faces.el (display-color-p): Use framep-on-display.
1160         (display-grayscale-p): New function.
1162 2000-01-31  Dave Love  <fx@gnu.org>
1164         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1165         (create-fontset-from-x-resource): Don't concat integers.
1167 2000-01-31  Inge Frick  <inge@nada.kth.se>
1169         * view.el: Some changes in documentation.  Removed some trailing
1170         whitespace. Changed some parameter names to agree with
1171         documentation.
1172         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1173         window is not deleted.  Modifies change 1998-04-26.
1175 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
1177         * windmove.el: New file.
1179         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1180         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1181         progmodes/ebnf-yac.el: Update copyright and license info.
1183         * jit-lock.el (jit-lock-function): Widen before calculating end
1184         position.
1185         (jit-lock-stealth-chunk-start): Rewritten.
1187         * info.el (Info-title-face-alist): Removed.
1188         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1189         faces.
1190         (Info-fontify-node): Use these faces.
1192 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
1194         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1195         (cl-macro-list1): Recognize `&allow-other-keys' instead of
1196         `&allow-other-keywords'.
1198         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1199         the list of directories scanned heuristically.
1201         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1202         exist.
1204 2000-01-30  Jason Rumney  <jasonr@gnu.org>
1206         * w32-fns.el: Define w32-tty-standard-colors.
1208         * startup.el (command-line): Use w32-tty-standard-colors when in
1209         w32 console mode.
1211 2000-01-30  Dave Love  <fx@gnu.org>
1213         * jka-compr.el (jka-compr-load): Fix up load-history.
1215         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1217         * emacs-lisp/cl-macs.el: Revert previous change.
1219 2000-01-29  Dave Love  <fx@gnu.org>
1221         * facemenu.el: Purecopy various strings.
1223         * timezone.el (timezone-fix-time): Window against 69 for two-digit
1224         years.  Deal with three-digit years.
1226         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1227         defconst, purecopy.
1228         (help-back-label): Purecopy it.
1230 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1232         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1233         variable. If non-nil, order the buffer list according to the
1234         currently selected frame.
1235         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1236         non-nil, pass the selected frame to function buffer-list.
1238 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1240         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1242 2000-01-28  Dave Love  <fx@gnu.org>
1244         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1246         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1247         Don't use lisp-indent-hook property.
1248         (cl-abs): Remove.
1250         * subr.el: Move out indent and edebug specs for when and unless.
1252         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1253         when, unless.
1255         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1256         unless, when.
1258 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
1260         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1261         `collecting' as synonym for `collect'.
1263         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1264         for the case it contains spaces.
1266         * simple.el (what-cursor-position): Change formatting of
1267         messages.
1269         * frame.el (delete-other-frames): New function.
1270         (toplevel): Bind it to C-x 5 1.
1272         * sort.el (sort-numeric-base): New option.
1273         (sort-numeric-fields): If number starts with `0' or `0[xX[',
1274         interpret it as octal or hexadecimal.  Use sort-numeric-base
1275         as default base.
1277         * progmodes/glasses.el: New file.
1279 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1281         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1282         userids differently.
1284         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1285         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1286         progmodes/ebnf-yac.el: New files.
1288 2000-01-26  Dave Love  <fx@gnu.org>
1290         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1291         on a function with an empty body.  [From Eric Ludlam.]
1293 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1295         * vc.el (vc-version-diff): Make sure file name is expanded.
1297 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1299         * scroll-bar.el (scroll-bar-timer): Variable removed.
1300         (scroll-bar-toolkit-scroll): Don't use a timer.
1302 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1304         * language/thai-util.el (thai-composition-function): Delete
1305         superfluous `a'.
1307 2000-01-24  Dave Love  <fx@gnu.org>
1309         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1310         end-of-defun-function.
1312         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1313         &c.
1315 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1317         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1318         conflicts with new face support.
1320 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1322         * replace.el (query-replace): Rename last arg to DELIMITED.
1323         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1324         (query-replace-regexp): Likewise.
1326 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1328         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1330         * emacs-lisp/lisp.el (beginning-of-defun-function):
1331         Variable renamed from beginning-of-defun.
1332         Do not call make-variable-buffer-local.
1333         (beginning-of-defun-raw): Use new variable name; doc fix.
1334         (beginning-of-defun): Doc fix.
1335         (end-of-defun-function): Variable renamed from end-of-defun.
1336         Do not call make-variable-buffer-local.
1337         (end-of-defun): Use new variable name; doc fix.
1339         * subr.el (dolist, dotimes): Copied from cl-macs.el
1340         and made to work.
1342         * mail/undigest.el (rmail-digest-end-regexps):
1343         Variable replaces rmail-digest-end-regexp.
1344         Allows multiple regexps for detecting the end line.
1345         (undigestify-rmail-message): Corresponding changes.
1347 2000-01-19  Dave Love  <fx@gnu.org>
1349         * files.el (user-init-file): Don't declare here -- is primitive.
1351         * startup.el (command-line): Check for compiled user-init-file and
1352         set to uncompiled version if necessary.
1354 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1356         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1357         (undigestify-rmail-message): Use it.
1359         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1361 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1363         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1364         of mini-buffer.
1366 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1368         * emacs-lisp/copyright.el (copyright-update): Removed the
1369         requirement for a trailing space from `copyright-regexp', to
1370         support copyrights with owner specified on a separate line..
1372         * align.el: New file.
1374         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1376         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1378 2000-01-13  Dave Love  <fx@gnu.org>
1380         * ph.el: Removed.  (Obsoleted by EUDC.)
1382 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1384         * net/eudc.el (toplevel): Remove autoloaded code installing
1385         menu with easymenu, because that causes build problems.
1387         * frame.el (frame-notice-user-settings): New variable.
1388         (frame-notice-user-settings): Don't modify frame parameters
1389         if called a second time.
1391 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1393         * frame.el (frame-notice-user-settings):
1394         Notice default-frame-parameters even for non-window frames.
1396 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1398         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1399         for Emacs.
1400         (eudc-bob-can-display-inline-images): Extend for Emacs.
1401         (eudc-bob-toggle-inline-display): Ditto.
1402         (eudc-bob-display-jpeg): Ditto.
1404 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1406         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1407         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1408         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1410         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1411         nil)'.
1413         * subdirs.el: Add `net' directory.
1415         * net: New directory.
1417         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1418         eval-last-sexp.  Don't bind debug-on-error here.
1419         (eval-last-sexp): New function.  Bind debug-on-error if
1420         eval-expression-debug-on-error is non-nil.
1421         (eval-defun-2, eval-defun): Likewise.
1423         * simple.el (eval-expression): Don't bind debug-on-error if
1424         eval-expression-debug-on-error is nil.  Detect changed
1425         debug-on-error, and propagate new value to global binding, if
1426         eval-expression-debug-on-error is non-nil,
1427         (eval-expression-debug-on-error): Change doc string.
1429 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1431         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1433         * emacs-lisp/lisp-mode.el (with-syntax-table):
1434         Set up lisp-indent-function property.
1436         * subr.el (with-syntax-table): Moved from simple.el.
1438         * simple.el (with-syntax-table): Moved to subr.el.
1440 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1442         * tmm.el (tmm-shortcut): Delete region after prompt instead
1443         of erasing buffer.
1445         * textmodes/fill.el (fill-common-string-prefix): New function.
1446         (fill-context-prefix): Use the longest common prefix of first
1447         and second line fill prefix, if there is one.
1449 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1451         * array.el (array-mode): Don't use make-variable-buffer-local.
1452         Use make-local-variable for `truncate-lines'.
1454 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1456         * add-log.el (add-log-current-defun): Handle user-defined
1457         add-log-current-function returning nil,
1459         * add-log.el (add-change-log-entry): Insert version number
1460         if having found a current function
1462         * add-log.el (add-log-current-defun): Call
1463         `add-log-current-defun-function'.  Try matches at level 0 and
1464         level 1.  Strip whitespace from defun found.
1466 2000-01-10  John Wiegley  <johnw@gnu.org>
1468         * allout.el (isearch-done/outline-provisions): Added `edit'
1469         argument to correspond with the current definition of
1470         `isearch-done'.
1472 2000-01-10  Dave Love  <fx@gnu.org>
1474         * elide-head.el (elide-head): Use point-marker, not point.
1476 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1478         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1479         before and after the year 2000.
1481         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1482         Add ispell- prefix.
1484 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1486         * ispell.el:  Only define dictionaries in menus when they exist.
1487         (version18p): New variable.
1488         (version20p): New variable.
1489         (xemacsp): New variable.
1490         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1491         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1492         (ispell-dictionary-alist6): Russian command lines no longer accept
1493         run-together words.
1494         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1495         (ispell-dictionary-alist): Add koi8-r to customize definition.
1496         (check-ispell-version): Added documentation string.  Returns
1497         library path when called non-interactively.
1498         (ispell-menu-map-needed): Uses new variables.
1499         (ispell-library-path): New variable.
1500         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1501         (ispell-word): Improved documentation string.  Test for valid
1502         character mappings.  Correctly check typed in word changes that can
1503         result in single words split into multiple words.  Returns
1504         replacement word.
1505         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1506         replace in recursive query replace mode.  Help message for
1507         recursive edit mode.
1508         (ispell-show-choices): Protect against bad framepop bindings.
1509         (ispell-help): Fix to work with XEmacs.
1510         (ispell-highlight-spelling-error): Use new variables.
1511         (ispell-overlay-window): Fix to work with XEmacs.
1512         (ispell-parse-output): Passed and returns location information
1513         tracking spelling corrections.  Doesn't recheck same word on
1514         current line.
1515         (ispell-init-process): Protect against bogus XEmacs variable binding.
1516         Fix call to single argument in sleep-for.  Use new variables.
1517         (ispell-region): Passed and returns location information tracking
1518         spelling corrections.  Doesn't check same word on current line.
1519         Improved documentation string.  Doesn't resend a line already
1520         checked to the ispell process - fixes bug in LaTeX parsing.
1521         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1522         (ispell-skip-region): No longer skips <TT> in SGML.
1523         (ispell-process-line): Tracks location information with spelling
1524         corrections.  Added documentation string.  Accounts for words
1525         already accepted on this line.  Don't allow query-replace on line
1526         starting with math characters.  Doesn't resend a line already sent
1527         to ispell process.  Fixes alignment error bug.
1529 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1531         * dired-x.el (dired-guess-shell-alist-default):
1532         Suggest xloadimage, which is free, not xv, which isn't.
1534         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1535         Don't ever include the host name or user name in the value.
1537 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1539         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1540         of a real newline.
1542 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1544         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1545         for .png files.
1547 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1549         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1551 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1553         * progmodes/cperl-mode.el: Replace ^F with ^L.
1555         * sendmail.el (toplevel): Provide `sendmail' when compiling
1556         before `require'ing rmail and mailalias to prevent infinite
1557         recursion.
1559 2000-01-08  Dave Love  <fx@gnu.org>
1561         * emacs-lisp/backquote.el: Remove inappropriate customization
1562         (allowing custom.el to use backquote).
1564 2000-01-07  Dave Love  <fx@gnu.org>
1566         * add-log.el (add-log-debugging): Deleted.
1567         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1568         file.  Remove debugging code.
1569         (change-log-get-method-definition, change-log-name): Add doc.
1570         (change-log-sortable-date-at): New function.
1571         (change-log-merge): New command.
1573         * time.el (display-time-string-forms): Make the Mail string active.
1574         (display-time-update): Provide help-echo for load average.
1576         * bindings.el (make-mode-line-mouse2-map): New function.
1577         (mode-line-modified): Use it and simplify.
1578         (mode-line-mule-info): Provide help-echo info.
1579         (minor-mode-alist): Activate the strings.
1580         (make-mode-line-mouse-sensitive): Simplify for
1581         mode-line-buffer-identification.
1583 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1585         * play/pong.el: New file.
1587 2000-01-06  Dave Love  <fx@gnu.org>
1589         * array.el: Assorted cleanups for compiler warnings, doc strings,
1590         `array-' prefix for symbols.
1592 2000-01-05  Dave Love  <fx@gnu.org>
1594         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1595         outline-headers-as-kill.
1596         (outline-mode): Define imenu-generic-expression.
1597         (outline-headers-as-kill): New command.
1599         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1600         from paragraph-start.
1601         (paragraph-indent-minor-mode): New command.
1603         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1604         M-C-e, M-C-h, C-j, C-xnd, TAB.
1605         (fortran-mode): Set beginning-of-defun, end-of-defun.
1606         (fortran-column-ruler): Simplify.
1607         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1608         (fortran-with-subprogram-narrowing): Likewise.
1609         (fortran-indent-subprogram): Call mark-defun.
1610         (fortran-check-for-matching-do): Change narrowing.
1612         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1613         (cl-lucid-hash-tag): Delete.
1614         (cl-hash-table-p): Correct test for native table.
1615         (cl-hash-table-count): Use hash-table-count.
1617         * browse-url.el (browse-url): Fix case of
1618         browse-url-browser-function being an alist.
1620 2000-01-05  Carsten Dominik  <cd@gnu.org>
1622         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1623         (reftex-index-phrase-file-extension): New options.
1625         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1626         Use new option `reftex-index-phrase-file-extension'.
1628         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1629         `reftex-parse-file-extension'.
1631 2000-01-05  Dave Love  <fx@gnu.org>
1633         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1634         (beginning-of-defun-raw): Use it.
1635         (end-of-defun): New variable.
1636         (end-of-defun): Use it.
1637         (check-parens): New command.
1639 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1641         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1642         (hs-show-block): Don't use `mapcar' when not accumulating.
1644         Fix buglet in local variables initialization.
1646 2000-01-05  Andreas Schwab  <schwab@suse.de>
1648         * hscroll.el (hscroll): Doc fix.
1650 2000-01-05  Carsten Dominik  <cd@gnu.org>
1652         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1653         idlw-toolbar.
1655         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1656         file idlw-rinfo.el.
1657         (idlwave-customize): load must read file idlw-shell.el.
1658         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1660 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1662         * progmodes/idlw-shell.el: Also provide idlwave-shell
1663         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1664         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1666         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1667         both reftex-dcr and reftex-vcr.
1669         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1671 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1673         * ps-print.el: PostScript code now is in separate files, doc fix.
1674         (ps-print-version): New version number (5.0.3).
1675         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1676         local.
1677         (ps-spool-config): Initialization fix.
1678         (ps-print-prologue-1, ps-print-prologue-2)
1679         (ps-print-duplex-feature): PostScript code moved to separated file.
1680         (ps-background-image): Little code reformating.
1681         (ps-begin-file, ps-begin-job): Fix code.
1682         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1683         (ps-prologue-file): New fun.
1685 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1687         * ps-vars.el: Eliminated.
1689         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1690         `;;;###autoload'.
1692         * ps-print.el: ps-vars eliminated, doc fix.
1693         (ps-print-version): New version number (5.0.2).
1694         (ps-spool-config): Initialization fix.
1695         (ps-print-customize): New fun.
1697 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1699         * autorevert.el (auto-revert-mode): Return value of
1700         auto-revert-mode.
1702 2000-01-04  Dave Love  <fx@gnu.org>
1704         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1705         menu items.
1707 2000-01-03  Dave Love  <fx@gnu.org>
1709         * elide-head.el (elide-head) [defgroup]: Add :version.
1711         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1712         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1713         `cl-hash-table-p', not `hash-table-p'.
1714         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1716 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1718         * faces.el (face-read-integer, read-face-attribute)
1719         (color-defined-p, color-values): unspecified-{f,b}g are now
1720         strings.
1722 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1724         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1725         at comment end, and re-insert them after filling.
1727 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1729         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1730         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1731         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1733 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1735         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1736         the new name of face-color-supported-p.
1738         * term/w32-win.el (xw-defined-colors): Likewise.
1740 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1742         * simple.el (completion-setup-function): Count completion-size
1743         from minibuffer-prompt-end, not from point-min.
1745 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1747         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1748         Pass the frame to tty-color-* functions.
1749         (display-color-p, frame-set-background-mode): Pass the frame to
1750         tty-display-color-p.
1752         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1753         tty-color-alist.
1754         (tty-color-alist, tty-modify-color-alist): New functions.
1755         (tty-color-define,  tty-color-clear, tty-color-approximate)
1756         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1757         an optional parameter FRAME.
1759 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1761         * image.el (create-image, defimage): Don't assume image data is a
1762         string.
1764         * image.el (defimage): Handle specifications containing :data
1765         instead of :file.
1766         (image-type-from-data): New function.
1767         (image-type-from-file-header): Use it.
1768         (create-image): Add parameter DATA-P.
1770 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1772         * echistory.el (electric-command-history): Call Command-history-setup
1773         and command-history-mode using their new conventions.
1775         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1776         no args, and do not set major-mode, mode-name or the local map.
1777         (command-history-mode): New function, does some of those things
1778         Command-history-setup used to do.
1779         (list-command-history): Call command-history-mode, not
1780         Command-history-setup.
1781         (command-history): Renamed from command-history-mode.
1783 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1785         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1787 1999-12-31  William M. Perry  <wmperry@aventail.com>
1789         * image.el (defimage): Images with the `:data' keyword should be
1790         considered valid as well.
1792 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1794         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1795         with FILE if FILE is nil.
1797 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1799         * simple.el (choose-completion-string): In minibuffer,
1800         do not delete the prompt string.
1802 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1804         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1805         assigned to mode-line-mode-menu because bindings.el is dumped with
1806         Emacs, and thus the lists used for menu-item definition will be
1807         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1808         like pure menu item definitions.
1810         * expand.el (expand-abbrev-hook): Return t if expansion was
1811         done, nil otherwise.
1813 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1815         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1816         (tar-quit): Function deleted.
1818 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1820         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1821         was used but not declared.
1823         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1824         hs-find-block-beginning): Add or modify docstrings.
1826         (hs-isearch-show): Rewrite.
1828 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1830         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1832         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1833         space in front of a C-style comment end.
1835 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1837         * startup.el (command-line-1): Make mode line mouse-sensitive for
1838         the MS-DOS version as well.
1840 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1842         * bs.el: New file.
1844 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1846         * textmodes/ispell.el (ispell-process-line):
1847         Add local var line-offset to adjust for the change
1848         in positions within the line, due to previous replacements.
1850 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1852         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1853         Doc fixes.
1855 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1857         * add-log.el (change-log-version-number-regexp-list)
1858         (change-log-version-info-enabled): Change :version to 21.1.
1859         (toplevel): Require CL when compiling.
1861 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1863         * add-log.el (change-log-version-number-regexp-list): Added tag
1864         :version 20.6
1865         (change-log-version-info-enabled): Added tag :version 20.6
1867 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1869         * add-log.el: More general version number search with
1870         user-configurable regexp list.
1871         (change-log-version-number-regexp-list): New user variable.
1872         (change-log-find-version): Rewritten.  Use user-configurable
1873         version numbering regexp list
1874         change-log-version-number-regexp-list.
1875         (change-log-find-version): Renamed to
1876         change-log-version-number-search
1877         (add-log-file-name-function): New.
1878         (change-log-search-vc-number): Added END paramaeter.  Added doc
1879         string to function.
1880         (change-log-version-rcs): Renamed.  Was
1881         change-log-search-vc-number.
1883 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1885         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1886         overlays if they interfere.
1887         (compilation-find-file): Make intangible overlays tangible.
1889         * progmodes/hideshow.el: Generally, synch w/ maintainer
1890         version 5.9.
1892         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1894         (hs-minor-mode-hook): Don't initialize.
1896         (hs-special-modes-alist): Rewrite value and docstring.
1898         (hs-minor-mode-prefix): Delete unused var.
1900         (hs-block-start-mdata-select): New var, buffer local.
1902         (hs-headline): New var.
1904         (hs-match-data, hs-forward-sexp): New funcs.
1906         (hs-hide-comment-region): New func.
1908         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1909         hs-safety-is-job-n, hs-hide-initial-comment-block,
1910         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1911         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1912         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1913         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1914         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1916         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1917         (hs-isearch-show-temporary): New funcs.
1919         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1921         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1923         When constructing menu, use `[(shift button2)]' notation.
1925 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1927         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1928         (jka-compr-compression-info-list): Add new elt to each vector.
1929         (jka-compr-write-region): Don't compress the data if it is
1930         already compressed.
1932         * jka-compr.el (jka-compr-really-do-compress): New variable.
1933         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1934         if visiting.
1935         (jka-compr-write-region): Set jka-compr-really-do-compress
1936         if visiting.  Test it when deciding to compress.
1938 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1940         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1941         with third argument t.
1943 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1945         * antlr-mode.el: Version 1.2 is released.
1946         (antlr): This package has a web page.
1948 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1950         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1951         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1952         (antlr-mode-map): New binding [C-c C-c].
1953         (antlr-mode-menu): New entries.
1955 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1957         * antlr-mode.el: Respect Emacs conventions.
1958         ((require 'cl)): Only use during compilation.
1959         (antlr-language-for-option): New function to avoid using `find'.
1960         (antlr-mode): Use it.
1961         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1962         (antlr-imenu-create-index-function): Change accordingly.
1963         (antlr-inside-rule-p): Ditto.
1964         (antlr-end-of-rule): Ditto.
1965         (antlr-end-of-body): Ditto.
1966         (antlr-beginning-of-rule): Ditto.
1967         (antlr-indent-line): Ditto.
1969 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1971         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1972         (antlr-set-tabs): Don't use hard-coded values.
1974         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1975         won't be possible without a huge time penalty.
1976         (antlr-skip-exception-part): Be more specific.
1977         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1978         Renamed from `antlr-skip-grammar-header'.
1979         (antlr-next-rule): Change accordingly.
1980         (antlr-end-of-body): Ditto.  Better error message.
1981         (antlr-beginning-of-body): Better error message.
1982         (antlr-imenu-create-index-function): Skip rule action prelude.
1984         * antlr-mode.el: Minor syntax highlighting changes.
1985         (antlr-font-lock-default-face): Deletia.
1986         (antlr-font-lock-tokendef-face): Changed color.
1987         (antlr-font-lock-tokenref-face): Changed color.
1988         (antlr-font-lock-literal-face): Changed color.
1989         (antlr-font-lock-additional-keywords): Minor changes.
1991 1999-12-20  Carsten Dominik  <cd@gnu.org>
1993         * progmodes/idlwave.el: New file.
1995         * progmodes/idlwave-rinfo.el: New file.
1997         * progmodes/idlwave-shell.el: New file.
1999         * progmodes/idlwave-toolbar.el: New file.
2001         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2003 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
2005         * progmodes/cwarn.el: New file.
2007 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
2009         * bindings.el (completion-ignored-extensions): Add .pdf.
2011 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2013         * version.el: Put the version info into binary on MS-DOS as well.
2015 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
2017         * emacs-lisp/debug.el (debugger-continue): Don't continue if
2018         debugger-may-continue is nil.
2020 1999-12-18  Dave Love  <fx@gnu.org>
2022         * emacs-lisp/cl-macs.el: Remove conditional definition of
2023         eval-when-compile.  Don't specify abs, expt, gethash,
2024         hash-table-count, hash-table-p as side-effect-free here.
2025         (cl-emacs-type): Don't declare.
2026         (cl-compile-time-init): Remove Emacs 18 compiler patch.
2027         (cl-parse-loop-clause): Remove compatibility code.
2029         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2030         (side-effect-free-fns): Add gethash, hash-table-count.
2031         (side-effect-and-error-free-fns): Add hash-table-p.
2033         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
2034         `cl-' to autoload names for some hash functions.  Don't autoload
2035         eval-when-compile.  Don't provide mini-cl.
2036         (cl-emacs-type): Remove.
2037         (cl-map-extents): Remove compatibility code.
2039         * emacs-lisp/float.el: Bind free variables.
2041         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2043 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
2045         * bindings.el (completion-ignored-extensions): Add .tfm.
2047 1999-12-16  Dave Love  <fx@gnu.org>
2049         * faces.el (set-face-attribute): Purecopy the attributes set.
2051         * custom.el (custom-declare-variable): Purecopy value.
2053         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2054         (byte-extrude-byte-code-vectors): Use remprop.
2055         (byte-compile-lambda): Check that arg is a lambda.
2057 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
2059         * font-lock.el: System for adding and removing keywords.
2060         Both local (previously added keyword) and global keywords
2061         can be removed.
2062         (font-lock-remove-keywords): New user-level function.
2063         (font-lock-update-removed-keyword-alist): New internal function.
2064         (font-lock-removed-keywords-alist): New variable.
2065         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2066         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2067         growing datastructures.
2068         (font-lock-set-defaults): Removes keywords stored in
2069         `font-lock-removed-keywords-alist' after local keywords added.
2071 1999-12-16  Anders Lindgren  <andersl@andersl.com>
2073         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2074         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2076         * font-lock.el (c-keywords): Only highlight preprocessor
2077         directives when spelled correctly.
2079         * font-lock.el (font-lock-match-c++-structor-declaration,
2080         c++-keywords): Fontify constructors and destructors with function
2081         face inside C++ class declarations.
2083 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
2085         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2086         the shell from sh-shell-file.
2088         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2090 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2092         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2093         if one of the files specified cannot be accessed by
2094         file-attributes.  Do not strip any leading directories from the
2095         file names, to behave more like `ls' does.
2097         * dired.el (dired-get-filename): Handle absolute file names.
2098         (dired-readin-insert): If argument is a cons, don't print
2099         "wildcard" on the ``total'' line.
2101 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
2103         * faces.el (face-read-integer, read-face-attribute)
2104         (color-defined-p, color-values): Allow color values unspecified-fg
2105         and unspecified-bg, handle them as unspecified.
2107 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
2109         * textmodes/reftex.el: (reftex-compile-variables): respect new
2110         structure of `reftex-index-macro'
2111         (reftex-compile-variables): Use the changed structure of
2112         `reftex-label-alist'.
2114         * textmodes/reftex-vars.el (reftex-index-math-format,
2115         (reftex-toc-max-level): New option.
2116         reftex-index-phrases-search-whole-words,
2117         reftex-index-phrases-case-fold-search,
2118         reftex-index-phrases-skip-indexed-matches,
2119         reftex-index-phrases-wrap-long-lines,
2120         reftex-index-phrases-sort-prefers-entry,
2121         reftex-index-phrases-sort-in-blocks): New options.
2122         (reftex-index-macros): Option structure changed.
2123         (reftex-index-macros-builtin): Added `repeat' item to each entry.
2124         (reftex-label-alist): Additional item in each entry to specify if
2125         the environment should be listed in the TOC.
2126         (eval-when-compile (require 'cl)) added.
2128         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2129         longer deals with "repeat".
2130         (reftex-index): "repeat property in `reftex-index-macro-alist' is
2131         now used.
2132         (reftex-index-phrases-comment-regexp,
2133         reftex-index-phrases-macrodef-regexp,
2134         reftex-index-phrases-phrase-regexp1,
2135         reftex-index-phrases-phrase-regexp2,
2136         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2137         New constants.
2138         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2139         reftex-index-phrases-font-lock-keywords,
2140         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2141         reftex-index-phrases-restrict-file): New variables.
2142         (reftex-index-phrase-selection-or-word,
2143         reftex-index-visit-phrases-buffer,
2144         reftex-index-initialize-phrases-buffer,
2145         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2146         reftex-index-next-phrase, reftex-index-this-phrase,
2147         reftex-index-all-phrases, reftex-index-region-phrases,
2148         reftex-index-phrases-parse-header,
2149         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2150         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2151         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2152         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2153         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2154         reftex-index-make-replace-string,
2155         reftex-query-index-phrase-globally, reftex-query-index-phrase,
2156         reftex-index-phrase-match-is-indexed,
2157         reftex-index-phrases-fixup-line,
2158         reftex-index-phrases-replace-space,
2159         reftex-index-select-phrases-macro): New functions.
2160         (reftex-index-globalize, reftex-index-globally): functions removed
2161         (eval-when-compile (require 'cl)) added.
2163          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2164          for max level.
2165          (reftex-toc-max-level-indicator): New variable.
2166          (reftex-toc-max-level): New command.
2167          (reftex-toc-map): New keybinding `t'.
2168          (reftex-toc-help): Constant updated.
2169          (eval-when-compile (require 'cl)) added.
2171          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2172          `t' command key can change `reftex-toc-max-level'
2173          (eval-when-compile (require 'cl)) added.
2175          * textmode/reftex-sel (reftex-insert-docstruct): Respect
2176          `reftex-toc-max-level'
2177          (eval-when-compile (require 'cl)) added.
2179          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2180          added.
2182          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2183          added.
2185          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2186          commands.
2187          (reftex-citation, reftex-do-citation,
2188          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2189          preselect a citation format.
2190          (eval-when-compile (require 'cl)) added.
2192          * textmodes/reftex-parse.el (reftex-context-substring): Optional
2193          parameter to-end
2194          (reftex-section-info): Deal with environment matches.
2195          (eval-when-compile (require 'cl)) added.
2197          * reftex-global.el (eval-when-compile (require 'cl)) added.
2199 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
2201         The following changes are for the new composition mechanism.  We
2202         have deleted `composition' charset and composite characters,
2203         instead introduced a special text property `composition'.
2205         * composite.el: New file.
2207         * ps-mule.el: Define encode-composition-rule and find-composition
2208         for Emacs 20.4 and the earlier versions.
2209         (ps-mule-init-external-library): Just require a feature for
2210         external libraries.
2211         (ps-mule-prologue): Postscript code modified for new composition.
2212         (ps-mule-find-wrappoint): New arg COMPOSITION.
2213         (ps-mule-plot-string): Delete code for composite characaters.
2214         (ps-mule-plot-composition): New funcion.
2215         (ps-mule-prepare-font-for-components): New function.
2216         (ps-mule-plot-components): New function.
2217         (ps-mule-composition-prologue-generated): Renamed from
2218         ps-mule-cmpchar-prologue-generated.
2219         (ps-mule-composition-prologue): New named from
2220         ps-mule-cmpchar-prologue.  Modified for new composition.
2221         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2222         ps-mule-prepare-cmpchar-font): Deleted.
2223         (ps-mule-string-encoding): New arg NO-SETFONT.
2224         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2225         check Composing, not Cmpchar
2226         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2227         to nil.
2228         (ps-mule-begin-job): Check existence of new composition.
2230         * ps-print.el (ps-plot-region): Handle new composition.
2232         * simple.el (what-cursor-position): Show "(composed)" if the
2233         character is composed.
2235         * international/characters.el: Fix cateogries of Lao symbols.
2237         * international/fontset.el (vertical-centering-font-regexp): New
2238         variable.
2240         * international/mule.el (mule-version): Updated to 5.0 (AOI).
2241         (mule-version-date): Updated to 1999.12.7.
2242         (with-category-table): New macro.
2244         * international/mule-cmds.el (encode-coding-char): Don't check
2245         composite character.
2247         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2248         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2249         x-ctext): Give `composition' property t.
2251         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2252         non-nil) at the tail of ALIST.
2253         (compose-region, decompose-region, decompse-string,
2254         reference-point-alist, compose-chars): Moved to composite.el.
2255         (compose-chars-component, compose-chars-rule,
2256         decompose-composite-char): Deleted.
2258         * international/quail.el (quail-install-map): New optional arg
2259         NAME.
2260         (quail-get-translation): If DEF is a symbol but not a function,
2261         ignore it.
2262         (quail-start-translation): Put a key sequence undefined in the
2263         translation keymap in unread-command-events, not generated-events.
2264         Return parameterized event (compose-last-chars N) if the input
2265         characters should be composed.
2266         (quail-map-definition): If DEF is t, treat it as nil.
2267         (quail-delete-last-char): Delete the quail region.
2268         (quail-show-translations): Don't show list of translations if the
2269         quail package is deterministic.
2270         (quail-completion-max-depth): New variable.
2271         (quail-completion-1): Pay attention to the above variable.  Fix
2272         for the case that a translation is a function.
2273         (quail-map-from-table, quail-map-from-table-1,
2274         quail-map-from-table-2): New functions.
2275         (quail-lookup-map-and-concat): New function
2277         * language/devan-util.el: Mostly rewritten.
2279         * language/lao.el: Register lao-composition-function in
2280         composition-function-table.
2282         * language/lao-util.el: Mostly rewritten.
2284         * language/thai.el: Register thai-composition-function in
2285         composition-function-table.
2286         (thai-tis620): Delete `pre-write-conversion' property.
2288         * language/thai-util.el: (thai-category-table): Make it by
2289         make-category-table.
2290         (thai-composition-pattern): New variable.
2291         (thai-compose-region, thai-compose-string): Use
2292         with-category-table.
2293         (thai-post-read-conversion): Just call thai-compose-region.
2294         (thai-pre-write-conversion): Deleted.
2295         (thai-composition-function): New funciton.
2297         * language/tibet-util.el: Most functions rewritten.
2298         (tibetan-char-p): Renamed from tibetan-char-examin.
2299         (tibetan-composable-examin) (tibetan-complete-char-examin)
2300         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2301         (tibetan-add-components): New function.
2302         (tibetan-composition-function): New function.
2304         * language/tibetan.el: Register tibetan-composition-function in
2305         composition-function-table.
2306         (tibetan-composable-pattern): New variable.
2307         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2308         (tibetan-precomposition-rule-alist): Move punctuations to
2309         tibetan-punctuation-transcription-alist and
2310         tibetan-obsolete-glyphs.
2311         (tibetan-punctuation-transcription-alist): New variable.
2312         (tibetan-obsolete-glyphs): New variable.
2313         (tibetan-regexp): Improve the initialization code.
2315         * textmodes/fill.el (fill-find-break-point): Delete codes for
2316         composite characters.
2317         (fill-region-as-paragraph): Likewise.
2319 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2321         * international/mule-cmds.el (default-input-method): Specify
2322         that it should be set after current-language-environment.
2324         * custom.el (custom-handle-keyword): Add :set-after.
2325         (custom-add-dependencies): New function.
2326         (custom-set-variables): Take dependencies between args into
2327         account.
2329         * battery.el (battery): Doc fix.
2331 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2333         * progmodes/cc-make.el: Removed.
2335 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2337         * Release of cc-mode 5.26
2339 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2341         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2342         target depth.  Optionally count #else lines as clause limits,
2343         as suggested by don provan <provan@lucent.com>.  #elif
2344         handling fixed.
2346         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2347         (c-down-conditional-with-else): New commands that uses the
2348         added functionality in `c-forward-conditional'.
2350 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2352         * cc-align.el (c-lineup-comment): Preserve the alignment with
2353         a comment on the previous line instead of preserving the
2354         comment-column.
2356 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2358         * Fixes to IDL mode after input from Eric Eide
2359         <eeide@cs.utah.edu>:
2360         * cc-engine.el (c-beginning-of-statement-1): Allow
2361         `c-conditional-key' to be nil, for the benefit of IDL mode.
2362         * cc-engine.el (c-guess-basic-syntax): Ditto.
2363         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2364         but do match CORBA 2.3 `valuetype'.
2365         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2366         for IDL.
2367         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2368         be nil for IDL.
2369         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2370         Like C++.
2371         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2372         set `c-method-key' and `c-baseclass-key' to nil.
2374 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2376         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2377         with nonhanging open braces.
2379 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2381         * cc-align.el: Added docstrings to all lineup functions.
2383         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2384         keyword.
2386         * cc-align.el (c-lineup-C-comments): Handle free form text
2387         comments.  Use c-comment-prefix-regexp and comment-start-skip
2388         instead of hardcoded regexps.
2390 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2392         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2393         behavior and return value as documented.
2395 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2397         * Changes for new style variable init system:
2398         * cc-langs.el (c-common-init): Dito.
2399         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2400         now customizable.
2401         * cc-vars.el: Style variables may now take a value
2402         'set-from-style to make them take their value from the style
2403         system. This value is now the default on all these variables.
2404         * cc-vars.el (c-valid-offset): New function to verify a
2405         syntactic symbol offset setting.
2406         * cc-vars.el (c-offsets-alist): Variable moved from
2407         cc-styles.el since it's now customizable in a similar way to
2408         the other style variables.
2409         * cc-vars.el (c-old-style-variable-behavior): New variable to
2410         revert to the old style init behavior.
2412         * cc-vars.el (c-file-style, c-file-offsets): Made always
2413         buffer local.
2415         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2416         the throws clause that might follow the function prototype in
2417         C++.
2419 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2421         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2422         could move forward for macros that doesn't start in column 0.
2424 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2426         * cc-align.el (c-indent-multi-line-block,
2427         c-lineup-whitesmith-in-block): Two new lineup functions for
2428         use in whitesmith style.
2430         * cc-styles.el (c-style-alist): More fixes to whitesmith
2431         style.  It should now handle all different braces uniformly in
2432         both hanging and non-hanging cases.
2434 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2436         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2437         make it stay in the same position relative to the surrounding
2438         text.
2440         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2441         when adaptive-fill-mode doesn't manage to get it correct.
2443         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2444         with dotted notation, e.g. foo.bar.Gnu.
2446         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2447         within unwind-protect (previously only some were wrapped so it
2448         would be possible to register mode initialization when full
2449         initialization did not finish).
2451         * cc-styles.el (c-style-alist): Corrected the brace placement
2452         in the whitesmith style.  Thanks to Sean Luke
2453         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2454         styles with consistent brace placement for all constructs.
2456 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2458         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2459         when point is in the middle of them.
2461         * cc-cmds.el: Line breaking and paragraph filling code
2462         rewritten:
2463         (c-guess-fill-prefix): New function that uses various
2464         heuristics to guess the comment prefix.
2465         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2466         It now assumes adaptive filling is active to preserve the line
2467         prefix inside comments.
2468         (c-indent-new-comment-line): Replacement for the now
2469         obsolete `c-comment-line-break-function' that uses
2470         `c-guess-fill-prefix' when appropriate.  It now observes the
2471         setting of `comment-multi-line', which has effect in C-style
2472         block comments.
2474         * cc-cmds.el (c-context-line-break): New function intended to
2475         be put on RET.  It's essentially `newline-and-indent', but
2476         continues C block comments with the appropriate line prefix.
2478         * cc-cmds.el (c-do-auto-fill): New function put on
2479         `normal-auto-fill-function' to implement the
2480         `c-ignore-auto-fill' variable.
2482         * cc-cmds.el (c-beginning-of-statement): Use
2483         `c-comment-prefix-regexp' to avoid ending up inside the
2484         comment prefix.  Better handling of comment starters and
2485         enders. Catch comments better when traversing code.  Stop at
2486         preprocessor directives.
2488         * cc-defs.el (c-forward-comment): New subst to hide platform
2489         dependent quirks in `forward-comment'.
2491         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2492         argument.
2493         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2494         arguments. Activate this function by default when
2495         `parse-partial-sexp' supports it (currently Emacs 20.x).
2497         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2498         on the comment opener to make constants usable as lineup
2499         arguments.
2501         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2502         changed anchor position in the `c' syntactic symbol.  Handle
2503         more than stars in the comment prefix; use the new variable
2504         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2505         a comment prefix to the right of the comment opener if it's
2506         long.
2508         * cc-langs.el: Fixes to mode initialization for new line
2509         breaking and paragraph filling method.  Adaptive fill mode is
2510         now activated at startup instead of deactivated.  The
2511         variables used for adaptive filling and paragraph movement are
2512         also changed to incorporate the value of
2513         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2514         used to override some functions in the global map instead of
2515         overriding their default bindings.
2517         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2518         javadoc markup at mode init.
2520         * cc-mode.el (c-setup-filladapt): A new convenience function
2521         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2522         function is intended to be used explicitly by the end user
2523         only.
2525         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2526         recognize the comment fill prefix inside comments.
2527         (c-block-comment-prefix): New name for
2528         `c-comment-contiuation-stars', which is now obsolete.  It's
2529         generalized to handle any character sequence.
2530         (c-ignore-auto-fill): New variable used to selectively disable
2531         Auto Fill mode in specific contexts.
2533 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2535         * cc-cmds.el (c-comment-indent): Leave at least one space
2536         between the comment and the last nonblank character in the
2537         case where we look at the indentation of the comment on the
2538         previous line (case 4).
2540         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2541         list of characters that may start a statement (it's a sort of
2542         prefix operator in Pike, and isn't used at all in any of the
2543         other languages).
2545 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2547         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2548         inside continued statements as statement-cont instead of
2549         brace-list-open.  The reason is that one normally adjusts
2550         brace-list-open for brace lists as top-level constructs, and
2551         brace lists inside statements is a completely different
2552         context.  Case 10B.2 changed.  Also changed (the somewhat
2553         esoteric) case 9A to cope with this.
2555 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2557         * cc-cmds.el (c-electric-brace): Added electric handling of
2558         the open brace for brace-elseif-brace.
2560 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2562         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2563         syntax tables temporarily.
2565         * cc-engine.el (c-guess-basic-syntax): Handle template and
2566         member init argument lists split over several lines.  Case 5D
2567         changed.
2569         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2570         @throws introduced in Javadoc 1.2.
2572         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2573         patch from RMS to avoid infinite backtracking.
2575 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2577         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2578         by [ ].
2580 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2582         * cc-align.el (c-lineup-dont-change): Compensate properly for
2583         the column in langelem.
2585         * cc-engine.el (c-syntactic-information-on-region): New
2586         function to help debugging the syntactic analysis.
2588 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2590         * cc-align.el (c-lineup-template-args): Handle nested template
2591         arglists.
2593         * cc-langs.el (c++-template-syntax-table): New syntax table
2594         that makes `<' and `>' parenthesis characters, which is useful
2595         to switch to temporarily when analyzing template arglists.
2597         * cc-styles.el: Changed default alignment of labels in the
2598         java style to conform to the examples in the Java Language
2599         Specification.
2601         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2602         by default.
2604 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2606         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2607         immediately before the closing paren in an arglist, so don't
2608         check that in Pike mode.  Case 7A changed.
2610 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2612         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2613         lines were ignored under certain conditions.
2615 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2617         * cc-align.el (c-lineup-template-args): New function for
2618         aligning continued template argument lists.
2620         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2621         lists containing function arglists split over several lines.
2622         Case 5D.1 changed.
2624         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2625         template-args-cont didn't get recognized when the first
2626         arglist opener line doesn't contain a template argument.  New
2627         case 5K.
2629 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2631         * cc-defs.el (c-point): Changed from subst to macro for
2632         efficiency.
2633         (c-beginning-of-defun-1, c-end-of-defun-1): New
2634         beginning-of-defun/end-of-defun wrappers separated from
2635         c-point.
2637         * cc-menus.el (imenu-generic-expression,
2638         imenu-case-fold-search, imenu-progress-message): Dummy
2639         definitions to avoid compiler warnings if imenu can't be
2640         loaded.
2641         * cc-menus.el (cc-imenu-init): New function called at mode
2642         init.
2643         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2644         imenu initializations to cc-imenu-init.
2646 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2648         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2649         for lambda-intro-cont in Pike mode.  Case 6 changed.
2651         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2652         anything following "new Foo()" was considered an anonymous
2653         class body in Java mode.
2655 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2657         * cc-cmds.el (c-comment-line-break-function): When breaking in
2658         a string, don't insert a new line.
2660 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2662         * cc-engine.el (c-at-toplevel-p): New interface function which
2663         returns information useful to add-on authors.  It tells you
2664         whether you're at a toplevel statement or not.
2666 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2668         * cc-cmds.el (c-comment-line-break-function): It is possible
2669         that forward-line does not land us at the bol, say if we're on
2670         the last line in a file.  In that case, do a
2671         back-to-indentation instead of a forward-comment -1.
2673 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2675         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2676         "default:" as normal label in case 4.
2678 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2680         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2681         recognize continued bitfield declarations.  Case 5D.1 changed.
2682         * cc-langs.el: New variable c-bitfield-key.
2683         * cc-mode.el: New variable c-bitfield-key.
2685 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2687         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2688         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2689         ..}").
2691 1999-12-12  Dave Love  <fx@gnu.org>
2693         * mail/footnote.el: Require cl when compiling.  Don't autoload
2694         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2695         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2696         Avoid `acons'.
2697         (footnote-mode-line-string, Footnote-add-footnote): Remove
2698         autoload cookie.
2700 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2702         * sh-script.el: Fix for when font-lock mode is active.
2703         (sh-font-lock-unfontify-region-function): New function.
2705 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2707         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2708         if start-process is not bound, since Ispell now supports such
2709         platforms as well.
2711 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2713         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2714         rmail-summary-goto-msg.
2716         * files.el (after-find-file): Fix previous change.
2718 1999-12-11  Dave Love  <fx@gnu.org>
2720         * help.el (where-is): Use `commandp' as predicate for
2721         `completing-read'
2723 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2725         * cus-edit.el (custom-save-delete): Delete all occurrences,
2726         leave point where the first occurrence was.
2727         (custom-save-faces): Insert a newline at the end of the comment.
2728         Avoid a double newline there.
2729         If final closeparen is at bol, put a space before it.
2730         (custom-save-variables): Likewise.
2731         (custom-file): Doc fix.
2733 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2735         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2736         regexp matching image and audio files.
2738 1999-12-09  Dave Love  <fx@gnu.org>
2740         * mail/footnote.el: New file.
2742 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2744         * files.el (after-find-file): Use auto-save-visited-file-name if
2745         set.
2747         * mail/feedmail.el (feedmail-find-eoh): Take
2748         feedmail-queue-alternative-mail-header-separator into account.
2750 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2752         * smerge-mode.el: New file.
2754         * font-lock.el (font-lock-multiline): New variable.
2755         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2756         (font-lock-remove-keywords): Added a dummy `mode' argument for
2757         potential future support.
2758         (font-lock-fontify-anchored-keywords,
2759         (font-lock-fontify-keywords-region): Only handle multiline strings
2760         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2762 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2764         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2766         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2768 1999-12-07  Dave Love  <fx@gnu.org>
2770         * help.el (view-emacs-problems): New command, bound to C-h P.
2772         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2774 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2776         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2777         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2778         New code to support the minor mode version.
2779         (diff-recenter): New function.
2780         (diff-next-hunk, diff-next-file): Use it.
2781         (diff-remembered-files-alist): New var.
2782         (diff-merge-strings): New function.
2783         (diff-find-file-name): Make it smarter and use the user's input more.
2784         (diff-mode): Cosmetic changes.
2786         * files.el (save-some-buffers): Turn EXITING into the more general
2787         PRED argument to allow specifying a subset of buffers.
2789         * simple.el (kill-region): Use the new `delete-and-extract-region'
2790         rather than the undo log (which is incorrect with *-change-functions).
2792         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2793         off-by-one problem that could force re-fontifying the whole buffer.
2794         (font-lock-remove-keywords): New function.
2795         (font-lock-add-keywords): Use the new function to ensure idempotence.
2797 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2799         * viper-cmd.el (viper-minibuffer-standard-hook,
2800         viper-minibuffer-real-start): Mew functions.
2801         (viper-read-string-with-history,viper-file-add-suffix,
2802         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2803         change in the status of the minibuffer prompt.
2805 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2807         * comint.el (comint-redirect-results-list)
2808         (comint-redirect-results-list-from-process): Remove interactive
2809         spec.
2811 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2813         * info.el (info-node, info-menu-5, info-xref): Define colors for
2814         Info faces if the display supports them.
2816 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2818         Changes for automatic remapping of X colors on terminal frames:
2820         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2821         term-setup-hook.  Call msdos-remember-default-colors and
2822         msdos-handle-reverse-video.
2823         (msdos-face-setup): Parts of code moved to
2824         msdos-setup-initial-frame.
2825         (msdos-handle-reverse-video): New function, modeled after
2826         x-handle-reverse-video.
2827         (make-msdos-frame): Don't use initial-frame-alist and
2828         default-frame-alist.  Call msdos-handle-reverse-video.
2829         (msdos-color-aliases): Remove.
2830         (msdos-color-translate, msdos-approximate-color): Remove.
2831         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2832         for better approximation of X colors.
2833         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2834         up tty-color-alist (it is now on startup.el).
2835         (x-display-color-p, x-color-defined-p, x-color-values,
2836         x-defined-colors, face-color-supported-p, face-color-gray-p):
2837         Remove.
2839         * facemenu.el (facemenu-read-color, list-colors-display): Use
2840         defined-colors for all frame types.
2841         (facemenu-color-equal): Use color-values for all frame types.
2843         * faces.el (read-face-attribute): For :foreground and :background
2844         attributes and frames on character terminals, translate the color
2845         to the closest supported one before looking it up in the list of
2846         valid values.
2847         (face-valid-attribute-values): Call defined-colors for all types
2848         of frames.
2849         (defined-colors, color-defined-p, color-values, display-color-p):
2850         New finctions.
2851         (x-defined-colors, x-color-defined-p, x-color-values,
2852         x-display-color-p): Aliases for the above.
2854         * startup.el (command-line): Register terminal colors for frame
2855         types other than x and w32, but only if the terminal supports
2856         colors.  Call tty-color-define instead of face-register-tty-color.
2858         * term/x-win.el (xw-defined-colors): Renamed from
2859         x-defined-colors.
2860         * term/w32-win.el (xw-defined-colors): Likewise.
2862         * term/tty-colors.el: New file.
2863         * loadup.el: Load term/tty-colors.
2865 1999-12-06  Dave Love  <fx@gnu.org>
2867         * ffap.el: Autoload the ffap alias directly.
2869 1999-12-06  Inge Frick  <inge@nada.kth.se>
2871         * dired-aux.el (dired-do-shell-command): Changed documentation.
2872         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2873         meaning as `*'.
2875 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2877         * simple.el (insert-buffer): Doc fix.
2879         * apropos.el (apropos-mode): Add autoload cookie.
2881 1999-12-06  Sam Steingold  <sds@goems.com>
2883         * progmodes/etags.el (etags-tags-completion-table): Modified the
2884         regexp to allow for the CL symbols starting with `+*'.
2885         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2886         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2887         `function' quoting lambda.
2888         (tags-with-face): New macro.
2889         (list-tags, tags-apropos): Use it.
2890         (tags-apropos-additional-actions): New user option.
2891         (etags-tags-apropos-additional): Use it.
2892         (tags-apropos): Call etags-tags-apropos-additional.
2893         (tags-apropos-verbose): New user option.
2894         (etags-tags-apropos): Use it.
2895         (visit-tags-table-buffer, next-file): Use `unless'.
2896         (recognize-empty-tags-table): Renamed to
2897         tags-recognize-empty-tags-table.
2898         (complete-tag): Call tags-complete-tag bypassing try-completion.
2900 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2902         * international/mule.el (set-buffer-file-coding-system): Docstring
2903         modified.
2905 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2907         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2908         using the hideshow package.
2909         (hs-special-modes-alist): Added entry for bibtex to allow the use
2910         of the hideshow package.
2911         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2912         not longer provided by bibtex.el directly.  Instead the hideshow
2913         package should be used.
2914         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2915         references to bibtex-hide-entry-bodies.
2917 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2919         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2920         maintainer information closer to the beginning of the bibtex.el
2921         file.
2922         (bibtex-maintainer-salutation): New constant.
2923         (bibtex-version): New constant.
2924         (bibtex-submit-bug-report): Use bibtex-version and
2925         bibtex-maintainer-salutation.
2926         (bibtex-entry-field-alist): Made booktitle field optional for
2927         @inproceedings entries when crossreferenced.
2928         (bibtex-entry-field-alist): Added booktitle field to proceedings
2929         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2930         for the suggestion.
2931         (bibtex-string-file-path): Fixed typo.
2933 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2935         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2936         for reftex.el.
2937         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2938         to menu.
2940 1999-12-04  Dave Love  <fx@gnu.org>
2942         * delsel.el: Revert previous change -- region is significant to
2943         skeleton.
2945 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2947         * viper-cmd.el (viper-change-state): Use
2948         viper-ESC-moves-cursor-back to decide whether to move the cursor
2949         back.
2951 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2953         * international/mule-util.el (truncate-string-to-width): Docsting
2954         fixed.
2956 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2958         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2959         use of `cond'.
2960         (lm-with-file): Move all the find-file...kill-buffer stuff into
2961         this macro.  Make it use `find-file-noselect' and make it kill
2962         the buffer only if it wasn't already displayed somewhere.
2963         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2964         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2965         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2966         (lm-commentary): Fix to handle the case when the change log is
2967         at the end of the file.
2969 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2971         * international/mule.el (charsetp): Fix typo in docstring.
2973         * international/mule-diag.el (list-coding-categories): Fix typo;
2974         automatic -> autoload.
2976 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2978         * vc.el (vc-update-change-log): Look for rcs2log under
2979         exec-directory.
2981         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2982         outline-regexp, add outline-level.
2983         (lisp-outline-level): New.
2985         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2986         remove extraneous string-match.
2988         * finder.el (finder-commentary): Activate Finder mode.
2990 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2992         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2993         off when reverting buffers that contained mode specifiers.
2994         `revert-buffer' is now called with non-nil PRESERVE-MODES
2995         argument.
2997 1999-12-01  Dave Love  <fx@gnu.org>
2999         * delsel.el: Grok skeleton-pair-insert-maybe.
3001 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3003         * progmodes/cperl-mode.el (cperl-under-as-char):
3004         Use nil as default.
3006 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
3008         * speedbar.el (toplevel): Remove compatibility code for Emacs
3009         versions without custom.el.
3011 1999-11-30  Dave Love  <fx@gnu.org>
3013         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3015         * autoinsert.el: Minor doc fixes.
3016         (auto-insert): Return nil.
3018         * faces.el (set-face-documentation): Purecopy STRING.
3020 1999-11-29  Dave Love  <fx@gnu.org>
3022         * derived.el: Doc fixes, remove old backquote syntax.
3024         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3025         comment warning about editing.
3027         * help.el (help-mode-hook): Define.
3029 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
3031         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3032         invalid translation of old-style backquote syntax to new syntax.
3034 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3036         * Makefile (DONTCOMPILE): Add term/internal.el.
3038 1999-11-26  Dave Love  <fx@gnu.org>
3040         * comint.el: Fix last change.
3042         * emacs-lisp/advice.el: Fix last change.
3044 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3046         * cus-edit.el (Custom-reset-standard): Doc fix.
3047         (custom-variable-reset-standard): Doc fix.
3048         (custom-face-reset-standard): Doc fix.
3049         (custom-face-menu): "Reset to Standard" => "Erase Customization".
3050         (custom-variable-menu): Likewise.
3051         (custom-reset-menu): Likewise.
3052         (custom-buffer-create-internal): Likewise.
3054 1999-11-26  Dave Love  <fx@gnu.org>
3056         * progmodes/make-mode.el (makefile-mode-hook): Customize.
3058         * font-lock.el: Doc fixes.
3060         * menu-bar.el (menu-bar-mode): Customize.
3062         * cus-start.el: Add use-dialog-box.
3064         * add-log.el (change-log-mode-hook): Customize.
3065         (add-log-current-defun): Use
3066         fortran-{beginning,end}-of-subprogram.
3068 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3070         * emacs-lisp/advice.el: Many doc fixes.
3072         * comint.el (comint-preoutput-filter-functions): Doc fix.
3074 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3076         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3077         Improve messages for capitalization of arg names,
3078         for flag variables, for t and nil, for imperatives.
3079         Call them imperatives rather than infinitives sans "to".
3080         (checkdoc-common-verbs-wrong-voice): Add "moves".
3081         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3083         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3084         Don't convert comments from 3-semicolon to 2-semicolon.
3085         That is a matter of style.
3086         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3087         (checkdoc-comments): Don't bind that variable.
3089 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3091         * files.el (write-file-hooks): Doc fix.
3093 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
3095         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3097 1999-11-25  Dave Love  <fx@gnu.org>
3099         * hippie-exp.el: Require comint when compiling.
3100         (hippie-expand): Add :links.
3101         (hippie-expand-try-functions-list): Customize.
3103 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
3105         * viper*el: Replaced old-style backquotes.
3107         * ediff*el: Replaced old-style backquotes.
3109         * ediff-merge
3110         (ediff-looks-like-combined-merge,ediff-get-combined-region):
3111         Changed to support the new format for ediff-combination-pattern.
3113         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3114         Changed to support the new format for ediff-combination-pattern.
3116 1999-11-24  Dave Love  <fx@gnu.org>
3118         * custom.el (custom-declare-group): Purecopy DOC.
3119         (custom-handle-keyword): Purecopy VALUE.
3120         (custom-add-link): Purecopy WIDGET.
3121         (custom-add-version): Purecopy VERSION.
3122         (custom-add-load): Purecopy LOAD.
3124         * cus-face.el (custom-declare-face): Purecopy DOC.
3126         * info.el:
3127         (Info-build-node-completions, Info-search, Info-follow-reference)
3128         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3129         (Info-find-emacs-command-nodes): Avoid properties on matched text
3130         which may appear in minibuffer.
3132 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
3134         * locate.el (locate-with-filter): Doc fix.
3136 1999-11-24  Alex Schroeder  <alex@gnu.org>
3138         * sql.el (sql-find-sqli-buffer): New function.
3139         (sql-set-sqli-buffer-generally): New function.
3140         (sql-set-sqli-buffer): Better checking of new-buffer.
3141         (sql-copy-column): Add comma after INTO clause, too.
3143 1999-11-24  Alex Schroeder  <alex@gnu.org>
3145         * sql.el (sql-imenu-generic-expression): New, used to set
3146         imenu-generic-expression.
3148         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3149         setting font-lock-defaults' SYNTAX-ALIST.  Set
3150         imenu-generic-expression, imenu-case-fold-search, and
3151         imenu-syntax-alist.
3153         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3154         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3156 1999-11-23  Andrew Innes  <andrewi@gnu.org>
3158         * w32-win.el (w32-drag-n-drop): Load files in current window, if
3159         drop coords aren't over a specific window.
3161 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3163         * ps-print.el: Define mule funs without checking if mule package is
3164         loaded.
3165         (ps-print-version): New version number (5.0.1).
3166         (ps-header-dirpart): Now uses abbreviate-file-name.
3168 1999-11-23  Dave Love  <fx@gnu.org>
3170         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3171         comment-line-start.
3172         (fortran-comment-line-start-skip): Renamed from
3173         comment-line-start-skip.
3174         (fortran-mode-map): Use renamed functions.  Add manual and custom
3175         entries to menu.
3176         (fortran-mode-hook): Customize.
3177         (fortran-comment-indent-function): Renamed from
3178         fortran-comment-hook.
3179         (delete-horizontal-regexp): Function deleted.
3180         (fortran-electric-line-number): Simplified.
3181         (fortran-beginning-of-subprogram): Renamed from
3182         beginning-of-fortran-subprogram.
3183         (fortran-end-of-subprogram): Renamed from
3184         end-of-fortran-subprogram.
3185         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3186         (fortran-previous-statement, fortran-next-statement): Simplified.
3187         (fortran-blink-match): New function.
3188         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3189         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3190         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3191         line-end-position.
3192         (fortran-fill): No longer interactive.  Simplified.
3193         (fortran-break-line): Simplified.
3194         (fortran-analyze-file-format): Use char-after, not looking-at.
3196         * emacs-lisp/find-func.el (find-function-regexp): Use
3197         `define-minor-mode' after easy-menu change.
3199 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3201         * comint.el: Add redirection.from active comint buffers into
3202         another buffer.  Written by Peter Breton.
3204 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3206         * emacs-lisp/autoload.el (make-autoload): Recognize the new
3207         `define-minor-mode'.
3208         (define-minor-mode): Specify `doc-string-elt'.
3210         * emacs-lisp/easy-mmode.el: Changed maintainer.
3211         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3212         Use defcustom for the hooks; Improve the auto-generated docstrings.
3213         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3214         (define-minor-mode): Add BODY arg; Only declare the keymap if
3215         provided; Improve the auto-generated docstrings.
3217 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
3219         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3220         that the leading `^' is at the start.  This is necessary because
3221         paragraphs.el tries to remove anchors, but can find them only if
3222         they are the first character.
3224         * progmodes/antlr-mode.el: New file.
3226         * calendar/calendar.el: Fix autoload for
3227         calendar-absolute-from-astro.  Add autoload for
3228         calendar-print-astro-day-number.
3230 1999-11-21  Anders Lindgren  <andersl@andersl.com>
3232         * follow.el: Use modern backquote syntax.  Minor comment update.
3234 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
3236         * simple.el (with-syntax-table): Don't switch buffers.
3238         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3239         progmodes/hideif.el: Use new backquote syntax.
3241 1999-11-21  Ken Manheimer  <klm@python.org>
3243         * icomplete.el (icomplete-completions): Use an explicit variable
3244         `icomplete-prospects-length', obviating the need to use an
3245         apparently faulty throw/catch arrangement.
3247 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
3249         * term/internal.el (IT-display-table-setup): Don't overstep
3250         character code 255.
3252 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
3254         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3255         for the charset chinese-sisheng is 7bit encoding, not 8bit.
3257 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3259         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3260         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3262         * files.el (auto-mode-alist): Add patterns for diff-mode.
3264         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3265         to detect an empty prompt.
3267 1999-11-18  Dave Love  <fx@gnu.org>
3269         * simple.el (input-mode-8-bit): Fix the customization.
3271 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
3273         * international/iso-acc.el (iso-languages): Add more
3274         characters for Portuguese.
3276         * speedbar.el: Clean up comment at the start of the file.
3277         Remove RCS id.
3279         * progmodes/compile.el (compilation-parse-errors): Use
3280         compilation-buffer-p instead of testing major-mode.
3282 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3284         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3285         (quickurl-ask): completion-ignore-case is set to the value of
3286         quickurl-completion-ignore-case for the duration of the call to
3287         completing-read.
3289 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3291         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3293 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3295         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3296         instead of ps-print-def.
3298         * ps-print.el: Require ps-vars instead of ps-print-def.
3300         * ps-mule.el: Require ps-vars instead of ps-print-def.
3302 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3304         * simple.el (with-syntax-table): Save buffer explicitly instead of
3305         using save-excursion.
3307 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3309         * mail/supercite.el: New maintainer.
3311 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3313         * progmodes/vhdl-mode.el: Use new backquote syntax.
3315 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3317         * simple.el (with-syntax-table): New.
3319 1999-11-15  Sam Steingold  <sds@ksp.com>
3321         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3323 1999-02-22  Sam Steingold  <sds@goems.com>
3325         * goto-addr.el (goto-address-at-mouse,
3326         goto-address-find-address-at-point): Use compose-mail.
3327         (goto-address-mail-method): Removed variable.
3328         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3329         goto-address-send-using-mail): Removed functions.
3331 1998-11-03  Sam Steingold  <sds@goems.com>
3333         * simple.el (backward-delete-char-untabify):
3334         backward-delete-char-untabify-method can be `all' now - to delete
3335         hungrily including newlines.
3337 1999-11-15  Sam Steingold  <sds@ksp.com>
3339         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3341 1999-11-15  Dave Love  <fx@gnu.org>
3343         * cus-edit.el (customize-face, customize-face-other-window):
3344         Require match from completing-read.
3345         (custom-buffer-done-function): Default to custom-bury-buffer, not
3346         bury-buffer.
3348 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3350         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3351         progmodes/cperl-mode.el: Use new backquote syntax.
3353 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3355         * uniquify.el: Use new backquote syntax.
3357 1999-11-14  Markus Rost  <rost@ias.edu>
3359         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3360         as in ispell-local-dictionary-alist.
3362 1999-11-14  Alex Schroeder  <alex@gnu.org>
3364         * ansi-color.el (ansi-color-apply): Updated regexps to include
3365         highlighted face.
3367 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3369         * forms.el (forms--make-format-elt-using-text-properties):
3370         Treat `intangible' differently.
3372         * forms.el: Use new backquote syntax.
3374 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3376         * textmodes/scribe.el (scribe-mode): Doc-fix.
3378 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3380         * net-utils.el (run-network-program, net-utils-run-program): Use
3381         the new backquote syntax.
3382         (smbclient-program, smbclient-program-options)
3383         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3384         variables
3385         (smbclient, smbclient-list-shares): New functions
3387 1999-11-12  Sam Steingold  <sds@ksp.com>
3389         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3390         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3391         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3392         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3393         (viper-kbd-global-pair, viper-kbd-global-definition):
3394         Use the new backquote syntax.
3396         * emulation/viper-cmd.el (viper-test-com-defun)
3397         (viper-prefix-arg-value, viper-prefix-arg-com):
3398         Use the new backquote syntax.
3400         * emacs-lisp/debug.el (debugger-env-macro):
3401         Use the new backquote syntax.
3403         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3404         Use the new backquote syntax.
3406         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3407         New user variable.
3408         (calendar-hide-window): Use it.
3409         (increment-calendar-month, calendar-for-loop, calendar-sum):
3410         Use the new backquote syntax.
3412 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3414         * select.el (x-set-selection): Call buffer-substring, not
3415         substring.  Also fix docstring
3417 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3419         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3420         of customizable variables to bug report message. Added
3421         system-type to package name in bug report.
3423 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3425         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3426         to display file names.
3428 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3430         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3432         * isearch.el: Add lazy-highlighting feature.
3434 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3436         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3437         constant.
3438         (ps-mode-submit-bug-report): New function. Entry added to menu.
3440 1999-11-10  William M. Perry  <wmperry@aventail.com>
3442         * mwheel.el: New file to support the new style wheeled mice.
3444 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3446         * startup.el (initial-scratch-message): Add ";;" to the front of
3447         lines in the message.
3449         * files.el (file-local-copy): Remove optional BUFFER argument
3450         because that's not used by anything.
3452         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3453         to-address.
3455 1999-11-08  Markus Rost  <rost@ias.edu>
3457         * wid-edit.el (widget-button-click): Wrap with save-excursion
3458         to restore track-mouse in the correct buffer.
3460 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3462         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3464 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3466         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3467         lpr-command to "lp" for some system-types. (copied from lpr.el
3468         Emacs version 20.2.1).
3470 1999-11-04  Markus Rost  <rost@ias.edu>
3472         * simple.el (comment-region): Strip off white space at end of
3473         comment-start.
3475 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3477         * faces.el (secondary-selection): Fix wrong color name.
3479 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3481         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3482         the default when invoking perldb in a non-Perl buffer, and other
3483         cases involving -e or --.
3485 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3487         * simple.el (previous-matching-history-element)
3488         (next-history-element): Use delete-field instead of erase-field.
3490         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3491         Use delete-field instead of erase-field.
3493         * faces.el (secondary-selection): Change background to yellow.
3495         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3496         find the start of the text.  Use field-string to read the user
3497         input.
3499 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3501         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3502         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3503         for compatibility with old face implementation.
3505         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3506         Use erase-field instead of erase-buffer.
3508         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3509         internal-show-cursor with new interface.
3510         (blink-cursor-timer-function): New.
3511         (blink-cursor-start): Use blink-cursor-timer-function.
3513 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3515         * calendar.el (redraw-calendar): Move to nearest date before
3516         redrawing.
3518         * diary-lib.el (simple-diary-display): Reset modeline even if
3519         there are no diary entries since the diary buffer may be displayed.
3521 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3523         * emacs-lisp/debug.el (debug): If noninteractive, display the
3524         backtrace using `message', then exit Emacs.
3525         (debugger-batch-max-lines): New variable.
3526         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3527         Change the messages put at the start, to say that the debugger
3528         was entered.
3530 1999-11-02  Sam Steingold  <sds@ksp.com>
3532         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3534 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3536         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3537         presence of perl switches other than "-e".
3539 1999-11-01  Markus Rost  <rost@ias.edu>
3541         * dired-x.el (dired-smart-shell-command): Use
3542         shell-command-history as in shell-command.
3544 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3546         * userlock.el (ask-user-about-lock): Doc fix.
3548         * frame.el: Doc fixes.
3550 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3552         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3553         of show-cursor.
3554         (blink-cursor-start, blink-cursor-end): Ditto.
3556         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3558 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3560         * window.el (walk-windows): If ALL-FRAMES is a frame,
3561         start on that frame.  Use save-selected-window.
3563 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3565         * simple.el (end-of-buffer): Use window-end to find the window end
3566         instead of vertical-motion because this handles variable-height
3567         lines correctly.
3569 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3571         * ediff.el: Version change.
3573         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3574         make sure you are in a good frame before deleting other
3575         windows.
3576         (ediff-file-checked-in-p): Don't consider CVS
3577         files checked in.
3578         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3579         are writing to a newly created empty file.
3581         * ediff-mult.el (ediff-show-session-group-hook): New default.
3583         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3584         First cd to the file directory. reportedly works
3585         better with remote files.
3587         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3588         Use file-name-nondirectory when passing files to CVS.
3590         * ediff-diff.el (ediff-cmp-options): New variable.
3591         (ediff-same-file-contents): Use ediff-cmp-options.
3593         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3594         ediff-get-patch-buffer): Use current buffer if it appears to be a
3595         patch.
3597         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3598         C-g
3600         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3601         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3602         (viper-save-cursor-color,viper-restore-cursor-color):
3603         Improved cursor color handling.
3604         (viper-get-saved-cursor-color-in-replace-mode,
3605         viper-get-saved-cursor-color-in-insert-mode): New functions for
3606         better cursor color handling.
3608         * viper-ex.el (ex-read,ex-edit):
3609         Fixes for correct interpretation of #,%.
3610         (viper-ex): Now works correctly when called from other functions.
3611         (viper-glob-function): New variable.
3612         (viper-ex): Save excursion before doing :global.
3614         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3616         * viper-cmd.el (viper-post-command-sentinel,
3617         viper-insert-state-post-command-sentinel,
3618         viper-insert-state-pre-command-sentinel): Takes better care of
3619          cursor colors.
3621         * viper.el: Version change.
3623 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3625         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3626         that the modeline display was updated *only* when
3627         `whitespace-display-in-modeline' was set, not otherwise.
3629 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3631         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3632         "frac12".
3634         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3635         ad-activate.
3637 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3639         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3640         using fboundp instead of assuming that these are not present in
3641         particular flavors of emacs.
3642         (whitespace-version): Update to 2.8
3643         (whitespace-display-in-modeline): Add custom variable to control
3644         displaying the whitespace errors on the modeline based on
3645         suggestion from <klaus.berndl@sdm.de>
3646         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3647         clean, to enable using as a hook function, as suggested by Puneet
3648         Goel <puneet@computer.org>
3649         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3650         quiet was not set, even with whitespace-auto-cleanup set.
3651         (whitespace-mode-line): Now uses less modeline real estate and
3652         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3653         which is present in the file, and <y> is any type of whitespace
3654         whose check has been suppressed by setting
3655         `whitespace-check-<whitespace-type>' to nil.
3656         (whitespace-unchecked-whitespaces): New function to return the
3657         list of whitespaces for whom checks have been suppressed.
3658         (whitespace-display-unchecked-whitespaces): Renamed to
3659         `whitespace-update-modeline' to reflect its functionality.
3661 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3663         * progmodes/compile.el (compilation-error-regexp-alist):
3664         Undo previous change.
3666 1999-10-28  Dave Love  <fx@gnu.org>
3668         * help.el (help-follow): Make arg optional again and really
3669         default to point.
3671 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3673         * paths.el (rmail-file-name): Make it an option.
3675         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3676         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3677         comment fixes.
3679         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3680         MIPS Pro 7.3 compiler error message syntax.
3682 1999-10-27  Dave Love  <fx@gnu.org>
3684         * progmodes/compile.el: Checkdoc-inspired fixes.
3686 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3688         * lpr.el (print-buffer): Doc-string fix.
3690 1999-10-27  Dave Love  <fx@gnu.org>
3692         * emacs-lisp/advice.el: Doc fixes.
3693         (ad-lemacs-p): Removed.
3694         (advice): Add :link to defgroup.
3696 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3698         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3699         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3701 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3703         * window.el (walk-windows): If ALL-FRAMES is a frame,
3704         start on that frame.  Use save-selected-window.
3706 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3708         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3709         ad-activate.  All callers changed, including those in data.c.
3710         (ad-activate-internal-off): Renamed from ad-activate-off.
3711         All uses changed.
3712         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3713         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3714         Alter the definition of ad-activate-internal, not ad-activate.
3716 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3718         * startup.el (command-line-1): Add support for command line
3719         arguments `file' and `execute'.  Fix handling of `visit'.
3721 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3723         * international/mule-cmds.el (read-input-method-name): Handle the
3724         case that the arg DEFAULT is symbol.
3726         * international/mule-diag.el (mule-diag): Handle the case that
3727         default-input-method is symbol.
3729 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3731         * textmodes/tildify.el: New file.
3733 1999-10-25  Sam Steingold  <sds@ksp.com>
3735         * Makefile (compile-files): Fixed the "tr" strings.
3736         (EMACS): Set to ../src/emacs.
3738 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3740         * info.el (Info-build-node-completions): Add '("*") to the
3741         completion list.
3743 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3745         * frame.el (auto-raise-mode): When enabling the mode,
3746         immediately raise the selected frame.
3748         * indent.el (indent-region): Doc fix.
3750         * comint.el (comint-output-filter): Make the Comint buffer current
3751         for the comint-preoutput-filter-functions.
3753         * mail/reporter.el: Doc fix.
3755 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3757         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3758         that Octave lisp files can also run under XEmacs 20.
3759         (require 'custom) added so that files can run under Emacs 19.34.
3761         * iswitchb.el (iswitchb-default-keybindings): No need to use
3762         read-kbd-macro in keybindings.
3764 1999-10-23  Dave Love  <fx@gnu.org>
3766         * elide-head.el: New file.
3768 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3770         * Makefile (compile-files, backup-compiled-files): New targets.
3771         (bootstrap, bootstrap-clean): Ditto.
3773 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3775         * international/mule-cmds.c (locale-language-names):
3776         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3777         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3778         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3779         Use Latin-8 for Welsh.
3780         Use Latin-1 for English if "en" is explicitly specified.
3781         Use Latin-1 for Scots Gaelic, Tagalog.
3782         Use Latin-1 (not Latin-4) for Greenlandic.
3783         Use Latin-1 (not Latin-2) for Albanian.
3784         (locale-preferred-coding-systems, locale-language-names):
3785         Remove generic ISO 8859 locales; locale-charset-language-names now
3786         does this.
3787         (locale-charset-language-names): New variable.
3788         (set-locale-environment): Use language name specified by
3789         locale-charset-language-names if its charsets disagree with the
3790         language name specified by locale-language-names.
3792 1999-10-22  Dave Love  <fx@gnu.org>
3794         * make-mode.el: Minor doc fixes.
3796         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3798 1999-10-21  Dave Love  <fx@gnu.org>
3800         * loadup.el: Add latin-8, latin-9.
3802 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3804         * disp-table.el (standard-display-european): Remove undocumented
3805         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3806         all non-English language environments as coding system names.
3807         Instead, use the downcased language environment name as a coding
3808         system name if it is one; otherwise, use latin-1.
3810 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3812         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3813         that were split so that part of the comment appeared as Lisp code.
3815 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3817         * ps-bdf.el: Doc fix.
3819         * ps-print-def.el: New file: common definitions for all parts of
3820         ps-print.
3821         (ps-multibyte-buffer): Moved from ps-mule.
3823         * ps-mule.el: File dependence fix.
3824         (ps-multibyte-buffer): Moved to ps-print-def.
3826         * ps-print.el: Doc fix, better customization.
3827         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3828         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3829         (ps-end-file): Doc fix.
3830         (ps-setup, ps-begin-file): Fun fix.
3831         (postscript): New group.
3832         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3833         (ps-print-prologue-1): Adjust PostScript programming.
3834         (ps-print): Adjust group hierarchy.
3835         (ps-print-n-up, ps-print-zebra, ps-print-background,
3836         ps-print-printer)
3837         (ps-print-page): New subgroups.
3838         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3839         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3840         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3841         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3842         (ps-zebra-stripe-height, ps-print-background-image)
3843         (ps-print-background-text, ps-spool-config): Adjust customization.
3844         (dos-ps-printer): Definition eliminated.
3846 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3848         * ps-mule.el: Doc fix, define functions properly if mule package is
3849         loaded or not.
3850         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3851         mule package is loaded or not.
3853         * ps-print.el: Doc fix, n-up printing.
3854         (ps-print-version): New version number (5.0).
3855         (ps-page-dimensions-database): Added document media.
3856         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3857         (ps-page-order, ps-printing-region-p): New vars.
3858         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3859         funs.
3860         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3861         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3862         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3863         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3864         (ps-print-begin-sheet-hook): New hook.
3865         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3866         const.
3867         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3868         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3869         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3870         (ps-count-lines): Changed to defun.
3871         (ps-header-page): Changed to defsubst, fix fun.
3872         (ps-printing-region): Doc fix, adjust programming code.
3873         (ps-output-boolean, ps-background-pages, ps-background-text)
3874         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3875         programming code.
3877 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3879         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3880         (ps-print-version): New version number (4.2).
3881         (ps-spool-config, ps-spool-tumble): New vars.
3882         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3883         programming, new PostScript procedure to handle errors.
3884         (ps-print-prologue-2): Changed to defconst.
3885         (ps-print-duplex-feature): New const: duplex and tumble setting.
3886         (ps-setup, ps-begin-file): Fix funs.
3887         (ps-boolean-capitalized): New fun.
3889 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3891         * Makefile (dontcompilefiles): Obsoleted.
3892         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3893         (EL): Unused.
3894         (temacs): Removed (unused).
3895         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3896         version of the file (necessary for the update to work properly).
3897         (autoloads): Force the use of `pwd`/loaddefs.el.
3898         (updates); Redefined in terms of other targets to reduce redundancy.
3899         (.el.elc): New default rule, just in case you want it.
3900         (compile): Use a single invocation of Emacs.
3901         (bootstrap-compile); Unneeded.
3902         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3904 1999-10-19  Dave Love  <fx@gnu.org>
3906         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3908 1999-10-19  Sam Steingold  <sds@ksp.com>
3910         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3911         comply with the comment.
3913 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3915         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3916         permanent-local.
3918 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3920         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3921         value: \"lpr\" changed to "lpr"
3922         (ps-mode-version): New constant
3923         (ps-mode-show-version): New function, added key in ps-mode-map
3924         (ps-run-messages): Removed
3925         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3926         ps-run-messages. These keywords now include the value of
3927         ps-run-prompt, making its fontification customizable.
3928         (ps-run-init): Removed \\n from docstring, it is now added when
3929         the value is used
3930         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3931         ps-run-prompt
3932         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3933         customizable variables in doc-string (its equivalent
3934         ps-run-messages was missing in previous version of the doc-string)
3935         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3936         symbols only
3938 1999-10-19  Alex Schroeder  <alex@gnu.org>
3940         * ansi-color.el: Complete rewrite.
3942 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3944         Fix bootstrapping problems.
3945         Use the system locale to specify Emacs locale defaults.
3947         * international/mule-cmds.el (global-map):
3948         Do not use backquote, because that makes a bootstrapping
3949         problem if you need to recompile all Lisp files using interpreted code.
3950         * international/mule.el (charset-id, charset-bytes,
3951         charset-dimension, charset-chars, charset-width,
3952         charset-direction, charset-iso-final-char,
3953         charset-iso-graphic-plane, charset-reverse-charset,
3954         charset-short-name, charset-long-name, charset-description,
3955         charset-plist): Likewise.
3956         * subr.el (save-match-data): Likewise.
3958         * international/mule-cmds.el
3959         (set-display-table-and-terminal-coding-system): New function,
3960         containing code migrated out of set-language-environment.
3961         (set-language-environment, set-locale-environment): Use it.
3962         (locale-translation-file-name): Moved here from startup.el.
3963         (locale-language-names, locale-preferred-coding-systems):
3964         New vars.
3965         (locale-name-match, set-locale-environment): New functions.
3967         * language/japan-util.el (setup-japanese-environment-internal):
3968         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3970         * startup.el (iso-8859-n-locale-regexp): Remove.
3971         (locale-translation-file-name): Move to mule-cmds.el.
3972         (command-line): Move locale-stuff into set-locale-environment.
3974 1999-10-18  Dave Love  <fx@gnu.org>
3976         * abbrev.el (add-abbrev, inverse-add-abbrev)
3977         (expand-region-abbrevs): Remove properties from buffer text.
3979 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3981         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3982         from the mini-buffer, without the prompt.
3984         * simple.el (minibuffer-prompt-end): Return the position
3985         after the prompt, not the position of that last character
3986         of the prompt.
3988 1999-10-17  Miles Bader  <miles@gnu.org>
3990         * simple.el: Doc fixes.
3992 1999-10-17  Miles Bader  <miles@gnu.org>
3994         * simple.el (previous-matching-history-element, next-history-element):
3995         Change to work correctly even if the point is in the prompt.
3996         (choose-completion-string): Likewise.
3997         (minibuffer-prompt-width): New function (compatibility with old subr).
3999         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4000         When constraining the final position to the current field,
4001         don't use the ONLY-IN-LINE mode of constrain-to-field.
4003 1999-10-17  Miles Bader  <miles@gnu.org>
4005         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4006         constrain-to-field.
4007         * textmodes/paragraphs.el (forward-sentence): Likewise.
4009 1999-10-17  Miles Bader  <miles@gnu.org>
4011         * simple.el (line-move): Use constrain-to-field to avoid
4012         moving into a prompt.
4013         (previous-complete-history-element): Clarify doc string.
4014         (next-complete-history-element): Likewise.
4015         Use field-beginning instead of point-min.
4016         (next-matching-history-element): Use field-beginning and
4017         erase-field instead of point-min and erase-buffer.
4018         * textmodes/paragraphs.el
4019         (forward-paragraph, forward-sentence): Likewise.
4020         (backward-kill-paragraph, backward-kill-sentence): Remove code to
4021         constrain the kill to an field, as the movement commands now
4022         do this.
4024 1999-10-17  Miles Bader  <miles@gnu.org>
4026         * simple.el (previous-matching-history-element): Get the
4027         minibuffer input with field-string instead of buffer-string.
4028         (choose-completion-string): Likewise.
4029         (next-history-element): Likewise.
4030         Erase the minibuffer input with erase-field, not erase-buffer.
4031         Use field-beginning to find the beginning of the input.
4032         * textmodes/paragraphs.el (backward-kill-sentence):
4033         Remove minibuffer-prompt hack.
4034         Constrain to any input field.
4036 1999-10-17  Sam Steingold  <sds@ksp.com>
4038         * bindings.el (completion-ignored-extensions): Added ".sparcf"
4039         for CMUCL on sparc and ".ufsl" for LispWorks.
4040         (bound-and-true-p): Bugfix: free variable `v'.
4042 1999-10-16  Dave Love  <d.love@dl.ac.uk>
4044         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4045         (edebug-uninstall-read-eval-functions): Use load-read-function,
4046         avoiding elisp-eval.
4048 1999-10-16  Sam Steingold  <sds@ksp.com>
4050         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4051         instead of `eql'.
4053 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4055         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4056         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4057         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4058         * ediff-util.el (ediff-make-temp-file):
4059         * ediff-vers.el (ediff-pcl-cvs-view-revision):
4060         * emerge.el (emerge-make-temp-file):
4061         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4062         * vc.el (vc-update-change-log):
4063         * mail/mailpost.el (post-mail-send-it):
4064         * mail/metamail.el (metamail-region):
4065         * progmodes/cmacexp.el (c-macro-expansion):
4066         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4068 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
4070         * smtpmail.el (smtpmail-via-smtp): Add support for
4071         automatically appending a domain to RCPT TO: addresses.
4073 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4075         * dired.el (dired-insert-directory): Insert the amount of
4076         free space after the total size.
4077         (dired-free-space-program, dired-free-space-args): New variables.
4079 1999-10-14  Karl Heuer  <kwzh@gnu.org>
4081         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4083 1999-10-14  Dave Love  <fx@gnu.org>
4085         * international/characters.el:
4086         * international/fontset.el:
4087         * international/mule-conf.el: Add latin-iso8859-1[45].
4089         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
4090         strings.
4092         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4093         (command-line): Detect Latin-[89] locales.
4095 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4097         * international/mule-cmds.el (select-safe-coding-system)
4098         (leim-list-header): Avoid the use of strings that start with backslash
4099         newline since lread.c:read1 has a hack to turn those strings into
4100         integer 0 during the loadup.el process.
4102         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4104 1999-10-13  Dave Love  <fx@gnu.org>
4106         * image.el (insert-image): Copy the image spec and add an
4107         intangible property.
4109 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4111         * help.el (help-xref-interned): Make it also work on variable-only
4112         and function-only symbols.
4113         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4114         (help-follow): If the point under mouse is not highlighted, try
4115         `help-xref-interned' on the pointed-to symbol anyway.
4117         * info.el (Info-on-current-buffer): New entry point.
4118         (Info-find-node): Split into two for Info-on-current-buffer to
4119         hook into it.
4120         (Info-current-file, Info-set-mode-line, Info-up):
4121         Info-current-file can now be t.
4122         (Info-clone-buffer-hook): Function for `clone-buffer'.
4123         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4124         Make `clone-buffer' available in various ways to the user.
4126 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4128         * simple.el (shell-command, shell-command-on-region): Use
4129         make-temp-file.
4130         (clone-buffer, clone-process, clone-buffer-hook): New functions.
4132         * subr.el (with-current-buffer): Don't use backquotes to avoid
4133         bootstrapping problems.
4135         * loadup.el (load-path): Add subdirs for bootstrapping.
4136         (docstrings): Ignore errors during bootstrapping.
4137         (args): New `bootstrap' argument (for use in place of `dump').
4139 1999-10-12  Emmanuel Briot  <briot@gnat.com>
4141         * ada-stmt.el: Doc-string fixes.
4143 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
4145         * recentf.el: New file.
4147         * ps-mode.el: New file.
4149         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4150         case insensitive.
4152 1999-10-12  Richard Sharman  <rsharman@pobox.com>
4154         * sh-script.el: Added support for indenting existing scripts.
4155         (sh-mode-map): Added new bindings.
4156         (sh-mode): Updated mode doc-string for new commands, added
4157         make-local-variable calls, initialize mode-specific variables.
4158         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
4159         is now a different function.
4160         (sh-header-marker):  Changed docstring.
4161         (sh-set-shell): Initialize mode-specific variables.
4162         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4163         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4164         Changed these define-skeleton calls to work with user-specified
4165         indentation settings.
4166         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4167         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4168         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4169         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4170         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4171         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4172         (sh-guess-basic-offset, sh-handle-after-case-label)
4173         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4174         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4175         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4176         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4177         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4178         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4179         (sh-handle-this-then, sh-help-string-for-variable)
4180         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4181         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4182         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4183         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4184         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4185         (sh-remove-our-text-properties, sh-rescan-buffer)
4186         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4187         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4188         (sh-scan-case, sh-search-word, sh-set-char-syntax)
4189         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4190         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4191         functions.
4192         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4193         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4194         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4195         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4196         (sh-var-list): New variables.
4198 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
4200         * quickurl.el (quickurl-list-insert): `count-lines' was returning
4201         a value one line to high if the cursor wasn't at the start of a
4202         line. A `beginning-of-line' is now performed before making the
4203         call to `count-lines'.
4205 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4207         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4209 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
4211         * Makefile (setwins): Abstract out the command to find subdirectories
4212         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4213         (custom-deps, finder-data, autoloads, update-subdirs, updates)
4214         (autoloads-with-other-emacs): Use it.
4216         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
4218 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
4220         * Makefile (bootstrap-compile): New target.  Compile Lisp
4221         files with ../src/temacs.
4223 1999-10-08  Dave Love  <fx@gnu.org>
4225         * ange-ftp.el: Require dired when compiling.
4226         (ange-ftp-normal-login): Allow EFS-style port specification.
4228 1999-10-08  Simon Marshall  <simon@gnu.org>
4230         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4231         (regexp-opt-group): Use it to get common suffixes in STRINGS.
4232         If STRINGS is nil, return "" rather than nil.
4234 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4236         * Makefile (compile): Compile files one by one.  Set load-path to
4237         current directory and subdirectories when compiling.
4239 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4241         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4242         (emacs): Use it everywhere instead of EMACS.
4243         (compile): New target.  Compile all Lisp files from scratch.
4244         (recompile): New target.  Recompile lisp directory.
4245         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
4246         an Emacs executable not built in the current directory tree.
4248 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
4250         * filecache.el (file-cache-completion-ignore-case): New variable,
4251         defaulting to the value of completion-ignore-case.
4252         (file-cache-minibuffer-complete): Use it.
4253         (file-cache-files-matching, file-cache-files-matching-internal):
4254         New functions.
4256 1999-10-07  Emmanuel Briot  <briot@gnat.com>
4258         * ada-xref.el: New file
4260         * ada-prj.el: New file
4262         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4264         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4265         subprogram being created.
4267         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4268         ada-indent-newline-indent): Rewritten to support the new indentation
4269         scheme
4271         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4272         New functions
4274         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4275         justification parameter
4277         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4278         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4279         external program
4281 1999-10-07  Dave Love  <fx@gnu.org>
4283         * bindings.el (bound-and-true-p): New macro.
4284         (make-mode-line-mouse-sensitive): Don't require easymenu.
4286 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4288         * custom.el (defface): Extend documentation for new values of
4289         `type'.
4291         * faces.el (face-spec-set-match-display): Recognize `type' of
4292         `motif', `lucid', `x-toolkit'.
4293         (menu): New face.
4295 1999-10-05  Dave Love  <fx@gnu.org>
4297         * files.el: Recognize temporary crontab files.
4299         * info.el: Require jka-compr when compiling.
4300         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4302 1999-10-04  Dave Love  <fx@gnu.org>
4304         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4305         scroll-up-aggressively, scroll-down-aggressively.
4307         * time.el (display-time-mode): Add autoload cookie.
4309         * rect.el (delete-extract-rectangle): Doc fix from verna.
4311         * help-macro.el (three-step-help): Customize.
4313 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4315         * hexl.el (hexlify-buffer): Move point in proper range
4316         if it is too large.
4317         (hexl-after-revert-hook): Update hexl-max-address.
4318         (hexl-address-to-marker): Doc fix.
4320 1999-10-03  Dave Love  <fx@gnu.org>
4322         * image.el (defimage): Remove redundant code.  Substitute file in
4323         image plist.
4325 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4327         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4328         when doing with-temp-file.
4330 1999-10-01  Dave Love  <fx@gnu.org>
4332         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4334         * help.el: Require view when compiling.
4335         (view-emacs-FAQ): Use Info version.
4337 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4339         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4340         (normat->normal).  Use correct font names for Korean
4341         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4343 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4345         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4346         code not used by KOI8 to the same 8-bit code instead of mapping to
4347         SPC.
4348         (cyrillic-alternativnyj-decode-table): Likewise.
4350 1999-09-29  Alex Schroeder  <alex@gnu.org>
4352         * sql.el (sql-imenu-generic-expression): Aew, used to set
4353         imenu-generic-expression.
4354         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4355         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4356         imenu-case-fold-search, and imenu-syntax-alist.
4357         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4358         setting font-lock-defaults' SYNTAX-ALIST.
4360 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4362         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4363         macro, try again.
4365 1999-09-28  Dave Love  <fx@gnu.org>
4367         * cus-edit.el (custom-comment): Change widget definition.
4368         (custom-comment-create, custom-comment-show)
4369         (custom-comment-invisible-p): Don't use :comment-overlay.
4370         (custom-comment-hide): New function.
4371         (custom-variable-set, custom-variable-save)
4372         (custom-variable-reset-standard, custom-face-set)
4373         (custom-face-save): Use it.
4375 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4377         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4379 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4381         * faces.el (region): Doc fix.
4383 1999-09-27  Dave Love  <fx@gnu.org>
4385         * isearch.el (isearch): Add :links in defgroup.
4386         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4387         (isearch-switch-frame-handler): Comment out (unused).
4388         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4389         (isearch-ring-retreat-edit): Doc fix.
4390         (isearch-mouse-yank): New command.
4391         (isearch-last-command-char): Removed.  Callers changed to use
4392         last-command-char.
4393         (isearch-char-to-string): Removed.  Callers changed to use
4394         char-to-string.
4396 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4398         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4399         option for Russian.
4401 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4403         * faces.el (face-differs-from-default-p): Compare face
4404         attributes individually.
4406         * image.el (put-image, insert-image): Add string argument.
4408 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4410         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4411         LANG=de_DE.iso88591 on HPUX 11.0.
4413         * dired.el (dired-move-to-filename-regexp): Make it work
4414         for LANG=de_DE.iso88591 on HPUX 11.0.
4416 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4418         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4419         if we know for some other reason it should not be used.
4421         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4422         New variable.
4423         (edebug-recursive-edit): Save current-prefix-arg there,
4424         bind it, and set it back at the end.
4425         (edebug-outside-excursion): Restore and update the outside
4426         value of current-prefix-arg.
4427         (edebug-emacs-version-specific): Delete support for Epoch.
4429 1999-09-24  Howard Melman  <howard@silverstream.com>
4431         * imenu.el (imenu-after-jump-hook): New variable.
4432         (imenu): Run menu-after-jump-hook.
4433         (imenu-name-lookup-function): New variable.
4434         * imenu.el (imenu--in-alist): Use those variables.
4436 1999-09-24  Carsten Dominik  <cd@gnu.org>
4438         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4439         multiple thebibliography environments.
4441         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4442         with recentering window.
4443         (reftex-extract-bib-entries-from-thebibliography,
4444         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4445         with multiple thebibliography environments.
4447         * textmodes/reftex-vars.el
4448         (reftex-section-levels): Function allowed as cdr.
4449         (reftex-max-section-depth) New option.
4451         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4452         with multiple thebibliography environments.
4454 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4456         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4457         instead of point-min in call to delete-region.
4459 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4461         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4462         out into arbitrary file names.
4464 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4466         * language/european.el ("Turkish"): New language environment.
4468 1999-09-19  Dave Love  <fx@gnu.org>
4470         * delim-col.el: New file.
4472 1999-09-17  Richard Stallman  <rms@gnu.org>
4474         * files.el (after-find-file): When visiting a backup file,
4475         make it read-only.
4477         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4478         (apropos-keybinding-face, apropos-label-face): Likewise.
4479         (apropos-property-face, apropos-match-face): Likewise.
4480         (apropos-label-properties): New variable.
4481         (apropos-print-doc): Use apropos-label-properties.
4482         (apropos-print): Set apropos-label-properties.
4484 1999-09-15  Richard Stallman  <rms@gnu.org>
4486         * winner.el: Use aref instead of sref.
4488         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4490 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4492         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4494 1999-09-14  Richard Stallman  <rms@gnu.org>
4496         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4497         cookie, even if followed by a letter.
4499 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4501         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4502         --no-line-editing are passed to Octave by including them here
4503         rather than storing them in inferior-octave-startup-args.
4505 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4507         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4508         command, option, env and sc.
4510         * subr.el (shell-quote-argument): Quote argument with double
4511         quotes for ms-dos.
4513 1999-09-14  Richard Stallman  <rms@gnu.org>
4515         * simple.el (eval-expression-print-level): New variable.
4516         (eval-expression-print-length): New variable.
4517         (eval-expression-debug-on-error): New variable.
4518         (eval-expression): Bind print-level, print-length and
4519         debug-on-error from those vars.
4521         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4522         Bind print-level, print-length and debug-on-error.
4524 1999-09-14  Inge Frick  <inge@nada.kth.se>
4526         * dired.el (dired-recursive-deletes): New custom variable.
4527         (dired-re-no-dot): New variable.
4528         (dired-delete-file): New function deletes files and directories
4529         recursively.
4530         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4532         * dired-aux.el (dired-recursive-copies): New custom variable.
4533         (dired-handle-overwrite): Broke a long line.
4534         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4535         `copy-file'.
4536         (dired-copy-file-recursive): New function.  Copy directories
4537         recursively.
4538         (dired-do-create-files): Added support for generalized directory
4539         target.  How-to function may now return a function.  New fluid
4540         variable `dired-one-file'.
4541         (dired-copy-how-to-fn): New variable.
4542         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4543         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4544         (dired-do-copy-regexp): No recursive copies.
4546 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4548         * whitespace.el (whitespace-version): Update version to 2.4
4550         * whitespace.el: Add customization variables to conditionally test
4551         any of the five whitespaces, per request from Rune Kleveland
4552         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4554         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4556         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4557         list of modes to be checked for bogus whitespaces.
4559         * whitespace.el (whitespace-rescan-timer-time): Update
4560         documentation.
4562         * whitespace.el (whitespace-display-unchecked-whitespaces):
4563         New function to update modeline with untested whitespaces.
4565         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4566         checking is turned on, and update modeline using the newly created
4567         `whitespace-display-unchecked-whitespaces'.
4569         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4570         whose checking is turned on, and update modeline using the newly
4571         created `whitespace-display-unchecked-whitespaces'.
4573         * whitespace.el (whitespace-describe): Update documentation.
4575         * whitespace.el (whitespace-tickle-timer): Test if
4576         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4578 1999-09-13  Dave Love  <fx@gnu.org>
4580         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4582         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4583         for temp buffer.
4584         (checkdoc-this-string-valid): Don't assume default comment-start.
4586 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4588         * rsz-mini.el: Remove code, keep the interface.
4590 1999-09-13  Dave Love  <fx@gnu.org>
4592         * help.el (help-highlight-p): Doc fix.
4594         * faces.el (mode-line, header-line, tool-bar): Add :version.
4595         (highlight, secondary-selection): Add :group.
4596         (trailing-whitespace): Add :group, :version.
4598         * wid-edit.el: Remove some compatibility code and checks.
4599         (widget-specify-field, widget-specify-button): Don't use XEmacs
4600         properties.
4601         (widget-overlay-inactive): Change error message.
4602         (widget-button-pressed-face): New variable.
4603         (widget-button-click): Use it.
4604         (widget-documentation-link-add): Specify mouse and button faces.
4605         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4606         removed now the functionality is built in.
4608         * cus-edit.el: Don't define-widget-keywords.
4609         (multimedia): New group.
4610         (custom-last): Function removed.
4611         (custom-quote): Add vectorp case, comment out characterp case.
4612         (custom-buffer-done-function, custom-raised-buttons): New option.
4613         (Custom-buffer-done): New function.
4614         (custom-buffer-create-internal): Obey custom-raised-buttons,
4615         Custom-buffer-done.
4616         (custom-button-face): Make it `released-button'.
4617         (custom-button-pressed-face): Make it `pressed-button'
4618         (custom-mode-map): Bind "q" to Custom-buffer-done.
4619         (custom-mode): Deal with raised/pressed buttons.
4621         Changes from Didier Verna:
4622         (custom-prompt-variable): Optional third arg makes prompt for a
4623         comment string.
4624         (customize-set-value, customize-set-variable,
4625         customize-save-variable): Optional prefix makes function handle
4626         variable comments.
4627         (customize-customized, customize-saved, custom-variable-state-set)
4628         (custom-variable-set, custom-variable-save, custom-face-state-set)
4629         (custom-variable-reset-saved, custom-variable-reset-standard)
4630         (custom-face-set, custom-face-save, custom-face-reset-saved)
4631         (custom-face-reset-standard, customize-save-customized): Handle
4632         custom comments.
4633         (custom-comment-face, custom-comment-tag-face): New face.
4634         (custom-comment): New widget.
4635         (custom-comment-create, custom-comment-delete)
4636         (custom-comment-value-set, custom-comment-show)
4637         ()custom-comment-invisible-p): New functions.
4638         (custom-variable-value-create, custom-face-value-create): Create a
4639         comment field widget.
4640         (custom-variable-menu, custom-face-menu): New entry for custom
4641         comment.
4642         (custom-face-value-create): Remove compatibility code.
4643         (custom-save-variables, custom-save-faces): Possibly save custom
4644         comments.
4646         * cus-face.el (custom-face-attributes): Simplify :underline,
4647         :overline, :inverse-video cases.  Fix up :box case (probably needs
4648         more work).
4650         Change from Didier Verna:
4651         (custom-set-faces): The arguments can now have a custom comment as
4652         fourth argument.
4654         * custom.el: Don't define-widget-keywords.
4655         Change from Didier Verna:
4656         (custom-set-variables): The arguments can now have a
4657         custom comment as fifth element.
4659 1999-09-13  Richard Stallman  <rms@gnu.org>
4661         * info.el (Info-find-node): Cope better if guesspos is too large.
4663 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4665         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4666         of buffer-substring because buffer-string doesn't copy the
4667         prompt.
4669         * faces.el (mode-line): Replaces `modeline'.
4670         (toplevel): Make `modeline' an alias for `mode-line'.
4672 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4674         * gs.el: Change `ghostscript' to `postscript' in comment.
4676 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4678         * emulation/tpu-edt.el (tpu-version): New version.
4679         (tpu-search-overlay, tpu-replace-overlay): New variables.
4680         (tpu-search-highlight, tpu-toggle-direction): New functions.
4681         (tpu-lm-replace): Set tpu-replace-overlay.
4682         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4683         command hook.
4685 1999-09-11  Richard Stallman  <rms@gnu.org>
4687         * isearch.el (isearch-mode-map): Undo previous change.
4689         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4690         use all of that as the sexp.
4692         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4693         and use the initial argument as file name directly.
4694         Likewise if nothing matches.
4696 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4698         * winner.el: Major changes.  Avoid changing point and mark.
4699         Save configurations after they change, not before.
4701 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4703         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4704         Bind print-continuous-numbering and print-number-table.
4706 1999-09-10  Dave Love  <fx@gnu.org>
4708         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4710 1999-09-09  Richard Stallman  <rms@gnu.org>
4712         * whitespace.el: Finish making it fit Emacs conventions.
4713         Add autoloads.
4715 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4717         * generic-x.el (bat-generic-mode): "::"-style comments don't
4718         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4719         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4720         from the list of keywords.  Add DO to the list of keywords.
4722 1999-09-09  Dave Love  <fx@gnu.org>
4724         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4725         (byte-optimize-backward-word): New optimizations.
4726         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4727         entries.
4729 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4731         * image.el (put-image): Remove optional buffer parameter.
4733         * faces.el (face-italic-p): Return t only for values `italic'
4734         and `oblique'.
4736         * mouse.el (mouse-drag-mode-line-1): Extension of former
4737         mouse-drag-mode-line that also drags the header line.
4738         (mouse-drag-mode-line): Call it.
4739         (mouse-drag-header-line): New.
4740         (toplevel): Bind down-mouse-1 on header lines to
4741         mouse-drage-header-line.
4743 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4745         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4746         (make-mode-line-mouse-sensitive): Replace `top-line' by
4747         `header-line'.
4749 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4751         * help.el (describe-function-1): Don't return empty string for keymaps.
4753         * fill.el (fill-region-as-paragraph, canonically-space-region):
4754         Respect colon-double-space at end of line.
4756 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4758         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4759         (backup-buffer): Use it.
4761 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4763         * generic-x.el (generic-define-unix-modes): Added new modes:
4764         inetd-conf-generic-mode, etc-services-generic-mode,
4765         etc-passwd-generic-mode.  These are all defined for Unix by default.
4766         (apache-generic-mode): Use an imenu-generic-expression to list
4767         Configuration keywords.
4768         (samba-generic-mode): Use both ; and # as comment characters.
4769         (samba-generic-mode): Font-lock expressions now highlight name
4770         value pairs.
4771         (bat-generic-mode): Keywords are now case-insensitive through
4772         font-lock-defaults setting.
4773         (java-properties-generic-mode): Supports both ! and # as comment
4774         characters.
4775         (java-properties-generic-mode): Added an imenu-generic-expression
4776         (java-properties-generic-mode): Reworked to support the various
4777         different ways to separate name and value (viz, '=', ':' and
4778         whitespace).
4779         (show-tabs-generic-mode): Added this new generic-mode.
4781 1999-09-08  Richard Stallman  <rms@gnu.org>
4783         * progmodes/inf-lisp.el: Moved from top directory.
4785         * tar-mode.el (tar-header-block-tokenize):
4786         Use `when' instead of `and'.  Fix some clobbered text.
4788         * gud.el (gud-make-debug-menu): Make a child for the
4789         local menu, for its menu bar, and the debug menu.
4790         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4791         Use the history in the simple way.
4793 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4795         * language/korea-util.el (default-korean-keyboard): Initialize it
4796         according to the environment variable HANGUL_KEYBOARD_TYPE.
4798 1999-09-07  Richard Stallman  <rms@gnu.org>
4800         * subr.el (make-temp-file): New function.
4802 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4804         * font-lock.el (font-lock-multiline): New text property contains
4805         a boolean to indicate if the char is part of a multiline match.
4806         (font-lock-default-fontify-region): Extend the region appropriately
4807         for multiline keywords.
4808         (font-lock-default-unfontify-region): Also remove the new
4809         font-lock-multiline text property.
4810         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4811         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4813 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4815         * diary-lib.el (list-diary-entries): Make sure two-digit years
4816         have leading zeros.
4818 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4820         * faces.el (face-set-after-frame-default): Initialize some
4821         attributes of some faces from frame parameters.
4823         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4825 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4827         * faces.el (fringe): Replaces face `margin'.
4829 1999-09-07  Dave Love  <fx@gnu.org>
4831         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4833 1999-09-07  Richard Stallman  <rms@gnu.org>
4835         * subr.el (push): Doc fix.
4837 1999-09-06  Richard Stallman  <rms@gnu.org>
4839         * vc.el (vc-annotate-display): Use < 69 not < 70
4840         to distinguish 20YY from 19YY.
4842         * timezone.el (timezone-parse-date): Use < 69 not < 70
4843         to distinguish 20YY from 19YY.
4845         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4847 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4849         * quickurl.el: (quickurl-list-focused-line): Removed.
4850         (quickurl-list-insert): Now works out the focused line using
4851         `count-lines' instead of using `quickurl-list-focused-line'.
4853 1999-09-06  Richard Stallman  <rms@gnu.org>
4855         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4856         to beginning of message.
4858 1999-09-06  Dave Love  <fx@gnu.org>
4860         * isearch.el (isearch-mode-map): Add mouse-2.
4862         * mail/rmail.el (rmail-read-password): Deleted.
4863         (rmail-get-pop-password): Use read-password.
4865         * quickurl.el: Don't conditionally define caddr.
4866         (quickurl-url-comment): Use nth, not caddr in function and
4867         defsetf.
4869 1999-09-06  Richard Stallman  <rms@gnu.org>
4871         * auto-show.el: Doc fixes.
4873 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4875         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4876         --no-line-editing so that TABs in source files are not interpreted
4877         as completion requests.
4879 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4881         * hscroll.el, auto-show.el: Remove all code, keep the public
4882         interface as no-ops.
4884         * faces.el (face-bold-p): Don't return t if face has lighter
4885         weight than normal.
4887 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4889         * startup.el (command-line): Make small-temporary-file-directory
4890         be nil except on ms-dos.
4892         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4894         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4895         is defined.
4897         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4898         letters with a colon after d or l.
4900 1999-09-06  Dave Love  <fx@gnu.org>
4902         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4903         primitive.)
4905 1999-09-05  Richard Stallman  <rms@gnu.org>
4907         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4909         * textmodes/paragraphs.el (backward-kill-sentence):
4910         Don't test minibuffer-prompt-end here.
4911         (forward-sentence): Do handle it here.
4912         (backward-kill-paragraph): Don't test it here.
4913         (forward-paragraph): Handle it here.
4915         * mouse.el (font-menu-add-default): Simplify code.
4917 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4919         * faces.el (header-line): Renamed from `top-line'.
4921 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4923         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4925 1999-09-04  Richard Stallman  <rms@gnu.org>
4927         * whitespace.el: New file.
4929 1999-09-04  Dave Love  <fx@gnu.org>
4931         * paths.el: Make some doc strings obey the make-docfile convention.
4933         * bindings.el: Likewise.
4934         (debug-ignored-errors): Remove BBDB ones.
4936 1999-09-03  Richard Stallman  <rms@gnu.org>
4938         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4939         not from the draft to forward.
4941         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4943 1999-09-03  Dave Love  <fx@gnu.org>
4945         * double.el (double-mode): Customize the variable.
4947 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4949         * international/characters.el: Delete duplicated code.
4951 1999-09-02  Richard Stallman  <rms@gnu.org>
4953         * indent.el (indent-relative): Doc fix.
4955         * quickurl.el (quickurl): Doc fix.
4957 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4959         * faces.el (margin): Change background to "gray" for mono (this is
4960         drawn with a stipple pattern).
4962 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4964         * simple.el (next-history-element): Use minibuffer-prompt-end once
4965         again.  Remove test for minibuffer-prompt-in-buffer.
4967 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4969         * files.el (small-temporary-file-directory): New variable.
4971         * startup.el (command-line): Compute the value of
4972         small-temporary-file-directory.
4974         * ediff-init.el (ediff-temp-file-prefix): Use
4975         small-temporary-file-directory if non-nil.
4977         * vc.el (vc-update-change-log): Likewise.
4979         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4981         * simple.el (shell-command, shell-command-on-region): Use
4982         make-temp-name properly.  Use small-temporary-file-directory if
4983         non-nil, otherwise temporary-file-directory, to generate temporary
4984         files.
4986         * dos-w32.el (direct-print-region-helper): Use
4987         temporary-file-directory.  (From Stefan Monnier.)
4989 1999-09-02  Richard Stallman  <rms@gnu.org>
4991         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4992         from asm-comment-char.
4993         (asm-font-lock-keywords): Recognize instruction width suffixes.
4995 1999-09-01  Richard Stallman  <rms@gnu.org>
4997         * play/fortune.el: New file.
4999 1999-08-31  Dave Love  <fx@gnu.org>
5001         * help.el (help-make-xrefs): Don't lose on non-empty blank line
5002         after key table.
5004         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5005         redisplay variables.
5007         * subr.el (push): Fix typo.
5009 1999-08-30  Kevin Blake  <kblake@ticnet.com>
5011         * emacs-lisp/ring.el: Many doc fixes.
5012         (ring-size, ring-copy): New functions.
5014 1999-08-29  Richard Stallman  <rms@gnu.org>
5016         * progmodes/etags.el (tags-loop-continue):
5017         After tags-loop-operate returns, force skip to next file.
5019         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5020         (mail-extr-first-letters, mail-extr-last-letters):
5021         Use character classes [:alpha:] and [:alnum:].
5023         * subr.el (push, pop): New macros.
5025         * progmodes/compile.el (compilation-error-regexp-alist):
5026         New item for SGI IRIX MipsPro compilers.
5028         * speedbar.el (speedbar-directory-buttons): Recognize
5029         device names when checking for file names.
5031         * array.el (array-reconfigure-rows): Use generate-new-buffer.
5033         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5034         and specially handle defvar inside their expansions.
5035         (eval-defun-1): New subroutine.
5037         * progmodes/compile.el (compilation-error-regexp-alist):
5038         Fix the Perl -w entry to allow period after line number.
5039         Don't allow newlines in file name, but allow them after line number
5040         for Perl debugging traces.
5042         * which-func.el (which-func-cleanup-function): New variable.
5043         (which-function): Call that function.
5045         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5046         to end a function name.
5048         * informat.el (Info-tagify): Don't insert more than one newline
5049         before the tag table.
5051 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
5053         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5054         than make-temp-name, use match-string-no-properties, and eliminate
5055         a quadratic behavior when building bibtex-strings.
5057 1999-08-29  Alex Schroeder  <alex@gnu.org>
5059         * comint.el (comint-input-ring-separator): New variable.
5060         (comint-read-input-ring): Doc change; use
5061         comint-input-ring-separator when reading file.
5062         (comint-write-input-ring): Use
5063         comint-input-ring-separator when writing file.
5065 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
5067         * informat.el (Info-tagify): Start by widening.
5068         Match node headers that don't list the file name,
5069         and more kinds of page separations.
5070         Strip properties during tagification.
5071         Use start of node header line as tag's position.
5072         Fix the "done" message.
5074         (Info-validate): Save and restore match data around narrowing down.
5076 1999-08-28  Richard M. Stallman  <rms@gnu.org>
5078         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5079         On repeated call, override previous values put into
5080         minor-mode-map-alist and minor-mode-alist.
5082 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
5084         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5086 1999-08-27  Andreas Schwab  <schwab@gnu.org>
5088         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5089         from cvs update.
5091 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5093         * calendar/calendar.el (calendar-move-hook): New hook.
5095         * calendar/cal-move.el: Call the new hook in every movement function.
5097         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5098         the right function name.
5100 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
5102         * time-stamp.el: Put quote-backquote around all symbol names
5103         in doc strings, for mousing.
5104         (time-stamp): Support multi-line patterns.
5105         (time-stamp-inserts-lines): New variable.
5106         (time-stamp-count): New variable.
5107         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5108         "Thu" instead of "%a".
5110 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5112         * simple.el (kill-word): Undo previous change.
5114 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5116         * jit-lock.el (jit-lock-function): Extend the fontified range
5117         to the beginning of the line containing the range start and
5118         the beginning of the line following the range end.
5120 1999-08-24  Dave Love  <fx@gnu.org>
5122         * timezone.el: Move provide to end.
5123         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
5124         <70 are 2000+.
5125         (timezone-parse-time): Simplify somewhat.
5127 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
5129         * faces.el (margin): Renamed from bitmap-area.
5131 1999-08-24  Alex Schroeder  <alex@gnu.org>
5133         * sql.el: Doc changes.
5134         (sql-sybase): Use sql-server instead of sql-database.
5136 1999-08-23  Dave Love  <fx@gnu.org>
5138         * rect.el: Add/fix various doc strings.  Add `*' to all the
5139         interactive specs.
5141 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
5143         * jit-lock.el (jit-lock-function): Use line-beginning-position.
5144         Don't unwind-protect font-lock-fontify-region.
5146         * paragraphs.el (backward-kill-paragraph): Don't move
5147         point into mini-buffer prompt.
5148         (backward-kill-sentence): Ditto.
5150         * simple.el (next-history-element): Use minibuffer-prompt-end.
5151         Remove test for minibuffer-prompt-in-buffer.
5152         (kill-word): Don't move point into mini-buffer prompt.
5154 1999-08-21  Dave Love  <fx@gnu.org>
5156         * Makefile: Exclude CVS dirs like RCS.
5158 1999-08-19  Dave Love  <fx@gnu.org>
5160         * tooltip.el (tooltip-mode): Customize this, per convention.
5161         (tooltip-active): Option deleted.
5163         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
5165         * hanoi.el, page-ext.el: Declare dynamic vars.
5167         * term.el: Avoid ange-ftp related compilation warnings.
5169 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
5171         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5172         the default so that beginners can benefit from it without
5173         searching in manuals.
5175 1999-08-18  Ray Blaak  <blaak@gnu.org>
5177         * progmodes/delphi.el: Consider assembly sections as blocks, to
5178         indent them better. Make auto-indent on newline optional.
5180 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
5182         * bindings.el (mode-line-modified): Look up key binding for C-x
5183         C-q.  If it's bound call that binding, otherwise call
5184         toggle-read-only.
5186 1999-08-17  Dave Love  <fx@gnu.org>
5188         * info.el (info): Doc fix.
5190         * finder.el (finder-known-keywords): Add `multimedia'.
5192         * apropos.el: Don't capitalize custom group name.
5194         * info-look.el: Remove compatibility code.
5195         (info-lookup-guess-default*): DTRT for point at start of symbol.
5196         (info-complete): Don't lose with point not at end of symbol.
5198 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
5200         * term.el (toplevel): Make face `term-default' an empty face.
5201         The code relied on the fact that Emacs ignored invalid faces in
5202         face text properties in 20.4.
5204 1999-08-16  Richard M. Stallman  <rms@gnu.org>
5206         * subr.el (point-at-eol, point-at-bol): New aliases.
5208         * simple.el: Functions reordered.
5210         * rect.el (delete-rectangle-line): Use line-end-position.
5212 1999-08-16  Karl Heuer  <kwzh@gnu.org>
5214         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5215         here from simple.el.
5217 1999-08-16  Dave Love  <fx@gnu.org>
5219         * mouse.el: Provide `mldrag' for compatibility.
5220         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5221         marked obsolete.
5223         * mldrag.el: Removed since the features are in mouse.el.
5225         * jka-compr.el (auto-compression-mode): New variable for
5226         customization.
5228         * bindings.el (mode-line-mule-info): Doc fix.
5230         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5231         name comparisons.
5233         * files.el (interpreter-mode-alist): Add make, guile, clisp.
5234         (find-file): Doc fix.
5236 1999-08-16  Carsten Dominik  <cd@gnu.org>
5238         * textmodes/reftex.el: Most of the code moved to other files.
5239         * textmodes/reftex-auc.el: New file, split out from reftex.el
5240         * textmodes/reftex-cite.el: New file, split out from reftex.el
5241         * textmodes/reftex-global.el: New file, split out from reftex.el
5242         * textmodes/reftex-index.el: New file, split out from reftex.el
5243         * textmodes/reftex-parse.el: New file, split out from reftex.el
5244         * textmodes/reftex-ref.el: New file, split out from reftex.el
5245         * textmodes/reftex-sel.el: New file, split out from reftex.el
5246         * textmodes/reftex-toc.el: New file, split out from reftex.el
5247         * textmodes/reftex-vars.el: New file, split out from reftex.el
5248         * textmodes/reftex-vcr.el: New file, split out from reftex.el
5250 1999-08-16  Carsten Dominik  <cd@gnu.org>
5252         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5253         conflict with pop-up-frames.
5254         (reftex-special-environment-parsers): New constant.
5255         (reftex-label-alist): car of an entry can also be a function.
5256         (reftex-what-special-env): Cew function.
5257         (reftex-label-location): Call `reftex-what-special-env'.
5258         (reftex-compile-variables): Check for symbol in
5259         `reftex-label-alist'.
5260         (reftex-what-environment): Fixed bug with stacked environments of
5261         same kind (e.g. enumerate).
5262         (reftex-process-string): Preserve default directory.
5263         (reftex-label-alist-builtin): Changed prefixes of endnote and
5264         footnote.  Also the magic words.
5265         (reftex-reference): Interprete new option
5266         `reftex-fref-is-default'.
5267         (reftex-replace-prefix-escapes): Interprete new `%S' format.
5268         (reftex-toc-mouse-view-line): Command removed (had no binding).
5269         (reftex-everything-regexp): New function.
5270         (reftex-nearest-match): Made better.
5271         (reftex-toc-find-section): Use new version of
5272         `reftex-nearest-match'.
5273         (reftex-insert-docstruct): Adapted to work with the index stuff.
5274         (reftex-parse-from-file): Find index entries as well.
5275         (reftex-toc-toggle-index): New function
5276         (reftex-toc-map): `i' is now used to togle the index, File
5277         boundaries has been moved to `F'.
5278         (reftex-select-label-map): Toggling display of file boundaries is
5279         now on the `F' key, for consistency with `reftex-toc-map'.
5280         (reftex-erase-all-selection-and-index-buffers): Renamed from
5281         `reftex-erase-all-selection-buffer'.  Now also kills the index
5282         buffers.
5283         (reftex-viewing-cross-references): Customization group renamed
5284         from reftex-viewing-cross-references-and-citations.
5285         (reftex-index-macro-regexp,
5286         reftex-find-index-entry-regexp-format): New variables
5287         (reftex-macros-with-index): New variable
5288         (reftex-add-index-macros): New function
5289         (reftex-renumber-simple-labels, reftex-translate): Allow for
5290         multiple labels in a single ref command.
5291         (reftex-index-support): New customization group
5292         (reftex-support-index, reftex-index-special-chars,
5293         reftex-index-macros, reftex-index-default-macro,
5294         reftex-index-default-tag, reftex-index-math-format,
5295         reftex-index-section-letters, reftex-index-include-context,
5296         reftex-index-follow-mode, reftex-index-header-face,
5297         reftex-index-section-face, reftex-index-tag-face,
5298         reftex-index-face): New options
5299         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5300         reftex-index-tag, reftex-index-return-marker,
5301         reftex-index-restriction-indicator, reftex-index-restriction-data,
5302         reftex-index-macro-regexp, reftex-index-level-re,
5303         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5304         reftex-everything-regexp-no-index, reftex-index-re,
5305         reftex-macros-with-index, reftex-index-macro-alist): New variables
5306         (reftex-index-help, reftex-index-macros-builtin,
5307         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5308         reftex-query-index-macro-help): New constants
5309         (reftex-index-selection-or-word, reftex-index,
5310         reftex-default-index, reftex-update-default-index,
5311         reftex-index-complete-tag, reftex-index-select-tag,
5312         reftex-index-complete-key, reftex-index-update-taglist,
5313         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5314         reftex-display-index, reftex-insert-index,
5315         reftex-index-insert-new-letter, reftex-get-restriction,
5316         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5317         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5318         reftex-index-toggle-follow, reftex-index-toggle-context,
5319         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5320         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5321         reftex-index-quit, reftex-index-quit-and-kill,
5322         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5323         reftex-index-revert, reftex-index-switch-index-tag,
5324         reftex-index-restrict-to-section, reftex-index-widen,
5325         reftex-index-restriction-forward,
5326         reftex-index-restriction-backward, reftex-index-visit-location,
5327         reftex-index-analyze-entry, reftex-index-globalize,
5328         reftex-index-edit, reftex-index-toggle-range-beginning,
5329         reftex-index-toggle-range-end, reftex-index-edit-key,
5330         reftex-index-edit-attribute, reftex-index-edit-visual,
5331         reftex-index-edit-part, reftex-index-level-down,
5332         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5333         reftex-index-change-entry, reftex-index-goto-letter,
5334         reftex-add-index-macros, reftex-ensure-index-support,
5335         reftex-index-info-safe, reftex-index-info): New functions.
5338 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5340         * paren.el (show-paren-mode): Support making show-paren-mode
5341         a buffer-local variable.  Don't check for a window system.
5342         (show-paren-function): Check whether show-paren-function is
5343         enabled in current buffer; do the right thing if not.
5344         Don't check for a window system.
5345         (show-paren-mode): Make it a user variable.
5347         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5348         Handle `enum' like `struct'.
5350         * server.el (server-process-filter): If a client visits no buffers,
5351         close it immediately before recording it.
5353         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5354         Optimize by calling concat just once.  Handle =\n sequence.
5355         (mail-unquote-printable-region): New command.
5356         (mail-quote-printable): Make it autoload.
5358 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5360         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5362 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5364         * lisp/texinfmt.el: Handle @ifnottex.
5366 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5368         * frame.el (blink-cursor): Don't turn on cursor blinking for
5369         ms-dos.
5371         * faces.el (face-valid-attribute-values): Look in
5372         x-bitmap-file-path only for x and w32 window systems.
5374         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5375         Do that if width is nil as well.
5376         (x-display-mm-height, x-display-mm-width): Update values.
5377         (x-colors): Compute the list from msdos-color-values.
5378         (x-select-enable-clipboard): Doc fix.
5379         (x-frob-font-weight, x-font-family-list): New functions.
5381 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5383         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5384         back up from beginning of buffer.
5386 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5388         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5390 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5392         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5393         doomsday clock, speed control is added and changes are made to
5394         allow large numbers of rings: rings now show the whole ring
5395         number, not just the last digit; consecutive rings are allowed to
5396         be the same size when necessary to fit all the rings in the
5397         window; and poles can be oriented horizontally.  Face support is
5398         thrown in gratuitously.
5399         (hanoi): Changed default number of rings back to 3.
5400         (hanoi-unix, hanoi-unix-64): New commands
5401         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5402         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5403         hanoi-odd-ring-face): New variables.
5404         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5405         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5406         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5407         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5408         (hanoi-topos, hanoi-draw-ring): Removed.
5410 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5412         * faces.el (face-valid-attribute-values): Return an alist for
5413         families on ttys.
5414         (face-read-integer): Handle unspecified face attributes.  Add
5415         completion for `unspecified'.
5416         (read-face-attribute): Handle unspecified font attributes.
5417         (face-valid-attribute-values): Add `unspecified' to lists so that
5418         it can be chosen via completion.
5419         (face-read-string): Don't recognize "none" as input.
5421 1999-08-10  Dave Love  <fx@gnu.org>
5423         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5424         string.
5426         * sun-curs.el: Require sun-fns.
5428 1999-08-10  Dave Love  <fx@gnu.org>
5430         * autorevert.el (auto-revert-mode): Add autoload cookie.
5432         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5433         hscroll.
5435         * simple.el (hscroll-step, hscroll-point-visible)
5436         (hscroll-window-column): Remove now we have the mentioned real
5437         horizontal autoscrolling.
5439 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5441         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5442         control use of -f option.
5443         (mail-specify-envelope-from): New variable.
5444         (mail-from-style): Doc fix.
5446         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5447         (easy-menu-get-map): New arg TO-MODIFY helps choose
5448         between local and global maps.
5449         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5450         (easy-menu-change): Doc fix.
5452         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5453         (info-lookup-guess-default): Simplified and cleaned up.
5454         (info-lookup-guess-default*): Preserve point.
5456         * view.el (view-mode-disable): If buffer-read-only is nil,
5457         don't change it.
5459         * files.el (after-find-file): Disable View mode if buffer is no
5460         longer read-only.
5462         * view.el (view-mode-enable, view-mode-disable):
5463         Call force-mode-line-update.
5465 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5467         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5468         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5469         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5471 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5473         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5474         to prevent m-eating-bug.
5476 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5478         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5479         frame-set-background-mode instead.  All callers changed.
5480         (msdos-face-setup): Don't force color display parameter, it is set
5481         by frame-set-background-mode.
5482         (make-msdos-frame): Call x-handle-reverse-video and
5483         face-set-after-frame-default.  Delete frame if creation failed.
5485         * faces.el (face-set-after-frame-default): Don't call
5486         make-face-x-resource-internal for the pc window-system.
5488 1999-08-10  Dave Love  <fx@melange.gnu.org>
5490         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5491         case with no docstring specially.
5493 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5495         * complete.el (PC-do-completion): If completing on file name,
5496         reproduce str by concatenating its directory and basename parts.
5498 1999-08-07  Dave Love  <fx@gnu.org>
5500         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5501         unibyte to multibyte conversion of search-forward (from Handa),
5502         but avoid the replacement if the language is Latin-N.
5504 1999-08-06  Richard Stallman  <rms@gnu.org>
5506         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5507         of eval-buffer.
5509         * international/mule.el (load-with-code-conversion):
5510         Pass t to eval-buffer for DO-ALLOW-PRINT.
5512 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5514         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5515         of filenames and attributes.
5516         (ls-lisp-insert-directory): Use directory-files-and-attributes
5517         for speed.
5519 1999-08-05  Dave Love  <fx@gnu.org>
5521         * auto-show.el (auto-show-mode): Fix :set.
5523         * widget.el (define-widget-keywords): Make dummy definition and
5524         comment-out its use.
5526 1999-08-04  Richard Stallman  <rms@gnu.org>
5528         * progmodes/tcl.el: Customized.
5530         * sql.el (sql-accumulate-and-indent): Instead of testing
5531         whether this is Emacs 20 before calling comint-accumulate,
5532         test whether comint-accumulate is defined.
5534 1999-08-04  Dave Love  <fx@gnu.org>
5536         * sgml-mode.el: Require outline when compiling.
5537         (sgml-mode-hook, html-mode-hook): Customize.
5538         (sgml-validate-command): Fix :version.
5539         (html-autoview-mode): Doc fix.
5541         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5542         nothing in Latin-N environment.
5544         * info.el (Info-find-node): Call info-initialize here.
5545         (info): Not here.
5546         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5548 1999-08-04  Richard Stallman  <rms@gnu.org>
5550         * ansi-color.el: New file.
5552 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5554         * dired.el (dired-string-replace-match): Return `nil' when no match
5555         found with global search.
5557         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5558         * terminal.el (te-terminfo-directory):
5559         * mail/mailpost.el (post-mail-send-it):
5560         * mail/metamail.el (metamail-region):
5561         * progmodes/ada-mode.el (ada-tmp-directory):
5562         Use temporary-file-directory.
5564         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5565         (compilation-filter, compilation-forget-errors)
5566         (compilation-parse-errors): Use a marker instead of an integer for
5567         `compilation-parsing-end'.
5569         * progmodes/diff.el (diff-parse-differences):
5570         Use a marker instead of an integer for `compilation-parsing-end'.
5571         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5572         Use a marker instead of an integer for `compilation-parsing-end'.
5574 1999-08-03  Richard Stallman  <rms@gnu.org>
5576         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5577         (Buffer-menu-mode): Doc fix.
5578         (Buffer-menu-view): New command.
5579         (Buffer-menu-view-other-window): New command.
5581 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5583         * replace.el (query-replace-regexp-eval)
5584         (replace-eval-replacement, replace-loop-through-replacements)
5585         (replace-match-string-symbols): New functions.
5586         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5587         Use replace-loop-through-replacements.
5589 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5591         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5592         (5x5): Doc fix.
5594 1999-08-03  Dave Love  <fx@gnu.org>
5596         * fortran.el (fortran-indent-new-line): Make it an alias
5597         for reindent-then-newline-and-indent.
5599 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5601         * rect.el: All functions rewritten, except when noted above
5602         their declaration.  Below is a list of interface changes.
5603         (apply-on-rectangle): New function, mostly replaces
5604         `operate-on-rectangle'.  All callers changed.
5605         (move-to-column-force): Pass new second argument to `move-to-column'.
5606         (kill-rectangle): Added optional prefix arg to fill lines.
5607         (delete-rectangle): Ditto.
5608         (delete-whitespace-rectangle): Ditto.
5609         (delete-extract-rectangle): Ditto.
5610         (open-rectangle): Ditto.
5611         (clear-rectangle): Ditto.
5612         (delete-whitespace-rectangle-line): New function.
5613         (delete-rectangle-line): Added third arg FILL.
5614         (delete-extract-rectangle-line): Ditto.
5615         (open-rectangle-line): Ditto.
5616         (clear-rectangle-line): Ditto.
5618 1999-08-03  Ray Blaak  <blaak@gnu.org>
5620         * progmodes/delphi.el: New file.
5622 1999-08-02  Richard Stallman  <rms@gnu.org>
5624         * textmodes/outline.el (outline-previous-heading): New function.
5625         (outline-up-heading-all): Use outline-previous-heading.
5626         (outline-next-heading): Delete definition inserted yesterday.
5628 1999-08-01  Richard Stallman  <rms@gnu.org>
5630         * textmodes/outline.el (outline-next-heading): New function.
5631         (outline-up-heading-all): New function.
5632         (outline-font-lock-level): Using outline-up-heading-all.
5633         Tell outline-back-to-heading to accept invisible headings.
5635         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5637         * mail/mh-utils.el (mh-find-path-run): New variable.
5638         (mh-find-path): Test and set that.
5639         Set mail-user-agent only the first time this function is run.
5640         (mail-user-agent): Defvar deleted.
5642         * info.el (info-initialize): New function.
5643         (info): Call info-initialize.
5644         (Info-directory-list): Initialize to nil,
5645         so info-initialize will set it up for real.
5647 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5649         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5650         does not interpret a time as the year in a day-month entry.
5652         * calendar/diary-lib.el: Change syntax table entry for colon in
5653         the diary as part of the european-date-diary-pattern fix.
5655 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5657         * international/mule.el (set-auto-coding): Allow whitespace before
5658         and after the "variable: value" pair.
5660 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5662         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5663         (default-sendmail-coding-system): Doc-string fixed.
5665 1999-07-30  Dave Love  <fx@gnu.org>
5667         * subr.el (assoc-delete-all): New function, renamed from
5668         frame-delete-all.
5670         * frame.el: Change comments to doc strings and other doc fixes.
5671         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5672         Callers changed.
5673         (set-background-color, set-foreground-color, set-cursor-color)
5674         (set-mouse-color, set-border-color): Offer completion of colours.
5675         (cursor): Add :version to defgroup.
5677         * facemenu.el (list-colors-display): Make it work on ttys.
5678         (facemenu-read-color): Likewise.
5680 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5682         * frame.el (frame-notice-user-settings): If background
5683         color has been changed, update background-mode from it,
5684         then update faces.
5686 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5688         * net-utils.el (finger): Don't do indirect fingering.
5690 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5692         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5693         rules.  Add separator at end of holidays.
5694         (cal-tex-rules): New customizable variable.
5695         (cal-tex-latexify-list): Add optional parameter to put separator
5696         at end.
5698 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5700         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5701         fill prefix on each line while looping to the end of paragraph.
5702         End paragraph if it's longer than the existing fill prefix.
5704         * textmodes/fill.el (fill-context-prefix): Doc fix.
5706 1999-07-30  Dave Love  <fx@gnu.org>
5708         * font-lock.el (jit-lock): Fix :load, add :version.
5710 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5712         * term/pc-win.el (msdos-face-setup): Register standard colors in
5713         Vface_tty_color_alist.
5714         (face-color-supported-p, face_color_gray_p): New functions.
5716         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5717         is bound.
5719         * startup.el (command-line): Don't register default colors for
5720         MSDOS window-system.
5722 1999-07-29  Dave Love  <fx@gnu.org>
5724         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5725         charquote.
5727         * lisp-mode.el (eval-defun): Re-written to avoid
5728         capturing variables.
5730         * picture.el (picture-beginning-of-line): Don't call
5731         hscroll-point-visible now we have real autoscrolling.
5732         (picture-end-of-line, picture-newline, picture-open-line):
5733         Likewise.
5735         * international/latin-8.el: New file.
5736         * international/latin-9.el: New file.
5738 1999-07-28  Dave Love  <fx@gnu.org>
5740         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5742         * msb.el: Require cl only when compiling.
5743         (msb--home-dir): Deleted.
5744         (msb--format-title): Use abbreviate-file-name.
5745         (msb--choose-file-menu): Simplify string comparison.
5747 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5749         * faces.el (toolbar): Add face definition for mono displays.
5751 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5753         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5755         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5756         force copying of default-frame-alist.
5758 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5760         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5762 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5764         * frame.el (set-mouse-color): If new color is nil,
5765         really respecify the current color.
5767 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5769         * faces.el (bitmap-area): Change background of face `bitmap-area'
5770         to white for mono displays.
5772 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5774         * international/ccl.el (ccl-embed-symbol): New function.
5775         (ccl-program-p): Deleted.  Now it's implemented in C code.
5776         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5777         (ccl-compile-translate-character): Likewise.
5778         (ccl-compile-map-single): Likewise.
5779         (ccl-compile-multiple-map-function): Likewise.
5780         (declare-ccl-program): Doc-string modified.
5781         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5783 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5785         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5787 1999-07-25  Markus Rost  <rost@gnu.org>
5789         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5790         the entries to make custom-file more readable.
5792 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5794         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5796         * emacs-lisp/edebug.el: Delete compatibility code.
5797         (edebug-next-token-class): If . is followed by a digit,
5798         return `symbol' for the token class.
5800         * startup.el (command-line): If we don't find the user's init file,
5801         set user-init-file to nil.
5803 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5805         * info-look.el (info-lookup-interactive-arguments): Add optional
5806         argument query for new choice of help mode.
5807         (info-lookup-symbol):  Use it.
5808         (info-lookup-file): Ditto.
5809         (info-lookup): Don't switch to other window, if already in Info
5810         buffer.
5812 1999-07-23  Dave Love  <fx@gnu.org>
5814         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5815         syntax.
5816         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5817         (fortran-font-lock-syntactic-keywords): New variable.
5818         (fortran-mode): Use it.
5819         (fortran-font-lock-keywords-1): Don't do comments.
5820         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5821         match data.
5823         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5825         * msb.el (msb-menu-bar-update-buffers): Renamed from
5826         menu-bar-update-buffers.
5827         (msb-custom-set, msb--toggle-menu-type): Call
5828         msb-menu-bar-update-buffers.
5829         (msb-mode): Revise the hook setting.
5831         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5833 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5835         * font-lock.el, help.el, simple.el: Re-integrate previously
5836         described changes that were lost due to errors while checking them
5837         in.
5839 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5841         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5843 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5845         * international/encoded-kb.el
5846         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5847         but push it to unread-command-events.
5848         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5849         (encoded-kbd-self-insert-sjis): Likewise.
5850         (encoded-kbd-self-insert-big5): Likewise.
5852         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5853         before left margin and fill-prefix by fill-find-break-point.
5855 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5857         * info-look.el (info-lookup-setup-mode): Don't give up, if
5858         info-lookup-make-completions returns an error.
5859         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5860         name latex, not latex2e.
5862 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5864         * replace.el (perform-replace): Turn off case-fold-search
5865         if FROM-STRING argument has uppercase in it.
5867 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5869         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5870         mode is on.  Don't use end of changed text.
5872 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5874         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5875         (cl-hash-table-p): Renamed from hash-table-p.
5876         (cl-hash-table-count): Renamed from hash-table-count.
5877         (maphash): Alias to cl-maphash removed.
5878         (gethash): Likewise.
5879         (puthash): Likewise.
5880         (remhash): Likewise.
5881         (clrhash): Likewise.
5883 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5885         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5886         third arg non-nil.  See comment there why this isn't a good idea.
5888 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5890         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5892         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5893         sit-for with 3rd arg non-nil to prevent redisplay.
5895 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5897         * image.el (image-type-from-file-header): If file doesn't
5898         have a directory part, add data-directory.
5900 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5902         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5903         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5904         motion handling when tooltip-gud-tips-p is nil.
5906 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5908         * tooltip.el (tooltip-mode): Don't use `plusp'.
5909         (tooltip-active): Use initial value of nil.
5911         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5913 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5915         * bindings.el (make-mode-line-mouse-sensitive): Add key
5916         definitions for `top-line'.
5918 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5920         * faces.el (top-line): New face.
5922 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5924         * image.el (image-type-regexps): Add regexp for PS files.
5926 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5928         * faces.el (set-face-attribute): Fix wrong handling of frame
5929         begin equal to t.
5931 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5933         * image.el (image-type-regexps): Add PNG format.
5935 1999-07-21  Dave Love  <fx@gnu.org>
5937         * bindings.el (mode-line-modified): New variable.
5938         (mode-line-mode-menu-1): Switch to appropriate window before
5939         showing menu.
5941 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5943         * faces.el (face-underline): Removed.
5944         (face-underline-color): Ditto.
5946 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5948         * faces.el (face-x-resources): Fix typo.
5950 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5952         * faces.el: Remove handling of `:relief', extend handling of
5953         `:box'.
5954         (frame-set-background-mode): Choose new defface specs after
5955         frame parameters have changed.
5957         * cus-face.el: Ditto.
5959 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5961         * custom.el (defface): Extend documentation to include new
5962         face attributes.
5964         * cus-face.el (custom-face-attributes): Add overline,
5965         strike-through, box.
5967         * faces.el (face-valid-attribute-values): Handle overline,
5968         strike-through, box.
5969         (face-attribute-name-alist): Add pairs for new face attributes.
5970         (describe-face): Handle new face attributes.
5972 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5974         * faces.el (face-x-resources): Add overline, strike-through, box.
5976 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5978         * enriched.el (enriched-translations): Add `display' and
5979         "x-display".
5980         (enriched-handle-display-prop): New.
5981         (enriched-decode-display-prop): New.
5983         * format.el (top-level): Give `display' property
5984         `format-list-atomic-p.
5985         (format-annotate-single-property-change): Test that property.
5986         If present, treat list property values like atoms.
5988 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5990         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5991         so that "*" can be entered.
5993 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5995         * cus-face.el (custom-face-attributes): Don't use `#''.
5997 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5999         * cus-face.el (custom-face-attributes): Return underline
6000         face attribute directly from the second lambda of underline.
6002 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6004         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6006         * frame.el (after-setting-font-hooks): New variable.
6007         (set-frame-font): Run those hooks.
6009         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6011         * faces.el (set-face-attribute): Fix doc string.
6013 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6015         * cus-face.el (custom-face-attributes): Accept color name.
6017         * faces.el (face-underline-p): Accept unspecified underlining.
6018         (face-underline): Ditto.  Fix doc string.
6020 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
6022         * faces.el (face-underline-color): New function.
6024 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
6026         * cus-face.el (custom-face-attributes): Support underline coloring.
6027         Added slot to choose a color.
6029         * faces.el (face-underline): New function.
6030         (face-underline-p): Support underline coloring.
6031         Return nil only if the underline attribute is 'normal.
6032         (set-face-underline): New function.
6033         (face-valid-attribute-values): Support underline coloring.
6035 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6037         * image.el (insert-image): Use `display' instead of `glyph'
6038         as text property name.
6039         (put-image): Ditto.
6040         (image-type-from-file-header): Use insert-file-contents-literally.
6042 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6044         * easymenu.el (easy-menu-do-add-item): Don't use the empty
6045         string to indicate separators.
6047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6049         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6050         instead of message-log.
6052 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6054         * faces.el (bitmap-area): New face.
6056 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6058         * image.el (insert-image): New.
6060 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6062         * frame.el (blink-cursor): Set the symbol's value.
6063         (show-trailing-whitespace): Change group to font-lock.
6065 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6067         * jit-lock.el: New.
6068         * font-lock.el: Add jit-mode as new support mode.
6070         * font-lock.el (font-lock-fontify-keywords-region): Stop when
6071         reaching end instead of letting re-search-forward signal an error.
6072         (demand-lock-mode): New.
6073         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6074         (font-lock-turn-off-thing-lock): Ditto.
6075         (font-lock-after-fontify-buffer): Ditto.
6076         (font-lock-after-unfontify-buffer): Ditto.
6078 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6080         * gs.el: New file.
6082         * startup.el (command-line-1): Activate tooltip mode if
6083         interactive.
6085 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6087         * faces.el (toolbar): Grey default background.
6088         (modeline): Ditto.
6090         * image.el (image-type-regexps): New.
6091         (image-type-from-file-header): New.
6092         (create-image): Call it.
6094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6096         * image.el: New file.
6098 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6100         * bindings.el (mode-line-format): Replace `mode-name' with
6101         `(:eval mode-line-mode-name)'.
6102         (mode-line-mode-name): New.
6103         (make-mode-line-mouse-sensitive): Don't change default value
6104         of `mode-name'.
6106 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6108         * tooltip.el: New file.
6110 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6112         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6113         instead of mouse-3 to pop up menus.
6114         (mode-line-kill-buffer): Removed.
6115         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6116         buffer name.
6117         (mode-line-buffer-menu-1): Removed.
6119         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6121         * bindings.el (mode-line-buffer-identification-keymap): New.
6122         (mode-line-buffer-menu-keymap): New.
6123         (mode-line-mode-menu-keymap): New.
6124         (mode-line-unbury-buffer): New.
6125         (mode-line-other-buffer): New.
6126         (mode-line-kill-buffer): New.
6127         (mode-line-buffer-menu-1): New.
6128         (mode-line-mode-menu-1): New.
6129         (make-mode-line-mouse-sensitive): New.
6131 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6133         * help.el (describe-key-briefly): Handle mode line strings
6134         with local-map properties.
6135         (describe-key): Ditto.
6136         (mode-line-key-binding): New.
6138 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6140         * scroll-bar.el (scroll-bar-timer): New.
6141         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6143 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6145         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6146         and `bottom'.
6148 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6150         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6151         (global): Use different key bindings if using tookit scroll bars.
6153 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6155         * faces.el (modeline): Define mode line face with relief for
6156         class color, only.
6157         (toolbar): New face.
6159 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6161         * frame.el (frame-initialize): Set frame-creation-function to
6162         tty-create-frame-with-faces.
6164         * faces.el (frame-set-background-mode): Make it work for
6165         window-system nil.
6167         * faces.el (tty-create-frame-with-faces): New.
6168         (face-set-after-frame-default): Make it work for TTY frames.
6170 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6172         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6173         Return a list of one font family for TTYs.  Don't return bitmap
6174         file paths for TTY frames.
6176         * faces.el: Add face specs for tty displays to basic faces.
6178         * font-lock.el (font-lock-comment-face): Add spec for color tty.
6179         (font-lock-string-face): Ditto.
6180         (font-lock-keyword-face): Ditto.
6181         (font-lock-builtin-face): Ditto.
6182         (font-lock-function-name-face): Ditto.
6183         (font-lock-variable-name-face): Ditto.
6184         (font-lock-type-face): Ditto.
6185         (font-lock-constant-face): Ditto.
6186         (font-lock-warning-face): Ditto.
6188 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6190         * startup.el (command-line): Register default tty colors.
6192         * faces.el (face-spec-set-match-display): Recognize `type tty'.
6194 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6196         * faces.el (modeline): For X frames, use a modeline with relief.
6198 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6200         * faces.el (frame-update-faces): Copied from 20.2.
6201         (frame-update-face-colors): Ditto.  Code removed that isn't
6202         applicable in the new face implementation.
6204 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6206         * frame.el (show-trailing-whitespace): New.
6208         * faces.el (trailing-whitespace): New basic face.
6210 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6212         * cus-face.el (custom-facep): Always define as alias for facep.
6214         * cus-face.el (custom-face-attributes): Use choice widgets.
6215         Remove :bold and :italic.
6217 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6219         * faces.el (face-charset-registries): Removed since fontset.el
6220         is no always loaded.
6222 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6224         * faces.el (internal-get-face): Added as obsolete function for
6225         compatibility.
6227 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6229         * frame.el (blink-cursor-end): Call show-cursor.
6230         (blink-cursor-mode): Ditto.
6232 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6234         * faces.el (face-spec-reset-face): Reset all attributes to
6235         `unspecified'.
6236         (face-spec-set): Use it.
6238 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6240         * faces.el (read-all-face-attributes): Bug fix.
6241         (face-read-integer): Allow nil default value.
6242         (face-valid-attribute-values): Use symbol names of attribute
6243         values for completion list.
6245 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6247         * faces.el (internal-find-face): Define for compatibility with
6248         20.2.
6249         (face-id): Likewise.
6251         * faces.el (face-id): Return the ID of a realized face for ASCII.
6253         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
6254         (x-complement-fontset-spec): Use face-charset-registries.
6256         * faces.el (face-font-selection-order): Set font selection order
6257         from Lisp.
6258         (face-alternative-font-family-alist): Set alternative font
6259         families from Lisp.
6261 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6263         * faces.el (set-face-charset-registries): Set symbol value.
6265 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6267         * faces.el (face-set-after-frame-default): Call function
6268         internal-merge-in-global-face.
6270 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6272         * faces.el (face-list): Return symbols from face-global-alist.
6274         * faces.el (face-list): Return a copy of the face name list so
6275         that it cannot be modified from outside (facemenu.el uses
6276         nreverse, for example).
6278         * cus-face.el (custom-face-attributes): Add :bold and :italic
6279         for compatibility with old code.
6281         * faces.el (set-face-attributes-from-resources): Additional
6282         frame parameter.
6283         (make-face-x-resource-internal): Set attributes from resources
6284         for a given frame or all frames.
6286 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6288         * faces.el (all-faces): Removed.
6290         * custom.el (defface): Add new face attributes to function
6291         comment.
6293         * font-lock.el (font-lock-comment-face): Use new face attribute
6294         names.
6295         (font-lock-string-face): Ditto.
6296         (font-lock-keyword-face): Ditto.
6297         (font-lock-builtin-face): Ditto.
6298         (font-lock-function-name-face): Ditto.
6299         (font-lock-variable-name-face): Ditto.
6300         (font-lock-type-face): Ditto.
6301         (font-lock-reference-face): Ditto.
6302         (font-lock-warning-face): Ditto.
6303         ((boundp 'font-lock-face-attributes)): Ditto.
6305         * cus-face.el (custom-face-attributes): Use new face attributes.
6307         * faces.el (set-face-attribute-from-resource): Initialize
6308         from resources only for X and W32.
6310         * cus-face.el (custom-declare-face): Don't make frame-local
6311         faces.
6313         * faces.el (describe-face): Use princ instead of insert.
6315         * faces.el: Add XLFD manipulation functions from 20.2 again
6316         because fontset.el uses them.
6317         (face-set-after-frame-default): Add empty definition.
6319 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6321         * faces.el (make-face): Correct typo.
6322         (set-face-attribute-from-resource): Use let*.
6323         (face-underline-p): Correct typo.
6324         (face-inverse-video-p): Ditto.
6325         (set-face-stipple): Ditto.
6326         (face-read-string): Make completion-list optional parameter.
6328 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6330         * faces.el (face-charset-registries): Alist mapping charset
6331         symbols to registries and encoding.
6333 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6335         * frame.el (blink-cursor-mode): Use interactive spec "P".
6337 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6339         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6340         mode.  The cursor of selected_window blinks if the mode is enabled.
6342 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6344         * simple.el (next-history-element): Set point to the end of the
6345         prompt if minibuffer-prompt-in-buffer.
6347 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6349         * faces.el (x-font-regexp): Add sub-expression parentheses for
6350         several font name components.
6352 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6354         * faces.el (set-face-relief): Use index 12 for relief.
6355         (face-fill-in): Set relief from data.
6356         (internal-make-face): Init relief to zero.
6358         * faces.el (face-spec-set): Call modify-face with additional
6359         parameters for relief and fixed-p.
6361 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6363         * cus-face.el: ':fixed and ':relief added.
6365         * faces.el (describe-face): Add fixed font attribute and relief.
6366         (face-attr-match-p): Ditto.
6367         (face-attr-construct): Ditto.
6368         (face-spec-set): Ditto.
6370 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6372         * faces.el (internal-make-face): Function to create a Lisp vector
6373         suitable for representing a face.
6374         (make-face): Use it instead of make-vector.
6375         (x-create-frame-with-faces): Use it instead of vector.
6376         (internal-facep): Increase vector size to 14.
6377         (internal-make-face): Ditto.
6378         (face-relief): Access relief thickness.
6379         (face-fixed-p): Access fixed font attribute.
6380         (set-face-fixed-p): Set fixed font attribute.
6381         (set-face-relief): Set relief attribute.
6382         (internal-face-interactive-int): Read int attribute of face.
6383         (modify-face): Add fixed-p and relief parameters.
6384         (copy-face): Handle fixed-p and relief.
6385         (face-equal): Compare fixed-p and relief.
6386         (face-differs-from-default-p): Ditto.
6387         (face-nontrivial-p): Add fixed-p and relief.
6389 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6391         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6392         (internal-facep): Increase vector size.
6393         (make-face): Ditto.
6394         (face-shadow-thickness): Added.
6395         (set-face-shadow-thickness): Added.
6396         (modify-face): Add optional shadow-thickness parameter.
6397         (make-face-x-resource-internal): Add shadows.
6398         (copy-face): Ditto.
6399         (face-equal): Ditto.
6400         (face-differs-from-default-p): Ditto.
6401         (face-nontrivial-p): Ditto.
6402         (face-attr-match-p): Ditto.
6403         (face-attr-construct): Ditto.
6404         (face-spec-set): Ditto.
6405         (face-fill-in): Ditto.
6407 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6409         * bench.el (bench-mark-split-window): New bench mark.
6411 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6413         * faces.el (set-face-font): Don't pass default font to
6414         x-resolve-font so that font will not have to be of the same
6415         size.
6417 1999-07-20  Dave Love  <fx@gnu.org>
6419         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6420         unconditionally t.
6422 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6424         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6426 1999-07-20  Dave Love  <fx@gnu.org>
6428         * help.el (describe-variable): Fix test for customizability.
6430         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6431         Check for readonly buffer in interactive spec.
6432         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6433         (backward-kill-word): Add * to interactive spec.
6435         * underline.el (underline-region, ununderline-region): Add * to
6436         interactive spec.
6438         * fill.el (canonically-space-region, justify-current-line): Add *
6439         to interactive spec.
6440         (fill-region-as-paragraph, fill-paragraph, fill-region)
6441         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6442         readonly buffer in interactive spec.
6444         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6445         (backward-kill-sentence, kill-sentence): Add * to interactive
6446         spec.
6448 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6450         * dired-aux.el (dired-do-shell-command): Doc fix.
6452         * shell.el (shell-unquote-argument): New function.
6453         (shell-directory-tracker): Use shell-unquote-argument.
6454         * comint.el (comint-arguments): Handle \ followed by space or tab.
6456 1999-07-19  John Wiegley  <jwiegley@borland.com>
6458         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6459         color codes 39 and 49, which by the way lynx uses them seem to
6460         mean "foreground reset" and "background reset".
6462 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6464         * font-lock.el (c++-keywords): Add "typeid".
6466         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6467         selects no font, treat that as zero selections, not one.
6469 1999-07-19  Dave Love  <fx@gnu.org>
6471         * info.el (Info-search): Don't lose with empty regexp.
6473         * version.el: Cater for (free) `ident' program, not `which'.
6475         * hl-line.el: New file.
6477         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6478         for modes which don't define menus.
6480 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6482         * webjump.el (webjump-sample-sites): Update some URLs.
6484 1999-07-14  Richard Stallman  <rms@gnu.org>
6486         * Version 20.4 released.
6488 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6490         * compare-w.el (compare-windows): Try to find the next window in
6491         the current frame before looking at the other frames.
6493 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6495         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6496         Use cyrillic-jcuken as default input method.
6498 1999-07-12  Richard Stallman  <rms@gnu.org>
6500         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6501         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6503         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6504         (ispell-local-dictionary-alist): Add koi8-r for character set.
6506         * textmodes/flyspell.el (flyspell-get-word):
6507         Add special handling for when ispell-otherchars is empty.
6509 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6511         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6512         when having nested functons.
6513         (pascal-indent-nested-functions) (pascal-indent-line)
6514         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6515         indenting nested functions.
6517 1999-07-09  Richard Stallman  <rms@gnu.org>
6519         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6521 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6523         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6524         the `end' keyword was in the very beginning of the buffer.
6526 1999-07-08  Richard Stallman  <rms@gnu.org>
6528         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6530         * term.el (term-emulate-terminal): Avoid infinite loop
6531         in strange case where minibuffer window is selected but not active.
6533 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6535         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6536         Change regexp so that it doesn't match commands beginning with `cd'.
6538 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6540         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6542 1999-07-06  Richard Stallman  <rms@gnu.org>
6544         * hscroll.el (hscroll-minibuffer-hook): New function.
6545         (hscroll-global-mode): Add and remove that hook.
6546         Set hscroll-old-truncate-was-global's default value.
6548 1999-07-05  Richard Stallman  <rms@gnu.org>
6550         * files.el (revert-buffer): Don't preserve point here.
6551         (revert-buffer-insert-file-contents-function): Doc fix.
6553         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6555         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6556         doing a `stat' when it isn't necessary because that can cause
6557         trouble when an NFS server is down.
6559 1999-07-04  Richard Stallman  <rms@gnu.org>
6561         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6563 1999-07-03  Richard Stallman  <rms@gnu.org>
6565         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6566         for \200...\240 also.
6567         (isearch-printing-char): Use unibyte-char-to-multibyte.
6569 1999-07-02  Richard Stallman  <rms@gnu.org>
6571         * frame.el (minibuffer-frame-alist): Use defcustom.
6572         (pop-up-frame-alist): Likewise.
6573         (initial-frame-alist): Specify * in the doc string.
6575         * hscroll.el (hscroll-mode): Make it a permanent local.
6576         (hscroll-mode): Don't cancel the timer
6577         if HScroll mode is enabled in some other buffer.
6579         * isearch.el (isearch-done): If search ends in middle of intangible
6580         text (due to text property), move on to the limit of that text.
6582 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6584         * man.el (Man-build-man-command): Use value of null-device,
6585         instead of hard-coding "/dev/null".
6587         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6588         ange-ftp file names, which might force ange-ftp to prompt for a
6589         password.
6591         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6592         to prevent references to temp files.
6594 1999-06-30  Richard Stallman  <rms@gnu.org>
6596         * progmodes/sh-script.el (sh-feature): If nothing is known
6597         about the given shell, use the values for `sh'.
6599 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6601         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6602         to make it non-recursive.
6604         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6606 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6608         * auto-show.el (auto-show-mode): Fix Typo in :set.
6610 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6612         * progmodes/sh-script.el (sh-mode): When setting syntax
6613         table, default to the standard one.
6615 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6617         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6619 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6621         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6622         a frame when `return' is requested (even if pop-up-frames = t)
6623         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6624         should only be set for the bibtex buffer.
6626         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6628         * progmodes/compile.el: Deal with compilation-error-screen-columns
6629         being buffer-local.
6631 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6633         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6635 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6637         * cal-x.el (calendar-only-one-frame-setup): New function.
6638         * calendar.el (calendar): Call it if requested.
6640 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6642         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6644 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6646         * mail/supercite.el (sc-emacs-features): Doc fix.
6648 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6650         * files.el (auto-mode-alist): Add pike-mode.
6652 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6654         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6655         last byte of a numeric field is a space or a NUL.  Parse it as
6656         potentially part of the number.  This is used by GNU tar
6657         1.12.64012 to handle larger values.
6659 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6661         * custom.el (custom-handle-keyword): Fix error message.
6663 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6665         * mail/smtpmail.el (smtpmail-send-it): Use
6666         convert-standard-filename to make file names for queued mail safe
6667         on Windows (`:' is invalid in file names on Windows).
6669 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6671         * international/mule-cmds.el (describe-current-input-method):
6672         Current-input-method is string.
6673         (toggle-input-method): Docstring fixed.
6675         * international/mule-diag.el
6676         (describe-current-coding-system-briefly): Fix format string.
6678         * international/mule-util.el (coding-system-eol-type-mnemonic):
6679         Docstring modified.  Return a string.
6681 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6683         * sql.el (sql-input-ring-file-name): Doc fix.
6685 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6687         * calendar/cal-x.el (special-display-buffer-names):
6688         Don't put (get-file-buffer diary-file) on this list.
6690 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6692         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6693         Don't penalize player for certain impossible guesses.
6695 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6697         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6698         return the string "Unk  0  0000" so at least it appears to be a
6699         valid timestamp to `dired-move-to-filename-regexp'.
6701 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6703         * ps-print.el (ps-control-character): Fix previous change.
6705 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6707         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6708         multiple output of the last message.
6710 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6712         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6713         the ASCII apostrophe, as most DOS codepages have some other glyph
6714         there.
6716 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6718         * language/ethio-util.el (setup-ethiopic-environment-internal):
6719         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6720         (exit-ethiopic-environment): Likewize.
6722 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6724         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6726 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6728         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6729         custom-initialize-default to avoid infinite loop.
6730         (crisp-mode): (defun) Call transient-mark-mode here, not when
6731         loading the file.  Run crisp-mode-hook here, and run
6732         crisp-load-hook when loading the file.
6734         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6735         rmail-summary buffer, search for pattern in rmail-file.
6737         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6739         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6741         * ps-print.el (ps-printer-name): Fix custom type.
6743 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6745         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6746         (vhdl-port-paste-generic-map): Fix indentation bug.
6747         (vhdl-port-paste-port-map): Fix indentation bug.
6748         (vhdl-scan-file-contents): Make scanning case insensitive.
6750 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6752         * files.el (write-file): When buffer is not already visiting a file,
6753         don't put buffer name in the minibuffer, just make it the default.
6754         Also handle just directory as arg usefully in that case.
6756         * simple.el (sendmail-user-agent-compose):
6757         Ignore case when inserting the rest of the "other" headers.
6759         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6761         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6762         (info-lookup-interactive-arguments): Never insert the default
6763         into the minibuffer automatically.
6765         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6767 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6769         * simple.el (shell-command): Avoid printing "mark set" message.
6771 1999-06-09  Dave Love  <fx@gnu.org>
6773         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6774         digits in program name in first pattern.
6776 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6778         * vc.el (vc-dired-mode): Don't match anything before the date in
6779         dired-move-to-filename-regexp.
6781 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6783         * international/quail.el (quail-define-rules): Fix typo in
6784         docstring.
6786 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6788         * iswitchb.el (iswitchb-default-keybindings): Add
6789         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6790         than when package is loaded.
6792 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6794         * startup.el (command-line): Don't set user-init-file directly;
6795         tell `load' to set it.
6797         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6799         * simple.el (next-history-element):
6800         Handle minibuffer-text-before-history properly when reading sexps.
6802         * disp-table.el (standard-display-european):
6803         For an interactive call by the user,
6804         don't set enable-multibyte-characters,
6805         and don't set the terminal coding system.
6807         * textmodes/refbib.el: Don't print any messages or display
6808         a buffer when loading the library.
6809         (r2b-help): Doc fix.
6810         (r2b-help-message): Update the documentation.
6811         (r2b-load-quietly): Variable deleted.
6812         (r2b-convert-buffer): Doc fix.
6814 1999-06-04  Dave Love  <fx@gnu.org>
6816         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6818         * auto-show.el: Don't change hooks on loading.
6819         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6820         (auto-show-mode): Add to hooks here.
6822 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6824         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6825         recursion on bogus input.
6827 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6829         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6830         does not select a buffer from the buffers menu, then the attached
6831         frame is not switched to anything.
6833 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6835         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6836         (viet-viscii-...->viet-vscii...).
6838         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6840 1999-06-01  Dave Love  <fx@gnu.org>
6842         * progmodes/fortran.el: Add :link to defgroup.
6843         (fortran-blink-matching-if): Match ELSE statements too.
6844         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6845         that filling is always done.
6847 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6849         * simple.el (append-next-kill): Use an arg to distinguish
6850         interactive calls from Lisp calls, rather than (interactive-p).
6852         * international/iso-transl.el (iso-transl-language-alist):
6853         Interchange n and N.
6855 1999-05-31  Dave Love  <fx@gnu.org>
6857         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6858         and keymap munging on load.
6859         (msb-mode): New option.
6860         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6861         Doc fix.
6862         (msb-mode-map): New variable.
6863         (msb-mode): New command.
6865 1999-05-31  Dave Love  <fx@gnu.org>
6867         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6868         (ispell-complete-word-dict): Likewise.
6870 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6872         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6873         force the data buffer to be saved, even if the data didn't
6874         change, in case the write filter was modified.  Restore the
6875         current record after read-file-filter finishes.
6877 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6879         * ispell4.el: Obsolete; file deleted.
6881         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6883         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6884         VALUE is a syntax table.
6886         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6888         * simple.el (zap-to-char): Doc fix.
6890 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6892         * isearch.el (isearch-quote-char): Don't assume character codes
6893         0200 - 0237 stand for characters in some single-byte character
6894         charset.
6896 1999-05-27  Dave Love  <fx@gnu.org>
6898         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6900 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6902         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6903         headerline does not exist already.
6905 1999-05-26  Richard Stallman  <rms@gnu.org>
6907         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6908         Avoid nested null-loops.
6910 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6912         * international/characters.el: Typo fixed; prefered->preferred.
6914         * international/mule-cmds.el (find-coding-systems-for-charsets):
6915         Typo fixed; prefered->preferred.
6917         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6918         method in read-event.
6920         * international/mule.el (charset-info): Doc-string fixed.
6922 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6924         * mail/smtpmail.el (smtpmail-send-it): Bind
6925         smtpmail-code-conv-from properly.
6926         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6927         by smtpmail-code-conv-from.
6929 1999-05-24  Richard Stallman  <rms@gnu.org>
6931         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6932         Binding deleted also.
6934 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6936         * comint.el (comint-bol-or-process-mark): Doc fix.
6938 1999-05-23  Dave Love  <fx@gnu.org>
6940         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6941         Enter it on minor-mode-map-alist.
6942         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6943         Autoload.  Add custom setter.
6944         (crisp-mark-line): Doc fix.
6945         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6946         (crisp-mode-hook): Define.
6948 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6950         * files.el (recover-file): Recover buffer-file-coding-system.
6952 1999-05-22  Richard Stallman  <rms@gnu.org>
6954         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6955         regexp match the date, to avoid treating date as file size.
6956         Add YYYY S option to WESTERN/
6958         * bookmark.el: Delete some XEmacs compatibility code.
6959         (bookmark-jump-noselect): Check vc-backend.
6961         * subr.el (add-to-list): Doc fix.
6963 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6965         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6967 1999-05-18  Richard Stallman  <rms@gnu.org>
6969         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6970         non-space after the @anchor command.
6971         (texinfo-format-var): Handle other nested constructs, using
6972         texinfo-parse-expanded-arg and texinfo-discard-command, not
6973         texinfo-parse-arg-discard.
6975         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6976         (debug): Bind and use debugger-outer-inhibit-redisplay.
6977         Bind inhibit-redisplay to nil.
6978         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6980 1999-05-17  Dave Love  <fx@gnu.org>
6982         * help.el (describe-function-1): Extra arg, interactive-p.
6983         (describe-key, describe-function): Use it.
6985 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6987         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6989 1999-05-16  Dave Love  <fx@gnu.org>
6991         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6992         scroll-preserve-screen-position, scroll-conservatively.
6994 1999-05-16  Dave Love  <fx@gnu.org>
6996         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6998 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
7000         * progmodes/vhdl-mode.el: Completely revised and massively extended.
7002 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
7004         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7005         magic number and is not associated with a file.
7007 1999-05-14  Richard M. Stallman  <rms@gnu.org>
7009         * files.el (find-file-noselect-1): Fix previous change.
7011 1999-05-14  Simon Marshall  <simon@gnu.org>
7013         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7015 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
7017         * international/mule-diag.el (mule-diag): Change MULE to Mule in
7018         docstring.
7020         * international/mule-cmds.el: Change MULE to Mule in docstrings
7021         and menus.
7023 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
7025         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7026         to correctly reflect the value of BaseLineOffset in
7027         RelativeCompose.  Now the value of RelativeCompose is an array of
7028         low and high positions.
7029         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7030         RLC for the above change.
7032 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
7034         * comint.el (comint-password-prompt-regexp): Modified to match the
7035         output of ksu and ssh-add.
7037 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
7039         * language/korea-util.el (isearch-toggle-korean-input-method):
7040         Adjusted for the change of input method handling in isearch.el.
7041         (isearch-hangul-switch-symbol-ksc): Likewise.
7042         (isearch-hangul-switch-hanja): Likewise.
7044 1999-05-10  Dave Love  <fx@gnu.org>
7046         * help.el (help-make-xrefs): Fix typo.
7048 1999-05-10  Andreas Schwab  <schwab@gnu.org>
7050         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7051         unibyte-display-via-language-environment.
7053         * help.el (help-make-xrefs): Handle more cases when looking for
7054         commands in a keymap description.
7056 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
7058         * loadup.el: For ms-dos systems, load ccl and codepage.
7060 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
7062         * ps-print.el (ps-control-character): Call
7063         ps-mule-prepare-ascii-font to setup ASCII fonts.
7065         * ps-mule.el (ps-mule-begin-job): Redo this change "if
7066         ps-multibyte-buffer is nil, use
7067         ps-mule-font-info-database-default."
7069 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
7071         * ispell.el (ispell-local-dictionary-alist): New variable for
7072         customizing local dictionaries not accessable by everyone.
7073         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7074         (ispell-required-version): Changed format `(major minor
7075         revision)' to support general pattern matching.
7076         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7077         skip region commented out due to incorrect skip potential in std latex.
7078         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
7079         cursor point on small words for calls from `ispell-minor-mode'.
7080         (check-ispell-version): Tests and accepts versions major.minor
7081         and above, with adjustments for interactions in 3.1.0-3.1.11.
7082         (ispell-get-line): No longer skips ispell process special characters.
7083         (ispell-comments-and-strings): Removed `when' macro call.
7084         (ispell-minor-check): Requires ispell-word to restore cursor point.
7085         (ispell-buffer-local-parsing): Supports checking comments only.
7087 1999-05-08  Karl Heuer  <kwzh@gnu.org>
7089         * comint.el (comint-password-prompt-regexp): Fix last change to be
7090         more specific.
7092 1999-05-07  Richard M. Stallman  <rms@gnu.org>
7094         * subr.el (with-temp-message): Fix the other call to message
7095         to use %s.
7097 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
7099         * gud.el (gud-format-command): "%F" means file sans extension.
7100         (jdb): Use %F, not %f, for gud-break.
7102 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
7104         * comint.el (comint-password-prompt-regexp): Modified so that it
7105         matches the output of kinit.
7107 1999-05-06  Greg Stark  <gsstark@mit.edu>
7109         * timezone.el (timezone-parse-date): Recognize new format used in
7110         internet cookies.
7112 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
7114         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7116 1999-05-04  Andrew Innes  <andrewi@gnu.org>
7118         * time.el (display-time-update): Allow for wrap-around when
7119         checking against display-time-server-down-time.
7121 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
7123         * international/mule-diag.el (describe-coding-system): Fix English
7124         message.
7126 1999-05-03  Jason Rumney <jasonr@altavista.net>
7128         * term/w32-win.el: Change the x-charset-registry property for the
7129         Japanese charsets that are supported by Japanese Windows fonts.
7131 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7133         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7134         diary-block diary entries for which the reminders and the diary
7135         entries can overlap.
7137 1999-05-02  Jason Rumney <jasonr@altavista.net>
7139         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7140         matches the font selected in the dialog.
7142 1999-05-02  Dave Love  <fx@gnu.org>
7144         * browse-url.el (browse-url-browser-function): Add :version.
7146         * international/mule.el (auto-coding-alist): Add .tgz.
7148 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
7150         * international/codepage.el (cp-coding-system-for-codepage-1):
7151         Make the magnification parameter for the -dos encoder be 2.
7153 1999-05-2  Andrew Innes  <andrewi@gnu.org>
7155         * term/w32-win.el (w32-drag-n-drop): Select file in window where
7156         it is dropped, rather than current window.
7158         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7159         after switching buffer, as case-fold-search is a buffer local
7160         variable.
7162         * w32-fns.el (convert-standard-filename): Only convert directory
7163         separators to backslash if the interactive shell is one of the
7164         standard Windows shells that has DOS semantics.
7166         * ls-lisp.el (ls-lisp-format-time): Trap errors from
7167         format-time-string, and return a suitable string to indicate the
7168         timestamp was invalid.
7170         * hexl.el (hexlify-command): Apply shell-quote-argument after
7171         expanding hexl-program in case exec-directory contains a space.
7172         (dehexlify-command): Ditto.
7174         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7175         file extension regexps which aren't necessarily binary files.
7176         (direct-print-region-helper): Use subst-char-in-string instead of
7177         binding directory-sep-char to convert filenames to DOS syntax.
7178         (direct-print-region-use-command-dot-com): New variable.
7179         (direct-print-region-helper): Use it to control whether to invoked
7180         command.com to print on Windows 9x.
7182         * browse-url.el (browse-url-browser-function): Default to
7183         browse-url-default-windows-browser on windows-nt.
7184         (browse-url-default-windows-browser): New function.
7186 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7188         * forms.el (forms-mode): Don't call forms-first-record or
7189         forms-last-record if the data file has zero records.
7191 1999-04-29  Richard M. Stallman  <rms@gnu.org>
7193         * files.el (find-file-noselect-1): If buffer-file-name has changed
7194         after find-file-not-found-hooks runs, recompute the truename.
7195         And don't use FILENAME after that point.
7197 1999-04-27  Dave Love  <fx@gnu.org>
7199         * paren.el (show-paren-mode)
7200         * which-func.el (which-func-mode-global)
7201         * type-break.el (type-break-mode)
7202         * time.el (display-time-mode)
7203         * rsz-mini.el (resize-minibuffer-mode)
7204         * mouse-sel.el (mouse-sel-mode)
7205         * icomplete.el (icomplete-mode)
7206         * hscroll.el (hscroll-global-mode)
7207         * help.el (temp-buffer-resize-mode)
7208         * font-lock.el (global-font-lock-mode)
7209         * delsel.el (delete-selection-mode)
7210         * avoid.el (mouse-avoidance-mode)
7211         * autoinsert.el (auto-insert-mode)
7212         * winner.el (winner-mode): Doc fix.
7214 1999-04-26  Karl Heuer  <kwzh@gnu.org>
7216         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7217         the same whitespace that was ignored in choosing the subject string.
7219 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7221         * info.el (Info-find-node): Position properly after finding anchor.
7223         * cus-start.el (all): Handle unibyte-display-via-language-environment.
7225         * simple.el (indent-new-comment-line): Fix previous change.
7227         * complete.el: Delete the wildcard expansion feature
7228         since that is now standard in find-file.
7229         (PC-try-load-many-files): Function deleted.
7230         (PC-after-load-many-files): Function deleted.
7231         (PC-many-files-list): Variable deleted.
7232         (PC-disable-wildcards): Variable deleted.
7233         (partial-completion-mode): Don't enable the wildcard feature.
7235         * complete.el (PC-look-for-include-file): Don't set global variables
7236         `error', `buf' and `filename' here.
7238         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7240 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
7242         * textmodes/outline.el (outline-regexp): Doc fix.
7244 1999-04-26  John Wiegley  <johnw@borland.com>
7246         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7247         C++Builder 4.0 error message syntax.
7249 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
7251         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7252         supported, use find -exec.
7254 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7256         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7257         coding-system-for-write, to avoid hanging when non-interactive.
7259 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
7261         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7262         start with a newline.
7264 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
7266         * international/mule-conf.el (x-ctext): New coding system.
7268 1999-04-12  Richard M. Stallman  <rms@gnu.org>
7270         * international/mule-cmds.el (input-method-function):
7271         Add permanent-local property.
7273 1999-04-12  Dave Love  <fx@gnu.org>
7275         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7276         change to use jka-compr-byte-compiler-base-file-name.
7278         * supercite.el (sc-scan-info-alist): Revert last change.
7279         (sc-attrib-selection-list): Fix :type here instead.
7281 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7283         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7284         in the list of case-insensitive filesystems.
7286 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7288         * international/fontset.el (create-fontset-from-fontset-spec):
7289         Don't register duplicated alias fontset names.
7291 1999-04-08  Richard Stallman  <rms@gnu.org>
7293         * international/mule.el (auto-coding-alist-lookup): New function.
7294         (set-auto-coding): Use auto-coding-alist-lookup.
7296         * jka-compr.el (jka-compr-insert-file-contents):
7297         Use auto-coding-alist-lookup to check for files that
7298         should not have eol conversion, in the unibyte case.
7300 1999-04-07  Dave Love  <fx@gnu.org>
7302         * help.el (describe-variable): Check custom-loads property as well
7303         as custom-type.
7305         * abbrev.el (abbrev-mode): Customizing sets the default value.
7307 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7309         * vc.el (vc-backend-revert): For CVS files that were made
7310         writeable with "cvs edit", call "cvs unedit" to undo that.
7312 1999-04-08  Dave Love  <fx@gnu.org>
7314         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7315         more.
7316         (sc-emacs-features): Recognize Emacs 20.
7317         (sc-read-string): Use history arg.
7318         (sc-scan-info-alist): Check for rtnvalue a cons.
7320 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7322         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7323         coding system to encode the message by
7324         select-message-coding-system.
7326 1999-04-07  Richard Stallman  <rms@gnu.org>
7328         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7330         * winner.el: Reorder definitions.
7332         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7334         * mail/rmail.el (rmail-decode-babyl-format):
7335         Undo previous change.
7337 1999-04-06  Richard Stallman  <rms@gnu.org>
7339         * info.el (Info-find-node): Check for an anchor at the
7340         proper place, before reading an indirect file.
7342         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7344         * jka-compr.el (jka-compr-insert-file-contents):
7345         Use raw-text-unix when we want no conversion.
7347 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7349         * timezone.el (timezone-parse-date): Corrected regexp for
7350         style (5) date format so that tenths of seconds are optional.
7352 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7354         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7355         of dos-codepage-setup.
7356         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7357         codepages for which there's no need to set up cpNNN coding
7358         systems.
7359         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7361 1999-04-05  Richard Stallman  <rms@gnu.org>
7363         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7365 1999-04-02  Richard Stallman  <rms@gnu.org>
7367         * progmodes/compile.el (compilation-handle-exit): Do right thing
7368         if (car status) doesn't end in a newline.
7370 1999-04-01  Dave Love  <fx@gnu.org>
7372         * progmodes/sql.el (SQL): Add defgroup :version.
7374 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7376         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7377         buffer-file-coding-system.  If the coding system used is raw-text,
7378         etc., make the *Compiler Input* buffer unibyte.
7380         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7382         * loadup.el: Don't write the fns-...el file if not dumping.
7384 1999-03-31  Dave Love  <fx@gnu.org>
7386         * snmp-mode.el (snmp): Fix defgroup :version.
7388         * hilit-chg.el (highlight-changes): Add defgroup :version.
7390 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7392         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7393         the gnus-save-hidden-threads macro.
7395 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7397         * faces.el (face-set-after-frame-default): Obey the
7398         `customized-face' for new faces.
7400 1999-03-30  Dave Love  <fx@gnu.org>
7402         * international/mule-cmds.el (current-language-environment): Doc fix.
7403         * abbrev.el (abbrev-mode): Doc fix.
7404         * autoinsert.el (auto-insert-mode): Doc fix.
7405         * complete.el (partial-completion-mode): Doc fix.
7406         * avoid.el (mouse-avoidance-mode): Doc fix.
7407         * delsel.el (delete-selection-mode): Doc fix.
7408         * font-lock.el (global-font-lock-mode): Doc fix.
7409         * help.el (temp-buffer-resize-mode): Doc fix.
7410         * hscroll.el (hscroll-global-mode): Doc fix.
7411         * icomplete.el (icomplete-mode): Doc fix.
7412         * mouse-sel.el (mouse-sel-mode): Doc fix.
7413         * paren.el (show-paren-mode): Doc fix.
7414         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7415         * time.el (display-time-mode): Doc fix.
7416         * type-break.el (type-break-mode): Doc fix.
7417         * which-func.el (which-func-mode-global): Doc fix.
7418         * winner.el (winner-mode): Doc fix.
7420 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7422         * wid-edit.el (widget-before-change): Signal text-read-only rather
7423         than an ordinary error.
7425 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7427         * repeat.el: Don't require advice.
7428         (repeat): Do function-indirection in check for kbd macro.
7429         In self-insert case, use the *last* char in INSERTION.
7431 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7433         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7435 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7437         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7438         comint-input-filter-functions.  Make variables related to shell
7439         directory tracking local.
7441 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7443         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7445         * simple.el (shell-command-on-region): Cope with exit-status being
7446         nil, which happens if call-process-region was interrupted.
7448 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7450         * simple.el (indent-new-comment-line): Handle use at a point
7451         after a comment-end.  Handle multiple comments.
7453         * mail/rmail.el (rmail-decode-babyl-format):
7454         To prevent locking, bind buffer-file-name to nil.
7456 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7458         * mail-hist.el (mail-hist-current-header-name): Don't make
7459         off-by-one-error when determining if in message body.
7461 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7463         * w32-fns.el (set-default-process-coding-system): Copied from
7464         dos-w32.el, but modified to use Unix line endings for process
7465         input, and to add a suitable entry to process-coding-system-alist
7466         for DOS shells.
7468         * dos-fns.el (set-default-process-coding-system): Copied from
7469         dos-w32.el.
7471         * dos-w32.el (set-default-process-coding-system): Move function to
7472         dos-fns.el; a different version is used in w32-fns.el.
7474 1999-03-24  Dave Love  <fx@gnu.org>
7476         * info.el (Info-directory-list): Revert change to re-writing
7477         Info-default-directory-list, but put `alternative' first.
7478         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7480 1999-03-23  Simon Marshall  <simon@gnu.org>
7482         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7483         on the line by itself.
7484         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7485         it is not in a declarative context.
7487 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7489         * cus-edit.el (custom-variable-prompt): Allow customization of
7490         autoloaded symbols.
7492 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7494         * simple.el (what-cursor-position): Don't cause error when point
7495         is at invalid multibyte sequence.
7497 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7499         * complete.el (partial-completion-mode): Doc fix.
7501 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7503         * progmodes/cplus-md.el (old-c++): Remove :group.
7505         * progmodes/c-mode.el (old-c): Remove :group.
7507 1999-03-18  Simon Marshall  <simon@gnu.org>
7509         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7510         (java-font-lock-keywords-2): Added "strictfp" keyword.
7512 1999-03-17  Jason Rumney <jasonr@altavista.net>
7514         * w32-fns.el (set-w32-system-coding-system) New function.
7515         (w32-system-coding-system) Initialize to 'iso-latin-1.
7517 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7519         * international/mule-cmds.el (set-language-environment): Fix
7520         previous change: don't use dos-codepage when unbound.
7522 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7524         * calendar/appt.el (appt-make-list): Fix previous change.
7526 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7528         * window.el (shrink-window-if-larger-than-buffer):
7529         Don't try to redisplay with the cursor at the end
7530         on its own line--that would force a scroll and spoil things.
7532 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7534         * international/mule-cmds.el (set-language-environment): Don't use
7535         cpNNN-nonascii-translation-table if it is unbound.
7537         * term/internal.el (dos-codepage-setup): Compute the unibyte
7538         syntax table and bind unibyte-display-via-language-environment
7539         here, rather than at top level, so that resetting to unibyte in
7540         .emacs works as expected.
7542 1999-03-15  Simon Marshall  <simon@gnu.org>
7544         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7546 1999-03-14  Milan Zamazal <pdm@pvt.net>
7548         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7550 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7552         * international/mule-util.el (detect-coding-with-priority):
7553         Restore the internal database.
7555 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7557         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7558         if mail-from-style has invalid value.
7560 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7562         * vc.el (vc-delete-logbuf-window): New var.
7563         (vc-finish-logentry): Use it.
7565 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7567         * startup.el (command-line-1): Improve startup msg.
7569 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7571         * speedbar.el: Added commentary about stealthy functions.
7572         (speedbar-message) new function.
7573         (speedbar-y-or-n-p): New function
7574         (speedbar-with-attached-buffer) Moved macro before reference.
7575         Now uses `save-selected-window'.
7576         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7577         speedbar-generic-item-info, speedbar-item-info-file-helper,
7578         speedbar-item-delete, speedbar-insert-generic-list,
7579         speedbar-timer-fn, speedbar-check-vc-this-line,
7580         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7581         speedbar-buffers-item-info) Use speedbar-message.
7582         (speedbar-item-info) Limit `message-log-max'.
7583         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7584         speedbar-item-delete, speedbar-item-object-delete,
7585         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7587 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7589         * server.el (server-start): Set coding system for the server
7590         process to raw-text.
7591         (server-process-filter): Decode file names if necessary.
7593 1999-03-12  Dave Love  <fx@gnu.org>
7595         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7597         * textmodes/paragraphs.el (sentence-end): Doc fix.
7599 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7601         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7603 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7605         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7606         (ispell-dictionary-alist-2): Likewise.
7607         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7608         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7609         (ispell-dictionary-alist): Build from six pieces, not just two.
7611         * ps-bdf.el (bdf-directory-list): Doc fix.
7613         * enriched.el (enriched-mode): Make var permanent-local.
7615 1999-03-09  Dave Love  <fx@gnu.org>
7617         * textmodes/sgml-mode.el (html-mode): Use
7618         sentence-end-double-space when setting sentence-end.
7620 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7622         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7624 1999-03-08  Felix Lee  <flee@cygnus.com>
7626         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7628         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7630 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7632         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7633         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7635         * dired.el (dired-do-copy-regexp): Doc fix.
7636         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7638 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7640         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7642 1999-03-08  Jason Rumney <jasonr@altavista.net>
7644         * international/codepage.el (cp1250-decode-table)
7645         (cp1251-decode-table, cp1253-decode-table)
7646         (cp1257-decode-table): New translation tables for MS Windows codepages.
7647         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7649 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7651         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7653 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7655         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7657         * term/internal.el (top level): Display character 255 as 8bit as well.
7659 1999-03-06  Dave Love  <fx@gnu.org>
7661         * progmodes/cc-cmds.el (c-outline-level): Bind
7662         buffer-invisibility-spec.
7664         * progmodes/c-mode.el (c-outline-level): Likewise.
7666         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7668 1999-03-05  Felix Lee  <flee@cygnus.com>
7670         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7672 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7674         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7676 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7678         * w32-fns.el (convert-standard-filename): Convert directory
7679         separators to Windows format.
7681 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7683         * international/skkdic-cnv.el: Provide skkdic-cnv.
7684         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7685         (batch-skkdic-convert): Doc fix.
7687 1999-03-04  Dave Love  <fx@gnu.org>
7689         * custom.el (custom-set-variables): Protect against setter errors.
7691 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7693         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7694         the file sizes from overflowing.
7695         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7696         Under -s, print the size in blocks with %4.0f, in case they have
7697         a *really* huge file.
7699 1999-03-03  Dave Love  <fx@gnu.org>
7701         * options.el (edit-options): Doc fix.
7702         (list-options): Don't lose with unbound symbols.  Maintain
7703         Edit-options-mode.
7705 1999-03-01  Dave Love  <fx@gnu.org>
7707         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7709 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7711         * ispell.el (ispell-dictionary-alist-override): New variable.
7712         (ispell-dictionary-alist): Don't setq it,
7713         if ispell-dictionary-alist-override is set.
7715         * simple.el (shell-command-default-error-buffer): Renamed from
7716         shell-command-on-region-default-error-buffer.
7717         (shell-command-on-region): Mention in echo area when there
7718         is some error output.  Mention success or failure, too.
7719         Accumulate multiple error outputs
7720         going forward, with formfeed in between.  Display the error buffer
7721         when we have put something in it.
7722         (shell-command): Add the ERROR-BUFFER argument feature.
7724 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7726         * mail/mh-utils.el (mh-lib): Doc fix.
7727         (mh-lib-progs, mh-nmh-p): New vars.
7728         (mh-find-progs): Set mh-lib-progs along with other vars.
7729         (mh-path-search): New arg FUNC-P; if specified, use that instead
7730         of mh-file-command-p.
7731         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7733         * mail/mh-comp.el (mh-repl-formfile): New var.
7734         (mh-smail-batch): Don't ignore all arguments.
7735         (mh-reply): Do the right thing when using nmh.
7737 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7739         * international/mule-cmds.el (select-safe-coding-system): Be sure
7740         to show a buffer being decoded.
7742 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7744         * ps-bdf.el (bdf-directory-list): Initialize it to
7745         '("/usr/local/share/emacs/fonts/bdf").
7747 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7749         * ps-print.el: PostScript programming fix.
7750         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7751         setpagedevice operator).
7753 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7755         * ps-print.el: Doc fix, font size specifies landscape and portrait
7756         sizes.
7757         (ps-print-version): New version number (4.1.4).
7758         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7759         Specifies landscape and portrait sizes.
7760         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7761         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7762         fix.
7763         (ps-get-font-size): New fun.
7764         (ps-font-size-internal, ps-header-font-size-internal)
7765         (ps-header-title-font-size-internal): New vars.
7767         * ps-mule.el: Change of ps-print font size variable name.
7768         (ps-mule-generate-font): Fun fix.
7769         (ps-mule-begin-job): Programming uniformization.
7771 1999-02-25  Dave Love  <fx@gnu.org>
7773         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7774         (help-make-xrefs): Do Info case first.
7776         * repeat.el: Don't require advice.
7777         (repeat-last-kill-command): Variable deleted.
7779 1999-02-25  Richard Stallman  <rms@gnu.org>
7781         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7782         case just because the current buffer is the output buffer.
7784 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7786         * simple.el (what-cursor-position): To show the character's
7787         encoding, use encoded-string-description instead of information
7788         of chaset-origin-alist.
7790         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7791         (encoded-code-description): New function.
7792         (encoded-string-description): New function.
7793         (encode-coding-char): New function.
7795 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7797         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7798         checking for .emacs[.el[c]].
7800 1999-02-24  Richard Stallman  <rms@gnu.org>
7802         * help.el (describe-function-1): Don't print a whole lambda-function.
7804 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7806         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7807         inputting ?\240.
7809 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7811         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7813         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7814         (clean-buffer-list-kill-buffer-names): Doc fix.
7816         * gud.el (gud-jdb-massage-args): Spelling fix.
7818 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7820         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7822 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7824         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7825         excursion while calling set-auto-coding-function.
7827         * play/handwrite.el (handwrite): Require ps-print, and use
7828         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7829         if it's defined, instead of forking ps-lpr-command unconditionally.
7831 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7833         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7834         charset-origin-alist property to a coding system for the codepage.
7836         * international/mule.el: Modify comment for charset-origin-alist
7837         property of a coding system.
7839         * simple.el (what-cursor-position): charset-origin-alist property
7840         of a coding system may be a translation table or a symbol of which
7841         `translation-table' property is a translation table.
7843 1999-02-21  Richard Stallman  <rms@gnu.org>
7845         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7846         to the "html" template.
7848 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7850         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7852 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7854         * dirtrack.el (dirtrack): Check for the prompt in the input string
7855         instead of the buffer.
7857 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7859         * sql.el: Set version to 1.4.1.  Changed mail address to
7860         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7861         (sql-input-ring-separator): Doc fix.
7862         (sql-mode-syntax-table): double-dash starts comments is defined as
7863         ". 56" instead of ". 12b" for XEmacs.
7864         (sql-stop, sql-interactive-mode): Doc fixes.
7865         (sql-postgres): Queries for database and server, not just one.
7866         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7868         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7869         changed.  This is needed for master.el to work.
7870         (sql-set-sqli-buffer): Use the new hook.
7872         * sql.el (sql-make-alternate-buffer-name): Function that sets
7873         sql-alternate-buffer-name.
7874         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7875         (sql-interactive-mode): Set sql-alternate-buffer-name.
7876         (sql-rename-buffer): New command.
7877         (sql-interactive-mode-menu): Menu for SQLi buffers.
7879         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7880         and sql-input-ring-file-name are used to temporarily set
7881         comint-input-ring-file-name and comint-input-ring-separator when
7882         reading and writing input history files.
7884         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7885         (sql-input-ring-file-name): New variable with customization.
7886         (sql-input-ring-separator): New variable with customization.
7887         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7888         Callers changed.
7889         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7890         now includes the name of the current buffer.
7892         (sql-mode): Set paragraph-separate and paragraph-start so that
7893         sql-send-paragraph sends the entire SQL statements, even if it
7894         contains indented lines.
7896 1999-02-18  Dave Love  <fx@gnu.org>
7898         * format.el (format-encode-run-method, format-decode-run-method):
7899         Fix previous change.
7901 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7903         * international/mule.el (coding-system-list): Moved here from
7904         mule-util.el to avoid autoloading mule-util by the call of
7905         select-safe-coding-system.
7907 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7909         * simple.el (turn-on-auto-fill): Mark it as an option for
7910         `text-mode-hook'.
7912 1999-02-17  Richard Stallman  <rms@gnu.org>
7914         * emacs-lisp/easymenu.el (easy-menu-get-map):
7915         Don't crash if (current-local-map) is nil.
7917 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7919         * filecache.el (file-cache-filter-regexps): Added .class.
7921 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7923         * international/mule-util.el (decompose-region): Use
7924         insert-buffer-substring instead of insert-buffer to avoid putting
7925         mark.
7927 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7929         * calendar/cal-move.el (scroll-calendar-left): Don't set
7930         displayed-month and displayed-year here, let generate-calendar do
7931         it, after range checking.
7933 1999-02-17  Simon Marshall  <simon@gnu.org>
7935         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7937         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7938         correctly between an object declared via a constructor and a method.
7939         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7940         (java-font-lock-keywords-1): Fontify package names individually.
7941         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7942         (java-font-lock-keywords-2): Simplify type fontification.
7943         (java-font-lock-keywords-3): Likewise.
7945 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7947         * language/japanese.el (iso-2022-jp-2): New coding system.
7948         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7950 1999-02-16  Dave Love  <fx@gnu.org>
7952         * help.el (describe-function-1): Accept non-symbols.
7954 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7956         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7957         find the last match if there are multiple matches.
7959 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7961         * tex-mode.el (tex-run-command, latex-run-command)
7962         (slitex-run-command, tex-command): Doc changes.
7963         (tex-start-options-string): Autoload it.  Doc change.  Provide
7964         a menu for customization.  Allow nil.  Quote backslashes only once.
7965         (tex-start-tex): Handle nil value of tex-start-options-string
7966         and apply shell-quote-argument to it.
7968 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7970         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7971         the size in blocks, since it can be a float.
7972         (ls-lisp-format): Likewise
7974 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7976         * language/japanese.el (japanese-shift-jis): Add
7977         charset-origin-alist property.
7979 1999-02-15  Richard Stallman  <rms@gnu.org>
7981         * progmodes/compile.el (compile-internal): Use save-selected-window.
7983         * subr.el (momentary-string-display): Bind inhibit-read-only.
7985         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7987 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7989         * mail/rmail.el (rmail-show-message): If an unseen message has a
7990         Summary-line in its header, get past one more line before looking
7991         for the X-Coding-System header.
7993 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7995         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7996         explicitly to accomodate Windows 9X lack of a useful copy program.
7998 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8000         * wid-edit.el (widget-choice-value-create): Use `equal'
8001         instead of `eq'.
8003 1999-02-14  Richard Stallman  <rms@gnu.org>
8005         * international/iso-transl.el:
8006         (iso-transl-ae): Renamed from iso-transl-e-slash.
8007         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8008         (iso-transl-AE): Renamed from iso-transl-E-slash.
8009         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8010         (iso-transl-char-map): Related changes.
8012         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8014 1999-02-13  Richard Stallman  <rms@gnu.org>
8016         * textmodes/texinfmt.el (texinfo-alias): New function.
8017         (texinfo-fold-nodename-case): Add defvar.
8018         (texinfo-format-node): Do case folding if specified.
8020         * ffap.el (ffap-file-at-point): Test local file names
8021         immediately.  Strip off line numbers.
8023 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
8025         * sql.el: Set version to 1.3.2
8026         (sql-solid-program): Added support for solid.
8027         (sql-help): Doc mentions sql-solid.
8028         (sql-solid): Entry function for Solid.
8029         (sql-buffer): Doc explains the use of the variable and how to
8030         change it.
8031         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8032         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8033         disabled if sql-buffer doesn't have a process; sql-send-paragraph
8034         is new.
8035         (sql-show-sqli-buffer): New function to display the value of
8036         sql-buffer.
8037         (sql-change-sqli-buffer): New function to change sql-buffer.
8038         (sql-mode): Doc explains how to change sql-buffer.
8039         (sql-send-paragraph): New function to send a paragraph.
8040         (sql-mode-map): Added keybinding for sql-send-paragraph.
8041         (sql-mysql): Doc corrected.
8042         (sql-ms): Doc corrected.
8044         * sql.el (sql-server): Doc fix.
8045         (sql-mysql): Added the use of sql-server to specify the host,
8046         sql-database now specifies database instead of host.
8047         (sql-mode-menu): Send... menu items are only active if sql-buffer
8048         is non-nil.
8049         (sql-help): Changed tag of entry functions a bit.
8051         * sql.el: Added keywords from `finder-by-keyword'.
8052         (sql-mode): Made sql-buffer a local variable, changed the
8053         documentation: removed instructions to add *.sql files to
8054         auto-mode-alist, added documentation for having mutliple SQL
8055         buffers sending their stuff to different SQLi buffers, each
8056         running a different process.
8057         (sql-postgres): Quoted *SQL* in doc string.
8058         (sql-ms): Likewise.
8059         (sql-ingres): Likewise.
8060         (sql-ingres): Quoted *SQL* in doc string, added references to
8061         sql-user and sql-password used during login.
8062         (sql-sybase): Quoted *SQL* in doc string, added comma.
8063         (sql-oracle): Likewise.
8064         (sql-interactive-mode): Added extensive documentation for having
8065         mutliple SQL buffers sending their stuff to different SQLi
8066         buffers, each running a different process.
8067         (sql-buffer): Changed doc from *SQL* to SQLi.
8068         (sql-get-login): Doc fix.
8070 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8072         * international/mule-conf.el (undecided): Set ascii in
8073         safe-charsets property.
8075 1999-02-12  Richard Stallman  <rms@gnu.org>
8077         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8079 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8081         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8082         value to ps-mule-font-info-database-latin.
8084 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
8086         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8087         (ps-mule-font-info-database-default): New variable.
8088         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8089         ps-mule-font-info-database-default.
8091 1999-02-12  Dave Love  <fx@gnu.org>
8093         * timezone.el (timezone-make-date-sortable)
8094         (timezone-make-date-arpa-standard): Doc fix.
8096 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8098         * international/quail.el (quail-show-kbd-layout): Bind
8099         blink-matching-paren to nil.
8101         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8102         for ASCII and Latin-1.
8104 1999-02-12  Andreas Schwab  <schwab@gnu.org>
8106         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8108 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
8110         * international/mule-cmds.el (language-info-alist): Remove
8111         description about charset-origin-alist.
8113         * international/mule.el: Comment added for a new coding system
8114         property `charset-origin-alit'.
8115         (make-translation-table): This variable deleted.
8117         * language/chinese.el (chinese-big5): Add charset-origin-alist
8118         property.
8119         ("Chinese-CNS"): Remove charset-origin-alist property.
8121         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8122         property.
8123         (cyrillic-alternativnyj): Likewise.
8124         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8125         ("Cyrillic-ALT"): Likewise.
8127         * language/vietnamese.el (vietnamese-viqr): Add
8128         charset-origin-alist property.
8129         ("Vietnamese"): Remove charset-origin-alist property.
8131         * simple.el (what-cursor-position): Don't use the varialbe
8132         charset-origin-alist, but use charset-origin-alist property of
8133         buffer-file-coding-system to decide external character set code.
8135 1999-02-10  Richard Stallman  <rms@gnu.org>
8137         * shadowfile.el: Don't turn on the mode when the file is loaded.
8139 1999-02-09  Richard Stallman  <rms@gnu.org>
8141         * progmodes/compile.el (compile-auto-highlight): Customize.
8143         * add-log.el (add-log-file-name-function): New variable.
8144         (add-change-log-entry): Call that function, if non-nil.
8146 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
8148         * rmail.el (rmail-search): Track match with a marker, not an integer.
8150 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8152         * progmodes/compile.el (compilation-setup): Set value of
8153         compilation-directory-stack as in compilation-forget-errors.
8154         (compile-reinitialize-errors): Bind buffer-undo-list and
8155         deactivate-mark.
8156         (compilation-forget-errors): Likewise.
8158 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
8160         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8161         def... constructs.
8163         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8164         Remove calls to sleep-for.
8166 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
8168         * international/codepage.el (cp-coding-system-for-codepage-1): On
8169         MS-DOS, use dos-unsupported-char-glyph for characters not
8170         supported by the codepage.
8171         (cp-make-coding-systems-for-codepage): Likewise.
8173 1999-02-08  Andreas Schwab  <schwab@gnu.org>
8175         * international/mule-util.el (coding-system-list): Don't sort
8176         coding-system-list here.
8178         * international/mule.el (coding-system-lessp): Moved here from
8179         mule-util.el
8180         (add-to-coding-system-list): New function.
8181         (make-subsidiary-coding-system, make-coding-system,
8182         define-coding-system-alias): Use it instead of setting
8183         coding-system-list directly.
8185 1999-02-07  Dave Love  <fx@gnu.org>
8187         * calendar/appt.el (appt-make-list): Don't splice quotes and date
8188         onto message.
8190 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8192         * imenu.el (imenu--last-menubar-index-alist): Add doc.
8193         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
8195 1999-02-06  Richard Stallman  <rms@gnu.org>
8197         * language/european.el (setup-slovenian-environment): New function.
8198         ("Slovenian"): New language environment.
8200         * progmodes/sql.el (sql-help): Doc fix.
8201         (sql-mysql): Doc fix.
8203 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8205         * tex-mode.el: When compiling, require compare-w and skeleton
8206         to pacify the byte-compiler.  Move the def's of the tex-commands
8207         together.  Add a comment on kill-process vs. quit-process.
8209 1999-02-05  Dave Love  <fx@gnu.org>
8211         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8212         null markers.
8213         (compile-goto-error): Likewise.
8215 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
8217         * time-stamp.el (time-stamp-format): Format doc tighter.
8218         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8219         (time-stamp): Don't re-write the time stamp if it didn't change.
8221 1999-02-05  Alex Schroeder  <asc@bsiag.com>
8223         * progmodes/sql.el: Changed version to 1.2.1.
8224         (sql-pop-to-buffer-after-send-region): Improved documentation.
8225         (sql-mysql-program): Added MySQL support.
8226         (sql-prompt-length): Made prompt-length configurable.
8227         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8228         (sql-help): Added MySQL support, changed documentation.
8229         (sql-send-region): A message is displayed if something is sent.
8230         (sql-mode): Added buffer-local comment-start.
8231         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8232         (sql-interactive-mode): Added buffer-local comment-start.
8233         (sql-oracle): Set sql-prompt-length.
8234         (sql-sybase): Set sql-prompt-length.
8235         (sql-mysql): Added MySQL support.
8236         (sql-ingres): Set sql-prompt-length.
8237         (sql-ms): Set sql-prompt-length.
8238         (sql-postgres): Set sql-prompt-length.
8240 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
8242         * term/internal.el (dos-codepage-setup): Set selection coding
8243         system to cpNNN-dos.
8245 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247         * international/characters.el: Let ethiopic use iso-2022-7bit.
8249 1999-02-02  Dave Love  <fx@gnu.org>
8251         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8252         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8254 1999-02-02  Karl Heuer  <kwzh@gnu.org>
8256         * terminal.el (terminal-emulator): Doc fix.
8258 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
8260         * international/mule-util.el (compose-chars): Doc-string
8261         modified.  Correctly handle a composition character in ARGS.
8263 1999-02-01  Richard Stallman  <rms@gnu.org>
8265         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8266         (makefile-menu-index-function): Function deleted.
8267         (makefile-mode): Use makefile-imenu-generic-expression.
8269 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
8271         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8272         change, invoke from before-init-hook.
8274 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
8276         * subr.el (remove-from-invisibility-spec): Cope with the case when
8277         buffer-invisibility-spec is t.
8279 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8281         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8282         appt-add and appt-delete.
8284 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8286         * term/pc-win.el (msdos-approximate-color): New function.
8287         (msdos-color-translate): Call it to find a DOS color that best
8288         approximates an X-style "#NNNNNN" color specification.
8290 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8292         * international/mule-util.el (compose-chars-component): Add
8293         autoload cookie.
8295 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8297         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8298         function, replace cdr of MAP by the return value of the function
8299         unconditionally.
8301 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8303         * progmodes/compile.el (compilation-next-error-locus): Don't
8304         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8306 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8308         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8309         and NLs before "charset", and allow the charset name be in double
8310         quotes.
8312 1999-01-31  Richard Stallman  <rms@gnu.org>
8314         * imenu.el (imenu-sort-function): Fix custom type.
8316 1999-01-30  Richard Stallman  <rms@gnu.org>
8318         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8319         (speedbar-line-token): Likewise.
8321         * play/gametree.el (gametree-default-score): Use defcustom.
8322         (gametree-score-regexp, gametree-score-closer): Likewise.
8323         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8325 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8327         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8328         decoding.
8330 1999-01-29  Markus Rost  <rost@gnu.org>
8332         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8333         tex-validate-buffer.
8334         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8335         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8336         now with recent occur-mode.
8337         (tex-validate-region): Really walk through all Sexps.
8338         (tex-region): Bind shell-dirtrack-verbose.
8339         (tex-file, tex-bibtex-file): Likewise.
8341 1999-01-29  Dave Love  <fx@gnu.org>
8343         * finder.el: (finder-commentary): Fix interactive spec.  Try
8344         appending .el to file name.
8345         (finder-find-library, finder-commentary): Doc fixes.
8347 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8349         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8350         where the userid contains directory separators.
8352 1999-01-29  Dave Love  <fx@gnu.org>
8354         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8355         (lm-commentary): Doc fix.
8357 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8359         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8360         wildcard match.  Fix regexp that tests if dirpart contains
8361         wildcard characters.
8363 1999-01-28  Richard Stallman  <rms@gnu.org>
8365         * font-lock.el (font-lock-default-unfontify-region):
8366         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8368 1999-01-27  Jason Rumney <jasonr@altavista.net>
8370         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8371         from FAMILY field.
8372         (w32-create-initial-fontsets): Do not use before-init-hook.
8373         (mouse-set-font): Document.  Automatically create and use fontsets.
8375         * dos-w32.el (direct-print-region-helper): Check for printer
8376         being t as well as a string.
8378 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8380         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8381         (rmail-mime-charset-pattern): New variable.
8382         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8383         rmail-decode-mime-charset is non-nil.
8385 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8387         * international/characters.el: Set category `q' for all characters
8388         in tibetan and tibetan-1-column.
8390 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8392         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8393         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8395 1999-01-27  Dave Love  <fx@gnu.org>
8397         * international/mule-cmds.el (current-language-environment):
8398         Provide :link, :type (choices) and appropriate :get.
8400 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8402         * startup.el (command-line): Set default eol-mnemonic-* strings to
8403         display end-of-line format in mode line.
8405         * cus-start.el (all): Add eol-mnemonic-* variables.
8407 1999-01-26  Dave Love  <fx@gnu.org>
8409         * startup.el (command-line-1): Up-date copyright.
8411         * paths.el (Info-default-directory-list): Use configdir twice.
8413         * info.el (Info-directory-list): Don't set path-separator now
8414         we're not shipped with Texinfo.  Simplify path definition.
8415         Substitute all occurrences of instdir in Info-default-directory-list.
8417 1999-01-25  Richard Stallman  <rms@gnu.org>
8419         * startup.el (normal-top-level-add-subdirs-to-load-path):
8420         Record the inode numbers of the dirs processed, to avoid loop.
8422         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8424 1999-01-25  Dave Love  <fx@gnu.org>
8426         * browse-url.el (browse-url-netscape-program): Doc addition.
8428         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8429         prefix.
8431         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8432         auto-mode-alist.
8434 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8436         * calendar/diary-lib.el (mark-diary-entries): Use
8437         assoc-ignore-case and do not capitalize when matching month and
8438         day names.
8440         * calendar/calendar.el (calendar-read-date): Ditto.
8442         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8443         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8445         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8447         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8449         * calendar/cal-islam.el (calendar-goto-islamic-date)
8450         (mark-islamic-diary-entries): Ditto.
8452         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8454         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8455         (calendar-read-mayan-tzolkin-date): Ditto.
8457         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8459 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8461         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8463 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8465         * faces.el (list-faces-display): Multiline case of previous fix.
8467 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8469         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8471 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8473         * files.el (find-file): If find-file-noselect returns a list,
8474         do switch-to-buffer on each element.
8475         (find-file-other-window): Likewise for all but the first element.
8476         (find-file-other-frame): Same.
8477         (find-file-noselect): When we expand a wildcard, return a list
8478         of buffers.
8480 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8482         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8483         to set the appropriate cpNNN-dos coding system as the
8484         highest-priority coding system.
8486 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8488         * international/fontset.el (generate-fontset-menu): Return a
8489         sorted list by plain names of fontsets.
8491         * international/mule-diag.el (list-fontsets): Sort fontsets by
8492         plain names.
8494         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8495         FIRST is a composite character, decompose it at first.
8497 1999-01-23  Dave Love  <fx@gnu.org>
8499         * format.el: Doc fixes.
8500         (format-encode-run-method): Have things happen in the right buffer.
8501         Deal with errors from method.  Set coding-system-for-write.
8502         (format-decode-run-method): Have things happen in the right buffer.
8503         Deal with errors from method.  Set coding-system-for-read.
8504         (format-alist): Use nil instead of unmatchable regexps.
8506         * simple.el (shell-command-on-region): Return command's exit status.
8508 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8510         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8511         of the file whose info we want to display.
8512         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8513         (speedbar-add-mode-functions-list) Improve doc.
8514         (speedbar-line-token) New function.
8515         (speedbar-dired) Fix order of directories in -shown-directories.
8516         (speedbar-line-path): Default return is default-directory
8517         (speedbar-buffers-line-path): Return is dir name only.
8518         (speedbar-mode-functions-list): New variable.
8519         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8520         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8521         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8522         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8523         New functions.
8524         (speedbar-line-file): Broke out part that fetches file from a line.
8525         (speedbar-line-text): New function extracted from speedbar-line-file.
8526         (speedbar-line-path): Converted into a replaceable function.
8527         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8529 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8531         * international/fontset.el (create-fontset-from-x-resource): Make
8532         style variants.
8534 1999-01-22  Dave Love  <fx@gnu.org>
8536         * paths.el (Info-default-directory-list): Put sysdir after start.
8538 1999-01-22  Sam Steingold  <sds@goems.com>
8540         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8541         a process associated with it.
8543 1999-01-22  Jason Rumney <jasonr@altavista.net>
8545         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8547 1999-01-22  Felix Lee  <flee@cygnus.com>
8549         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8550         major-mode.
8551         (vc-annotate-mode): Delete variable.
8553 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8555         * startup.el (command-line): [windows-nt]: Check for existence of
8556         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8557         in preference to _emacs.
8559 1999-01-22  Dave Love  <fx@gnu.org>
8561         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8563 1999-01-20  Richard Stallman  <rms@gnu.org>
8565         * files.el (find-file-noselect): Do wildcard processing only
8566         if new arg WILDCARDS is non-nil.
8567         (find-file, find-file-other-window): New arg WILDCARDS.
8568         Default it to non-nil if interactive.
8569         (find-file-other-frame): Likewise.
8570         (find-file-read-only): Likewise.
8571         (find-file-read-only-other-window): Likewise.
8572         (find-file-read-only-other-frame): Likewise.
8574         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8575         (widget-plist-convert-option): Delete spurious comma.
8577 1999-01-19  Jason Rumney <jasonr@altavista.net>
8579         * term/w32-win.el (w32-standard-fontspec-spec): Change
8580         iso8859-5 to koi8-r.  Add iso8859-9.
8582 1999-01-19  Dave Love  <fx@gnu.org>
8584         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8585         its uses.
8587         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8588         is active.
8589         (fortran-indent-subprogram): Likewise.
8591 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8593         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8595 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8597         * wid-edit.el (alist): Use sexp as default key-type.
8599 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8601         * textmodes/tex-mode.el (tex-define-common-keys):
8602         Remove key binding of tex-feed-input.
8603         (tex-mode-map): Bind tex-feed-input here.
8604         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8605         comint-input-filter-functions before running tex-shell-hook.
8606         (tex-start-tex): Forget compilation errors.
8607         (tex-compilation-parse-errors): Rewritten to work also with
8608         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8609         change in tex-region.
8610         (tex-region): For the temp file use file-name without directory.
8611         (tex-file): Expand file name of tex-print-file.
8613 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8615         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8617 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8619         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8620         beginning could cause Emacs to hang.  Fixed.
8622 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8624         * international/ccl.el (ccl-compile-translate-character): Handle
8625         the case that a tranlation table is CCL register correctly.
8627         * international/mule-cmds.el (select-safe-coding-system):
8628         Hightlight at most 256 characters.
8630 1999-01-18  Dave Love  <fx@gnu.org>
8632         * startup.el (command-line): If the init file changes operation to
8633         unibyte, make all buffers unibyte and re-set language environment.
8635         * disp-table.el (standard-display-european): Make all existing
8636         buffers unibyte.  Fix doc.
8638 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8640         * wid-edit.el (coding-system): Define this unconditionally.
8642         * simple.el (shell-command-on-region-default-error-buffer): New var.
8643         (shell-command-on-region): Use that variable as interactive
8644         value of ERROR-BUFFER argument.
8646 1999-01-17  Sam Steingold  <sds@goems.com>
8648         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8650 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8652         * progmodes/compile.el (compilation-goto-locus): If already in the
8653         compilation buffer's window, keep it in that window.
8654         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8655         (compile-goto-error): Don't play with windows.
8657         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8658         (tex-command): Doc fix.
8659         (tex-compilation-parse-errors): Doc fix.
8660         (tex-generate-zap-file-name): Don't start the name with -.
8661         (tex-expand-files): Works now also with strings ending with ":".
8663 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8665         Patch failed to install:
8666         * gametree.el: Document scoring functionality.
8667         (gametree-score-regexp): Add optional plus sign.
8668         (gametree-score-opener): Replace `:' with `=' as the former
8669         conflicts with gametree-half-ply-regexp.
8670         (gametree-transpose-following-leaves): Add.
8671         (gametree-insert-new-leaf): Make modifying commands barf in read
8672         only buffers.
8673         (gametree-break-line-here): Add a call to
8674         `gametree-transpose-following-leaves'.  This maintains the
8675         necessary invariant that on each level all leaf children precede
8676         all nonleaf children.  This has always been implied, but left to
8677         the user, and, unfortunately, undocumented.
8679 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8681         * wid-edit.el (plist, alist): New widget types.
8683 1999-01-17  Dave Love  <fx@gnu.org>
8685         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8686         fix scope of condition-case therein.
8688 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8690         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8691         default-buffer-file-coding-system when file doesn't exist (and
8692         isn't covered by a special case) instead of forcing undecided-dos
8693         against the user's wishes.
8695         * dos-w32.el (direct-print-region-helper): New function based on
8696         direct-print-region-function; sends data to specified printer port
8697         without further translation.  Recognize and handle specially the
8698         standard `print' and `nprint' programs, as well as `lpr' and
8699         similar programs.  Only write directly to the printer port if no
8700         print program is specified.  Work around a bug in Windows 9x
8701         affecting Win32 version of Emacs by invoking command.com to write
8702         to the printer port instead of writing directly.
8703         (direct-print-region-function): Use direct-print-region-helper to
8704         do most of the work.
8705         (direct-ps-print-region-function): New function; analogue of
8706         direct-print-region-function for ps-print.
8707         (ps-lpr-command): Comment out setq; leave as example usage.
8708         (ps-lpr-switches): Ditto.
8710         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8711         and MS-Windows.
8712         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8713         DOS and Windows platforms, to indicate direct printing.  Update
8714         the docstring accordingly.
8716         * ps-print.el: (ps-printer-name): Update docstring about usage on
8717         MS-DOS and MS-Windows.
8718         (ps-lpr-command): Update docstring as for lpr-command.
8719         (ps-print-region-function): New variable.
8720         (ps-do-despool): Use it.
8721         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8722         DOS/Windows.
8724         * subr.el (subst-char-in-string): New function.
8726 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8728         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8730         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8731         (bdf-find-font-info): New function, looks for the first readable
8732         file from a list of alternatives.
8733         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8734         instead of bdf-get-font-info.
8735         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8736         to ps-mule-generate-bitmap-glyph.
8738         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8739         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8740         now be a list of alternative names.
8741         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8742         (ps-mule-prepare-font): Likewise.
8744         * international/codepage.el (cp855-decode-table,
8745         cp850-decode-table): Fill some nil entries.
8747 1999-01-16  Dave Love  <fx@gnu.org>
8749         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8750         last change.
8752 1999-01-15  Dave Love  <fx@gnu.org>
8754         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8755         and change regexp for command names.
8756         (help-xref-go-back, function-called-at-point, symbol-file)
8757         (where-is): Doc fixes.
8758         (help-xref-go-back): Remove interactive spec.
8759         (describe-function-1): Fix message for alias.  Buttomize alias
8760         name.
8762         * simple.el (join-line): New alias.
8764 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8766         * forms.el: (forms--show-record): Convert integers to string
8767         expicitly since concat will no longer accept integers.
8768         (forms-print): Use local `total-nb-records' since
8769         `forms--total-records' will be inaccessible after buffer switching.
8771 1998-01-14  Felix Lee  <flee@cygnus.com>
8773         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8775 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8777         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8779 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8781         * international/codepage.el (cp850-decode-table): Fix previous change.
8783 1999-01-14  Simon Marshall  <simon@gnu.org>
8785         * shell.el (shell-dirtrack-verbose): New custom variable.
8786         (shell-dirstack-message): Use it.
8788 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8790         * international/mule-conf.el: Coding system alias `dos' for
8791         `undecided-dos', `mac' for `undecided-mac'.
8793         * international/mule-cmds.el (describe-language-environment):
8794         Don't alter input-method-alist.
8796 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8798         * international/codepage.el (cp850-decode-table): Replace nil
8799         entries with codes of similary looking glyphs.  (Suggested by
8800         Jason Rumney <jasonr@altavista.net>.)
8802 1999-01-13  Dave Love  <fx@gnu.org>
8804         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8806         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8808 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8810         * files.el (auto-save-hook): Defvar this.
8812 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8814         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8815         faces, eliminating the need to load font-lock before loading sql.
8816         (sql-mode-oracle-font-lock-keywords): Likewise.
8817         (sql-mode-postgres-font-lock-keywords): Likewise.
8819 1999-01-11  Dave Love  <fx@gnu.org>
8821         * cus-start.el: Add inhibit-eol-conversion.
8823         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8824         the values round.
8826 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8828         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8829         Don't switch to Help mode here.
8830         (temp-buffer-setup-hook): Use help-mode-finish.
8831         (help-mode-setup): New function.
8832         (temp-buffer-setup-hook): Use help-mode-setup.
8834         * progmodes/sql.el: New file.
8836         * files.el (auto-mode-alist): Add sql-mode.
8838         * faces.el (list-faces-display): Improve the formatting
8839         by computing the maximum length required for any face-name.
8841 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8843         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8845 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8847         * term.el (term_send_home): Change the string to
8848         be the same as the one emitted by xterm and consistent with the
8849         ones emitted by prior and next.
8850         (term_send_end): Likewise.
8852 1999-01-10  Dave Love  <fx@gnu.org>
8854         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8855         bindings.
8857 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8859         * international/codepage.el (codepage-setup): Doc fix.
8860         (cp-decoding-vector-for-codepage): Likewise.
8862 1999-01-10  Markus Rost  <rost@gnu.org>
8864         * cus-edit.el (custom-save-delete): First scan the custom-file.
8866 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8868         * international/iso-transl.el: Define a "function name" for
8869         each translation that isn't ASCII.  Use these function names
8870         in iso-transl-char-map.
8872 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8874         * international/mule-util.el (decompose-region): Do decomposition
8875         on temporary unibyte buffer.
8877         * international/mule.el (make-char): Doc-string modified.
8879 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8881         * simple.el (comment-region): Delete spaces only if we
8882         deleted a comment starter.
8884 1999-01-07  Dave Love  <fx@gnu.org>
8886         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8888         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8889         like eval-defun does.
8891         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8893         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8894         constructions.  Doc fixes.
8895         (generic-create-generic-function): Use defalias, not fset.
8897         * find-func.el: More doc fixes.
8899 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8901         * files.el (save-buffers-kill-emacs): Show the list of current
8902         processes before prompting to kill them and exit.
8904 1999-01-06  Dave Love  <fx@gnu.org>
8906         * emacs-lisp/find-func.el: Doc fixes.
8907         (find-function-regexp): Extend for define-generic-mode,
8908         define-derived-mode, easy-mmode-define-minor-mode.
8910 1999-01-06  Dave Love  <fx@gnu.org>
8912         * progmodes/fortran.el (fortran-window-create): Account for scroll
8913         bar width.
8915         * browse-url.el: Require (noerror) w3-auto when compiling.
8916         (browse-url-maybe-new-window): Make it a macro and revert last
8917         change to callers.
8918         (browse-url-w3): Require w3 for w3-fetch-other-window.
8920 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8922         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8923         argument.
8925 1999-01-06  Simon Marshall  <simon@gnu.org>
8927         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8929         * font-lock.el (font-lock-default-fontify-buffer): When using
8930         with-temp-message, use nil rather than current-message.
8932         * lazy-lock.el (lazy-lock-unstall):
8933         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8934         rather than current-message.
8936         * fast-lock.el (fast-lock-save-cache-1):
8937         (fast-lock-cache-data): When using with-temp-message, use nil rather
8938         than current-message.
8940 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8942         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8943         the valid-codes property.
8945         * international/mule-cmds.el (prefer-coding-system): Call
8946         set-coding-priority, so that the internal array of priorities is
8947         also updated.
8949         * international/mule-util.el:
8950         (coding-system-change-eol-conversion,
8951         coding-system-change-text-conversion): Don't define here.
8953         * international/mule-cmds.el: Define them here.  Remove the
8954         autoload cookies.
8956 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8958         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8959         if it was enabled before.
8961         * view.el (View-revert-buffer-scroll-page-forward): Bind
8962         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8964         * files.el (recover-session): Preserve point when inserting
8965         explanation.
8967 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8969         * cus-edit.el (custom-save-delete): Don't delete whitespace
8970         and comments before the sexp that is replaced.
8972 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8974         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8976 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8978         * vc.el (vc-dired-hook): Use the original value of
8979         dired-move-to-filename-regexp on lines that have not been
8980         reformatted yet.
8981         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8982         file lines have already been reformatted.
8984 1999-01-05  Dave Love  <fx@gnu.org>
8986         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8987         buffer-local.
8989 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8991         * progmodes/f90.el: Change of regular expressions for type to
8992         correct highlighting and identation. Some small fixes for
8993         compatibility with XEmacs.
8995 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8997         * mspools.el (mspools-vm-system-mail): Provide an alternative
8998         value based on rmail-spool-directory if $MAIL is not defined.
9000 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9002         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9003         (reftex-section-info): Handle negative section levels.
9004         (reftex-view-crossref-extra): New option.
9005         (reftex-view-crossref): Generalized to work in more places.
9006         (reftex-find-citation-regexp-format, reftex-find-reference-format,
9007         reftex-macros-with-labels, reftex-global-search-marker): New variables.
9008         (reftex-view-cite-locations-from-bibtex): New command.
9009         (reftex-view-regexp-match, reftex-global-search,
9010         reftex-global-search-continue): New functions.
9011         (reftex-extract-bib-entries): No error for non-existing BibTeX
9012         file, just a message.
9013         (reftex-extract-bib-entries): Better error handling.
9014         (reftex-select-with-char): Use `*RefTeX Select*' for selection
9015         help and force it on current frame.
9016         (reftex-default-bibliography): New function.
9017         (reftex-access-parse-file): Check consistency after loading a
9018         parse file.  When inconsistent, enfore rescan.
9019         (reftex-check-parse-consistency): New function.
9020         (easy-menu-define): Options section drastically shortened.
9022 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
9024         * language/thai-util.el (thai-compose-string): New function.
9026 1999-01-04  Inge Frick  <inge@nada.kth.se>
9028         * easymenu.el (easy-menu-define): Doc fix.
9029         (easy-menu-create-menu): New keyword :included.
9030         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
9031         be an expression, not only a string.  Simulate style `button'.
9032         Use easy-menu-define-key-intern instead of easy-menu-define-key.
9033         (easy-menu-define-key-intern): New function.
9034         (easy-menu-add-item): Understand value returned from
9035         easy-menu-item-present-p and easy-menu-remove-item.
9036         (easy-menu-return-item): New function.
9037         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9039 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
9041         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9042         Use rmail-output-read-rmail-file-name to read the file name.
9043         Always call rmail-output-to-rmail-file noninteractively.
9044         When count > 1, do the loop here.
9045         Handle rmail-delete-after-output here.
9046         (rmail-summary-output): Similar changes.
9048         * mail/rmailout.el: Provide `rmailout'.
9049         (rmail-output-read-rmail-file-name): New function.
9050         (rmail-output-to-rmail-file): Use that.
9051         (rmail-output-read-file-name): New function.
9052         (rmail-output): Use that.
9054         * files.el (find-file-noselect): Let /: suppress wildcard matching.
9055         Error if wildcard matches no files.
9057 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
9059         * menu-bar.el (clipboard-yank): Doc fix.
9061         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9063 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
9065         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9067 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
9069         * rmail.el (rmail-encode-string): Make sure mask value is
9070         positive; (emacs-pid) returns a negative number on Windows 9x
9071         which causes odd behaviour.
9073 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
9075         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9076         and about w32-* variables unless on Windows/NT.
9078 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
9080         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9081         if buffer is modified; ask about all modified buffers.
9083 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9085         * simple.el (what-cursor-position): Fix previous change.
9087 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
9089         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9090         from paragraph-start.
9092 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
9094         * international/mule-cmds.el (prefer-coding-system): If the
9095         argument requires specific EOL conversion type, make the default
9096         coding systems use that.
9098 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
9100         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9101         Use shell-command-on-region.
9102         (m4-start-m4, m4-end-m4): Functions deleted.
9104 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
9106         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9108 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9110         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9111         to compose-mail in the correct places and as a list.
9113 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
9115         * page-ext.el: Added mouse-selection feature for pages directory buffer.
9116         (pages-directory-map): Bind mouse-2
9117         (pages-copy-header-and-position): Put text property.
9118         (pages-directory-goto-with-mouse): New function.
9120 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
9122         * international/codepage.el (cp-make-coding-systems-for-codepage):
9123         Doc fix.
9124         (cp-coding-system-for-codepage-1): Likewise.
9126 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
9128         * language/thai-util.el (thai-post-read-conversion): Handle Thai
9129         composition sequence correctly here instead of calling
9130         thai-compose-region.
9132         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9133         newline in multibyte buffer, if previous or next character is a
9134         composite char, check the first component of the composite char.
9136 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
9138         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9139         and track-mouse.
9141 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9143         * mail/sendmail.el (mail-yank-original): Remove text properties
9144         after insertion.
9145         (mail-yank-region): Barf if no mark is set in the message
9146         being replied to.
9148         * help.el (function-called-at-point): First look for function at point.
9150 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9152         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9154 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9156         * simple.el (what-cursor-position): Print character encoding also.
9158 1998-12-26  Dave Love  <fx@gnu.org>
9160         * textmodes/flyspell.el: If local-maps work, don't put
9161         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9162         in flyspell-mouse-map (only).
9163         (flyspell-use-local-map): New variable.
9164         Use a different mouse-2 binding in that case,
9165         and don't add to minor-mode-map-alist.
9166         (make-flyspell-overlay, flyspell-correct-word):
9167         Test flyspell-use-local-map.
9169 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9171         * files.el (file-expand-wildcards): Handle wildcards in directory name.
9172         Be careful about whether to return a relative file name,
9173         and if so, relative to what directory.
9175 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9177         * emacs-lisp/easymenu.el (easy-menu-get-map):
9178         Change global map only if this menu exists in the global map already,
9179         and not in the local map.
9180         (easy-menu-do-add-item): Fix error message.
9182         * foldout.el (foldout-inhibit-key-bindings):
9183         Avoid concatenating onto outline-minor-mode-prefix.
9184         Make a new keymap for that prefix, if it does not already have one.
9186 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
9188         * cperl-mode.el:
9189         Can use linear algorithm for indentation if Emacs supports it.
9190         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
9191         (cperl-after-block-p):  Likewise.
9192         (cperl-after-block-and-statement-beg): Likewise.
9193         (cperl-after-block-p):  After END/BEGIN we are a block.
9194         (cperl-after-expr-p):   Skip labels when checking
9195         (cperl-indent-region):  Make a marker for END - text added/removed.
9196         Disable hooks during the call (how to call them later?).
9197         Now indents 820-line-long function in 6.5 sec (including
9198         syntaxification) the first time (when buffer has few
9199         properties), 7.1 sec the second time.
9200         (cperl-indent-region):  Do not indent whitespace lines
9201         (cperl-style-alist)
9202                 Include `cperl-merge-trailing-else' where the value is clear.
9203         (cperl-styles-entries): Likewise.
9204         (cperl-problems):       Improvements to docs.
9205         (cperl-tips):           Likewise.
9206         (cperl-non-problems):   Likewise.
9207         (cperl-mode):           Make lazy syntaxification possible.
9208         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9209         `font-lock-unfontify-region-function' was set to a wrong function.
9211         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9212         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
9213         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9214         but 1<<6 was considered as HERE-doc.
9215         <file/glob> made into a string.
9216         Postpone addition of faces after syntactic step.
9217         Recognition of <FH> was wrong.
9218         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
9219         Knows that split// is null-RE.
9220         Highlights separators in 3-parts expressions as labels.
9221         <> was considered as a glob.
9222         Would err if the last line is `=head1'.
9223         $a-1 ? foo : bar; was a considered a regexp.
9224         `<< (' was considered a start of HERE-doc.
9225         mark qq[]-etc sections as syntax-type=string
9226         Was not processing sub protos after a comment ine.
9227         Was treating $a++ <= 5 as a glob.
9228         Tolerate unfinished REx at end-of-buffer.
9229         `unwind-protect' was left commented.
9230         / and ? after : start a REx.
9232         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9233         Better default, customizes to `message' too, off in text-mode.
9235         (cperl-array-face): Renamed from `font-lock-emphasized-face',
9236         `defface'd.
9237         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9238         `defface'd.
9239         (cperl-emacs-can-parse):        New state variable.
9240         (cperl-indent-line):    Corrected to use global state.
9241         (cperl-calculate-indent):       Likewise.
9242         (cperl-fix-line-spacing):       Likewise (not used yet).
9243         (cperl-calculate-indent):       Did not consider `,' as
9244         continuation mark for statements.
9245         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9246         Remove another parse-data optimization at toplevel: would
9247         indent correctly.
9248         Correct for labels when calculating indentation of continuations.
9249         Docstring updated.
9250         (cperl-choose-color):   Converted to a function (to be
9251         compilable in text-mode).
9252         (cperl-dark-background):        Disable without window-system.
9253         Do `defface' only if window-system.
9254         (cperl-fix-line-spacing):       Sped up to bail out early.
9255         (x-color-defined-p): Was not compiling on XEmacs
9256         Was defmacro'ed with a tick.  Remove another def.
9257         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9258         (cperl-unwind-to-safe): New function.
9259         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9260         (cperl-fontify-syntaxically): Unwinds start and end to go out of
9261                                      long strings (not very successful).
9262         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
9263         Highlight the starting // in s//foo/ as function-name.
9264         Emit a meaningful error instead of a cryptic one for an
9265         uncomplete REx near end-of-buffer.
9267         (cperl-electric-keyword):       `qr' recognized.
9268         (cperl-electric-else):          Likewise
9269         (cperl-to-comment-or-eol):      Likewise
9270         (cperl-make-regexp-x):  Likewise
9271         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
9272         Corrected to use new macros;
9273         `if' for copying `reference-face' to `constant-face' was backward.
9274         remove init `font-lock-other-emphasized-face',
9275         `font-lock-emphasized-face', `font-lock-keyword-face'.
9276         Interpolate `cperl-invalid-face'.
9277         (cperl-make-regexp-x):  Misprint in a message.
9278         (cperl-syntaxify-unwind): New configuration variable
9279         (cperl-fontify-m-as-s): New configuration variable
9280         (cperl-electric-pod):   Check for after-expr was performed
9281         inside of POD too.
9282         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9283         (cperl-clobber-mode-lists): New configuration variable.
9284         (cperl-not-bad-style-regexp):   Updated.
9285         Init:                   `cperl-is-face' was busted.
9286         (cperl-make-face):      New macros.
9287         (cperl-force-face):     New macros.
9288         (font-lock-other-type-face): Done via `defface' too.
9289         (cperl-nonoverridable-face):    New face.  Renamed from
9290         `font-lock-other-type-face'.
9291         (cperl-init-faces-weak):        Use `cperl-force-face'.
9292         (cperl-comment-indent): Commenting __END__ was not working.
9293         (cperl-indent-for-comment):     Likewise.
9294         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9295         When removing old TAGS info was not relativizing filename.
9296         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9297         Another try to work around XEmacs problems.  Better progress messages.
9298         (toplevel):             Require custom unprotected => failure on 19.28.
9299         (cperl-xemacs-p):       Defined when compile too
9300         (cperl-find-tags):      Was writing line/pos in a wrong order,
9301         pos off by 1 and not at beg-of-line.
9302         (cperl-etags-snarf-tag): New macro
9303         (cperl-etags-goto-tag-location): New macro
9304         (cperl-version):        New variable.  New menu entry
9305         random docstrings:      References to "future" 20.3 removed.
9306         Menu was described as `CPerl' instead of `Perl'
9307         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9308         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9309         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9310         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9311         `font-lock-reference-face', `font-lock-keyword-face'.
9312         Use `eval-after-load'.
9313         Remove not-CPerl-related faces.
9314         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9315         (cperl-indent-exp):     Was not processing else-blocks.
9316         (cperl-get-state):      NOP line removed.
9317         (cperl-ps-print):       New function and menu entry.
9318         (cperl-ps-print-face-properties):       New configuration variable.
9319         (cperl-invalid-face):   New configuration variable.
9320         (perl-font-lock-keywords):      Highlight trailing whitespace
9321         (cperl-contract-levels):        Documentation corrected.
9322         (cperl-contract-level):         Likewise.
9323         (cperl-ps-extend-face-list):    New macro.
9324         (cperl-invalid-face):   Change to ''underline.
9326 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9328         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9329         for read-file-name.
9330         (rmail-output-to-rmail-file): Likewise.
9332 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9334         * emacs-lisp/easymenu.el (easy-menu-get-map):
9335         If MENU is nil, use global menu-bar map.
9336         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9337         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9339 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9341         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9343 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9345         * ps-print.el (ps-print-version): New version number (4.1.3).
9347 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9349         * international/mule-cmds.el: Use make-sparse-keymap instead of
9350         define-prefix-key when defining MULE menu items.
9352         * info.el (Info-node-at-bob-matching): New function.
9353         (Info-find-node, Info-build-node-completions): Call it.
9355 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9357         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9358         when this is an autoloaded keymap.
9360 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9362         * international/codepage.el (cp-coding-system-for-codepage-1):
9363         Create separate encoders and decoders, for DOS and Unix.  Make the
9364         usual family of 3 coding systems, so that automatic detection of
9365         EOL type works.
9366         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9367         Unix-specific symbols here, and don't call
9368         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9369         Handa <handa@etl.go.jp>.)
9371         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9373         * term/internal.el (IT-character-translations): New variable, an
9374         alist used to display characters for which there's no glyphs in
9375         the current codepage.
9376         (IT-display-table-setup): New function, sets up the DOS terminal
9377         for a given codepage.
9378         (dos-codepage-setup): New function, sets up the MULE environment
9379         for the current value of dos-codepage.
9380         (top-level if): In the multibyte mode, turn on
9381         unibyte-display-via-language-environment.  In the unibyte mode,
9382         set up the special syntax tables to map lower- to upper case and
9383         back.
9385 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9387         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9388         (speedbar-frame-plist) Remove useless comments.
9389         (speedbar-frame-mode) Do not specify height if it is in the param list.
9390         Use default y position w/out changing it.
9391         If default x position is a list, keep, calculate the non-list X
9392         value when devining an initial position.
9393         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9394         (speedbar-tag-group-name-minimum-length): New variable.
9395         (speedbar-frame-parameter): New compatibility function.
9396         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9397         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9398         groups to keep things in the right order, and to help with some
9399         naming conventions.
9400         (speedbar-create-tag-hierarchy): Enable buffer local version of
9401         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9402         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9403         the case, derive it from the cursor location in speedbar.
9405 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9407         * international/mule-cmds.el (set-language-environment): On MS-DOS
9408         terminals, install DOS-specific nonascii-translation-table if the
9409         language info doesn't specify one.  Pass the default eol-type to
9410         set-language-environment-coding-systems.
9411         (set-default-coding-systems): Copy the eol-type property for the
9412         new default values of {buffer-file,process}-coding-system from the
9413         old defaults.
9414         (set-language-environment-coding-systems): Accept an optional
9415         argument EOL-TYPE, and set the eol-type property of the default
9416         coding systems accordingly.
9417         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9418         (set-keyboard-coding-system): Likewise.
9419         (set-default-coding-systems): Don't set
9420         default-terminal-coding-system on MS-DOS to anything but nil.
9421         (prefer-coding-system): Describe in the doc string that
9422         default-terminal-coding-system is not changed on MS-DOS.
9423         (set-language-environment): For MS-DOS, set standard syntax table
9424         and display table for all characters with code above 127.
9425         (standard-display-european-internal): For MS-DOS, pass all
9426         characters with code above 127 directly to the terminal, and don't
9427         remap characters 160 and 146 in the unibyte case.
9429         * international/codepage.el: New file.
9431 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9433         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9434         comments.
9436 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9438         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9440         * subr.el (read-passwd): Likewise.
9442 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9444         * info.el (Info-find-node): Add 1 to the position read from the
9445         tag table.  Don't fail if the node delimiter ^_ is the first
9446         character in the file.
9447         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9448         first character in the file.
9449         (Info-read-subfile): Likewise.
9450         (Info-select-node): Likewise.
9451         (Info-build-node-completions): Likewise.
9453 1998-12-16  Richard Stallman  <rms@gnu.org>
9455         * term/x-win.el (x-cut-buffer-or-selection-value):
9456         If clipboard is enabled, try it before PRIMARY selection.
9458 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9460         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9461         insert c-cedilla and C-cedilla respectively, like in latin-1.
9463 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9465         * language/hebrew.el: Don't use sublists in the flags argument
9466         passed to make-coding-system.
9468 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9470         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9471         list of character sets found by find-charset-region.
9473         * ps-mule.el: Always require ps-print.  Move some function
9474         definitions for Emacs 20.2 and the earlier to ps-print.el.
9475         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9477         * ps-print.el: Define several functions for Emacs 20.2 and the
9478         earlier version.
9479         (ps-printer-name): Check if printer-name is bound.
9481 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9483         * ps-mule.el: Programming uniformization and little code improvement.
9484         (ps-mule-prepare-font): Programming uniformization.
9485         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9486         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9488         * ps-bdf.el: Programming uniformization and little code improvement.
9489         (bdf-search-and-read): New fun.
9490         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9491         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9492         (bdf-info-relative-compose, bdf-info-baseline-offset)
9493         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9494         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9495         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9496         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9497         improvement.
9499 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9501         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9502         and mule related code extraction. Autoload ps-mule funs.
9504         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9505         (ps-mule-prologue-generated): New fun.
9506         (ps-mule-plot-string): Add autoload cookie.
9507         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9509 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9511         * ps-bdf.el: Require ps-mule instead of ps-print.
9512         (bdf-directory-list): Add autoload cookie.
9514         * ps-mule.el: New file.  Mule related code extracted from
9515         ps-print.el.  Require ps-print, provide ps-mule.
9516         (ps-multibyte-buffer): Add autoload cookie.
9517         (ps-mule-prepare-ascii-font): New fun.
9518         (ps-mule-set-ascii-font): New fun.
9519         (ps-mule-skip-same-charset): Fun deleted.
9520         (ps-mule-plot-string): Set ps-mule-current-charset.
9521         (ps-mule-initialize): Add autload cookie.  Don't set
9522         ps-mule-font-info-database here.
9523         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9524         ps-mule-font-info-database and ps-control-or-escape-regexp.
9525         (ps-mule-begin-page): New fun.
9527         * ps-print.el: Mule related code moved to ps-mule.el.
9528         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9529         check ps-mule-charset-list.
9530         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9531         ps-mule-begin-page.
9532         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9533         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9534         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9535         instead skip same charsets by itself.
9536         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9537         non-nil.  Call ps-mule-begin-job.
9539 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9541         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9542         instead of bdf.
9544         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9545         (ps-mule-external-libraries): New element FEATURE.
9546         (ps-mule-init-external-library): Ajusted for the above change.
9547         (ps-mule-generate-font): Likewise.
9548         (ps-mule-generate-glyphs): Likewise.
9549         (ps-mule-prepare-font): Likewise.
9550         (ps-mule-initialize): Likewise.
9551         (ps-begin-file): Superfluous tailing parenthesis deleted.
9553 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9555         * international/fontset.el (x-decompose-font-name): If PATTERN
9556         doesn't have any wild cards, return a vector made from a name that
9557         is found by x-resolve-font-name found.  Comments added.
9559         * international/mule-cmds.el (find-coding-systems-for-charsets):
9560         Handle the case of unknown charset.
9561         (find-multibyte-characters): If invalid multibyte characters are
9562         found, return the corresponding strings instead of character
9563         codes.
9564         (find-multibyte-characters): Adjusted for the above change.
9565         (select-safe-coding-system): For a unibyte buffer, always returns
9566         DEFAULT-CODING-SYSTEM.
9567         (get-charset-property): Fix previous change.  Make it a function.
9568         (put-charset-property): Make it a function.
9570         * international/mule.el (make-coding-system): Set mime-charset
9571         property of *-with-esc coding system to nil.
9573         * international/quail.el (quail-point-in-conversion-region): New
9574         function.
9575         (quail-conversion-backward-delete-char): When a key sequence is
9576         being translated, call quail-delete-last-char.
9578         * language/devan-util.el
9579         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9580         handle devanagari-decomposition-rules.
9582 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9584         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9585         tex-start-options-string to empty string.
9586         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9588 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9590         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9591         5xx responses are already handled properly).
9593 1998-12-13  Richard Stallman  <rms@gnu.org>
9595         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9596         on a non-digit in the file name.
9598         * simple.el (comment-region): Handle comment-padding
9599         separately for insertion and for deletion, in the right way for each.
9601 1998-12-13  Felix Lee  <flee@cygnus.com>
9603         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9604         regexp to match "ChangeLog:1:1998-12-09 ..."
9606 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9608         * cus-start.el (dos-unsupported-char-glyph): Add.
9610 1998-12-11  Dave Love  <fx@gnu.org>
9612         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9613         forward-sexp in condition-case.
9615         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9616         Remove unnecessary test on `library' for explicit file name.
9617         Widen scope of save-match-data.
9619 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9621         * international/mule.el (load-with-code-conversion): If the loaded
9622         file was inserted  with no-conversion or raw-text coding system,
9623         make the buffer unibyte.
9625 1998-12-09  Richard Stallman  <rms@gnu.org>
9627         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9628         Get rid of nested loops.
9630         * mouse.el (mouse-drag-vertical-line):
9631         If WHICH-SIDE is not `right', then scroll bars are on the left.
9633         * loadhist.el (load-history-loaded): defvar moved to help.el.
9635         * help.el (symbol-file-load-history-loaded): Variable renamed,
9636         and defvar moved from loadhist.el.
9637         (symbol-file): Renamed from describe-function-find-file.
9638         Load fns-VERSION.el here.
9639         (describe-variable, describe-function-1): Use symbol-file.
9641         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9642         Don't start the name with #.
9644         * ispell.el: Take out the eval-when's.
9646 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9648         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9649         (dirtrack): Run it.  Make debug message more verbose.
9651 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9653         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9654         name of the abbrev table, and provide support for XEmacs.
9655         (octave-xemacs-p): New variable.
9657 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9659         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9660         exit, when mail-interactive is nil.
9662 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9664         * files.el (after-find-file): Message fix.
9666 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9668         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9670 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9672         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9673         filenames using backslashes.
9675 1998-12-09  Dave Love  <fx@gnu.org>
9677         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9678         with correct number of args.
9679         (browse-url-maybe-new-window): New arg.  Callers changed.
9681         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9682         comment.
9684 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9686         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9688 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9690         * vc.el (vc-rcs-release): Fix Type.
9691         (vc-sccs-release): Fix Type.
9692         (vc-cvs-release): Fix Type.
9694         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9695         arg work right.
9697         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9698         output of last undeleted message.
9700 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9702         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9703         (buffer-undo-list) [windows-nt]: Use different relative path.
9705 1998-12-07  Simon Marshall  <simon@gnu.org>
9707         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9709 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9711         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9713         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9715 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9717         * info.el (Info-menu): Don't return error if point is between menu
9718         header and first menu item.
9720 1998-12-04  Dave Love  <fx@gnu.org>
9722         * help.el (describe-function-1): Fix description for alias.
9724 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9726         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9727         specifications from summary line.
9729         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9730         (close-rectangle): Define alias only once in loaddefs.el.
9732 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9734         * term/internal.el: Remove code which sets up a special syntax
9735         table for non-ASCII characters.
9737 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9739         * dos-w32.el (direct-print-region-function): Try to ensure that
9740         printer-name is expanded to a file name on a local drive;
9741         sometimes printing a file loaded from a network volume fails.
9742         (direct-print-region-function): Add a function to
9743         write-region-annotate-functions to append a formfeed character to
9744         the region being printed, if the region doesn't end with a
9745         formfeed already.  This avoids creating a second print job
9746         containing a blank page when print spooling is enabled on Windows.
9748 1998-12-02  Dave Love  <fx@gnu.org>
9750         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9751         `Info-goto-node'.
9753 1998-12-02  Richard Stallman  <rms@gnu.org>
9755         * help.el (temp-buffer-resize-mode): Doc fix.
9757         * cus-edit.el (custom-save-delete): Save point before
9758         reading a sexp, rather than backing up.
9760         * international/iso-transl.el: Fix previous change.
9762 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9764         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9765         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9766         Added defvars to suppress compilation warnings.
9768 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9770         * ispell.el: Improved and fixed customize for variables:
9771         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9772         ispell-dictionary-alist, ispell-skip-sgml.
9773         Improved and fixed comments in variables and messages for
9774         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9775         ispell-menu-map, ispell-checking-message, ispell-parser,
9776         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9777         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9778         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9779         ispell-message-text-end, ispell-add-per-file-word-list.
9780         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9781         system is now required for all languages.  Casechars improved for
9782         castellano, castellano8, and norsk dictionaries.  Dictionary
9783         norsk7-tex added.  Dictionary polish added.
9784         (ispell-dictionary-alist): Redefined at load-time to support
9785         dictionary changes.
9786         (ispell-menu-map): Redefined at load-time to support menu changes.
9787         (ispell-check-version): New alias for `check-ispell-version'.
9788         (ispell-parse-output): Fixed matching for ispell error messages.
9789         Correctly returns spelling suggestions in order generated by ispell
9790         process.
9791         (check-ispell-version): Ensure `case-fold-search' doesn't get
9792         redefined.
9793         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9794         redefined.  Fix bug that didn't respect case of word being completed.
9795         (ispell-init-process): Set process coding system to be compatible
9796         with emacs processes and the ispell process.
9797         (ispell-kill-ispell): Ensures ispell process has terminated before
9798         starting new process.  This can otherwise confuse process filters
9799         and hang the ispell process.
9800         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9801         skipping support for sgml.
9802         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9803         which could cause `ispell-complete-word' to hang.
9804         (ispell-message): Improved message reference matching.  Ensure
9805         `case-fold-search' doesn't get redefined.
9806         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9807         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9808         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9809         get redefined.
9811 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9813         * textmodes/flyspell.el (flyspell-check-word-p):
9814         Don't delay inside a kbd macro.
9816         * subr.el (make-local-hook): Return the hook variable.
9818 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9820         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9821         Use a timer instead of post-command-hook.
9822         (hscroll-timer): New variable.
9824 1998-11-30  Dave Love  <fx@gnu.org>
9826         * help.el (help-xref-button): Do nothing if text already has the
9827         help-xref property.
9828         (describe-variable): Revert previous change to hyperlink to source.
9830 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9832         * bindings.el (features): Add `base64' to this list.
9834         * loadhist.el (symbol-file): Doc fix.
9836         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9838         * files.el (hack-one-local-variable): Cope with non-file buffers.
9840 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9842         * help.el (describe-mode): Put major mode first.
9844         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9845         to support special-display and same-window features.
9847 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9849         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9850         bound in one function and used in the other.
9851         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9852         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9854 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9856         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9858 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9860         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9861         Give format correct control string.
9863         * international/mule.el (define-translation-table): Fix bug of
9864         setting incorrect translation-table-id.  If the first element of
9865         ARGS is a translation table, just register it.
9867         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9868         property.
9870 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9872         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9873         syntax table to determine what is whitespace.
9875 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9877         * frame.el (frame-parameter): Doc fix.
9879         * textmodes/tex-mode.el (tex-feed-input): New function.
9880         (tex-define-common-keys): Add binding for C-c C-m.
9882 1998-11-23  Dave Love  <fx@gnu.org>
9884         * progmodes/fortran.el: Various minor doc fixes.
9885         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9886         (fortran-with-subprogram-narrowing): New macro.
9887         (fortran-check-for-matching-do): Use it.
9888         (fortran-end-do): Use fortran-check-end-prog-re.
9889         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9890         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9892 1998-11-23  Simon Marshall  <simon@gnu.org>
9894         * font-lock.el (font-lock-defaults): Doc fix.
9895         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9896         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9898         * lazy-lock.el (lazy-lock-unstall):
9899         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9901         * fast-lock.el (fast-lock-save-cache-1):
9902         (fast-lock-cache-data): Rewritten to use with-temp-message.
9904 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9906         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9907         messages that have been added with DOS line endings and convert
9908         the line endings for such messages.
9910 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9912         * help.el: Add resizing of temporary buffers.
9913         (temp-buffer-resize-mode): New command and variable.
9914         (temp-buffer-max-height): New variable.
9915         (resize-temp-buffer-window): New function.
9917         * window.el (window-buffer-height): New function, split from
9918         shrink-window-if-larger-than-buffer.
9919         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9921 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9923         * frame.el (initial-frame-alist): Add defcustom.
9925         * shell.el (shell-prompt-pattern): Add defcustom.
9927 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929         * message.el (message-ignored-supersedes-headers): Remove
9930         NNTP-Posting-Date.
9932 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9934         * help.el (describe-mode): Don't avoid loop indirecting thru
9935         value of INDICATOR.
9937 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9939         * help.el (describe-variable): Allow any variable with a defcustom,
9940         even if it is not a user variable.
9942         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9944 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9946         * gnus/nntp.el (nntp-request-group): Allow for failures when
9947         requesting a new group.
9949 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9951         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9953 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9955         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9957 1998-11-19  Simon Marshall  <simon@gnu.org>
9959         * subr.el (with-temp-message): New macro.
9961         * emacs-lisp/lisp-mode.el (with-temp-message):
9962         Add lisp-indent-function property.
9964 1998-11-18  Dave Love  <fx@gnu.org>
9966         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9968 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9970         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9971         This is not obsolete.
9973 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9975         * textmodes/picture.el: Make a new map by make-keymap.
9976         (picture-desired-column): New variable.
9977         (picture-update-desired-column): New function.
9978         (picture-beginning-of-line): Set picture-desired-column to 0.
9979         (picture-end-of-line): Set picture-desired-column to the current
9980         column.
9981         (picture-forward-column): Pay attention to multi-column character.
9982         (picture-backward-column): Likewise.
9983         (picture-move-down): Likewise.
9984         (picture-move-up): Likewise.
9985         (picture-movement-nw): With prefix arg, move twice columns.
9986         (picture-movement-ne): Likewise.
9987         (picture-movement-sw): Likewise.
9988         (picture-movement-se): Likewise.
9989         (picture-set-motion): Handle two-column movements.
9990         (picture-move): Call picture-move-down or picture-forward-column
9991         only when necessary.
9992         (picture-insert): Pay attention to picture-desired-column.
9993         (picture-self-insert): Likewise.
9994         (picture-clear-column): Pay attention to multi-column character.
9995         (picture-mode): Modify doc-string for two-column movement.
9997         * rect.el (move-to-column-force): New function.
9998         (operate-on-rectangle): If coerce-tabs is non-nil, call
9999         move-to-column-force instead of move-to-column.
10000         (insert-rectangle): Call move-to-column-force instead of
10001         move-to-column.
10002         (open-rectangle-line): If begextra is not zero, call
10003         move-to-column-force.
10006 1998-11-16  Dave Love  <fx@gnu.org>
10008         * textmodes/sgml-mode.el Require skeleton when compiling.
10009         (sgml-font-lock-keywords-1): Accept single-letter tags.
10010         (v2): Defvar free variable.
10012 1998-11-16  Sam Steingold  <sds@goems.com>
10014         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10015         macro, not ELisp one.
10017 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
10019         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10020         characters to symbol.
10022         * language/japan-util.el (japanese-zenkaku-region): New optional
10023         arg KATAKANA-ONLY.
10025 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
10027         * international/mule.el
10028         (after-insert-file-set-buffer-file-coding-system): If the buffer
10029         is changed to unibyte, return inserted bytes.
10031         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10032         and link names if necessary.
10033         (tar-header-block-summarize): Handle the case that file or link
10034         names are multibyte.
10035         (tar-summarize-buffer): At first set the current buffer unibyte,
10036         then if there are multibyte file names, change it to multibyte.
10037         (tar-mode): Get char position from tar-header-offset.
10038         (tar-extract): Avoid multibyte<->unibyte conversion in
10039         insert-buffer-subsring by setting both buffers unibyte
10040         temporarily.
10041         (tar-copy): Set the buffer unibyte while doing a work.  Write
10042         without code conversion.
10043         (tar-expunge): Set the buffer unibyte while doing a work.
10044         (tar-alter-one-field): Likewise.
10045         (tar-clear-modification-flags): Compare byte position with
10046         tar-header-offset.
10047         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10048         insert-buffer-subsring by setting both buffers unibyte
10049         temporarily.  Pay attention to multibyteness while updating the
10050         descriptor-line.
10051         (tar-mode-write-file): Write without code conversion.
10053 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055         * nngateway.el: Require cl.
10057 1998-11-15  Dave Love  <fx@gnu.org>
10059         * progmodes/fortran.el: Fix previous change:
10060         (fortran-end-prog-re1): Changed.
10061         (fortran-check-end-prog-re): New function.
10062         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10064 1998-11-13  Tom Breton  <tob@world.std.com>
10066         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10067         GNU Emacs.
10069 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
10071         * textmodes/reftex.el: (reftex-finding-files): Group documentation
10072         fixed.
10073         (reftex-toc-toggle-file-boundary,
10074         reftex-toc-toggle-labels,
10075         reftex-toc-toggle-context,reftex-find-start-point): New functions.
10076         (reftex-toc-include-labels, reftex-toc-include-context,
10077         reftex-toc-include-file-boundaries,
10078         reftex-toc-keep-other-windows): New options.
10079         (reftex-use-text-after-label-as-context): Option removed.
10080         (reftex-extract-bib-entries): Protect use in non-latex
10081         buffers.
10082         (reftex-toc-visit-location): Renamed from
10083         `reftex-toc-visit-line'.
10084         (reftex-latin1-to-ascii): Works now with and without Mule.
10085         (reftex-truncate): Removed special stuff for Emacs 20.2.
10086         (reftex-get-offset): Made more general.
10087         (reftex-show-label-location): Renamed from
10088         `reftex-select-label-callback'.
10089         (reftex-pop-to-label): Function removed (using
10090         `reftex-show-label-location' instead.
10091         (reftex-insert-docstruct): Renamed from
10092         `reftex-make-and-insert-label-list'.  Function args changed.
10093         (reftex-toc): Now uses `reftex-insert-docstruct' and
10094         `reftex-find-start-point'.
10095         (reftex-select-item): Use `reftex-find-start-point'.
10096         (reftex-toc-visit-line): Can display labels and file
10097         boundaries.
10098         (reftex-TeX-master-file): `(TeX-master-file)' protected.
10100 1998-11-12  Sam Steingold  <sds@goems.com>
10102         * browse-url.el (browse-url): Handle the case when
10103         `browse-url-browser-function' is a lambda list.
10105 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
10107         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10108         version string.
10109         * loadhist.el (symbol-file): Likewise
10111 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
10113         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10115 1998-11-11  Sam Steingold  <sds@goems.com>
10117         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10118         `run-lisp' instead of signalling an error.
10120 1998-11-11  Karl Heuer  <kwzh@gnu.org>
10122         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10124 1998-11-11  Richard Stallman  <rms@gnu.org>
10126         * vc-hooks.el (vc-toggle-read-only): Doc fix.
10128 1998-11-11  Per Starback  <starback@update.uu.se>
10130         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10131         renamed svenska8 to svenska, and fixed and extended CASECHARS
10132         for it.
10134 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
10136         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10137         handling if setpagedevice is not available.
10138         (ps-begin-file): Fix typo.
10140 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
10142         * international/mule-util.el (compose-chars-component): Signal
10143         error if CH is a rule-based composition character.
10144         (compose-chars): Signal error if an already compsed character is
10145         going to be composed by rule-base.
10147         * term/x-win.el: If a resolved ASCII font name doesn't conform to
10148         full XLFD, don't try to get information of WEIGHT and SLANT from
10149         that font name.
10151 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
10153         * dos-w32.el (set-default-process-coding-system): Use function on
10154         before-init-hook to set default-process-coding-system based on
10155         enable-multibyte-characters.
10157         * term/w32-win.el ([language-change]): For now ignore
10158         keyboard language-change events.
10160 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
10162         * ediff-util.el (ediff-make-temp-file): Run the prefix through
10163         convert-standard-file-name, but leave the results of
10164         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
10165         characters if the original name already exists, or has a special
10166         handler.
10168 1998-11-10  Karl Heuer  <kwzh@gnu.org>
10170         * international/iso-insert.el: Delete autoload cookies.
10172         * international/iso-transl.el: Add autoload cookies.
10174 1998-11-10  Richard Stallman  <rms@gnu.org>
10176         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10177         (ispell-process-line): Don't treat multibyte
10179 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
10181         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10182         setpagedevice to specify the page size if setpagedevice is
10183         available.  This is necessary to select the correct paper tray on
10184         Level 2 printers with multiple paper sizes available.
10186         (ps-begin-file): Cope with font names that contain spaces, and
10187         call BeginDoc in a BeginSetup/EndSetup block.
10189 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
10191         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10192         convert-standard-filename.
10194         * loadhist.el (symbol-file): Run fns-VERSION.el through
10195         convert-standard-filename.
10197 1998-11-06  Richard Stallman  <rms@gnu.org>
10199         * textmodes/texinfmt.el (texinfo-format-scan):
10200         Detect the case of two @-commands in a row; process just the first.
10201         (texinfo-append-refill): If line has a @c, insert the @refill
10202         before it.
10203         (texinfo-format-refill): Return with point where the @refill was.
10205         * files.el (hack-local-variables): Test local-enable-local-variables.
10206         (hack-local-variables-prop-line): Likewise.
10207         (set-auto-mode): Don't test local-enable-local-variables here.
10208         (enable-local-variables): Doc fix.
10209         (local-enable-local-variables): Doc fix.
10210         (normal-mode): Doc fix.
10212 1998-11-06  Karl Heuer  <kwzh@gnu.org>
10214         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10216 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
10218         * simple.el (line-number-mode): Doc fix.
10220 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
10222         * international/fontset.el (create-fontset-from-fontset-spec):
10223         Give correct arg to `error'.
10225 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
10227         * textmodes/sgml-mode.el (html-mode): Doc fix.
10228         (sgml-name-8bit-mode): Fix missing format character in message string.
10230 1998-11-05  Karl Heuer  <kwzh@gnu.org>
10232         * mail/sendmail.el (sendmail-send-it): Check for failure.
10234 1998-11-05  Richard Stallman  <rms@gnu.org>
10236         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10238         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10239         (close-rectangle): Define as alias.
10241 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
10243         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10245 1998-11-05  Dave Love  <fx@gnu.org>
10247         * help.el (describe-variable): Don't quote link to source.
10249 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
10251         * gud.el (gud-common-init): Use pop-to-buffer.
10252         (same-window-regexps): Add an element that matches all gud buffers.
10254 1998-11-04  Jason Rumney  <jasonr@altavista.net>
10256         * term/w32-win.el (x-get-selection-value): Alias to
10257         x-cut-buffer-or-selection-value.
10258         (w32-standard-fontset-spec): New variable.
10259         (w32-create-initial-fontsets, mouse-set-font): Check whether
10260         new-fontset is available.
10261         (w32-use-w32-font-dialog): Enable use of set-variable.
10263 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10265         * vc.el (with-vc-file, edit-vc-file): New macros.
10267 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
10269         * international/quail.el (quail-show-guidance-buf): Call
10270         set-minibuffer-window to set minibuffer window of the current
10271         frame correctly.
10273 1998-11-03  Theodore Jump <tjump@tertius.com>
10275         * term/w32-win.el: Require fontset.
10277 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
10279         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10280         (set-face-font-auto): Ditto.
10282 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10284         * mouse.el (mouse-drag-region): Fix typo.
10286 1998-11-02  Dave Love  <fx@gnu.org>
10288         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10289         (fortran-fontify-string): New function.
10290         (fortran-font-lock-keywords-1): Use it.
10292 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10294         * comint.el (comint-file-name-quote-list): Doc fix.
10296 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10298         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10299         build directory, not source directory.
10301         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10302         if we did not get one for the final move.
10304 1998-11-01  Dave Love  <fx@gnu.org>
10306         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10307         Don't funcall browse-url-browser-function.
10309         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10310         Don't funcall browse-url-browser-function.
10312         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10314 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10316         * files.el (revert-buffer): Doc fix.
10318 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10320         * textmodes/tex-mode.el (tex-start-options-string):
10321         Quote the backslashes with more backslashes.
10323 1998-10-31  Dave Love  <fx@gnu.org>
10325         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10326         (webjump): Don't funcall browse-url-browser-function.
10328 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10330         * international/quail.el (quail-start-translation): Handle
10331         switching of the frame in read-key-sequence.
10332         (quail-start-conversion): Likewise.
10333         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10334         windows before setting an appropriate window for it.
10335         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10336         quail-guidance-win to nil.
10337         (quail-update-guidance): If quail-guidance-buf is not in the
10338         selected frame, call quail-show-guidance-buf again.
10340 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10342         * progmodes/pascal.el (pascal-mode):
10343         `blink-matching-paren-dont-ignore-comments' set to t.
10345 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10347         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10349 1998-10-30  Dave Love  <fx@gnu.org>
10351         * vc.el (vc-backend-merge-news): Check for "P" output.
10353         * help.el (describe-variable): Hyperlink the definition.
10355 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10357         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10358         (sh-set-shell): Likewise.
10360         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10362         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10363         (edebug-on-error): Fix customize type to match that of
10364         debug-on-error.
10366         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10368         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10369         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10371         * international/mule-cmds.el (select-message-coding-system): Doc
10372         fix.
10374         * international/mule-diag.el (describe-coding-system): Describe
10375         all flags.
10377         * mail/sendmail.el (sendmail-coding-system,
10378         default-sendmail-coding-system): Doc fix.
10380         * simple.el (shell-command-on-region): Doc fix.
10382         * loadup.el: Write fns-*.el in current directory instead of
10383         data-directory since no installation directory exists yet.  Mark
10384         buffer unmodified afterwards.
10386         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10387         instead of data-directory since it is architecture dependent.
10388         (load-history-loaded): Update doc string.
10390 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10392         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10393         path as a default directory when canonicalizing names.
10395         * w32-fns.el: Remove a dangling reference to a directory on the
10396         build machine.
10398 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10400         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10401         namespace related keywords such as `class', `body', `private',
10402         `variable', `namespace eval', etc.
10403         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10404         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10405         imenu and font-lock so that searches for \sw would find words
10406         containing colons.
10408         * progmodes/etags.el (initialize-new-tags-table):
10409         Do not alter find-tag-marker-ring and tags-location-ring.
10411 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10413         * term/w32-win.el: Require fontset.
10414         (w32-init-fontsets): New function (code from x-win.el).
10416 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10418         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10419         calendar-and-diary-frame-parameters):  Add title parameter.
10421 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10423         * completion.el (dynamic-completion-mode): New function to enable
10424         the mode.  (Just loading the file now does not change anything.)
10426 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10428         * ps-print.el: User option for multibyte buffer handling and doc fix.
10429         (ps-multibyte-buffer): New user option.
10430         (ps-setup): Print new user option.
10431         (ps-print-quote): New fun.
10432         (ps-color-p, ps-mule-font-info-database-latin): New var.
10433         (ps-default-color, ps-mule-font-info-database)
10434         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10435         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10436         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10437         Little code improvement.
10438         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10439         (ps-print-prologue-header, ps-font-family, ps-font-size)
10440         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10441         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10442         (ps-mule-external-libraries, ps-mule-init-external-library)
10443         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10444         Doc fix.
10445         (ps-print-version): New version number (4.1.1) and doc fix.
10446         (ps-print-prologue-header): New user option.
10447         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10448         Conditional compilation for GNU Emacs and emacsens.
10449         (ps-generate-postscript-with-faces): Skip invisible text better.
10450         (ps-setup): Print new user option.
10451         (ps-print-preprint): Check if input file name exists and is unwritable.
10452         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10453         and insert user PostScript prologue header comments.
10454         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10455         New funs.
10456         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10457         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10458         PostScript programming normalization.
10459         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10460         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10461         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10462         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10463         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10464         Programming style normalization.
10466 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10468         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10469         version, check the value of mule-version.
10471         * international/mule-util.el (compose-region): Insert then delete
10472         to preserve markers.
10473         (decompose-region): Use search-forward for efficiency.
10475         * language/chinese.el (pre-write-encode-hz): Cancel previous
10476         change, use generate-new-buffer instead of get-buffer-create.
10477         * language/devan-util.el
10478         (in-is13194-devanagari-pre-write-conversion): Likewise.
10479         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10480         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10481         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10483 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10485         * mail/rmailsum.el (rmail-message-subject-p):
10486         Handle message whose header has not been reformatted.
10488         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10490 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10492         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10493         New variables.
10494         (mouse-set-font): Use font menus instead of dialog according to
10495         w32-use-w32-font-dialog.
10497 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10499         * calendar/calendar.el (calendar-day-name-array): Add doc string
10500         correctly!
10501         (calendar-month-name-array): Add doc string correctly!
10503 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10505         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10507 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10509         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10511         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10513         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10515         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10517 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10519         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10521 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10523         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10524         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10525         (profile-filter, profile-reset-timer): Functions deleted.
10526         (profile-check-zero-init-times, profile-get-time): Likewise.
10527         (profile-find-function, profile-quit): Likewise.
10528         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10529         (profile-time-list, profile-init-list): Doc fix.
10530         (profile-functions): Simplify.
10531         (profile-print): Use float.  Make output include space separators.
10532         (profile-add-time): New helper function.
10533         (profile-function-prolog): Renamed from profile-start-function.
10534         Handle profile-distinct.
10535         (profile-function-epilog): Renamed from profile-update-function.
10536         Handle profile-distinct.
10537         (profile-a-function): If the function to be profiled is an
10538         autoload form, load it.  If it's lazy-loaded, fetch it.
10539         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10540         (profile-restore-fun): Arg FUN is now a function symbol, as was
10541         documented, rather than a one-element list.
10542         (profile-finish): Call profile-restore-fun properly.
10544 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10546         * international/characters.el: Setup charset property
10547         nospace-between-words.
10549         * international/mule-cmds.el (get-charset-property): If CHARSET is
10550         composition, return nil.
10551         (put-charset-property): If CHARSET is composition, do nothing.
10553         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10554         * language/devan-util.el
10555         (in-is13194-devanagari-pre-write-conversion): Likewise.
10556         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10557         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10558         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10560         * textmodes/fill.el (sentence-end-without-period): New variable.
10561         (canonically-space-region): Pay attention to
10562         sentence-end-without-period.
10563         (fill-find-break-point): The first argument CHARSET deleted.
10564         Caller changed.
10565         (fill-region-as-paragraph): Pay attention to charset property
10566         nospace-between-words and text property nospace-between-words.
10568 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10570         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10571         an unrecognized shell.
10573 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10575         * desktop.el (desktop-save): Include minor modes symbolically.
10576         (desktop-create-buffer): Turn on all minor modes in `mim'.
10578 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10580         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10581         (sh-font-lock-keywords): Handle rpm and rpm2.
10582         (sh-ancestor-alist): Handle rpm.
10584         * files.el (auto-mode-alist): Recognize .rpm files.
10585         Also .spec and .mspec files.
10587 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10589         * faces.el (frame-set-background-mode): Enable the function for
10590         MSDOS frames.
10592 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10594         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10595         (calendar-month-name-array): Add doc string.
10597 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10599         * simple.el (kill-ring-max): Increased to 60.
10601 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10603         * international/characters.el: Setup auto-fill-chars.
10605         * international/kinsoku.el (kinsoku): Check the variable
10606         enable-kinsoku.
10608         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10609         Don't call kinsoku directly, intead call fill-find-break-point.
10611         * textmodes/fill.el: Setup `fill-find-break-point-function'
10612         property to character sets which require `kinsoku' processing for
10613         filling.
10614         (fill-find-break-point): New function.
10615         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10616         Don't call kinsoku directly, intead call fill-find-break-point.
10618 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10620         * faces.el (modify-face-read-string): Return (nil) for "none".
10621         (modify-face): Don't get error if (nil) is the argument.
10622         (face-try-color-list): Don't check whether nil is a valid color.
10624 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10626         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10627         Print message about each directory, even in batch mode.
10629         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10631         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10632         (ps-mule-string-char): No need to use sref.
10633         (ps-mule-next-index): No need to use sref.
10635         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10637         * files.el (revert-buffer-internal-hook): Add defvar.
10639         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10641         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10643 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10645         * international/mule-cmds.el (default-input-method): Fix custom type.
10647         * net-utils.el (whois-server-list): Fix customization type.
10649         * shell.el (shell-input-autoexpand): Fix customization group.
10651 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10653         * repeat.el (repeat): Handle keyboard macros properly.
10654         Handle new prefix arg after self-insert command.
10656         * repeat.el: Don't include cl even at compile time.
10657         (repeat): Avoid using `loop'.
10659         * simple.el (shell-command-on-region): Doc fix.
10660         (next-history-element): Special error message if no default.
10662 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10664         * ps-print.el (ps-print-buffer): Doc fix.
10665         (ps-despool): Likewise.
10667         * arc-mode.el (arc-mode): Provide arc-mode.
10669 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10671         * ps-print.el (ps-print-buffer): Doc fix.
10673 1998-10-14  Dave Love  <fx@gnu.org>
10675         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10676         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10677         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10679         * progmodes/fortran.el (fortran-mode-map): Change "Join
10680         Continuation Line" to "Join Line".
10681         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10683 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10685         * progmodes/fortran.el (fortran-join-line): Use
10686         `delete-indentation' instead of issuing an error message if not on
10687         a continuation line.  Provide for joining several lines using
10688         prefix arg.
10690 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10692         * term/pc-win.el (msdos-color-values): New variable.
10693         (x-color-values): New function, emulates its namesake from
10694         src/xfns.c.
10695         (msdos-bg-mode): Add all dark colors to those which return
10696         "dark".
10698 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10700         * replace.el (keep-lines, flush-lines, how-many):
10701         Don't ignore case if arg has upper case letters.
10703 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10705         * progmodes/vhdl-mode.el
10706         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10707         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10708         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10709         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10710         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10711         (vhdl-when): Fix indentation problem.
10712         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10713         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10714         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10716 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10718         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10719         (ls-lisp-insert-directory): Renamed from insert-directory.
10720         (insert-directory): New function.
10722 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10724         * simple.el (completion-fixup-function): Variable deleted.
10725         (completion-setup-function): Delete code for completion-fixup-function.
10726         * emacs-lisp/lisp.el (lisp-complete-symbol):
10727         Don't bind completion-fixup-function.
10729         * files.el (find-file-wildcards): New option.
10730         (find-file-noselect): Handle wild cards, if enabled.
10731         (file-expand-wildcards): New function.
10733         * simple.el (set-fill-column): Doc fix.
10735 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10737         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10739 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10741         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10742         Move declaration before first use.
10743         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10744         hif-math, hif-factor): Rename token to hif-token and token-list to
10745         hif-token-list.
10746         (hif-token, hif-token-list): Declare them.
10747         (hif-find-ifdef-block): Return cons of top and bottom point
10748         instead of setting dynamically bound variables.
10749         (hide-ifdef-block, show-ifdef-block): Use return value of
10750         hif-find-ifdef-block.
10752 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10754         * subr.el (read-passwd): Use clear-this-command-keys.
10756         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10758         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10759         and ...-for-write.
10761 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10763         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10764         responses to GROUP command, since this may be called from a timer
10765         with quit inhibited.
10767 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10769         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10770         set unconditional-jump to nil.
10771         (ccl-compile-read-multibyte-character): Return nil.
10772         (ccl-compile-write-multibyte-character): Likewise.
10773         (ccl-compile-translate-character): Likewise
10774         (ccl-compile-map-multiple): Likewise.
10775         (ccl-compile-map-single): Likewise.
10777         * international/kinsoku.el: Add coding tag.
10778         (kinsoku-bol): Remove superfluous TAB in a string.
10780         * international/mule-cmds.el (find-coding-systems-for-charsets):
10781         Delete `composition' (if any) from CHARSETS.
10783 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10785         * international/mule-cmds.el (setup-specified-language-environment):
10786         Add apropos-inhibit property.
10787         (describe-specified-language-support): Likewise.
10789 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10791         * international/mule.el (make-coding-system): Create -with-esc
10792         variant coding system.
10794 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10796         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10797         (next-file): Optionally offer to revert a file's buffer,
10798         if it has an existing buffer but the file has changed.
10800         * info.el (Info-insert-dir): Detect and report problems
10801         in input files, such as "No Top node".  Return with point
10802         at the beginning of the text.
10803         (Info-find-node): Reinsert the code to handle files
10804         with no tags table; it was deleted by mistake.
10806 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10808         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10809         texinfo-find-higher-level-node repeatedly find the same node.
10810         (texinfo-find-higher-level-node): Doc fix.
10812 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10814         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10815         (smtpmail-address-buffer): Add defvar.
10816         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10818         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10820         * ffap.el (ffap-machine-p-local): Fix editing error.
10822 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10824         * faces.el (frame-set-background-mode):
10825         Don't do anythung for text-only or MSDOS frame.
10827 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10829         * international/quail.el (quail-defrule): New optional arg APPEND.
10830         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10832 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10834         * gnus/pop3.el (pop3-open-server):
10835         Set process-coding-system-alist around open-network-stream.
10837 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10839         * files.el (save-buffer): Doc fix.
10841 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10843         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10844         return DEF unchanged, not nil.  Simplify.
10846 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10848         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10850 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10852         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10854         * net-utils.el (ftp, nslookup): Require comint.
10855         (network-service-connection): Likewise.
10856         (whois-server-name): Defaults to whois.arin.net
10857         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10858         (whois): Tries to guess the appropriate top-level domain server.
10859         (whois-get-tld): New function.
10861         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10862         (dirtrack-debug-toggle): Added this function.
10864 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866         * files.el (find-file-noselect): Switch to the correct buffer
10867         before checking find-file-literally, and allow non-nil non-t
10868         rawfile params.
10870 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10872         * midnight.el (clean-buffer-list): Add autoload cookie.
10874         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10875         no-autosave.
10876         * tar-mode.el (tar-mode-revert): Likewise.
10877         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10878         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10879         * gnus/message.el (message-auto-save-directory): Renamed from
10880         message-autosave-directory.  All references changed.
10882 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10884         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10885         string.  Expose mime stuff while searching.
10887 1998-10-06  Richard Stallman  <rms@gnu.org>
10889         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10891         * replace.el (perform-replace): Position point properly
10892         before and after the recursive edit of C-r.
10894         * progmodes/etags.el (tags-reset-tags-tables): Properly
10895         find the markers in the old rings that are being discarded.
10897 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10899         * apropos.el (apropos-print): Control invalid characters.
10901         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10902         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10903         confusing customize.
10905 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10907         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10908         built-in commands.  Add more built-in commands and fix face names.
10910 1998-10-05  Simon Marshall  <simon@gnu.org>
10912         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10914 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10916         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10917         customization since it is not useful in this case.
10918         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10919         sure it gets evalled to a number.  Also verify that set-frame-name
10920         fn exists before calling it.
10922         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10923         Protect a `forward-sexp' call which could fail, and improved regex
10924         for ie, and eg abbreviations.
10926 1998-10-02  Noah Friedman  <friedman@splode.com>
10928         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10929         send-string.
10930         (rlogin-send-Ctrl-D): Here also.
10931         (rlogin-send-Ctrl-Z): Here also.
10932         (rlogin-send-Ctrl-backslash): Here also.
10934 1998-10-02  Dave Love  <fx@gnu.org>
10936         * outline.el (hide-region-body): Bind
10937         outline-view-change-hook to nil while making repeated calls to
10938         outline-flag-region.  Run it once at the end.
10939         (hide-other, hide-sublevels, show-children): Likewise.
10941         * info-look.el: Remove duplicate scheme-mode entry.
10942         (info-lookup-make-completions): When looking for entries, check
10943         that `item' isn't null or "Menu".
10945 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10947         * net-utils.el: Don't require ffap.
10948         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10949         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10951 1998-09-30  Richard Stallman  <rms@gnu.org>
10953         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10955         * imenu.el (imenu--generic-function): Sort each submenu by position.
10956         (imenu--sort-by-position): New function.
10958         * cus-edit.el (Custom-mode-menu): Fix info node name.
10959         (customize group): Fix info node name.
10961         * mail/mailalias.el (build-mail-aliases): Don't allow
10962         a newline in the alias name.  Don't define an alias
10963         if the definition would be empty.
10965         * which-func.el (which-func-mode-global): Make :set function
10966         more reliable.
10968         * custom.el (custom-set-variables): Load the requests first,
10969         then check the symbol's `set' function.
10971         * ffap.el: Doc fixes.
10973 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10975         * gnus.el: (gnus-valid-select-methods): Fix type.
10976         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10977         * gnus-score.el (gnus-orphan-score): Fix type.
10978         (gnus-score-default-header, gnus-score-default-type): Fix type.
10979         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10980         (gnus-saved-headers): Fix type.
10982         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10983         Avoid nil value of `two-lines-citation-part'.
10985 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10987         * which-func.el (which-function): Handle case when
10988         (car imenu--index-alist) is nil.
10990 1998-09-29  Dave Love  <fx@gnu.org>
10992         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10993         bzip2 args.
10995 1998-09-29  Simon Marshall  <simon@gnu.org>
10997         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10998         comint-exec-hook.
11000 1998-09-29  Stephen Eglen  <stephen@gnu.org>
11002         * info-look.el: Add support for Octave.
11004 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
11006         * textmodes/reftex.el (reftex-finding-files): New customize group.
11007         (reftex-texpath-environment-variables,
11008         reftex-use-external-file-finders, reftex-external-file-finders,
11009         reftex-search-unrecursed-path-first): New options.
11010         (reftex-process-string, reftex-find-file-externally): New
11011         functions.
11012         (reftex-access-search-path): Execute shell commands to find the
11013         search path.
11014         (reftex-toggle-auto-view-crossref): When turning on, make sure
11015         `reftex-auto-view-crossref' becomes non-nil.
11016         (reftex-abbrev-regexp): Constant removed.
11017         (reftex-convert-string): Abbrev regexp calculated locally.
11019 1998-09-28  Dave Love  <fx@gnu.org>
11021         * progmodes/fortran.el: Don't call regexp-opt when deriving
11022         font-lock patterns with keywords that aren't all literal.
11024 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11026         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
11027         the form `octave.bin:1>' which come from using precopiled binary
11028         versions.
11030 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11032         * help.el (help-for-help): Use %THIS-KEY%.
11033         (help-quit): Add doc.
11035         * help-macro.el (make-help-screen): Keep HELP-TEXT
11036         in a separate function definition, not in the help command FNAME.
11037         Replace %THIS-KEY% with the key sequence that ran FNAME.
11039 1998-09-25  Richard Stallman  <rms@gnu.org>
11041         * textmodes/texinfo.el (texinfo-show-structure):
11042         Bind inhibit-read-only.
11044         * isearch.el (isearch-search-and-update): Properly
11045         handle upper case letters in the reverse-search special case.
11047 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11049         * gnus.el: Extend the list of autoloaded functions.
11051         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11052         buffer before creating help group. (from Gnus v5.6.43, fix by
11053         1998-08-20 Per Starback <starback@update.uu.se>)
11055         * gnus-util.el (gnus-output-to-rmail): Adjust to
11056         `rmail-output-to-rmail-file'.
11058 1998-09-25  Karl Heuer  <kwzh@gnu.org>
11060         * hexl.el (hexl-mode-map): More of previous change.
11062         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11063         (tex-start-tex): Don't use tex-start-options-string in star case.
11064         Quote file name in star case as well as in non-star.
11065         Add blank and quoting of option string here.
11066         (tex-start-options-string): Not here.
11068 1998-09-23  Karl Heuer  <kwzh@gnu.org>
11070         * term.el (term-delimiter-argument-list): Doc fix.
11071         (term-emulate-terminal): Escape literal semicolon.
11072         * progmodes/asm-mode.el (asm-mode): Doc fix.
11073         (asm-comment-char): Escape literal semicolon.
11074         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11076 1998-09-23  Richard Stallman  <rms@gnu.org>
11078         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11079         only those that normally modify the buffer.
11081         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11082         over again.
11084 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
11086         * ispell.el (check-ispell-version): Ensure same buffer is current
11087         when let-binding of case-fold-search ends.
11089 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11091         * ps-print.el: Skip invisible overlay.
11092         Test for set-buffer-multibyte rather than using mule-version.
11093         (ps-print-version): New version number (4.1) and doc fix.
11094         (ps-generate-postscript-with-faces): Skip invisible overlay.
11096 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
11098         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11100 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
11102         * international/quail.el (quail-update-guidance): Check for the
11103         return value of (quail-guidance) fixed.
11104         (quail-update-translation): Bind quail-current-str locally when it
11105         calls quail-update-guidance.
11106         (quail-update-translation): If input-method-exit-on-first-char is
11107         non-nil, terminate translation only when the current input method
11108         is simple.
11110 1998-09-22  Paul Eggert  <eggert@twinsun.com>
11112         * startup.el (locale-translation-file-name): Prefer X-related names
11113         to the name used by GNU/Linux sans X.  Set to nil if no file found.
11114         (command-line): Use locale-translation-file-name if it is not nil,
11115         instead of testing for its existence again.
11116         regexp-quote the ctype before using it in a regexp.
11117         Allow a colon to appear after the ctype in the aliases file,
11118         as is done in X11R6.4.
11120 1998-09-21  Richard Stallman  <rms@gnu.org>
11122         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11124         * calendar/appt.el (appt-interval): Variable deleted.
11125         (appt-check): For minutes in between appt-display-interval times,
11126         do check, but don't display anything except an updated mode line.
11127         Count against appt-display-interval based on minutes since
11128         first display of this appointment, not based on time of day.
11129         If appt-display-mode-line, force mode line redisplay
11130         whenever appt-mode-string has changed.
11131         (appt-add, appt-delete): Add autoload cookies.
11132         (appt-check): Catch errors from calling `diary'.
11133         (appt-max-time): Renamed from max-time.
11134         (appt-now-displayed, appt-display-count): New variables.
11135         (appt-timer): Don't create one if we already have one.
11137         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11138         More general code to use the source buffer instead of the zap file.
11140         * hilit-chg.el (highlight-compare-with-file): Renamed from
11141         compare-with-file.
11143         * loadhist.el (load-history-loaded): New variable.
11144         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11146         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11148         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11149         Fix error messages.
11151 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
11153         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11154         Emacs frame.
11156 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11158         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11159         `undecided' and `undecided-unix'.
11161 1998-09-21  Dave Love  <fx@gnu.org>
11163         * help.el (help-make-xrefs): Fix typo affecting Info references.
11165         * subr.el (remove-hook): Check list values to avoid errors.
11167 1998-09-18  Noah Friedman  <friedman@splode.com>
11169         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11170         store string in eldoc-last-message without consing a new string.
11171         Rearrange logic from nested if's into cond's.
11172         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11173         Do not print message; just return string.
11174         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11175         Do not print message; just return string.
11176         Cache that string in eldoc-last-data.
11177         (eldoc-last-data): Make into a vector.
11178         (eldoc-get-fnsym-args-string): Use new data form of structure.
11179         (eldoc-get-var-docstring): Here also.
11180         (eldoc-last-data-store): New function.
11181         (eldoc-get-fnsym-args-string): Use it.
11182         (eldoc-get-var-docstring): Here also.
11183         (eldoc-docstring-first-line): Minimize interim string consing.
11184         Call substitute-command-keys on the result.
11185         (eldoc-print-var-docstrings, eldoc-print-docstring,
11186         eldoc-docstring-message): Functions removed.
11187         (eldoc-docstring-format-sym-doc): New function, functionality
11188         ripped out of eldoc-docstring-message.
11189         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11191 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
11193         * international/mule.el (make-coding-system): Doc-string modified.
11195 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
11197         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11199         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11200         customize type.
11202         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11203         type.
11205         * progmodes/compile.el (compilation-error-screen-columns): New
11206         variable.
11207         (compilation-next-error-locus): Use it to decide whether to use
11208         forward-char or move-to-column.
11210         * mail/rmail.el (rmail-movemail-program): Fix customize type.
11212         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11213         feedmail-fiddle-plex-user-list,
11214         feedmail-spray-address-fiddle-plex-list,
11215         feedmail-prompt-before-queue-user-alist,
11216         feedmail-prompt-before-queue-help-supplement,
11217         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11218         feedmail-queue-alternative-mail-header-separator): Fix customize
11219         type.
11221         * startup.el (site-run-file): Fix customize type.
11223         * speedbar.el (speedbar-initial-expansion-list-name): Fix
11224         customize type.
11226         * shell.el (shell-input-autoexpand): Fix customize type.
11228         * ps-print.el (ps-font-info-database): Add missing dots in value.
11229         Improve layout of customize type.
11231         * net-utils.el (traceroute-program-options, ping-program-options,
11232         ipconfig-program-options, netstat-program-options,
11233         arp-program-options, route-program-options,
11234         nslookup-program-options, ftp-program-options): Fix customize
11235         type.
11237         * midnight.el (clean-buffer-list-kill-regexps,
11238         clean-buffer-list-kill-buffer-names,
11239         clean-buffer-list-kill-never-buffer-names,
11240         clean-buffer-list-kill-never-regexps): Fix customize type.
11242         * man.el (Man-init-defvars): Avoid trailing nil on
11243         Man-filter-list.
11245         * lpr.el (printer-name): Fix customize type.
11247 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
11249         * international/mule-cmds.el (reset-language-environment): Call
11250         update-coding-systems-internal.
11252         * international/mule-conf.el: Call update-coding-systems-internal
11253         at the tail.
11255 1998-09-14  Dave Love  <fx@gnu.org>
11257         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
11258         use the menu-enable properties, pending doing it correctly and
11259         acceptably fast.
11261         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11263 1998-09-13  Dave Love  <d.love@dl.ac.uk>
11265         * progmodes/hideshow.el (hs-grok-mode-type): Check
11266         comment-{start,end} non-nil as well as bound.  Report an error if
11267         we can't grok the mode.
11269 1998-09-13  Richard Stallman  <rms@gnu.org>
11271         * simple.el (blink-matching-open): Don't log paren matching
11272         messages in *Messages*.
11274 1998-09-12  Richard Stallman  <rms@gnu.org>
11276         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11277         Set point-before-scroll at end even if there was an error.
11279         * ange-ftp.el (ange-ftp-insert-file-contents):
11280         Use binary mode for dumb-unix hosts as for unix hosts.
11281         (ange-ftp-copy-file-internal): Likewise.
11283         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11285         * emacs-lisp/pp.el: Doc fixes.
11287         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11288         (widget-choose): Don't use single-char shortcuts if # items
11289         exceeds that many.  Use minibuffer instead.
11291 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11293         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11295 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11297         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11298         in terminal mode.
11300 1998-09-10  Noah Friedman  <friedman@splode.com>
11302         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11303         defcustom declaration.  It's wreaking too much havoc with XEmacs
11304         and older versions of Emacs, which share this code.
11306         * type-break.el (type-break-mode): Here also.
11308         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11309         `t' to add-hook also to modify the new local value.
11311 1998-09-10  Dave Love  <fx@gnu.org>
11313         * vc.el (vc-insert-headers): Doc fix.
11315 1998-09-10  Richard Stallman  <rms@gnu.org>
11317         * textmodes/flyspell.el (flyspell-mode-on): Make the
11318         ispell-... variables permanent locals.
11319         (flyspell-mode-off): Add autoload cookie.
11321         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11322         do use binary mode, just as for `unix'.
11323         (ange-ftp-host-type): If HOST is nil, return `unix'.
11325         * dired.el (dired-mark-files-containing-regexp):
11326         Don't scan directories.  Ignore non-readable files.
11328         * progmodes/compile.el (compilation-error-regexp-alist):
11329         Fix previous change: allow . and _ in command name.
11331         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11333         * uncompress.el (uncompress-while-visiting):
11334         Use just the car of what find-operation-coding-system returns.
11336         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11338         * shell.el (shell-file-name-quote-list): Add # to the value.
11340 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11342         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11343         to make killing of ispell process work even if
11344         kill-all-local-variables has been run.
11346 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11348         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11349         loop when sexp entry ends at end of file with no newline.
11351 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11353         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11354         (Custom-reset-standard): Fix menu inconsistency.
11356         * mail/feedmail.el (feedmail-from-line): Allow t.
11357         (feedmail-message-id-suffix): Allow nil.
11359         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11360         Simplify.  Make prefix arg work right.
11362 1998-09-09  Dave Love  <fx@gnu.org>
11364         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11366         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11368 1998-09-08  Dave Love  <fx@gnu.org>
11370         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11371         stuff only after file names or at start of line.  Allow parens
11372         around e-mail, as well as angles.
11374         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11375         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11376         time for nicer failure if it's not available.
11378 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11380         * comint.el (comint-arguments): Ignore backslashes when using
11381         w32 shells that expect backslashes as the directory separator.
11383 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11385         * international/fontset.el (resolved-ascii-font): New variable.
11386         (x-complement-fontset-spec): By side effect, set
11387         `resolved-ascii-font' to the resolved name of ASCII font."
11388         (create-fontset-from-fontset-spec): Don't get a value for
11389         resolved-ascii-font from the list full-fontlist.  It is set by
11390         x-complement-fontset-spec now.
11392         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11393         version, check the value of mule-version.
11395 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11397         * textmodes/reftex.el (reftex-view-crossref): Split up into
11398         several functions.  No longer moves to find a macro.
11399         (reftex-view-cr-cite, reftex-view-cr-ref,
11400         reftex-end-of-bib-entry): New functions.
11401         (reftex-auto-view-crossref): New value `window' allowed.
11402         (reftex-view-crossref-when-idle): Process new `window' option in
11403         (reftex-translate-to-ascii-function): New default.
11404         (reftex-label-illegal-re): Default changed, removed Latin1.
11405         (reftex-latin1-to-ascii): New function.
11406         (reftex-what-environment): Check for section regexp before use.
11407         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11408         absolute path names.
11409         (reftex-TeX-master-file): Changed sequence of file checks.
11410         (reftex-do-citation): bibview cache only with RefTeX mode on.
11412 1998-09-06  Richard Stallman  <rms@gnu.org>
11414         * progmodes/compile.el (compilation-error-regexp-alist):
11415         In first pattern (GNU utilities and other things),
11416         allow a space after the optional program name at the beginning.
11418         * mail/mail-hist.el (mail-hist-current-header-contents):
11419         Fix previous change: use mail-header-end.
11421 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11423         * international/ccl.el: Doc fixes.
11424         * international/encoded-kb.el: Doc fixes.
11425         * international/fontset.el: Doc fixes.
11426         * international/kinsoku.el: Doc fixes.
11427         * international/kkc.el: Doc fixes.
11428         * international/mule-cmds.el: Doc fixes.
11429         * international/mule-conf.el: Doc fixes.
11430         * international/mule-util.el: Doc fixes.
11431         * international/mule.el: Doc fixes.
11433 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11435         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11436         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11437         (checkdoc-this-string-valid-engine): Permit ? as terminating
11438         punctuation for first line sentence breaking.
11439         (checkdoc-this-string-valid): When converting a comment into a doc
11440         string, make sure " chars are \".
11441         (checkdoc-sentencespace-region-engine): Only do double space check
11442         if based on the variable `sentence-end-double-space'
11443         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11444         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11446 1998-09-04  Richard Stallman  <rms@gnu.org>
11448         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11449         Recognize define-skeleton as a function definer.
11451         * cus-edit.el (customize-option): Refuse to customize
11452         a variable that has no defcustom.  But if variable is autoloaded,
11453         first try to load the library that defines it.
11455         * international/iso-insert.el: Use `string' before calling `insert'
11456         so that in multibyte buffers we insert multibyte chars.
11458         * dired.el (dired-mark-files-containing-regexp):
11459         Don't use find-file; instead, insert the file in a temp buffer.
11461         * textmodes/tex-mode.el (tex-start-options-string): New option.
11462         (tex-start-tex): Use that variable.
11464         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11465         value in the `repeat' alternative a list.
11467         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11468         the inserted newline, verify that one was really inserted.
11470         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11471         remains on or remains off.
11472         (flyspell-multi-language-p): Default changed to nil.
11474         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11475         In "found in comment" case, don't beginning-of-line after forward-line.
11477         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11478         If the function definition is not a lambda, return original FORM
11479         with no error.
11481 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11483         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11484         so that by default netstat shows all network connections.
11486 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11488         * international/quail.el: Doc fixes.
11490         * info.el (info): Don't add parens if FILE already has them.
11492 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11494         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11495         on extension lines.
11497 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11499         * w32-fns.el (w32-shell-dos-semantics): New function.
11501 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11503         * international/quail.el (quail-choose-completion-string): Store
11504         completion `choice' in `quail-current-str'; don't insert it.
11506 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11508         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11509         argument to ps-mule-generate-bitmap-font.
11511         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11512         entry and change Latin-1 entry in the default value.
11513         (ps-mule-font-info-database-ps-bdf): New variable.
11514         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11515         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11516         registerd in FONT-SPEC.
11517         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11518         charcter width of bitmap fonts.
11519         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11520         procedure NF.
11521         (ps-begin-file): Output PostScript code for setting
11522         SpaceWidthRatio.
11523         (ps-plot-region): Use line-beginning-position to get a position of
11524         the beginning of the current line.
11526         * international/mule-cmds.el (register-input-method): Doc-string
11527         modified.
11529 1998-09-01  Dave Love  <fx@gnu.org>
11531         * international/mule-cmds.el (current-language-environment): Fix
11532         setter function.
11534 1998-09-01  Simon Marshall  <simon@gnu.org>
11536         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11537         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11538         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11539         names with font-lock-type-face.  Fontify type specs, etc., with
11540         font-lock-keyword-face.
11542 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11544         * international/fontset.el (x-complement-fontset-spec): If ASCII
11545         font is specified in FONTLIST, don't substitute it for the
11546         resolved name.
11548 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11550         * international/mule.el (charset-description): Doc fix.
11552         * language/chinese.el, language/cyrillic.el, language/czech.el,
11553         language/devanagari.el, language/ethiopic.el,
11554         language/european.el, language/hebrew.el, language/indian.el,
11555         language/japanese.el, language/korean.el, language/lao.el,
11556         language/slovak.el, language/thai.el, language/tibetan.el,
11557         language/vietnamese.el:
11558         Add coding: local variable, to avoid bootstrapping problem
11559         if you need to recompile all the Lisp files using interpreted code.
11561 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11563         * cal-china.el (chinese-year-cache): Change range of years from
11564         1989-2000 to 1990-2010.
11566 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11568         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11569         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11571 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11573         * ps-print.el (ps-print-control-characters): Doc-string modified.
11574         (ps-output-string-prim): Comment format changed.
11575         (ps-do-despool): Indentation of source code changed.
11577 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11579         * subr.el (sref): Make it an alias of aref.  Make the
11580         byte-compiler warn that it is obsolete.
11581         (char-bytes): Make the byte-compiler warn that it is obsolete.
11583         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11584         Calculate the total bytes using position-bytes instead of
11585         char-bytes.
11587 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11589         * snmp-mode.el: New file.
11590         * files.el (auto-mode-alist): Add snmp-mode patterns.
11592 1998-08-27  Karl Eichwalder  <ke@suse.de>
11594         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11596 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11598         * calendar/diary-lib.el (diary-block): Doc fix..
11599         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11601 1998-08-27  Richard Stallman  <rms@gnu.org>
11603         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11604         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11605         Clear appt-mode-string if we don't put something in it.
11607 1998-08-27  Dave Love  <fx@gnu.org>
11609         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11610         dired-local-variables-file for dired-x.
11612         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11613         for compressed library files too.
11615 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11617         * language/european.el ("Latin-1"): Modify `documentation' key value.
11618         ("Latin-2"): Likewise.
11620 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11622         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11624 1998-08-26  Albert L. Ting  <alt@artisan.com>
11626         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11627         (mail-hist-current-header-contents): Use mail-text-start.
11629 1998-08-26  Richard Stallman  <rms@gnu.org>
11631         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11632         (customize-changed-options-previous-release): New variable.
11633         (customize-changed-options): Use that variable as default arg.
11635 1998-08-26  Karl Eichwalder  <ke@suse.de>
11637         * midnight.el: Require `timer' not only when compiling.
11639 1998-08-26  Per Starback  <starback@update.uu.se>
11641         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11642         buffer before creating help group.
11644 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11646         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11647         coding-system-for-write before saving.
11649 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11651         * isearch.el (isearch-forward): Doc fix.
11653 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11655         * emacs-lisp/find-func.el: Fix :version tags to have a string
11656         value, not a float.
11658         * cus-dep.el: Fix typo in output.
11660 1998-08-25  Dave Love  <fx@gnu.org>
11662         * repeat.el (repeat): Doc fix.
11663         [From rms:]
11664         (repeat-previous-repeated-command): New variable.
11665         (repeat): Check for real-last-command being null or repeat.  Set
11666         repeat-previous-repeated-command.
11668         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11670 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11672         * gnus/message.el (message-send-mail-with-sendmail): Bind
11673         coding-system-for-write by the return value of
11674         select-message-coding-system.
11675         (message-send-mail-with-qmail): Likewise.
11677 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11679         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11680         define-derived-mode.
11682         * files.el (file-name-invalid-regexp):
11683         Fix regex for ms-dos without long file names.
11685 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11687         * ps-print.el: Multi-byte buffer handling.
11688         (ps-print-version): New version number (4.0) and doc fix.
11689         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11690         compilation for GNU Emacs and emacsens.
11691         (ps-generate-postscript-with-faces): Force invisible text to be
11692         visible.
11693         (dos-ps-printer): New var to avoid compilation gripes.
11695 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11697         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11698         that no more characters can't be printed in the current line.
11700 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11702         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11703         greater than TO.
11705 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11707         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11708         20.2 and the earlier version.
11709         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11710         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11711         (ps-mule-find-wrappoint): Likewise.
11712         (ps-mule-generate-font): Change `X' to `x' in format
11713         control-string.
11714         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11715         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11716         `restore' form procedures `BC' and `EC'.
11718 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11720         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11721         is an executable procedure.  Make LineThickness, Xshadow, and
11722         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11723         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11724         ps-mule-font-info-database-bdf): New vars.
11725         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11726         (ccl-encode-ethio-unicode): New CCL program.
11727         (ps-mule-encode-ethiopic): New fun.
11728         (ps-mule-current-charset): New var.
11729         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11730         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11731         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11732         (ps-mule-external-libraries): New var.
11733         (ps-mule-init-external-library): New fun.
11734         (ps-mule-font-cache): New var.
11735         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11736         (ps-last-font): New var.
11737         (ps-mule-prepare-font): New fun.
11738         (ps-mule-charset-list): New var.
11739         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11740         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11741         ps-mule-plot-string): New funs.
11742         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11743         New vars.
11744         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11745         ps-mule-prepare-cmpchar-font): New funs.
11746         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11747         vars.
11748         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11749         ps-mule-generate-bitmap-glyph): New funs.
11750         (ps-mule-initialize, ps-mule-begin): New funs.
11751         (ps-output-string-prim): Insert string as unibyte.
11752         (ps-output-prologue): New fun.
11753         (ps-flush-output): Handle the case of 'prologue.
11754         (ps-begin-file): Call ps-mule-initialize.
11755         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11756         printing multibyte characters.
11757         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11758         (ps-basic-plot-string): Handle the case of printing ASCII
11759         characters by external libraries (e.g. BDF).
11760         (ps-set-font): Set ps-last-font.
11761         (ps-plot-region): Handle multibyte characters, use
11762         ps-mule-plot-string for them.
11763         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11765         * bdf.el: New file.
11767 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11769         * international/mule-cmds.el (select-message-coding-system): New
11770         function.
11771         (set-language-environment-coding-systems): Set
11772         default-sendmail-coding-system.
11774         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11775         (default-sendmail-coding-system): New variable.
11776         (sendmail-send-it): Encode the message by a coding system
11777         select-message-coding-system returns.
11779 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11781         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11782         (speedbar-mode): Set buffer to read only.
11783         (speedbar-temp-buffer-show-function): For emacs don't call hook
11784         with arguments.
11785         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11787 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11789         * speedbar.el (speedbar-key-map): Fix typo.
11791 See ChangeLog.7 for earlier changes.