*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob82fed5c775cfd8dc65040450b09b28d0b83d1825
1 2000-03-12  Dave Love  <fx@gnu.org>
3         * cus-edit.el: Doc fixes.
4         (customize-set-variable, customize-save-variable): Rename args for
5         doc.
6         (custom-variable-tag-face, custom-face-tag-face)
7         (custom-group-tag-face-1, custom-group-tag-face): Modify from
8         style which user identify as hyperlink.
9         (hook): Don't add undefined functions to the hook.
10         (debug-ignored-errors): Transfer message from bindings.el.
12 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
14         * recentf.el (recentf-keep-non-readable-files-p): Remove
15         double/nested definition.
17 2000-03-12  Dave Love  <fx@gnu.org>
19         * facemenu.el (facemenu-get-face): Use display-color-p.
20         * enriched.el (enriched-decode-foreground): Likewise.
21         (enriched-decode-background): Likewise.
22         * isearch.el (isearch-highlight): Likewise.
23         * info-look.el (info-lookup): Likewise.
24         * simple.el (completion-setup-function): Likewise.
26         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
27         :options.
29         * bindings.el (mode-line-format): Fix line-number and
30         column-number items.  Add help-echo for the background.
31         (mode-line-mule-info): Modify help-echo.
33         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
34         defcustom.
36         * files.el (load-file): Allow completion to .elc.
38         * man.el: Doc fixes.
39         (Man-init-defvars): Use display-color-p to set fontification.
41         * play/hanoi.el (hanoi-internal): Don't use oddp.
43 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
45         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
47         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
49 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
51         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
52         Fix comment.
54 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
56         * font-lock.el (font-lock-keywords): Fix the doc now that
57         regexp-opt-depth is unnecessary.
58         (save-buffer-state): Set an edebug spec.
59         (font-lock-fontify-anchored-keywords): Properly handle the case when
60         the matcher goes past the limit.
62         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
63         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
65         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
66         dll.el and cookie.el (from Elib) with heavy renaming and other
67         massaging.
69         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
70         Autoload the functions used.
71         (easy-mmode-define-syntax): Fix CL typo.
72         (easy-mmode-define-derived-mode): Improve the docstring generation.
74 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
76         * textmodes/texinfo.el (texinfo-version): Variable and function
77         removed.
79 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
81         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
82         allow more flexibility.
83         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
84         fns.
85         (easy-mmode-defmap, easy-mmode-defsyntax)
86         (easy-mmode-define-derived-mode): New macros.
88 2000-03-09  Didier Verna  <didier@xemacs.org>
90         * rect.el (replace-rectangle): New function.
92 2000-03-09  Dave Love  <fx@gnu.org>
94         * progmodes/fortran.el (fortran-comment-line-start): Define as
95         "C".
96         (fortran-comment-line-start-skip): Don't match cpp stuff.
97         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
98         (fortran-mode-map): Remove over-eager custom-menu-create for now.
99         (fortran-mode): Don't set fortran-comment-line-start-skip,
100         fortran-comment-line-start here.  Set comment-start,
101         add-log-current-defun.
102         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
103         (fortran-current-defun): New function.
105 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
107         * emacs-lisp/re-builder.el: New file.
109         * mouse.el (mouse-drag-region): Don't run up-event handler
110         if hscroll has changed.
112         * octave-mod.el (octave-font-lock-keywords): To font-lock the
113         builtin operators, use `font-lock-builtin-face' for Emacs and
114         `font-lock-preprocessor-face' otherwise.
115         
116         * font-lock.el (lisp-font-lock-keywords-1): Highlight 
117         `(defun (setf foo)' differently.
119 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
121         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
122         (regexp-opt): Update comment and adapt the code the new meaning of
123         the `paren' argument of regex-opt-group for shy-groups.
124         (regexp-opt-depth): Handle shy groups as well as backslashed
125         backslashes.
126         (regexp-opt-group): Turn the leading comment into a docstring.
127         Allow `paren' to be a string (the string to use to open a group).
128         Remove open-presuf and close-presuf.  Instead of checking for `all
129         one-char' and then later on check for `several one-char', handle
130         both cases close together.  Also apply a more generic algorithm
131         for suffixes (the mirror image of the algorithm used for
132         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
133         (regexp-opt-try-suffix): Removed.
135         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
136         from comint-mode-map, so we can just inherit from it.  Also, move
137         the initialization into the `defvar' since there's no docstring
138         anyway and it's fairly short.
139         (inferior-scheme-mode): Define it as derived-mode: the code is
140         shorter and this way we inherit from comint-mode-map rather than
141         copying it.
143         * subr.el (replace-regexps-in-string): Properly handle the case
144         where we match an empty string.
146         * comint.el (comint-exec-1): Add the current-dir to the exec-path
147         when the command has a directory component (such as "./testml").
148         Also fix a typo in the comment.
150 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
152         * Makefile (compile-files): Compile files one by one because
153         that's the only way to ensure a clean compilation environment for
154         each individual file.
156         * frame.el (other-frame): Call x-focus-frame.
158 2000-03-07  Dave Love  <fx@gnu.org>
160         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
161         :require to defcustom.
163         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
164         lists.
166         * files.el (auto-mode-alist): Add configure.in.
168         * progmodes/autoconf.el: New file.
170 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
172         * mail/mh-e.el: Change maintainer to `none'.
174         * recentf.el (recentf-keep-non-readable-files-p): Quote args
175         to remove-hook and add-hook.
177 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
179         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
180         it as the default.
181         (mail-send): Test mail-send-nonascii also for the new `mime' value.
182         (sendmail-send-it): Conditionally add MIME headers specifying the
183         used character set.
184         
185 2000-03-07  Dave Love  <fx@gnu.org>
187         * winner.el: Fix keywords, autoload cookies.  Split
188         eval-when-compile form to avoid compilation failure.
190 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
192         * international/mule.el: Modify comment about coding system
193         property `coding-category'.
194         (make-coding-system): New argument EOL-TYPE.  Pay attention to
195         coding-category property of PROPERTIES.
197         * international/mule-conf.el (coding-category-utf-8,
198         coding-category-utf-16-be, coding-category-utf-16-le): New coding
199         categories.  Include them in the argument for set-coding-priority.
201         * international/mule-cmds.el (reset-language-environment): Include
202         coding-category-utf-8, coding-category-utf-16-be, and
203         coding-category-utf-16-le in the argument for set-coding-priority.
204         (reset-language-environment): Initialize coding-category-utf-8,
205         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
207 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
209         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
210         code abstracted out of `bookmark-jump-noselect'.  Now tries info
211         extensions as well as compression extensions.
212         (bookmark-jump-noselect): Use above new func.
213         
214 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
216         * strokes.el: Change maintainer's mail address.
218 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
220         * international/mule-diag.el (list-character-sets): Make help-echo
221         string by substitute-command-keys.
222         (list-character-sets): Likewise.
223         (sort-listed-character-sets): Call help-setup-xref.
225 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
227         * time.el (display-time-mail-file): Add `none' to the list of
228         choices.
230 2000-03-01  Dave Love  <fx@gnu.org>
232         * help.el (help-xref-go-back): Don't try to set position.
234         * international/mule-diag.el (list-character-sets): Call
235         help-setup-xref.  Add help-echo to xrefs.
236         (list-character-sets-1): Add help-echo to xrefs.
238 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
240         * frame.el (blink-cursor-mode): Switch cursor on when turning
241         the mode off.
243         * add-log.el (add-log-current-defun): Add support for
244         Autoconf mode.
246         * mail/rmail.el (rmail-quit-hook): New variable.
248 2000-03-01  Dave Love  <fx@gnu.org>
250         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
252         * help.el (help-xref-button): Add help-echo arg.
253         (describe-function-1, describe-variable, help-make-xrefs): Use it.
255         * faces.el (list-faces-display): Supply help-echo with
256         help-make-xrefs.
258         * facemenu.el (list-text-properties-at): Set help-xref-stack to
259         nil.
261 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
263         * image.el (defimage): Look for image files in load-path.
265         * frame.el (busy-cursor-delay-seconds): Change type to 
266         `number'.
268 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
270         * recentf.el (recentf): Added version tag to the defgroup of
271         recentf.
273 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
275         * recentf.el (recentf-cleanup): Changed to remove excluded file
276         too.
277         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
278         action to select/unselect a file.
279         (recentf-edit-list): Code cleanup and improvement.
280         (recentf-open-more-files-action): `recentf-open-more-files' button
281         widget action to open a file.
282         (recentf-open-more-files): No more use standard completion but
283         widgets.
284         (recentf-more-collection): Deleted.
285         (recentf-more-history): Deleted.
286         (recentf-setup-more-completion): Deleted.
288 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
290         * recentf.el (recentf-mode): No more needs that Emacs is running
291         under a window-system.
293 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
295         * recentf.el (recentf-edit-list): New command to edit the recent
296         list which allow the user to remove files.
297         (recentf-edit-selected-items): New global variable, used by
298         `recentf-edit-list' to hold the list of files to be removed from
299         the recent list.
300         (recentf-make-menu-items): Updated to display a "Edit list..."
301         menu item.  Minor code cleanup.
303 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
305         * recentf.el (recentf-open-more-files): New command to open files
306         that are not displayed in the menu.
307         (recentf-more-collection): New global variable holding the set of
308         permissible completions used by `recentf-open-more-files'.
309         (recentf-more-history): New global variable holding the history list
310         used by `recentf-open-more-files' completion.
311         (recentf-setup-more-completion): New function to setup completion for
312         `recentf-open-more-files'.
313         (recentf-make-menu-items): Updated to display a "More..." menu item.
315 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
317         * recentf.el (recentf-menu-action): Doc fixed.
319 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
321         * recentf.el (recentf-menu-filter): Doc updated.
322         (recentf-update-menu-hook): Allow menu filters to force menu update.
323         (recentf-make-menu-items): New menu filter handling.
324         (recentf-make-menu-item): New helper function.
325         (recentf-menu-elements): New menu handling function.
326         (recentf-sort-ascending): Updated to new menu filter handling.
327         (recentf-sort-descending): Updated to new menu filter handling.
328         (recentf-sort-basenames-ascending): New menu filter function.
329         (recentf-sort-basenames-descending): New menu filter function.
330         (recentf-show-basenames): New menu filter function.
331         (recentf-show-basenames-ascending): New menu filter function.
332         (recentf-show-basenames-descending): New menu filter function.
334 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
336         * diary-lib.el (list-diary-entries): Don't try to go forward at
337         the end of the buffer.
339 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
341         * international/mule-diag.el (list-character-sets): Completely
342         rewritten.
343         (sort-listed-character-sets): New function.
344         (list-character-sets-1): Completely rewritten.
345         (list-character-sets-2): New function.
346         (non-iso-charset-alist): New variable.
347         (decode-codepage-char): New function.
348         (charset-history): New variable.
349         (read-charset) (list-block-of-chars)
350         (list-iso-charset-chars)
351         (list-non-iso-charset-chars)
352         (list-charset-chars): New functions.
353         (mule-diag): Call list-character-sets-2, not
354         list-character-sets-2.
355         (dump-charsets): Likewise.
357 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
359         * dired-x.el (dired-filename-at-point): Add `@' to valid
360         file name characters.
361         (dired-filename-at-point): Handle ange-ftp file names.
363         * frame.el (frame-notice-user-settings): Use assq-delete-all
364         instead of assoc-delete-all.
365         (frame-notice-user-settings): Ditto.
367         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
368         Don't copy alist.
370 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
372         * calculator.el (calculator-use-menu): New option.
373         (calculator-initial-bindings): Changed some bindings to work as
374         macros.
375         (calculator-forced-input): Removed.
376         (calculator-restart-other-mode): New variable.
377         (calculator-mode-map): Set up menu.
378         
379 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
381         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
382         tags.
383         
384 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
385         
386         * viper-cmd.el (viper-envelop-ESC-key): added the option to
387         translate all ESC key sequences.
388         (viper-goto-mark-subr): restore markers for files for which
389         they were saved.
390         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
391         * viper-util.el (viper-set-replace-overlay-glyphs,
392         viper-set-replace-overlay): always check if the replacement
393         overlay is live.
394         * viper.el (viper-vi-state-mode-list): added major modes.
395         * ediff-wind.el: minor comment changes.
396         * ediff.el: copyright notice date fix.
397         
398 2000-02-27  Jason Rumney  <jasonr@gnu.org>
400         * faces.el (face-font-family-alternatives): Add arial to helv.
401         (mode-line, header-line, tool-bar): Same default as x for w32.
402         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
403         face-font-family-alternatives from working.
404         * term/w32-win.el (mouse-set-font): Do not build fontset from
405         chosen font.
407 2000-02-25  Sam Steingold  <sds@goems.com>
409         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
410         properly.
411         
412 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
414         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
416 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
418         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
419         writable.
421         * frame.el (busy-cursor-delay-seconds): New option.
423 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
425         * frame.el (show-cursor-in-non-selected-windows): New option.
427 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
429         * diary-lib.el (include-other-diary-files): Undo the selective
430         display in any included file and don't kill it.
432 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
434         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
435         bar.  Menu items converted to (menu-item format, help strings
436         added.
437         [downcase, upcase]: Don't enable on MS-DOS.
438         [symlink, symlinks]: Don't show if make-symbolic-link is not
439         bound.
440         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
442 2000-02-23  Dave Love  <fx@gnu.org>
444         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
445         (backward-kill-word): Revert addition of * to interactive spec --
446         it's a feature.
448         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
449         (backward-kill-sentence, kill-sentence): Likewise.
451         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
452         scratch buffer name.
453         (gud-format-command): Use int-to-string in ?l case.  Simplify
454         slightly.
456         * term/w32-win.el (internal-face-interactive): Update prompt for
457         new read-face-name.
459         * mail/footnote.el (footnote): Add :version to defgroup.
460         (footnote-section-tag-regexp): Customize.
461         (footnote-start-tag, footnote-end-tag): New option.
462         (footnote-latin-regexp): New variable.
463         (Footnote-latin): New function.
464         (footnote-style-alist): Add element for latin style.
465         (footnote-style): Moved.
466         (Footnote-goto-footnote): Use eq to test arg.
468         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
470         * emacs-lisp/byte-opt.el: Change old backquote syntax.
471         (byte-compile-trueconstp): Include keywords.
472         (byte-optimize-quote, byte-optimize-lapcode): Use
473         byte-compile-const-symbol-p.
474         (byte-optimize-char-before): New optimization.
476         * emacs-lisp/bytecomp.el: Change old backquote syntax.
477         (byte-compile-const-symbol-p): New function.
478         (byte-compile-constp, byte-compile-out-toplevel)
479         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
480         Use it.
482         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
484 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
486         * international/encoded-kb.el: Be sure to update minor-mode-alist
487         and minor-mode-map-alist.
488         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
489         codes SS2 and SS3 correctly.
490         (encoded-kbd-self-insert-ccl): New function.
491         (encoded-kbd-setup-keymap): New function.
492         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
493         by calling encoded-kbd-setup-keymap.
495         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
496         characters.
497         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
498         locally.
500 2000-02-22  Dave Love  <fx@gnu.org>
502         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
503         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
504         defvar.
505         (lisp-mode-syntax-table): Set up for #|...|# comments.
506         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
507         classes.  Match `defface'.
508         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
509         (eval-defun-1): Fix for defcustom.
510         (lisp-indent-region): Doc fix.
512         * subr.el (when, unless, split-string): Doc fix.
513         (read-passwd): Move call of clear-this-command-keys to the right
514         place.
515         (replace-regexps-in-string): New function.
517 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
519         * help.el (describe-variable): Set syntax table to
520         emacs-lisp-mode-syntax-table when moving forward over the
521         symbol's name.
523 2000-02-22  Dave Love  <fx@gnu.org>
525         * xt-mouse.el: Doc fixes.
526         (xterm-mouse-position-function): New function, replacing advice of
527         mouse-position.
528         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
530         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
532 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
534         * format.el (format-annotate-single-property-change): Handle
535         properties.with dotted-list values.
536         (format-proper-list-p): New function.
538         * enriched.el (enriched-face-ans): Handle '(foreground-color
539         . COLOR) and (background-color . COLOR).
541 2000-02-20  Dave Love  <fx@gnu.org>
543         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
544         and assignments to it.
545         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
546         current local map.
547         (make-flyspell-overlay): Use it.
548         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
550         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
551         (lm-get-header-re): Defun, not defsubst.
552         (lm-get-package-name): Defun, not defsubst.  Simplify.
553         (lm-version): Doc fix.  Simplify.
554         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
555         (lm-crack-address, lm-last-modified-date, lm-commentary)
556         (lm-verify, lm-synopsis): Simplify.
557         (lm-report-bug): Require emacsbug.  Use compose-mail.
559 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
561         * dired.el (dired-mode): Call propertized-buffer-identification
562         to set mode-line-buffer-identification to something having
563         the right text properties.
565         * bindings.el (propertized-buffer-identification): New function.
567 2000-02-20  Dave Love  <fx@gnu.org>
569         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
570         check for t-mouse too.
572         * cus-start.el: Make echo-keystrokes `number'.
574 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
576         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
577         Don't call ring-empty-p unless tags-location-ring is bound.
578         From Noah Friedman <friedman@splode.com>.
580 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
582         * progmodes/hideshow.el (hs-flag-region): No longer use
583         `intangible' overlay property.
585         (hs-toggle-hiding): New command.
586         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
588         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
589         Fix omission bug: Run `hs-minor-mode-hook' for both activation
590         and deactivation.
592 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
594         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
596 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
598         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
600         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
601         of `*' to handle `(* ... *)' comments.
603 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
605         * faces.el (list-faces-display): Use display-mouse-p instead of
606         window-system.
608         * menu-bar.el (global-map): Menu-bar items converted to the new
609         format (menu-item..., rearranged for better CUA compliance, and
610         their names changed for better clarity.  Help strings added.
612         * international/mule-cmds.el (mule-menu-keymap)
613         (describe-language-environment-map, set-coding-system-map)
614         (setup-language-environment-map): Convert to new (menu-item...
615         form, add help strings.  Change names of menu items for better
616         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
617         submenu).
619 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
621         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
622         within the code.
624 2000-02-16  Dave Love  <fx@gnu.org>
626         * faces.el: Don't require custom.  Add more specific :groups to
627         various deffaces.
628         (set-face-attribute): Purecopy args.
629         (read-face-name): Default to name at point and use it in prompt.
630         Remove colon from arg in all callers.
631         (list-faces-display): Hyperlink to face descriptions and customize
632         buffers.
634 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
636         * wid-edit.el (widget-match-inline): An atom never matches a
637         list.
639 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
641         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
642         at ':' characters by call to split-string.
644 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
646         * textmodes/bibtex.el: Added RCS version identification.
648 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
650         * textmodes/bibtex.el: Some temporary comments removed.
651         (bibtex-field-name, bibtex-entry-type): Made the relationship
652         explicit.
653         (bibtex-field-const): Allow capital letters.
654         (bibtex-start-of-string): Deleted because unused.
656         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
657         use the term 'reference' to describe a bibtex entry as a whole.
658         Further, reference keys are no longer called 'labels'.
659         (bibtex-keys): Renamed to bibtex-reference-keys.
660         (bibtex-reformat-previous-labels): Renamed to
661         bibtex-reformat-previous-reference-keys.
662         (bibtex-reference-type): Renamed to bibtex-entry-type.
663         (bibtex-reference-head): Renamed to bibtex-entry-head.
664         (bibtex-reference-maybe-empty-head): Renamed to
665         bibtex-entry-maybe-empty-head.
666         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
667         (bibtex-search-reference): Renamed to bibtex-search-entry.
668         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
669         bibtex-enclosing-entry-maybe-empty-head.
670         (bibtex-entry-field-alist, bibtex-entry-head,
671         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
672         bibtex-map-entries, bibtex-search-entry,
673         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
674         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
675         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
676         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
677         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
678         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
679         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
681 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
683         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
684         comment.
685         (bibtex-format-field-delimiters): New function, functionality
686         extracted from bibtex-format-entry.
687         (bibtex-autokey-get-yearfield-digits): New function, functionality
688         extracted from bibtex-autokey-get-yearfield.
690         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
691         entries in order to avoid stack overflow in the regexp matcher if
692         field contents become large.
693         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
694         bibtex-field-string-part-not-braced,
695         bibtex-field-string-part-no-inner-braces,
696         bibtex-field-string-part-1-inner-brace,
697         bibtex-field-string-part-2-inner-braces,
698         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
699         bibtex-field-string-quoted, bibtex-field-string,
700         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
701         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
702         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
703         as parsing is now performed by the following functions.
704         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
705         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
706         bibtex-parse-field-string, bibtex-search-forward-field-string,
707         bibtex-parse-association, bibtex-field-name-for-parsing,
708         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
709         bibtex-search-forward-field, bibtex-search-backward-field,
710         bibtex-start-of-field, bibtex-end-of-field,
711         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
712         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
713         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
714         bibtex-parse-string, bibtex-search-forward-string,
715         bibtex-search-backward-string, bibtex-start-of-string,
716         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
717         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
718         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
719         entries.  Instead of reporting the results of the parsing by
720         match-beginning or match-end, these functions return data structures
721         that hold the corresponding positions.
722         (bibtex-enclosing-field): Changed to also report field boundaries by
723         return values rather than by match-beginning or match-end.  The
724         following functions have been adapted to use the new parsing
725         functions.
726         (bibtex-skip-to-valid-entry, bibtex-search-reference,
727         bibtex-enclosing-field, bibtex-format-entry,
728         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
729         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
730         bibtex-print-help-message, bibtex-end-of-entry,
731         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
732         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
733         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
734         method for parsing.
735         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
736         bibtex-map-entries, bibtex-flash-head,
737         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
738         bibtex-autokey-change, bibtex-autokey-get-namefield,
739         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
740         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
741         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
742         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
743         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
744         order to make the new binding of case-fold-search immediately
745         visible.
747 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
749         * textmodes/bibtex.el: Copyright notice is up to date.
750         Added constant 'bibtex-maintainer-salutation.
752         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
753         than make-temp-name, use match-string-no-properties and eliminate
754         a quadratic behavior when building bibtex-strings.
756         * bibtex.el (bibtex-reference-key): Accept string entries whose
757         reference key contains upper case letters.
759 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
761         * bibtex.el (bibtex-reference-head): Allow entries to start with
762         a new line.
764 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
766         * bibtex.el: Hiding of entry bodies is not longer provided by
767         bibtex.el directly.  Instead the hideshow package can be used.
768         Added a special bibtex entry to hs-special-modes-alist.
769         (bibtex-hs-forward-sexp): Added for hideshow.el.
771 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
773         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
774         at ':' characters by call to split-string.
776 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
778         * textmodes/bibtex.el: Added RCS version identification.
780 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
782         * textmodes/bibtex.el: Some temporary comments removed.
783         (bibtex-field-name, bibtex-entry-type): Made the relationship
784         explicit.
785         (bibtex-field-const): Allow capital letters.
786         (bibtex-start-of-string): Deleted because unused.
787         
788         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
789         use the term 'reference' to describe a bibtex entry as a whole.
790         Further, reference keys are no longer called 'labels'.
791         (bibtex-keys): Renamed to bibtex-reference-keys.
792         (bibtex-reformat-previous-labels): Renamed to
793         bibtex-reformat-previous-reference-keys.
794         (bibtex-reference-type): Renamed to bibtex-entry-type.
795         (bibtex-reference-head): Renamed to bibtex-entry-head.
796         (bibtex-reference-maybe-empty-head): Renamed to
797         bibtex-entry-maybe-empty-head.
798         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
799         (bibtex-search-reference): Renamed to bibtex-search-entry.
800         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
801         bibtex-enclosing-entry-maybe-empty-head.
802         (bibtex-entry-field-alist, bibtex-entry-head,
803         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
804         bibtex-map-entries, bibtex-search-entry,
805         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
806         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
807         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
808         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
809         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
810         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
811         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
813 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
815         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
816         comment.
817         (bibtex-format-field-delimiters): New function, functionality
818         extracted from bibtex-format-entry.
819         (bibtex-autokey-get-yearfield-digits): New function, functionality
820         extracted from bibtex-autokey-get-yearfield.
821         
822         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
823         entries in order to avoid stack overflow in the regexp matcher if
824         field contents become large.
825         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
826         bibtex-field-string-part-not-braced,
827         bibtex-field-string-part-no-inner-braces,
828         bibtex-field-string-part-1-inner-brace,
829         bibtex-field-string-part-2-inner-braces,
830         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
831         bibtex-field-string-quoted, bibtex-field-string,
832         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
833         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
834         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
835         as parsing is now performed by the following functions.
836         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
837         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
838         bibtex-parse-field-string, bibtex-search-forward-field-string,
839         bibtex-parse-association, bibtex-field-name-for-parsing,
840         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
841         bibtex-search-forward-field, bibtex-search-backward-field,
842         bibtex-start-of-field, bibtex-end-of-field,
843         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
844         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
845         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
846         bibtex-parse-string, bibtex-search-forward-string,
847         bibtex-search-backward-string, bibtex-start-of-string,
848         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
849         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
850         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
851         entries.  Instead of reporting the results of the parsing by
852         match-beginning or match-end, these functions return data structures
853         that hold the corresponding positions.
854         (bibtex-enclosing-field): Changed to also report field boundaries by
855         return values rather than by match-beginning or match-end.  The
856         following functions have been adapted to use the new parsing
857         functions.
858         (bibtex-skip-to-valid-entry, bibtex-search-reference,
859         bibtex-enclosing-field, bibtex-format-entry,
860         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
861         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
862         bibtex-print-help-message, bibtex-end-of-entry,
863         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
864         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
865         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
866         method for parsing.
867         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
868         bibtex-map-entries, bibtex-flash-head,
869         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
870         bibtex-autokey-change, bibtex-autokey-get-namefield,
871         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
872         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
873         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
874         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
875         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
876         order to make the new binding of case-fold-search immediately
877         visible.
879 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
881         * textmodes/bibtex.el: Copyright notice is up to date.
882         Added constant 'bibtex-maintainer-salutation.
883         
884         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
885         than make-temp-name, use match-string-no-properties and eliminate
886         a quadratic behavior when building bibtex-strings.
887         
888         * bibtex.el (bibtex-reference-key): Accept string entries whose
889         reference key contains upper case letters.
891 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
893         * bibtex.el (bibtex-reference-head): Allow entries to start with
894         a new line.
896 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
898         * bibtex.el: Hiding of entry bodies is not longer provided by
899         bibtex.el directly.  Instead the hideshow package can be used.
900         Added a special bibtex entry to hs-special-modes-alist.
901         (bibtex-hs-forward-sexp): Added for hideshow.el.
903 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
905         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
906         proceedings entry type (for cross referencing). Thanks to Wagner
907         Toledo Correa for the suggestion.
909         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
911 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
913         * international/characters.el: Setup case table for Vietnamese.
915 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
917         * uniquify.el (toplevel): Require CL at compile time.
918         (uniquify-push): Removed.
920         * shadowfile.el (shadow-when): Removed.
922         * tempo.el (tempo-dolist, tempo-mapc): Removed.
923         (tempo-process-and-insert-string): Use dolist instead of
924         tempo-dolist.
926         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
927         regexp for paragraph-start.
929         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
930         commas as well.
932 2000-02-10  Dave Love  <fx@gnu.org>
934         * wid-edit.el: (widgets) [defgroup]: Remove url link.
935         (widget-color-choice-list, widget-color-history, widget-mouse-help):
936         Deleted.
937         (widget-specify-field, widget-specify-button): Don't use
938         widget-mouse-help as help-echo property.
939         (default): Use #'ignore for :validate and :mouse-down-action.
940         (checkbox): Add help-echo.
941         (widget-sexp-validate): Rewritten to clarify error messages.
942         (character): Use char-valid-p in :match function.
943         (widget-color-complete): Use facemenu-color-alist.
944         (widget-color-action): Use facemenu-read-color.
946         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
947         set up `caar' &c that we now have.
949 2000-02-09  Ray Blaak  <blaak@gnu.org>
951         * delphi.el: Make resourcestring a declaration region, like const
952         and var.
954 2000-02-09  Dave Love  <fx@gnu.org>
956         * bindings.el (mode-line-input-method-map): New variable.
957         (mode-line-mule-info): Use it; fix last change.
958         (mode-line-mode-menu): Move definition.
959         (mode-line-mouse-sensitive-p): Deleted.
960         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
961         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
962         level.
964         * startup.el (command-line-1): Don't call
965         make-mode-line-mouse-sensitive.
967 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
969         * mail/rmail.el (rmail-retry-failure): Use
970         rmail-beginning-of-message before rmail-toggle-header, because the
971         former toggles headers.
973 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
975         * diff-mode.el (diff-kill-junk): New interactive function.
976         (diff-reverse-direction): Use delete-and-extract-region.
977         (diff-post-command-hook): Restrict the area so that the hook also works
978         outside of any diff hunk.  This is necessary for the minor-mode.
979         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
980         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
982         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
983         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
984         so that it can be used more easily in <foo>-mode-hook.  Also make sure
985         to avoid duplicate entries.
986         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
987         (font-lock-remove-keywords): Just as was done for `add', allow it to
988         work even if font-lock-mode is nil.  Also make sure we don't modify
989         any pre-existing list by forcing a copy-sequence.  Finally rename
990         `major-mode' to `mode'.
991         (font-lock-fontify-syntactic-anchored-keywords)
992         (font-lock-fontify-anchored-keywords)
993         (font-lock-fontify-keywords-region): Use line-end-position.
994         Don't make `font-lock-multiline' local (it's now done in
995         font-lock-set-defaults).
996         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
997         move the `font-lock-fontified' creation to inside the `unless'.
999 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1001         * term/w32-win.el (x-handle-args): Comment out call to message,
1002         which occurs before window system is initialized.
1004         * makefile.nt: Add support for recompiling lisp code.
1006 2000-02-04  Dave Love  <fx@gnu.org>
1008         * bindings.el (mode-line-mule-info): Fix/extend last change.
1010         * completion.el: Replace completion-dolist with dolist.
1012         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1013         dotimes.
1015 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1017         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1018         environment names before they go into the section regexp.
1020         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1021         char class in regexp.
1023         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1024         `case-fold-search' to nil.
1026         * progmodes/idlwave.el (idlwave-template): Respect
1027         `idlwave-abbrev-change-case'.
1028         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1029         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1030         idlwave-while): respect `idlwave-reserved-word-upcase'.
1031         (idlwave-rw-case): New function.
1032         (idlwave-statement-match): Fixed problem with assignment regexp.
1033         (idlwave-font-lock-keywords): Improved regexp for keyword
1034         parameters.
1035         (idlwave-surround): New argument LENGTH to support padding of
1036         operators longer than 1 char.
1038         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1039         idlwave-shell-expression-overlay.  Implemented printing of
1040         expressions on higher levels of the calling stack.
1041         (idlwave-shell-display-level-in-calling-stack): Restore stack
1042         level.
1043         (idlwave-retrieve-expression-from-level): New function.
1044         (idlwave-shell-last-calling-stack): Variable removed.
1045         (idlwave-shell-reset): Argument action reversed (`visible' to
1046         `hidden').  Also remove stop-line overlay.
1047         (idlwave-shell-calling-stack-routine): New variable.
1048         (idlwave-shell-parse-stack-and-display): Messages now display
1049         negative level numbers.
1050         (idlwave-shell-mode): Set `modeline-format'.
1051         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1052         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1053         21.
1054         (idlwave-shell-print-expression-function): New option.
1056         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1057         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1058         `tool-bar' instead of `toolbar'.
1060 2000-02-02  Dave Love  <fx@gnu.org>
1062         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1063         emacs-lisp-mode-hook.  Don't check for defalias being defined.
1065         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1066         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
1067         the new builtins directly.
1069         * whitespace.el (whitespace): Add :version to defgroup.
1071         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1072         Doc fix.
1074         * thingatpt.el (sexp-at-point, symbol-at-point)
1075         (number-at-point, list-at-point): Add autoload cookie.
1077         * recentf.el (recentf): Add :version to defgroup.
1079         * quickurl.el (quickurl): Add :version to defgroup.
1081         * elide-head.el (elide-head): Use point-marker more.
1083         * bs.el (bs): Add :version to defgroup.
1085         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1087         * progmodes/delphi.el (delphi): Add :version to defgroup.
1089 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
1091         * ange-ftp.el (ange-ftp-write-region): Handle case that
1092         succeeding process operation sets a different coding system.
1094         * calculator.el: New file.
1096 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1098         * frame.el (frames-on-display-list, framep-on-display): New
1099         functions.
1100         (display-mouse-p, display-popup-menus-p, display-graphic-p)
1101         (display-selections-p, display-screens, display-pixel-width)
1102         (display-pixel-height, display-mm-width, display-mm-height)
1103         (display-backing-store, display-save-under, display-planes)
1104         (display-color-cells, display-visual-class): New functions.
1106         * term/tty-colors.el (tty-color-gray-shades): New function.
1108         * faces.el (display-color-p): Use framep-on-display.
1109         (display-grayscale-p): New function.
1111 2000-01-31  Dave Love  <fx@gnu.org>
1113         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1114         (create-fontset-from-x-resource): Don't concat integers.
1116 2000-01-31  Inge Frick  <inge@nada.kth.se>
1118         * view.el: Some changes in documentation.  Removed some trailing
1119         whitespace. Changed some parameter names to agree with
1120         documentation.
1121         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1122         window is not deleted.  Modifies change 1998-04-26.
1124 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
1126         * windmove.el: New file.
1128         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1129         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1130         progmodes/ebnf-yac.el: Update copyright and license info.
1132         * jit-lock.el (jit-lock-function): Widen before calculating end
1133         position.
1134         (jit-lock-stealth-chunk-start): Rewritten.
1136         * info.el (Info-title-face-alist): Removed.
1137         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1138         faces.
1139         (Info-fontify-node): Use these faces.
1141 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
1143         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1144         (cl-macro-list1): Recognize `&allow-other-keys' instead of
1145         `&allow-other-keywords'.
1147         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1148         the list of directories scanned heuristically.
1150         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1151         exist.
1153 2000-01-30  Jason Rumney  <jasonr@gnu.org>
1155         * w32-fns.el: Define w32-tty-standard-colors.
1157         * startup.el (command-line): Use w32-tty-standard-colors when in
1158         w32 console mode.
1160 2000-01-30  Dave Love  <fx@gnu.org>
1162         * jka-compr.el (jka-compr-load): Fix up load-history.
1164         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1166         * emacs-lisp/cl-macs.el: Revert previous change.
1168 2000-01-29  Dave Love  <fx@gnu.org>
1170         * facemenu.el: Purecopy various strings.
1172         * timezone.el (timezone-fix-time): Window against 69 for two-digit
1173         years.  Deal with three-digit years.
1175         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1176         defconst, purecopy.
1177         (help-back-label): Purecopy it.
1179 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1181         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1182         variable. If non-nil, order the buffer list according to the
1183         currently selected frame.
1184         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1185         non-nil, pass the selected frame to function buffer-list.
1187 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1189         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1191 2000-01-28  Dave Love  <fx@gnu.org>
1193         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1195         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1196         Don't use lisp-indent-hook property.
1197         (cl-abs): Remove.
1199         * subr.el: Move out indent and edebug specs for when and unless.
1201         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1202         when, unless.
1204         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1205         unless, when.
1207 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
1209         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1210         `collecting' as synonym for `collect'.
1212         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1213         for the case it contains spaces.
1215         * simple.el (what-cursor-position): Change formatting of
1216         messages.
1218         * frame.el (delete-other-frames): New function.
1219         (toplevel): Bind it to C-x 5 1.
1221         * sort.el (sort-numeric-base): New option.
1222         (sort-numeric-fields): If number starts with `0' or `0[xX[',
1223         interpret it as octal or hexadecimal.  Use sort-numeric-base
1224         as default base.
1226         * progmodes/glasses.el: New file.
1228 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1230         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1231         userids differently.
1233         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1234         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1235         progmodes/ebnf-yac.el: New files.
1237 2000-01-26  Dave Love  <fx@gnu.org>
1239         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1240         on a function with an empty body.  [From Eric Ludlam.]
1242 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1244         * vc.el (vc-version-diff): Make sure file name is expanded.
1246 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1248         * scroll-bar.el (scroll-bar-timer): Variable removed.
1249         (scroll-bar-toolkit-scroll): Don't use a timer.
1251 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1253         * language/thai-util.el (thai-composition-function): Delete
1254         superfluous `a'.
1256 2000-01-24  Dave Love  <fx@gnu.org>
1258         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1259         end-of-defun-function.
1261         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1262         &c.
1264 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1266         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1267         conflicts with new face support.
1269 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1271         * replace.el (query-replace): Rename last arg to DELIMITED.
1272         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1273         (query-replace-regexp): Likewise.
1275 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1277         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1279         * emacs-lisp/lisp.el (beginning-of-defun-function):
1280         Variable renamed from beginning-of-defun.
1281         Do not call make-variable-buffer-local.
1282         (beginning-of-defun-raw): Use new variable name; doc fix.
1283         (beginning-of-defun): Doc fix.
1284         (end-of-defun-function): Variable renamed from end-of-defun.
1285         Do not call make-variable-buffer-local.
1286         (end-of-defun): Use new variable name; doc fix.
1288         * subr.el (dolist, dotimes): Copied from cl-macs.el
1289         and made to work.
1291         * mail/undigest.el (rmail-digest-end-regexps):
1292         Variable replaces rmail-digest-end-regexp.
1293         Allows multiple regexps for detecting the end line.
1294         (undigestify-rmail-message): Corresponding changes.
1296 2000-01-19  Dave Love  <fx@gnu.org>
1298         * files.el (user-init-file): Don't declare here -- is primitive.
1300         * startup.el (command-line): Check for compiled user-init-file and
1301         set to uncompiled version if necessary.
1303 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1305         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1306         (undigestify-rmail-message): Use it.
1308         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1310 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1312         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1313         of mini-buffer.
1315 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1317         * emacs-lisp/copyright.el (copyright-update): Removed the
1318         requirement for a trailing space from `copyright-regexp', to
1319         support copyrights with owner specified on a separate line..
1321         * align.el: New file.
1323         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1325         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1327 2000-01-13  Dave Love  <fx@gnu.org>
1329         * ph.el: Removed.  (Obsoleted by EUDC.)
1331 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1333         * net/eudc.el (toplevel): Remove autoloaded code installing
1334         menu with easymenu, because that causes build problems.
1336         * frame.el (frame-notice-user-settings): New variable.
1337         (frame-notice-user-settings): Don't modify frame parameters
1338         if called a second time.
1340 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1342         * frame.el (frame-notice-user-settings):
1343         Notice default-frame-parameters even for non-window frames.
1345 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1347         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1348         for Emacs.
1349         (eudc-bob-can-display-inline-images): Extend for Emacs.
1350         (eudc-bob-toggle-inline-display): Ditto.
1351         (eudc-bob-display-jpeg): Ditto.
1353 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1355         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1356         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1357         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1359         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1360         nil)'.
1362         * subdirs.el: Add `net' directory.
1364         * net: New directory.
1366         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1367         eval-last-sexp.  Don't bind debug-on-error here.
1368         (eval-last-sexp): New function.  Bind debug-on-error if
1369         eval-expression-debug-on-error is non-nil.
1370         (eval-defun-2, eval-defun): Likewise.
1372         * simple.el (eval-expression): Don't bind debug-on-error if
1373         eval-expression-debug-on-error is nil.  Detect changed
1374         debug-on-error, and propagate new value to global binding, if
1375         eval-expression-debug-on-error is non-nil,
1376         (eval-expression-debug-on-error): Change doc string.
1378 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1380         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1382         * emacs-lisp/lisp-mode.el (with-syntax-table):
1383         Set up lisp-indent-function property.
1385         * subr.el (with-syntax-table): Moved from simple.el.
1387         * simple.el (with-syntax-table): Moved to subr.el.
1389 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1391         * tmm.el (tmm-shortcut): Delete region after prompt instead
1392         of erasing buffer.
1394         * textmodes/fill.el (fill-common-string-prefix): New function.
1395         (fill-context-prefix): Use the longest common prefix of first
1396         and second line fill prefix, if there is one.
1398 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1400         * array.el (array-mode): Don't use make-variable-buffer-local.
1401         Use make-local-variable for `truncate-lines'.
1403 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1405         * add-log.el (add-log-current-defun): Handle user-defined
1406         add-log-current-function returning nil,
1408         * add-log.el (add-change-log-entry): Insert version number
1409         if having found a current function
1411         * add-log.el (add-log-current-defun): Call
1412         `add-log-current-defun-function'.  Try matches at level 0 and
1413         level 1.  Strip whitespace from defun found.
1415 2000-01-10  John Wiegley  <johnw@gnu.org>
1417         * allout.el (isearch-done/outline-provisions): Added `edit'
1418         argument to correspond with the current definition of
1419         `isearch-done'.
1421 2000-01-10  Dave Love  <fx@gnu.org>
1423         * elide-head.el (elide-head): Use point-marker, not point.
1425 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1427         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1428         before and after the year 2000.
1430         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1431         Add ispell- prefix.
1433 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1435         * ispell.el:  Only define dictionaries in menus when they exist.
1436         (version18p): New variable.
1437         (version20p): New variable.
1438         (xemacsp): New variable.
1439         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1440         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1441         (ispell-dictionary-alist6): Russian command lines no longer accept
1442         run-together words.
1443         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1444         (ispell-dictionary-alist): Add koi8-r to customize definition.
1445         (check-ispell-version): Added documentation string.  Returns
1446         library path when called non-interactively.
1447         (ispell-menu-map-needed): Uses new variables.
1448         (ispell-library-path): New variable.
1449         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1450         (ispell-word): Improved documentation string.  Test for valid
1451         character mappings.  Correctly check typed in word changes that can
1452         result in single words split into multiple words.  Returns
1453         replacement word.
1454         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1455         replace in recursive query replace mode.  Help message for
1456         recursive edit mode.
1457         (ispell-show-choices): Protect against bad framepop bindings.
1458         (ispell-help): Fix to work with XEmacs.
1459         (ispell-highlight-spelling-error): Use new variables.
1460         (ispell-overlay-window): Fix to work with XEmacs.
1461         (ispell-parse-output): Passed and returns location information
1462         tracking spelling corrections.  Doesn't recheck same word on
1463         current line.
1464         (ispell-init-process): Protect against bogus XEmacs variable binding.
1465         Fix call to single argument in sleep-for.  Use new variables.
1466         (ispell-region): Passed and returns location information tracking
1467         spelling corrections.  Doesn't check same word on current line.
1468         Improved documentation string.  Doesn't resend a line already
1469         checked to the ispell process - fixes bug in LaTeX parsing.
1470         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1471         (ispell-skip-region): No longer skips <TT> in SGML.
1472         (ispell-process-line): Tracks location information with spelling
1473         corrections.  Added documentation string.  Accounts for words
1474         already accepted on this line.  Don't allow query-replace on line
1475         starting with math characters.  Doesn't resend a line already sent
1476         to ispell process.  Fixes alignment error bug.
1478 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1480         * dired-x.el (dired-guess-shell-alist-default):
1481         Suggest xloadimage, which is free, not xv, which isn't.
1483         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1484         Don't ever include the host name or user name in the value.
1486 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1488         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1489         of a real newline.
1491 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1493         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1494         for .png files.
1496 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1498         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1500 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1502         * progmodes/cperl-mode.el: Replace ^F with ^L.
1504         * sendmail.el (toplevel): Provide `sendmail' when compiling
1505         before `require'ing rmail and mailalias to prevent infinite
1506         recursion.
1508 2000-01-08  Dave Love  <fx@gnu.org>
1510         * emacs-lisp/backquote.el: Remove inappropriate customization
1511         (allowing custom.el to use backquote).
1513 2000-01-07  Dave Love  <fx@gnu.org>
1515         * add-log.el (add-log-debugging): Deleted.
1516         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1517         file.  Remove debugging code.
1518         (change-log-get-method-definition, change-log-name): Add doc.
1519         (change-log-sortable-date-at): New function.
1520         (change-log-merge): New command.
1522         * time.el (display-time-string-forms): Make the Mail string active.
1523         (display-time-update): Provide help-echo for load average.
1525         * bindings.el (make-mode-line-mouse2-map): New function.
1526         (mode-line-modified): Use it and simplify.
1527         (mode-line-mule-info): Provide help-echo info.
1528         (minor-mode-alist): Activate the strings.
1529         (make-mode-line-mouse-sensitive): Simplify for
1530         mode-line-buffer-identification.
1532 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1534         * play/pong.el: New file.
1536 2000-01-06  Dave Love  <fx@gnu.org>
1538         * array.el: Assorted cleanups for compiler warnings, doc strings,
1539         `array-' prefix for symbols.
1541 2000-01-05  Dave Love  <fx@gnu.org>
1543         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1544         outline-headers-as-kill.
1545         (outline-mode): Define imenu-generic-expression.
1546         (outline-headers-as-kill): New command.
1548         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1549         from paragraph-start.
1550         (paragraph-indent-minor-mode): New command.
1552         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1553         M-C-e, M-C-h, C-j, C-xnd, TAB.
1554         (fortran-mode): Set beginning-of-defun, end-of-defun.
1555         (fortran-column-ruler): Simplify.
1556         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1557         (fortran-with-subprogram-narrowing): Likewise.
1558         (fortran-indent-subprogram): Call mark-defun.
1559         (fortran-check-for-matching-do): Change narrowing.
1561         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1562         (cl-lucid-hash-tag): Delete.
1563         (cl-hash-table-p): Correct test for native table.
1564         (cl-hash-table-count): Use hash-table-count.
1566         * browse-url.el (browse-url): Fix case of
1567         browse-url-browser-function being an alist.
1569 2000-01-05  Carsten Dominik  <cd@gnu.org>
1571         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1572         (reftex-index-phrase-file-extension): New options.
1574         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1575         Use new option `reftex-index-phrase-file-extension'.
1577         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1578         `reftex-parse-file-extension'.
1580 2000-01-05  Dave Love  <fx@gnu.org>
1582         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1583         (beginning-of-defun-raw): Use it.
1584         (end-of-defun): New variable.
1585         (end-of-defun): Use it.
1586         (check-parens): New command.
1588 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1590         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1591         (hs-show-block): Don't use `mapcar' when not accumulating.
1593         Fix buglet in local variables initialization.
1595 2000-01-05  Andreas Schwab  <schwab@suse.de>
1597         * hscroll.el (hscroll): Doc fix.
1599 2000-01-05  Carsten Dominik  <cd@gnu.org>
1601         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1602         idlw-toolbar.
1604         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1605         file idlw-rinfo.el.
1606         (idlwave-customize): load must read file idlw-shell.el.
1607         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1609 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1611         * progmodes/idlw-shell.el: Also provide idlwave-shell
1612         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1613         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1615         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1616         both reftex-dcr and reftex-vcr.
1618         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1620 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1622         * ps-print.el: PostScript code now is in separate files, doc fix.
1623         (ps-print-version): New version number (5.0.3).
1624         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1625         local.
1626         (ps-spool-config): Initialization fix.
1627         (ps-print-prologue-1, ps-print-prologue-2)
1628         (ps-print-duplex-feature): PostScript code moved to separated file.
1629         (ps-background-image): Little code reformating.
1630         (ps-begin-file, ps-begin-job): Fix code.
1631         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1632         (ps-prologue-file): New fun.
1634 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1636         * ps-vars.el: Eliminated.
1638         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1639         `;;;###autoload'.
1641         * ps-print.el: ps-vars eliminated, doc fix.
1642         (ps-print-version): New version number (5.0.2).
1643         (ps-spool-config): Initialization fix.
1644         (ps-print-customize): New fun.
1646 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1648         * autorevert.el (auto-revert-mode): Return value of
1649         auto-revert-mode.
1651 2000-01-04  Dave Love  <fx@gnu.org>
1653         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1654         menu items.
1656 2000-01-03  Dave Love  <fx@gnu.org>
1658         * elide-head.el (elide-head) [defgroup]: Add :version.
1660         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1661         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1662         `cl-hash-table-p', not `hash-table-p'.
1663         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1665 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1667         * faces.el (face-read-integer, read-face-attribute)
1668         (color-defined-p, color-values): unspecified-{f,b}g are now
1669         strings.
1671 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1673         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1674         at comment end, and re-insert them after filling.
1676 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1678         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1679         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1680         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1682 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1684         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1685         the new name of face-color-supported-p.
1687         * term/w32-win.el (xw-defined-colors): Likewise.
1689 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1691         * simple.el (completion-setup-function): Count completion-size
1692         from minibuffer-prompt-end, not from point-min.
1694 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1696         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1697         Pass the frame to tty-color-* functions.
1698         (display-color-p, frame-set-background-mode): Pass the frame to
1699         tty-display-color-p.
1701         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1702         tty-color-alist.
1703         (tty-color-alist, tty-modify-color-alist): New functions.
1704         (tty-color-define,  tty-color-clear, tty-color-approximate)
1705         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1706         an optional parameter FRAME.
1708 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1710         * image.el (create-image, defimage): Don't assume image data is a
1711         string.
1713         * image.el (defimage): Handle specifications containing :data
1714         instead of :file.
1715         (image-type-from-data): New function.
1716         (image-type-from-file-header): Use it.
1717         (create-image): Add parameter DATA-P.
1719 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1721         * echistory.el (electric-command-history): Call Command-history-setup
1722         and command-history-mode using their new conventions.
1724         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1725         no args, and do not set major-mode, mode-name or the local map.
1726         (command-history-mode): New function, does some of those things
1727         Command-history-setup used to do.
1728         (list-command-history): Call command-history-mode, not
1729         Command-history-setup.
1730         (command-history): Renamed from command-history-mode.
1732 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1734         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1736 1999-12-31  William M. Perry  <wmperry@aventail.com>
1738         * image.el (defimage): Images with the `:data' keyword should be
1739         considered valid as well.
1741 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1743         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1744         with FILE if FILE is nil.
1746 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1748         * simple.el (choose-completion-string): In minibuffer,
1749         do not delete the prompt string.
1751 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1753         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1754         assigned to mode-line-mode-menu because bindings.el is dumped with
1755         Emacs, and thus the lists used for menu-item definition will be
1756         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1757         like pure menu item definitions.
1759         * expand.el (expand-abbrev-hook): Return t if expansion was
1760         done, nil otherwise.
1762 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1764         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1765         (tar-quit): Function deleted.
1767 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1769         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1770         was used but not declared.
1772         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1773         hs-find-block-beginning): Add or modify docstrings.
1775         (hs-isearch-show): Rewrite.
1777 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1779         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1781         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1782         space in front of a C-style comment end.
1784 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1786         * startup.el (command-line-1): Make mode line mouse-sensitive for
1787         the MS-DOS version as well.
1789 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1791         * bs.el: New file.
1793 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1795         * textmodes/ispell.el (ispell-process-line):
1796         Add local var line-offset to adjust for the change
1797         in positions within the line, due to previous replacements.
1799 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1801         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1802         Doc fixes.
1804 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1806         * add-log.el (change-log-version-number-regexp-list)
1807         (change-log-version-info-enabled): Change :version to 21.1.
1808         (toplevel): Require CL when compiling.
1810 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1812         * add-log.el (change-log-version-number-regexp-list): Added tag
1813         :version 20.6
1814         (change-log-version-info-enabled): Added tag :version 20.6
1816 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1818         * add-log.el: More general version number search with
1819         user-configurable regexp list.
1820         (change-log-version-number-regexp-list): New user variable.
1821         (change-log-find-version): Rewritten.  Use user-configurable
1822         version numbering regexp list
1823         change-log-version-number-regexp-list.
1824         (change-log-find-version): Renamed to
1825         change-log-version-number-search
1826         (add-log-file-name-function): New.
1827         (change-log-search-vc-number): Added END paramaeter.  Added doc
1828         string to function.
1829         (change-log-version-rcs): Renamed.  Was
1830         change-log-search-vc-number.
1832 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1834         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1835         overlays if they interfere.
1836         (compilation-find-file): Make intangible overlays tangible.
1838         * progmodes/hideshow.el: Generally, synch w/ maintainer
1839         version 5.9.
1841         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1843         (hs-minor-mode-hook): Don't initialize.
1845         (hs-special-modes-alist): Rewrite value and docstring.
1847         (hs-minor-mode-prefix): Delete unused var.
1849         (hs-block-start-mdata-select): New var, buffer local.
1851         (hs-headline): New var.
1853         (hs-match-data, hs-forward-sexp): New funcs.
1855         (hs-hide-comment-region): New func.
1857         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1858         hs-safety-is-job-n, hs-hide-initial-comment-block,
1859         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1860         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1861         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1862         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1863         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1865         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1866         (hs-isearch-show-temporary): New funcs.
1868         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1870         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1872         When constructing menu, use `[(shift button2)]' notation.
1874 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1876         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1877         (jka-compr-compression-info-list): Add new elt to each vector.
1878         (jka-compr-write-region): Don't compress the data if it is
1879         already compressed.
1881         * jka-compr.el (jka-compr-really-do-compress): New variable.
1882         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1883         if visiting.
1884         (jka-compr-write-region): Set jka-compr-really-do-compress
1885         if visiting.  Test it when deciding to compress.
1887 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1889         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1890         with third argument t.
1892 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1894         * antlr-mode.el: Version 1.2 is released.
1895         (antlr): This package has a web page.
1897 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1899         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1900         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1901         (antlr-mode-map): New binding [C-c C-c].
1902         (antlr-mode-menu): New entries.
1904 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1906         * antlr-mode.el: Respect Emacs conventions.
1907         ((require 'cl)): Only use during compilation.
1908         (antlr-language-for-option): New function to avoid using `find'.
1909         (antlr-mode): Use it.
1910         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1911         (antlr-imenu-create-index-function): Change accordingly.
1912         (antlr-inside-rule-p): Ditto.
1913         (antlr-end-of-rule): Ditto.
1914         (antlr-end-of-body): Ditto.
1915         (antlr-beginning-of-rule): Ditto.
1916         (antlr-indent-line): Ditto.
1918 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1920         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1921         (antlr-set-tabs): Don't use hard-coded values.
1923         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1924         won't be possible without a huge time penalty.
1925         (antlr-skip-exception-part): Be more specific.
1926         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1927         Renamed from `antlr-skip-grammar-header'.
1928         (antlr-next-rule): Change accordingly.
1929         (antlr-end-of-body): Ditto.  Better error message.
1930         (antlr-beginning-of-body): Better error message.
1931         (antlr-imenu-create-index-function): Skip rule action prelude.
1933         * antlr-mode.el: Minor syntax highlighting changes.
1934         (antlr-font-lock-default-face): Deletia.
1935         (antlr-font-lock-tokendef-face): Changed color.
1936         (antlr-font-lock-tokenref-face): Changed color.
1937         (antlr-font-lock-literal-face): Changed color.
1938         (antlr-font-lock-additional-keywords): Minor changes.
1940 1999-12-20  Carsten Dominik  <cd@gnu.org>
1942         * progmodes/idlwave.el: New file.
1944         * progmodes/idlwave-rinfo.el: New file.
1946         * progmodes/idlwave-shell.el: New file.
1948         * progmodes/idlwave-toolbar.el: New file.
1950         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1952 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
1954         * progmodes/cwarn.el: New file.
1956 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1958         * bindings.el (completion-ignored-extensions): Add .pdf.
1960 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1962         * version.el: Put the version info into binary on MS-DOS as well.
1964 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1966         * emacs-lisp/debug.el (debugger-continue): Don't continue if
1967         debugger-may-continue is nil.
1969 1999-12-18  Dave Love  <fx@gnu.org>
1971         * emacs-lisp/cl-macs.el: Remove conditional definition of
1972         eval-when-compile.  Don't specify abs, expt, gethash,
1973         hash-table-count, hash-table-p as side-effect-free here.
1974         (cl-emacs-type): Don't declare.
1975         (cl-compile-time-init): Remove Emacs 18 compiler patch.
1976         (cl-parse-loop-clause): Remove compatibility code.
1978         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1979         (side-effect-free-fns): Add gethash, hash-table-count.
1980         (side-effect-and-error-free-fns): Add hash-table-p.
1982         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
1983         `cl-' to autoload names for some hash functions.  Don't autoload
1984         eval-when-compile.  Don't provide mini-cl.
1985         (cl-emacs-type): Remove.
1986         (cl-map-extents): Remove compatibility code.
1988         * emacs-lisp/float.el: Bind free variables.
1990         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1992 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1994         * bindings.el (completion-ignored-extensions): Add .tfm.
1996 1999-12-16  Dave Love  <fx@gnu.org>
1998         * faces.el (set-face-attribute): Purecopy the attributes set.
2000         * custom.el (custom-declare-variable): Purecopy value.
2002         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2003         (byte-extrude-byte-code-vectors): Use remprop.
2004         (byte-compile-lambda): Check that arg is a lambda.
2006 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
2008         * font-lock.el: System for adding and removing keywords.
2009         Both local (previously added keyword) and global keywords
2010         can be removed.
2011         (font-lock-remove-keywords): New user-level function.
2012         (font-lock-update-removed-keyword-alist): New internal function.
2013         (font-lock-removed-keywords-alist): New variable.
2014         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2015         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2016         growing datastructures.
2017         (font-lock-set-defaults): Removes keywords stored in
2018         `font-lock-removed-keywords-alist' after local keywords added.
2020 1999-12-16  Anders Lindgren  <andersl@andersl.com>
2022         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2023         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2025         * font-lock.el (c-keywords): Only highlight preprocessor
2026         directives when spelled correctly.
2028         * font-lock.el (font-lock-match-c++-structor-declaration,
2029         c++-keywords): Fontify constructors and destructors with function
2030         face inside C++ class declarations.
2032 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
2034         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2035         the shell from sh-shell-file.
2037         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2039 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2041         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2042         if one of the files specified cannot be accessed by
2043         file-attributes.  Do not strip any leading directories from the
2044         file names, to behave more like `ls' does.
2046         * dired.el (dired-get-filename): Handle absolute file names.
2047         (dired-readin-insert): If argument is a cons, don't print
2048         "wildcard" on the ``total'' line.
2050 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
2052         * faces.el (face-read-integer, read-face-attribute)
2053         (color-defined-p, color-values): Allow color values unspecified-fg
2054         and unspecified-bg, handle them as unspecified.
2056 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
2058         * textmodes/reftex.el: (reftex-compile-variables): respect new
2059         structure of `reftex-index-macro'
2060         (reftex-compile-variables): Use the changed structure of
2061         `reftex-label-alist'.
2063         * textmodes/reftex-vars.el (reftex-index-math-format,
2064         (reftex-toc-max-level): New option.
2065         reftex-index-phrases-search-whole-words,
2066         reftex-index-phrases-case-fold-search,
2067         reftex-index-phrases-skip-indexed-matches,
2068         reftex-index-phrases-wrap-long-lines,
2069         reftex-index-phrases-sort-prefers-entry,
2070         reftex-index-phrases-sort-in-blocks): New options.
2071         (reftex-index-macros): Option structure changed.
2072         (reftex-index-macros-builtin): Added `repeat' item to each entry.
2073         (reftex-label-alist): Additional item in each entry to specify if
2074         the environment should be listed in the TOC.
2075         (eval-when-compile (require 'cl)) added.
2077         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2078         longer deals with "repeat".
2079         (reftex-index): "repeat property in `reftex-index-macro-alist' is
2080         now used.
2081         (reftex-index-phrases-comment-regexp,
2082         reftex-index-phrases-macrodef-regexp,
2083         reftex-index-phrases-phrase-regexp1,
2084         reftex-index-phrases-phrase-regexp2,
2085         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2086         New constants.
2087         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2088         reftex-index-phrases-font-lock-keywords,
2089         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2090         reftex-index-phrases-restrict-file): New variables.
2091         (reftex-index-phrase-selection-or-word,
2092         reftex-index-visit-phrases-buffer,
2093         reftex-index-initialize-phrases-buffer,
2094         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2095         reftex-index-next-phrase, reftex-index-this-phrase,
2096         reftex-index-all-phrases, reftex-index-region-phrases,
2097         reftex-index-phrases-parse-header,
2098         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2099         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2100         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2101         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2102         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2103         reftex-index-make-replace-string,
2104         reftex-query-index-phrase-globally, reftex-query-index-phrase,
2105         reftex-index-phrase-match-is-indexed,
2106         reftex-index-phrases-fixup-line,
2107         reftex-index-phrases-replace-space,
2108         reftex-index-select-phrases-macro): New functions.
2109         (reftex-index-globalize, reftex-index-globally): functions removed
2110         (eval-when-compile (require 'cl)) added.
2112          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2113          for max level.
2114          (reftex-toc-max-level-indicator): New variable.
2115          (reftex-toc-max-level): New command.
2116          (reftex-toc-map): New keybinding `t'.
2117          (reftex-toc-help): Constant updated.
2118          (eval-when-compile (require 'cl)) added.
2120          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2121          `t' command key can change `reftex-toc-max-level'
2122          (eval-when-compile (require 'cl)) added.
2124          * textmode/reftex-sel (reftex-insert-docstruct): Respect
2125          `reftex-toc-max-level'
2126          (eval-when-compile (require 'cl)) added.
2128          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2129          added.
2131          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2132          added.
2134          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2135          commands.
2136          (reftex-citation, reftex-do-citation,
2137          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2138          preselect a citation format.
2139          (eval-when-compile (require 'cl)) added.
2141          * textmodes/reftex-parse.el (reftex-context-substring): Optional
2142          parameter to-end
2143          (reftex-section-info): Deal with environment matches.
2144          (eval-when-compile (require 'cl)) added.
2146          * reftex-global.el (eval-when-compile (require 'cl)) added.
2148 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
2150         The following changes are for the new composition mechanism.  We
2151         have deleted `composition' charset and composite characters,
2152         instead introduced a special text property `composition'.
2154         * composite.el: New file.
2156         * ps-mule.el: Define encode-composition-rule and find-composition
2157         for Emacs 20.4 and the earlier versions.
2158         (ps-mule-init-external-library): Just require a feature for
2159         external libraries.
2160         (ps-mule-prologue): Postscript code modified for new composition.
2161         (ps-mule-find-wrappoint): New arg COMPOSITION.
2162         (ps-mule-plot-string): Delete code for composite characaters.
2163         (ps-mule-plot-composition): New funcion.
2164         (ps-mule-prepare-font-for-components): New function.
2165         (ps-mule-plot-components): New function.
2166         (ps-mule-composition-prologue-generated): Renamed from
2167         ps-mule-cmpchar-prologue-generated.
2168         (ps-mule-composition-prologue): New named from
2169         ps-mule-cmpchar-prologue.  Modified for new composition.
2170         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2171         ps-mule-prepare-cmpchar-font): Deleted.
2172         (ps-mule-string-encoding): New arg NO-SETFONT.
2173         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2174         check Composing, not Cmpchar
2175         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2176         to nil.
2177         (ps-mule-begin-job): Check existence of new composition.
2179         * ps-print.el (ps-plot-region): Handle new composition.
2181         * simple.el (what-cursor-position): Show "(composed)" if the
2182         character is composed.
2184         * international/characters.el: Fix cateogries of Lao symbols.
2186         * international/fontset.el (vertical-centering-font-regexp): New
2187         variable.
2189         * international/mule.el (mule-version): Updated to 5.0 (AOI).
2190         (mule-version-date): Updated to 1999.12.7.
2191         (with-category-table): New macro.
2193         * international/mule-cmds.el (encode-coding-char): Don't check
2194         composite character.
2196         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2197         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2198         x-ctext): Give `composition' property t.
2200         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2201         non-nil) at the tail of ALIST.
2202         (compose-region, decompose-region, decompse-string,
2203         reference-point-alist, compose-chars): Moved to composite.el.
2204         (compose-chars-component, compose-chars-rule,
2205         decompose-composite-char): Deleted.
2207         * international/quail.el (quail-install-map): New optional arg
2208         NAME.
2209         (quail-get-translation): If DEF is a symbol but not a function,
2210         ignore it.
2211         (quail-start-translation): Put a key sequence undefined in the
2212         translation keymap in unread-command-events, not generated-events.
2213         Return parameterized event (compose-last-chars N) if the input
2214         characters should be composed.
2215         (quail-map-definition): If DEF is t, treat it as nil.
2216         (quail-delete-last-char): Delete the quail region.
2217         (quail-show-translations): Don't show list of translations if the
2218         quail package is deterministic.
2219         (quail-completion-max-depth): New variable.
2220         (quail-completion-1): Pay attention to the above variable.  Fix
2221         for the case that a translation is a function.
2222         (quail-map-from-table, quail-map-from-table-1,
2223         quail-map-from-table-2): New functions.
2224         (quail-lookup-map-and-concat): New function
2226         * language/devan-util.el: Mostly rewritten.
2228         * language/lao.el: Register lao-composition-function in
2229         composition-function-table.
2231         * language/lao-util.el: Mostly rewritten.
2233         * language/thai.el: Register thai-composition-function in
2234         composition-function-table.
2235         (thai-tis620): Delete `pre-write-conversion' property.
2237         * language/thai-util.el: (thai-category-table): Make it by
2238         make-category-table.
2239         (thai-composition-pattern): New variable.
2240         (thai-compose-region, thai-compose-string): Use
2241         with-category-table.
2242         (thai-post-read-conversion): Just call thai-compose-region.
2243         (thai-pre-write-conversion): Deleted.
2244         (thai-composition-function): New funciton.
2246         * language/tibet-util.el: Most functions rewritten.
2247         (tibetan-char-p): Renamed from tibetan-char-examin.
2248         (tibetan-composable-examin) (tibetan-complete-char-examin)
2249         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2250         (tibetan-add-components): New function.
2251         (tibetan-composition-function): New function.
2253         * language/tibetan.el: Register tibetan-composition-function in
2254         composition-function-table.
2255         (tibetan-composable-pattern): New variable.
2256         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2257         (tibetan-precomposition-rule-alist): Move punctuations to
2258         tibetan-punctuation-transcription-alist and
2259         tibetan-obsolete-glyphs.
2260         (tibetan-punctuation-transcription-alist): New variable.
2261         (tibetan-obsolete-glyphs): New variable.
2262         (tibetan-regexp): Improve the initialization code.
2264         * textmodes/fill.el (fill-find-break-point): Delete codes for
2265         composite characters.
2266         (fill-region-as-paragraph): Likewise.
2268 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2270         * international/mule-cmds.el (default-input-method): Specify
2271         that it should be set after current-language-environment.
2273         * custom.el (custom-handle-keyword): Add :set-after.
2274         (custom-add-dependencies): New function.
2275         (custom-set-variables): Take dependencies between args into
2276         account.
2278         * battery.el (battery): Doc fix.
2280 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2282         * progmodes/cc-make.el: Removed.
2284 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2286         * Release of cc-mode 5.26
2288 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2290         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2291         target depth.  Optionally count #else lines as clause limits,
2292         as suggested by don provan <provan@lucent.com>.  #elif
2293         handling fixed.
2295         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2296         (c-down-conditional-with-else): New commands that uses the
2297         added functionality in `c-forward-conditional'.
2299 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2301         * cc-align.el (c-lineup-comment): Preserve the alignment with
2302         a comment on the previous line instead of preserving the
2303         comment-column.
2305 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2307         * Fixes to IDL mode after input from Eric Eide
2308         <eeide@cs.utah.edu>:
2309         * cc-engine.el (c-beginning-of-statement-1): Allow
2310         `c-conditional-key' to be nil, for the benefit of IDL mode.
2311         * cc-engine.el (c-guess-basic-syntax): Ditto.
2312         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2313         but do match CORBA 2.3 `valuetype'.
2314         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2315         for IDL.
2316         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2317         be nil for IDL.
2318         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2319         Like C++.
2320         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2321         set `c-method-key' and `c-baseclass-key' to nil.
2323 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2325         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2326         with nonhanging open braces.
2328 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2330         * cc-align.el: Added docstrings to all lineup functions.
2332         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2333         keyword.
2335         * cc-align.el (c-lineup-C-comments): Handle free form text
2336         comments.  Use c-comment-prefix-regexp and comment-start-skip
2337         instead of hardcoded regexps.
2339 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2341         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2342         behavior and return value as documented.
2344 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2346         * Changes for new style variable init system:
2347         * cc-langs.el (c-common-init): Dito.
2348         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2349         now customizable.
2350         * cc-vars.el: Style variables may now take a value
2351         'set-from-style to make them take their value from the style
2352         system. This value is now the default on all these variables.
2353         * cc-vars.el (c-valid-offset): New function to verify a
2354         syntactic symbol offset setting.
2355         * cc-vars.el (c-offsets-alist): Variable moved from
2356         cc-styles.el since it's now customizable in a similar way to
2357         the other style variables.
2358         * cc-vars.el (c-old-style-variable-behavior): New variable to
2359         revert to the old style init behavior.
2361         * cc-vars.el (c-file-style, c-file-offsets): Made always
2362         buffer local.
2364         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2365         the throws clause that might follow the function prototype in
2366         C++.
2368 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2370         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2371         could move forward for macros that doesn't start in column 0.
2373 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2375         * cc-align.el (c-indent-multi-line-block,
2376         c-lineup-whitesmith-in-block): Two new lineup functions for
2377         use in whitesmith style.
2379         * cc-styles.el (c-style-alist): More fixes to whitesmith
2380         style.  It should now handle all different braces uniformly in
2381         both hanging and non-hanging cases.
2383 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2385         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2386         make it stay in the same position relative to the surrounding
2387         text.
2389         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2390         when adaptive-fill-mode doesn't manage to get it correct.
2392         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2393         with dotted notation, e.g. foo.bar.Gnu.
2395         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2396         within unwind-protect (previously only some were wrapped so it
2397         would be possible to register mode initialization when full
2398         initialization did not finish).
2400         * cc-styles.el (c-style-alist): Corrected the brace placement
2401         in the whitesmith style.  Thanks to Sean Luke
2402         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2403         styles with consistent brace placement for all constructs.
2405 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2407         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2408         when point is in the middle of them.
2410         * cc-cmds.el: Line breaking and paragraph filling code
2411         rewritten:
2412         (c-guess-fill-prefix): New function that uses various
2413         heuristics to guess the comment prefix.
2414         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2415         It now assumes adaptive filling is active to preserve the line
2416         prefix inside comments.
2417         (c-indent-new-comment-line): Replacement for the now
2418         obsolete `c-comment-line-break-function' that uses
2419         `c-guess-fill-prefix' when appropriate.  It now observes the
2420         setting of `comment-multi-line', which has effect in C-style
2421         block comments.
2423         * cc-cmds.el (c-context-line-break): New function intended to
2424         be put on RET.  It's essentially `newline-and-indent', but
2425         continues C block comments with the appropriate line prefix.
2427         * cc-cmds.el (c-do-auto-fill): New function put on
2428         `normal-auto-fill-function' to implement the
2429         `c-ignore-auto-fill' variable.
2431         * cc-cmds.el (c-beginning-of-statement): Use
2432         `c-comment-prefix-regexp' to avoid ending up inside the
2433         comment prefix.  Better handling of comment starters and
2434         enders. Catch comments better when traversing code.  Stop at
2435         preprocessor directives.
2437         * cc-defs.el (c-forward-comment): New subst to hide platform
2438         dependent quirks in `forward-comment'.
2440         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2441         argument.
2442         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2443         arguments. Activate this function by default when
2444         `parse-partial-sexp' supports it (currently Emacs 20.x).
2446         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2447         on the comment opener to make constants usable as lineup
2448         arguments.
2450         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2451         changed anchor position in the `c' syntactic symbol.  Handle
2452         more than stars in the comment prefix; use the new variable
2453         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2454         a comment prefix to the right of the comment opener if it's
2455         long.
2457         * cc-langs.el: Fixes to mode initialization for new line
2458         breaking and paragraph filling method.  Adaptive fill mode is
2459         now activated at startup instead of deactivated.  The
2460         variables used for adaptive filling and paragraph movement are
2461         also changed to incorporate the value of
2462         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2463         used to override some functions in the global map instead of
2464         overriding their default bindings.
2466         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2467         javadoc markup at mode init.
2469         * cc-mode.el (c-setup-filladapt): A new convenience function
2470         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2471         function is intended to be used explicitly by the end user
2472         only.
2474         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2475         recognize the comment fill prefix inside comments.
2476         (c-block-comment-prefix): New name for
2477         `c-comment-contiuation-stars', which is now obsolete.  It's
2478         generalized to handle any character sequence.
2479         (c-ignore-auto-fill): New variable used to selectively disable
2480         Auto Fill mode in specific contexts.
2482 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2484         * cc-cmds.el (c-comment-indent): Leave at least one space
2485         between the comment and the last nonblank character in the
2486         case where we look at the indentation of the comment on the
2487         previous line (case 4).
2489         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2490         list of characters that may start a statement (it's a sort of
2491         prefix operator in Pike, and isn't used at all in any of the
2492         other languages).
2494 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2496         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2497         inside continued statements as statement-cont instead of
2498         brace-list-open.  The reason is that one normally adjusts
2499         brace-list-open for brace lists as top-level constructs, and
2500         brace lists inside statements is a completely different
2501         context.  Case 10B.2 changed.  Also changed (the somewhat
2502         esoteric) case 9A to cope with this.
2504 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2506         * cc-cmds.el (c-electric-brace): Added electric handling of
2507         the open brace for brace-elseif-brace.
2509 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2511         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2512         syntax tables temporarily.
2514         * cc-engine.el (c-guess-basic-syntax): Handle template and
2515         member init argument lists split over several lines.  Case 5D
2516         changed.
2518         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2519         @throws introduced in Javadoc 1.2.
2521         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2522         patch from RMS to avoid infinite backtracking.
2524 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2526         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2527         by [ ].
2529 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2531         * cc-align.el (c-lineup-dont-change): Compensate properly for
2532         the column in langelem.
2534         * cc-engine.el (c-syntactic-information-on-region): New
2535         function to help debugging the syntactic analysis.
2537 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2539         * cc-align.el (c-lineup-template-args): Handle nested template
2540         arglists.
2542         * cc-langs.el (c++-template-syntax-table): New syntax table
2543         that makes `<' and `>' parenthesis characters, which is useful
2544         to switch to temporarily when analyzing template arglists.
2546         * cc-styles.el: Changed default alignment of labels in the
2547         java style to conform to the examples in the Java Language
2548         Specification.
2550         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2551         by default.
2553 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2555         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2556         immediately before the closing paren in an arglist, so don't
2557         check that in Pike mode.  Case 7A changed.
2559 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2561         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2562         lines were ignored under certain conditions.
2564 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2566         * cc-align.el (c-lineup-template-args): New function for
2567         aligning continued template argument lists.
2569         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2570         lists containing function arglists split over several lines.
2571         Case 5D.1 changed.
2573         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2574         template-args-cont didn't get recognized when the first
2575         arglist opener line doesn't contain a template argument.  New
2576         case 5K.
2578 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2580         * cc-defs.el (c-point): Changed from subst to macro for
2581         efficiency.
2582         (c-beginning-of-defun-1, c-end-of-defun-1): New
2583         beginning-of-defun/end-of-defun wrappers separated from
2584         c-point.
2586         * cc-menus.el (imenu-generic-expression,
2587         imenu-case-fold-search, imenu-progress-message): Dummy
2588         definitions to avoid compiler warnings if imenu can't be
2589         loaded.
2590         * cc-menus.el (cc-imenu-init): New function called at mode
2591         init.
2592         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2593         imenu initializations to cc-imenu-init.
2595 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2597         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2598         for lambda-intro-cont in Pike mode.  Case 6 changed.
2600         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2601         anything following "new Foo()" was considered an anonymous
2602         class body in Java mode.
2604 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2606         * cc-cmds.el (c-comment-line-break-function): When breaking in
2607         a string, don't insert a new line.
2609 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2611         * cc-engine.el (c-at-toplevel-p): New interface function which
2612         returns information useful to add-on authors.  It tells you
2613         whether you're at a toplevel statement or not.
2615 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2617         * cc-cmds.el (c-comment-line-break-function): It is possible
2618         that forward-line does not land us at the bol, say if we're on
2619         the last line in a file.  In that case, do a
2620         back-to-indentation instead of a forward-comment -1.
2622 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2624         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2625         "default:" as normal label in case 4.
2627 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2629         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2630         recognize continued bitfield declarations.  Case 5D.1 changed.
2631         * cc-langs.el: New variable c-bitfield-key.
2632         * cc-mode.el: New variable c-bitfield-key.
2634 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2636         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2637         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2638         ..}").
2640 1999-12-12  Dave Love  <fx@gnu.org>
2642         * mail/footnote.el: Require cl when compiling.  Don't autoload
2643         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2644         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2645         Avoid `acons'.
2646         (footnote-mode-line-string, Footnote-add-footnote): Remove
2647         autoload cookie.
2649 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2651         * sh-script.el: Fix for when font-lock mode is active.
2652         (sh-font-lock-unfontify-region-function): New function.
2654 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2656         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2657         if start-process is not bound, since Ispell now supports such
2658         platforms as well.
2660 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2662         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2663         rmail-summary-goto-msg.
2665         * files.el (after-find-file): Fix previous change.
2667 1999-12-11  Dave Love  <fx@gnu.org>
2669         * help.el (where-is): Use `commandp' as predicate for
2670         `completing-read'
2672 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2674         * cus-edit.el (custom-save-delete): Delete all occurrences,
2675         leave point where the first occurrence was.
2676         (custom-save-faces): Insert a newline at the end of the comment.
2677         Avoid a double newline there.
2678         If final closeparen is at bol, put a space before it.
2679         (custom-save-variables): Likewise.
2680         (custom-file): Doc fix.
2682 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2684         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2685         regexp matching image and audio files.
2687 1999-12-09  Dave Love  <fx@gnu.org>
2689         * mail/footnote.el: New file.
2691 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2693         * files.el (after-find-file): Use auto-save-visited-file-name if
2694         set.
2696         * mail/feedmail.el (feedmail-find-eoh): Take
2697         feedmail-queue-alternative-mail-header-separator into account.
2699 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2701         * smerge-mode.el: New file.
2703         * font-lock.el (font-lock-multiline): New variable.
2704         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2705         (font-lock-remove-keywords): Added a dummy `mode' argument for
2706         potential future support.
2707         (font-lock-fontify-anchored-keywords,
2708         (font-lock-fontify-keywords-region): Only handle multiline strings
2709         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2711 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2713         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2715         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2717 1999-12-07  Dave Love  <fx@gnu.org>
2719         * help.el (view-emacs-problems): New command, bound to C-h P.
2721         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2723 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2725         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2726         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2727         New code to support the minor mode version.
2728         (diff-recenter): New function.
2729         (diff-next-hunk, diff-next-file): Use it.
2730         (diff-remembered-files-alist): New var.
2731         (diff-merge-strings): New function.
2732         (diff-find-file-name): Make it smarter and use the user's input more.
2733         (diff-mode): Cosmetic changes.
2735         * files.el (save-some-buffers): Turn EXITING into the more general
2736         PRED argument to allow specifying a subset of buffers.
2738         * simple.el (kill-region): Use the new `delete-and-extract-region'
2739         rather than the undo log (which is incorrect with *-change-functions).
2741         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2742         off-by-one problem that could force re-fontifying the whole buffer.
2743         (font-lock-remove-keywords): New function.
2744         (font-lock-add-keywords): Use the new function to ensure idempotence.
2746 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2748         * viper-cmd.el (viper-minibuffer-standard-hook,
2749         viper-minibuffer-real-start): Mew functions.
2750         (viper-read-string-with-history,viper-file-add-suffix,
2751         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2752         change in the status of the minibuffer prompt.
2754 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2756         * comint.el (comint-redirect-results-list)
2757         (comint-redirect-results-list-from-process): Remove interactive
2758         spec.
2760 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2762         * info.el (info-node, info-menu-5, info-xref): Define colors for
2763         Info faces if the display supports them.
2765 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2767         Changes for automatic remapping of X colors on terminal frames:
2769         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2770         term-setup-hook.  Call msdos-remember-default-colors and
2771         msdos-handle-reverse-video.
2772         (msdos-face-setup): Parts of code moved to
2773         msdos-setup-initial-frame.
2774         (msdos-handle-reverse-video): New function, modeled after
2775         x-handle-reverse-video.
2776         (make-msdos-frame): Don't use initial-frame-alist and
2777         default-frame-alist.  Call msdos-handle-reverse-video.
2778         (msdos-color-aliases): Remove.
2779         (msdos-color-translate, msdos-approximate-color): Remove.
2780         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2781         for better approximation of X colors.
2782         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2783         up tty-color-alist (it is now on startup.el).
2784         (x-display-color-p, x-color-defined-p, x-color-values,
2785         x-defined-colors, face-color-supported-p, face-color-gray-p):
2786         Remove.
2788         * facemenu.el (facemenu-read-color, list-colors-display): Use
2789         defined-colors for all frame types.
2790         (facemenu-color-equal): Use color-values for all frame types.
2792         * faces.el (read-face-attribute): For :foreground and :background
2793         attributes and frames on character terminals, translate the color
2794         to the closest supported one before looking it up in the list of
2795         valid values.
2796         (face-valid-attribute-values): Call defined-colors for all types
2797         of frames.
2798         (defined-colors, color-defined-p, color-values, display-color-p):
2799         New finctions.
2800         (x-defined-colors, x-color-defined-p, x-color-values,
2801         x-display-color-p): Aliases for the above.
2803         * startup.el (command-line): Register terminal colors for frame
2804         types other than x and w32, but only if the terminal supports
2805         colors.  Call tty-color-define instead of face-register-tty-color.
2807         * term/x-win.el (xw-defined-colors): Renamed from
2808         x-defined-colors.
2809         * term/w32-win.el (xw-defined-colors): Likewise.
2811         * term/tty-colors.el: New file.
2812         * loadup.el: Load term/tty-colors.
2814 1999-12-06  Dave Love  <fx@gnu.org>
2816         * ffap.el: Autoload the ffap alias directly.
2818 1999-12-06  Inge Frick  <inge@nada.kth.se>
2820         * dired-aux.el (dired-do-shell-command): Changed documentation.
2821         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2822         meaning as `*'.
2824 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2826         * simple.el (insert-buffer): Doc fix.
2828         * apropos.el (apropos-mode): Add autoload cookie.
2830 1999-12-06  Sam Steingold  <sds@goems.com>
2832         * progmodes/etags.el (etags-tags-completion-table): Modified the
2833         regexp to allow for the CL symbols starting with `+*'.
2834         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2835         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2836         `function' quoting lambda.
2837         (tags-with-face): New macro.
2838         (list-tags, tags-apropos): Use it.
2839         (tags-apropos-additional-actions): New user option.
2840         (etags-tags-apropos-additional): Use it.
2841         (tags-apropos): Call etags-tags-apropos-additional.
2842         (tags-apropos-verbose): New user option.
2843         (etags-tags-apropos): Use it.
2844         (visit-tags-table-buffer, next-file): Use `unless'.
2845         (recognize-empty-tags-table): Renamed to
2846         tags-recognize-empty-tags-table.
2847         (complete-tag): Call tags-complete-tag bypassing try-completion.
2849 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2851         * international/mule.el (set-buffer-file-coding-system): Docstring
2852         modified.
2854 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2856         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2857         using the hideshow package.
2858         (hs-special-modes-alist): Added entry for bibtex to allow the use
2859         of the hideshow package.
2860         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2861         not longer provided by bibtex.el directly.  Instead the hideshow
2862         package should be used.
2863         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2864         references to bibtex-hide-entry-bodies.
2866 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2868         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2869         maintainer information closer to the beginning of the bibtex.el
2870         file.
2871         (bibtex-maintainer-salutation): New constant.
2872         (bibtex-version): New constant.
2873         (bibtex-submit-bug-report): Use bibtex-version and
2874         bibtex-maintainer-salutation.
2875         (bibtex-entry-field-alist): Made booktitle field optional for
2876         @inproceedings entries when crossreferenced.
2877         (bibtex-entry-field-alist): Added booktitle field to proceedings
2878         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2879         for the suggestion.
2880         (bibtex-string-file-path): Fixed typo.
2882 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2884         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2885         for reftex.el.
2886         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2887         to menu.
2889 1999-12-04  Dave Love  <fx@gnu.org>
2891         * delsel.el: Revert previous change -- region is significant to
2892         skeleton.
2894 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2896         * viper-cmd.el (viper-change-state): Use
2897         viper-ESC-moves-cursor-back to decide whether to move the cursor
2898         back.
2900 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2902         * international/mule-util.el (truncate-string-to-width): Docsting
2903         fixed.
2905 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2907         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2908         use of `cond'.
2909         (lm-with-file): Move all the find-file...kill-buffer stuff into
2910         this macro.  Make it use `find-file-noselect' and make it kill
2911         the buffer only if it wasn't already displayed somewhere.
2912         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2913         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2914         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2915         (lm-commentary): Fix to handle the case when the change log is
2916         at the end of the file.
2918 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2920         * international/mule.el (charsetp): Fix typo in docstring.
2922         * international/mule-diag.el (list-coding-categories): Fix typo;
2923         automatic -> autoload.
2925 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2927         * vc.el (vc-update-change-log): Look for rcs2log under
2928         exec-directory.
2930         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2931         outline-regexp, add outline-level.
2932         (lisp-outline-level): New.
2934         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2935         remove extraneous string-match.
2937         * finder.el (finder-commentary): Activate Finder mode.
2939 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2941         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2942         off when reverting buffers that contained mode specifiers.
2943         `revert-buffer' is now called with non-nil PRESERVE-MODES
2944         argument.
2946 1999-12-01  Dave Love  <fx@gnu.org>
2948         * delsel.el: Grok skeleton-pair-insert-maybe.
2950 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2952         * progmodes/cperl-mode.el (cperl-under-as-char):
2953         Use nil as default.
2955 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
2957         * speedbar.el (toplevel): Remove compatibility code for Emacs
2958         versions without custom.el.
2960 1999-11-30  Dave Love  <fx@gnu.org>
2962         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2964         * autoinsert.el: Minor doc fixes.
2965         (auto-insert): Return nil.
2967         * faces.el (set-face-documentation): Purecopy STRING.
2969 1999-11-29  Dave Love  <fx@gnu.org>
2971         * derived.el: Doc fixes, remove old backquote syntax.
2973         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2974         comment warning about editing.
2976         * help.el (help-mode-hook): Define.
2978 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
2980         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2981         invalid translation of old-style backquote syntax to new syntax.
2983 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2985         * Makefile (DONTCOMPILE): Add term/internal.el.
2987 1999-11-26  Dave Love  <fx@gnu.org>
2989         * comint.el: Fix last change.
2991         * emacs-lisp/advice.el: Fix last change.
2993 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2995         * cus-edit.el (Custom-reset-standard): Doc fix.
2996         (custom-variable-reset-standard): Doc fix.
2997         (custom-face-reset-standard): Doc fix.
2998         (custom-face-menu): "Reset to Standard" => "Erase Customization".
2999         (custom-variable-menu): Likewise.
3000         (custom-reset-menu): Likewise.
3001         (custom-buffer-create-internal): Likewise.
3003 1999-11-26  Dave Love  <fx@gnu.org>
3005         * progmodes/make-mode.el (makefile-mode-hook): Customize.
3007         * font-lock.el: Doc fixes.
3009         * menu-bar.el (menu-bar-mode): Customize.
3011         * cus-start.el: Add use-dialog-box.
3013         * add-log.el (change-log-mode-hook): Customize.
3014         (add-log-current-defun): Use
3015         fortran-{beginning,end}-of-subprogram.
3017 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3019         * emacs-lisp/advice.el: Many doc fixes.
3021         * comint.el (comint-preoutput-filter-functions): Doc fix.
3023 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3025         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3026         Improve messages for capitalization of arg names,
3027         for flag variables, for t and nil, for imperatives.
3028         Call them imperatives rather than infinitives sans "to".
3029         (checkdoc-common-verbs-wrong-voice): Add "moves".
3030         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3032         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3033         Don't convert comments from 3-semicolon to 2-semicolon.
3034         That is a matter of style.
3035         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3036         (checkdoc-comments): Don't bind that variable.
3038 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3040         * files.el (write-file-hooks): Doc fix.
3042 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
3044         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3046 1999-11-25  Dave Love  <fx@gnu.org>
3048         * hippie-exp.el: Require comint when compiling.
3049         (hippie-expand): Add :links.
3050         (hippie-expand-try-functions-list): Customize.
3052 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
3054         * viper*el: Replaced old-style backquotes.
3056         * ediff*el: Replaced old-style backquotes.
3058         * ediff-merge
3059         (ediff-looks-like-combined-merge,ediff-get-combined-region):
3060         Changed to support the new format for ediff-combination-pattern.
3062         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3063         Changed to support the new format for ediff-combination-pattern.
3065 1999-11-24  Dave Love  <fx@gnu.org>
3067         * custom.el (custom-declare-group): Purecopy DOC.
3068         (custom-handle-keyword): Purecopy VALUE.
3069         (custom-add-link): Purecopy WIDGET.
3070         (custom-add-version): Purecopy VERSION.
3071         (custom-add-load): Purecopy LOAD.
3073         * cus-face.el (custom-declare-face): Purecopy DOC.
3075         * info.el:
3076         (Info-build-node-completions, Info-search, Info-follow-reference)
3077         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3078         (Info-find-emacs-command-nodes): Avoid properties on matched text
3079         which may appear in minibuffer.
3081 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
3083         * locate.el (locate-with-filter): Doc fix.
3085 1999-11-24  Alex Schroeder  <alex@gnu.org>
3087         * sql.el (sql-find-sqli-buffer): New function.
3088         (sql-set-sqli-buffer-generally): New function.
3089         (sql-set-sqli-buffer): Better checking of new-buffer.
3090         (sql-copy-column): Add comma after INTO clause, too.
3092 1999-11-24  Alex Schroeder  <alex@gnu.org>
3094         * sql.el (sql-imenu-generic-expression): New, used to set
3095         imenu-generic-expression.
3097         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3098         setting font-lock-defaults' SYNTAX-ALIST.  Set
3099         imenu-generic-expression, imenu-case-fold-search, and
3100         imenu-syntax-alist.
3102         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3103         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3105 1999-11-23  Andrew Innes  <andrewi@gnu.org>
3107         * w32-win.el (w32-drag-n-drop): Load files in current window, if
3108         drop coords aren't over a specific window.
3110 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3112         * ps-print.el: Define mule funs without checking if mule package is
3113         loaded.
3114         (ps-print-version): New version number (5.0.1).
3115         (ps-header-dirpart): Now uses abbreviate-file-name.
3117 1999-11-23  Dave Love  <fx@gnu.org>
3119         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3120         comment-line-start.
3121         (fortran-comment-line-start-skip): Renamed from
3122         comment-line-start-skip.
3123         (fortran-mode-map): Use renamed functions.  Add manual and custom
3124         entries to menu.
3125         (fortran-mode-hook): Customize.
3126         (fortran-comment-indent-function): Renamed from
3127         fortran-comment-hook.
3128         (delete-horizontal-regexp): Function deleted.
3129         (fortran-electric-line-number): Simplified.
3130         (fortran-beginning-of-subprogram): Renamed from
3131         beginning-of-fortran-subprogram.
3132         (fortran-end-of-subprogram): Renamed from
3133         end-of-fortran-subprogram.
3134         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3135         (fortran-previous-statement, fortran-next-statement): Simplified.
3136         (fortran-blink-match): New function.
3137         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3138         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3139         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3140         line-end-position.
3141         (fortran-fill): No longer interactive.  Simplified.
3142         (fortran-break-line): Simplified.
3143         (fortran-analyze-file-format): Use char-after, not looking-at.
3145         * emacs-lisp/find-func.el (find-function-regexp): Use
3146         `define-minor-mode' after easy-menu change.
3148 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3150         * comint.el: Add redirection.from active comint buffers into
3151         another buffer.  Written by Peter Breton.
3153 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3155         * emacs-lisp/autoload.el (make-autoload): Recognize the new
3156         `define-minor-mode'.
3157         (define-minor-mode): Specify `doc-string-elt'.
3159         * emacs-lisp/easy-mmode.el: Changed maintainer.
3160         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3161         Use defcustom for the hooks; Improve the auto-generated docstrings.
3162         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3163         (define-minor-mode): Add BODY arg; Only declare the keymap if
3164         provided; Improve the auto-generated docstrings.
3166 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
3168         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3169         that the leading `^' is at the start.  This is necessary because
3170         paragraphs.el tries to remove anchors, but can find them only if
3171         they are the first character.
3173         * progmodes/antlr-mode.el: New file.
3175         * calendar/calendar.el: Fix autoload for
3176         calendar-absolute-from-astro.  Add autoload for
3177         calendar-print-astro-day-number.
3179 1999-11-21  Anders Lindgren  <andersl@andersl.com>
3181         * follow.el: Use modern backquote syntax.  Minor comment update.
3183 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
3185         * simple.el (with-syntax-table): Don't switch buffers.
3187         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3188         progmodes/hideif.el: Use new backquote syntax.
3190 1999-11-21  Ken Manheimer  <klm@python.org>
3192         * icomplete.el (icomplete-completions): Use an explicit variable
3193         `icomplete-prospects-length', obviating the need to use an
3194         apparently faulty throw/catch arrangement.
3196 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
3198         * term/internal.el (IT-display-table-setup): Don't overstep
3199         character code 255.
3201 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
3203         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3204         for the charset chinese-sisheng is 7bit encoding, not 8bit.
3206 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3208         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3209         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3211         * files.el (auto-mode-alist): Add patterns for diff-mode.
3213         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3214         to detect an empty prompt.
3216 1999-11-18  Dave Love  <fx@gnu.org>
3218         * simple.el (input-mode-8-bit): Fix the customization.
3220 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
3222         * international/iso-acc.el (iso-languages): Add more
3223         characters for Portuguese.
3225         * speedbar.el: Clean up comment at the start of the file.
3226         Remove RCS id.
3228         * progmodes/compile.el (compilation-parse-errors): Use
3229         compilation-buffer-p instead of testing major-mode.
3231 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3233         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3234         (quickurl-ask): completion-ignore-case is set to the value of
3235         quickurl-completion-ignore-case for the duration of the call to
3236         completing-read.
3238 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3240         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3242 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3244         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3245         instead of ps-print-def.
3247         * ps-print.el: Require ps-vars instead of ps-print-def.
3249         * ps-mule.el: Require ps-vars instead of ps-print-def.
3251 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3253         * simple.el (with-syntax-table): Save buffer explicitly instead of
3254         using save-excursion.
3256 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3258         * mail/supercite.el: New maintainer.
3260 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3262         * progmodes/vhdl-mode.el: Use new backquote syntax.
3264 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3266         * simple.el (with-syntax-table): New.
3268 1999-11-15  Sam Steingold  <sds@ksp.com>
3270         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3272 1999-02-22  Sam Steingold  <sds@goems.com>
3274         * goto-addr.el (goto-address-at-mouse,
3275         goto-address-find-address-at-point): Use compose-mail.
3276         (goto-address-mail-method): Removed variable.
3277         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3278         goto-address-send-using-mail): Removed functions.
3280 1998-11-03  Sam Steingold  <sds@goems.com>
3282         * simple.el (backward-delete-char-untabify):
3283         backward-delete-char-untabify-method can be `all' now - to delete
3284         hungrily including newlines.
3286 1999-11-15  Sam Steingold  <sds@ksp.com>
3288         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3290 1999-11-15  Dave Love  <fx@gnu.org>
3292         * cus-edit.el (customize-face, customize-face-other-window):
3293         Require match from completing-read.
3294         (custom-buffer-done-function): Default to custom-bury-buffer, not
3295         bury-buffer.
3297 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3299         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3300         progmodes/cperl-mode.el: Use new backquote syntax.
3302 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3304         * uniquify.el: Use new backquote syntax.
3306 1999-11-14  Markus Rost  <rost@ias.edu>
3308         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3309         as in ispell-local-dictionary-alist.
3311 1999-11-14  Alex Schroeder  <alex@gnu.org>
3313         * ansi-color.el (ansi-color-apply): Updated regexps to include
3314         highlighted face.
3316 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3318         * forms.el (forms--make-format-elt-using-text-properties):
3319         Treat `intangible' differently.
3321         * forms.el: Use new backquote syntax.
3323 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3325         * textmodes/scribe.el (scribe-mode): Doc-fix.
3327 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3329         * net-utils.el (run-network-program, net-utils-run-program): Use
3330         the new backquote syntax.
3331         (smbclient-program, smbclient-program-options)
3332         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3333         variables
3334         (smbclient, smbclient-list-shares): New functions
3336 1999-11-12  Sam Steingold  <sds@ksp.com>
3338         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3339         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3340         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3341         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3342         (viper-kbd-global-pair, viper-kbd-global-definition):
3343         Use the new backquote syntax.
3345         * emulation/viper-cmd.el (viper-test-com-defun)
3346         (viper-prefix-arg-value, viper-prefix-arg-com):
3347         Use the new backquote syntax.
3349         * emacs-lisp/debug.el (debugger-env-macro):
3350         Use the new backquote syntax.
3352         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3353         Use the new backquote syntax.
3355         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3356         New user variable.
3357         (calendar-hide-window): Use it.
3358         (increment-calendar-month, calendar-for-loop, calendar-sum):
3359         Use the new backquote syntax.
3361 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3363         * select.el (x-set-selection): Call buffer-substring, not
3364         substring.  Also fix docstring
3366 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3368         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3369         of customizable variables to bug report message. Added
3370         system-type to package name in bug report.
3372 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3374         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3375         to display file names.
3377 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3379         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3381         * isearch.el: Add lazy-highlighting feature.
3383 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3385         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3386         constant.
3387         (ps-mode-submit-bug-report): New function. Entry added to menu.
3389 1999-11-10  William M. Perry  <wmperry@aventail.com>
3391         * mwheel.el: New file to support the new style wheeled mice.
3393 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3395         * startup.el (initial-scratch-message): Add ";;" to the front of
3396         lines in the message.
3398         * files.el (file-local-copy): Remove optional BUFFER argument
3399         because that's not used by anything.
3401         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3402         to-address.
3404 1999-11-08  Markus Rost  <rost@ias.edu>
3406         * wid-edit.el (widget-button-click): Wrap with save-excursion
3407         to restore track-mouse in the correct buffer.
3409 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3411         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3413 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3415         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3416         lpr-command to "lp" for some system-types. (copied from lpr.el
3417         Emacs version 20.2.1).
3419 1999-11-04  Markus Rost  <rost@ias.edu>
3421         * simple.el (comment-region): Strip off white space at end of
3422         comment-start.
3424 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3426         * faces.el (secondary-selection): Fix wrong color name.
3428 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3430         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3431         the default when invoking perldb in a non-Perl buffer, and other
3432         cases involving -e or --.
3434 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3436         * simple.el (previous-matching-history-element)
3437         (next-history-element): Use delete-field instead of erase-field.
3439         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3440         Use delete-field instead of erase-field.
3442         * faces.el (secondary-selection): Change background to yellow.
3444         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3445         find the start of the text.  Use field-string to read the user
3446         input.
3448 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3450         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3451         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3452         for compatibility with old face implementation.
3454         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3455         Use erase-field instead of erase-buffer.
3457         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3458         internal-show-cursor with new interface.
3459         (blink-cursor-timer-function): New.
3460         (blink-cursor-start): Use blink-cursor-timer-function.
3462 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3464         * calendar.el (redraw-calendar): Move to nearest date before
3465         redrawing.
3467         * diary-lib.el (simple-diary-display): Reset modeline even if
3468         there are no diary entries since the diary buffer may be displayed.
3470 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3472         * emacs-lisp/debug.el (debug): If noninteractive, display the
3473         backtrace using `message', then exit Emacs.
3474         (debugger-batch-max-lines): New variable.
3475         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3476         Change the messages put at the start, to say that the debugger
3477         was entered.
3479 1999-11-02  Sam Steingold  <sds@ksp.com>
3481         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3483 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3485         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3486         presence of perl switches other than "-e".
3488 1999-11-01  Markus Rost  <rost@ias.edu>
3490         * dired-x.el (dired-smart-shell-command): Use
3491         shell-command-history as in shell-command.
3493 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3495         * userlock.el (ask-user-about-lock): Doc fix.
3497         * frame.el: Doc fixes.
3499 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3501         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3502         of show-cursor.
3503         (blink-cursor-start, blink-cursor-end): Ditto.
3505         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3507 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3509         * window.el (walk-windows): If ALL-FRAMES is a frame,
3510         start on that frame.  Use save-selected-window.
3512 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3514         * simple.el (end-of-buffer): Use window-end to find the window end
3515         instead of vertical-motion because this handles variable-height
3516         lines correctly.
3518 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3520         * ediff.el: Version change.
3522         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3523         make sure you are in a good frame before deleting other
3524         windows.
3525         (ediff-file-checked-in-p): Don't consider CVS
3526         files checked in.
3527         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3528         are writing to a newly created empty file.
3530         * ediff-mult.el (ediff-show-session-group-hook): New default.
3532         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3533         First cd to the file directory. reportedly works
3534         better with remote files.
3536         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3537         Use file-name-nondirectory when passing files to CVS.
3539         * ediff-diff.el (ediff-cmp-options): New variable.
3540         (ediff-same-file-contents): Use ediff-cmp-options.
3542         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3543         ediff-get-patch-buffer): Use current buffer if it appears to be a
3544         patch.
3546         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3547         C-g
3549         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3550         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3551         (viper-save-cursor-color,viper-restore-cursor-color):
3552         Improved cursor color handling.
3553         (viper-get-saved-cursor-color-in-replace-mode,
3554         viper-get-saved-cursor-color-in-insert-mode): New functions for
3555         better cursor color handling.
3557         * viper-ex.el (ex-read,ex-edit):
3558         Fixes for correct interpretation of #,%.
3559         (viper-ex): Now works correctly when called from other functions.
3560         (viper-glob-function): New variable.
3561         (viper-ex): Save excursion before doing :global.
3563         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3565         * viper-cmd.el (viper-post-command-sentinel,
3566         viper-insert-state-post-command-sentinel,
3567         viper-insert-state-pre-command-sentinel): Takes better care of
3568          cursor colors.
3570         * viper.el: Version change.
3572 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3574         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3575         that the modeline display was updated *only* when
3576         `whitespace-display-in-modeline' was set, not otherwise.
3578 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3580         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3581         "frac12".
3583         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3584         ad-activate.
3586 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3588         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3589         using fboundp instead of assuming that these are not present in
3590         particular flavors of emacs.
3591         (whitespace-version): Update to 2.8
3592         (whitespace-display-in-modeline): Add custom variable to control
3593         displaying the whitespace errors on the modeline based on
3594         suggestion from <klaus.berndl@sdm.de>
3595         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3596         clean, to enable using as a hook function, as suggested by Puneet
3597         Goel <puneet@computer.org>
3598         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3599         quiet was not set, even with whitespace-auto-cleanup set.
3600         (whitespace-mode-line): Now uses less modeline real estate and
3601         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3602         which is present in the file, and <y> is any type of whitespace
3603         whose check has been suppressed by setting
3604         `whitespace-check-<whitespace-type>' to nil.
3605         (whitespace-unchecked-whitespaces): New function to return the
3606         list of whitespaces for whom checks have been suppressed.
3607         (whitespace-display-unchecked-whitespaces): Renamed to
3608         `whitespace-update-modeline' to reflect its functionality.
3610 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3612         * progmodes/compile.el (compilation-error-regexp-alist):
3613         Undo previous change.
3615 1999-10-28  Dave Love  <fx@gnu.org>
3617         * help.el (help-follow): Make arg optional again and really
3618         default to point.
3620 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3622         * paths.el (rmail-file-name): Make it an option.
3624         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3625         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3626         comment fixes.
3628         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3629         MIPS Pro 7.3 compiler error message syntax.
3631 1999-10-27  Dave Love  <fx@gnu.org>
3633         * progmodes/compile.el: Checkdoc-inspired fixes.
3635 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3637         * lpr.el (print-buffer): Doc-string fix.
3639 1999-10-27  Dave Love  <fx@gnu.org>
3641         * emacs-lisp/advice.el: Doc fixes.
3642         (ad-lemacs-p): Removed.
3643         (advice): Add :link to defgroup.
3645 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3647         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3648         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3650 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3652         * window.el (walk-windows): If ALL-FRAMES is a frame,
3653         start on that frame.  Use save-selected-window.
3655 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3657         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3658         ad-activate.  All callers changed, including those in data.c.
3659         (ad-activate-internal-off): Renamed from ad-activate-off.
3660         All uses changed.
3661         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3662         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3663         Alter the definition of ad-activate-internal, not ad-activate.
3665 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3667         * startup.el (command-line-1): Add support for command line
3668         arguments `file' and `execute'.  Fix handling of `visit'.
3670 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3672         * international/mule-cmds.el (read-input-method-name): Handle the
3673         case that the arg DEFAULT is symbol.
3675         * international/mule-diag.el (mule-diag): Handle the case that
3676         default-input-method is symbol.
3678 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3680         * textmodes/tildify.el: New file.
3682 1999-10-25  Sam Steingold  <sds@ksp.com>
3684         * Makefile (compile-files): Fixed the "tr" strings.
3685         (EMACS): Set to ../src/emacs.
3687 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3689         * info.el (Info-build-node-completions): Add '("*") to the
3690         completion list.
3692 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3694         * frame.el (auto-raise-mode): When enabling the mode,
3695         immediately raise the selected frame.
3697         * indent.el (indent-region): Doc fix.
3699         * comint.el (comint-output-filter): Make the Comint buffer current
3700         for the comint-preoutput-filter-functions.
3702         * mail/reporter.el: Doc fix.
3704 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3706         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3707         that Octave lisp files can also run under XEmacs 20.
3708         (require 'custom) added so that files can run under Emacs 19.34.
3710         * iswitchb.el (iswitchb-default-keybindings): No need to use
3711         read-kbd-macro in keybindings.
3713 1999-10-23  Dave Love  <fx@gnu.org>
3715         * elide-head.el: New file.
3717 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3719         * Makefile (compile-files, backup-compiled-files): New targets.
3720         (bootstrap, bootstrap-clean): Ditto.
3722 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3724         * international/mule-cmds.c (locale-language-names):
3725         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3726         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3727         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3728         Use Latin-8 for Welsh.
3729         Use Latin-1 for English if "en" is explicitly specified.
3730         Use Latin-1 for Scots Gaelic, Tagalog.
3731         Use Latin-1 (not Latin-4) for Greenlandic.
3732         Use Latin-1 (not Latin-2) for Albanian.
3733         (locale-preferred-coding-systems, locale-language-names):
3734         Remove generic ISO 8859 locales; locale-charset-language-names now
3735         does this.
3736         (locale-charset-language-names): New variable.
3737         (set-locale-environment): Use language name specified by
3738         locale-charset-language-names if its charsets disagree with the
3739         language name specified by locale-language-names.
3741 1999-10-22  Dave Love  <fx@gnu.org>
3743         * make-mode.el: Minor doc fixes.
3745         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3747 1999-10-21  Dave Love  <fx@gnu.org>
3749         * loadup.el: Add latin-8, latin-9.
3751 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3753         * disp-table.el (standard-display-european): Remove undocumented
3754         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3755         all non-English language environments as coding system names.
3756         Instead, use the downcased language environment name as a coding
3757         system name if it is one; otherwise, use latin-1.
3759 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3761         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3762         that were split so that part of the comment appeared as Lisp code.
3764 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3766         * ps-bdf.el: Doc fix.
3768         * ps-print-def.el: New file: common definitions for all parts of
3769         ps-print.
3770         (ps-multibyte-buffer): Moved from ps-mule.
3772         * ps-mule.el: File dependence fix.
3773         (ps-multibyte-buffer): Moved to ps-print-def.
3775         * ps-print.el: Doc fix, better customization.
3776         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3777         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3778         (ps-end-file): Doc fix.
3779         (ps-setup, ps-begin-file): Fun fix.
3780         (postscript): New group.
3781         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3782         (ps-print-prologue-1): Adjust PostScript programming.
3783         (ps-print): Adjust group hierarchy.
3784         (ps-print-n-up, ps-print-zebra, ps-print-background,
3785         ps-print-printer)
3786         (ps-print-page): New subgroups.
3787         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3788         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3789         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3790         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3791         (ps-zebra-stripe-height, ps-print-background-image)
3792         (ps-print-background-text, ps-spool-config): Adjust customization.
3793         (dos-ps-printer): Definition eliminated.
3795 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3797         * ps-mule.el: Doc fix, define functions properly if mule package is
3798         loaded or not.
3799         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3800         mule package is loaded or not.
3802         * ps-print.el: Doc fix, n-up printing.
3803         (ps-print-version): New version number (5.0).
3804         (ps-page-dimensions-database): Added document media.
3805         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3806         (ps-page-order, ps-printing-region-p): New vars.
3807         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3808         funs.
3809         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3810         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3811         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3812         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3813         (ps-print-begin-sheet-hook): New hook.
3814         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3815         const.
3816         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3817         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3818         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3819         (ps-count-lines): Changed to defun.
3820         (ps-header-page): Changed to defsubst, fix fun.
3821         (ps-printing-region): Doc fix, adjust programming code.
3822         (ps-output-boolean, ps-background-pages, ps-background-text)
3823         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3824         programming code.
3826 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3828         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3829         (ps-print-version): New version number (4.2).
3830         (ps-spool-config, ps-spool-tumble): New vars.
3831         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3832         programming, new PostScript procedure to handle errors.
3833         (ps-print-prologue-2): Changed to defconst.
3834         (ps-print-duplex-feature): New const: duplex and tumble setting.
3835         (ps-setup, ps-begin-file): Fix funs.
3836         (ps-boolean-capitalized): New fun.
3838 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3840         * Makefile (dontcompilefiles): Obsoleted.
3841         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3842         (EL): Unused.
3843         (temacs): Removed (unused).
3844         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3845         version of the file (necessary for the update to work properly).
3846         (autoloads): Force the use of `pwd`/loaddefs.el.
3847         (updates); Redefined in terms of other targets to reduce redundancy.
3848         (.el.elc): New default rule, just in case you want it.
3849         (compile): Use a single invocation of Emacs.
3850         (bootstrap-compile); Unneeded.
3851         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3853 1999-10-19  Dave Love  <fx@gnu.org>
3855         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3857 1999-10-19  Sam Steingold  <sds@ksp.com>
3859         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3860         comply with the comment.
3862 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3864         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3865         permanent-local.
3867 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3869         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3870         value: \"lpr\" changed to "lpr"
3871         (ps-mode-version): New constant
3872         (ps-mode-show-version): New function, added key in ps-mode-map
3873         (ps-run-messages): Removed
3874         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3875         ps-run-messages. These keywords now include the value of
3876         ps-run-prompt, making its fontification customizable.
3877         (ps-run-init): Removed \\n from docstring, it is now added when
3878         the value is used
3879         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3880         ps-run-prompt
3881         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3882         customizable variables in doc-string (its equivalent
3883         ps-run-messages was missing in previous version of the doc-string)
3884         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3885         symbols only
3887 1999-10-19  Alex Schroeder  <alex@gnu.org>
3889         * ansi-color.el: Complete rewrite.
3891 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3893         Fix bootstrapping problems.
3894         Use the system locale to specify Emacs locale defaults.
3896         * international/mule-cmds.el (global-map):
3897         Do not use backquote, because that makes a bootstrapping
3898         problem if you need to recompile all Lisp files using interpreted code.
3899         * international/mule.el (charset-id, charset-bytes,
3900         charset-dimension, charset-chars, charset-width,
3901         charset-direction, charset-iso-final-char,
3902         charset-iso-graphic-plane, charset-reverse-charset,
3903         charset-short-name, charset-long-name, charset-description,
3904         charset-plist): Likewise.
3905         * subr.el (save-match-data): Likewise.
3907         * international/mule-cmds.el
3908         (set-display-table-and-terminal-coding-system): New function,
3909         containing code migrated out of set-language-environment.
3910         (set-language-environment, set-locale-environment): Use it.
3911         (locale-translation-file-name): Moved here from startup.el.
3912         (locale-language-names, locale-preferred-coding-systems):
3913         New vars.
3914         (locale-name-match, set-locale-environment): New functions.
3916         * language/japan-util.el (setup-japanese-environment-internal):
3917         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3919         * startup.el (iso-8859-n-locale-regexp): Remove.
3920         (locale-translation-file-name): Move to mule-cmds.el.
3921         (command-line): Move locale-stuff into set-locale-environment.
3923 1999-10-18  Dave Love  <fx@gnu.org>
3925         * abbrev.el (add-abbrev, inverse-add-abbrev)
3926         (expand-region-abbrevs): Remove properties from buffer text.
3928 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3930         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3931         from the mini-buffer, without the prompt.
3933         * simple.el (minibuffer-prompt-end): Return the position
3934         after the prompt, not the position of that last character
3935         of the prompt.
3937 1999-10-17  Miles Bader  <miles@gnu.org>
3939         * simple.el: Doc fixes.
3941 1999-10-17  Miles Bader  <miles@gnu.org>
3943         * simple.el (previous-matching-history-element, next-history-element):
3944         Change to work correctly even if the point is in the prompt.
3945         (choose-completion-string): Likewise.
3946         (minibuffer-prompt-width): New function (compatibility with old subr).
3948         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3949         When constraining the final position to the current field,
3950         don't use the ONLY-IN-LINE mode of constrain-to-field.
3952 1999-10-17  Miles Bader  <miles@gnu.org>
3954         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3955         constrain-to-field.
3956         * textmodes/paragraphs.el (forward-sentence): Likewise.
3958 1999-10-17  Miles Bader  <miles@gnu.org>
3960         * simple.el (line-move): Use constrain-to-field to avoid
3961         moving into a prompt.
3962         (previous-complete-history-element): Clarify doc string.
3963         (next-complete-history-element): Likewise.
3964         Use field-beginning instead of point-min.
3965         (next-matching-history-element): Use field-beginning and
3966         erase-field instead of point-min and erase-buffer.
3967         * textmodes/paragraphs.el
3968         (forward-paragraph, forward-sentence): Likewise.
3969         (backward-kill-paragraph, backward-kill-sentence): Remove code to
3970         constrain the kill to an field, as the movement commands now
3971         do this.
3973 1999-10-17  Miles Bader  <miles@gnu.org>
3975         * simple.el (previous-matching-history-element): Get the
3976         minibuffer input with field-string instead of buffer-string.
3977         (choose-completion-string): Likewise.
3978         (next-history-element): Likewise.
3979         Erase the minibuffer input with erase-field, not erase-buffer.
3980         Use field-beginning to find the beginning of the input.
3981         * textmodes/paragraphs.el (backward-kill-sentence):
3982         Remove minibuffer-prompt hack.
3983         Constrain to any input field.
3985 1999-10-17  Sam Steingold  <sds@ksp.com>
3987         * bindings.el (completion-ignored-extensions): Added ".sparcf"
3988         for CMUCL on sparc and ".ufsl" for LispWorks.
3989         (bound-and-true-p): Bugfix: free variable `v'.
3991 1999-10-16  Dave Love  <d.love@dl.ac.uk>
3993         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3994         (edebug-uninstall-read-eval-functions): Use load-read-function,
3995         avoiding elisp-eval.
3997 1999-10-16  Sam Steingold  <sds@ksp.com>
3999         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4000         instead of `eql'.
4002 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4004         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4005         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4006         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4007         * ediff-util.el (ediff-make-temp-file):
4008         * ediff-vers.el (ediff-pcl-cvs-view-revision):
4009         * emerge.el (emerge-make-temp-file):
4010         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4011         * vc.el (vc-update-change-log):
4012         * mail/mailpost.el (post-mail-send-it):
4013         * mail/metamail.el (metamail-region):
4014         * progmodes/cmacexp.el (c-macro-expansion):
4015         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4017 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
4019         * smtpmail.el (smtpmail-via-smtp): Add support for
4020         automatically appending a domain to RCPT TO: addresses.
4022 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4024         * dired.el (dired-insert-directory): Insert the amount of
4025         free space after the total size.
4026         (dired-free-space-program, dired-free-space-args): New variables.
4028 1999-10-14  Karl Heuer  <kwzh@gnu.org>
4030         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4032 1999-10-14  Dave Love  <fx@gnu.org>
4034         * international/characters.el:
4035         * international/fontset.el:
4036         * international/mule-conf.el: Add latin-iso8859-1[45].
4038         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
4039         strings.
4041         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4042         (command-line): Detect Latin-[89] locales.
4044 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4046         * international/mule-cmds.el (select-safe-coding-system)
4047         (leim-list-header): Avoid the use of strings that start with backslash
4048         newline since lread.c:read1 has a hack to turn those strings into
4049         integer 0 during the loadup.el process.
4051         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4053 1999-10-13  Dave Love  <fx@gnu.org>
4055         * image.el (insert-image): Copy the image spec and add an
4056         intangible property.
4058 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4060         * help.el (help-xref-interned): Make it also work on variable-only
4061         and function-only symbols.
4062         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4063         (help-follow): If the point under mouse is not highlighted, try
4064         `help-xref-interned' on the pointed-to symbol anyway.
4066         * info.el (Info-on-current-buffer): New entry point.
4067         (Info-find-node): Split into two for Info-on-current-buffer to
4068         hook into it.
4069         (Info-current-file, Info-set-mode-line, Info-up):
4070         Info-current-file can now be t.
4071         (Info-clone-buffer-hook): Function for `clone-buffer'.
4072         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4073         Make `clone-buffer' available in various ways to the user.
4075 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4077         * simple.el (shell-command, shell-command-on-region): Use
4078         make-temp-file.
4079         (clone-buffer, clone-process, clone-buffer-hook): New functions.
4081         * subr.el (with-current-buffer): Don't use backquotes to avoid
4082         bootstrapping problems.
4084         * loadup.el (load-path): Add subdirs for bootstrapping.
4085         (docstrings): Ignore errors during bootstrapping.
4086         (args): New `bootstrap' argument (for use in place of `dump').
4088 1999-10-12  Emmanuel Briot  <briot@gnat.com>
4090         * ada-stmt.el: Doc-string fixes.
4092 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
4094         * recentf.el: New file.
4096         * ps-mode.el: New file.
4098         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4099         case insensitive.
4101 1999-10-12  Richard Sharman  <rsharman@pobox.com>
4103         * sh-script.el: Added support for indenting existing scripts.
4104         (sh-mode-map): Added new bindings.
4105         (sh-mode): Updated mode doc-string for new commands, added
4106         make-local-variable calls, initialize mode-specific variables.
4107         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
4108         is now a different function.
4109         (sh-header-marker):  Changed docstring.
4110         (sh-set-shell): Initialize mode-specific variables.
4111         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4112         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4113         Changed these define-skeleton calls to work with user-specified
4114         indentation settings.
4115         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4116         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4117         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4118         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4119         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4120         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4121         (sh-guess-basic-offset, sh-handle-after-case-label)
4122         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4123         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4124         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4125         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4126         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4127         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4128         (sh-handle-this-then, sh-help-string-for-variable)
4129         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4130         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4131         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4132         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4133         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4134         (sh-remove-our-text-properties, sh-rescan-buffer)
4135         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4136         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4137         (sh-scan-case, sh-search-word, sh-set-char-syntax)
4138         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4139         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4140         functions.
4141         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4142         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4143         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4144         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4145         (sh-var-list): New variables.
4147 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
4149         * quickurl.el (quickurl-list-insert): `count-lines' was returning
4150         a value one line to high if the cursor wasn't at the start of a
4151         line. A `beginning-of-line' is now performed before making the
4152         call to `count-lines'.
4154 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4156         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4158 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
4160         * Makefile (setwins): Abstract out the command to find subdirectories
4161         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4162         (custom-deps, finder-data, autoloads, update-subdirs, updates)
4163         (autoloads-with-other-emacs): Use it.
4165         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
4167 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
4169         * Makefile (bootstrap-compile): New target.  Compile Lisp
4170         files with ../src/temacs.
4172 1999-10-08  Dave Love  <fx@gnu.org>
4174         * ange-ftp.el: Require dired when compiling.
4175         (ange-ftp-normal-login): Allow EFS-style port specification.
4177 1999-10-08  Simon Marshall  <simon@gnu.org>
4179         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4180         (regexp-opt-group): Use it to get common suffixes in STRINGS.
4181         If STRINGS is nil, return "" rather than nil.
4183 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4185         * Makefile (compile): Compile files one by one.  Set load-path to
4186         current directory and subdirectories when compiling.
4188 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4190         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4191         (emacs): Use it everywhere instead of EMACS.
4192         (compile): New target.  Compile all Lisp files from scratch.
4193         (recompile): New target.  Recompile lisp directory.
4194         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
4195         an Emacs executable not built in the current directory tree.
4197 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
4199         * filecache.el (file-cache-completion-ignore-case): New variable,
4200         defaulting to the value of completion-ignore-case.
4201         (file-cache-minibuffer-complete): Use it.
4202         (file-cache-files-matching, file-cache-files-matching-internal):
4203         New functions.
4205 1999-10-07  Emmanuel Briot  <briot@gnat.com>
4207         * ada-xref.el: New file
4209         * ada-prj.el: New file
4211         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4213         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4214         subprogram being created.
4216         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4217         ada-indent-newline-indent): Rewritten to support the new indentation
4218         scheme
4220         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4221         New functions
4223         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4224         justification parameter
4226         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4227         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4228         external program
4230 1999-10-07  Dave Love  <fx@gnu.org>
4232         * bindings.el (bound-and-true-p): New macro.
4233         (make-mode-line-mouse-sensitive): Don't require easymenu.
4235 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4237         * custom.el (defface): Extend documentation for new values of
4238         `type'.
4240         * faces.el (face-spec-set-match-display): Recognize `type' of
4241         `motif', `lucid', `x-toolkit'.
4242         (menu): New face.
4244 1999-10-05  Dave Love  <fx@gnu.org>
4246         * files.el: Recognize temporary crontab files.
4248         * info.el: Require jka-compr when compiling.
4249         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4251 1999-10-04  Dave Love  <fx@gnu.org>
4253         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4254         scroll-up-aggressively, scroll-down-aggressively.
4256         * time.el (display-time-mode): Add autoload cookie.
4258         * rect.el (delete-extract-rectangle): Doc fix from verna.
4260         * help-macro.el (three-step-help): Customize.
4262 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4264         * hexl.el (hexlify-buffer): Move point in proper range
4265         if it is too large.
4266         (hexl-after-revert-hook): Update hexl-max-address.
4267         (hexl-address-to-marker): Doc fix.
4269 1999-10-03  Dave Love  <fx@gnu.org>
4271         * image.el (defimage): Remove redundant code.  Substitute file in
4272         image plist.
4274 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4276         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4277         when doing with-temp-file.
4279 1999-10-01  Dave Love  <fx@gnu.org>
4281         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4283         * help.el: Require view when compiling.
4284         (view-emacs-FAQ): Use Info version.
4286 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4288         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4289         (normat->normal).  Use correct font names for Korean
4290         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4292 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4294         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4295         code not used by KOI8 to the same 8-bit code instead of mapping to
4296         SPC.
4297         (cyrillic-alternativnyj-decode-table): Likewise.
4299 1999-09-29  Alex Schroeder  <alex@gnu.org>
4301         * sql.el (sql-imenu-generic-expression): Aew, used to set
4302         imenu-generic-expression.
4303         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4304         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4305         imenu-case-fold-search, and imenu-syntax-alist.
4306         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4307         setting font-lock-defaults' SYNTAX-ALIST.
4309 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4311         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4312         macro, try again.
4314 1999-09-28  Dave Love  <fx@gnu.org>
4316         * cus-edit.el (custom-comment): Change widget definition.
4317         (custom-comment-create, custom-comment-show)
4318         (custom-comment-invisible-p): Don't use :comment-overlay.
4319         (custom-comment-hide): New function.
4320         (custom-variable-set, custom-variable-save)
4321         (custom-variable-reset-standard, custom-face-set)
4322         (custom-face-save): Use it.
4324 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4326         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4328 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4330         * faces.el (region): Doc fix.
4332 1999-09-27  Dave Love  <fx@gnu.org>
4334         * isearch.el (isearch): Add :links in defgroup.
4335         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4336         (isearch-switch-frame-handler): Comment out (unused).
4337         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4338         (isearch-ring-retreat-edit): Doc fix.
4339         (isearch-mouse-yank): New command.
4340         (isearch-last-command-char): Removed.  Callers changed to use
4341         last-command-char.
4342         (isearch-char-to-string): Removed.  Callers changed to use
4343         char-to-string.
4345 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4347         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4348         option for Russian.
4350 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4352         * faces.el (face-differs-from-default-p): Compare face
4353         attributes individually.
4355         * image.el (put-image, insert-image): Add string argument.
4357 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4359         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4360         LANG=de_DE.iso88591 on HPUX 11.0.
4362         * dired.el (dired-move-to-filename-regexp): Make it work
4363         for LANG=de_DE.iso88591 on HPUX 11.0.
4365 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4367         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4368         if we know for some other reason it should not be used.
4370         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4371         New variable.
4372         (edebug-recursive-edit): Save current-prefix-arg there,
4373         bind it, and set it back at the end.
4374         (edebug-outside-excursion): Restore and update the outside
4375         value of current-prefix-arg.
4376         (edebug-emacs-version-specific): Delete support for Epoch.
4378 1999-09-24  Howard Melman  <howard@silverstream.com>
4380         * imenu.el (imenu-after-jump-hook): New variable.
4381         (imenu): Run menu-after-jump-hook.
4382         (imenu-name-lookup-function): New variable.
4383         * imenu.el (imenu--in-alist): Use those variables.
4385 1999-09-24  Carsten Dominik  <cd@gnu.org>
4387         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4388         multiple thebibliography environments.
4390         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4391         with recentering window.
4392         (reftex-extract-bib-entries-from-thebibliography,
4393         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4394         with multiple thebibliography environments.
4396         * textmodes/reftex-vars.el
4397         (reftex-section-levels): Function allowed as cdr.
4398         (reftex-max-section-depth) New option.
4400         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4401         with multiple thebibliography environments.
4403 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4405         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4406         instead of point-min in call to delete-region.
4408 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4410         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4411         out into arbitrary file names.
4413 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4415         * language/european.el ("Turkish"): New language environment.
4417 1999-09-19  Dave Love  <fx@gnu.org>
4419         * delim-col.el: New file.
4421 1999-09-17  Richard Stallman  <rms@gnu.org>
4423         * files.el (after-find-file): When visiting a backup file,
4424         make it read-only.
4426         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4427         (apropos-keybinding-face, apropos-label-face): Likewise.
4428         (apropos-property-face, apropos-match-face): Likewise.
4429         (apropos-label-properties): New variable.
4430         (apropos-print-doc): Use apropos-label-properties.
4431         (apropos-print): Set apropos-label-properties.
4433 1999-09-15  Richard Stallman  <rms@gnu.org>
4435         * winner.el: Use aref instead of sref.
4437         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4439 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4441         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4443 1999-09-14  Richard Stallman  <rms@gnu.org>
4445         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4446         cookie, even if followed by a letter.
4448 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4450         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4451         --no-line-editing are passed to Octave by including them here
4452         rather than storing them in inferior-octave-startup-args.
4454 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4456         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4457         command, option, env and sc.
4459         * subr.el (shell-quote-argument): Quote argument with double
4460         quotes for ms-dos.
4462 1999-09-14  Richard Stallman  <rms@gnu.org>
4464         * simple.el (eval-expression-print-level): New variable.
4465         (eval-expression-print-length): New variable.
4466         (eval-expression-debug-on-error): New variable.
4467         (eval-expression): Bind print-level, print-length and
4468         debug-on-error from those vars.
4470         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4471         Bind print-level, print-length and debug-on-error.
4473 1999-09-14  Inge Frick  <inge@nada.kth.se>
4475         * dired.el (dired-recursive-deletes): New custom variable.
4476         (dired-re-no-dot): New variable.
4477         (dired-delete-file): New function deletes files and directories
4478         recursively.
4479         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4481         * dired-aux.el (dired-recursive-copies): New custom variable.
4482         (dired-handle-overwrite): Broke a long line.
4483         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4484         `copy-file'.
4485         (dired-copy-file-recursive): New function.  Copy directories
4486         recursively.
4487         (dired-do-create-files): Added support for generalized directory
4488         target.  How-to function may now return a function.  New fluid
4489         variable `dired-one-file'.
4490         (dired-copy-how-to-fn): New variable.
4491         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4492         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4493         (dired-do-copy-regexp): No recursive copies.
4495 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4497         * whitespace.el (whitespace-version): Update version to 2.4
4499         * whitespace.el: Add customization variables to conditionally test
4500         any of the five whitespaces, per request from Rune Kleveland
4501         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4503         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4505         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4506         list of modes to be checked for bogus whitespaces.
4508         * whitespace.el (whitespace-rescan-timer-time): Update
4509         documentation.
4511         * whitespace.el (whitespace-display-unchecked-whitespaces):
4512         New function to update modeline with untested whitespaces.
4514         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4515         checking is turned on, and update modeline using the newly created
4516         `whitespace-display-unchecked-whitespaces'.
4518         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4519         whose checking is turned on, and update modeline using the newly
4520         created `whitespace-display-unchecked-whitespaces'.
4522         * whitespace.el (whitespace-describe): Update documentation.
4524         * whitespace.el (whitespace-tickle-timer): Test if
4525         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4527 1999-09-13  Dave Love  <fx@gnu.org>
4529         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4531         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4532         for temp buffer.
4533         (checkdoc-this-string-valid): Don't assume default comment-start.
4535 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4537         * rsz-mini.el: Remove code, keep the interface.
4539 1999-09-13  Dave Love  <fx@gnu.org>
4541         * help.el (help-highlight-p): Doc fix.
4543         * faces.el (mode-line, header-line, tool-bar): Add :version.
4544         (highlight, secondary-selection): Add :group.
4545         (trailing-whitespace): Add :group, :version.
4547         * wid-edit.el: Remove some compatibility code and checks.
4548         (widget-specify-field, widget-specify-button): Don't use XEmacs
4549         properties.
4550         (widget-overlay-inactive): Change error message.
4551         (widget-button-pressed-face): New variable.
4552         (widget-button-click): Use it.
4553         (widget-documentation-link-add): Specify mouse and button faces.
4554         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4555         removed now the functionality is built in.
4557         * cus-edit.el: Don't define-widget-keywords.
4558         (multimedia): New group.
4559         (custom-last): Function removed.
4560         (custom-quote): Add vectorp case, comment out characterp case.
4561         (custom-buffer-done-function, custom-raised-buttons): New option.
4562         (Custom-buffer-done): New function.
4563         (custom-buffer-create-internal): Obey custom-raised-buttons,
4564         Custom-buffer-done.
4565         (custom-button-face): Make it `released-button'.
4566         (custom-button-pressed-face): Make it `pressed-button'
4567         (custom-mode-map): Bind "q" to Custom-buffer-done.
4568         (custom-mode): Deal with raised/pressed buttons.
4570         Changes from Didier Verna:
4571         (custom-prompt-variable): Optional third arg makes prompt for a
4572         comment string.
4573         (customize-set-value, customize-set-variable,
4574         customize-save-variable): Optional prefix makes function handle
4575         variable comments.
4576         (customize-customized, customize-saved, custom-variable-state-set)
4577         (custom-variable-set, custom-variable-save, custom-face-state-set)
4578         (custom-variable-reset-saved, custom-variable-reset-standard)
4579         (custom-face-set, custom-face-save, custom-face-reset-saved)
4580         (custom-face-reset-standard, customize-save-customized): Handle
4581         custom comments.
4582         (custom-comment-face, custom-comment-tag-face): New face.
4583         (custom-comment): New widget.
4584         (custom-comment-create, custom-comment-delete)
4585         (custom-comment-value-set, custom-comment-show)
4586         ()custom-comment-invisible-p): New functions.
4587         (custom-variable-value-create, custom-face-value-create): Create a
4588         comment field widget.
4589         (custom-variable-menu, custom-face-menu): New entry for custom
4590         comment.
4591         (custom-face-value-create): Remove compatibility code.
4592         (custom-save-variables, custom-save-faces): Possibly save custom
4593         comments.
4595         * cus-face.el (custom-face-attributes): Simplify :underline,
4596         :overline, :inverse-video cases.  Fix up :box case (probably needs
4597         more work).
4599         Change from Didier Verna:
4600         (custom-set-faces): The arguments can now have a custom comment as
4601         fourth argument.
4603         * custom.el: Don't define-widget-keywords.
4604         Change from Didier Verna:
4605         (custom-set-variables): The arguments can now have a
4606         custom comment as fifth element.
4608 1999-09-13  Richard Stallman  <rms@gnu.org>
4610         * info.el (Info-find-node): Cope better if guesspos is too large.
4612 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4614         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4615         of buffer-substring because buffer-string doesn't copy the
4616         prompt.
4618         * faces.el (mode-line): Replaces `modeline'.
4619         (toplevel): Make `modeline' an alias for `mode-line'.
4621 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4623         * gs.el: Change `ghostscript' to `postscript' in comment.
4625 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4627         * emulation/tpu-edt.el (tpu-version): New version.
4628         (tpu-search-overlay, tpu-replace-overlay): New variables.
4629         (tpu-search-highlight, tpu-toggle-direction): New functions.
4630         (tpu-lm-replace): Set tpu-replace-overlay.
4631         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4632         command hook.
4634 1999-09-11  Richard Stallman  <rms@gnu.org>
4636         * isearch.el (isearch-mode-map): Undo previous change.
4638         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4639         use all of that as the sexp.
4641         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4642         and use the initial argument as file name directly.
4643         Likewise if nothing matches.
4645 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4647         * winner.el: Major changes.  Avoid changing point and mark.
4648         Save configurations after they change, not before.
4650 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4652         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4653         Bind print-continuous-numbering and print-number-table.
4655 1999-09-10  Dave Love  <fx@gnu.org>
4657         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4659 1999-09-09  Richard Stallman  <rms@gnu.org>
4661         * whitespace.el: Finish making it fit Emacs conventions.
4662         Add autoloads.
4664 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4666         * generic-x.el (bat-generic-mode): "::"-style comments don't
4667         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4668         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4669         from the list of keywords.  Add DO to the list of keywords.
4671 1999-09-09  Dave Love  <fx@gnu.org>
4673         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4674         (byte-optimize-backward-word): New optimizations.
4675         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4676         entries.
4678 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4680         * image.el (put-image): Remove optional buffer parameter.
4682         * faces.el (face-italic-p): Return t only for values `italic'
4683         and `oblique'.
4685         * mouse.el (mouse-drag-mode-line-1): Extension of former
4686         mouse-drag-mode-line that also drags the header line.
4687         (mouse-drag-mode-line): Call it.
4688         (mouse-drag-header-line): New.
4689         (toplevel): Bind down-mouse-1 on header lines to
4690         mouse-drage-header-line.
4692 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4694         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4695         (make-mode-line-mouse-sensitive): Replace `top-line' by
4696         `header-line'.
4698 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4700         * help.el (describe-function-1): Don't return empty string for keymaps.
4702         * fill.el (fill-region-as-paragraph, canonically-space-region):
4703         Respect colon-double-space at end of line.
4705 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4707         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4708         (backup-buffer): Use it.
4710 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4712         * generic-x.el (generic-define-unix-modes): Added new modes:
4713         inetd-conf-generic-mode, etc-services-generic-mode,
4714         etc-passwd-generic-mode.  These are all defined for Unix by default.
4715         (apache-generic-mode): Use an imenu-generic-expression to list
4716         Configuration keywords.
4717         (samba-generic-mode): Use both ; and # as comment characters.
4718         (samba-generic-mode): Font-lock expressions now highlight name
4719         value pairs.
4720         (bat-generic-mode): Keywords are now case-insensitive through
4721         font-lock-defaults setting.
4722         (java-properties-generic-mode): Supports both ! and # as comment
4723         characters.
4724         (java-properties-generic-mode): Added an imenu-generic-expression
4725         (java-properties-generic-mode): Reworked to support the various
4726         different ways to separate name and value (viz, '=', ':' and
4727         whitespace).
4728         (show-tabs-generic-mode): Added this new generic-mode.
4730 1999-09-08  Richard Stallman  <rms@gnu.org>
4732         * progmodes/inf-lisp.el: Moved from top directory.
4734         * tar-mode.el (tar-header-block-tokenize):
4735         Use `when' instead of `and'.  Fix some clobbered text.
4737         * gud.el (gud-make-debug-menu): Make a child for the
4738         local menu, for its menu bar, and the debug menu.
4739         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4740         Use the history in the simple way.
4742 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4744         * language/korea-util.el (default-korean-keyboard): Initialize it
4745         according to the environment variable HANGUL_KEYBOARD_TYPE.
4747 1999-09-07  Richard Stallman  <rms@gnu.org>
4749         * subr.el (make-temp-file): New function.
4751 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4753         * font-lock.el (font-lock-multiline): New text property contains
4754         a boolean to indicate if the char is part of a multiline match.
4755         (font-lock-default-fontify-region): Extend the region appropriately
4756         for multiline keywords.
4757         (font-lock-default-unfontify-region): Also remove the new
4758         font-lock-multiline text property.
4759         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4760         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4762 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4764         * diary-lib.el (list-diary-entries): Make sure two-digit years
4765         have leading zeros.
4767 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4769         * faces.el (face-set-after-frame-default): Initialize some
4770         attributes of some faces from frame parameters.
4772         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4774 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4776         * faces.el (fringe): Replaces face `margin'.
4778 1999-09-07  Dave Love  <fx@gnu.org>
4780         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4782 1999-09-07  Richard Stallman  <rms@gnu.org>
4784         * subr.el (push): Doc fix.
4786 1999-09-06  Richard Stallman  <rms@gnu.org>
4788         * vc.el (vc-annotate-display): Use < 69 not < 70
4789         to distinguish 20YY from 19YY.
4791         * timezone.el (timezone-parse-date): Use < 69 not < 70
4792         to distinguish 20YY from 19YY.
4794         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4796 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4798         * quickurl.el: (quickurl-list-focused-line): Removed.
4799         (quickurl-list-insert): Now works out the focused line using
4800         `count-lines' instead of using `quickurl-list-focused-line'.
4802 1999-09-06  Richard Stallman  <rms@gnu.org>
4804         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4805         to beginning of message.
4807 1999-09-06  Dave Love  <fx@gnu.org>
4809         * isearch.el (isearch-mode-map): Add mouse-2.
4811         * mail/rmail.el (rmail-read-password): Deleted.
4812         (rmail-get-pop-password): Use read-password.
4814         * quickurl.el: Don't conditionally define caddr.
4815         (quickurl-url-comment): Use nth, not caddr in function and
4816         defsetf.
4818 1999-09-06  Richard Stallman  <rms@gnu.org>
4820         * auto-show.el: Doc fixes.
4822 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4824         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4825         --no-line-editing so that TABs in source files are not interpreted
4826         as completion requests.
4828 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4830         * hscroll.el, auto-show.el: Remove all code, keep the public
4831         interface as no-ops.
4833         * faces.el (face-bold-p): Don't return t if face has lighter
4834         weight than normal.
4836 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4838         * startup.el (command-line): Make small-temporary-file-directory
4839         be nil except on ms-dos.
4841         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4843         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4844         is defined.
4846         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4847         letters with a colon after d or l.
4849 1999-09-06  Dave Love  <fx@gnu.org>
4851         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4852         primitive.)
4854 1999-09-05  Richard Stallman  <rms@gnu.org>
4856         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4858         * textmodes/paragraphs.el (backward-kill-sentence):
4859         Don't test minibuffer-prompt-end here.
4860         (forward-sentence): Do handle it here.
4861         (backward-kill-paragraph): Don't test it here.
4862         (forward-paragraph): Handle it here.
4864         * mouse.el (font-menu-add-default): Simplify code.
4866 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4868         * faces.el (header-line): Renamed from `top-line'.
4870 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4872         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4874 1999-09-04  Richard Stallman  <rms@gnu.org>
4876         * whitespace.el: New file.
4878 1999-09-04  Dave Love  <fx@gnu.org>
4880         * paths.el: Make some doc strings obey the make-docfile convention.
4882         * bindings.el: Likewise.
4883         (debug-ignored-errors): Remove BBDB ones.
4885 1999-09-03  Richard Stallman  <rms@gnu.org>
4887         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4888         not from the draft to forward.
4890         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4892 1999-09-03  Dave Love  <fx@gnu.org>
4894         * double.el (double-mode): Customize the variable.
4896 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4898         * international/characters.el: Delete duplicated code.
4900 1999-09-02  Richard Stallman  <rms@gnu.org>
4902         * indent.el (indent-relative): Doc fix.
4904         * quickurl.el (quickurl): Doc fix.
4906 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4908         * faces.el (margin): Change background to "gray" for mono (this is
4909         drawn with a stipple pattern).
4911 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4913         * simple.el (next-history-element): Use minibuffer-prompt-end once
4914         again.  Remove test for minibuffer-prompt-in-buffer.
4916 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4918         * files.el (small-temporary-file-directory): New variable.
4920         * startup.el (command-line): Compute the value of
4921         small-temporary-file-directory.
4923         * ediff-init.el (ediff-temp-file-prefix): Use
4924         small-temporary-file-directory if non-nil.
4926         * vc.el (vc-update-change-log): Likewise.
4928         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4930         * simple.el (shell-command, shell-command-on-region): Use
4931         make-temp-name properly.  Use small-temporary-file-directory if
4932         non-nil, otherwise temporary-file-directory, to generate temporary
4933         files.
4935         * dos-w32.el (direct-print-region-helper): Use
4936         temporary-file-directory.  (From Stefan Monnier.)
4938 1999-09-02  Richard Stallman  <rms@gnu.org>
4940         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4941         from asm-comment-char.
4942         (asm-font-lock-keywords): Recognize instruction width suffixes.
4944 1999-09-01  Richard Stallman  <rms@gnu.org>
4946         * play/fortune.el: New file.
4948 1999-08-31  Dave Love  <fx@gnu.org>
4950         * help.el (help-make-xrefs): Don't lose on non-empty blank line
4951         after key table.
4953         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4954         redisplay variables.
4956         * subr.el (push): Fix typo.
4958 1999-08-30  Kevin Blake  <kblake@ticnet.com>
4960         * emacs-lisp/ring.el: Many doc fixes.
4961         (ring-size, ring-copy): New functions.
4963 1999-08-29  Richard Stallman  <rms@gnu.org>
4965         * progmodes/etags.el (tags-loop-continue):
4966         After tags-loop-operate returns, force skip to next file.
4968         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4969         (mail-extr-first-letters, mail-extr-last-letters):
4970         Use character classes [:alpha:] and [:alnum:].
4972         * subr.el (push, pop): New macros.
4974         * progmodes/compile.el (compilation-error-regexp-alist):
4975         New item for SGI IRIX MipsPro compilers.
4977         * speedbar.el (speedbar-directory-buttons): Recognize
4978         device names when checking for file names.
4980         * array.el (array-reconfigure-rows): Use generate-new-buffer.
4982         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4983         and specially handle defvar inside their expansions.
4984         (eval-defun-1): New subroutine.
4986         * progmodes/compile.el (compilation-error-regexp-alist):
4987         Fix the Perl -w entry to allow period after line number.
4988         Don't allow newlines in file name, but allow them after line number
4989         for Perl debugging traces.
4991         * which-func.el (which-func-cleanup-function): New variable.
4992         (which-function): Call that function.
4994         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4995         to end a function name.
4997         * informat.el (Info-tagify): Don't insert more than one newline
4998         before the tag table.
5000 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
5002         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5003         than make-temp-name, use match-string-no-properties, and eliminate
5004         a quadratic behavior when building bibtex-strings.
5006 1999-08-29  Alex Schroeder  <alex@gnu.org>
5008         * comint.el (comint-input-ring-separator): New variable.
5009         (comint-read-input-ring): Doc change; use
5010         comint-input-ring-separator when reading file.
5011         (comint-write-input-ring): Use
5012         comint-input-ring-separator when writing file.
5014 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
5016         * informat.el (Info-tagify): Start by widening.
5017         Match node headers that don't list the file name,
5018         and more kinds of page separations.
5019         Strip properties during tagification.
5020         Use start of node header line as tag's position.
5021         Fix the "done" message.
5023         (Info-validate): Save and restore match data around narrowing down.
5025 1999-08-28  Richard M. Stallman  <rms@gnu.org>
5027         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5028         On repeated call, override previous values put into
5029         minor-mode-map-alist and minor-mode-alist.
5031 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
5033         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5035 1999-08-27  Andreas Schwab  <schwab@gnu.org>
5037         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5038         from cvs update.
5040 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5042         * calendar/calendar.el (calendar-move-hook): New hook.
5044         * calendar/cal-move.el: Call the new hook in every movement function.
5046         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5047         the right function name.
5049 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
5051         * time-stamp.el: Put quote-backquote around all symbol names
5052         in doc strings, for mousing.
5053         (time-stamp): Support multi-line patterns.
5054         (time-stamp-inserts-lines): New variable.
5055         (time-stamp-count): New variable.
5056         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5057         "Thu" instead of "%a".
5059 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5061         * simple.el (kill-word): Undo previous change.
5063 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5065         * jit-lock.el (jit-lock-function): Extend the fontified range
5066         to the beginning of the line containing the range start and
5067         the beginning of the line following the range end.
5069 1999-08-24  Dave Love  <fx@gnu.org>
5071         * timezone.el: Move provide to end.
5072         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
5073         <70 are 2000+.
5074         (timezone-parse-time): Simplify somewhat.
5076 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
5078         * faces.el (margin): Renamed from bitmap-area.
5080 1999-08-24  Alex Schroeder  <alex@gnu.org>
5082         * sql.el: Doc changes.
5083         (sql-sybase): Use sql-server instead of sql-database.
5085 1999-08-23  Dave Love  <fx@gnu.org>
5087         * rect.el: Add/fix various doc strings.  Add `*' to all the
5088         interactive specs.
5090 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
5092         * jit-lock.el (jit-lock-function): Use line-beginning-position.
5093         Don't unwind-protect font-lock-fontify-region.
5095         * paragraphs.el (backward-kill-paragraph): Don't move
5096         point into mini-buffer prompt.
5097         (backward-kill-sentence): Ditto.
5099         * simple.el (next-history-element): Use minibuffer-prompt-end.
5100         Remove test for minibuffer-prompt-in-buffer.
5101         (kill-word): Don't move point into mini-buffer prompt.
5103 1999-08-21  Dave Love  <fx@gnu.org>
5105         * Makefile: Exclude CVS dirs like RCS.
5107 1999-08-19  Dave Love  <fx@gnu.org>
5109         * tooltip.el (tooltip-mode): Customize this, per convention.
5110         (tooltip-active): Option deleted.
5112         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
5114         * hanoi.el, page-ext.el: Declare dynamic vars.
5116         * term.el: Avoid ange-ftp related compilation warnings.
5118 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
5120         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5121         the default so that beginners can benefit from it without
5122         searching in manuals.
5124 1999-08-18  Ray Blaak  <blaak@gnu.org>
5126         * progmodes/delphi.el: Consider assembly sections as blocks, to
5127         indent them better. Make auto-indent on newline optional.
5129 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
5131         * bindings.el (mode-line-modified): Look up key binding for C-x
5132         C-q.  If it's bound call that binding, otherwise call
5133         toggle-read-only.
5135 1999-08-17  Dave Love  <fx@gnu.org>
5137         * info.el (info): Doc fix.
5139         * finder.el (finder-known-keywords): Add `multimedia'.
5141         * apropos.el: Don't capitalize custom group name.
5143         * info-look.el: Remove compatibility code.
5144         (info-lookup-guess-default*): DTRT for point at start of symbol.
5145         (info-complete): Don't lose with point not at end of symbol.
5147 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
5149         * term.el (toplevel): Make face `term-default' an empty face.
5150         The code relied on the fact that Emacs ignored invalid faces in
5151         face text properties in 20.4.
5153 1999-08-16  Richard M. Stallman  <rms@gnu.org>
5155         * subr.el (point-at-eol, point-at-bol): New aliases.
5157         * simple.el: Functions reordered.
5159         * rect.el (delete-rectangle-line): Use line-end-position.
5161 1999-08-16  Karl Heuer  <kwzh@gnu.org>
5163         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5164         here from simple.el.
5166 1999-08-16  Dave Love  <fx@gnu.org>
5168         * mouse.el: Provide `mldrag' for compatibility.
5169         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5170         marked obsolete.
5172         * mldrag.el: Removed since the features are in mouse.el.
5174         * jka-compr.el (auto-compression-mode): New variable for
5175         customization.
5177         * bindings.el (mode-line-mule-info): Doc fix.
5179         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5180         name comparisons.
5182         * files.el (interpreter-mode-alist): Add make, guile, clisp.
5183         (find-file): Doc fix.
5185 1999-08-16  Carsten Dominik  <cd@gnu.org>
5187         * textmodes/reftex.el: Most of the code moved to other files.
5188         * textmodes/reftex-auc.el: New file, split out from reftex.el
5189         * textmodes/reftex-cite.el: New file, split out from reftex.el
5190         * textmodes/reftex-global.el: New file, split out from reftex.el
5191         * textmodes/reftex-index.el: New file, split out from reftex.el
5192         * textmodes/reftex-parse.el: New file, split out from reftex.el
5193         * textmodes/reftex-ref.el: New file, split out from reftex.el
5194         * textmodes/reftex-sel.el: New file, split out from reftex.el
5195         * textmodes/reftex-toc.el: New file, split out from reftex.el
5196         * textmodes/reftex-vars.el: New file, split out from reftex.el
5197         * textmodes/reftex-vcr.el: New file, split out from reftex.el
5199 1999-08-16  Carsten Dominik  <cd@gnu.org>
5201         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5202         conflict with pop-up-frames.
5203         (reftex-special-environment-parsers): New constant.
5204         (reftex-label-alist): car of an entry can also be a function.
5205         (reftex-what-special-env): Cew function.
5206         (reftex-label-location): Call `reftex-what-special-env'.
5207         (reftex-compile-variables): Check for symbol in
5208         `reftex-label-alist'.
5209         (reftex-what-environment): Fixed bug with stacked environments of
5210         same kind (e.g. enumerate).
5211         (reftex-process-string): Preserve default directory.
5212         (reftex-label-alist-builtin): Changed prefixes of endnote and
5213         footnote.  Also the magic words.
5214         (reftex-reference): Interprete new option
5215         `reftex-fref-is-default'.
5216         (reftex-replace-prefix-escapes): Interprete new `%S' format.
5217         (reftex-toc-mouse-view-line): Command removed (had no binding).
5218         (reftex-everything-regexp): New function.
5219         (reftex-nearest-match): Made better.
5220         (reftex-toc-find-section): Use new version of
5221         `reftex-nearest-match'.
5222         (reftex-insert-docstruct): Adapted to work with the index stuff.
5223         (reftex-parse-from-file): Find index entries as well.
5224         (reftex-toc-toggle-index): New function
5225         (reftex-toc-map): `i' is now used to togle the index, File
5226         boundaries has been moved to `F'.
5227         (reftex-select-label-map): Toggling display of file boundaries is
5228         now on the `F' key, for consistency with `reftex-toc-map'.
5229         (reftex-erase-all-selection-and-index-buffers): Renamed from
5230         `reftex-erase-all-selection-buffer'.  Now also kills the index
5231         buffers.
5232         (reftex-viewing-cross-references): Customization group renamed
5233         from reftex-viewing-cross-references-and-citations.
5234         (reftex-index-macro-regexp,
5235         reftex-find-index-entry-regexp-format): New variables
5236         (reftex-macros-with-index): New variable
5237         (reftex-add-index-macros): New function
5238         (reftex-renumber-simple-labels, reftex-translate): Allow for
5239         multiple labels in a single ref command.
5240         (reftex-index-support): New customization group
5241         (reftex-support-index, reftex-index-special-chars,
5242         reftex-index-macros, reftex-index-default-macro,
5243         reftex-index-default-tag, reftex-index-math-format,
5244         reftex-index-section-letters, reftex-index-include-context,
5245         reftex-index-follow-mode, reftex-index-header-face,
5246         reftex-index-section-face, reftex-index-tag-face,
5247         reftex-index-face): New options
5248         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5249         reftex-index-tag, reftex-index-return-marker,
5250         reftex-index-restriction-indicator, reftex-index-restriction-data,
5251         reftex-index-macro-regexp, reftex-index-level-re,
5252         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5253         reftex-everything-regexp-no-index, reftex-index-re,
5254         reftex-macros-with-index, reftex-index-macro-alist): New variables
5255         (reftex-index-help, reftex-index-macros-builtin,
5256         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5257         reftex-query-index-macro-help): New constants
5258         (reftex-index-selection-or-word, reftex-index,
5259         reftex-default-index, reftex-update-default-index,
5260         reftex-index-complete-tag, reftex-index-select-tag,
5261         reftex-index-complete-key, reftex-index-update-taglist,
5262         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5263         reftex-display-index, reftex-insert-index,
5264         reftex-index-insert-new-letter, reftex-get-restriction,
5265         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5266         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5267         reftex-index-toggle-follow, reftex-index-toggle-context,
5268         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5269         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5270         reftex-index-quit, reftex-index-quit-and-kill,
5271         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5272         reftex-index-revert, reftex-index-switch-index-tag,
5273         reftex-index-restrict-to-section, reftex-index-widen,
5274         reftex-index-restriction-forward,
5275         reftex-index-restriction-backward, reftex-index-visit-location,
5276         reftex-index-analyze-entry, reftex-index-globalize,
5277         reftex-index-edit, reftex-index-toggle-range-beginning,
5278         reftex-index-toggle-range-end, reftex-index-edit-key,
5279         reftex-index-edit-attribute, reftex-index-edit-visual,
5280         reftex-index-edit-part, reftex-index-level-down,
5281         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5282         reftex-index-change-entry, reftex-index-goto-letter,
5283         reftex-add-index-macros, reftex-ensure-index-support,
5284         reftex-index-info-safe, reftex-index-info): New functions.
5287 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5289         * paren.el (show-paren-mode): Support making show-paren-mode
5290         a buffer-local variable.  Don't check for a window system.
5291         (show-paren-function): Check whether show-paren-function is
5292         enabled in current buffer; do the right thing if not.
5293         Don't check for a window system.
5294         (show-paren-mode): Make it a user variable.
5296         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5297         Handle `enum' like `struct'.
5299         * server.el (server-process-filter): If a client visits no buffers,
5300         close it immediately before recording it.
5302         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5303         Optimize by calling concat just once.  Handle =\n sequence.
5304         (mail-unquote-printable-region): New command.
5305         (mail-quote-printable): Make it autoload.
5307 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5309         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5311 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5313         * lisp/texinfmt.el: Handle @ifnottex.
5315 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5317         * frame.el (blink-cursor): Don't turn on cursor blinking for
5318         ms-dos.
5320         * faces.el (face-valid-attribute-values): Look in
5321         x-bitmap-file-path only for x and w32 window systems.
5323         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5324         Do that if width is nil as well.
5325         (x-display-mm-height, x-display-mm-width): Update values.
5326         (x-colors): Compute the list from msdos-color-values.
5327         (x-select-enable-clipboard): Doc fix.
5328         (x-frob-font-weight, x-font-family-list): New functions.
5330 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5332         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5333         back up from beginning of buffer.
5335 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5337         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5339 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5341         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5342         doomsday clock, speed control is added and changes are made to
5343         allow large numbers of rings: rings now show the whole ring
5344         number, not just the last digit; consecutive rings are allowed to
5345         be the same size when necessary to fit all the rings in the
5346         window; and poles can be oriented horizontally.  Face support is
5347         thrown in gratuitously.
5348         (hanoi): Changed default number of rings back to 3.
5349         (hanoi-unix, hanoi-unix-64): New commands
5350         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5351         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5352         hanoi-odd-ring-face): New variables.
5353         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5354         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5355         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5356         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5357         (hanoi-topos, hanoi-draw-ring): Removed.
5359 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5361         * faces.el (face-valid-attribute-values): Return an alist for
5362         families on ttys.
5363         (face-read-integer): Handle unspecified face attributes.  Add
5364         completion for `unspecified'.
5365         (read-face-attribute): Handle unspecified font attributes.
5366         (face-valid-attribute-values): Add `unspecified' to lists so that
5367         it can be chosen via completion.
5368         (face-read-string): Don't recognize "none" as input.
5370 1999-08-10  Dave Love  <fx@gnu.org>
5372         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5373         string.
5375         * sun-curs.el: Require sun-fns.
5377 1999-08-10  Dave Love  <fx@gnu.org>
5379         * autorevert.el (auto-revert-mode): Add autoload cookie.
5381         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5382         hscroll.
5384         * simple.el (hscroll-step, hscroll-point-visible)
5385         (hscroll-window-column): Remove now we have the mentioned real
5386         horizontal autoscrolling.
5388 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5390         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5391         control use of -f option.
5392         (mail-specify-envelope-from): New variable.
5393         (mail-from-style): Doc fix.
5395         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5396         (easy-menu-get-map): New arg TO-MODIFY helps choose
5397         between local and global maps.
5398         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5399         (easy-menu-change): Doc fix.
5401         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5402         (info-lookup-guess-default): Simplified and cleaned up.
5403         (info-lookup-guess-default*): Preserve point.
5405         * view.el (view-mode-disable): If buffer-read-only is nil,
5406         don't change it.
5408         * files.el (after-find-file): Disable View mode if buffer is no
5409         longer read-only.
5411         * view.el (view-mode-enable, view-mode-disable):
5412         Call force-mode-line-update.
5414 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5416         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5417         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5418         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5420 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5422         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5423         to prevent m-eating-bug.
5425 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5427         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5428         frame-set-background-mode instead.  All callers changed.
5429         (msdos-face-setup): Don't force color display parameter, it is set
5430         by frame-set-background-mode.
5431         (make-msdos-frame): Call x-handle-reverse-video and
5432         face-set-after-frame-default.  Delete frame if creation failed.
5434         * faces.el (face-set-after-frame-default): Don't call
5435         make-face-x-resource-internal for the pc window-system.
5437 1999-08-10  Dave Love  <fx@melange.gnu.org>
5439         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5440         case with no docstring specially.
5442 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5444         * complete.el (PC-do-completion): If completing on file name,
5445         reproduce str by concatenating its directory and basename parts.
5447 1999-08-07  Dave Love  <fx@gnu.org>
5449         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5450         unibyte to multibyte conversion of search-forward (from Handa),
5451         but avoid the replacement if the language is Latin-N.
5453 1999-08-06  Richard Stallman  <rms@gnu.org>
5455         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5456         of eval-buffer.
5458         * international/mule.el (load-with-code-conversion):
5459         Pass t to eval-buffer for DO-ALLOW-PRINT.
5461 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5463         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5464         of filenames and attributes.
5465         (ls-lisp-insert-directory): Use directory-files-and-attributes
5466         for speed.
5468 1999-08-05  Dave Love  <fx@gnu.org>
5470         * auto-show.el (auto-show-mode): Fix :set.
5472         * widget.el (define-widget-keywords): Make dummy definition and
5473         comment-out its use.
5475 1999-08-04  Richard Stallman  <rms@gnu.org>
5477         * progmodes/tcl.el: Customized.
5479         * sql.el (sql-accumulate-and-indent): Instead of testing
5480         whether this is Emacs 20 before calling comint-accumulate,
5481         test whether comint-accumulate is defined.
5483 1999-08-04  Dave Love  <fx@gnu.org>
5485         * sgml-mode.el: Require outline when compiling.
5486         (sgml-mode-hook, html-mode-hook): Customize.
5487         (sgml-validate-command): Fix :version.
5488         (html-autoview-mode): Doc fix.
5490         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5491         nothing in Latin-N environment.
5493         * info.el (Info-find-node): Call info-initialize here.
5494         (info): Not here.
5495         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5497 1999-08-04  Richard Stallman  <rms@gnu.org>
5499         * ansi-color.el: New file.
5501 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5503         * dired.el (dired-string-replace-match): Return `nil' when no match
5504         found with global search.
5506         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5507         * terminal.el (te-terminfo-directory):
5508         * mail/mailpost.el (post-mail-send-it):
5509         * mail/metamail.el (metamail-region):
5510         * progmodes/ada-mode.el (ada-tmp-directory):
5511         Use temporary-file-directory.
5513         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5514         (compilation-filter, compilation-forget-errors)
5515         (compilation-parse-errors): Use a marker instead of an integer for
5516         `compilation-parsing-end'.
5518         * progmodes/diff.el (diff-parse-differences):
5519         Use a marker instead of an integer for `compilation-parsing-end'.
5520         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5521         Use a marker instead of an integer for `compilation-parsing-end'.
5523 1999-08-03  Richard Stallman  <rms@gnu.org>
5525         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5526         (Buffer-menu-mode): Doc fix.
5527         (Buffer-menu-view): New command.
5528         (Buffer-menu-view-other-window): New command.
5530 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5532         * replace.el (query-replace-regexp-eval)
5533         (replace-eval-replacement, replace-loop-through-replacements)
5534         (replace-match-string-symbols): New functions.
5535         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5536         Use replace-loop-through-replacements.
5538 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5540         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5541         (5x5): Doc fix.
5543 1999-08-03  Dave Love  <fx@gnu.org>
5545         * fortran.el (fortran-indent-new-line): Make it an alias
5546         for reindent-then-newline-and-indent.
5548 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5550         * rect.el: All functions rewritten, except when noted above
5551         their declaration.  Below is a list of interface changes.
5552         (apply-on-rectangle): New function, mostly replaces
5553         `operate-on-rectangle'.  All callers changed.
5554         (move-to-column-force): Pass new second argument to `move-to-column'.
5555         (kill-rectangle): Added optional prefix arg to fill lines.
5556         (delete-rectangle): Ditto.
5557         (delete-whitespace-rectangle): Ditto.
5558         (delete-extract-rectangle): Ditto.
5559         (open-rectangle): Ditto.
5560         (clear-rectangle): Ditto.
5561         (delete-whitespace-rectangle-line): New function.
5562         (delete-rectangle-line): Added third arg FILL.
5563         (delete-extract-rectangle-line): Ditto.
5564         (open-rectangle-line): Ditto.
5565         (clear-rectangle-line): Ditto.
5567 1999-08-03  Ray Blaak  <blaak@gnu.org>
5569         * progmodes/delphi.el: New file.
5571 1999-08-02  Richard Stallman  <rms@gnu.org>
5573         * textmodes/outline.el (outline-previous-heading): New function.
5574         (outline-up-heading-all): Use outline-previous-heading.
5575         (outline-next-heading): Delete definition inserted yesterday.
5577 1999-08-01  Richard Stallman  <rms@gnu.org>
5579         * textmodes/outline.el (outline-next-heading): New function.
5580         (outline-up-heading-all): New function.
5581         (outline-font-lock-level): Using outline-up-heading-all.
5582         Tell outline-back-to-heading to accept invisible headings.
5584         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5586         * mail/mh-utils.el (mh-find-path-run): New variable.
5587         (mh-find-path): Test and set that.
5588         Set mail-user-agent only the first time this function is run.
5589         (mail-user-agent): Defvar deleted.
5591         * info.el (info-initialize): New function.
5592         (info): Call info-initialize.
5593         (Info-directory-list): Initialize to nil,
5594         so info-initialize will set it up for real.
5596 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5598         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5599         does not interpret a time as the year in a day-month entry.
5601         * calendar/diary-lib.el: Change syntax table entry for colon in
5602         the diary as part of the european-date-diary-pattern fix.
5604 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5606         * international/mule.el (set-auto-coding): Allow whitespace before
5607         and after the "variable: value" pair.
5609 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5611         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5612         (default-sendmail-coding-system): Doc-string fixed.
5614 1999-07-30  Dave Love  <fx@gnu.org>
5616         * subr.el (assoc-delete-all): New function, renamed from
5617         frame-delete-all.
5619         * frame.el: Change comments to doc strings and other doc fixes.
5620         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5621         Callers changed.
5622         (set-background-color, set-foreground-color, set-cursor-color)
5623         (set-mouse-color, set-border-color): Offer completion of colours.
5624         (cursor): Add :version to defgroup.
5626         * facemenu.el (list-colors-display): Make it work on ttys.
5627         (facemenu-read-color): Likewise.
5629 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5631         * frame.el (frame-notice-user-settings): If background
5632         color has been changed, update background-mode from it,
5633         then update faces.
5635 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5637         * net-utils.el (finger): Don't do indirect fingering.
5639 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5641         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5642         rules.  Add separator at end of holidays.
5643         (cal-tex-rules): New customizable variable.
5644         (cal-tex-latexify-list): Add optional parameter to put separator
5645         at end.
5647 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5649         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5650         fill prefix on each line while looping to the end of paragraph.
5651         End paragraph if it's longer than the existing fill prefix.
5653         * textmodes/fill.el (fill-context-prefix): Doc fix.
5655 1999-07-30  Dave Love  <fx@gnu.org>
5657         * font-lock.el (jit-lock): Fix :load, add :version.
5659 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5661         * term/pc-win.el (msdos-face-setup): Register standard colors in
5662         Vface_tty_color_alist.
5663         (face-color-supported-p, face_color_gray_p): New functions.
5665         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5666         is bound.
5668         * startup.el (command-line): Don't register default colors for
5669         MSDOS window-system.
5671 1999-07-29  Dave Love  <fx@gnu.org>
5673         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5674         charquote.
5676         * lisp-mode.el (eval-defun): Re-written to avoid
5677         capturing variables.
5679         * picture.el (picture-beginning-of-line): Don't call
5680         hscroll-point-visible now we have real autoscrolling.
5681         (picture-end-of-line, picture-newline, picture-open-line):
5682         Likewise.
5684         * international/latin-8.el: New file.
5685         * international/latin-9.el: New file.
5687 1999-07-28  Dave Love  <fx@gnu.org>
5689         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5691         * msb.el: Require cl only when compiling.
5692         (msb--home-dir): Deleted.
5693         (msb--format-title): Use abbreviate-file-name.
5694         (msb--choose-file-menu): Simplify string comparison.
5696 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5698         * faces.el (toolbar): Add face definition for mono displays.
5700 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5702         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5704         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5705         force copying of default-frame-alist.
5707 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5709         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5711 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5713         * frame.el (set-mouse-color): If new color is nil,
5714         really respecify the current color.
5716 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5718         * faces.el (bitmap-area): Change background of face `bitmap-area'
5719         to white for mono displays.
5721 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5723         * international/ccl.el (ccl-embed-symbol): New function.
5724         (ccl-program-p): Deleted.  Now it's implemented in C code.
5725         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5726         (ccl-compile-translate-character): Likewise.
5727         (ccl-compile-map-single): Likewise.
5728         (ccl-compile-multiple-map-function): Likewise.
5729         (declare-ccl-program): Doc-string modified.
5730         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5732 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5734         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5736 1999-07-25  Markus Rost  <rost@gnu.org>
5738         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5739         the entries to make custom-file more readable.
5741 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5743         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5745         * emacs-lisp/edebug.el: Delete compatibility code.
5746         (edebug-next-token-class): If . is followed by a digit,
5747         return `symbol' for the token class.
5749         * startup.el (command-line): If we don't find the user's init file,
5750         set user-init-file to nil.
5752 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5754         * info-look.el (info-lookup-interactive-arguments): Add optional
5755         argument query for new choice of help mode.
5756         (info-lookup-symbol):  Use it.
5757         (info-lookup-file): Ditto.
5758         (info-lookup): Don't switch to other window, if already in Info
5759         buffer.
5761 1999-07-23  Dave Love  <fx@gnu.org>
5763         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5764         syntax.
5765         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5766         (fortran-font-lock-syntactic-keywords): New variable.
5767         (fortran-mode): Use it.
5768         (fortran-font-lock-keywords-1): Don't do comments.
5769         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5770         match data.
5772         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5774         * msb.el (msb-menu-bar-update-buffers): Renamed from
5775         menu-bar-update-buffers.
5776         (msb-custom-set, msb--toggle-menu-type): Call
5777         msb-menu-bar-update-buffers.
5778         (msb-mode): Revise the hook setting.
5780         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5782 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5784         * font-lock.el, help.el, simple.el: Re-integrate previously
5785         described changes that were lost due to errors while checking them
5786         in.
5788 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5790         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5792 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5794         * international/encoded-kb.el
5795         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5796         but push it to unread-command-events.
5797         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5798         (encoded-kbd-self-insert-sjis): Likewise.
5799         (encoded-kbd-self-insert-big5): Likewise.
5801         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5802         before left margin and fill-prefix by fill-find-break-point.
5804 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5806         * info-look.el (info-lookup-setup-mode): Don't give up, if
5807         info-lookup-make-completions returns an error.
5808         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5809         name latex, not latex2e.
5811 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5813         * replace.el (perform-replace): Turn off case-fold-search
5814         if FROM-STRING argument has uppercase in it.
5816 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5818         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5819         mode is on.  Don't use end of changed text.
5821 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5823         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5824         (cl-hash-table-p): Renamed from hash-table-p.
5825         (cl-hash-table-count): Renamed from hash-table-count.
5826         (maphash): Alias to cl-maphash removed.
5827         (gethash): Likewise.
5828         (puthash): Likewise.
5829         (remhash): Likewise.
5830         (clrhash): Likewise.
5832 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5834         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5835         third arg non-nil.  See comment there why this isn't a good idea.
5837 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5839         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5841         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5842         sit-for with 3rd arg non-nil to prevent redisplay.
5844 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5846         * image.el (image-type-from-file-header): If file doesn't
5847         have a directory part, add data-directory.
5849 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5851         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5852         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5853         motion handling when tooltip-gud-tips-p is nil.
5855 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5857         * tooltip.el (tooltip-mode): Don't use `plusp'.
5858         (tooltip-active): Use initial value of nil.
5860         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5862 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5864         * bindings.el (make-mode-line-mouse-sensitive): Add key
5865         definitions for `top-line'.
5867 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5869         * faces.el (top-line): New face.
5871 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5873         * image.el (image-type-regexps): Add regexp for PS files.
5875 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5877         * faces.el (set-face-attribute): Fix wrong handling of frame
5878         begin equal to t.
5880 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5882         * image.el (image-type-regexps): Add PNG format.
5884 1999-07-21  Dave Love  <fx@gnu.org>
5886         * bindings.el (mode-line-modified): New variable.
5887         (mode-line-mode-menu-1): Switch to appropriate window before
5888         showing menu.
5890 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5892         * faces.el (face-underline): Removed.
5893         (face-underline-color): Ditto.
5895 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5897         * faces.el (face-x-resources): Fix typo.
5899 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5901         * faces.el: Remove handling of `:relief', extend handling of
5902         `:box'.
5903         (frame-set-background-mode): Choose new defface specs after
5904         frame parameters have changed.
5906         * cus-face.el: Ditto.
5908 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5910         * custom.el (defface): Extend documentation to include new
5911         face attributes.
5913         * cus-face.el (custom-face-attributes): Add overline,
5914         strike-through, box.
5916         * faces.el (face-valid-attribute-values): Handle overline,
5917         strike-through, box.
5918         (face-attribute-name-alist): Add pairs for new face attributes.
5919         (describe-face): Handle new face attributes.
5921 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5923         * faces.el (face-x-resources): Add overline, strike-through, box.
5925 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5927         * enriched.el (enriched-translations): Add `display' and
5928         "x-display".
5929         (enriched-handle-display-prop): New.
5930         (enriched-decode-display-prop): New.
5932         * format.el (top-level): Give `display' property
5933         `format-list-atomic-p.
5934         (format-annotate-single-property-change): Test that property.
5935         If present, treat list property values like atoms.
5937 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5939         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5940         so that "*" can be entered.
5942 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5944         * cus-face.el (custom-face-attributes): Don't use `#''.
5946 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5948         * cus-face.el (custom-face-attributes): Return underline
5949         face attribute directly from the second lambda of underline.
5951 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5953         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5955         * frame.el (after-setting-font-hooks): New variable.
5956         (set-frame-font): Run those hooks.
5958         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5960         * faces.el (set-face-attribute): Fix doc string.
5962 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5964         * cus-face.el (custom-face-attributes): Accept color name.
5966         * faces.el (face-underline-p): Accept unspecified underlining.
5967         (face-underline): Ditto.  Fix doc string.
5969 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5971         * faces.el (face-underline-color): New function.
5973 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5975         * cus-face.el (custom-face-attributes): Support underline coloring.
5976         Added slot to choose a color.
5978         * faces.el (face-underline): New function.
5979         (face-underline-p): Support underline coloring.
5980         Return nil only if the underline attribute is 'normal.
5981         (set-face-underline): New function.
5982         (face-valid-attribute-values): Support underline coloring.
5984 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5986         * image.el (insert-image): Use `display' instead of `glyph'
5987         as text property name.
5988         (put-image): Ditto.
5989         (image-type-from-file-header): Use insert-file-contents-literally.
5991 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5993         * easymenu.el (easy-menu-do-add-item): Don't use the empty
5994         string to indicate separators.
5996 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5998         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5999         instead of message-log.
6001 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6003         * faces.el (bitmap-area): New face.
6005 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6007         * image.el (insert-image): New.
6009 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6011         * frame.el (blink-cursor): Set the symbol's value.
6012         (show-trailing-whitespace): Change group to font-lock.
6014 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6016         * jit-lock.el: New.
6017         * font-lock.el: Add jit-mode as new support mode.
6019         * font-lock.el (font-lock-fontify-keywords-region): Stop when
6020         reaching end instead of letting re-search-forward signal an error.
6021         (demand-lock-mode): New.
6022         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6023         (font-lock-turn-off-thing-lock): Ditto.
6024         (font-lock-after-fontify-buffer): Ditto.
6025         (font-lock-after-unfontify-buffer): Ditto.
6027 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6029         * gs.el: New file.
6031         * startup.el (command-line-1): Activate tooltip mode if
6032         interactive.
6034 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6036         * faces.el (toolbar): Grey default background.
6037         (modeline): Ditto.
6039         * image.el (image-type-regexps): New.
6040         (image-type-from-file-header): New.
6041         (create-image): Call it.
6043 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6045         * image.el: New file.
6047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6049         * bindings.el (mode-line-format): Replace `mode-name' with
6050         `(:eval mode-line-mode-name)'.
6051         (mode-line-mode-name): New.
6052         (make-mode-line-mouse-sensitive): Don't change default value
6053         of `mode-name'.
6055 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6057         * tooltip.el: New file.
6059 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6061         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6062         instead of mouse-3 to pop up menus.
6063         (mode-line-kill-buffer): Removed.
6064         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6065         buffer name.
6066         (mode-line-buffer-menu-1): Removed.
6068         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6070         * bindings.el (mode-line-buffer-identification-keymap): New.
6071         (mode-line-buffer-menu-keymap): New.
6072         (mode-line-mode-menu-keymap): New.
6073         (mode-line-unbury-buffer): New.
6074         (mode-line-other-buffer): New.
6075         (mode-line-kill-buffer): New.
6076         (mode-line-buffer-menu-1): New.
6077         (mode-line-mode-menu-1): New.
6078         (make-mode-line-mouse-sensitive): New.
6080 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6082         * help.el (describe-key-briefly): Handle mode line strings
6083         with local-map properties.
6084         (describe-key): Ditto.
6085         (mode-line-key-binding): New.
6087 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6089         * scroll-bar.el (scroll-bar-timer): New.
6090         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6092 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6094         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6095         and `bottom'.
6097 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6099         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6100         (global): Use different key bindings if using tookit scroll bars.
6102 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6104         * faces.el (modeline): Define mode line face with relief for
6105         class color, only.
6106         (toolbar): New face.
6108 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6110         * frame.el (frame-initialize): Set frame-creation-function to
6111         tty-create-frame-with-faces.
6113         * faces.el (frame-set-background-mode): Make it work for
6114         window-system nil.
6116         * faces.el (tty-create-frame-with-faces): New.
6117         (face-set-after-frame-default): Make it work for TTY frames.
6119 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6121         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6122         Return a list of one font family for TTYs.  Don't return bitmap
6123         file paths for TTY frames.
6125         * faces.el: Add face specs for tty displays to basic faces.
6127         * font-lock.el (font-lock-comment-face): Add spec for color tty.
6128         (font-lock-string-face): Ditto.
6129         (font-lock-keyword-face): Ditto.
6130         (font-lock-builtin-face): Ditto.
6131         (font-lock-function-name-face): Ditto.
6132         (font-lock-variable-name-face): Ditto.
6133         (font-lock-type-face): Ditto.
6134         (font-lock-constant-face): Ditto.
6135         (font-lock-warning-face): Ditto.
6137 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6139         * startup.el (command-line): Register default tty colors.
6141         * faces.el (face-spec-set-match-display): Recognize `type tty'.
6143 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6145         * faces.el (modeline): For X frames, use a modeline with relief.
6147 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6149         * faces.el (frame-update-faces): Copied from 20.2.
6150         (frame-update-face-colors): Ditto.  Code removed that isn't
6151         applicable in the new face implementation.
6153 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6155         * frame.el (show-trailing-whitespace): New.
6157         * faces.el (trailing-whitespace): New basic face.
6159 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6161         * cus-face.el (custom-facep): Always define as alias for facep.
6163         * cus-face.el (custom-face-attributes): Use choice widgets.
6164         Remove :bold and :italic.
6166 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6168         * faces.el (face-charset-registries): Removed since fontset.el
6169         is no always loaded.
6171 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6173         * faces.el (internal-get-face): Added as obsolete function for
6174         compatibility.
6176 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6178         * frame.el (blink-cursor-end): Call show-cursor.
6179         (blink-cursor-mode): Ditto.
6181 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6183         * faces.el (face-spec-reset-face): Reset all attributes to
6184         `unspecified'.
6185         (face-spec-set): Use it.
6187 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6189         * faces.el (read-all-face-attributes): Bug fix.
6190         (face-read-integer): Allow nil default value.
6191         (face-valid-attribute-values): Use symbol names of attribute
6192         values for completion list.
6194 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6196         * faces.el (internal-find-face): Define for compatibility with
6197         20.2.
6198         (face-id): Likewise.
6200         * faces.el (face-id): Return the ID of a realized face for ASCII.
6202         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
6203         (x-complement-fontset-spec): Use face-charset-registries.
6205         * faces.el (face-font-selection-order): Set font selection order
6206         from Lisp.
6207         (face-alternative-font-family-alist): Set alternative font
6208         families from Lisp.
6210 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6212         * faces.el (set-face-charset-registries): Set symbol value.
6214 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6216         * faces.el (face-set-after-frame-default): Call function
6217         internal-merge-in-global-face.
6219 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6221         * faces.el (face-list): Return symbols from face-global-alist.
6223         * faces.el (face-list): Return a copy of the face name list so
6224         that it cannot be modified from outside (facemenu.el uses
6225         nreverse, for example).
6227         * cus-face.el (custom-face-attributes): Add :bold and :italic
6228         for compatibility with old code.
6230         * faces.el (set-face-attributes-from-resources): Additional
6231         frame parameter.
6232         (make-face-x-resource-internal): Set attributes from resources
6233         for a given frame or all frames.
6235 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6237         * faces.el (all-faces): Removed.
6239         * custom.el (defface): Add new face attributes to function
6240         comment.
6242         * font-lock.el (font-lock-comment-face): Use new face attribute
6243         names.
6244         (font-lock-string-face): Ditto.
6245         (font-lock-keyword-face): Ditto.
6246         (font-lock-builtin-face): Ditto.
6247         (font-lock-function-name-face): Ditto.
6248         (font-lock-variable-name-face): Ditto.
6249         (font-lock-type-face): Ditto.
6250         (font-lock-reference-face): Ditto.
6251         (font-lock-warning-face): Ditto.
6252         ((boundp 'font-lock-face-attributes)): Ditto.
6254         * cus-face.el (custom-face-attributes): Use new face attributes.
6256         * faces.el (set-face-attribute-from-resource): Initialize
6257         from resources only for X and W32.
6259         * cus-face.el (custom-declare-face): Don't make frame-local
6260         faces.
6262         * faces.el (describe-face): Use princ instead of insert.
6264         * faces.el: Add XLFD manipulation functions from 20.2 again
6265         because fontset.el uses them.
6266         (face-set-after-frame-default): Add empty definition.
6268 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6270         * faces.el (make-face): Correct typo.
6271         (set-face-attribute-from-resource): Use let*.
6272         (face-underline-p): Correct typo.
6273         (face-inverse-video-p): Ditto.
6274         (set-face-stipple): Ditto.
6275         (face-read-string): Make completion-list optional parameter.
6277 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6279         * faces.el (face-charset-registries): Alist mapping charset
6280         symbols to registries and encoding.
6282 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6284         * frame.el (blink-cursor-mode): Use interactive spec "P".
6286 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6288         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6289         mode.  The cursor of selected_window blinks if the mode is enabled.
6291 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6293         * simple.el (next-history-element): Set point to the end of the
6294         prompt if minibuffer-prompt-in-buffer.
6296 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6298         * faces.el (x-font-regexp): Add sub-expression parentheses for
6299         several font name components.
6301 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6303         * faces.el (set-face-relief): Use index 12 for relief.
6304         (face-fill-in): Set relief from data.
6305         (internal-make-face): Init relief to zero.
6307         * faces.el (face-spec-set): Call modify-face with additional
6308         parameters for relief and fixed-p.
6310 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6312         * cus-face.el: ':fixed and ':relief added.
6314         * faces.el (describe-face): Add fixed font attribute and relief.
6315         (face-attr-match-p): Ditto.
6316         (face-attr-construct): Ditto.
6317         (face-spec-set): Ditto.
6319 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6321         * faces.el (internal-make-face): Function to create a Lisp vector
6322         suitable for representing a face.
6323         (make-face): Use it instead of make-vector.
6324         (x-create-frame-with-faces): Use it instead of vector.
6325         (internal-facep): Increase vector size to 14.
6326         (internal-make-face): Ditto.
6327         (face-relief): Access relief thickness.
6328         (face-fixed-p): Access fixed font attribute.
6329         (set-face-fixed-p): Set fixed font attribute.
6330         (set-face-relief): Set relief attribute.
6331         (internal-face-interactive-int): Read int attribute of face.
6332         (modify-face): Add fixed-p and relief parameters.
6333         (copy-face): Handle fixed-p and relief.
6334         (face-equal): Compare fixed-p and relief.
6335         (face-differs-from-default-p): Ditto.
6336         (face-nontrivial-p): Add fixed-p and relief.
6338 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6340         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6341         (internal-facep): Increase vector size.
6342         (make-face): Ditto.
6343         (face-shadow-thickness): Added.
6344         (set-face-shadow-thickness): Added.
6345         (modify-face): Add optional shadow-thickness parameter.
6346         (make-face-x-resource-internal): Add shadows.
6347         (copy-face): Ditto.
6348         (face-equal): Ditto.
6349         (face-differs-from-default-p): Ditto.
6350         (face-nontrivial-p): Ditto.
6351         (face-attr-match-p): Ditto.
6352         (face-attr-construct): Ditto.
6353         (face-spec-set): Ditto.
6354         (face-fill-in): Ditto.
6356 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6358         * bench.el (bench-mark-split-window): New bench mark.
6360 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6362         * faces.el (set-face-font): Don't pass default font to
6363         x-resolve-font so that font will not have to be of the same
6364         size.
6366 1999-07-20  Dave Love  <fx@gnu.org>
6368         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6369         unconditionally t.
6371 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6373         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6375 1999-07-20  Dave Love  <fx@gnu.org>
6377         * help.el (describe-variable): Fix test for customizability.
6379         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6380         Check for readonly buffer in interactive spec.
6381         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6382         (backward-kill-word): Add * to interactive spec.
6384         * underline.el (underline-region, ununderline-region): Add * to
6385         interactive spec.
6387         * fill.el (canonically-space-region, justify-current-line): Add *
6388         to interactive spec.
6389         (fill-region-as-paragraph, fill-paragraph, fill-region)
6390         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6391         readonly buffer in interactive spec.
6393         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6394         (backward-kill-sentence, kill-sentence): Add * to interactive
6395         spec.
6397 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6399         * dired-aux.el (dired-do-shell-command): Doc fix.
6401         * shell.el (shell-unquote-argument): New function.
6402         (shell-directory-tracker): Use shell-unquote-argument.
6403         * comint.el (comint-arguments): Handle \ followed by space or tab.
6405 1999-07-19  John Wiegley  <jwiegley@borland.com>
6407         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6408         color codes 39 and 49, which by the way lynx uses them seem to
6409         mean "foreground reset" and "background reset".
6411 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6413         * font-lock.el (c++-keywords): Add "typeid".
6415         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6416         selects no font, treat that as zero selections, not one.
6418 1999-07-19  Dave Love  <fx@gnu.org>
6420         * info.el (Info-search): Don't lose with empty regexp.
6422         * version.el: Cater for (free) `ident' program, not `which'.
6424         * hl-line.el: New file.
6426         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6427         for modes which don't define menus.
6429 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6431         * webjump.el (webjump-sample-sites): Update some URLs.
6433 1999-07-14  Richard Stallman  <rms@gnu.org>
6435         * Version 20.4 released.
6437 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6439         * compare-w.el (compare-windows): Try to find the next window in
6440         the current frame before looking at the other frames.
6442 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6444         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6445         Use cyrillic-jcuken as default input method.
6447 1999-07-12  Richard Stallman  <rms@gnu.org>
6449         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6450         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6452         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6453         (ispell-local-dictionary-alist): Add koi8-r for character set.
6455         * textmodes/flyspell.el (flyspell-get-word):
6456         Add special handling for when ispell-otherchars is empty.
6458 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6460         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6461         when having nested functons.
6462         (pascal-indent-nested-functions) (pascal-indent-line)
6463         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6464         indenting nested functions.
6466 1999-07-09  Richard Stallman  <rms@gnu.org>
6468         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6470 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6472         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6473         the `end' keyword was in the very beginning of the buffer.
6475 1999-07-08  Richard Stallman  <rms@gnu.org>
6477         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6479         * term.el (term-emulate-terminal): Avoid infinite loop
6480         in strange case where minibuffer window is selected but not active.
6482 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6484         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6485         Change regexp so that it doesn't match commands beginning with `cd'.
6487 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6489         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6491 1999-07-06  Richard Stallman  <rms@gnu.org>
6493         * hscroll.el (hscroll-minibuffer-hook): New function.
6494         (hscroll-global-mode): Add and remove that hook.
6495         Set hscroll-old-truncate-was-global's default value.
6497 1999-07-05  Richard Stallman  <rms@gnu.org>
6499         * files.el (revert-buffer): Don't preserve point here.
6500         (revert-buffer-insert-file-contents-function): Doc fix.
6502         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6504         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6505         doing a `stat' when it isn't necessary because that can cause
6506         trouble when an NFS server is down.
6508 1999-07-04  Richard Stallman  <rms@gnu.org>
6510         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6512 1999-07-03  Richard Stallman  <rms@gnu.org>
6514         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6515         for \200...\240 also.
6516         (isearch-printing-char): Use unibyte-char-to-multibyte.
6518 1999-07-02  Richard Stallman  <rms@gnu.org>
6520         * frame.el (minibuffer-frame-alist): Use defcustom.
6521         (pop-up-frame-alist): Likewise.
6522         (initial-frame-alist): Specify * in the doc string.
6524         * hscroll.el (hscroll-mode): Make it a permanent local.
6525         (hscroll-mode): Don't cancel the timer
6526         if HScroll mode is enabled in some other buffer.
6528         * isearch.el (isearch-done): If search ends in middle of intangible
6529         text (due to text property), move on to the limit of that text.
6531 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6533         * man.el (Man-build-man-command): Use value of null-device,
6534         instead of hard-coding "/dev/null".
6536         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6537         ange-ftp file names, which might force ange-ftp to prompt for a
6538         password.
6540         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6541         to prevent references to temp files.
6543 1999-06-30  Richard Stallman  <rms@gnu.org>
6545         * progmodes/sh-script.el (sh-feature): If nothing is known
6546         about the given shell, use the values for `sh'.
6548 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6550         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6551         to make it non-recursive.
6553         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6555 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6557         * auto-show.el (auto-show-mode): Fix Typo in :set.
6559 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6561         * progmodes/sh-script.el (sh-mode): When setting syntax
6562         table, default to the standard one.
6564 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6566         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6568 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6570         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6571         a frame when `return' is requested (even if pop-up-frames = t)
6572         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6573         should only be set for the bibtex buffer.
6575         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6577         * progmodes/compile.el: Deal with compilation-error-screen-columns
6578         being buffer-local.
6580 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6582         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6584 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6586         * cal-x.el (calendar-only-one-frame-setup): New function.
6587         * calendar.el (calendar): Call it if requested.
6589 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6591         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6593 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6595         * mail/supercite.el (sc-emacs-features): Doc fix.
6597 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6599         * files.el (auto-mode-alist): Add pike-mode.
6601 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6603         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6604         last byte of a numeric field is a space or a NUL.  Parse it as
6605         potentially part of the number.  This is used by GNU tar
6606         1.12.64012 to handle larger values.
6608 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6610         * custom.el (custom-handle-keyword): Fix error message.
6612 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6614         * mail/smtpmail.el (smtpmail-send-it): Use
6615         convert-standard-filename to make file names for queued mail safe
6616         on Windows (`:' is invalid in file names on Windows).
6618 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6620         * international/mule-cmds.el (describe-current-input-method):
6621         Current-input-method is string.
6622         (toggle-input-method): Docstring fixed.
6624         * international/mule-diag.el
6625         (describe-current-coding-system-briefly): Fix format string.
6627         * international/mule-util.el (coding-system-eol-type-mnemonic):
6628         Docstring modified.  Return a string.
6630 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6632         * sql.el (sql-input-ring-file-name): Doc fix.
6634 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6636         * calendar/cal-x.el (special-display-buffer-names):
6637         Don't put (get-file-buffer diary-file) on this list.
6639 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6641         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6642         Don't penalize player for certain impossible guesses.
6644 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6646         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6647         return the string "Unk  0  0000" so at least it appears to be a
6648         valid timestamp to `dired-move-to-filename-regexp'.
6650 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6652         * ps-print.el (ps-control-character): Fix previous change.
6654 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6656         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6657         multiple output of the last message.
6659 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6661         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6662         the ASCII apostrophe, as most DOS codepages have some other glyph
6663         there.
6665 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6667         * language/ethio-util.el (setup-ethiopic-environment-internal):
6668         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6669         (exit-ethiopic-environment): Likewize.
6671 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6673         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6675 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6677         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6678         custom-initialize-default to avoid infinite loop.
6679         (crisp-mode): (defun) Call transient-mark-mode here, not when
6680         loading the file.  Run crisp-mode-hook here, and run
6681         crisp-load-hook when loading the file.
6683         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6684         rmail-summary buffer, search for pattern in rmail-file.
6686         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6688         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6690         * ps-print.el (ps-printer-name): Fix custom type.
6692 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6694         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6695         (vhdl-port-paste-generic-map): Fix indentation bug.
6696         (vhdl-port-paste-port-map): Fix indentation bug.
6697         (vhdl-scan-file-contents): Make scanning case insensitive.
6699 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6701         * files.el (write-file): When buffer is not already visiting a file,
6702         don't put buffer name in the minibuffer, just make it the default.
6703         Also handle just directory as arg usefully in that case.
6705         * simple.el (sendmail-user-agent-compose):
6706         Ignore case when inserting the rest of the "other" headers.
6708         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6710         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6711         (info-lookup-interactive-arguments): Never insert the default
6712         into the minibuffer automatically.
6714         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6716 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6718         * simple.el (shell-command): Avoid printing "mark set" message.
6720 1999-06-09  Dave Love  <fx@gnu.org>
6722         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6723         digits in program name in first pattern.
6725 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6727         * vc.el (vc-dired-mode): Don't match anything before the date in
6728         dired-move-to-filename-regexp.
6730 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6732         * international/quail.el (quail-define-rules): Fix typo in
6733         docstring.
6735 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6737         * iswitchb.el (iswitchb-default-keybindings): Add
6738         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6739         than when package is loaded.
6741 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6743         * startup.el (command-line): Don't set user-init-file directly;
6744         tell `load' to set it.
6746         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6748         * simple.el (next-history-element):
6749         Handle minibuffer-text-before-history properly when reading sexps.
6751         * disp-table.el (standard-display-european):
6752         For an interactive call by the user,
6753         don't set enable-multibyte-characters,
6754         and don't set the terminal coding system.
6756         * textmodes/refbib.el: Don't print any messages or display
6757         a buffer when loading the library.
6758         (r2b-help): Doc fix.
6759         (r2b-help-message): Update the documentation.
6760         (r2b-load-quietly): Variable deleted.
6761         (r2b-convert-buffer): Doc fix.
6763 1999-06-04  Dave Love  <fx@gnu.org>
6765         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6767         * auto-show.el: Don't change hooks on loading.
6768         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6769         (auto-show-mode): Add to hooks here.
6771 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6773         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6774         recursion on bogus input.
6776 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6778         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6779         does not select a buffer from the buffers menu, then the attached
6780         frame is not switched to anything.
6782 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6784         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6785         (viet-viscii-...->viet-vscii...).
6787         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6789 1999-06-01  Dave Love  <fx@gnu.org>
6791         * progmodes/fortran.el: Add :link to defgroup.
6792         (fortran-blink-matching-if): Match ELSE statements too.
6793         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6794         that filling is always done.
6796 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6798         * simple.el (append-next-kill): Use an arg to distinguish
6799         interactive calls from Lisp calls, rather than (interactive-p).
6801         * international/iso-transl.el (iso-transl-language-alist):
6802         Interchange n and N.
6804 1999-05-31  Dave Love  <fx@gnu.org>
6806         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6807         and keymap munging on load.
6808         (msb-mode): New option.
6809         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6810         Doc fix.
6811         (msb-mode-map): New variable.
6812         (msb-mode): New command.
6814 1999-05-31  Dave Love  <fx@gnu.org>
6816         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6817         (ispell-complete-word-dict): Likewise.
6819 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6821         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6822         force the data buffer to be saved, even if the data didn't
6823         change, in case the write filter was modified.  Restore the
6824         current record after read-file-filter finishes.
6826 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6828         * ispell4.el: Obsolete; file deleted.
6830         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6832         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6833         VALUE is a syntax table.
6835         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6837         * simple.el (zap-to-char): Doc fix.
6839 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6841         * isearch.el (isearch-quote-char): Don't assume character codes
6842         0200 - 0237 stand for characters in some single-byte character
6843         charset.
6845 1999-05-27  Dave Love  <fx@gnu.org>
6847         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6849 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6851         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6852         headerline does not exist already.
6854 1999-05-26  Richard Stallman  <rms@gnu.org>
6856         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6857         Avoid nested null-loops.
6859 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6861         * international/characters.el: Typo fixed; prefered->preferred.
6863         * international/mule-cmds.el (find-coding-systems-for-charsets):
6864         Typo fixed; prefered->preferred.
6866         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6867         method in read-event.
6869         * international/mule.el (charset-info): Doc-string fixed.
6871 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6873         * mail/smtpmail.el (smtpmail-send-it): Bind
6874         smtpmail-code-conv-from properly.
6875         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6876         by smtpmail-code-conv-from.
6878 1999-05-24  Richard Stallman  <rms@gnu.org>
6880         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6881         Binding deleted also.
6883 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6885         * comint.el (comint-bol-or-process-mark): Doc fix.
6887 1999-05-23  Dave Love  <fx@gnu.org>
6889         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6890         Enter it on minor-mode-map-alist.
6891         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6892         Autoload.  Add custom setter.
6893         (crisp-mark-line): Doc fix.
6894         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6895         (crisp-mode-hook): Define.
6897 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6899         * files.el (recover-file): Recover buffer-file-coding-system.
6901 1999-05-22  Richard Stallman  <rms@gnu.org>
6903         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6904         regexp match the date, to avoid treating date as file size.
6905         Add YYYY S option to WESTERN/
6907         * bookmark.el: Delete some XEmacs compatibility code.
6908         (bookmark-jump-noselect): Check vc-backend.
6910         * subr.el (add-to-list): Doc fix.
6912 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6914         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6916 1999-05-18  Richard Stallman  <rms@gnu.org>
6918         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6919         non-space after the @anchor command.
6920         (texinfo-format-var): Handle other nested constructs, using
6921         texinfo-parse-expanded-arg and texinfo-discard-command, not
6922         texinfo-parse-arg-discard.
6924         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6925         (debug): Bind and use debugger-outer-inhibit-redisplay.
6926         Bind inhibit-redisplay to nil.
6927         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6929 1999-05-17  Dave Love  <fx@gnu.org>
6931         * help.el (describe-function-1): Extra arg, interactive-p.
6932         (describe-key, describe-function): Use it.
6934 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6936         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6938 1999-05-16  Dave Love  <fx@gnu.org>
6940         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6941         scroll-preserve-screen-position, scroll-conservatively.
6943 1999-05-16  Dave Love  <fx@gnu.org>
6945         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6947 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
6949         * progmodes/vhdl-mode.el: Completely revised and massively extended.
6951 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6953         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6954         magic number and is not associated with a file.
6956 1999-05-14  Richard M. Stallman  <rms@gnu.org>
6958         * files.el (find-file-noselect-1): Fix previous change.
6960 1999-05-14  Simon Marshall  <simon@gnu.org>
6962         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6964 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6966         * international/mule-diag.el (mule-diag): Change MULE to Mule in
6967         docstring.
6969         * international/mule-cmds.el: Change MULE to Mule in docstrings
6970         and menus.
6972 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
6974         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6975         to correctly reflect the value of BaseLineOffset in
6976         RelativeCompose.  Now the value of RelativeCompose is an array of
6977         low and high positions.
6978         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6979         RLC for the above change.
6981 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
6983         * comint.el (comint-password-prompt-regexp): Modified to match the
6984         output of ksu and ssh-add.
6986 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
6988         * language/korea-util.el (isearch-toggle-korean-input-method):
6989         Adjusted for the change of input method handling in isearch.el.
6990         (isearch-hangul-switch-symbol-ksc): Likewise.
6991         (isearch-hangul-switch-hanja): Likewise.
6993 1999-05-10  Dave Love  <fx@gnu.org>
6995         * help.el (help-make-xrefs): Fix typo.
6997 1999-05-10  Andreas Schwab  <schwab@gnu.org>
6999         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7000         unibyte-display-via-language-environment.
7002         * help.el (help-make-xrefs): Handle more cases when looking for
7003         commands in a keymap description.
7005 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
7007         * loadup.el: For ms-dos systems, load ccl and codepage.
7009 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
7011         * ps-print.el (ps-control-character): Call
7012         ps-mule-prepare-ascii-font to setup ASCII fonts.
7014         * ps-mule.el (ps-mule-begin-job): Redo this change "if
7015         ps-multibyte-buffer is nil, use
7016         ps-mule-font-info-database-default."
7018 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
7020         * ispell.el (ispell-local-dictionary-alist): New variable for
7021         customizing local dictionaries not accessable by everyone.
7022         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7023         (ispell-required-version): Changed format `(major minor
7024         revision)' to support general pattern matching.
7025         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7026         skip region commented out due to incorrect skip potential in std latex.
7027         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
7028         cursor point on small words for calls from `ispell-minor-mode'.
7029         (check-ispell-version): Tests and accepts versions major.minor
7030         and above, with adjustments for interactions in 3.1.0-3.1.11.
7031         (ispell-get-line): No longer skips ispell process special characters.
7032         (ispell-comments-and-strings): Removed `when' macro call.
7033         (ispell-minor-check): Requires ispell-word to restore cursor point.
7034         (ispell-buffer-local-parsing): Supports checking comments only.
7036 1999-05-08  Karl Heuer  <kwzh@gnu.org>
7038         * comint.el (comint-password-prompt-regexp): Fix last change to be
7039         more specific.
7041 1999-05-07  Richard M. Stallman  <rms@gnu.org>
7043         * subr.el (with-temp-message): Fix the other call to message
7044         to use %s.
7046 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
7048         * gud.el (gud-format-command): "%F" means file sans extension.
7049         (jdb): Use %F, not %f, for gud-break.
7051 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
7053         * comint.el (comint-password-prompt-regexp): Modified so that it
7054         matches the output of kinit.
7056 1999-05-06  Greg Stark  <gsstark@mit.edu>
7058         * timezone.el (timezone-parse-date): Recognize new format used in
7059         internet cookies.
7061 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
7063         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7065 1999-05-04  Andrew Innes  <andrewi@gnu.org>
7067         * time.el (display-time-update): Allow for wrap-around when
7068         checking against display-time-server-down-time.
7070 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
7072         * international/mule-diag.el (describe-coding-system): Fix English
7073         message.
7075 1999-05-03  Jason Rumney <jasonr@altavista.net>
7077         * term/w32-win.el: Change the x-charset-registry property for the
7078         Japanese charsets that are supported by Japanese Windows fonts.
7080 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7082         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7083         diary-block diary entries for which the reminders and the diary
7084         entries can overlap.
7086 1999-05-02  Jason Rumney <jasonr@altavista.net>
7088         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7089         matches the font selected in the dialog.
7091 1999-05-02  Dave Love  <fx@gnu.org>
7093         * browse-url.el (browse-url-browser-function): Add :version.
7095         * international/mule.el (auto-coding-alist): Add .tgz.
7097 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
7099         * international/codepage.el (cp-coding-system-for-codepage-1):
7100         Make the magnification parameter for the -dos encoder be 2.
7102 1999-05-2  Andrew Innes  <andrewi@gnu.org>
7104         * term/w32-win.el (w32-drag-n-drop): Select file in window where
7105         it is dropped, rather than current window.
7107         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7108         after switching buffer, as case-fold-search is a buffer local
7109         variable.
7111         * w32-fns.el (convert-standard-filename): Only convert directory
7112         separators to backslash if the interactive shell is one of the
7113         standard Windows shells that has DOS semantics.
7115         * ls-lisp.el (ls-lisp-format-time): Trap errors from
7116         format-time-string, and return a suitable string to indicate the
7117         timestamp was invalid.
7119         * hexl.el (hexlify-command): Apply shell-quote-argument after
7120         expanding hexl-program in case exec-directory contains a space.
7121         (dehexlify-command): Ditto.
7123         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7124         file extension regexps which aren't necessarily binary files.
7125         (direct-print-region-helper): Use subst-char-in-string instead of
7126         binding directory-sep-char to convert filenames to DOS syntax.
7127         (direct-print-region-use-command-dot-com): New variable.
7128         (direct-print-region-helper): Use it to control whether to invoked
7129         command.com to print on Windows 9x.
7131         * browse-url.el (browse-url-browser-function): Default to
7132         browse-url-default-windows-browser on windows-nt.
7133         (browse-url-default-windows-browser): New function.
7135 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7137         * forms.el (forms-mode): Don't call forms-first-record or
7138         forms-last-record if the data file has zero records.
7140 1999-04-29  Richard M. Stallman  <rms@gnu.org>
7142         * files.el (find-file-noselect-1): If buffer-file-name has changed
7143         after find-file-not-found-hooks runs, recompute the truename.
7144         And don't use FILENAME after that point.
7146 1999-04-27  Dave Love  <fx@gnu.org>
7148         * paren.el (show-paren-mode)
7149         * which-func.el (which-func-mode-global)
7150         * type-break.el (type-break-mode)
7151         * time.el (display-time-mode)
7152         * rsz-mini.el (resize-minibuffer-mode)
7153         * mouse-sel.el (mouse-sel-mode)
7154         * icomplete.el (icomplete-mode)
7155         * hscroll.el (hscroll-global-mode)
7156         * help.el (temp-buffer-resize-mode)
7157         * font-lock.el (global-font-lock-mode)
7158         * delsel.el (delete-selection-mode)
7159         * avoid.el (mouse-avoidance-mode)
7160         * autoinsert.el (auto-insert-mode)
7161         * winner.el (winner-mode): Doc fix.
7163 1999-04-26  Karl Heuer  <kwzh@gnu.org>
7165         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7166         the same whitespace that was ignored in choosing the subject string.
7168 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7170         * info.el (Info-find-node): Position properly after finding anchor.
7172         * cus-start.el (all): Handle unibyte-display-via-language-environment.
7174         * simple.el (indent-new-comment-line): Fix previous change.
7176         * complete.el: Delete the wildcard expansion feature
7177         since that is now standard in find-file.
7178         (PC-try-load-many-files): Function deleted.
7179         (PC-after-load-many-files): Function deleted.
7180         (PC-many-files-list): Variable deleted.
7181         (PC-disable-wildcards): Variable deleted.
7182         (partial-completion-mode): Don't enable the wildcard feature.
7184         * complete.el (PC-look-for-include-file): Don't set global variables
7185         `error', `buf' and `filename' here.
7187         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7189 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
7191         * textmodes/outline.el (outline-regexp): Doc fix.
7193 1999-04-26  John Wiegley  <johnw@borland.com>
7195         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7196         C++Builder 4.0 error message syntax.
7198 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
7200         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7201         supported, use find -exec.
7203 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7205         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7206         coding-system-for-write, to avoid hanging when non-interactive.
7208 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
7210         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7211         start with a newline.
7213 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
7215         * international/mule-conf.el (x-ctext): New coding system.
7217 1999-04-12  Richard M. Stallman  <rms@gnu.org>
7219         * international/mule-cmds.el (input-method-function):
7220         Add permanent-local property.
7222 1999-04-12  Dave Love  <fx@gnu.org>
7224         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7225         change to use jka-compr-byte-compiler-base-file-name.
7227         * supercite.el (sc-scan-info-alist): Revert last change.
7228         (sc-attrib-selection-list): Fix :type here instead.
7230 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7232         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7233         in the list of case-insensitive filesystems.
7235 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7237         * international/fontset.el (create-fontset-from-fontset-spec):
7238         Don't register duplicated alias fontset names.
7240 1999-04-08  Richard Stallman  <rms@gnu.org>
7242         * international/mule.el (auto-coding-alist-lookup): New function.
7243         (set-auto-coding): Use auto-coding-alist-lookup.
7245         * jka-compr.el (jka-compr-insert-file-contents):
7246         Use auto-coding-alist-lookup to check for files that
7247         should not have eol conversion, in the unibyte case.
7249 1999-04-07  Dave Love  <fx@gnu.org>
7251         * help.el (describe-variable): Check custom-loads property as well
7252         as custom-type.
7254         * abbrev.el (abbrev-mode): Customizing sets the default value.
7256 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7258         * vc.el (vc-backend-revert): For CVS files that were made
7259         writeable with "cvs edit", call "cvs unedit" to undo that.
7261 1999-04-08  Dave Love  <fx@gnu.org>
7263         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7264         more.
7265         (sc-emacs-features): Recognize Emacs 20.
7266         (sc-read-string): Use history arg.
7267         (sc-scan-info-alist): Check for rtnvalue a cons.
7269 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7271         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7272         coding system to encode the message by
7273         select-message-coding-system.
7275 1999-04-07  Richard Stallman  <rms@gnu.org>
7277         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7279         * winner.el: Reorder definitions.
7281         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7283         * mail/rmail.el (rmail-decode-babyl-format):
7284         Undo previous change.
7286 1999-04-06  Richard Stallman  <rms@gnu.org>
7288         * info.el (Info-find-node): Check for an anchor at the
7289         proper place, before reading an indirect file.
7291         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7293         * jka-compr.el (jka-compr-insert-file-contents):
7294         Use raw-text-unix when we want no conversion.
7296 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7298         * timezone.el (timezone-parse-date): Corrected regexp for
7299         style (5) date format so that tenths of seconds are optional.
7301 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7303         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7304         of dos-codepage-setup.
7305         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7306         codepages for which there's no need to set up cpNNN coding
7307         systems.
7308         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7310 1999-04-05  Richard Stallman  <rms@gnu.org>
7312         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7314 1999-04-02  Richard Stallman  <rms@gnu.org>
7316         * progmodes/compile.el (compilation-handle-exit): Do right thing
7317         if (car status) doesn't end in a newline.
7319 1999-04-01  Dave Love  <fx@gnu.org>
7321         * progmodes/sql.el (SQL): Add defgroup :version.
7323 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7325         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7326         buffer-file-coding-system.  If the coding system used is raw-text,
7327         etc., make the *Compiler Input* buffer unibyte.
7329         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7331         * loadup.el: Don't write the fns-...el file if not dumping.
7333 1999-03-31  Dave Love  <fx@gnu.org>
7335         * snmp-mode.el (snmp): Fix defgroup :version.
7337         * hilit-chg.el (highlight-changes): Add defgroup :version.
7339 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7341         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7342         the gnus-save-hidden-threads macro.
7344 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7346         * faces.el (face-set-after-frame-default): Obey the
7347         `customized-face' for new faces.
7349 1999-03-30  Dave Love  <fx@gnu.org>
7351         * international/mule-cmds.el (current-language-environment): Doc fix.
7352         * abbrev.el (abbrev-mode): Doc fix.
7353         * autoinsert.el (auto-insert-mode): Doc fix.
7354         * complete.el (partial-completion-mode): Doc fix.
7355         * avoid.el (mouse-avoidance-mode): Doc fix.
7356         * delsel.el (delete-selection-mode): Doc fix.
7357         * font-lock.el (global-font-lock-mode): Doc fix.
7358         * help.el (temp-buffer-resize-mode): Doc fix.
7359         * hscroll.el (hscroll-global-mode): Doc fix.
7360         * icomplete.el (icomplete-mode): Doc fix.
7361         * mouse-sel.el (mouse-sel-mode): Doc fix.
7362         * paren.el (show-paren-mode): Doc fix.
7363         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7364         * time.el (display-time-mode): Doc fix.
7365         * type-break.el (type-break-mode): Doc fix.
7366         * which-func.el (which-func-mode-global): Doc fix.
7367         * winner.el (winner-mode): Doc fix.
7369 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7371         * wid-edit.el (widget-before-change): Signal text-read-only rather
7372         than an ordinary error.
7374 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7376         * repeat.el: Don't require advice.
7377         (repeat): Do function-indirection in check for kbd macro.
7378         In self-insert case, use the *last* char in INSERTION.
7380 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7382         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7384 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7386         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7387         comint-input-filter-functions.  Make variables related to shell
7388         directory tracking local.
7390 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7392         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7394         * simple.el (shell-command-on-region): Cope with exit-status being
7395         nil, which happens if call-process-region was interrupted.
7397 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7399         * simple.el (indent-new-comment-line): Handle use at a point
7400         after a comment-end.  Handle multiple comments.
7402         * mail/rmail.el (rmail-decode-babyl-format):
7403         To prevent locking, bind buffer-file-name to nil.
7405 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7407         * mail-hist.el (mail-hist-current-header-name): Don't make
7408         off-by-one-error when determining if in message body.
7410 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7412         * w32-fns.el (set-default-process-coding-system): Copied from
7413         dos-w32.el, but modified to use Unix line endings for process
7414         input, and to add a suitable entry to process-coding-system-alist
7415         for DOS shells.
7417         * dos-fns.el (set-default-process-coding-system): Copied from
7418         dos-w32.el.
7420         * dos-w32.el (set-default-process-coding-system): Move function to
7421         dos-fns.el; a different version is used in w32-fns.el.
7423 1999-03-24  Dave Love  <fx@gnu.org>
7425         * info.el (Info-directory-list): Revert change to re-writing
7426         Info-default-directory-list, but put `alternative' first.
7427         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7429 1999-03-23  Simon Marshall  <simon@gnu.org>
7431         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7432         on the line by itself.
7433         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7434         it is not in a declarative context.
7436 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7438         * cus-edit.el (custom-variable-prompt): Allow customization of
7439         autoloaded symbols.
7441 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7443         * simple.el (what-cursor-position): Don't cause error when point
7444         is at invalid multibyte sequence.
7446 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7448         * complete.el (partial-completion-mode): Doc fix.
7450 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7452         * progmodes/cplus-md.el (old-c++): Remove :group.
7454         * progmodes/c-mode.el (old-c): Remove :group.
7456 1999-03-18  Simon Marshall  <simon@gnu.org>
7458         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7459         (java-font-lock-keywords-2): Added "strictfp" keyword.
7461 1999-03-17  Jason Rumney <jasonr@altavista.net>
7463         * w32-fns.el (set-w32-system-coding-system) New function.
7464         (w32-system-coding-system) Initialize to 'iso-latin-1.
7466 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7468         * international/mule-cmds.el (set-language-environment): Fix
7469         previous change: don't use dos-codepage when unbound.
7471 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7473         * calendar/appt.el (appt-make-list): Fix previous change.
7475 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7477         * window.el (shrink-window-if-larger-than-buffer):
7478         Don't try to redisplay with the cursor at the end
7479         on its own line--that would force a scroll and spoil things.
7481 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7483         * international/mule-cmds.el (set-language-environment): Don't use
7484         cpNNN-nonascii-translation-table if it is unbound.
7486         * term/internal.el (dos-codepage-setup): Compute the unibyte
7487         syntax table and bind unibyte-display-via-language-environment
7488         here, rather than at top level, so that resetting to unibyte in
7489         .emacs works as expected.
7491 1999-03-15  Simon Marshall  <simon@gnu.org>
7493         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7495 1999-03-14  Milan Zamazal <pdm@pvt.net>
7497         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7499 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7501         * international/mule-util.el (detect-coding-with-priority):
7502         Restore the internal database.
7504 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7506         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7507         if mail-from-style has invalid value.
7509 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7511         * vc.el (vc-delete-logbuf-window): New var.
7512         (vc-finish-logentry): Use it.
7514 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7516         * startup.el (command-line-1): Improve startup msg.
7518 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7520         * speedbar.el: Added commentary about stealthy functions.
7521         (speedbar-message) new function.
7522         (speedbar-y-or-n-p): New function
7523         (speedbar-with-attached-buffer) Moved macro before reference.
7524         Now uses `save-selected-window'.
7525         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7526         speedbar-generic-item-info, speedbar-item-info-file-helper,
7527         speedbar-item-delete, speedbar-insert-generic-list,
7528         speedbar-timer-fn, speedbar-check-vc-this-line,
7529         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7530         speedbar-buffers-item-info) Use speedbar-message.
7531         (speedbar-item-info) Limit `message-log-max'.
7532         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7533         speedbar-item-delete, speedbar-item-object-delete,
7534         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7536 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7538         * server.el (server-start): Set coding system for the server
7539         process to raw-text.
7540         (server-process-filter): Decode file names if necessary.
7542 1999-03-12  Dave Love  <fx@gnu.org>
7544         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7546         * textmodes/paragraphs.el (sentence-end): Doc fix.
7548 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7550         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7552 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7554         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7555         (ispell-dictionary-alist-2): Likewise.
7556         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7557         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7558         (ispell-dictionary-alist): Build from six pieces, not just two.
7560         * ps-bdf.el (bdf-directory-list): Doc fix.
7562         * enriched.el (enriched-mode): Make var permanent-local.
7564 1999-03-09  Dave Love  <fx@gnu.org>
7566         * textmodes/sgml-mode.el (html-mode): Use
7567         sentence-end-double-space when setting sentence-end.
7569 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7571         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7573 1999-03-08  Felix Lee  <flee@cygnus.com>
7575         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7577         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7579 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7581         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7582         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7584         * dired.el (dired-do-copy-regexp): Doc fix.
7585         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7587 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7589         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7591 1999-03-08  Jason Rumney <jasonr@altavista.net>
7593         * international/codepage.el (cp1250-decode-table)
7594         (cp1251-decode-table, cp1253-decode-table)
7595         (cp1257-decode-table): New translation tables for MS Windows codepages.
7596         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7598 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7600         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7602 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7604         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7606         * term/internal.el (top level): Display character 255 as 8bit as well.
7608 1999-03-06  Dave Love  <fx@gnu.org>
7610         * progmodes/cc-cmds.el (c-outline-level): Bind
7611         buffer-invisibility-spec.
7613         * progmodes/c-mode.el (c-outline-level): Likewise.
7615         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7617 1999-03-05  Felix Lee  <flee@cygnus.com>
7619         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7621 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7623         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7625 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7627         * w32-fns.el (convert-standard-filename): Convert directory
7628         separators to Windows format.
7630 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7632         * international/skkdic-cnv.el: Provide skkdic-cnv.
7633         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7634         (batch-skkdic-convert): Doc fix.
7636 1999-03-04  Dave Love  <fx@gnu.org>
7638         * custom.el (custom-set-variables): Protect against setter errors.
7640 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7642         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7643         the file sizes from overflowing.
7644         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7645         Under -s, print the size in blocks with %4.0f, in case they have
7646         a *really* huge file.
7648 1999-03-03  Dave Love  <fx@gnu.org>
7650         * options.el (edit-options): Doc fix.
7651         (list-options): Don't lose with unbound symbols.  Maintain
7652         Edit-options-mode.
7654 1999-03-01  Dave Love  <fx@gnu.org>
7656         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7658 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7660         * ispell.el (ispell-dictionary-alist-override): New variable.
7661         (ispell-dictionary-alist): Don't setq it,
7662         if ispell-dictionary-alist-override is set.
7664         * simple.el (shell-command-default-error-buffer): Renamed from
7665         shell-command-on-region-default-error-buffer.
7666         (shell-command-on-region): Mention in echo area when there
7667         is some error output.  Mention success or failure, too.
7668         Accumulate multiple error outputs
7669         going forward, with formfeed in between.  Display the error buffer
7670         when we have put something in it.
7671         (shell-command): Add the ERROR-BUFFER argument feature.
7673 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7675         * mail/mh-utils.el (mh-lib): Doc fix.
7676         (mh-lib-progs, mh-nmh-p): New vars.
7677         (mh-find-progs): Set mh-lib-progs along with other vars.
7678         (mh-path-search): New arg FUNC-P; if specified, use that instead
7679         of mh-file-command-p.
7680         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7682         * mail/mh-comp.el (mh-repl-formfile): New var.
7683         (mh-smail-batch): Don't ignore all arguments.
7684         (mh-reply): Do the right thing when using nmh.
7686 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7688         * international/mule-cmds.el (select-safe-coding-system): Be sure
7689         to show a buffer being decoded.
7691 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7693         * ps-bdf.el (bdf-directory-list): Initialize it to
7694         '("/usr/local/share/emacs/fonts/bdf").
7696 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7698         * ps-print.el: PostScript programming fix.
7699         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7700         setpagedevice operator).
7702 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7704         * ps-print.el: Doc fix, font size specifies landscape and portrait
7705         sizes.
7706         (ps-print-version): New version number (4.1.4).
7707         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7708         Specifies landscape and portrait sizes.
7709         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7710         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7711         fix.
7712         (ps-get-font-size): New fun.
7713         (ps-font-size-internal, ps-header-font-size-internal)
7714         (ps-header-title-font-size-internal): New vars.
7716         * ps-mule.el: Change of ps-print font size variable name.
7717         (ps-mule-generate-font): Fun fix.
7718         (ps-mule-begin-job): Programming uniformization.
7720 1999-02-25  Dave Love  <fx@gnu.org>
7722         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7723         (help-make-xrefs): Do Info case first.
7725         * repeat.el: Don't require advice.
7726         (repeat-last-kill-command): Variable deleted.
7728 1999-02-25  Richard Stallman  <rms@gnu.org>
7730         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7731         case just because the current buffer is the output buffer.
7733 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7735         * simple.el (what-cursor-position): To show the character's
7736         encoding, use encoded-string-description instead of information
7737         of chaset-origin-alist.
7739         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7740         (encoded-code-description): New function.
7741         (encoded-string-description): New function.
7742         (encode-coding-char): New function.
7744 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7746         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7747         checking for .emacs[.el[c]].
7749 1999-02-24  Richard Stallman  <rms@gnu.org>
7751         * help.el (describe-function-1): Don't print a whole lambda-function.
7753 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7755         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7756         inputting ?\240.
7758 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7760         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7762         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7763         (clean-buffer-list-kill-buffer-names): Doc fix.
7765         * gud.el (gud-jdb-massage-args): Spelling fix.
7767 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7769         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7771 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7773         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7774         excursion while calling set-auto-coding-function.
7776         * play/handwrite.el (handwrite): Require ps-print, and use
7777         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7778         if it's defined, instead of forking ps-lpr-command unconditionally.
7780 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7782         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7783         charset-origin-alist property to a coding system for the codepage.
7785         * international/mule.el: Modify comment for charset-origin-alist
7786         property of a coding system.
7788         * simple.el (what-cursor-position): charset-origin-alist property
7789         of a coding system may be a translation table or a symbol of which
7790         `translation-table' property is a translation table.
7792 1999-02-21  Richard Stallman  <rms@gnu.org>
7794         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7795         to the "html" template.
7797 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7799         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7801 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7803         * dirtrack.el (dirtrack): Check for the prompt in the input string
7804         instead of the buffer.
7806 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7808         * sql.el: Set version to 1.4.1.  Changed mail address to
7809         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7810         (sql-input-ring-separator): Doc fix.
7811         (sql-mode-syntax-table): double-dash starts comments is defined as
7812         ". 56" instead of ". 12b" for XEmacs.
7813         (sql-stop, sql-interactive-mode): Doc fixes.
7814         (sql-postgres): Queries for database and server, not just one.
7815         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7817         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7818         changed.  This is needed for master.el to work.
7819         (sql-set-sqli-buffer): Use the new hook.
7821         * sql.el (sql-make-alternate-buffer-name): Function that sets
7822         sql-alternate-buffer-name.
7823         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7824         (sql-interactive-mode): Set sql-alternate-buffer-name.
7825         (sql-rename-buffer): New command.
7826         (sql-interactive-mode-menu): Menu for SQLi buffers.
7828         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7829         and sql-input-ring-file-name are used to temporarily set
7830         comint-input-ring-file-name and comint-input-ring-separator when
7831         reading and writing input history files.
7833         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7834         (sql-input-ring-file-name): New variable with customization.
7835         (sql-input-ring-separator): New variable with customization.
7836         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7837         Callers changed.
7838         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7839         now includes the name of the current buffer.
7841         (sql-mode): Set paragraph-separate and paragraph-start so that
7842         sql-send-paragraph sends the entire SQL statements, even if it
7843         contains indented lines.
7845 1999-02-18  Dave Love  <fx@gnu.org>
7847         * format.el (format-encode-run-method, format-decode-run-method):
7848         Fix previous change.
7850 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7852         * international/mule.el (coding-system-list): Moved here from
7853         mule-util.el to avoid autoloading mule-util by the call of
7854         select-safe-coding-system.
7856 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7858         * simple.el (turn-on-auto-fill): Mark it as an option for
7859         `text-mode-hook'.
7861 1999-02-17  Richard Stallman  <rms@gnu.org>
7863         * emacs-lisp/easymenu.el (easy-menu-get-map):
7864         Don't crash if (current-local-map) is nil.
7866 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7868         * filecache.el (file-cache-filter-regexps): Added .class.
7870 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7872         * international/mule-util.el (decompose-region): Use
7873         insert-buffer-substring instead of insert-buffer to avoid putting
7874         mark.
7876 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7878         * calendar/cal-move.el (scroll-calendar-left): Don't set
7879         displayed-month and displayed-year here, let generate-calendar do
7880         it, after range checking.
7882 1999-02-17  Simon Marshall  <simon@gnu.org>
7884         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7886         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7887         correctly between an object declared via a constructor and a method.
7888         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7889         (java-font-lock-keywords-1): Fontify package names individually.
7890         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7891         (java-font-lock-keywords-2): Simplify type fontification.
7892         (java-font-lock-keywords-3): Likewise.
7894 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7896         * language/japanese.el (iso-2022-jp-2): New coding system.
7897         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7899 1999-02-16  Dave Love  <fx@gnu.org>
7901         * help.el (describe-function-1): Accept non-symbols.
7903 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7905         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7906         find the last match if there are multiple matches.
7908 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7910         * tex-mode.el (tex-run-command, latex-run-command)
7911         (slitex-run-command, tex-command): Doc changes.
7912         (tex-start-options-string): Autoload it.  Doc change.  Provide
7913         a menu for customization.  Allow nil.  Quote backslashes only once.
7914         (tex-start-tex): Handle nil value of tex-start-options-string
7915         and apply shell-quote-argument to it.
7917 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7919         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7920         the size in blocks, since it can be a float.
7921         (ls-lisp-format): Likewise
7923 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7925         * language/japanese.el (japanese-shift-jis): Add
7926         charset-origin-alist property.
7928 1999-02-15  Richard Stallman  <rms@gnu.org>
7930         * progmodes/compile.el (compile-internal): Use save-selected-window.
7932         * subr.el (momentary-string-display): Bind inhibit-read-only.
7934         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7936 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7938         * mail/rmail.el (rmail-show-message): If an unseen message has a
7939         Summary-line in its header, get past one more line before looking
7940         for the X-Coding-System header.
7942 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7944         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7945         explicitly to accomodate Windows 9X lack of a useful copy program.
7947 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7949         * wid-edit.el (widget-choice-value-create): Use `equal'
7950         instead of `eq'.
7952 1999-02-14  Richard Stallman  <rms@gnu.org>
7954         * international/iso-transl.el:
7955         (iso-transl-ae): Renamed from iso-transl-e-slash.
7956         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7957         (iso-transl-AE): Renamed from iso-transl-E-slash.
7958         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7959         (iso-transl-char-map): Related changes.
7961         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7963 1999-02-13  Richard Stallman  <rms@gnu.org>
7965         * textmodes/texinfmt.el (texinfo-alias): New function.
7966         (texinfo-fold-nodename-case): Add defvar.
7967         (texinfo-format-node): Do case folding if specified.
7969         * ffap.el (ffap-file-at-point): Test local file names
7970         immediately.  Strip off line numbers.
7972 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
7974         * sql.el: Set version to 1.3.2
7975         (sql-solid-program): Added support for solid.
7976         (sql-help): Doc mentions sql-solid.
7977         (sql-solid): Entry function for Solid.
7978         (sql-buffer): Doc explains the use of the variable and how to
7979         change it.
7980         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7981         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7982         disabled if sql-buffer doesn't have a process; sql-send-paragraph
7983         is new.
7984         (sql-show-sqli-buffer): New function to display the value of
7985         sql-buffer.
7986         (sql-change-sqli-buffer): New function to change sql-buffer.
7987         (sql-mode): Doc explains how to change sql-buffer.
7988         (sql-send-paragraph): New function to send a paragraph.
7989         (sql-mode-map): Added keybinding for sql-send-paragraph.
7990         (sql-mysql): Doc corrected.
7991         (sql-ms): Doc corrected.
7993         * sql.el (sql-server): Doc fix.
7994         (sql-mysql): Added the use of sql-server to specify the host,
7995         sql-database now specifies database instead of host.
7996         (sql-mode-menu): Send... menu items are only active if sql-buffer
7997         is non-nil.
7998         (sql-help): Changed tag of entry functions a bit.
8000         * sql.el: Added keywords from `finder-by-keyword'.
8001         (sql-mode): Made sql-buffer a local variable, changed the
8002         documentation: removed instructions to add *.sql files to
8003         auto-mode-alist, added documentation for having mutliple SQL
8004         buffers sending their stuff to different SQLi buffers, each
8005         running a different process.
8006         (sql-postgres): Quoted *SQL* in doc string.
8007         (sql-ms): Likewise.
8008         (sql-ingres): Likewise.
8009         (sql-ingres): Quoted *SQL* in doc string, added references to
8010         sql-user and sql-password used during login.
8011         (sql-sybase): Quoted *SQL* in doc string, added comma.
8012         (sql-oracle): Likewise.
8013         (sql-interactive-mode): Added extensive documentation for having
8014         mutliple SQL buffers sending their stuff to different SQLi
8015         buffers, each running a different process.
8016         (sql-buffer): Changed doc from *SQL* to SQLi.
8017         (sql-get-login): Doc fix.
8019 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8021         * international/mule-conf.el (undecided): Set ascii in
8022         safe-charsets property.
8024 1999-02-12  Richard Stallman  <rms@gnu.org>
8026         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8028 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8030         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8031         value to ps-mule-font-info-database-latin.
8033 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
8035         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8036         (ps-mule-font-info-database-default): New variable.
8037         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8038         ps-mule-font-info-database-default.
8040 1999-02-12  Dave Love  <fx@gnu.org>
8042         * timezone.el (timezone-make-date-sortable)
8043         (timezone-make-date-arpa-standard): Doc fix.
8045 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8047         * international/quail.el (quail-show-kbd-layout): Bind
8048         blink-matching-paren to nil.
8050         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8051         for ASCII and Latin-1.
8053 1999-02-12  Andreas Schwab  <schwab@gnu.org>
8055         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8057 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
8059         * international/mule-cmds.el (language-info-alist): Remove
8060         description about charset-origin-alist.
8062         * international/mule.el: Comment added for a new coding system
8063         property `charset-origin-alit'.
8064         (make-translation-table): This variable deleted.
8066         * language/chinese.el (chinese-big5): Add charset-origin-alist
8067         property.
8068         ("Chinese-CNS"): Remove charset-origin-alist property.
8070         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8071         property.
8072         (cyrillic-alternativnyj): Likewise.
8073         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8074         ("Cyrillic-ALT"): Likewise.
8076         * language/vietnamese.el (vietnamese-viqr): Add
8077         charset-origin-alist property.
8078         ("Vietnamese"): Remove charset-origin-alist property.
8080         * simple.el (what-cursor-position): Don't use the varialbe
8081         charset-origin-alist, but use charset-origin-alist property of
8082         buffer-file-coding-system to decide external character set code.
8084 1999-02-10  Richard Stallman  <rms@gnu.org>
8086         * shadowfile.el: Don't turn on the mode when the file is loaded.
8088 1999-02-09  Richard Stallman  <rms@gnu.org>
8090         * progmodes/compile.el (compile-auto-highlight): Customize.
8092         * add-log.el (add-log-file-name-function): New variable.
8093         (add-change-log-entry): Call that function, if non-nil.
8095 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
8097         * rmail.el (rmail-search): Track match with a marker, not an integer.
8099 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8101         * progmodes/compile.el (compilation-setup): Set value of
8102         compilation-directory-stack as in compilation-forget-errors.
8103         (compile-reinitialize-errors): Bind buffer-undo-list and
8104         deactivate-mark.
8105         (compilation-forget-errors): Likewise.
8107 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
8109         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8110         def... constructs.
8112         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8113         Remove calls to sleep-for.
8115 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
8117         * international/codepage.el (cp-coding-system-for-codepage-1): On
8118         MS-DOS, use dos-unsupported-char-glyph for characters not
8119         supported by the codepage.
8120         (cp-make-coding-systems-for-codepage): Likewise.
8122 1999-02-08  Andreas Schwab  <schwab@gnu.org>
8124         * international/mule-util.el (coding-system-list): Don't sort
8125         coding-system-list here.
8127         * international/mule.el (coding-system-lessp): Moved here from
8128         mule-util.el
8129         (add-to-coding-system-list): New function.
8130         (make-subsidiary-coding-system, make-coding-system,
8131         define-coding-system-alias): Use it instead of setting
8132         coding-system-list directly.
8134 1999-02-07  Dave Love  <fx@gnu.org>
8136         * calendar/appt.el (appt-make-list): Don't splice quotes and date
8137         onto message.
8139 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8141         * imenu.el (imenu--last-menubar-index-alist): Add doc.
8142         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
8144 1999-02-06  Richard Stallman  <rms@gnu.org>
8146         * language/european.el (setup-slovenian-environment): New function.
8147         ("Slovenian"): New language environment.
8149         * progmodes/sql.el (sql-help): Doc fix.
8150         (sql-mysql): Doc fix.
8152 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8154         * tex-mode.el: When compiling, require compare-w and skeleton
8155         to pacify the byte-compiler.  Move the def's of the tex-commands
8156         together.  Add a comment on kill-process vs. quit-process.
8158 1999-02-05  Dave Love  <fx@gnu.org>
8160         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8161         null markers.
8162         (compile-goto-error): Likewise.
8164 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
8166         * time-stamp.el (time-stamp-format): Format doc tighter.
8167         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8168         (time-stamp): Don't re-write the time stamp if it didn't change.
8170 1999-02-05  Alex Schroeder  <asc@bsiag.com>
8172         * progmodes/sql.el: Changed version to 1.2.1.
8173         (sql-pop-to-buffer-after-send-region): Improved documentation.
8174         (sql-mysql-program): Added MySQL support.
8175         (sql-prompt-length): Made prompt-length configurable.
8176         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8177         (sql-help): Added MySQL support, changed documentation.
8178         (sql-send-region): A message is displayed if something is sent.
8179         (sql-mode): Added buffer-local comment-start.
8180         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8181         (sql-interactive-mode): Added buffer-local comment-start.
8182         (sql-oracle): Set sql-prompt-length.
8183         (sql-sybase): Set sql-prompt-length.
8184         (sql-mysql): Added MySQL support.
8185         (sql-ingres): Set sql-prompt-length.
8186         (sql-ms): Set sql-prompt-length.
8187         (sql-postgres): Set sql-prompt-length.
8189 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
8191         * term/internal.el (dos-codepage-setup): Set selection coding
8192         system to cpNNN-dos.
8194 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196         * international/characters.el: Let ethiopic use iso-2022-7bit.
8198 1999-02-02  Dave Love  <fx@gnu.org>
8200         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8201         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8203 1999-02-02  Karl Heuer  <kwzh@gnu.org>
8205         * terminal.el (terminal-emulator): Doc fix.
8207 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
8209         * international/mule-util.el (compose-chars): Doc-string
8210         modified.  Correctly handle a composition character in ARGS.
8212 1999-02-01  Richard Stallman  <rms@gnu.org>
8214         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8215         (makefile-menu-index-function): Function deleted.
8216         (makefile-mode): Use makefile-imenu-generic-expression.
8218 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
8220         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8221         change, invoke from before-init-hook.
8223 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
8225         * subr.el (remove-from-invisibility-spec): Cope with the case when
8226         buffer-invisibility-spec is t.
8228 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8230         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8231         appt-add and appt-delete.
8233 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8235         * term/pc-win.el (msdos-approximate-color): New function.
8236         (msdos-color-translate): Call it to find a DOS color that best
8237         approximates an X-style "#NNNNNN" color specification.
8239 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8241         * international/mule-util.el (compose-chars-component): Add
8242         autoload cookie.
8244 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8246         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8247         function, replace cdr of MAP by the return value of the function
8248         unconditionally.
8250 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8252         * progmodes/compile.el (compilation-next-error-locus): Don't
8253         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8255 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8257         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8258         and NLs before "charset", and allow the charset name be in double
8259         quotes.
8261 1999-01-31  Richard Stallman  <rms@gnu.org>
8263         * imenu.el (imenu-sort-function): Fix custom type.
8265 1999-01-30  Richard Stallman  <rms@gnu.org>
8267         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8268         (speedbar-line-token): Likewise.
8270         * play/gametree.el (gametree-default-score): Use defcustom.
8271         (gametree-score-regexp, gametree-score-closer): Likewise.
8272         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8274 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8276         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8277         decoding.
8279 1999-01-29  Markus Rost  <rost@gnu.org>
8281         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8282         tex-validate-buffer.
8283         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8284         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8285         now with recent occur-mode.
8286         (tex-validate-region): Really walk through all Sexps.
8287         (tex-region): Bind shell-dirtrack-verbose.
8288         (tex-file, tex-bibtex-file): Likewise.
8290 1999-01-29  Dave Love  <fx@gnu.org>
8292         * finder.el: (finder-commentary): Fix interactive spec.  Try
8293         appending .el to file name.
8294         (finder-find-library, finder-commentary): Doc fixes.
8296 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8298         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8299         where the userid contains directory separators.
8301 1999-01-29  Dave Love  <fx@gnu.org>
8303         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8304         (lm-commentary): Doc fix.
8306 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8308         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8309         wildcard match.  Fix regexp that tests if dirpart contains
8310         wildcard characters.
8312 1999-01-28  Richard Stallman  <rms@gnu.org>
8314         * font-lock.el (font-lock-default-unfontify-region):
8315         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8317 1999-01-27  Jason Rumney <jasonr@altavista.net>
8319         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8320         from FAMILY field.
8321         (w32-create-initial-fontsets): Do not use before-init-hook.
8322         (mouse-set-font): Document.  Automatically create and use fontsets.
8324         * dos-w32.el (direct-print-region-helper): Check for printer
8325         being t as well as a string.
8327 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8329         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8330         (rmail-mime-charset-pattern): New variable.
8331         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8332         rmail-decode-mime-charset is non-nil.
8334 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8336         * international/characters.el: Set category `q' for all characters
8337         in tibetan and tibetan-1-column.
8339 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8341         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8342         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8344 1999-01-27  Dave Love  <fx@gnu.org>
8346         * international/mule-cmds.el (current-language-environment):
8347         Provide :link, :type (choices) and appropriate :get.
8349 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8351         * startup.el (command-line): Set default eol-mnemonic-* strings to
8352         display end-of-line format in mode line.
8354         * cus-start.el (all): Add eol-mnemonic-* variables.
8356 1999-01-26  Dave Love  <fx@gnu.org>
8358         * startup.el (command-line-1): Up-date copyright.
8360         * paths.el (Info-default-directory-list): Use configdir twice.
8362         * info.el (Info-directory-list): Don't set path-separator now
8363         we're not shipped with Texinfo.  Simplify path definition.
8364         Substitute all occurrences of instdir in Info-default-directory-list.
8366 1999-01-25  Richard Stallman  <rms@gnu.org>
8368         * startup.el (normal-top-level-add-subdirs-to-load-path):
8369         Record the inode numbers of the dirs processed, to avoid loop.
8371         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8373 1999-01-25  Dave Love  <fx@gnu.org>
8375         * browse-url.el (browse-url-netscape-program): Doc addition.
8377         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8378         prefix.
8380         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8381         auto-mode-alist.
8383 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8385         * calendar/diary-lib.el (mark-diary-entries): Use
8386         assoc-ignore-case and do not capitalize when matching month and
8387         day names.
8389         * calendar/calendar.el (calendar-read-date): Ditto.
8391         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8392         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8394         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8396         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8398         * calendar/cal-islam.el (calendar-goto-islamic-date)
8399         (mark-islamic-diary-entries): Ditto.
8401         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8403         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8404         (calendar-read-mayan-tzolkin-date): Ditto.
8406         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8408 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8410         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8412 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8414         * faces.el (list-faces-display): Multiline case of previous fix.
8416 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8418         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8420 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8422         * files.el (find-file): If find-file-noselect returns a list,
8423         do switch-to-buffer on each element.
8424         (find-file-other-window): Likewise for all but the first element.
8425         (find-file-other-frame): Same.
8426         (find-file-noselect): When we expand a wildcard, return a list
8427         of buffers.
8429 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8431         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8432         to set the appropriate cpNNN-dos coding system as the
8433         highest-priority coding system.
8435 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8437         * international/fontset.el (generate-fontset-menu): Return a
8438         sorted list by plain names of fontsets.
8440         * international/mule-diag.el (list-fontsets): Sort fontsets by
8441         plain names.
8443         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8444         FIRST is a composite character, decompose it at first.
8446 1999-01-23  Dave Love  <fx@gnu.org>
8448         * format.el: Doc fixes.
8449         (format-encode-run-method): Have things happen in the right buffer.
8450         Deal with errors from method.  Set coding-system-for-write.
8451         (format-decode-run-method): Have things happen in the right buffer.
8452         Deal with errors from method.  Set coding-system-for-read.
8453         (format-alist): Use nil instead of unmatchable regexps.
8455         * simple.el (shell-command-on-region): Return command's exit status.
8457 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8459         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8460         of the file whose info we want to display.
8461         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8462         (speedbar-add-mode-functions-list) Improve doc.
8463         (speedbar-line-token) New function.
8464         (speedbar-dired) Fix order of directories in -shown-directories.
8465         (speedbar-line-path): Default return is default-directory
8466         (speedbar-buffers-line-path): Return is dir name only.
8467         (speedbar-mode-functions-list): New variable.
8468         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8469         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8470         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8471         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8472         New functions.
8473         (speedbar-line-file): Broke out part that fetches file from a line.
8474         (speedbar-line-text): New function extracted from speedbar-line-file.
8475         (speedbar-line-path): Converted into a replaceable function.
8476         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8478 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8480         * international/fontset.el (create-fontset-from-x-resource): Make
8481         style variants.
8483 1999-01-22  Dave Love  <fx@gnu.org>
8485         * paths.el (Info-default-directory-list): Put sysdir after start.
8487 1999-01-22  Sam Steingold  <sds@goems.com>
8489         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8490         a process associated with it.
8492 1999-01-22  Jason Rumney <jasonr@altavista.net>
8494         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8496 1999-01-22  Felix Lee  <flee@cygnus.com>
8498         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8499         major-mode.
8500         (vc-annotate-mode): Delete variable.
8502 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8504         * startup.el (command-line): [windows-nt]: Check for existence of
8505         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8506         in preference to _emacs.
8508 1999-01-22  Dave Love  <fx@gnu.org>
8510         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8512 1999-01-20  Richard Stallman  <rms@gnu.org>
8514         * files.el (find-file-noselect): Do wildcard processing only
8515         if new arg WILDCARDS is non-nil.
8516         (find-file, find-file-other-window): New arg WILDCARDS.
8517         Default it to non-nil if interactive.
8518         (find-file-other-frame): Likewise.
8519         (find-file-read-only): Likewise.
8520         (find-file-read-only-other-window): Likewise.
8521         (find-file-read-only-other-frame): Likewise.
8523         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8524         (widget-plist-convert-option): Delete spurious comma.
8526 1999-01-19  Jason Rumney <jasonr@altavista.net>
8528         * term/w32-win.el (w32-standard-fontspec-spec): Change
8529         iso8859-5 to koi8-r.  Add iso8859-9.
8531 1999-01-19  Dave Love  <fx@gnu.org>
8533         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8534         its uses.
8536         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8537         is active.
8538         (fortran-indent-subprogram): Likewise.
8540 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8542         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8544 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8546         * wid-edit.el (alist): Use sexp as default key-type.
8548 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8550         * textmodes/tex-mode.el (tex-define-common-keys):
8551         Remove key binding of tex-feed-input.
8552         (tex-mode-map): Bind tex-feed-input here.
8553         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8554         comint-input-filter-functions before running tex-shell-hook.
8555         (tex-start-tex): Forget compilation errors.
8556         (tex-compilation-parse-errors): Rewritten to work also with
8557         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8558         change in tex-region.
8559         (tex-region): For the temp file use file-name without directory.
8560         (tex-file): Expand file name of tex-print-file.
8562 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8564         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8566 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8568         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8569         beginning could cause Emacs to hang.  Fixed.
8571 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8573         * international/ccl.el (ccl-compile-translate-character): Handle
8574         the case that a tranlation table is CCL register correctly.
8576         * international/mule-cmds.el (select-safe-coding-system):
8577         Hightlight at most 256 characters.
8579 1999-01-18  Dave Love  <fx@gnu.org>
8581         * startup.el (command-line): If the init file changes operation to
8582         unibyte, make all buffers unibyte and re-set language environment.
8584         * disp-table.el (standard-display-european): Make all existing
8585         buffers unibyte.  Fix doc.
8587 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8589         * wid-edit.el (coding-system): Define this unconditionally.
8591         * simple.el (shell-command-on-region-default-error-buffer): New var.
8592         (shell-command-on-region): Use that variable as interactive
8593         value of ERROR-BUFFER argument.
8595 1999-01-17  Sam Steingold  <sds@goems.com>
8597         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8599 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8601         * progmodes/compile.el (compilation-goto-locus): If already in the
8602         compilation buffer's window, keep it in that window.
8603         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8604         (compile-goto-error): Don't play with windows.
8606         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8607         (tex-command): Doc fix.
8608         (tex-compilation-parse-errors): Doc fix.
8609         (tex-generate-zap-file-name): Don't start the name with -.
8610         (tex-expand-files): Works now also with strings ending with ":".
8612 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8614         Patch failed to install:
8615         * gametree.el: Document scoring functionality.
8616         (gametree-score-regexp): Add optional plus sign.
8617         (gametree-score-opener): Replace `:' with `=' as the former
8618         conflicts with gametree-half-ply-regexp.
8619         (gametree-transpose-following-leaves): Add.
8620         (gametree-insert-new-leaf): Make modifying commands barf in read
8621         only buffers.
8622         (gametree-break-line-here): Add a call to
8623         `gametree-transpose-following-leaves'.  This maintains the
8624         necessary invariant that on each level all leaf children precede
8625         all nonleaf children.  This has always been implied, but left to
8626         the user, and, unfortunately, undocumented.
8628 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8630         * wid-edit.el (plist, alist): New widget types.
8632 1999-01-17  Dave Love  <fx@gnu.org>
8634         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8635         fix scope of condition-case therein.
8637 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8639         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8640         default-buffer-file-coding-system when file doesn't exist (and
8641         isn't covered by a special case) instead of forcing undecided-dos
8642         against the user's wishes.
8644         * dos-w32.el (direct-print-region-helper): New function based on
8645         direct-print-region-function; sends data to specified printer port
8646         without further translation.  Recognize and handle specially the
8647         standard `print' and `nprint' programs, as well as `lpr' and
8648         similar programs.  Only write directly to the printer port if no
8649         print program is specified.  Work around a bug in Windows 9x
8650         affecting Win32 version of Emacs by invoking command.com to write
8651         to the printer port instead of writing directly.
8652         (direct-print-region-function): Use direct-print-region-helper to
8653         do most of the work.
8654         (direct-ps-print-region-function): New function; analogue of
8655         direct-print-region-function for ps-print.
8656         (ps-lpr-command): Comment out setq; leave as example usage.
8657         (ps-lpr-switches): Ditto.
8659         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8660         and MS-Windows.
8661         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8662         DOS and Windows platforms, to indicate direct printing.  Update
8663         the docstring accordingly.
8665         * ps-print.el: (ps-printer-name): Update docstring about usage on
8666         MS-DOS and MS-Windows.
8667         (ps-lpr-command): Update docstring as for lpr-command.
8668         (ps-print-region-function): New variable.
8669         (ps-do-despool): Use it.
8670         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8671         DOS/Windows.
8673         * subr.el (subst-char-in-string): New function.
8675 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8677         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8679         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8680         (bdf-find-font-info): New function, looks for the first readable
8681         file from a list of alternatives.
8682         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8683         instead of bdf-get-font-info.
8684         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8685         to ps-mule-generate-bitmap-glyph.
8687         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8688         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8689         now be a list of alternative names.
8690         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8691         (ps-mule-prepare-font): Likewise.
8693         * international/codepage.el (cp855-decode-table,
8694         cp850-decode-table): Fill some nil entries.
8696 1999-01-16  Dave Love  <fx@gnu.org>
8698         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8699         last change.
8701 1999-01-15  Dave Love  <fx@gnu.org>
8703         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8704         and change regexp for command names.
8705         (help-xref-go-back, function-called-at-point, symbol-file)
8706         (where-is): Doc fixes.
8707         (help-xref-go-back): Remove interactive spec.
8708         (describe-function-1): Fix message for alias.  Buttomize alias
8709         name.
8711         * simple.el (join-line): New alias.
8713 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8715         * forms.el: (forms--show-record): Convert integers to string
8716         expicitly since concat will no longer accept integers.
8717         (forms-print): Use local `total-nb-records' since
8718         `forms--total-records' will be inaccessible after buffer switching.
8720 1998-01-14  Felix Lee  <flee@cygnus.com>
8722         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8724 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8726         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8728 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8730         * international/codepage.el (cp850-decode-table): Fix previous change.
8732 1999-01-14  Simon Marshall  <simon@gnu.org>
8734         * shell.el (shell-dirtrack-verbose): New custom variable.
8735         (shell-dirstack-message): Use it.
8737 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8739         * international/mule-conf.el: Coding system alias `dos' for
8740         `undecided-dos', `mac' for `undecided-mac'.
8742         * international/mule-cmds.el (describe-language-environment):
8743         Don't alter input-method-alist.
8745 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8747         * international/codepage.el (cp850-decode-table): Replace nil
8748         entries with codes of similary looking glyphs.  (Suggested by
8749         Jason Rumney <jasonr@altavista.net>.)
8751 1999-01-13  Dave Love  <fx@gnu.org>
8753         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8755         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8757 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8759         * files.el (auto-save-hook): Defvar this.
8761 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8763         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8764         faces, eliminating the need to load font-lock before loading sql.
8765         (sql-mode-oracle-font-lock-keywords): Likewise.
8766         (sql-mode-postgres-font-lock-keywords): Likewise.
8768 1999-01-11  Dave Love  <fx@gnu.org>
8770         * cus-start.el: Add inhibit-eol-conversion.
8772         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8773         the values round.
8775 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8777         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8778         Don't switch to Help mode here.
8779         (temp-buffer-setup-hook): Use help-mode-finish.
8780         (help-mode-setup): New function.
8781         (temp-buffer-setup-hook): Use help-mode-setup.
8783         * progmodes/sql.el: New file.
8785         * files.el (auto-mode-alist): Add sql-mode.
8787         * faces.el (list-faces-display): Improve the formatting
8788         by computing the maximum length required for any face-name.
8790 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8792         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8794 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8796         * term.el (term_send_home): Change the string to
8797         be the same as the one emitted by xterm and consistent with the
8798         ones emitted by prior and next.
8799         (term_send_end): Likewise.
8801 1999-01-10  Dave Love  <fx@gnu.org>
8803         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8804         bindings.
8806 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8808         * international/codepage.el (codepage-setup): Doc fix.
8809         (cp-decoding-vector-for-codepage): Likewise.
8811 1999-01-10  Markus Rost  <rost@gnu.org>
8813         * cus-edit.el (custom-save-delete): First scan the custom-file.
8815 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8817         * international/iso-transl.el: Define a "function name" for
8818         each translation that isn't ASCII.  Use these function names
8819         in iso-transl-char-map.
8821 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8823         * international/mule-util.el (decompose-region): Do decomposition
8824         on temporary unibyte buffer.
8826         * international/mule.el (make-char): Doc-string modified.
8828 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8830         * simple.el (comment-region): Delete spaces only if we
8831         deleted a comment starter.
8833 1999-01-07  Dave Love  <fx@gnu.org>
8835         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8837         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8838         like eval-defun does.
8840         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8842         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8843         constructions.  Doc fixes.
8844         (generic-create-generic-function): Use defalias, not fset.
8846         * find-func.el: More doc fixes.
8848 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8850         * files.el (save-buffers-kill-emacs): Show the list of current
8851         processes before prompting to kill them and exit.
8853 1999-01-06  Dave Love  <fx@gnu.org>
8855         * emacs-lisp/find-func.el: Doc fixes.
8856         (find-function-regexp): Extend for define-generic-mode,
8857         define-derived-mode, easy-mmode-define-minor-mode.
8859 1999-01-06  Dave Love  <fx@gnu.org>
8861         * progmodes/fortran.el (fortran-window-create): Account for scroll
8862         bar width.
8864         * browse-url.el: Require (noerror) w3-auto when compiling.
8865         (browse-url-maybe-new-window): Make it a macro and revert last
8866         change to callers.
8867         (browse-url-w3): Require w3 for w3-fetch-other-window.
8869 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8871         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8872         argument.
8874 1999-01-06  Simon Marshall  <simon@gnu.org>
8876         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8878         * font-lock.el (font-lock-default-fontify-buffer): When using
8879         with-temp-message, use nil rather than current-message.
8881         * lazy-lock.el (lazy-lock-unstall):
8882         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8883         rather than current-message.
8885         * fast-lock.el (fast-lock-save-cache-1):
8886         (fast-lock-cache-data): When using with-temp-message, use nil rather
8887         than current-message.
8889 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8891         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8892         the valid-codes property.
8894         * international/mule-cmds.el (prefer-coding-system): Call
8895         set-coding-priority, so that the internal array of priorities is
8896         also updated.
8898         * international/mule-util.el:
8899         (coding-system-change-eol-conversion,
8900         coding-system-change-text-conversion): Don't define here.
8902         * international/mule-cmds.el: Define them here.  Remove the
8903         autoload cookies.
8905 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8907         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8908         if it was enabled before.
8910         * view.el (View-revert-buffer-scroll-page-forward): Bind
8911         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8913         * files.el (recover-session): Preserve point when inserting
8914         explanation.
8916 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8918         * cus-edit.el (custom-save-delete): Don't delete whitespace
8919         and comments before the sexp that is replaced.
8921 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8923         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8925 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8927         * vc.el (vc-dired-hook): Use the original value of
8928         dired-move-to-filename-regexp on lines that have not been
8929         reformatted yet.
8930         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8931         file lines have already been reformatted.
8933 1999-01-05  Dave Love  <fx@gnu.org>
8935         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8936         buffer-local.
8938 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8940         * progmodes/f90.el: Change of regular expressions for type to
8941         correct highlighting and identation. Some small fixes for
8942         compatibility with XEmacs.
8944 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8946         * mspools.el (mspools-vm-system-mail): Provide an alternative
8947         value based on rmail-spool-directory if $MAIL is not defined.
8949 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8951         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8952         (reftex-section-info): Handle negative section levels.
8953         (reftex-view-crossref-extra): New option.
8954         (reftex-view-crossref): Generalized to work in more places.
8955         (reftex-find-citation-regexp-format, reftex-find-reference-format,
8956         reftex-macros-with-labels, reftex-global-search-marker): New variables.
8957         (reftex-view-cite-locations-from-bibtex): New command.
8958         (reftex-view-regexp-match, reftex-global-search,
8959         reftex-global-search-continue): New functions.
8960         (reftex-extract-bib-entries): No error for non-existing BibTeX
8961         file, just a message.
8962         (reftex-extract-bib-entries): Better error handling.
8963         (reftex-select-with-char): Use `*RefTeX Select*' for selection
8964         help and force it on current frame.
8965         (reftex-default-bibliography): New function.
8966         (reftex-access-parse-file): Check consistency after loading a
8967         parse file.  When inconsistent, enfore rescan.
8968         (reftex-check-parse-consistency): New function.
8969         (easy-menu-define): Options section drastically shortened.
8971 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
8973         * language/thai-util.el (thai-compose-string): New function.
8975 1999-01-04  Inge Frick  <inge@nada.kth.se>
8977         * easymenu.el (easy-menu-define): Doc fix.
8978         (easy-menu-create-menu): New keyword :included.
8979         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
8980         be an expression, not only a string.  Simulate style `button'.
8981         Use easy-menu-define-key-intern instead of easy-menu-define-key.
8982         (easy-menu-define-key-intern): New function.
8983         (easy-menu-add-item): Understand value returned from
8984         easy-menu-item-present-p and easy-menu-remove-item.
8985         (easy-menu-return-item): New function.
8986         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8988 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
8990         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8991         Use rmail-output-read-rmail-file-name to read the file name.
8992         Always call rmail-output-to-rmail-file noninteractively.
8993         When count > 1, do the loop here.
8994         Handle rmail-delete-after-output here.
8995         (rmail-summary-output): Similar changes.
8997         * mail/rmailout.el: Provide `rmailout'.
8998         (rmail-output-read-rmail-file-name): New function.
8999         (rmail-output-to-rmail-file): Use that.
9000         (rmail-output-read-file-name): New function.
9001         (rmail-output): Use that.
9003         * files.el (find-file-noselect): Let /: suppress wildcard matching.
9004         Error if wildcard matches no files.
9006 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
9008         * menu-bar.el (clipboard-yank): Doc fix.
9010         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9012 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
9014         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9016 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
9018         * rmail.el (rmail-encode-string): Make sure mask value is
9019         positive; (emacs-pid) returns a negative number on Windows 9x
9020         which causes odd behaviour.
9022 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
9024         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9025         and about w32-* variables unless on Windows/NT.
9027 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
9029         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9030         if buffer is modified; ask about all modified buffers.
9032 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9034         * simple.el (what-cursor-position): Fix previous change.
9036 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
9038         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9039         from paragraph-start.
9041 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
9043         * international/mule-cmds.el (prefer-coding-system): If the
9044         argument requires specific EOL conversion type, make the default
9045         coding systems use that.
9047 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
9049         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9050         Use shell-command-on-region.
9051         (m4-start-m4, m4-end-m4): Functions deleted.
9053 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
9055         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9057 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9059         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9060         to compose-mail in the correct places and as a list.
9062 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
9064         * page-ext.el: Added mouse-selection feature for pages directory buffer.
9065         (pages-directory-map): Bind mouse-2
9066         (pages-copy-header-and-position): Put text property.
9067         (pages-directory-goto-with-mouse): New function.
9069 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
9071         * international/codepage.el (cp-make-coding-systems-for-codepage):
9072         Doc fix.
9073         (cp-coding-system-for-codepage-1): Likewise.
9075 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
9077         * language/thai-util.el (thai-post-read-conversion): Handle Thai
9078         composition sequence correctly here instead of calling
9079         thai-compose-region.
9081         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9082         newline in multibyte buffer, if previous or next character is a
9083         composite char, check the first component of the composite char.
9085 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
9087         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9088         and track-mouse.
9090 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9092         * mail/sendmail.el (mail-yank-original): Remove text properties
9093         after insertion.
9094         (mail-yank-region): Barf if no mark is set in the message
9095         being replied to.
9097         * help.el (function-called-at-point): First look for function at point.
9099 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9101         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9103 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9105         * simple.el (what-cursor-position): Print character encoding also.
9107 1998-12-26  Dave Love  <fx@gnu.org>
9109         * textmodes/flyspell.el: If local-maps work, don't put
9110         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9111         in flyspell-mouse-map (only).
9112         (flyspell-use-local-map): New variable.
9113         Use a different mouse-2 binding in that case,
9114         and don't add to minor-mode-map-alist.
9115         (make-flyspell-overlay, flyspell-correct-word):
9116         Test flyspell-use-local-map.
9118 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9120         * files.el (file-expand-wildcards): Handle wildcards in directory name.
9121         Be careful about whether to return a relative file name,
9122         and if so, relative to what directory.
9124 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9126         * emacs-lisp/easymenu.el (easy-menu-get-map):
9127         Change global map only if this menu exists in the global map already,
9128         and not in the local map.
9129         (easy-menu-do-add-item): Fix error message.
9131         * foldout.el (foldout-inhibit-key-bindings):
9132         Avoid concatenating onto outline-minor-mode-prefix.
9133         Make a new keymap for that prefix, if it does not already have one.
9135 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
9137         * cperl-mode.el:
9138         Can use linear algorithm for indentation if Emacs supports it.
9139         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
9140         (cperl-after-block-p):  Likewise.
9141         (cperl-after-block-and-statement-beg): Likewise.
9142         (cperl-after-block-p):  After END/BEGIN we are a block.
9143         (cperl-after-expr-p):   Skip labels when checking
9144         (cperl-indent-region):  Make a marker for END - text added/removed.
9145         Disable hooks during the call (how to call them later?).
9146         Now indents 820-line-long function in 6.5 sec (including
9147         syntaxification) the first time (when buffer has few
9148         properties), 7.1 sec the second time.
9149         (cperl-indent-region):  Do not indent whitespace lines
9150         (cperl-style-alist)
9151                 Include `cperl-merge-trailing-else' where the value is clear.
9152         (cperl-styles-entries): Likewise.
9153         (cperl-problems):       Improvements to docs.
9154         (cperl-tips):           Likewise.
9155         (cperl-non-problems):   Likewise.
9156         (cperl-mode):           Make lazy syntaxification possible.
9157         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9158         `font-lock-unfontify-region-function' was set to a wrong function.
9160         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9161         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
9162         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9163         but 1<<6 was considered as HERE-doc.
9164         <file/glob> made into a string.
9165         Postpone addition of faces after syntactic step.
9166         Recognition of <FH> was wrong.
9167         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
9168         Knows that split// is null-RE.
9169         Highlights separators in 3-parts expressions as labels.
9170         <> was considered as a glob.
9171         Would err if the last line is `=head1'.
9172         $a-1 ? foo : bar; was a considered a regexp.
9173         `<< (' was considered a start of HERE-doc.
9174         mark qq[]-etc sections as syntax-type=string
9175         Was not processing sub protos after a comment ine.
9176         Was treating $a++ <= 5 as a glob.
9177         Tolerate unfinished REx at end-of-buffer.
9178         `unwind-protect' was left commented.
9179         / and ? after : start a REx.
9181         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9182         Better default, customizes to `message' too, off in text-mode.
9184         (cperl-array-face): Renamed from `font-lock-emphasized-face',
9185         `defface'd.
9186         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9187         `defface'd.
9188         (cperl-emacs-can-parse):        New state variable.
9189         (cperl-indent-line):    Corrected to use global state.
9190         (cperl-calculate-indent):       Likewise.
9191         (cperl-fix-line-spacing):       Likewise (not used yet).
9192         (cperl-calculate-indent):       Did not consider `,' as
9193         continuation mark for statements.
9194         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9195         Remove another parse-data optimization at toplevel: would
9196         indent correctly.
9197         Correct for labels when calculating indentation of continuations.
9198         Docstring updated.
9199         (cperl-choose-color):   Converted to a function (to be
9200         compilable in text-mode).
9201         (cperl-dark-background):        Disable without window-system.
9202         Do `defface' only if window-system.
9203         (cperl-fix-line-spacing):       Sped up to bail out early.
9204         (x-color-defined-p): Was not compiling on XEmacs
9205         Was defmacro'ed with a tick.  Remove another def.
9206         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9207         (cperl-unwind-to-safe): New function.
9208         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9209         (cperl-fontify-syntaxically): Unwinds start and end to go out of
9210                                      long strings (not very successful).
9211         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
9212         Highlight the starting // in s//foo/ as function-name.
9213         Emit a meaningful error instead of a cryptic one for an
9214         uncomplete REx near end-of-buffer.
9216         (cperl-electric-keyword):       `qr' recognized.
9217         (cperl-electric-else):          Likewise
9218         (cperl-to-comment-or-eol):      Likewise
9219         (cperl-make-regexp-x):  Likewise
9220         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
9221         Corrected to use new macros;
9222         `if' for copying `reference-face' to `constant-face' was backward.
9223         remove init `font-lock-other-emphasized-face',
9224         `font-lock-emphasized-face', `font-lock-keyword-face'.
9225         Interpolate `cperl-invalid-face'.
9226         (cperl-make-regexp-x):  Misprint in a message.
9227         (cperl-syntaxify-unwind): New configuration variable
9228         (cperl-fontify-m-as-s): New configuration variable
9229         (cperl-electric-pod):   Check for after-expr was performed
9230         inside of POD too.
9231         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9232         (cperl-clobber-mode-lists): New configuration variable.
9233         (cperl-not-bad-style-regexp):   Updated.
9234         Init:                   `cperl-is-face' was busted.
9235         (cperl-make-face):      New macros.
9236         (cperl-force-face):     New macros.
9237         (font-lock-other-type-face): Done via `defface' too.
9238         (cperl-nonoverridable-face):    New face.  Renamed from
9239         `font-lock-other-type-face'.
9240         (cperl-init-faces-weak):        Use `cperl-force-face'.
9241         (cperl-comment-indent): Commenting __END__ was not working.
9242         (cperl-indent-for-comment):     Likewise.
9243         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9244         When removing old TAGS info was not relativizing filename.
9245         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9246         Another try to work around XEmacs problems.  Better progress messages.
9247         (toplevel):             Require custom unprotected => failure on 19.28.
9248         (cperl-xemacs-p):       Defined when compile too
9249         (cperl-find-tags):      Was writing line/pos in a wrong order,
9250         pos off by 1 and not at beg-of-line.
9251         (cperl-etags-snarf-tag): New macro
9252         (cperl-etags-goto-tag-location): New macro
9253         (cperl-version):        New variable.  New menu entry
9254         random docstrings:      References to "future" 20.3 removed.
9255         Menu was described as `CPerl' instead of `Perl'
9256         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9257         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9258         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9259         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9260         `font-lock-reference-face', `font-lock-keyword-face'.
9261         Use `eval-after-load'.
9262         Remove not-CPerl-related faces.
9263         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9264         (cperl-indent-exp):     Was not processing else-blocks.
9265         (cperl-get-state):      NOP line removed.
9266         (cperl-ps-print):       New function and menu entry.
9267         (cperl-ps-print-face-properties):       New configuration variable.
9268         (cperl-invalid-face):   New configuration variable.
9269         (perl-font-lock-keywords):      Highlight trailing whitespace
9270         (cperl-contract-levels):        Documentation corrected.
9271         (cperl-contract-level):         Likewise.
9272         (cperl-ps-extend-face-list):    New macro.
9273         (cperl-invalid-face):   Change to ''underline.
9275 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9277         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9278         for read-file-name.
9279         (rmail-output-to-rmail-file): Likewise.
9281 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9283         * emacs-lisp/easymenu.el (easy-menu-get-map):
9284         If MENU is nil, use global menu-bar map.
9285         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9286         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9288 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9290         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9292 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9294         * ps-print.el (ps-print-version): New version number (4.1.3).
9296 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9298         * international/mule-cmds.el: Use make-sparse-keymap instead of
9299         define-prefix-key when defining MULE menu items.
9301         * info.el (Info-node-at-bob-matching): New function.
9302         (Info-find-node, Info-build-node-completions): Call it.
9304 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9306         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9307         when this is an autoloaded keymap.
9309 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9311         * international/codepage.el (cp-coding-system-for-codepage-1):
9312         Create separate encoders and decoders, for DOS and Unix.  Make the
9313         usual family of 3 coding systems, so that automatic detection of
9314         EOL type works.
9315         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9316         Unix-specific symbols here, and don't call
9317         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9318         Handa <handa@etl.go.jp>.)
9320         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9322         * term/internal.el (IT-character-translations): New variable, an
9323         alist used to display characters for which there's no glyphs in
9324         the current codepage.
9325         (IT-display-table-setup): New function, sets up the DOS terminal
9326         for a given codepage.
9327         (dos-codepage-setup): New function, sets up the MULE environment
9328         for the current value of dos-codepage.
9329         (top-level if): In the multibyte mode, turn on
9330         unibyte-display-via-language-environment.  In the unibyte mode,
9331         set up the special syntax tables to map lower- to upper case and
9332         back.
9334 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9336         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9337         (speedbar-frame-plist) Remove useless comments.
9338         (speedbar-frame-mode) Do not specify height if it is in the param list.
9339         Use default y position w/out changing it.
9340         If default x position is a list, keep, calculate the non-list X
9341         value when devining an initial position.
9342         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9343         (speedbar-tag-group-name-minimum-length): New variable.
9344         (speedbar-frame-parameter): New compatibility function.
9345         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9346         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9347         groups to keep things in the right order, and to help with some
9348         naming conventions.
9349         (speedbar-create-tag-hierarchy): Enable buffer local version of
9350         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9351         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9352         the case, derive it from the cursor location in speedbar.
9354 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9356         * international/mule-cmds.el (set-language-environment): On MS-DOS
9357         terminals, install DOS-specific nonascii-translation-table if the
9358         language info doesn't specify one.  Pass the default eol-type to
9359         set-language-environment-coding-systems.
9360         (set-default-coding-systems): Copy the eol-type property for the
9361         new default values of {buffer-file,process}-coding-system from the
9362         old defaults.
9363         (set-language-environment-coding-systems): Accept an optional
9364         argument EOL-TYPE, and set the eol-type property of the default
9365         coding systems accordingly.
9366         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9367         (set-keyboard-coding-system): Likewise.
9368         (set-default-coding-systems): Don't set
9369         default-terminal-coding-system on MS-DOS to anything but nil.
9370         (prefer-coding-system): Describe in the doc string that
9371         default-terminal-coding-system is not changed on MS-DOS.
9372         (set-language-environment): For MS-DOS, set standard syntax table
9373         and display table for all characters with code above 127.
9374         (standard-display-european-internal): For MS-DOS, pass all
9375         characters with code above 127 directly to the terminal, and don't
9376         remap characters 160 and 146 in the unibyte case.
9378         * international/codepage.el: New file.
9380 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9382         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9383         comments.
9385 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9387         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9389         * subr.el (read-passwd): Likewise.
9391 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9393         * info.el (Info-find-node): Add 1 to the position read from the
9394         tag table.  Don't fail if the node delimiter ^_ is the first
9395         character in the file.
9396         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9397         first character in the file.
9398         (Info-read-subfile): Likewise.
9399         (Info-select-node): Likewise.
9400         (Info-build-node-completions): Likewise.
9402 1998-12-16  Richard Stallman  <rms@gnu.org>
9404         * term/x-win.el (x-cut-buffer-or-selection-value):
9405         If clipboard is enabled, try it before PRIMARY selection.
9407 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9409         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9410         insert c-cedilla and C-cedilla respectively, like in latin-1.
9412 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9414         * language/hebrew.el: Don't use sublists in the flags argument
9415         passed to make-coding-system.
9417 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9419         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9420         list of character sets found by find-charset-region.
9422         * ps-mule.el: Always require ps-print.  Move some function
9423         definitions for Emacs 20.2 and the earlier to ps-print.el.
9424         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9426         * ps-print.el: Define several functions for Emacs 20.2 and the
9427         earlier version.
9428         (ps-printer-name): Check if printer-name is bound.
9430 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9432         * ps-mule.el: Programming uniformization and little code improvement.
9433         (ps-mule-prepare-font): Programming uniformization.
9434         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9435         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9437         * ps-bdf.el: Programming uniformization and little code improvement.
9438         (bdf-search-and-read): New fun.
9439         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9440         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9441         (bdf-info-relative-compose, bdf-info-baseline-offset)
9442         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9443         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9444         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9445         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9446         improvement.
9448 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9450         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9451         and mule related code extraction. Autoload ps-mule funs.
9453         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9454         (ps-mule-prologue-generated): New fun.
9455         (ps-mule-plot-string): Add autoload cookie.
9456         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9458 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9460         * ps-bdf.el: Require ps-mule instead of ps-print.
9461         (bdf-directory-list): Add autoload cookie.
9463         * ps-mule.el: New file.  Mule related code extracted from
9464         ps-print.el.  Require ps-print, provide ps-mule.
9465         (ps-multibyte-buffer): Add autoload cookie.
9466         (ps-mule-prepare-ascii-font): New fun.
9467         (ps-mule-set-ascii-font): New fun.
9468         (ps-mule-skip-same-charset): Fun deleted.
9469         (ps-mule-plot-string): Set ps-mule-current-charset.
9470         (ps-mule-initialize): Add autload cookie.  Don't set
9471         ps-mule-font-info-database here.
9472         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9473         ps-mule-font-info-database and ps-control-or-escape-regexp.
9474         (ps-mule-begin-page): New fun.
9476         * ps-print.el: Mule related code moved to ps-mule.el.
9477         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9478         check ps-mule-charset-list.
9479         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9480         ps-mule-begin-page.
9481         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9482         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9483         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9484         instead skip same charsets by itself.
9485         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9486         non-nil.  Call ps-mule-begin-job.
9488 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9490         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9491         instead of bdf.
9493         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9494         (ps-mule-external-libraries): New element FEATURE.
9495         (ps-mule-init-external-library): Ajusted for the above change.
9496         (ps-mule-generate-font): Likewise.
9497         (ps-mule-generate-glyphs): Likewise.
9498         (ps-mule-prepare-font): Likewise.
9499         (ps-mule-initialize): Likewise.
9500         (ps-begin-file): Superfluous tailing parenthesis deleted.
9502 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9504         * international/fontset.el (x-decompose-font-name): If PATTERN
9505         doesn't have any wild cards, return a vector made from a name that
9506         is found by x-resolve-font-name found.  Comments added.
9508         * international/mule-cmds.el (find-coding-systems-for-charsets):
9509         Handle the case of unknown charset.
9510         (find-multibyte-characters): If invalid multibyte characters are
9511         found, return the corresponding strings instead of character
9512         codes.
9513         (find-multibyte-characters): Adjusted for the above change.
9514         (select-safe-coding-system): For a unibyte buffer, always returns
9515         DEFAULT-CODING-SYSTEM.
9516         (get-charset-property): Fix previous change.  Make it a function.
9517         (put-charset-property): Make it a function.
9519         * international/mule.el (make-coding-system): Set mime-charset
9520         property of *-with-esc coding system to nil.
9522         * international/quail.el (quail-point-in-conversion-region): New
9523         function.
9524         (quail-conversion-backward-delete-char): When a key sequence is
9525         being translated, call quail-delete-last-char.
9527         * language/devan-util.el
9528         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9529         handle devanagari-decomposition-rules.
9531 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9533         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9534         tex-start-options-string to empty string.
9535         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9537 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9539         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9540         5xx responses are already handled properly).
9542 1998-12-13  Richard Stallman  <rms@gnu.org>
9544         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9545         on a non-digit in the file name.
9547         * simple.el (comment-region): Handle comment-padding
9548         separately for insertion and for deletion, in the right way for each.
9550 1998-12-13  Felix Lee  <flee@cygnus.com>
9552         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9553         regexp to match "ChangeLog:1:1998-12-09 ..."
9555 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9557         * cus-start.el (dos-unsupported-char-glyph): Add.
9559 1998-12-11  Dave Love  <fx@gnu.org>
9561         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9562         forward-sexp in condition-case.
9564         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9565         Remove unnecessary test on `library' for explicit file name.
9566         Widen scope of save-match-data.
9568 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9570         * international/mule.el (load-with-code-conversion): If the loaded
9571         file was inserted  with no-conversion or raw-text coding system,
9572         make the buffer unibyte.
9574 1998-12-09  Richard Stallman  <rms@gnu.org>
9576         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9577         Get rid of nested loops.
9579         * mouse.el (mouse-drag-vertical-line):
9580         If WHICH-SIDE is not `right', then scroll bars are on the left.
9582         * loadhist.el (load-history-loaded): defvar moved to help.el.
9584         * help.el (symbol-file-load-history-loaded): Variable renamed,
9585         and defvar moved from loadhist.el.
9586         (symbol-file): Renamed from describe-function-find-file.
9587         Load fns-VERSION.el here.
9588         (describe-variable, describe-function-1): Use symbol-file.
9590         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9591         Don't start the name with #.
9593         * ispell.el: Take out the eval-when's.
9595 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9597         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9598         (dirtrack): Run it.  Make debug message more verbose.
9600 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9602         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9603         name of the abbrev table, and provide support for XEmacs.
9604         (octave-xemacs-p): New variable.
9606 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9608         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9609         exit, when mail-interactive is nil.
9611 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9613         * files.el (after-find-file): Message fix.
9615 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9617         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9619 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9621         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9622         filenames using backslashes.
9624 1998-12-09  Dave Love  <fx@gnu.org>
9626         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9627         with correct number of args.
9628         (browse-url-maybe-new-window): New arg.  Callers changed.
9630         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9631         comment.
9633 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9635         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9637 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9639         * vc.el (vc-rcs-release): Fix Type.
9640         (vc-sccs-release): Fix Type.
9641         (vc-cvs-release): Fix Type.
9643         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9644         arg work right.
9646         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9647         output of last undeleted message.
9649 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9651         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9652         (buffer-undo-list) [windows-nt]: Use different relative path.
9654 1998-12-07  Simon Marshall  <simon@gnu.org>
9656         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9658 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9660         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9662         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9664 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9666         * info.el (Info-menu): Don't return error if point is between menu
9667         header and first menu item.
9669 1998-12-04  Dave Love  <fx@gnu.org>
9671         * help.el (describe-function-1): Fix description for alias.
9673 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9675         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9676         specifications from summary line.
9678         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9679         (close-rectangle): Define alias only once in loaddefs.el.
9681 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9683         * term/internal.el: Remove code which sets up a special syntax
9684         table for non-ASCII characters.
9686 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9688         * dos-w32.el (direct-print-region-function): Try to ensure that
9689         printer-name is expanded to a file name on a local drive;
9690         sometimes printing a file loaded from a network volume fails.
9691         (direct-print-region-function): Add a function to
9692         write-region-annotate-functions to append a formfeed character to
9693         the region being printed, if the region doesn't end with a
9694         formfeed already.  This avoids creating a second print job
9695         containing a blank page when print spooling is enabled on Windows.
9697 1998-12-02  Dave Love  <fx@gnu.org>
9699         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9700         `Info-goto-node'.
9702 1998-12-02  Richard Stallman  <rms@gnu.org>
9704         * help.el (temp-buffer-resize-mode): Doc fix.
9706         * cus-edit.el (custom-save-delete): Save point before
9707         reading a sexp, rather than backing up.
9709         * international/iso-transl.el: Fix previous change.
9711 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9713         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9714         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9715         Added defvars to suppress compilation warnings.
9717 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9719         * ispell.el: Improved and fixed customize for variables:
9720         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9721         ispell-dictionary-alist, ispell-skip-sgml.
9722         Improved and fixed comments in variables and messages for
9723         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9724         ispell-menu-map, ispell-checking-message, ispell-parser,
9725         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9726         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9727         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9728         ispell-message-text-end, ispell-add-per-file-word-list.
9729         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9730         system is now required for all languages.  Casechars improved for
9731         castellano, castellano8, and norsk dictionaries.  Dictionary
9732         norsk7-tex added.  Dictionary polish added.
9733         (ispell-dictionary-alist): Redefined at load-time to support
9734         dictionary changes.
9735         (ispell-menu-map): Redefined at load-time to support menu changes.
9736         (ispell-check-version): New alias for `check-ispell-version'.
9737         (ispell-parse-output): Fixed matching for ispell error messages.
9738         Correctly returns spelling suggestions in order generated by ispell
9739         process.
9740         (check-ispell-version): Ensure `case-fold-search' doesn't get
9741         redefined.
9742         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9743         redefined.  Fix bug that didn't respect case of word being completed.
9744         (ispell-init-process): Set process coding system to be compatible
9745         with emacs processes and the ispell process.
9746         (ispell-kill-ispell): Ensures ispell process has terminated before
9747         starting new process.  This can otherwise confuse process filters
9748         and hang the ispell process.
9749         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9750         skipping support for sgml.
9751         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9752         which could cause `ispell-complete-word' to hang.
9753         (ispell-message): Improved message reference matching.  Ensure
9754         `case-fold-search' doesn't get redefined.
9755         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9756         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9757         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9758         get redefined.
9760 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9762         * textmodes/flyspell.el (flyspell-check-word-p):
9763         Don't delay inside a kbd macro.
9765         * subr.el (make-local-hook): Return the hook variable.
9767 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9769         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9770         Use a timer instead of post-command-hook.
9771         (hscroll-timer): New variable.
9773 1998-11-30  Dave Love  <fx@gnu.org>
9775         * help.el (help-xref-button): Do nothing if text already has the
9776         help-xref property.
9777         (describe-variable): Revert previous change to hyperlink to source.
9779 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9781         * bindings.el (features): Add `base64' to this list.
9783         * loadhist.el (symbol-file): Doc fix.
9785         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9787         * files.el (hack-one-local-variable): Cope with non-file buffers.
9789 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9791         * help.el (describe-mode): Put major mode first.
9793         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9794         to support special-display and same-window features.
9796 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9798         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9799         bound in one function and used in the other.
9800         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9801         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9803 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9805         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9807 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9809         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9810         Give format correct control string.
9812         * international/mule.el (define-translation-table): Fix bug of
9813         setting incorrect translation-table-id.  If the first element of
9814         ARGS is a translation table, just register it.
9816         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9817         property.
9819 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9821         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9822         syntax table to determine what is whitespace.
9824 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9826         * frame.el (frame-parameter): Doc fix.
9828         * textmodes/tex-mode.el (tex-feed-input): New function.
9829         (tex-define-common-keys): Add binding for C-c C-m.
9831 1998-11-23  Dave Love  <fx@gnu.org>
9833         * progmodes/fortran.el: Various minor doc fixes.
9834         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9835         (fortran-with-subprogram-narrowing): New macro.
9836         (fortran-check-for-matching-do): Use it.
9837         (fortran-end-do): Use fortran-check-end-prog-re.
9838         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9839         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9841 1998-11-23  Simon Marshall  <simon@gnu.org>
9843         * font-lock.el (font-lock-defaults): Doc fix.
9844         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9845         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9847         * lazy-lock.el (lazy-lock-unstall):
9848         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9850         * fast-lock.el (fast-lock-save-cache-1):
9851         (fast-lock-cache-data): Rewritten to use with-temp-message.
9853 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9855         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9856         messages that have been added with DOS line endings and convert
9857         the line endings for such messages.
9859 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9861         * help.el: Add resizing of temporary buffers.
9862         (temp-buffer-resize-mode): New command and variable.
9863         (temp-buffer-max-height): New variable.
9864         (resize-temp-buffer-window): New function.
9866         * window.el (window-buffer-height): New function, split from
9867         shrink-window-if-larger-than-buffer.
9868         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9870 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9872         * frame.el (initial-frame-alist): Add defcustom.
9874         * shell.el (shell-prompt-pattern): Add defcustom.
9876 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878         * message.el (message-ignored-supersedes-headers): Remove
9879         NNTP-Posting-Date.
9881 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9883         * help.el (describe-mode): Don't avoid loop indirecting thru
9884         value of INDICATOR.
9886 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9888         * help.el (describe-variable): Allow any variable with a defcustom,
9889         even if it is not a user variable.
9891         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9893 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9895         * gnus/nntp.el (nntp-request-group): Allow for failures when
9896         requesting a new group.
9898 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9900         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9902 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9904         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9906 1998-11-19  Simon Marshall  <simon@gnu.org>
9908         * subr.el (with-temp-message): New macro.
9910         * emacs-lisp/lisp-mode.el (with-temp-message):
9911         Add lisp-indent-function property.
9913 1998-11-18  Dave Love  <fx@gnu.org>
9915         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9917 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9919         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9920         This is not obsolete.
9922 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9924         * textmodes/picture.el: Make a new map by make-keymap.
9925         (picture-desired-column): New variable.
9926         (picture-update-desired-column): New function.
9927         (picture-beginning-of-line): Set picture-desired-column to 0.
9928         (picture-end-of-line): Set picture-desired-column to the current
9929         column.
9930         (picture-forward-column): Pay attention to multi-column character.
9931         (picture-backward-column): Likewise.
9932         (picture-move-down): Likewise.
9933         (picture-move-up): Likewise.
9934         (picture-movement-nw): With prefix arg, move twice columns.
9935         (picture-movement-ne): Likewise.
9936         (picture-movement-sw): Likewise.
9937         (picture-movement-se): Likewise.
9938         (picture-set-motion): Handle two-column movements.
9939         (picture-move): Call picture-move-down or picture-forward-column
9940         only when necessary.
9941         (picture-insert): Pay attention to picture-desired-column.
9942         (picture-self-insert): Likewise.
9943         (picture-clear-column): Pay attention to multi-column character.
9944         (picture-mode): Modify doc-string for two-column movement.
9946         * rect.el (move-to-column-force): New function.
9947         (operate-on-rectangle): If coerce-tabs is non-nil, call
9948         move-to-column-force instead of move-to-column.
9949         (insert-rectangle): Call move-to-column-force instead of
9950         move-to-column.
9951         (open-rectangle-line): If begextra is not zero, call
9952         move-to-column-force.
9955 1998-11-16  Dave Love  <fx@gnu.org>
9957         * textmodes/sgml-mode.el Require skeleton when compiling.
9958         (sgml-font-lock-keywords-1): Accept single-letter tags.
9959         (v2): Defvar free variable.
9961 1998-11-16  Sam Steingold  <sds@goems.com>
9963         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9964         macro, not ELisp one.
9966 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9968         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9969         characters to symbol.
9971         * language/japan-util.el (japanese-zenkaku-region): New optional
9972         arg KATAKANA-ONLY.
9974 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9976         * international/mule.el
9977         (after-insert-file-set-buffer-file-coding-system): If the buffer
9978         is changed to unibyte, return inserted bytes.
9980         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9981         and link names if necessary.
9982         (tar-header-block-summarize): Handle the case that file or link
9983         names are multibyte.
9984         (tar-summarize-buffer): At first set the current buffer unibyte,
9985         then if there are multibyte file names, change it to multibyte.
9986         (tar-mode): Get char position from tar-header-offset.
9987         (tar-extract): Avoid multibyte<->unibyte conversion in
9988         insert-buffer-subsring by setting both buffers unibyte
9989         temporarily.
9990         (tar-copy): Set the buffer unibyte while doing a work.  Write
9991         without code conversion.
9992         (tar-expunge): Set the buffer unibyte while doing a work.
9993         (tar-alter-one-field): Likewise.
9994         (tar-clear-modification-flags): Compare byte position with
9995         tar-header-offset.
9996         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9997         insert-buffer-subsring by setting both buffers unibyte
9998         temporarily.  Pay attention to multibyteness while updating the
9999         descriptor-line.
10000         (tar-mode-write-file): Write without code conversion.
10002 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10004         * nngateway.el: Require cl.
10006 1998-11-15  Dave Love  <fx@gnu.org>
10008         * progmodes/fortran.el: Fix previous change:
10009         (fortran-end-prog-re1): Changed.
10010         (fortran-check-end-prog-re): New function.
10011         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10013 1998-11-13  Tom Breton  <tob@world.std.com>
10015         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10016         GNU Emacs.
10018 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
10020         * textmodes/reftex.el: (reftex-finding-files): Group documentation
10021         fixed.
10022         (reftex-toc-toggle-file-boundary,
10023         reftex-toc-toggle-labels,
10024         reftex-toc-toggle-context,reftex-find-start-point): New functions.
10025         (reftex-toc-include-labels, reftex-toc-include-context,
10026         reftex-toc-include-file-boundaries,
10027         reftex-toc-keep-other-windows): New options.
10028         (reftex-use-text-after-label-as-context): Option removed.
10029         (reftex-extract-bib-entries): Protect use in non-latex
10030         buffers.
10031         (reftex-toc-visit-location): Renamed from
10032         `reftex-toc-visit-line'.
10033         (reftex-latin1-to-ascii): Works now with and without Mule.
10034         (reftex-truncate): Removed special stuff for Emacs 20.2.
10035         (reftex-get-offset): Made more general.
10036         (reftex-show-label-location): Renamed from
10037         `reftex-select-label-callback'.
10038         (reftex-pop-to-label): Function removed (using
10039         `reftex-show-label-location' instead.
10040         (reftex-insert-docstruct): Renamed from
10041         `reftex-make-and-insert-label-list'.  Function args changed.
10042         (reftex-toc): Now uses `reftex-insert-docstruct' and
10043         `reftex-find-start-point'.
10044         (reftex-select-item): Use `reftex-find-start-point'.
10045         (reftex-toc-visit-line): Can display labels and file
10046         boundaries.
10047         (reftex-TeX-master-file): `(TeX-master-file)' protected.
10049 1998-11-12  Sam Steingold  <sds@goems.com>
10051         * browse-url.el (browse-url): Handle the case when
10052         `browse-url-browser-function' is a lambda list.
10054 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
10056         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10057         version string.
10058         * loadhist.el (symbol-file): Likewise
10060 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
10062         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10064 1998-11-11  Sam Steingold  <sds@goems.com>
10066         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10067         `run-lisp' instead of signalling an error.
10069 1998-11-11  Karl Heuer  <kwzh@gnu.org>
10071         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10073 1998-11-11  Richard Stallman  <rms@gnu.org>
10075         * vc-hooks.el (vc-toggle-read-only): Doc fix.
10077 1998-11-11  Per Starback  <starback@update.uu.se>
10079         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10080         renamed svenska8 to svenska, and fixed and extended CASECHARS
10081         for it.
10083 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
10085         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10086         handling if setpagedevice is not available.
10087         (ps-begin-file): Fix typo.
10089 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
10091         * international/mule-util.el (compose-chars-component): Signal
10092         error if CH is a rule-based composition character.
10093         (compose-chars): Signal error if an already compsed character is
10094         going to be composed by rule-base.
10096         * term/x-win.el: If a resolved ASCII font name doesn't conform to
10097         full XLFD, don't try to get information of WEIGHT and SLANT from
10098         that font name.
10100 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
10102         * dos-w32.el (set-default-process-coding-system): Use function on
10103         before-init-hook to set default-process-coding-system based on
10104         enable-multibyte-characters.
10106         * term/w32-win.el ([language-change]): For now ignore
10107         keyboard language-change events.
10109 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
10111         * ediff-util.el (ediff-make-temp-file): Run the prefix through
10112         convert-standard-file-name, but leave the results of
10113         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
10114         characters if the original name already exists, or has a special
10115         handler.
10117 1998-11-10  Karl Heuer  <kwzh@gnu.org>
10119         * international/iso-insert.el: Delete autoload cookies.
10121         * international/iso-transl.el: Add autoload cookies.
10123 1998-11-10  Richard Stallman  <rms@gnu.org>
10125         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10126         (ispell-process-line): Don't treat multibyte
10128 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
10130         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10131         setpagedevice to specify the page size if setpagedevice is
10132         available.  This is necessary to select the correct paper tray on
10133         Level 2 printers with multiple paper sizes available.
10135         (ps-begin-file): Cope with font names that contain spaces, and
10136         call BeginDoc in a BeginSetup/EndSetup block.
10138 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
10140         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10141         convert-standard-filename.
10143         * loadhist.el (symbol-file): Run fns-VERSION.el through
10144         convert-standard-filename.
10146 1998-11-06  Richard Stallman  <rms@gnu.org>
10148         * textmodes/texinfmt.el (texinfo-format-scan):
10149         Detect the case of two @-commands in a row; process just the first.
10150         (texinfo-append-refill): If line has a @c, insert the @refill
10151         before it.
10152         (texinfo-format-refill): Return with point where the @refill was.
10154         * files.el (hack-local-variables): Test local-enable-local-variables.
10155         (hack-local-variables-prop-line): Likewise.
10156         (set-auto-mode): Don't test local-enable-local-variables here.
10157         (enable-local-variables): Doc fix.
10158         (local-enable-local-variables): Doc fix.
10159         (normal-mode): Doc fix.
10161 1998-11-06  Karl Heuer  <kwzh@gnu.org>
10163         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10165 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
10167         * simple.el (line-number-mode): Doc fix.
10169 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
10171         * international/fontset.el (create-fontset-from-fontset-spec):
10172         Give correct arg to `error'.
10174 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
10176         * textmodes/sgml-mode.el (html-mode): Doc fix.
10177         (sgml-name-8bit-mode): Fix missing format character in message string.
10179 1998-11-05  Karl Heuer  <kwzh@gnu.org>
10181         * mail/sendmail.el (sendmail-send-it): Check for failure.
10183 1998-11-05  Richard Stallman  <rms@gnu.org>
10185         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10187         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10188         (close-rectangle): Define as alias.
10190 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
10192         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10194 1998-11-05  Dave Love  <fx@gnu.org>
10196         * help.el (describe-variable): Don't quote link to source.
10198 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
10200         * gud.el (gud-common-init): Use pop-to-buffer.
10201         (same-window-regexps): Add an element that matches all gud buffers.
10203 1998-11-04  Jason Rumney  <jasonr@altavista.net>
10205         * term/w32-win.el (x-get-selection-value): Alias to
10206         x-cut-buffer-or-selection-value.
10207         (w32-standard-fontset-spec): New variable.
10208         (w32-create-initial-fontsets, mouse-set-font): Check whether
10209         new-fontset is available.
10210         (w32-use-w32-font-dialog): Enable use of set-variable.
10212 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10214         * vc.el (with-vc-file, edit-vc-file): New macros.
10216 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
10218         * international/quail.el (quail-show-guidance-buf): Call
10219         set-minibuffer-window to set minibuffer window of the current
10220         frame correctly.
10222 1998-11-03  Theodore Jump <tjump@tertius.com>
10224         * term/w32-win.el: Require fontset.
10226 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
10228         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10229         (set-face-font-auto): Ditto.
10231 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10233         * mouse.el (mouse-drag-region): Fix typo.
10235 1998-11-02  Dave Love  <fx@gnu.org>
10237         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10238         (fortran-fontify-string): New function.
10239         (fortran-font-lock-keywords-1): Use it.
10241 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10243         * comint.el (comint-file-name-quote-list): Doc fix.
10245 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10247         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10248         build directory, not source directory.
10250         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10251         if we did not get one for the final move.
10253 1998-11-01  Dave Love  <fx@gnu.org>
10255         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10256         Don't funcall browse-url-browser-function.
10258         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10259         Don't funcall browse-url-browser-function.
10261         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10263 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10265         * files.el (revert-buffer): Doc fix.
10267 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10269         * textmodes/tex-mode.el (tex-start-options-string):
10270         Quote the backslashes with more backslashes.
10272 1998-10-31  Dave Love  <fx@gnu.org>
10274         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10275         (webjump): Don't funcall browse-url-browser-function.
10277 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10279         * international/quail.el (quail-start-translation): Handle
10280         switching of the frame in read-key-sequence.
10281         (quail-start-conversion): Likewise.
10282         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10283         windows before setting an appropriate window for it.
10284         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10285         quail-guidance-win to nil.
10286         (quail-update-guidance): If quail-guidance-buf is not in the
10287         selected frame, call quail-show-guidance-buf again.
10289 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10291         * progmodes/pascal.el (pascal-mode):
10292         `blink-matching-paren-dont-ignore-comments' set to t.
10294 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10296         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10298 1998-10-30  Dave Love  <fx@gnu.org>
10300         * vc.el (vc-backend-merge-news): Check for "P" output.
10302         * help.el (describe-variable): Hyperlink the definition.
10304 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10306         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10307         (sh-set-shell): Likewise.
10309         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10311         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10312         (edebug-on-error): Fix customize type to match that of
10313         debug-on-error.
10315         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10317         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10318         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10320         * international/mule-cmds.el (select-message-coding-system): Doc
10321         fix.
10323         * international/mule-diag.el (describe-coding-system): Describe
10324         all flags.
10326         * mail/sendmail.el (sendmail-coding-system,
10327         default-sendmail-coding-system): Doc fix.
10329         * simple.el (shell-command-on-region): Doc fix.
10331         * loadup.el: Write fns-*.el in current directory instead of
10332         data-directory since no installation directory exists yet.  Mark
10333         buffer unmodified afterwards.
10335         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10336         instead of data-directory since it is architecture dependent.
10337         (load-history-loaded): Update doc string.
10339 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10341         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10342         path as a default directory when canonicalizing names.
10344         * w32-fns.el: Remove a dangling reference to a directory on the
10345         build machine.
10347 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10349         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10350         namespace related keywords such as `class', `body', `private',
10351         `variable', `namespace eval', etc.
10352         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10353         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10354         imenu and font-lock so that searches for \sw would find words
10355         containing colons.
10357         * progmodes/etags.el (initialize-new-tags-table):
10358         Do not alter find-tag-marker-ring and tags-location-ring.
10360 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10362         * term/w32-win.el: Require fontset.
10363         (w32-init-fontsets): New function (code from x-win.el).
10365 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10367         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10368         calendar-and-diary-frame-parameters):  Add title parameter.
10370 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10372         * completion.el (dynamic-completion-mode): New function to enable
10373         the mode.  (Just loading the file now does not change anything.)
10375 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10377         * ps-print.el: User option for multibyte buffer handling and doc fix.
10378         (ps-multibyte-buffer): New user option.
10379         (ps-setup): Print new user option.
10380         (ps-print-quote): New fun.
10381         (ps-color-p, ps-mule-font-info-database-latin): New var.
10382         (ps-default-color, ps-mule-font-info-database)
10383         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10384         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10385         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10386         Little code improvement.
10387         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10388         (ps-print-prologue-header, ps-font-family, ps-font-size)
10389         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10390         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10391         (ps-mule-external-libraries, ps-mule-init-external-library)
10392         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10393         Doc fix.
10394         (ps-print-version): New version number (4.1.1) and doc fix.
10395         (ps-print-prologue-header): New user option.
10396         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10397         Conditional compilation for GNU Emacs and emacsens.
10398         (ps-generate-postscript-with-faces): Skip invisible text better.
10399         (ps-setup): Print new user option.
10400         (ps-print-preprint): Check if input file name exists and is unwritable.
10401         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10402         and insert user PostScript prologue header comments.
10403         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10404         New funs.
10405         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10406         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10407         PostScript programming normalization.
10408         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10409         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10410         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10411         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10412         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10413         Programming style normalization.
10415 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10417         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10418         version, check the value of mule-version.
10420         * international/mule-util.el (compose-region): Insert then delete
10421         to preserve markers.
10422         (decompose-region): Use search-forward for efficiency.
10424         * language/chinese.el (pre-write-encode-hz): Cancel previous
10425         change, use generate-new-buffer instead of get-buffer-create.
10426         * language/devan-util.el
10427         (in-is13194-devanagari-pre-write-conversion): Likewise.
10428         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10429         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10430         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10432 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10434         * mail/rmailsum.el (rmail-message-subject-p):
10435         Handle message whose header has not been reformatted.
10437         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10439 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10441         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10442         New variables.
10443         (mouse-set-font): Use font menus instead of dialog according to
10444         w32-use-w32-font-dialog.
10446 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10448         * calendar/calendar.el (calendar-day-name-array): Add doc string
10449         correctly!
10450         (calendar-month-name-array): Add doc string correctly!
10452 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10454         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10456 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10458         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10460         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10462         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10464         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10466 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10468         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10470 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10472         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10473         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10474         (profile-filter, profile-reset-timer): Functions deleted.
10475         (profile-check-zero-init-times, profile-get-time): Likewise.
10476         (profile-find-function, profile-quit): Likewise.
10477         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10478         (profile-time-list, profile-init-list): Doc fix.
10479         (profile-functions): Simplify.
10480         (profile-print): Use float.  Make output include space separators.
10481         (profile-add-time): New helper function.
10482         (profile-function-prolog): Renamed from profile-start-function.
10483         Handle profile-distinct.
10484         (profile-function-epilog): Renamed from profile-update-function.
10485         Handle profile-distinct.
10486         (profile-a-function): If the function to be profiled is an
10487         autoload form, load it.  If it's lazy-loaded, fetch it.
10488         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10489         (profile-restore-fun): Arg FUN is now a function symbol, as was
10490         documented, rather than a one-element list.
10491         (profile-finish): Call profile-restore-fun properly.
10493 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10495         * international/characters.el: Setup charset property
10496         nospace-between-words.
10498         * international/mule-cmds.el (get-charset-property): If CHARSET is
10499         composition, return nil.
10500         (put-charset-property): If CHARSET is composition, do nothing.
10502         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10503         * language/devan-util.el
10504         (in-is13194-devanagari-pre-write-conversion): Likewise.
10505         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10506         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10507         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10509         * textmodes/fill.el (sentence-end-without-period): New variable.
10510         (canonically-space-region): Pay attention to
10511         sentence-end-without-period.
10512         (fill-find-break-point): The first argument CHARSET deleted.
10513         Caller changed.
10514         (fill-region-as-paragraph): Pay attention to charset property
10515         nospace-between-words and text property nospace-between-words.
10517 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10519         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10520         an unrecognized shell.
10522 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10524         * desktop.el (desktop-save): Include minor modes symbolically.
10525         (desktop-create-buffer): Turn on all minor modes in `mim'.
10527 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10529         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10530         (sh-font-lock-keywords): Handle rpm and rpm2.
10531         (sh-ancestor-alist): Handle rpm.
10533         * files.el (auto-mode-alist): Recognize .rpm files.
10534         Also .spec and .mspec files.
10536 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10538         * faces.el (frame-set-background-mode): Enable the function for
10539         MSDOS frames.
10541 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10543         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10544         (calendar-month-name-array): Add doc string.
10546 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10548         * simple.el (kill-ring-max): Increased to 60.
10550 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10552         * international/characters.el: Setup auto-fill-chars.
10554         * international/kinsoku.el (kinsoku): Check the variable
10555         enable-kinsoku.
10557         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10558         Don't call kinsoku directly, intead call fill-find-break-point.
10560         * textmodes/fill.el: Setup `fill-find-break-point-function'
10561         property to character sets which require `kinsoku' processing for
10562         filling.
10563         (fill-find-break-point): New function.
10564         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10565         Don't call kinsoku directly, intead call fill-find-break-point.
10567 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10569         * faces.el (modify-face-read-string): Return (nil) for "none".
10570         (modify-face): Don't get error if (nil) is the argument.
10571         (face-try-color-list): Don't check whether nil is a valid color.
10573 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10575         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10576         Print message about each directory, even in batch mode.
10578         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10580         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10581         (ps-mule-string-char): No need to use sref.
10582         (ps-mule-next-index): No need to use sref.
10584         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10586         * files.el (revert-buffer-internal-hook): Add defvar.
10588         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10590         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10592 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10594         * international/mule-cmds.el (default-input-method): Fix custom type.
10596         * net-utils.el (whois-server-list): Fix customization type.
10598         * shell.el (shell-input-autoexpand): Fix customization group.
10600 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10602         * repeat.el (repeat): Handle keyboard macros properly.
10603         Handle new prefix arg after self-insert command.
10605         * repeat.el: Don't include cl even at compile time.
10606         (repeat): Avoid using `loop'.
10608         * simple.el (shell-command-on-region): Doc fix.
10609         (next-history-element): Special error message if no default.
10611 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10613         * ps-print.el (ps-print-buffer): Doc fix.
10614         (ps-despool): Likewise.
10616         * arc-mode.el (arc-mode): Provide arc-mode.
10618 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10620         * ps-print.el (ps-print-buffer): Doc fix.
10622 1998-10-14  Dave Love  <fx@gnu.org>
10624         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10625         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10626         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10628         * progmodes/fortran.el (fortran-mode-map): Change "Join
10629         Continuation Line" to "Join Line".
10630         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10632 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10634         * progmodes/fortran.el (fortran-join-line): Use
10635         `delete-indentation' instead of issuing an error message if not on
10636         a continuation line.  Provide for joining several lines using
10637         prefix arg.
10639 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10641         * term/pc-win.el (msdos-color-values): New variable.
10642         (x-color-values): New function, emulates its namesake from
10643         src/xfns.c.
10644         (msdos-bg-mode): Add all dark colors to those which return
10645         "dark".
10647 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10649         * replace.el (keep-lines, flush-lines, how-many):
10650         Don't ignore case if arg has upper case letters.
10652 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10654         * progmodes/vhdl-mode.el
10655         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10656         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10657         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10658         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10659         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10660         (vhdl-when): Fix indentation problem.
10661         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10662         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10663         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10665 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10667         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10668         (ls-lisp-insert-directory): Renamed from insert-directory.
10669         (insert-directory): New function.
10671 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10673         * simple.el (completion-fixup-function): Variable deleted.
10674         (completion-setup-function): Delete code for completion-fixup-function.
10675         * emacs-lisp/lisp.el (lisp-complete-symbol):
10676         Don't bind completion-fixup-function.
10678         * files.el (find-file-wildcards): New option.
10679         (find-file-noselect): Handle wild cards, if enabled.
10680         (file-expand-wildcards): New function.
10682         * simple.el (set-fill-column): Doc fix.
10684 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10686         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10688 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10690         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10691         Move declaration before first use.
10692         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10693         hif-math, hif-factor): Rename token to hif-token and token-list to
10694         hif-token-list.
10695         (hif-token, hif-token-list): Declare them.
10696         (hif-find-ifdef-block): Return cons of top and bottom point
10697         instead of setting dynamically bound variables.
10698         (hide-ifdef-block, show-ifdef-block): Use return value of
10699         hif-find-ifdef-block.
10701 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10703         * subr.el (read-passwd): Use clear-this-command-keys.
10705         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10707         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10708         and ...-for-write.
10710 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10712         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10713         responses to GROUP command, since this may be called from a timer
10714         with quit inhibited.
10716 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10718         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10719         set unconditional-jump to nil.
10720         (ccl-compile-read-multibyte-character): Return nil.
10721         (ccl-compile-write-multibyte-character): Likewise.
10722         (ccl-compile-translate-character): Likewise
10723         (ccl-compile-map-multiple): Likewise.
10724         (ccl-compile-map-single): Likewise.
10726         * international/kinsoku.el: Add coding tag.
10727         (kinsoku-bol): Remove superfluous TAB in a string.
10729         * international/mule-cmds.el (find-coding-systems-for-charsets):
10730         Delete `composition' (if any) from CHARSETS.
10732 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10734         * international/mule-cmds.el (setup-specified-language-environment):
10735         Add apropos-inhibit property.
10736         (describe-specified-language-support): Likewise.
10738 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10740         * international/mule.el (make-coding-system): Create -with-esc
10741         variant coding system.
10743 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10745         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10746         (next-file): Optionally offer to revert a file's buffer,
10747         if it has an existing buffer but the file has changed.
10749         * info.el (Info-insert-dir): Detect and report problems
10750         in input files, such as "No Top node".  Return with point
10751         at the beginning of the text.
10752         (Info-find-node): Reinsert the code to handle files
10753         with no tags table; it was deleted by mistake.
10755 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10757         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10758         texinfo-find-higher-level-node repeatedly find the same node.
10759         (texinfo-find-higher-level-node): Doc fix.
10761 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10763         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10764         (smtpmail-address-buffer): Add defvar.
10765         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10767         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10769         * ffap.el (ffap-machine-p-local): Fix editing error.
10771 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10773         * faces.el (frame-set-background-mode):
10774         Don't do anythung for text-only or MSDOS frame.
10776 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10778         * international/quail.el (quail-defrule): New optional arg APPEND.
10779         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10781 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10783         * gnus/pop3.el (pop3-open-server):
10784         Set process-coding-system-alist around open-network-stream.
10786 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10788         * files.el (save-buffer): Doc fix.
10790 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10792         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10793         return DEF unchanged, not nil.  Simplify.
10795 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10797         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10799 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10801         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10803         * net-utils.el (ftp, nslookup): Require comint.
10804         (network-service-connection): Likewise.
10805         (whois-server-name): Defaults to whois.arin.net
10806         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10807         (whois): Tries to guess the appropriate top-level domain server.
10808         (whois-get-tld): New function.
10810         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10811         (dirtrack-debug-toggle): Added this function.
10813 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815         * files.el (find-file-noselect): Switch to the correct buffer
10816         before checking find-file-literally, and allow non-nil non-t
10817         rawfile params.
10819 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10821         * midnight.el (clean-buffer-list): Add autoload cookie.
10823         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10824         no-autosave.
10825         * tar-mode.el (tar-mode-revert): Likewise.
10826         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10827         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10828         * gnus/message.el (message-auto-save-directory): Renamed from
10829         message-autosave-directory.  All references changed.
10831 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10833         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10834         string.  Expose mime stuff while searching.
10836 1998-10-06  Richard Stallman  <rms@gnu.org>
10838         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10840         * replace.el (perform-replace): Position point properly
10841         before and after the recursive edit of C-r.
10843         * progmodes/etags.el (tags-reset-tags-tables): Properly
10844         find the markers in the old rings that are being discarded.
10846 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10848         * apropos.el (apropos-print): Control invalid characters.
10850         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10851         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10852         confusing customize.
10854 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10856         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10857         built-in commands.  Add more built-in commands and fix face names.
10859 1998-10-05  Simon Marshall  <simon@gnu.org>
10861         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10863 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10865         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10866         customization since it is not useful in this case.
10867         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10868         sure it gets evalled to a number.  Also verify that set-frame-name
10869         fn exists before calling it.
10871         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10872         Protect a `forward-sexp' call which could fail, and improved regex
10873         for ie, and eg abbreviations.
10875 1998-10-02  Noah Friedman  <friedman@splode.com>
10877         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10878         send-string.
10879         (rlogin-send-Ctrl-D): Here also.
10880         (rlogin-send-Ctrl-Z): Here also.
10881         (rlogin-send-Ctrl-backslash): Here also.
10883 1998-10-02  Dave Love  <fx@gnu.org>
10885         * outline.el (hide-region-body): Bind
10886         outline-view-change-hook to nil while making repeated calls to
10887         outline-flag-region.  Run it once at the end.
10888         (hide-other, hide-sublevels, show-children): Likewise.
10890         * info-look.el: Remove duplicate scheme-mode entry.
10891         (info-lookup-make-completions): When looking for entries, check
10892         that `item' isn't null or "Menu".
10894 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10896         * net-utils.el: Don't require ffap.
10897         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10898         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10900 1998-09-30  Richard Stallman  <rms@gnu.org>
10902         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10904         * imenu.el (imenu--generic-function): Sort each submenu by position.
10905         (imenu--sort-by-position): New function.
10907         * cus-edit.el (Custom-mode-menu): Fix info node name.
10908         (customize group): Fix info node name.
10910         * mail/mailalias.el (build-mail-aliases): Don't allow
10911         a newline in the alias name.  Don't define an alias
10912         if the definition would be empty.
10914         * which-func.el (which-func-mode-global): Make :set function
10915         more reliable.
10917         * custom.el (custom-set-variables): Load the requests first,
10918         then check the symbol's `set' function.
10920         * ffap.el: Doc fixes.
10922 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10924         * gnus.el: (gnus-valid-select-methods): Fix type.
10925         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10926         * gnus-score.el (gnus-orphan-score): Fix type.
10927         (gnus-score-default-header, gnus-score-default-type): Fix type.
10928         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10929         (gnus-saved-headers): Fix type.
10931         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10932         Avoid nil value of `two-lines-citation-part'.
10934 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10936         * which-func.el (which-function): Handle case when
10937         (car imenu--index-alist) is nil.
10939 1998-09-29  Dave Love  <fx@gnu.org>
10941         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10942         bzip2 args.
10944 1998-09-29  Simon Marshall  <simon@gnu.org>
10946         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10947         comint-exec-hook.
10949 1998-09-29  Stephen Eglen  <stephen@gnu.org>
10951         * info-look.el: Add support for Octave.
10953 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
10955         * textmodes/reftex.el (reftex-finding-files): New customize group.
10956         (reftex-texpath-environment-variables,
10957         reftex-use-external-file-finders, reftex-external-file-finders,
10958         reftex-search-unrecursed-path-first): New options.
10959         (reftex-process-string, reftex-find-file-externally): New
10960         functions.
10961         (reftex-access-search-path): Execute shell commands to find the
10962         search path.
10963         (reftex-toggle-auto-view-crossref): When turning on, make sure
10964         `reftex-auto-view-crossref' becomes non-nil.
10965         (reftex-abbrev-regexp): Constant removed.
10966         (reftex-convert-string): Abbrev regexp calculated locally.
10968 1998-09-28  Dave Love  <fx@gnu.org>
10970         * progmodes/fortran.el: Don't call regexp-opt when deriving
10971         font-lock patterns with keywords that aren't all literal.
10973 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10975         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
10976         the form `octave.bin:1>' which come from using precopiled binary
10977         versions.
10979 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10981         * help.el (help-for-help): Use %THIS-KEY%.
10982         (help-quit): Add doc.
10984         * help-macro.el (make-help-screen): Keep HELP-TEXT
10985         in a separate function definition, not in the help command FNAME.
10986         Replace %THIS-KEY% with the key sequence that ran FNAME.
10988 1998-09-25  Richard Stallman  <rms@gnu.org>
10990         * textmodes/texinfo.el (texinfo-show-structure):
10991         Bind inhibit-read-only.
10993         * isearch.el (isearch-search-and-update): Properly
10994         handle upper case letters in the reverse-search special case.
10996 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10998         * gnus.el: Extend the list of autoloaded functions.
11000         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11001         buffer before creating help group. (from Gnus v5.6.43, fix by
11002         1998-08-20 Per Starback <starback@update.uu.se>)
11004         * gnus-util.el (gnus-output-to-rmail): Adjust to
11005         `rmail-output-to-rmail-file'.
11007 1998-09-25  Karl Heuer  <kwzh@gnu.org>
11009         * hexl.el (hexl-mode-map): More of previous change.
11011         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11012         (tex-start-tex): Don't use tex-start-options-string in star case.
11013         Quote file name in star case as well as in non-star.
11014         Add blank and quoting of option string here.
11015         (tex-start-options-string): Not here.
11017 1998-09-23  Karl Heuer  <kwzh@gnu.org>
11019         * term.el (term-delimiter-argument-list): Doc fix.
11020         (term-emulate-terminal): Escape literal semicolon.
11021         * progmodes/asm-mode.el (asm-mode): Doc fix.
11022         (asm-comment-char): Escape literal semicolon.
11023         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11025 1998-09-23  Richard Stallman  <rms@gnu.org>
11027         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11028         only those that normally modify the buffer.
11030         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11031         over again.
11033 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
11035         * ispell.el (check-ispell-version): Ensure same buffer is current
11036         when let-binding of case-fold-search ends.
11038 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11040         * ps-print.el: Skip invisible overlay.
11041         Test for set-buffer-multibyte rather than using mule-version.
11042         (ps-print-version): New version number (4.1) and doc fix.
11043         (ps-generate-postscript-with-faces): Skip invisible overlay.
11045 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
11047         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11049 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
11051         * international/quail.el (quail-update-guidance): Check for the
11052         return value of (quail-guidance) fixed.
11053         (quail-update-translation): Bind quail-current-str locally when it
11054         calls quail-update-guidance.
11055         (quail-update-translation): If input-method-exit-on-first-char is
11056         non-nil, terminate translation only when the current input method
11057         is simple.
11059 1998-09-22  Paul Eggert  <eggert@twinsun.com>
11061         * startup.el (locale-translation-file-name): Prefer X-related names
11062         to the name used by GNU/Linux sans X.  Set to nil if no file found.
11063         (command-line): Use locale-translation-file-name if it is not nil,
11064         instead of testing for its existence again.
11065         regexp-quote the ctype before using it in a regexp.
11066         Allow a colon to appear after the ctype in the aliases file,
11067         as is done in X11R6.4.
11069 1998-09-21  Richard Stallman  <rms@gnu.org>
11071         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11073         * calendar/appt.el (appt-interval): Variable deleted.
11074         (appt-check): For minutes in between appt-display-interval times,
11075         do check, but don't display anything except an updated mode line.
11076         Count against appt-display-interval based on minutes since
11077         first display of this appointment, not based on time of day.
11078         If appt-display-mode-line, force mode line redisplay
11079         whenever appt-mode-string has changed.
11080         (appt-add, appt-delete): Add autoload cookies.
11081         (appt-check): Catch errors from calling `diary'.
11082         (appt-max-time): Renamed from max-time.
11083         (appt-now-displayed, appt-display-count): New variables.
11084         (appt-timer): Don't create one if we already have one.
11086         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11087         More general code to use the source buffer instead of the zap file.
11089         * hilit-chg.el (highlight-compare-with-file): Renamed from
11090         compare-with-file.
11092         * loadhist.el (load-history-loaded): New variable.
11093         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11095         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11097         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11098         Fix error messages.
11100 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
11102         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11103         Emacs frame.
11105 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11107         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11108         `undecided' and `undecided-unix'.
11110 1998-09-21  Dave Love  <fx@gnu.org>
11112         * help.el (help-make-xrefs): Fix typo affecting Info references.
11114         * subr.el (remove-hook): Check list values to avoid errors.
11116 1998-09-18  Noah Friedman  <friedman@splode.com>
11118         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11119         store string in eldoc-last-message without consing a new string.
11120         Rearrange logic from nested if's into cond's.
11121         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11122         Do not print message; just return string.
11123         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11124         Do not print message; just return string.
11125         Cache that string in eldoc-last-data.
11126         (eldoc-last-data): Make into a vector.
11127         (eldoc-get-fnsym-args-string): Use new data form of structure.
11128         (eldoc-get-var-docstring): Here also.
11129         (eldoc-last-data-store): New function.
11130         (eldoc-get-fnsym-args-string): Use it.
11131         (eldoc-get-var-docstring): Here also.
11132         (eldoc-docstring-first-line): Minimize interim string consing.
11133         Call substitute-command-keys on the result.
11134         (eldoc-print-var-docstrings, eldoc-print-docstring,
11135         eldoc-docstring-message): Functions removed.
11136         (eldoc-docstring-format-sym-doc): New function, functionality
11137         ripped out of eldoc-docstring-message.
11138         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11140 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
11142         * international/mule.el (make-coding-system): Doc-string modified.
11144 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
11146         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11148         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11149         customize type.
11151         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11152         type.
11154         * progmodes/compile.el (compilation-error-screen-columns): New
11155         variable.
11156         (compilation-next-error-locus): Use it to decide whether to use
11157         forward-char or move-to-column.
11159         * mail/rmail.el (rmail-movemail-program): Fix customize type.
11161         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11162         feedmail-fiddle-plex-user-list,
11163         feedmail-spray-address-fiddle-plex-list,
11164         feedmail-prompt-before-queue-user-alist,
11165         feedmail-prompt-before-queue-help-supplement,
11166         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11167         feedmail-queue-alternative-mail-header-separator): Fix customize
11168         type.
11170         * startup.el (site-run-file): Fix customize type.
11172         * speedbar.el (speedbar-initial-expansion-list-name): Fix
11173         customize type.
11175         * shell.el (shell-input-autoexpand): Fix customize type.
11177         * ps-print.el (ps-font-info-database): Add missing dots in value.
11178         Improve layout of customize type.
11180         * net-utils.el (traceroute-program-options, ping-program-options,
11181         ipconfig-program-options, netstat-program-options,
11182         arp-program-options, route-program-options,
11183         nslookup-program-options, ftp-program-options): Fix customize
11184         type.
11186         * midnight.el (clean-buffer-list-kill-regexps,
11187         clean-buffer-list-kill-buffer-names,
11188         clean-buffer-list-kill-never-buffer-names,
11189         clean-buffer-list-kill-never-regexps): Fix customize type.
11191         * man.el (Man-init-defvars): Avoid trailing nil on
11192         Man-filter-list.
11194         * lpr.el (printer-name): Fix customize type.
11196 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
11198         * international/mule-cmds.el (reset-language-environment): Call
11199         update-coding-systems-internal.
11201         * international/mule-conf.el: Call update-coding-systems-internal
11202         at the tail.
11204 1998-09-14  Dave Love  <fx@gnu.org>
11206         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
11207         use the menu-enable properties, pending doing it correctly and
11208         acceptably fast.
11210         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11212 1998-09-13  Dave Love  <d.love@dl.ac.uk>
11214         * progmodes/hideshow.el (hs-grok-mode-type): Check
11215         comment-{start,end} non-nil as well as bound.  Report an error if
11216         we can't grok the mode.
11218 1998-09-13  Richard Stallman  <rms@gnu.org>
11220         * simple.el (blink-matching-open): Don't log paren matching
11221         messages in *Messages*.
11223 1998-09-12  Richard Stallman  <rms@gnu.org>
11225         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11226         Set point-before-scroll at end even if there was an error.
11228         * ange-ftp.el (ange-ftp-insert-file-contents):
11229         Use binary mode for dumb-unix hosts as for unix hosts.
11230         (ange-ftp-copy-file-internal): Likewise.
11232         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11234         * emacs-lisp/pp.el: Doc fixes.
11236         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11237         (widget-choose): Don't use single-char shortcuts if # items
11238         exceeds that many.  Use minibuffer instead.
11240 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11242         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11244 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11246         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11247         in terminal mode.
11249 1998-09-10  Noah Friedman  <friedman@splode.com>
11251         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11252         defcustom declaration.  It's wreaking too much havoc with XEmacs
11253         and older versions of Emacs, which share this code.
11255         * type-break.el (type-break-mode): Here also.
11257         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11258         `t' to add-hook also to modify the new local value.
11260 1998-09-10  Dave Love  <fx@gnu.org>
11262         * vc.el (vc-insert-headers): Doc fix.
11264 1998-09-10  Richard Stallman  <rms@gnu.org>
11266         * textmodes/flyspell.el (flyspell-mode-on): Make the
11267         ispell-... variables permanent locals.
11268         (flyspell-mode-off): Add autoload cookie.
11270         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11271         do use binary mode, just as for `unix'.
11272         (ange-ftp-host-type): If HOST is nil, return `unix'.
11274         * dired.el (dired-mark-files-containing-regexp):
11275         Don't scan directories.  Ignore non-readable files.
11277         * progmodes/compile.el (compilation-error-regexp-alist):
11278         Fix previous change: allow . and _ in command name.
11280         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11282         * uncompress.el (uncompress-while-visiting):
11283         Use just the car of what find-operation-coding-system returns.
11285         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11287         * shell.el (shell-file-name-quote-list): Add # to the value.
11289 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11291         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11292         to make killing of ispell process work even if
11293         kill-all-local-variables has been run.
11295 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11297         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11298         loop when sexp entry ends at end of file with no newline.
11300 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11302         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11303         (Custom-reset-standard): Fix menu inconsistency.
11305         * mail/feedmail.el (feedmail-from-line): Allow t.
11306         (feedmail-message-id-suffix): Allow nil.
11308         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11309         Simplify.  Make prefix arg work right.
11311 1998-09-09  Dave Love  <fx@gnu.org>
11313         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11315         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11317 1998-09-08  Dave Love  <fx@gnu.org>
11319         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11320         stuff only after file names or at start of line.  Allow parens
11321         around e-mail, as well as angles.
11323         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11324         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11325         time for nicer failure if it's not available.
11327 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11329         * comint.el (comint-arguments): Ignore backslashes when using
11330         w32 shells that expect backslashes as the directory separator.
11332 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11334         * international/fontset.el (resolved-ascii-font): New variable.
11335         (x-complement-fontset-spec): By side effect, set
11336         `resolved-ascii-font' to the resolved name of ASCII font."
11337         (create-fontset-from-fontset-spec): Don't get a value for
11338         resolved-ascii-font from the list full-fontlist.  It is set by
11339         x-complement-fontset-spec now.
11341         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11342         version, check the value of mule-version.
11344 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11346         * textmodes/reftex.el (reftex-view-crossref): Split up into
11347         several functions.  No longer moves to find a macro.
11348         (reftex-view-cr-cite, reftex-view-cr-ref,
11349         reftex-end-of-bib-entry): New functions.
11350         (reftex-auto-view-crossref): New value `window' allowed.
11351         (reftex-view-crossref-when-idle): Process new `window' option in
11352         (reftex-translate-to-ascii-function): New default.
11353         (reftex-label-illegal-re): Default changed, removed Latin1.
11354         (reftex-latin1-to-ascii): New function.
11355         (reftex-what-environment): Check for section regexp before use.
11356         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11357         absolute path names.
11358         (reftex-TeX-master-file): Changed sequence of file checks.
11359         (reftex-do-citation): bibview cache only with RefTeX mode on.
11361 1998-09-06  Richard Stallman  <rms@gnu.org>
11363         * progmodes/compile.el (compilation-error-regexp-alist):
11364         In first pattern (GNU utilities and other things),
11365         allow a space after the optional program name at the beginning.
11367         * mail/mail-hist.el (mail-hist-current-header-contents):
11368         Fix previous change: use mail-header-end.
11370 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11372         * international/ccl.el: Doc fixes.
11373         * international/encoded-kb.el: Doc fixes.
11374         * international/fontset.el: Doc fixes.
11375         * international/kinsoku.el: Doc fixes.
11376         * international/kkc.el: Doc fixes.
11377         * international/mule-cmds.el: Doc fixes.
11378         * international/mule-conf.el: Doc fixes.
11379         * international/mule-util.el: Doc fixes.
11380         * international/mule.el: Doc fixes.
11382 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11384         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11385         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11386         (checkdoc-this-string-valid-engine): Permit ? as terminating
11387         punctuation for first line sentence breaking.
11388         (checkdoc-this-string-valid): When converting a comment into a doc
11389         string, make sure " chars are \".
11390         (checkdoc-sentencespace-region-engine): Only do double space check
11391         if based on the variable `sentence-end-double-space'
11392         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11393         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11395 1998-09-04  Richard Stallman  <rms@gnu.org>
11397         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11398         Recognize define-skeleton as a function definer.
11400         * cus-edit.el (customize-option): Refuse to customize
11401         a variable that has no defcustom.  But if variable is autoloaded,
11402         first try to load the library that defines it.
11404         * international/iso-insert.el: Use `string' before calling `insert'
11405         so that in multibyte buffers we insert multibyte chars.
11407         * dired.el (dired-mark-files-containing-regexp):
11408         Don't use find-file; instead, insert the file in a temp buffer.
11410         * textmodes/tex-mode.el (tex-start-options-string): New option.
11411         (tex-start-tex): Use that variable.
11413         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11414         value in the `repeat' alternative a list.
11416         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11417         the inserted newline, verify that one was really inserted.
11419         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11420         remains on or remains off.
11421         (flyspell-multi-language-p): Default changed to nil.
11423         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11424         In "found in comment" case, don't beginning-of-line after forward-line.
11426         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11427         If the function definition is not a lambda, return original FORM
11428         with no error.
11430 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11432         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11433         so that by default netstat shows all network connections.
11435 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11437         * international/quail.el: Doc fixes.
11439         * info.el (info): Don't add parens if FILE already has them.
11441 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11443         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11444         on extension lines.
11446 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11448         * w32-fns.el (w32-shell-dos-semantics): New function.
11450 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11452         * international/quail.el (quail-choose-completion-string): Store
11453         completion `choice' in `quail-current-str'; don't insert it.
11455 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11457         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11458         argument to ps-mule-generate-bitmap-font.
11460         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11461         entry and change Latin-1 entry in the default value.
11462         (ps-mule-font-info-database-ps-bdf): New variable.
11463         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11464         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11465         registerd in FONT-SPEC.
11466         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11467         charcter width of bitmap fonts.
11468         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11469         procedure NF.
11470         (ps-begin-file): Output PostScript code for setting
11471         SpaceWidthRatio.
11472         (ps-plot-region): Use line-beginning-position to get a position of
11473         the beginning of the current line.
11475         * international/mule-cmds.el (register-input-method): Doc-string
11476         modified.
11478 1998-09-01  Dave Love  <fx@gnu.org>
11480         * international/mule-cmds.el (current-language-environment): Fix
11481         setter function.
11483 1998-09-01  Simon Marshall  <simon@gnu.org>
11485         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11486         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11487         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11488         names with font-lock-type-face.  Fontify type specs, etc., with
11489         font-lock-keyword-face.
11491 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11493         * international/fontset.el (x-complement-fontset-spec): If ASCII
11494         font is specified in FONTLIST, don't substitute it for the
11495         resolved name.
11497 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11499         * international/mule.el (charset-description): Doc fix.
11501         * language/chinese.el, language/cyrillic.el, language/czech.el,
11502         language/devanagari.el, language/ethiopic.el,
11503         language/european.el, language/hebrew.el, language/indian.el,
11504         language/japanese.el, language/korean.el, language/lao.el,
11505         language/slovak.el, language/thai.el, language/tibetan.el,
11506         language/vietnamese.el:
11507         Add coding: local variable, to avoid bootstrapping problem
11508         if you need to recompile all the Lisp files using interpreted code.
11510 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11512         * cal-china.el (chinese-year-cache): Change range of years from
11513         1989-2000 to 1990-2010.
11515 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11517         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11518         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11520 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11522         * ps-print.el (ps-print-control-characters): Doc-string modified.
11523         (ps-output-string-prim): Comment format changed.
11524         (ps-do-despool): Indentation of source code changed.
11526 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11528         * subr.el (sref): Make it an alias of aref.  Make the
11529         byte-compiler warn that it is obsolete.
11530         (char-bytes): Make the byte-compiler warn that it is obsolete.
11532         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11533         Calculate the total bytes using position-bytes instead of
11534         char-bytes.
11536 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11538         * snmp-mode.el: New file.
11539         * files.el (auto-mode-alist): Add snmp-mode patterns.
11541 1998-08-27  Karl Eichwalder  <ke@suse.de>
11543         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11545 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11547         * calendar/diary-lib.el (diary-block): Doc fix..
11548         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11550 1998-08-27  Richard Stallman  <rms@gnu.org>
11552         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11553         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11554         Clear appt-mode-string if we don't put something in it.
11556 1998-08-27  Dave Love  <fx@gnu.org>
11558         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11559         dired-local-variables-file for dired-x.
11561         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11562         for compressed library files too.
11564 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11566         * language/european.el ("Latin-1"): Modify `documentation' key value.
11567         ("Latin-2"): Likewise.
11569 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11571         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11573 1998-08-26  Albert L. Ting  <alt@artisan.com>
11575         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11576         (mail-hist-current-header-contents): Use mail-text-start.
11578 1998-08-26  Richard Stallman  <rms@gnu.org>
11580         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11581         (customize-changed-options-previous-release): New variable.
11582         (customize-changed-options): Use that variable as default arg.
11584 1998-08-26  Karl Eichwalder  <ke@suse.de>
11586         * midnight.el: Require `timer' not only when compiling.
11588 1998-08-26  Per Starback  <starback@update.uu.se>
11590         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11591         buffer before creating help group.
11593 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11596         coding-system-for-write before saving.
11598 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11600         * isearch.el (isearch-forward): Doc fix.
11602 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11604         * emacs-lisp/find-func.el: Fix :version tags to have a string
11605         value, not a float.
11607         * cus-dep.el: Fix typo in output.
11609 1998-08-25  Dave Love  <fx@gnu.org>
11611         * repeat.el (repeat): Doc fix.
11612         [From rms:]
11613         (repeat-previous-repeated-command): New variable.
11614         (repeat): Check for real-last-command being null or repeat.  Set
11615         repeat-previous-repeated-command.
11617         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11619 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11621         * gnus/message.el (message-send-mail-with-sendmail): Bind
11622         coding-system-for-write by the return value of
11623         select-message-coding-system.
11624         (message-send-mail-with-qmail): Likewise.
11626 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11628         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11629         define-derived-mode.
11631         * files.el (file-name-invalid-regexp):
11632         Fix regex for ms-dos without long file names.
11634 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11636         * ps-print.el: Multi-byte buffer handling.
11637         (ps-print-version): New version number (4.0) and doc fix.
11638         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11639         compilation for GNU Emacs and emacsens.
11640         (ps-generate-postscript-with-faces): Force invisible text to be
11641         visible.
11642         (dos-ps-printer): New var to avoid compilation gripes.
11644 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11646         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11647         that no more characters can't be printed in the current line.
11649 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11651         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11652         greater than TO.
11654 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11656         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11657         20.2 and the earlier version.
11658         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11659         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11660         (ps-mule-find-wrappoint): Likewise.
11661         (ps-mule-generate-font): Change `X' to `x' in format
11662         control-string.
11663         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11664         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11665         `restore' form procedures `BC' and `EC'.
11667 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11669         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11670         is an executable procedure.  Make LineThickness, Xshadow, and
11671         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11672         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11673         ps-mule-font-info-database-bdf): New vars.
11674         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11675         (ccl-encode-ethio-unicode): New CCL program.
11676         (ps-mule-encode-ethiopic): New fun.
11677         (ps-mule-current-charset): New var.
11678         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11679         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11680         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11681         (ps-mule-external-libraries): New var.
11682         (ps-mule-init-external-library): New fun.
11683         (ps-mule-font-cache): New var.
11684         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11685         (ps-last-font): New var.
11686         (ps-mule-prepare-font): New fun.
11687         (ps-mule-charset-list): New var.
11688         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11689         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11690         ps-mule-plot-string): New funs.
11691         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11692         New vars.
11693         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11694         ps-mule-prepare-cmpchar-font): New funs.
11695         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11696         vars.
11697         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11698         ps-mule-generate-bitmap-glyph): New funs.
11699         (ps-mule-initialize, ps-mule-begin): New funs.
11700         (ps-output-string-prim): Insert string as unibyte.
11701         (ps-output-prologue): New fun.
11702         (ps-flush-output): Handle the case of 'prologue.
11703         (ps-begin-file): Call ps-mule-initialize.
11704         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11705         printing multibyte characters.
11706         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11707         (ps-basic-plot-string): Handle the case of printing ASCII
11708         characters by external libraries (e.g. BDF).
11709         (ps-set-font): Set ps-last-font.
11710         (ps-plot-region): Handle multibyte characters, use
11711         ps-mule-plot-string for them.
11712         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11714         * bdf.el: New file.
11716 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11718         * international/mule-cmds.el (select-message-coding-system): New
11719         function.
11720         (set-language-environment-coding-systems): Set
11721         default-sendmail-coding-system.
11723         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11724         (default-sendmail-coding-system): New variable.
11725         (sendmail-send-it): Encode the message by a coding system
11726         select-message-coding-system returns.
11728 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11730         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11731         (speedbar-mode): Set buffer to read only.
11732         (speedbar-temp-buffer-show-function): For emacs don't call hook
11733         with arguments.
11734         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11736 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11738         * speedbar.el (speedbar-key-map): Fix typo.
11740 See ChangeLog.7 for earlier changes.