*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba974283f15793c9c67d086bf8744f6ee23e63cb2
1 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
3         * font-lock.el (font-lock-keywords): Fix the doc now that
4         regexp-opt-depth is unnecessary.
5         (save-buffer-state): Set an edebug spec.
6         (font-lock-fontify-anchored-keywords): Properly handle the case when
7         the matcher goes past the limit.
9         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
13         dll.el and cookie.el (from Elib) with heavy renaming and other
14         massaging.
16         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17         Autoload the functions used.
18         (easy-mmode-define-syntax): Fix CL typo.
19         (easy-mmode-define-derived-mode): Improve the docstring generation.
21 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
23         * textmodes/texinfo.el (texinfo-version): Variable and function
24         removed.
26 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
28         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to allow
29         more flexibility.
30         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New funs.
31         (easy-mmode-def(map|syntax|ine-derived-mode)): New macros.
33 2000-03-09  Didier Verna  <didier@xemacs.org>
35         * rect.el (replace-rectangle): New function.
37 2000-03-09  Dave Love  <fx@gnu.org>
39         * progmodes/fortran.el (fortran-comment-line-start): Define as
40         "C".
41         (fortran-comment-line-start-skip): Don't match cpp stuff.
42         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
43         (fortran-mode-map): Remove over-eager custom-menu-create for now.
44         (fortran-mode): Don't set fortran-comment-line-start-skip,
45         fortran-comment-line-start here.  Set comment-start,
46         add-log-current-defun.
47         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
48         (fortran-current-defun): New function.
50 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
52         * emacs-lisp/re-builder.el: New file.
54         * mouse.el (mouse-drag-region): Don't run up-event handler
55         if hscroll has changed.
57         * octave-mod.el (octave-font-lock-keywords): To font-lock the
58         builtin operators, use `font-lock-builtin-face' for Emacs and
59         `font-lock-preprocessor-face' otherwise.
60         
61         * font-lock.el (lisp-font-lock-keywords-1): Highlight 
62         `(defun (setf foo)' differently.
64 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
66         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
67         (regexp-opt): Update comment and adapt the code the new meaning of
68         the `paren' argument of regex-opt-group for shy-groups.
69         (regexp-opt-depth): Handle shy groups as well as backslashed
70         backslashes.
71         (regexp-opt-group): Turn the leading comment into a docstring.
72         Allow `paren' to be a string (the string to use to open a group).
73         Remove open-presuf and close-presuf.  Instead of checking for `all
74         one-char' and then later on check for `several one-char', handle
75         both cases close together.  Also apply a more generic algorithm
76         for suffixes (the mirror image of the algorithm used for
77         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
78         (regexp-opt-try-suffix): Removed.
80         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
81         from comint-mode-map, so we can just inherit from it.  Also, move
82         the initialization into the `defvar' since there's no docstring
83         anyway and it's fairly short.
84         (inferior-scheme-mode): Define it as derived-mode: the code is
85         shorter and this way we inherit from comint-mode-map rather than
86         copying it.
88         * subr.el (replace-regexps-in-string): Properly handle the case
89         where we match an empty string.
91         * comint.el (comint-exec-1): Add the current-dir to the exec-path
92         when the command has a directory component (such as "./testml").
93         Also fix a typo in the comment.
95 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
97         * Makefile (compile-files): Compile files one by one because
98         that's the only way to ensure a clean compilation environment for
99         each individual file.
101         * frame.el (other-frame): Call x-focus-frame.
103 2000-03-07  Dave Love  <fx@gnu.org>
105         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
106         :require to defcustom.
108         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
109         lists.
111         * files.el (auto-mode-alist): Add configure.in.
113         * progmodes/autoconf.el: New file.
115 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
117         * mail/mh-e.el: Change maintainer to `none'.
119         * recentf.el (recentf-keep-non-readable-files-p): Quote args
120         to remove-hook and add-hook.
122 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
124         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
125         it as the default.
126         (mail-send): Test mail-send-nonascii also for the new `mime' value.
127         (sendmail-send-it): Conditionally add MIME headers specifying the
128         used character set.
129         
130 2000-03-07  Dave Love  <fx@gnu.org>
132         * winner.el: Fix keywords, autoload cookies.  Split
133         eval-when-compile form to avoid compilation failure.
135 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
137         * international/mule.el: Modify comment about coding system
138         property `coding-category'.
139         (make-coding-system): New argument EOL-TYPE.  Pay attention to
140         coding-category property of PROPERTIES.
142         * international/mule-conf.el (coding-category-utf-8,
143         coding-category-utf-16-be, coding-category-utf-16-le): New coding
144         categories.  Include them in the argument for set-coding-priority.
146         * international/mule-cmds.el (reset-language-environment): Include
147         coding-category-utf-8, coding-category-utf-16-be, and
148         coding-category-utf-16-le in the argument for set-coding-priority.
149         (reset-language-environment): Initialize coding-category-utf-8,
150         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
152 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
154         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
155         code abstracted out of `bookmark-jump-noselect'.  Now tries info
156         extensions as well as compression extensions.
157         (bookmark-jump-noselect): Use above new func.
158         
159 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
161         * strokes.el: Change maintainer's mail address.
163 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
165         * international/mule-diag.el (list-character-sets): Make help-echo
166         string by substitute-command-keys.
167         (list-character-sets): Likewise.
168         (sort-listed-character-sets): Call help-setup-xref.
170 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
172         * time.el (display-time-mail-file): Add `none' to the list of
173         choices.
175 2000-03-01  Dave Love  <fx@gnu.org>
177         * help.el (help-xref-go-back): Don't try to set position.
179         * international/mule-diag.el (list-character-sets): Call
180         help-setup-xref.  Add help-echo to xrefs.
181         (list-character-sets-1): Add help-echo to xrefs.
183 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
185         * frame.el (blink-cursor-mode): Switch cursor on when turning
186         the mode off.
188         * add-log.el (add-log-current-defun): Add support for
189         Autoconf mode.
191         * mail/rmail.el (rmail-quit-hook): New variable.
193 2000-03-01  Dave Love  <fx@gnu.org>
195         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
197         * help.el (help-xref-button): Add help-echo arg.
198         (describe-function-1, describe-variable, help-make-xrefs): Use it.
200         * faces.el (list-faces-display): Supply help-echo with
201         help-make-xrefs.
203         * facemenu.el (list-text-properties-at): Set help-xref-stack to
204         nil.
206 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
208         * image.el (defimage): Look for image files in load-path.
210         * frame.el (busy-cursor-delay-seconds): Change type to 
211         `number'.
213 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
215         * recentf.el (recentf): Added version tag to the defgroup of
216         recentf.
218 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
220         * recentf.el (recentf-cleanup): Changed to remove excluded file
221         too.
222         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
223         action to select/unselect a file.
224         (recentf-edit-list): Code cleanup and improvement.
225         (recentf-open-more-files-action): `recentf-open-more-files' button
226         widget action to open a file.
227         (recentf-open-more-files): No more use standard completion but
228         widgets.
229         (recentf-more-collection): Deleted.
230         (recentf-more-history): Deleted.
231         (recentf-setup-more-completion): Deleted.
233 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
235         * recentf.el (recentf-mode): No more needs that Emacs is running
236         under a window-system.
238 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
240         * recentf.el (recentf-edit-list): New command to edit the recent
241         list which allow the user to remove files.
242         (recentf-edit-selected-items): New global variable, used by
243         `recentf-edit-list' to hold the list of files to be removed from
244         the recent list.
245         (recentf-make-menu-items): Updated to display a "Edit list..."
246         menu item.  Minor code cleanup.
248 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
250         * recentf.el (recentf-open-more-files): New command to open files
251         that are not displayed in the menu.
252         (recentf-more-collection): New global variable holding the set of
253         permissible completions used by `recentf-open-more-files'.
254         (recentf-more-history): New global variable holding the history list
255         used by `recentf-open-more-files' completion.
256         (recentf-setup-more-completion): New function to setup completion for
257         `recentf-open-more-files'.
258         (recentf-make-menu-items): Updated to display a "More..." menu item.
260 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
262         * recentf.el (recentf-menu-action): Doc fixed.
264 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
266         * recentf.el (recentf-menu-filter): Doc updated.
267         (recentf-update-menu-hook): Allow menu filters to force menu update.
268         (recentf-make-menu-items): New menu filter handling.
269         (recentf-make-menu-item): New helper function.
270         (recentf-menu-elements): New menu handling function.
271         (recentf-sort-ascending): Updated to new menu filter handling.
272         (recentf-sort-descending): Updated to new menu filter handling.
273         (recentf-sort-basenames-ascending): New menu filter function.
274         (recentf-sort-basenames-descending): New menu filter function.
275         (recentf-show-basenames): New menu filter function.
276         (recentf-show-basenames-ascending): New menu filter function.
277         (recentf-show-basenames-descending): New menu filter function.
279 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
281         * diary-lib.el (list-diary-entries): Don't try to go forward at
282         the end of the buffer.
284 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
286         * international/mule-diag.el (list-character-sets): Completely
287         rewritten.
288         (sort-listed-character-sets): New function.
289         (list-character-sets-1): Completely rewritten.
290         (list-character-sets-2): New function.
291         (non-iso-charset-alist): New variable.
292         (decode-codepage-char): New function.
293         (charset-history): New variable.
294         (read-charset) (list-block-of-chars)
295         (list-iso-charset-chars)
296         (list-non-iso-charset-chars)
297         (list-charset-chars): New functions.
298         (mule-diag): Call list-character-sets-2, not
299         list-character-sets-2.
300         (dump-charsets): Likewise.
302 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
304         * dired-x.el (dired-filename-at-point): Add `@' to valid
305         file name characters.
306         (dired-filename-at-point): Handle ange-ftp file names.
308         * frame.el (frame-notice-user-settings): Use assq-delete-all
309         instead of assoc-delete-all.
310         (frame-notice-user-settings): Ditto.
312         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
313         Don't copy alist.
315 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
317         * calculator.el (calculator-use-menu): New option.
318         (calculator-initial-bindings): Changed some bindings to work as
319         macros.
320         (calculator-forced-input): Removed.
321         (calculator-restart-other-mode): New variable.
322         (calculator-mode-map): Set up menu.
323         
324 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
326         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
327         tags.
328         
329 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
330         
331         * viper-cmd.el (viper-envelop-ESC-key): added the option to
332         translate all ESC key sequences.
333         (viper-goto-mark-subr): restore markers for files for which
334         they were saved.
335         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
336         * viper-util.el (viper-set-replace-overlay-glyphs,
337         viper-set-replace-overlay): always check if the replacement
338         overlay is live.
339         * viper.el (viper-vi-state-mode-list): added major modes.
340         * ediff-wind.el: minor comment changes.
341         * ediff.el: copyright notice date fix.
342         
343 2000-02-27  Jason Rumney  <jasonr@gnu.org>
345         * faces.el (face-font-family-alternatives): Add arial to helv.
346         (mode-line, header-line, tool-bar): Same default as x for w32.
347         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
348         face-font-family-alternatives from working.
349         * term/w32-win.el (mouse-set-font): Do not build fontset from
350         chosen font.
352 2000-02-25  Sam Steingold  <sds@goems.com>
354         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
355         properly.
356         
357 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
359         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
361 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
363         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
364         writable.
366         * frame.el (busy-cursor-delay-seconds): New option.
368 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
370         * frame.el (show-cursor-in-non-selected-windows): New option.
372 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
374         * diary-lib.el (include-other-diary-files): Undo the selective
375         display in any included file and don't kill it.
377 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
379         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
380         bar.  Menu items converted to (menu-item format, help strings
381         added.
382         [downcase, upcase]: Don't enable on MS-DOS.
383         [symlink, symlinks]: Don't show if make-symbolic-link is not
384         bound.
385         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
387 2000-02-23  Dave Love  <fx@gnu.org>
389         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
390         (backward-kill-word): Revert addition of * to interactive spec --
391         it's a feature.
393         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
394         (backward-kill-sentence, kill-sentence): Likewise.
396         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
397         scratch buffer name.
398         (gud-format-command): Use int-to-string in ?l case.  Simplify
399         slightly.
401         * term/w32-win.el (internal-face-interactive): Update prompt for
402         new read-face-name.
404         * mail/footnote.el (footnote): Add :version to defgroup.
405         (footnote-section-tag-regexp): Customize.
406         (footnote-start-tag, footnote-end-tag): New option.
407         (footnote-latin-regexp): New variable.
408         (Footnote-latin): New function.
409         (footnote-style-alist): Add element for latin style.
410         (footnote-style): Moved.
411         (Footnote-goto-footnote): Use eq to test arg.
413         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
415         * emacs-lisp/byte-opt.el: Change old backquote syntax.
416         (byte-compile-trueconstp): Include keywords.
417         (byte-optimize-quote, byte-optimize-lapcode): Use
418         byte-compile-const-symbol-p.
419         (byte-optimize-char-before): New optimization.
421         * emacs-lisp/bytecomp.el: Change old backquote syntax.
422         (byte-compile-const-symbol-p): New function.
423         (byte-compile-constp, byte-compile-out-toplevel)
424         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
425         Use it.
427         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
429 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
431         * international/encoded-kb.el: Be sure to update minor-mode-alist
432         and minor-mode-map-alist.
433         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
434         codes SS2 and SS3 correctly.
435         (encoded-kbd-self-insert-ccl): New function.
436         (encoded-kbd-setup-keymap): New function.
437         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
438         by calling encoded-kbd-setup-keymap.
440         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
441         characters.
442         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
443         locally.
445 2000-02-22  Dave Love  <fx@gnu.org>
447         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
448         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
449         defvar.
450         (lisp-mode-syntax-table): Set up for #|...|# comments.
451         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
452         classes.  Match `defface'.
453         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
454         (eval-defun-1): Fix for defcustom.
455         (lisp-indent-region): Doc fix.
457         * subr.el (when, unless, split-string): Doc fix.
458         (read-passwd): Move call of clear-this-command-keys to the right
459         place.
460         (replace-regexps-in-string): New function.
462 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
464         * help.el (describe-variable): Set syntax table to
465         emacs-lisp-mode-syntax-table when moving forward over the
466         symbol's name.
468 2000-02-22  Dave Love  <fx@gnu.org>
470         * xt-mouse.el: Doc fixes.
471         (xterm-mouse-position-function): New function, replacing advice of
472         mouse-position.
473         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
475         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
477 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
479         * format.el (format-annotate-single-property-change): Handle
480         properties.with dotted-list values.
481         (format-proper-list-p): New function.
483         * enriched.el (enriched-face-ans): Handle '(foreground-color
484         . COLOR) and (background-color . COLOR).
486 2000-02-20  Dave Love  <fx@gnu.org>
488         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
489         and assignments to it.
490         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
491         current local map.
492         (make-flyspell-overlay): Use it.
493         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
495         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
496         (lm-get-header-re): Defun, not defsubst.
497         (lm-get-package-name): Defun, not defsubst.  Simplify.
498         (lm-version): Doc fix.  Simplify.
499         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
500         (lm-crack-address, lm-last-modified-date, lm-commentary)
501         (lm-verify, lm-synopsis): Simplify.
502         (lm-report-bug): Require emacsbug.  Use compose-mail.
504 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
506         * dired.el (dired-mode): Call propertized-buffer-identification
507         to set mode-line-buffer-identification to something having
508         the right text properties.
510         * bindings.el (propertized-buffer-identification): New function.
512 2000-02-20  Dave Love  <fx@gnu.org>
514         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
515         check for t-mouse too.
517         * cus-start.el: Make echo-keystrokes `number'.
519 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
521         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
522         Don't call ring-empty-p unless tags-location-ring is bound.
523         From Noah Friedman <friedman@splode.com>.
525 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
527         * progmodes/hideshow.el (hs-flag-region): No longer use
528         `intangible' overlay property.
530         (hs-toggle-hiding): New command.
531         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
533         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
534         Fix omission bug: Run `hs-minor-mode-hook' for both activation
535         and deactivation.
537 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
539         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
541 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
543         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
545         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
546         of `*' to handle `(* ... *)' comments.
548 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
550         * faces.el (list-faces-display): Use display-mouse-p instead of
551         window-system.
553         * menu-bar.el (global-map): Menu-bar items converted to the new
554         format (menu-item..., rearranged for better CUA compliance, and
555         their names changed for better clarity.  Help strings added.
557         * international/mule-cmds.el (mule-menu-keymap)
558         (describe-language-environment-map, set-coding-system-map)
559         (setup-language-environment-map): Convert to new (menu-item...
560         form, add help strings.  Change names of menu items for better
561         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
562         submenu).
564 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
566         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
567         within the code.
569 2000-02-16  Dave Love  <fx@gnu.org>
571         * faces.el: Don't require custom.  Add more specific :groups to
572         various deffaces.
573         (set-face-attribute): Purecopy args.
574         (read-face-name): Default to name at point and use it in prompt.
575         Remove colon from arg in all callers.
576         (list-faces-display): Hyperlink to face descriptions and customize
577         buffers.
579 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
581         * wid-edit.el (widget-match-inline): An atom never matches a
582         list.
584 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
586         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
587         at ':' characters by call to split-string.
589 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
591         * textmodes/bibtex.el: Added RCS version identification.
593 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
595         * textmodes/bibtex.el: Some temporary comments removed.
596         (bibtex-field-name, bibtex-entry-type): Made the relationship
597         explicit.
598         (bibtex-field-const): Allow capital letters.
599         (bibtex-start-of-string): Deleted because unused.
601         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
602         use the term 'reference' to describe a bibtex entry as a whole.
603         Further, reference keys are no longer called 'labels'.
604         (bibtex-keys): Renamed to bibtex-reference-keys.
605         (bibtex-reformat-previous-labels): Renamed to
606         bibtex-reformat-previous-reference-keys.
607         (bibtex-reference-type): Renamed to bibtex-entry-type.
608         (bibtex-reference-head): Renamed to bibtex-entry-head.
609         (bibtex-reference-maybe-empty-head): Renamed to
610         bibtex-entry-maybe-empty-head.
611         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
612         (bibtex-search-reference): Renamed to bibtex-search-entry.
613         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
614         bibtex-enclosing-entry-maybe-empty-head.
615         (bibtex-entry-field-alist, bibtex-entry-head,
616         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
617         bibtex-map-entries, bibtex-search-entry,
618         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
619         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
620         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
621         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
622         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
623         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
624         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
626 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
628         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
629         comment.
630         (bibtex-format-field-delimiters): New function, functionality
631         extracted from bibtex-format-entry.
632         (bibtex-autokey-get-yearfield-digits): New function, functionality
633         extracted from bibtex-autokey-get-yearfield.
635         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
636         entries in order to avoid stack overflow in the regexp matcher if
637         field contents become large.
638         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
639         bibtex-field-string-part-not-braced,
640         bibtex-field-string-part-no-inner-braces,
641         bibtex-field-string-part-1-inner-brace,
642         bibtex-field-string-part-2-inner-braces,
643         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
644         bibtex-field-string-quoted, bibtex-field-string,
645         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
646         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
647         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
648         as parsing is now performed by the following functions.
649         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
650         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
651         bibtex-parse-field-string, bibtex-search-forward-field-string,
652         bibtex-parse-association, bibtex-field-name-for-parsing,
653         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
654         bibtex-search-forward-field, bibtex-search-backward-field,
655         bibtex-start-of-field, bibtex-end-of-field,
656         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
657         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
658         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
659         bibtex-parse-string, bibtex-search-forward-string,
660         bibtex-search-backward-string, bibtex-start-of-string,
661         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
662         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
663         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
664         entries.  Instead of reporting the results of the parsing by
665         match-beginning or match-end, these functions return data structures
666         that hold the corresponding positions.
667         (bibtex-enclosing-field): Changed to also report field boundaries by
668         return values rather than by match-beginning or match-end.  The
669         following functions have been adapted to use the new parsing
670         functions.
671         (bibtex-skip-to-valid-entry, bibtex-search-reference,
672         bibtex-enclosing-field, bibtex-format-entry,
673         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
674         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
675         bibtex-print-help-message, bibtex-end-of-entry,
676         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
677         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
678         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
679         method for parsing.
680         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
681         bibtex-map-entries, bibtex-flash-head,
682         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
683         bibtex-autokey-change, bibtex-autokey-get-namefield,
684         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
685         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
686         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
687         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
688         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
689         order to make the new binding of case-fold-search immediately
690         visible.
692 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
694         * textmodes/bibtex.el: Copyright notice is up to date.
695         Added constant 'bibtex-maintainer-salutation.
697         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
698         than make-temp-name, use match-string-no-properties and eliminate
699         a quadratic behavior when building bibtex-strings.
701         * bibtex.el (bibtex-reference-key): Accept string entries whose
702         reference key contains upper case letters.
704 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
706         * bibtex.el (bibtex-reference-head): Allow entries to start with
707         a new line.
709 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
711         * bibtex.el: Hiding of entry bodies is not longer provided by
712         bibtex.el directly.  Instead the hideshow package can be used.
713         Added a special bibtex entry to hs-special-modes-alist.
714         (bibtex-hs-forward-sexp): Added for hideshow.el.
716 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
718         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
719         at ':' characters by call to split-string.
721 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
723         * textmodes/bibtex.el: Added RCS version identification.
725 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
727         * textmodes/bibtex.el: Some temporary comments removed.
728         (bibtex-field-name, bibtex-entry-type): Made the relationship
729         explicit.
730         (bibtex-field-const): Allow capital letters.
731         (bibtex-start-of-string): Deleted because unused.
732         
733         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
734         use the term 'reference' to describe a bibtex entry as a whole.
735         Further, reference keys are no longer called 'labels'.
736         (bibtex-keys): Renamed to bibtex-reference-keys.
737         (bibtex-reformat-previous-labels): Renamed to
738         bibtex-reformat-previous-reference-keys.
739         (bibtex-reference-type): Renamed to bibtex-entry-type.
740         (bibtex-reference-head): Renamed to bibtex-entry-head.
741         (bibtex-reference-maybe-empty-head): Renamed to
742         bibtex-entry-maybe-empty-head.
743         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
744         (bibtex-search-reference): Renamed to bibtex-search-entry.
745         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
746         bibtex-enclosing-entry-maybe-empty-head.
747         (bibtex-entry-field-alist, bibtex-entry-head,
748         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
749         bibtex-map-entries, bibtex-search-entry,
750         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
751         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
752         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
753         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
754         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
755         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
756         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
758 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
760         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
761         comment.
762         (bibtex-format-field-delimiters): New function, functionality
763         extracted from bibtex-format-entry.
764         (bibtex-autokey-get-yearfield-digits): New function, functionality
765         extracted from bibtex-autokey-get-yearfield.
766         
767         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
768         entries in order to avoid stack overflow in the regexp matcher if
769         field contents become large.
770         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
771         bibtex-field-string-part-not-braced,
772         bibtex-field-string-part-no-inner-braces,
773         bibtex-field-string-part-1-inner-brace,
774         bibtex-field-string-part-2-inner-braces,
775         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
776         bibtex-field-string-quoted, bibtex-field-string,
777         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
778         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
779         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
780         as parsing is now performed by the following functions.
781         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
782         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
783         bibtex-parse-field-string, bibtex-search-forward-field-string,
784         bibtex-parse-association, bibtex-field-name-for-parsing,
785         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
786         bibtex-search-forward-field, bibtex-search-backward-field,
787         bibtex-start-of-field, bibtex-end-of-field,
788         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
789         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
790         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
791         bibtex-parse-string, bibtex-search-forward-string,
792         bibtex-search-backward-string, bibtex-start-of-string,
793         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
794         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
795         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
796         entries.  Instead of reporting the results of the parsing by
797         match-beginning or match-end, these functions return data structures
798         that hold the corresponding positions.
799         (bibtex-enclosing-field): Changed to also report field boundaries by
800         return values rather than by match-beginning or match-end.  The
801         following functions have been adapted to use the new parsing
802         functions.
803         (bibtex-skip-to-valid-entry, bibtex-search-reference,
804         bibtex-enclosing-field, bibtex-format-entry,
805         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
806         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
807         bibtex-print-help-message, bibtex-end-of-entry,
808         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
809         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
810         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
811         method for parsing.
812         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
813         bibtex-map-entries, bibtex-flash-head,
814         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
815         bibtex-autokey-change, bibtex-autokey-get-namefield,
816         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
817         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
818         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
819         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
820         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
821         order to make the new binding of case-fold-search immediately
822         visible.
824 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
826         * textmodes/bibtex.el: Copyright notice is up to date.
827         Added constant 'bibtex-maintainer-salutation.
828         
829         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
830         than make-temp-name, use match-string-no-properties and eliminate
831         a quadratic behavior when building bibtex-strings.
832         
833         * bibtex.el (bibtex-reference-key): Accept string entries whose
834         reference key contains upper case letters.
836 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
838         * bibtex.el (bibtex-reference-head): Allow entries to start with
839         a new line.
841 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
843         * bibtex.el: Hiding of entry bodies is not longer provided by
844         bibtex.el directly.  Instead the hideshow package can be used.
845         Added a special bibtex entry to hs-special-modes-alist.
846         (bibtex-hs-forward-sexp): Added for hideshow.el.
848 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
850         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
851         proceedings entry type (for cross referencing). Thanks to Wagner
852         Toledo Correa for the suggestion.
854         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
856 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
858         * international/characters.el: Setup case table for Vietnamese.
860 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
862         * uniquify.el (toplevel): Require CL at compile time.
863         (uniquify-push): Removed.
865         * shadowfile.el (shadow-when): Removed.
867         * tempo.el (tempo-dolist, tempo-mapc): Removed.
868         (tempo-process-and-insert-string): Use dolist instead of
869         tempo-dolist.
871         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
872         regexp for paragraph-start.
874         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
875         commas as well.
877 2000-02-10  Dave Love  <fx@gnu.org>
879         * wid-edit.el: (widgets) [defgroup]: Remove url link.
880         (widget-color-choice-list, widget-color-history, widget-mouse-help):
881         Deleted.
882         (widget-specify-field, widget-specify-button): Don't use
883         widget-mouse-help as help-echo property.
884         (default): Use #'ignore for :validate and :mouse-down-action.
885         (checkbox): Add help-echo.
886         (widget-sexp-validate): Rewritten to clarify error messages.
887         (character): Use char-valid-p in :match function.
888         (widget-color-complete): Use facemenu-color-alist.
889         (widget-color-action): Use facemenu-read-color.
891         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
892         set up `caar' &c that we now have.
894 2000-02-09  Ray Blaak  <blaak@gnu.org>
896         * delphi.el: Make resourcestring a declaration region, like const
897         and var.
899 2000-02-09  Dave Love  <fx@gnu.org>
901         * bindings.el (mode-line-input-method-map): New variable.
902         (mode-line-mule-info): Use it; fix last change.
903         (mode-line-mode-menu): Move definition.
904         (mode-line-mouse-sensitive-p): Deleted.
905         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
906         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
907         level.
909         * startup.el (command-line-1): Don't call
910         make-mode-line-mouse-sensitive.
912 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
914         * mail/rmail.el (rmail-retry-failure): Use
915         rmail-beginning-of-message before rmail-toggle-header, because the
916         former toggles headers.
918 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
920         * diff-mode.el (diff-kill-junk): New interactive function.
921         (diff-reverse-direction): Use delete-and-extract-region.
922         (diff-post-command-hook): Restrict the area so that the hook also works
923         outside of any diff hunk.  This is necessary for the minor-mode.
924         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
925         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
927         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
928         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
929         so that it can be used more easily in <foo>-mode-hook.  Also make sure
930         to avoid duplicate entries.
931         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
932         (font-lock-remove-keywords): Just as was done for `add', allow it to
933         work even if font-lock-mode is nil.  Also make sure we don't modify
934         any pre-existing list by forcing a copy-sequence.  Finally rename
935         `major-mode' to `mode'.
936         (font-lock-fontify-syntactic-anchored-keywords)
937         (font-lock-fontify-anchored-keywords)
938         (font-lock-fontify-keywords-region): Use line-end-position.
939         Don't make `font-lock-multiline' local (it's now done in
940         font-lock-set-defaults).
941         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
942         move the `font-lock-fontified' creation to inside the `unless'.
944 2000-02-06  Andrew Innes  <andrewi@gnu.org>
946         * term/w32-win.el (x-handle-args): Comment out call to message,
947         which occurs before window system is initialized.
949         * makefile.nt: Add support for recompiling lisp code.
951 2000-02-04  Dave Love  <fx@gnu.org>
953         * bindings.el (mode-line-mule-info): Fix/extend last change.
955         * completion.el: Replace completion-dolist with dolist.
957         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
958         dotimes.
960 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
962         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
963         environment names before they go into the section regexp.
965         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
966         char class in regexp.
968         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
969         `case-fold-search' to nil.
971         * progmodes/idlwave.el (idlwave-template): Respect
972         `idlwave-abbrev-change-case'.
973         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
974         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
975         idlwave-while): respect `idlwave-reserved-word-upcase'.
976         (idlwave-rw-case): New function.
977         (idlwave-statement-match): Fixed problem with assignment regexp.
978         (idlwave-font-lock-keywords): Improved regexp for keyword
979         parameters.
980         (idlwave-surround): New argument LENGTH to support padding of
981         operators longer than 1 char.
983         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
984         idlwave-shell-expression-overlay.  Implemented printing of
985         expressions on higher levels of the calling stack.
986         (idlwave-shell-display-level-in-calling-stack): Restore stack
987         level.
988         (idlwave-retrieve-expression-from-level): New function.
989         (idlwave-shell-last-calling-stack): Variable removed.
990         (idlwave-shell-reset): Argument action reversed (`visible' to
991         `hidden').  Also remove stop-line overlay.
992         (idlwave-shell-calling-stack-routine): New variable.
993         (idlwave-shell-parse-stack-and-display): Messages now display
994         negative level numbers.
995         (idlwave-shell-mode): Set `modeline-format'.
996         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
997         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
998         21.
999         (idlwave-shell-print-expression-function): New option.
1001         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1002         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1003         `tool-bar' instead of `toolbar'.
1005 2000-02-02  Dave Love  <fx@gnu.org>
1007         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1008         emacs-lisp-mode-hook.  Don't check for defalias being defined.
1010         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1011         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
1012         the new builtins directly.
1014         * whitespace.el (whitespace): Add :version to defgroup.
1016         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1017         Doc fix.
1019         * thingatpt.el (sexp-at-point, symbol-at-point)
1020         (number-at-point, list-at-point): Add autoload cookie.
1022         * recentf.el (recentf): Add :version to defgroup.
1024         * quickurl.el (quickurl): Add :version to defgroup.
1026         * elide-head.el (elide-head): Use point-marker more.
1028         * bs.el (bs): Add :version to defgroup.
1030         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1032         * progmodes/delphi.el (delphi): Add :version to defgroup.
1034 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
1036         * ange-ftp.el (ange-ftp-write-region): Handle case that
1037         succeeding process operation sets a different coding system.
1039         * calculator.el: New file.
1041 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1043         * frame.el (frames-on-display-list, framep-on-display): New
1044         functions.
1045         (display-mouse-p, display-popup-menus-p, display-graphic-p)
1046         (display-selections-p, display-screens, display-pixel-width)
1047         (display-pixel-height, display-mm-width, display-mm-height)
1048         (display-backing-store, display-save-under, display-planes)
1049         (display-color-cells, display-visual-class): New functions.
1051         * term/tty-colors.el (tty-color-gray-shades): New function.
1053         * faces.el (display-color-p): Use framep-on-display.
1054         (display-grayscale-p): New function.
1056 2000-01-31  Dave Love  <fx@gnu.org>
1058         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1059         (create-fontset-from-x-resource): Don't concat integers.
1061 2000-01-31  Inge Frick  <inge@nada.kth.se>
1063         * view.el: Some changes in documentation.  Removed some trailing
1064         whitespace. Changed some parameter names to agree with
1065         documentation.
1066         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1067         window is not deleted.  Modifies change 1998-04-26.
1069 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
1071         * windmove.el: New file.
1073         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1074         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1075         progmodes/ebnf-yac.el: Update copyright and license info.
1077         * jit-lock.el (jit-lock-function): Widen before calculating end
1078         position.
1079         (jit-lock-stealth-chunk-start): Rewritten.
1081         * info.el (Info-title-face-alist): Removed.
1082         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1083         faces.
1084         (Info-fontify-node): Use these faces.
1086 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
1088         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1089         (cl-macro-list1): Recognize `&allow-other-keys' instead of
1090         `&allow-other-keywords'.
1092         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1093         the list of directories scanned heuristically.
1095         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1096         exist.
1098 2000-01-30  Jason Rumney  <jasonr@gnu.org>
1100         * w32-fns.el: Define w32-tty-standard-colors.
1102         * startup.el (command-line): Use w32-tty-standard-colors when in
1103         w32 console mode.
1105 2000-01-30  Dave Love  <fx@gnu.org>
1107         * jka-compr.el (jka-compr-load): Fix up load-history.
1109         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1111         * emacs-lisp/cl-macs.el: Revert previous change.
1113 2000-01-29  Dave Love  <fx@gnu.org>
1115         * facemenu.el: Purecopy various strings.
1117         * timezone.el (timezone-fix-time): Window against 69 for two-digit
1118         years.  Deal with three-digit years.
1120         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1121         defconst, purecopy.
1122         (help-back-label): Purecopy it.
1124 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1126         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1127         variable. If non-nil, order the buffer list according to the
1128         currently selected frame.
1129         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1130         non-nil, pass the selected frame to function buffer-list.
1132 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1134         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1136 2000-01-28  Dave Love  <fx@gnu.org>
1138         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1140         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1141         Don't use lisp-indent-hook property.
1142         (cl-abs): Remove.
1144         * subr.el: Move out indent and edebug specs for when and unless.
1146         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1147         when, unless.
1149         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1150         unless, when.
1152 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
1154         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1155         `collecting' as synonym for `collect'.
1157         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1158         for the case it contains spaces.
1160         * simple.el (what-cursor-position): Change formatting of
1161         messages.
1163         * frame.el (delete-other-frames): New function.
1164         (toplevel): Bind it to C-x 5 1.
1166         * sort.el (sort-numeric-base): New option.
1167         (sort-numeric-fields): If number starts with `0' or `0[xX[',
1168         interpret it as octal or hexadecimal.  Use sort-numeric-base
1169         as default base.
1171         * progmodes/glasses.el: New file.
1173 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1175         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1176         userids differently.
1178         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1179         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1180         progmodes/ebnf-yac.el: New files.
1182 2000-01-26  Dave Love  <fx@gnu.org>
1184         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1185         on a function with an empty body.  [From Eric Ludlam.]
1187 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1189         * vc.el (vc-version-diff): Make sure file name is expanded.
1191 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1193         * scroll-bar.el (scroll-bar-timer): Variable removed.
1194         (scroll-bar-toolkit-scroll): Don't use a timer.
1196 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1198         * language/thai-util.el (thai-composition-function): Delete
1199         superfluous `a'.
1201 2000-01-24  Dave Love  <fx@gnu.org>
1203         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1204         end-of-defun-function.
1206         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1207         &c.
1209 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1211         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1212         conflicts with new face support.
1214 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1216         * replace.el (query-replace): Rename last arg to DELIMITED.
1217         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1218         (query-replace-regexp): Likewise.
1220 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1222         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1224         * emacs-lisp/lisp.el (beginning-of-defun-function):
1225         Variable renamed from beginning-of-defun.
1226         Do not call make-variable-buffer-local.
1227         (beginning-of-defun-raw): Use new variable name; doc fix.
1228         (beginning-of-defun): Doc fix.
1229         (end-of-defun-function): Variable renamed from end-of-defun.
1230         Do not call make-variable-buffer-local.
1231         (end-of-defun): Use new variable name; doc fix.
1233         * subr.el (dolist, dotimes): Copied from cl-macs.el
1234         and made to work.
1236         * mail/undigest.el (rmail-digest-end-regexps):
1237         Variable replaces rmail-digest-end-regexp.
1238         Allows multiple regexps for detecting the end line.
1239         (undigestify-rmail-message): Corresponding changes.
1241 2000-01-19  Dave Love  <fx@gnu.org>
1243         * files.el (user-init-file): Don't declare here -- is primitive.
1245         * startup.el (command-line): Check for compiled user-init-file and
1246         set to uncompiled version if necessary.
1248 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1250         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1251         (undigestify-rmail-message): Use it.
1253         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1255 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1257         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1258         of mini-buffer.
1260 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1262         * emacs-lisp/copyright.el (copyright-update): Removed the
1263         requirement for a trailing space from `copyright-regexp', to
1264         support copyrights with owner specified on a separate line..
1266         * align.el: New file.
1268         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1270         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1272 2000-01-13  Dave Love  <fx@gnu.org>
1274         * ph.el: Removed.  (Obsoleted by EUDC.)
1276 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1278         * net/eudc.el (toplevel): Remove autoloaded code installing
1279         menu with easymenu, because that causes build problems.
1281         * frame.el (frame-notice-user-settings): New variable.
1282         (frame-notice-user-settings): Don't modify frame parameters
1283         if called a second time.
1285 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1287         * frame.el (frame-notice-user-settings):
1288         Notice default-frame-parameters even for non-window frames.
1290 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1292         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1293         for Emacs.
1294         (eudc-bob-can-display-inline-images): Extend for Emacs.
1295         (eudc-bob-toggle-inline-display): Ditto.
1296         (eudc-bob-display-jpeg): Ditto.
1298 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1300         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1301         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1302         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1304         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1305         nil)'.
1307         * subdirs.el: Add `net' directory.
1309         * net: New directory.
1311         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1312         eval-last-sexp.  Don't bind debug-on-error here.
1313         (eval-last-sexp): New function.  Bind debug-on-error if
1314         eval-expression-debug-on-error is non-nil.
1315         (eval-defun-2, eval-defun): Likewise.
1317         * simple.el (eval-expression): Don't bind debug-on-error if
1318         eval-expression-debug-on-error is nil.  Detect changed
1319         debug-on-error, and propagate new value to global binding, if
1320         eval-expression-debug-on-error is non-nil,
1321         (eval-expression-debug-on-error): Change doc string.
1323 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1325         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1327         * emacs-lisp/lisp-mode.el (with-syntax-table):
1328         Set up lisp-indent-function property.
1330         * subr.el (with-syntax-table): Moved from simple.el.
1332         * simple.el (with-syntax-table): Moved to subr.el.
1334 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1336         * tmm.el (tmm-shortcut): Delete region after prompt instead
1337         of erasing buffer.
1339         * textmodes/fill.el (fill-common-string-prefix): New function.
1340         (fill-context-prefix): Use the longest common prefix of first
1341         and second line fill prefix, if there is one.
1343 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1345         * array.el (array-mode): Don't use make-variable-buffer-local.
1346         Use make-local-variable for `truncate-lines'.
1348 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1350         * add-log.el (add-log-current-defun): Handle user-defined
1351         add-log-current-function returning nil,
1353         * add-log.el (add-change-log-entry): Insert version number
1354         if having found a current function
1356         * add-log.el (add-log-current-defun): Call
1357         `add-log-current-defun-function'.  Try matches at level 0 and
1358         level 1.  Strip whitespace from defun found.
1360 2000-01-10  John Wiegley  <johnw@gnu.org>
1362         * allout.el (isearch-done/outline-provisions): Added `edit'
1363         argument to correspond with the current definition of
1364         `isearch-done'.
1366 2000-01-10  Dave Love  <fx@gnu.org>
1368         * elide-head.el (elide-head): Use point-marker, not point.
1370 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1372         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1373         before and after the year 2000.
1375         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1376         Add ispell- prefix.
1378 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1380         * ispell.el:  Only define dictionaries in menus when they exist.
1381         (version18p): New variable.
1382         (version20p): New variable.
1383         (xemacsp): New variable.
1384         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1385         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1386         (ispell-dictionary-alist6): Russian command lines no longer accept
1387         run-together words.
1388         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1389         (ispell-dictionary-alist): Add koi8-r to customize definition.
1390         (check-ispell-version): Added documentation string.  Returns
1391         library path when called non-interactively.
1392         (ispell-menu-map-needed): Uses new variables.
1393         (ispell-library-path): New variable.
1394         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1395         (ispell-word): Improved documentation string.  Test for valid
1396         character mappings.  Correctly check typed in word changes that can
1397         result in single words split into multiple words.  Returns
1398         replacement word.
1399         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1400         replace in recursive query replace mode.  Help message for
1401         recursive edit mode.
1402         (ispell-show-choices): Protect against bad framepop bindings.
1403         (ispell-help): Fix to work with XEmacs.
1404         (ispell-highlight-spelling-error): Use new variables.
1405         (ispell-overlay-window): Fix to work with XEmacs.
1406         (ispell-parse-output): Passed and returns location information
1407         tracking spelling corrections.  Doesn't recheck same word on
1408         current line.
1409         (ispell-init-process): Protect against bogus XEmacs variable binding.
1410         Fix call to single argument in sleep-for.  Use new variables.
1411         (ispell-region): Passed and returns location information tracking
1412         spelling corrections.  Doesn't check same word on current line.
1413         Improved documentation string.  Doesn't resend a line already
1414         checked to the ispell process - fixes bug in LaTeX parsing.
1415         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1416         (ispell-skip-region): No longer skips <TT> in SGML.
1417         (ispell-process-line): Tracks location information with spelling
1418         corrections.  Added documentation string.  Accounts for words
1419         already accepted on this line.  Don't allow query-replace on line
1420         starting with math characters.  Doesn't resend a line already sent
1421         to ispell process.  Fixes alignment error bug.
1423 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1425         * dired-x.el (dired-guess-shell-alist-default):
1426         Suggest xloadimage, which is free, not xv, which isn't.
1428         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1429         Don't ever include the host name or user name in the value.
1431 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1433         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1434         of a real newline.
1436 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1438         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1439         for .png files.
1441 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1443         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1445 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1447         * progmodes/cperl-mode.el: Replace ^F with ^L.
1449         * sendmail.el (toplevel): Provide `sendmail' when compiling
1450         before `require'ing rmail and mailalias to prevent infinite
1451         recursion.
1453 2000-01-08  Dave Love  <fx@gnu.org>
1455         * emacs-lisp/backquote.el: Remove inappropriate customization
1456         (allowing custom.el to use backquote).
1458 2000-01-07  Dave Love  <fx@gnu.org>
1460         * add-log.el (add-log-debugging): Deleted.
1461         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1462         file.  Remove debugging code.
1463         (change-log-get-method-definition, change-log-name): Add doc.
1464         (change-log-sortable-date-at): New function.
1465         (change-log-merge): New command.
1467         * time.el (display-time-string-forms): Make the Mail string active.
1468         (display-time-update): Provide help-echo for load average.
1470         * bindings.el (make-mode-line-mouse2-map): New function.
1471         (mode-line-modified): Use it and simplify.
1472         (mode-line-mule-info): Provide help-echo info.
1473         (minor-mode-alist): Activate the strings.
1474         (make-mode-line-mouse-sensitive): Simplify for
1475         mode-line-buffer-identification.
1477 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1479         * play/pong.el: New file.
1481 2000-01-06  Dave Love  <fx@gnu.org>
1483         * array.el: Assorted cleanups for compiler warnings, doc strings,
1484         `array-' prefix for symbols.
1486 2000-01-05  Dave Love  <fx@gnu.org>
1488         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1489         outline-headers-as-kill.
1490         (outline-mode): Define imenu-generic-expression.
1491         (outline-headers-as-kill): New command.
1493         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1494         from paragraph-start.
1495         (paragraph-indent-minor-mode): New command.
1497         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1498         M-C-e, M-C-h, C-j, C-xnd, TAB.
1499         (fortran-mode): Set beginning-of-defun, end-of-defun.
1500         (fortran-column-ruler): Simplify.
1501         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1502         (fortran-with-subprogram-narrowing): Likewise.
1503         (fortran-indent-subprogram): Call mark-defun.
1504         (fortran-check-for-matching-do): Change narrowing.
1506         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1507         (cl-lucid-hash-tag): Delete.
1508         (cl-hash-table-p): Correct test for native table.
1509         (cl-hash-table-count): Use hash-table-count.
1511         * browse-url.el (browse-url): Fix case of
1512         browse-url-browser-function being an alist.
1514 2000-01-05  Carsten Dominik  <cd@gnu.org>
1516         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1517         (reftex-index-phrase-file-extension): New options.
1519         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1520         Use new option `reftex-index-phrase-file-extension'.
1522         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1523         `reftex-parse-file-extension'.
1525 2000-01-05  Dave Love  <fx@gnu.org>
1527         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1528         (beginning-of-defun-raw): Use it.
1529         (end-of-defun): New variable.
1530         (end-of-defun): Use it.
1531         (check-parens): New command.
1533 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1535         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1536         (hs-show-block): Don't use `mapcar' when not accumulating.
1538         Fix buglet in local variables initialization.
1540 2000-01-05  Andreas Schwab  <schwab@suse.de>
1542         * hscroll.el (hscroll): Doc fix.
1544 2000-01-05  Carsten Dominik  <cd@gnu.org>
1546         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1547         idlw-toolbar.
1549         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
1550         file idlw-rinfo.el.
1551         (idlwave-customize): load must read file idlw-shell.el.
1552         (idlwave-create-customize-menu): load must read file idlw-shell.el.
1554 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
1556         * progmodes/idlw-shell.el: Also provide idlwave-shell
1557         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
1558         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
1560         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
1561         both reftex-dcr and reftex-vcr.
1563         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
1565 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1567         * ps-print.el: PostScript code now is in separate files, doc fix.
1568         (ps-print-version): New version number (5.0.3).
1569         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
1570         local.
1571         (ps-spool-config): Initialization fix.
1572         (ps-print-prologue-1, ps-print-prologue-2)
1573         (ps-print-duplex-feature): PostScript code moved to separated file.
1574         (ps-background-image): Little code reformating.
1575         (ps-begin-file, ps-begin-job): Fix code.
1576         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
1577         (ps-prologue-file): New fun.
1579 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1581         * ps-vars.el: Eliminated.
1583         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
1584         `;;;###autoload'.
1586         * ps-print.el: ps-vars eliminated, doc fix.
1587         (ps-print-version): New version number (5.0.2).
1588         (ps-spool-config): Initialization fix.
1589         (ps-print-customize): New fun.
1591 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
1593         * autorevert.el (auto-revert-mode): Return value of
1594         auto-revert-mode.
1596 2000-01-04  Dave Love  <fx@gnu.org>
1598         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
1599         menu items.
1601 2000-01-03  Dave Love  <fx@gnu.org>
1603         * elide-head.el (elide-head) [defgroup]: Add :version.
1605         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
1606         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
1607         `cl-hash-table-p', not `hash-table-p'.
1608         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
1610 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1612         * faces.el (face-read-integer, read-face-attribute)
1613         (color-defined-p, color-values): unspecified-{f,b}g are now
1614         strings.
1616 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1618         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
1619         at comment end, and re-insert them after filling.
1621 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1623         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
1624         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
1625         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
1627 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1629         * term/x-win.el (xw-defined-colors): Call color-supported-p,
1630         the new name of face-color-supported-p.
1632         * term/w32-win.el (xw-defined-colors): Likewise.
1634 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1636         * simple.el (completion-setup-function): Count completion-size
1637         from minibuffer-prompt-end, not from point-min.
1639 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1641         * faces.el (read-face-attribute, defined-colors, color-defined-p):
1642         Pass the frame to tty-color-* functions.
1643         (display-color-p, frame-set-background-mode): Pass the frame to
1644         tty-display-color-p.
1646         * term/tty-colors.el (tty-defined-color-alist): Renamed from
1647         tty-color-alist.
1648         (tty-color-alist, tty-modify-color-alist): New functions.
1649         (tty-color-define,  tty-color-clear, tty-color-approximate)
1650         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
1651         an optional parameter FRAME.
1653 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
1655         * image.el (create-image, defimage): Don't assume image data is a
1656         string.
1658         * image.el (defimage): Handle specifications containing :data
1659         instead of :file.
1660         (image-type-from-data): New function.
1661         (image-type-from-file-header): Use it.
1662         (create-image): Add parameter DATA-P.
1664 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1666         * echistory.el (electric-command-history): Call Command-history-setup
1667         and command-history-mode using their new conventions.
1669         * chistory.el (Command-history-setup): Don't switch buffers.  Take
1670         no args, and do not set major-mode, mode-name or the local map.
1671         (command-history-mode): New function, does some of those things
1672         Command-history-setup used to do.
1673         (list-command-history): Call command-history-mode, not
1674         Command-history-setup.
1675         (command-history): Renamed from command-history-mode.
1677 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1679         * arc-mode.el (archive-mode-map): Bind q to quit-window.
1681 1999-12-31  William M. Perry  <wmperry@aventail.com>
1683         * image.el (defimage): Images with the `:data' keyword should be
1684         considered valid as well.
1686 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1688         * dired.el (dired-get-filename): Don't call file-name-absolute-p
1689         with FILE if FILE is nil.
1691 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1693         * simple.el (choose-completion-string): In minibuffer,
1694         do not delete the prompt string.
1696 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
1698         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
1699         assigned to mode-line-mode-menu because bindings.el is dumped with
1700         Emacs, and thus the lists used for menu-item definition will be
1701         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
1702         like pure menu item definitions.
1704         * expand.el (expand-abbrev-hook): Return t if expansion was
1705         done, nil otherwise.
1707 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1709         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
1710         (tar-quit): Function deleted.
1712 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1714         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
1715         was used but not declared.
1717         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
1718         hs-find-block-beginning): Add or modify docstrings.
1720         (hs-isearch-show): Rewrite.
1722 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1724         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
1726         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
1727         space in front of a C-style comment end.
1729 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
1731         * startup.el (command-line-1): Make mode line mouse-sensitive for
1732         the MS-DOS version as well.
1734 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
1736         * bs.el: New file.
1738 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1740         * textmodes/ispell.el (ispell-process-line):
1741         Add local var line-offset to adjust for the change
1742         in positions within the line, due to previous replacements.
1744 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1746         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1747         Doc fixes.
1749 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
1751         * add-log.el (change-log-version-number-regexp-list)
1752         (change-log-version-info-enabled): Change :version to 21.1.
1753         (toplevel): Require CL when compiling.
1755 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1757         * add-log.el (change-log-version-number-regexp-list): Added tag
1758         :version 20.6
1759         (change-log-version-info-enabled): Added tag :version 20.6
1761 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
1763         * add-log.el: More general version number search with
1764         user-configurable regexp list.
1765         (change-log-version-number-regexp-list): New user variable.
1766         (change-log-find-version): Rewritten.  Use user-configurable
1767         version numbering regexp list
1768         change-log-version-number-regexp-list.
1769         (change-log-find-version): Renamed to
1770         change-log-version-number-search
1771         (add-log-file-name-function): New.
1772         (change-log-search-vc-number): Added END paramaeter.  Added doc
1773         string to function.
1774         (change-log-version-rcs): Renamed.  Was
1775         change-log-search-vc-number.
1777 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1779         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
1780         overlays if they interfere.
1781         (compilation-find-file): Make intangible overlays tangible.
1783         * progmodes/hideshow.el: Generally, synch w/ maintainer
1784         version 5.9.
1786         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
1788         (hs-minor-mode-hook): Don't initialize.
1790         (hs-special-modes-alist): Rewrite value and docstring.
1792         (hs-minor-mode-prefix): Delete unused var.
1794         (hs-block-start-mdata-select): New var, buffer local.
1796         (hs-headline): New var.
1798         (hs-match-data, hs-forward-sexp): New funcs.
1800         (hs-hide-comment-region): New func.
1802         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
1803         hs-safety-is-job-n, hs-hide-initial-comment-block,
1804         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
1805         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
1806         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
1807         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
1808         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
1810         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
1811         (hs-isearch-show-temporary): New funcs.
1813         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
1815         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
1817         When constructing menu, use `[(shift button2)]' notation.
1819 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1821         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
1822         (jka-compr-compression-info-list): Add new elt to each vector.
1823         (jka-compr-write-region): Don't compress the data if it is
1824         already compressed.
1826         * jka-compr.el (jka-compr-really-do-compress): New variable.
1827         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
1828         if visiting.
1829         (jka-compr-write-region): Set jka-compr-really-do-compress
1830         if visiting.  Test it when deciding to compress.
1832 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
1834         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
1835         with third argument t.
1837 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1839         * antlr-mode.el: Version 1.2 is released.
1840         (antlr): This package has a web page.
1842 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1844         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
1845         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
1846         (antlr-mode-map): New binding [C-c C-c].
1847         (antlr-mode-menu): New entries.
1849 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1851         * antlr-mode.el: Respect Emacs conventions.
1852         ((require 'cl)): Only use during compilation.
1853         (antlr-language-for-option): New function to avoid using `find'.
1854         (antlr-mode): Use it.
1855         (antlr-with-syntax-table): Define new instead using XEmacs' one.
1856         (antlr-imenu-create-index-function): Change accordingly.
1857         (antlr-inside-rule-p): Ditto.
1858         (antlr-end-of-rule): Ditto.
1859         (antlr-end-of-body): Ditto.
1860         (antlr-beginning-of-rule): Ditto.
1861         (antlr-indent-line): Ditto.
1863 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1865         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
1866         (antlr-set-tabs): Don't use hard-coded values.
1868         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
1869         won't be possible without a huge time penalty.
1870         (antlr-skip-exception-part): Be more specific.
1871         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
1872         Renamed from `antlr-skip-grammar-header'.
1873         (antlr-next-rule): Change accordingly.
1874         (antlr-end-of-body): Ditto.  Better error message.
1875         (antlr-beginning-of-body): Better error message.
1876         (antlr-imenu-create-index-function): Skip rule action prelude.
1878         * antlr-mode.el: Minor syntax highlighting changes.
1879         (antlr-font-lock-default-face): Deletia.
1880         (antlr-font-lock-tokendef-face): Changed color.
1881         (antlr-font-lock-tokenref-face): Changed color.
1882         (antlr-font-lock-literal-face): Changed color.
1883         (antlr-font-lock-additional-keywords): Minor changes.
1885 1999-12-20  Carsten Dominik  <cd@gnu.org>
1887         * progmodes/idlwave.el: New file.
1889         * progmodes/idlwave-rinfo.el: New file.
1891         * progmodes/idlwave-shell.el: New file.
1893         * progmodes/idlwave-toolbar.el: New file.
1895         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
1897 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
1899         * progmodes/cwarn.el: New file.
1901 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1903         * bindings.el (completion-ignored-extensions): Add .pdf.
1905 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1907         * version.el: Put the version info into binary on MS-DOS as well.
1909 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
1911         * emacs-lisp/debug.el (debugger-continue): Don't continue if
1912         debugger-may-continue is nil.
1914 1999-12-18  Dave Love  <fx@gnu.org>
1916         * emacs-lisp/cl-macs.el: Remove conditional definition of
1917         eval-when-compile.  Don't specify abs, expt, gethash,
1918         hash-table-count, hash-table-p as side-effect-free here.
1919         (cl-emacs-type): Don't declare.
1920         (cl-compile-time-init): Remove Emacs 18 compiler patch.
1921         (cl-parse-loop-clause): Remove compatibility code.
1923         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
1924         (side-effect-free-fns): Add gethash, hash-table-count.
1925         (side-effect-and-error-free-fns): Add hash-table-p.
1927         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
1928         `cl-' to autoload names for some hash functions.  Don't autoload
1929         eval-when-compile.  Don't provide mini-cl.
1930         (cl-emacs-type): Remove.
1931         (cl-map-extents): Remove compatibility code.
1933         * emacs-lisp/float.el: Bind free variables.
1935         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
1937 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1939         * bindings.el (completion-ignored-extensions): Add .tfm.
1941 1999-12-16  Dave Love  <fx@gnu.org>
1943         * faces.el (set-face-attribute): Purecopy the attributes set.
1945         * custom.el (custom-declare-variable): Purecopy value.
1947         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
1948         (byte-extrude-byte-code-vectors): Use remprop.
1949         (byte-compile-lambda): Check that arg is a lambda.
1951 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
1953         * font-lock.el: System for adding and removing keywords.
1954         Both local (previously added keyword) and global keywords
1955         can be removed.
1956         (font-lock-remove-keywords): New user-level function.
1957         (font-lock-update-removed-keyword-alist): New internal function.
1958         (font-lock-removed-keywords-alist): New variable.
1959         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
1960         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
1961         growing datastructures.
1962         (font-lock-set-defaults): Removes keywords stored in
1963         `font-lock-removed-keywords-alist' after local keywords added.
1965 1999-12-16  Anders Lindgren  <andersl@andersl.com>
1967         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
1968         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
1970         * font-lock.el (c-keywords): Only highlight preprocessor
1971         directives when spelled correctly.
1973         * font-lock.el (font-lock-match-c++-structor-declaration,
1974         c++-keywords): Fontify constructors and destructors with function
1975         face inside C++ class declarations.
1977 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
1979         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
1980         the shell from sh-shell-file.
1982         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
1984 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1986         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
1987         if one of the files specified cannot be accessed by
1988         file-attributes.  Do not strip any leading directories from the
1989         file names, to behave more like `ls' does.
1991         * dired.el (dired-get-filename): Handle absolute file names.
1992         (dired-readin-insert): If argument is a cons, don't print
1993         "wildcard" on the ``total'' line.
1995 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
1997         * faces.el (face-read-integer, read-face-attribute)
1998         (color-defined-p, color-values): Allow color values unspecified-fg
1999         and unspecified-bg, handle them as unspecified.
2001 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
2003         * textmodes/reftex.el: (reftex-compile-variables): respect new
2004         structure of `reftex-index-macro'
2005         (reftex-compile-variables): Use the changed structure of
2006         `reftex-label-alist'.
2008         * textmodes/reftex-vars.el (reftex-index-math-format,
2009         (reftex-toc-max-level): New option.
2010         reftex-index-phrases-search-whole-words,
2011         reftex-index-phrases-case-fold-search,
2012         reftex-index-phrases-skip-indexed-matches,
2013         reftex-index-phrases-wrap-long-lines,
2014         reftex-index-phrases-sort-prefers-entry,
2015         reftex-index-phrases-sort-in-blocks): New options.
2016         (reftex-index-macros): Option structure changed.
2017         (reftex-index-macros-builtin): Added `repeat' item to each entry.
2018         (reftex-label-alist): Additional item in each entry to specify if
2019         the environment should be listed in the TOC.
2020         (eval-when-compile (require 'cl)) added.
2022         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2023         longer deals with "repeat".
2024         (reftex-index): "repeat property in `reftex-index-macro-alist' is
2025         now used.
2026         (reftex-index-phrases-comment-regexp,
2027         reftex-index-phrases-macrodef-regexp,
2028         reftex-index-phrases-phrase-regexp1,
2029         reftex-index-phrases-phrase-regexp2,
2030         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2031         New constants.
2032         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2033         reftex-index-phrases-font-lock-keywords,
2034         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2035         reftex-index-phrases-restrict-file): New variables.
2036         (reftex-index-phrase-selection-or-word,
2037         reftex-index-visit-phrases-buffer,
2038         reftex-index-initialize-phrases-buffer,
2039         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2040         reftex-index-next-phrase, reftex-index-this-phrase,
2041         reftex-index-all-phrases, reftex-index-region-phrases,
2042         reftex-index-phrases-parse-header,
2043         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2044         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2045         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2046         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2047         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2048         reftex-index-make-replace-string,
2049         reftex-query-index-phrase-globally, reftex-query-index-phrase,
2050         reftex-index-phrase-match-is-indexed,
2051         reftex-index-phrases-fixup-line,
2052         reftex-index-phrases-replace-space,
2053         reftex-index-select-phrases-macro): New functions.
2054         (reftex-index-globalize, reftex-index-globally): functions removed
2055         (eval-when-compile (require 'cl)) added.
2057          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2058          for max level.
2059          (reftex-toc-max-level-indicator): New variable.
2060          (reftex-toc-max-level): New command.
2061          (reftex-toc-map): New keybinding `t'.
2062          (reftex-toc-help): Constant updated.
2063          (eval-when-compile (require 'cl)) added.
2065          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2066          `t' command key can change `reftex-toc-max-level'
2067          (eval-when-compile (require 'cl)) added.
2069          * textmode/reftex-sel (reftex-insert-docstruct): Respect
2070          `reftex-toc-max-level'
2071          (eval-when-compile (require 'cl)) added.
2073          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2074          added.
2076          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2077          added.
2079          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2080          commands.
2081          (reftex-citation, reftex-do-citation,
2082          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2083          preselect a citation format.
2084          (eval-when-compile (require 'cl)) added.
2086          * textmodes/reftex-parse.el (reftex-context-substring): Optional
2087          parameter to-end
2088          (reftex-section-info): Deal with environment matches.
2089          (eval-when-compile (require 'cl)) added.
2091          * reftex-global.el (eval-when-compile (require 'cl)) added.
2093 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
2095         The following changes are for the new composition mechanism.  We
2096         have deleted `composition' charset and composite characters,
2097         instead introduced a special text property `composition'.
2099         * composite.el: New file.
2101         * ps-mule.el: Define encode-composition-rule and find-composition
2102         for Emacs 20.4 and the earlier versions.
2103         (ps-mule-init-external-library): Just require a feature for
2104         external libraries.
2105         (ps-mule-prologue): Postscript code modified for new composition.
2106         (ps-mule-find-wrappoint): New arg COMPOSITION.
2107         (ps-mule-plot-string): Delete code for composite characaters.
2108         (ps-mule-plot-composition): New funcion.
2109         (ps-mule-prepare-font-for-components): New function.
2110         (ps-mule-plot-components): New function.
2111         (ps-mule-composition-prologue-generated): Renamed from
2112         ps-mule-cmpchar-prologue-generated.
2113         (ps-mule-composition-prologue): New named from
2114         ps-mule-cmpchar-prologue.  Modified for new composition.
2115         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2116         ps-mule-prepare-cmpchar-font): Deleted.
2117         (ps-mule-string-encoding): New arg NO-SETFONT.
2118         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2119         check Composing, not Cmpchar
2120         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2121         to nil.
2122         (ps-mule-begin-job): Check existence of new composition.
2124         * ps-print.el (ps-plot-region): Handle new composition.
2126         * simple.el (what-cursor-position): Show "(composed)" if the
2127         character is composed.
2129         * international/characters.el: Fix cateogries of Lao symbols.
2131         * international/fontset.el (vertical-centering-font-regexp): New
2132         variable.
2134         * international/mule.el (mule-version): Updated to 5.0 (AOI).
2135         (mule-version-date): Updated to 1999.12.7.
2136         (with-category-table): New macro.
2138         * international/mule-cmds.el (encode-coding-char): Don't check
2139         composite character.
2141         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2142         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2143         x-ctext): Give `composition' property t.
2145         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2146         non-nil) at the tail of ALIST.
2147         (compose-region, decompose-region, decompse-string,
2148         reference-point-alist, compose-chars): Moved to composite.el.
2149         (compose-chars-component, compose-chars-rule,
2150         decompose-composite-char): Deleted.
2152         * international/quail.el (quail-install-map): New optional arg
2153         NAME.
2154         (quail-get-translation): If DEF is a symbol but not a function,
2155         ignore it.
2156         (quail-start-translation): Put a key sequence undefined in the
2157         translation keymap in unread-command-events, not generated-events.
2158         Return parameterized event (compose-last-chars N) if the input
2159         characters should be composed.
2160         (quail-map-definition): If DEF is t, treat it as nil.
2161         (quail-delete-last-char): Delete the quail region.
2162         (quail-show-translations): Don't show list of translations if the
2163         quail package is deterministic.
2164         (quail-completion-max-depth): New variable.
2165         (quail-completion-1): Pay attention to the above variable.  Fix
2166         for the case that a translation is a function.
2167         (quail-map-from-table, quail-map-from-table-1,
2168         quail-map-from-table-2): New functions.
2169         (quail-lookup-map-and-concat): New function
2171         * language/devan-util.el: Mostly rewritten.
2173         * language/lao.el: Register lao-composition-function in
2174         composition-function-table.
2176         * language/lao-util.el: Mostly rewritten.
2178         * language/thai.el: Register thai-composition-function in
2179         composition-function-table.
2180         (thai-tis620): Delete `pre-write-conversion' property.
2182         * language/thai-util.el: (thai-category-table): Make it by
2183         make-category-table.
2184         (thai-composition-pattern): New variable.
2185         (thai-compose-region, thai-compose-string): Use
2186         with-category-table.
2187         (thai-post-read-conversion): Just call thai-compose-region.
2188         (thai-pre-write-conversion): Deleted.
2189         (thai-composition-function): New funciton.
2191         * language/tibet-util.el: Most functions rewritten.
2192         (tibetan-char-p): Renamed from tibetan-char-examin.
2193         (tibetan-composable-examin) (tibetan-complete-char-examin)
2194         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2195         (tibetan-add-components): New function.
2196         (tibetan-composition-function): New function.
2198         * language/tibetan.el: Register tibetan-composition-function in
2199         composition-function-table.
2200         (tibetan-composable-pattern): New variable.
2201         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2202         (tibetan-precomposition-rule-alist): Move punctuations to
2203         tibetan-punctuation-transcription-alist and
2204         tibetan-obsolete-glyphs.
2205         (tibetan-punctuation-transcription-alist): New variable.
2206         (tibetan-obsolete-glyphs): New variable.
2207         (tibetan-regexp): Improve the initialization code.
2209         * textmodes/fill.el (fill-find-break-point): Delete codes for
2210         composite characters.
2211         (fill-region-as-paragraph): Likewise.
2213 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2215         * international/mule-cmds.el (default-input-method): Specify
2216         that it should be set after current-language-environment.
2218         * custom.el (custom-handle-keyword): Add :set-after.
2219         (custom-add-dependencies): New function.
2220         (custom-set-variables): Take dependencies between args into
2221         account.
2223         * battery.el (battery): Doc fix.
2225 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2227         * progmodes/cc-make.el: Removed.
2229 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2231         * Release of cc-mode 5.26
2233 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2235         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2236         target depth.  Optionally count #else lines as clause limits,
2237         as suggested by don provan <provan@lucent.com>.  #elif
2238         handling fixed.
2240         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2241         (c-down-conditional-with-else): New commands that uses the
2242         added functionality in `c-forward-conditional'.
2244 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2246         * cc-align.el (c-lineup-comment): Preserve the alignment with
2247         a comment on the previous line instead of preserving the
2248         comment-column.
2250 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2252         * Fixes to IDL mode after input from Eric Eide
2253         <eeide@cs.utah.edu>:
2254         * cc-engine.el (c-beginning-of-statement-1): Allow
2255         `c-conditional-key' to be nil, for the benefit of IDL mode.
2256         * cc-engine.el (c-guess-basic-syntax): Ditto.
2257         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2258         but do match CORBA 2.3 `valuetype'.
2259         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2260         for IDL.
2261         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2262         be nil for IDL.
2263         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2264         Like C++.
2265         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2266         set `c-method-key' and `c-baseclass-key' to nil.
2268 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2270         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2271         with nonhanging open braces.
2273 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2275         * cc-align.el: Added docstrings to all lineup functions.
2277         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2278         keyword.
2280         * cc-align.el (c-lineup-C-comments): Handle free form text
2281         comments.  Use c-comment-prefix-regexp and comment-start-skip
2282         instead of hardcoded regexps.
2284 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2286         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2287         behavior and return value as documented.
2289 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2291         * Changes for new style variable init system:
2292         * cc-langs.el (c-common-init): Dito.
2293         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2294         now customizable.
2295         * cc-vars.el: Style variables may now take a value
2296         'set-from-style to make them take their value from the style
2297         system. This value is now the default on all these variables.
2298         * cc-vars.el (c-valid-offset): New function to verify a
2299         syntactic symbol offset setting.
2300         * cc-vars.el (c-offsets-alist): Variable moved from
2301         cc-styles.el since it's now customizable in a similar way to
2302         the other style variables.
2303         * cc-vars.el (c-old-style-variable-behavior): New variable to
2304         revert to the old style init behavior.
2306         * cc-vars.el (c-file-style, c-file-offsets): Made always
2307         buffer local.
2309         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2310         the throws clause that might follow the function prototype in
2311         C++.
2313 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2315         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2316         could move forward for macros that doesn't start in column 0.
2318 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2320         * cc-align.el (c-indent-multi-line-block,
2321         c-lineup-whitesmith-in-block): Two new lineup functions for
2322         use in whitesmith style.
2324         * cc-styles.el (c-style-alist): More fixes to whitesmith
2325         style.  It should now handle all different braces uniformly in
2326         both hanging and non-hanging cases.
2328 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2330         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2331         make it stay in the same position relative to the surrounding
2332         text.
2334         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2335         when adaptive-fill-mode doesn't manage to get it correct.
2337         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2338         with dotted notation, e.g. foo.bar.Gnu.
2340         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2341         within unwind-protect (previously only some were wrapped so it
2342         would be possible to register mode initialization when full
2343         initialization did not finish).
2345         * cc-styles.el (c-style-alist): Corrected the brace placement
2346         in the whitesmith style.  Thanks to Sean Luke
2347         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2348         styles with consistent brace placement for all constructs.
2350 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2352         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2353         when point is in the middle of them.
2355         * cc-cmds.el: Line breaking and paragraph filling code
2356         rewritten:
2357         (c-guess-fill-prefix): New function that uses various
2358         heuristics to guess the comment prefix.
2359         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2360         It now assumes adaptive filling is active to preserve the line
2361         prefix inside comments.
2362         (c-indent-new-comment-line): Replacement for the now
2363         obsolete `c-comment-line-break-function' that uses
2364         `c-guess-fill-prefix' when appropriate.  It now observes the
2365         setting of `comment-multi-line', which has effect in C-style
2366         block comments.
2368         * cc-cmds.el (c-context-line-break): New function intended to
2369         be put on RET.  It's essentially `newline-and-indent', but
2370         continues C block comments with the appropriate line prefix.
2372         * cc-cmds.el (c-do-auto-fill): New function put on
2373         `normal-auto-fill-function' to implement the
2374         `c-ignore-auto-fill' variable.
2376         * cc-cmds.el (c-beginning-of-statement): Use
2377         `c-comment-prefix-regexp' to avoid ending up inside the
2378         comment prefix.  Better handling of comment starters and
2379         enders. Catch comments better when traversing code.  Stop at
2380         preprocessor directives.
2382         * cc-defs.el (c-forward-comment): New subst to hide platform
2383         dependent quirks in `forward-comment'.
2385         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2386         argument.
2387         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2388         arguments. Activate this function by default when
2389         `parse-partial-sexp' supports it (currently Emacs 20.x).
2391         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2392         on the comment opener to make constants usable as lineup
2393         arguments.
2395         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2396         changed anchor position in the `c' syntactic symbol.  Handle
2397         more than stars in the comment prefix; use the new variable
2398         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2399         a comment prefix to the right of the comment opener if it's
2400         long.
2402         * cc-langs.el: Fixes to mode initialization for new line
2403         breaking and paragraph filling method.  Adaptive fill mode is
2404         now activated at startup instead of deactivated.  The
2405         variables used for adaptive filling and paragraph movement are
2406         also changed to incorporate the value of
2407         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2408         used to override some functions in the global map instead of
2409         overriding their default bindings.
2411         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2412         javadoc markup at mode init.
2414         * cc-mode.el (c-setup-filladapt): A new convenience function
2415         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2416         function is intended to be used explicitly by the end user
2417         only.
2419         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2420         recognize the comment fill prefix inside comments.
2421         (c-block-comment-prefix): New name for
2422         `c-comment-contiuation-stars', which is now obsolete.  It's
2423         generalized to handle any character sequence.
2424         (c-ignore-auto-fill): New variable used to selectively disable
2425         Auto Fill mode in specific contexts.
2427 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2429         * cc-cmds.el (c-comment-indent): Leave at least one space
2430         between the comment and the last nonblank character in the
2431         case where we look at the indentation of the comment on the
2432         previous line (case 4).
2434         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2435         list of characters that may start a statement (it's a sort of
2436         prefix operator in Pike, and isn't used at all in any of the
2437         other languages).
2439 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2441         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2442         inside continued statements as statement-cont instead of
2443         brace-list-open.  The reason is that one normally adjusts
2444         brace-list-open for brace lists as top-level constructs, and
2445         brace lists inside statements is a completely different
2446         context.  Case 10B.2 changed.  Also changed (the somewhat
2447         esoteric) case 9A to cope with this.
2449 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2451         * cc-cmds.el (c-electric-brace): Added electric handling of
2452         the open brace for brace-elseif-brace.
2454 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2456         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2457         syntax tables temporarily.
2459         * cc-engine.el (c-guess-basic-syntax): Handle template and
2460         member init argument lists split over several lines.  Case 5D
2461         changed.
2463         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2464         @throws introduced in Javadoc 1.2.
2466         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2467         patch from RMS to avoid infinite backtracking.
2469 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2471         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2472         by [ ].
2474 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2476         * cc-align.el (c-lineup-dont-change): Compensate properly for
2477         the column in langelem.
2479         * cc-engine.el (c-syntactic-information-on-region): New
2480         function to help debugging the syntactic analysis.
2482 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2484         * cc-align.el (c-lineup-template-args): Handle nested template
2485         arglists.
2487         * cc-langs.el (c++-template-syntax-table): New syntax table
2488         that makes `<' and `>' parenthesis characters, which is useful
2489         to switch to temporarily when analyzing template arglists.
2491         * cc-styles.el: Changed default alignment of labels in the
2492         java style to conform to the examples in the Java Language
2493         Specification.
2495         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2496         by default.
2498 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2500         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2501         immediately before the closing paren in an arglist, so don't
2502         check that in Pike mode.  Case 7A changed.
2504 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2506         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2507         lines were ignored under certain conditions.
2509 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2511         * cc-align.el (c-lineup-template-args): New function for
2512         aligning continued template argument lists.
2514         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2515         lists containing function arglists split over several lines.
2516         Case 5D.1 changed.
2518         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2519         template-args-cont didn't get recognized when the first
2520         arglist opener line doesn't contain a template argument.  New
2521         case 5K.
2523 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2525         * cc-defs.el (c-point): Changed from subst to macro for
2526         efficiency.
2527         (c-beginning-of-defun-1, c-end-of-defun-1): New
2528         beginning-of-defun/end-of-defun wrappers separated from
2529         c-point.
2531         * cc-menus.el (imenu-generic-expression,
2532         imenu-case-fold-search, imenu-progress-message): Dummy
2533         definitions to avoid compiler warnings if imenu can't be
2534         loaded.
2535         * cc-menus.el (cc-imenu-init): New function called at mode
2536         init.
2537         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2538         imenu initializations to cc-imenu-init.
2540 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2542         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2543         for lambda-intro-cont in Pike mode.  Case 6 changed.
2545         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2546         anything following "new Foo()" was considered an anonymous
2547         class body in Java mode.
2549 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2551         * cc-cmds.el (c-comment-line-break-function): When breaking in
2552         a string, don't insert a new line.
2554 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2556         * cc-engine.el (c-at-toplevel-p): New interface function which
2557         returns information useful to add-on authors.  It tells you
2558         whether you're at a toplevel statement or not.
2560 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
2562         * cc-cmds.el (c-comment-line-break-function): It is possible
2563         that forward-line does not land us at the bol, say if we're on
2564         the last line in a file.  In that case, do a
2565         back-to-indentation instead of a forward-comment -1.
2567 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2569         * cc-engine.el (c-beginning-of-statement-1): Don't catch
2570         "default:" as normal label in case 4.
2572 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2574         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
2575         recognize continued bitfield declarations.  Case 5D.1 changed.
2576         * cc-langs.el: New variable c-bitfield-key.
2577         * cc-mode.el: New variable c-bitfield-key.
2579 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2581         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
2582         anonymous array expressions (i.e. "new Foo[] {.. bracelist
2583         ..}").
2585 1999-12-12  Dave Love  <fx@gnu.org>
2587         * mail/footnote.el: Require cl when compiling.  Don't autoload
2588         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
2589         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
2590         Avoid `acons'.
2591         (footnote-mode-line-string, Footnote-add-footnote): Remove
2592         autoload cookie.
2594 1999-12-12  Richard Sharman  <rsharman@pobox.com>
2596         * sh-script.el: Fix for when font-lock mode is active.
2597         (sh-font-lock-unfontify-region-function): New function.
2599 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
2601         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
2602         if start-process is not bound, since Ispell now supports such
2603         platforms as well.
2605 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2607         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
2608         rmail-summary-goto-msg.
2610         * files.el (after-find-file): Fix previous change.
2612 1999-12-11  Dave Love  <fx@gnu.org>
2614         * help.el (where-is): Use `commandp' as predicate for
2615         `completing-read'
2617 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2619         * cus-edit.el (custom-save-delete): Delete all occurrences,
2620         leave point where the first occurrence was.
2621         (custom-save-faces): Insert a newline at the end of the comment.
2622         Avoid a double newline there.
2623         If final closeparen is at bol, put a space before it.
2624         (custom-save-variables): Likewise.
2625         (custom-file): Doc fix.
2627 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
2629         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
2630         regexp matching image and audio files.
2632 1999-12-09  Dave Love  <fx@gnu.org>
2634         * mail/footnote.el: New file.
2636 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
2638         * files.el (after-find-file): Use auto-save-visited-file-name if
2639         set.
2641         * mail/feedmail.el (feedmail-find-eoh): Take
2642         feedmail-queue-alternative-mail-header-separator into account.
2644 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
2646         * smerge-mode.el: New file.
2648         * font-lock.el (font-lock-multiline): New variable.
2649         (font-lock-add-keywords): Rename `major-mode' into `mode'.
2650         (font-lock-remove-keywords): Added a dummy `mode' argument for
2651         potential future support.
2652         (font-lock-fontify-anchored-keywords,
2653         (font-lock-fontify-keywords-region): Only handle multiline strings
2654         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
2656 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2658         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
2660         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
2662 1999-12-07  Dave Love  <fx@gnu.org>
2664         * help.el (view-emacs-problems): New command, bound to C-h P.
2666         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
2668 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
2670         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
2671         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
2672         New code to support the minor mode version.
2673         (diff-recenter): New function.
2674         (diff-next-hunk, diff-next-file): Use it.
2675         (diff-remembered-files-alist): New var.
2676         (diff-merge-strings): New function.
2677         (diff-find-file-name): Make it smarter and use the user's input more.
2678         (diff-mode): Cosmetic changes.
2680         * files.el (save-some-buffers): Turn EXITING into the more general
2681         PRED argument to allow specifying a subset of buffers.
2683         * simple.el (kill-region): Use the new `delete-and-extract-region'
2684         rather than the undo log (which is incorrect with *-change-functions).
2686         * font-lock.el (font-lock-default-fontify-region): Fix subtle
2687         off-by-one problem that could force re-fontifying the whole buffer.
2688         (font-lock-remove-keywords): New function.
2689         (font-lock-add-keywords): Use the new function to ensure idempotence.
2691 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
2693         * viper-cmd.el (viper-minibuffer-standard-hook,
2694         viper-minibuffer-real-start): Mew functions.
2695         (viper-read-string-with-history,viper-file-add-suffix,
2696         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
2697         change in the status of the minibuffer prompt.
2699 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2701         * comint.el (comint-redirect-results-list)
2702         (comint-redirect-results-list-from-process): Remove interactive
2703         spec.
2705 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2707         * info.el (info-node, info-menu-5, info-xref): Define colors for
2708         Info faces if the display supports them.
2710 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
2712         Changes for automatic remapping of X colors on terminal frames:
2714         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
2715         term-setup-hook.  Call msdos-remember-default-colors and
2716         msdos-handle-reverse-video.
2717         (msdos-face-setup): Parts of code moved to
2718         msdos-setup-initial-frame.
2719         (msdos-handle-reverse-video): New function, modeled after
2720         x-handle-reverse-video.
2721         (make-msdos-frame): Don't use initial-frame-alist and
2722         default-frame-alist.  Call msdos-handle-reverse-video.
2723         (msdos-color-aliases): Remove.
2724         (msdos-color-translate, msdos-approximate-color): Remove.
2725         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
2726         for better approximation of X colors.
2727         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
2728         up tty-color-alist (it is now on startup.el).
2729         (x-display-color-p, x-color-defined-p, x-color-values,
2730         x-defined-colors, face-color-supported-p, face-color-gray-p):
2731         Remove.
2733         * facemenu.el (facemenu-read-color, list-colors-display): Use
2734         defined-colors for all frame types.
2735         (facemenu-color-equal): Use color-values for all frame types.
2737         * faces.el (read-face-attribute): For :foreground and :background
2738         attributes and frames on character terminals, translate the color
2739         to the closest supported one before looking it up in the list of
2740         valid values.
2741         (face-valid-attribute-values): Call defined-colors for all types
2742         of frames.
2743         (defined-colors, color-defined-p, color-values, display-color-p):
2744         New finctions.
2745         (x-defined-colors, x-color-defined-p, x-color-values,
2746         x-display-color-p): Aliases for the above.
2748         * startup.el (command-line): Register terminal colors for frame
2749         types other than x and w32, but only if the terminal supports
2750         colors.  Call tty-color-define instead of face-register-tty-color.
2752         * term/x-win.el (xw-defined-colors): Renamed from
2753         x-defined-colors.
2754         * term/w32-win.el (xw-defined-colors): Likewise.
2756         * term/tty-colors.el: New file.
2757         * loadup.el: Load term/tty-colors.
2759 1999-12-06  Dave Love  <fx@gnu.org>
2761         * ffap.el: Autoload the ffap alias directly.
2763 1999-12-06  Inge Frick  <inge@nada.kth.se>
2765         * dired-aux.el (dired-do-shell-command): Changed documentation.
2766         (dired-shell-stuff-it): A `?' in COMMAND has now the same
2767         meaning as `*'.
2769 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
2771         * simple.el (insert-buffer): Doc fix.
2773         * apropos.el (apropos-mode): Add autoload cookie.
2775 1999-12-06  Sam Steingold  <sds@goems.com>
2777         * progmodes/etags.el (etags-tags-completion-table): Modified the
2778         regexp to allow for the CL symbols starting with `+*'.
2779         (tags-completion-table): Doc fix (it's an obarray, not an alist).
2780         (tags-completion-table, tags-recognize-empty-tags-table): Remove
2781         `function' quoting lambda.
2782         (tags-with-face): New macro.
2783         (list-tags, tags-apropos): Use it.
2784         (tags-apropos-additional-actions): New user option.
2785         (etags-tags-apropos-additional): Use it.
2786         (tags-apropos): Call etags-tags-apropos-additional.
2787         (tags-apropos-verbose): New user option.
2788         (etags-tags-apropos): Use it.
2789         (visit-tags-table-buffer, next-file): Use `unless'.
2790         (recognize-empty-tags-table): Renamed to
2791         tags-recognize-empty-tags-table.
2792         (complete-tag): Call tags-complete-tag bypassing try-completion.
2794 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
2796         * international/mule.el (set-buffer-file-coding-system): Docstring
2797         modified.
2799 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2801         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
2802         using the hideshow package.
2803         (hs-special-modes-alist): Added entry for bibtex to allow the use
2804         of the hideshow package.
2805         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
2806         not longer provided by bibtex.el directly.  Instead the hideshow
2807         package should be used.
2808         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
2809         references to bibtex-hide-entry-bodies.
2811 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2813         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
2814         maintainer information closer to the beginning of the bibtex.el
2815         file.
2816         (bibtex-maintainer-salutation): New constant.
2817         (bibtex-version): New constant.
2818         (bibtex-submit-bug-report): Use bibtex-version and
2819         bibtex-maintainer-salutation.
2820         (bibtex-entry-field-alist): Made booktitle field optional for
2821         @inproceedings entries when crossreferenced.
2822         (bibtex-entry-field-alist): Added booktitle field to proceedings
2823         entry type (for cross referencing). Thanks to Wagner Toledo Correa
2824         for the suggestion.
2825         (bibtex-string-file-path): Fixed typo.
2827 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2829         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
2830         for reftex.el.
2831         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
2832         to menu.
2834 1999-12-04  Dave Love  <fx@gnu.org>
2836         * delsel.el: Revert previous change -- region is significant to
2837         skeleton.
2839 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
2841         * viper-cmd.el (viper-change-state): Use
2842         viper-ESC-moves-cursor-back to decide whether to move the cursor
2843         back.
2845 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
2847         * international/mule-util.el (truncate-string-to-width): Docsting
2848         fixed.
2850 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2852         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
2853         use of `cond'.
2854         (lm-with-file): Move all the find-file...kill-buffer stuff into
2855         this macro.  Make it use `find-file-noselect' and make it kill
2856         the buffer only if it wasn't already displayed somewhere.
2857         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
2858         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
2859         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
2860         (lm-commentary): Fix to handle the case when the change log is
2861         at the end of the file.
2863 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
2865         * international/mule.el (charsetp): Fix typo in docstring.
2867         * international/mule-diag.el (list-coding-categories): Fix typo;
2868         automatic -> autoload.
2870 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
2872         * vc.el (vc-update-change-log): Look for rcs2log under
2873         exec-directory.
2875         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
2876         outline-regexp, add outline-level.
2877         (lisp-outline-level): New.
2879         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
2880         remove extraneous string-match.
2882         * finder.el (finder-commentary): Activate Finder mode.
2884 1999-12-01  Anders Lindgren  <andersl@andersl.com>
2886         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
2887         off when reverting buffers that contained mode specifiers.
2888         `revert-buffer' is now called with non-nil PRESERVE-MODES
2889         argument.
2891 1999-12-01  Dave Love  <fx@gnu.org>
2893         * delsel.el: Grok skeleton-pair-insert-maybe.
2895 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2897         * progmodes/cperl-mode.el (cperl-under-as-char):
2898         Use nil as default.
2900 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
2902         * speedbar.el (toplevel): Remove compatibility code for Emacs
2903         versions without custom.el.
2905 1999-11-30  Dave Love  <fx@gnu.org>
2907         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
2909         * autoinsert.el: Minor doc fixes.
2910         (auto-insert): Return nil.
2912         * faces.el (set-face-documentation): Purecopy STRING.
2914 1999-11-29  Dave Love  <fx@gnu.org>
2916         * derived.el: Doc fixes, remove old backquote syntax.
2918         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
2919         comment warning about editing.
2921         * help.el (help-mode-hook): Define.
2923 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
2925         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
2926         invalid translation of old-style backquote syntax to new syntax.
2928 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2930         * Makefile (DONTCOMPILE): Add term/internal.el.
2932 1999-11-26  Dave Love  <fx@gnu.org>
2934         * comint.el: Fix last change.
2936         * emacs-lisp/advice.el: Fix last change.
2938 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2940         * cus-edit.el (Custom-reset-standard): Doc fix.
2941         (custom-variable-reset-standard): Doc fix.
2942         (custom-face-reset-standard): Doc fix.
2943         (custom-face-menu): "Reset to Standard" => "Erase Customization".
2944         (custom-variable-menu): Likewise.
2945         (custom-reset-menu): Likewise.
2946         (custom-buffer-create-internal): Likewise.
2948 1999-11-26  Dave Love  <fx@gnu.org>
2950         * progmodes/make-mode.el (makefile-mode-hook): Customize.
2952         * font-lock.el: Doc fixes.
2954         * menu-bar.el (menu-bar-mode): Customize.
2956         * cus-start.el: Add use-dialog-box.
2958         * add-log.el (change-log-mode-hook): Customize.
2959         (add-log-current-defun): Use
2960         fortran-{beginning,end}-of-subprogram.
2962 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2964         * emacs-lisp/advice.el: Many doc fixes.
2966         * comint.el (comint-preoutput-filter-functions): Doc fix.
2968 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2970         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2971         Improve messages for capitalization of arg names,
2972         for flag variables, for t and nil, for imperatives.
2973         Call them imperatives rather than infinitives sans "to".
2974         (checkdoc-common-verbs-wrong-voice): Add "moves".
2975         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
2977         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2978         Don't convert comments from 3-semicolon to 2-semicolon.
2979         That is a matter of style.
2980         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
2981         (checkdoc-comments): Don't bind that variable.
2983 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2985         * files.el (write-file-hooks): Doc fix.
2987 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
2989         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
2991 1999-11-25  Dave Love  <fx@gnu.org>
2993         * hippie-exp.el: Require comint when compiling.
2994         (hippie-expand): Add :links.
2995         (hippie-expand-try-functions-list): Customize.
2997 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
2999         * viper*el: Replaced old-style backquotes.
3001         * ediff*el: Replaced old-style backquotes.
3003         * ediff-merge
3004         (ediff-looks-like-combined-merge,ediff-get-combined-region):
3005         Changed to support the new format for ediff-combination-pattern.
3007         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3008         Changed to support the new format for ediff-combination-pattern.
3010 1999-11-24  Dave Love  <fx@gnu.org>
3012         * custom.el (custom-declare-group): Purecopy DOC.
3013         (custom-handle-keyword): Purecopy VALUE.
3014         (custom-add-link): Purecopy WIDGET.
3015         (custom-add-version): Purecopy VERSION.
3016         (custom-add-load): Purecopy LOAD.
3018         * cus-face.el (custom-declare-face): Purecopy DOC.
3020         * info.el:
3021         (Info-build-node-completions, Info-search, Info-follow-reference)
3022         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3023         (Info-find-emacs-command-nodes): Avoid properties on matched text
3024         which may appear in minibuffer.
3026 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
3028         * locate.el (locate-with-filter): Doc fix.
3030 1999-11-24  Alex Schroeder  <alex@gnu.org>
3032         * sql.el (sql-find-sqli-buffer): New function.
3033         (sql-set-sqli-buffer-generally): New function.
3034         (sql-set-sqli-buffer): Better checking of new-buffer.
3035         (sql-copy-column): Add comma after INTO clause, too.
3037 1999-11-24  Alex Schroeder  <alex@gnu.org>
3039         * sql.el (sql-imenu-generic-expression): New, used to set
3040         imenu-generic-expression.
3042         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3043         setting font-lock-defaults' SYNTAX-ALIST.  Set
3044         imenu-generic-expression, imenu-case-fold-search, and
3045         imenu-syntax-alist.
3047         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3048         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3050 1999-11-23  Andrew Innes  <andrewi@gnu.org>
3052         * w32-win.el (w32-drag-n-drop): Load files in current window, if
3053         drop coords aren't over a specific window.
3055 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3057         * ps-print.el: Define mule funs without checking if mule package is
3058         loaded.
3059         (ps-print-version): New version number (5.0.1).
3060         (ps-header-dirpart): Now uses abbreviate-file-name.
3062 1999-11-23  Dave Love  <fx@gnu.org>
3064         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3065         comment-line-start.
3066         (fortran-comment-line-start-skip): Renamed from
3067         comment-line-start-skip.
3068         (fortran-mode-map): Use renamed functions.  Add manual and custom
3069         entries to menu.
3070         (fortran-mode-hook): Customize.
3071         (fortran-comment-indent-function): Renamed from
3072         fortran-comment-hook.
3073         (delete-horizontal-regexp): Function deleted.
3074         (fortran-electric-line-number): Simplified.
3075         (fortran-beginning-of-subprogram): Renamed from
3076         beginning-of-fortran-subprogram.
3077         (fortran-end-of-subprogram): Renamed from
3078         end-of-fortran-subprogram.
3079         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3080         (fortran-previous-statement, fortran-next-statement): Simplified.
3081         (fortran-blink-match): New function.
3082         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3083         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3084         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3085         line-end-position.
3086         (fortran-fill): No longer interactive.  Simplified.
3087         (fortran-break-line): Simplified.
3088         (fortran-analyze-file-format): Use char-after, not looking-at.
3090         * emacs-lisp/find-func.el (find-function-regexp): Use
3091         `define-minor-mode' after easy-menu change.
3093 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3095         * comint.el: Add redirection.from active comint buffers into
3096         another buffer.  Written by Peter Breton.
3098 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3100         * emacs-lisp/autoload.el (make-autoload): Recognize the new
3101         `define-minor-mode'.
3102         (define-minor-mode): Specify `doc-string-elt'.
3104         * emacs-lisp/easy-mmode.el: Changed maintainer.
3105         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3106         Use defcustom for the hooks; Improve the auto-generated docstrings.
3107         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3108         (define-minor-mode): Add BODY arg; Only declare the keymap if
3109         provided; Improve the auto-generated docstrings.
3111 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
3113         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3114         that the leading `^' is at the start.  This is necessary because
3115         paragraphs.el tries to remove anchors, but can find them only if
3116         they are the first character.
3118         * progmodes/antlr-mode.el: New file.
3120         * calendar/calendar.el: Fix autoload for
3121         calendar-absolute-from-astro.  Add autoload for
3122         calendar-print-astro-day-number.
3124 1999-11-21  Anders Lindgren  <andersl@andersl.com>
3126         * follow.el: Use modern backquote syntax.  Minor comment update.
3128 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
3130         * simple.el (with-syntax-table): Don't switch buffers.
3132         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3133         progmodes/hideif.el: Use new backquote syntax.
3135 1999-11-21  Ken Manheimer  <klm@python.org>
3137         * icomplete.el (icomplete-completions): Use an explicit variable
3138         `icomplete-prospects-length', obviating the need to use an
3139         apparently faulty throw/catch arrangement.
3141 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
3143         * term/internal.el (IT-display-table-setup): Don't overstep
3144         character code 255.
3146 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
3148         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3149         for the charset chinese-sisheng is 7bit encoding, not 8bit.
3151 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3153         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3154         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3156         * files.el (auto-mode-alist): Add patterns for diff-mode.
3158         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3159         to detect an empty prompt.
3161 1999-11-18  Dave Love  <fx@gnu.org>
3163         * simple.el (input-mode-8-bit): Fix the customization.
3165 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
3167         * international/iso-acc.el (iso-languages): Add more
3168         characters for Portuguese.
3170         * speedbar.el: Clean up comment at the start of the file.
3171         Remove RCS id.
3173         * progmodes/compile.el (compilation-parse-errors): Use
3174         compilation-buffer-p instead of testing major-mode.
3176 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3178         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3179         (quickurl-ask): completion-ignore-case is set to the value of
3180         quickurl-completion-ignore-case for the duration of the call to
3181         completing-read.
3183 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3185         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3187 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3189         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3190         instead of ps-print-def.
3192         * ps-print.el: Require ps-vars instead of ps-print-def.
3194         * ps-mule.el: Require ps-vars instead of ps-print-def.
3196 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3198         * simple.el (with-syntax-table): Save buffer explicitly instead of
3199         using save-excursion.
3201 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3203         * mail/supercite.el: New maintainer.
3205 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3207         * progmodes/vhdl-mode.el: Use new backquote syntax.
3209 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3211         * simple.el (with-syntax-table): New.
3213 1999-11-15  Sam Steingold  <sds@ksp.com>
3215         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3217 1999-02-22  Sam Steingold  <sds@goems.com>
3219         * goto-addr.el (goto-address-at-mouse,
3220         goto-address-find-address-at-point): Use compose-mail.
3221         (goto-address-mail-method): Removed variable.
3222         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3223         goto-address-send-using-mail): Removed functions.
3225 1998-11-03  Sam Steingold  <sds@goems.com>
3227         * simple.el (backward-delete-char-untabify):
3228         backward-delete-char-untabify-method can be `all' now - to delete
3229         hungrily including newlines.
3231 1999-11-15  Sam Steingold  <sds@ksp.com>
3233         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3235 1999-11-15  Dave Love  <fx@gnu.org>
3237         * cus-edit.el (customize-face, customize-face-other-window):
3238         Require match from completing-read.
3239         (custom-buffer-done-function): Default to custom-bury-buffer, not
3240         bury-buffer.
3242 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3244         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3245         progmodes/cperl-mode.el: Use new backquote syntax.
3247 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3249         * uniquify.el: Use new backquote syntax.
3251 1999-11-14  Markus Rost  <rost@ias.edu>
3253         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3254         as in ispell-local-dictionary-alist.
3256 1999-11-14  Alex Schroeder  <alex@gnu.org>
3258         * ansi-color.el (ansi-color-apply): Updated regexps to include
3259         highlighted face.
3261 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3263         * forms.el (forms--make-format-elt-using-text-properties):
3264         Treat `intangible' differently.
3266         * forms.el: Use new backquote syntax.
3268 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3270         * textmodes/scribe.el (scribe-mode): Doc-fix.
3272 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3274         * net-utils.el (run-network-program, net-utils-run-program): Use
3275         the new backquote syntax.
3276         (smbclient-program, smbclient-program-options)
3277         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3278         variables
3279         (smbclient, smbclient-list-shares): New functions
3281 1999-11-12  Sam Steingold  <sds@ksp.com>
3283         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3284         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3285         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3286         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3287         (viper-kbd-global-pair, viper-kbd-global-definition):
3288         Use the new backquote syntax.
3290         * emulation/viper-cmd.el (viper-test-com-defun)
3291         (viper-prefix-arg-value, viper-prefix-arg-com):
3292         Use the new backquote syntax.
3294         * emacs-lisp/debug.el (debugger-env-macro):
3295         Use the new backquote syntax.
3297         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3298         Use the new backquote syntax.
3300         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3301         New user variable.
3302         (calendar-hide-window): Use it.
3303         (increment-calendar-month, calendar-for-loop, calendar-sum):
3304         Use the new backquote syntax.
3306 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3308         * select.el (x-set-selection): Call buffer-substring, not
3309         substring.  Also fix docstring
3311 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3313         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3314         of customizable variables to bug report message. Added
3315         system-type to package name in bug report.
3317 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3319         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3320         to display file names.
3322 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3324         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3326         * isearch.el: Add lazy-highlighting feature.
3328 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3330         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3331         constant.
3332         (ps-mode-submit-bug-report): New function. Entry added to menu.
3334 1999-11-10  William M. Perry  <wmperry@aventail.com>
3336         * mwheel.el: New file to support the new style wheeled mice.
3338 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3340         * startup.el (initial-scratch-message): Add ";;" to the front of
3341         lines in the message.
3343         * files.el (file-local-copy): Remove optional BUFFER argument
3344         because that's not used by anything.
3346         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3347         to-address.
3349 1999-11-08  Markus Rost  <rost@ias.edu>
3351         * wid-edit.el (widget-button-click): Wrap with save-excursion
3352         to restore track-mouse in the correct buffer.
3354 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3356         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3358 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3360         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3361         lpr-command to "lp" for some system-types. (copied from lpr.el
3362         Emacs version 20.2.1).
3364 1999-11-04  Markus Rost  <rost@ias.edu>
3366         * simple.el (comment-region): Strip off white space at end of
3367         comment-start.
3369 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3371         * faces.el (secondary-selection): Fix wrong color name.
3373 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3375         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3376         the default when invoking perldb in a non-Perl buffer, and other
3377         cases involving -e or --.
3379 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3381         * simple.el (previous-matching-history-element)
3382         (next-history-element): Use delete-field instead of erase-field.
3384         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3385         Use delete-field instead of erase-field.
3387         * faces.el (secondary-selection): Change background to yellow.
3389         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3390         find the start of the text.  Use field-string to read the user
3391         input.
3393 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3395         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3396         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3397         for compatibility with old face implementation.
3399         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3400         Use erase-field instead of erase-buffer.
3402         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3403         internal-show-cursor with new interface.
3404         (blink-cursor-timer-function): New.
3405         (blink-cursor-start): Use blink-cursor-timer-function.
3407 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3409         * calendar.el (redraw-calendar): Move to nearest date before
3410         redrawing.
3412         * diary-lib.el (simple-diary-display): Reset modeline even if
3413         there are no diary entries since the diary buffer may be displayed.
3415 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3417         * emacs-lisp/debug.el (debug): If noninteractive, display the
3418         backtrace using `message', then exit Emacs.
3419         (debugger-batch-max-lines): New variable.
3420         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3421         Change the messages put at the start, to say that the debugger
3422         was entered.
3424 1999-11-02  Sam Steingold  <sds@ksp.com>
3426         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3428 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3430         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3431         presence of perl switches other than "-e".
3433 1999-11-01  Markus Rost  <rost@ias.edu>
3435         * dired-x.el (dired-smart-shell-command): Use
3436         shell-command-history as in shell-command.
3438 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3440         * userlock.el (ask-user-about-lock): Doc fix.
3442         * frame.el: Doc fixes.
3444 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3446         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3447         of show-cursor.
3448         (blink-cursor-start, blink-cursor-end): Ditto.
3450         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3452 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3454         * window.el (walk-windows): If ALL-FRAMES is a frame,
3455         start on that frame.  Use save-selected-window.
3457 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3459         * simple.el (end-of-buffer): Use window-end to find the window end
3460         instead of vertical-motion because this handles variable-height
3461         lines correctly.
3463 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3465         * ediff.el: Version change.
3467         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3468         make sure you are in a good frame before deleting other
3469         windows.
3470         (ediff-file-checked-in-p): Don't consider CVS
3471         files checked in.
3472         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3473         are writing to a newly created empty file.
3475         * ediff-mult.el (ediff-show-session-group-hook): New default.
3477         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3478         First cd to the file directory. reportedly works
3479         better with remote files.
3481         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3482         Use file-name-nondirectory when passing files to CVS.
3484         * ediff-diff.el (ediff-cmp-options): New variable.
3485         (ediff-same-file-contents): Use ediff-cmp-options.
3487         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3488         ediff-get-patch-buffer): Use current buffer if it appears to be a
3489         patch.
3491         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3492         C-g
3494         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3495         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3496         (viper-save-cursor-color,viper-restore-cursor-color):
3497         Improved cursor color handling.
3498         (viper-get-saved-cursor-color-in-replace-mode,
3499         viper-get-saved-cursor-color-in-insert-mode): New functions for
3500         better cursor color handling.
3502         * viper-ex.el (ex-read,ex-edit):
3503         Fixes for correct interpretation of #,%.
3504         (viper-ex): Now works correctly when called from other functions.
3505         (viper-glob-function): New variable.
3506         (viper-ex): Save excursion before doing :global.
3508         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3510         * viper-cmd.el (viper-post-command-sentinel,
3511         viper-insert-state-post-command-sentinel,
3512         viper-insert-state-pre-command-sentinel): Takes better care of
3513          cursor colors.
3515         * viper.el: Version change.
3517 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3519         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3520         that the modeline display was updated *only* when
3521         `whitespace-display-in-modeline' was set, not otherwise.
3523 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3525         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3526         "frac12".
3528         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3529         ad-activate.
3531 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3533         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3534         using fboundp instead of assuming that these are not present in
3535         particular flavors of emacs.
3536         (whitespace-version): Update to 2.8
3537         (whitespace-display-in-modeline): Add custom variable to control
3538         displaying the whitespace errors on the modeline based on
3539         suggestion from <klaus.berndl@sdm.de>
3540         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3541         clean, to enable using as a hook function, as suggested by Puneet
3542         Goel <puneet@computer.org>
3543         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3544         quiet was not set, even with whitespace-auto-cleanup set.
3545         (whitespace-mode-line): Now uses less modeline real estate and
3546         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3547         which is present in the file, and <y> is any type of whitespace
3548         whose check has been suppressed by setting
3549         `whitespace-check-<whitespace-type>' to nil.
3550         (whitespace-unchecked-whitespaces): New function to return the
3551         list of whitespaces for whom checks have been suppressed.
3552         (whitespace-display-unchecked-whitespaces): Renamed to
3553         `whitespace-update-modeline' to reflect its functionality.
3555 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3557         * progmodes/compile.el (compilation-error-regexp-alist):
3558         Undo previous change.
3560 1999-10-28  Dave Love  <fx@gnu.org>
3562         * help.el (help-follow): Make arg optional again and really
3563         default to point.
3565 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
3567         * paths.el (rmail-file-name): Make it an option.
3569         * progmodes/ada-mode.el, progmodes/ada-prj.el,
3570         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
3571         comment fixes.
3573         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
3574         MIPS Pro 7.3 compiler error message syntax.
3576 1999-10-27  Dave Love  <fx@gnu.org>
3578         * progmodes/compile.el: Checkdoc-inspired fixes.
3580 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
3582         * lpr.el (print-buffer): Doc-string fix.
3584 1999-10-27  Dave Love  <fx@gnu.org>
3586         * emacs-lisp/advice.el: Doc fixes.
3587         (ad-lemacs-p): Removed.
3588         (advice): Add :link to defgroup.
3590 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
3592         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
3593         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
3595 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3597         * window.el (walk-windows): If ALL-FRAMES is a frame,
3598         start on that frame.  Use save-selected-window.
3600 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3602         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
3603         ad-activate.  All callers changed, including those in data.c.
3604         (ad-activate-internal-off): Renamed from ad-activate-off.
3605         All uses changed.
3606         (ad-activate): Renamed from ad-activate-on.  All uses changed.
3607         (ad-start-advice, ad-stop-advice, ad-recover-normality):
3608         Alter the definition of ad-activate-internal, not ad-activate.
3610 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3612         * startup.el (command-line-1): Add support for command line
3613         arguments `file' and `execute'.  Fix handling of `visit'.
3615 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
3617         * international/mule-cmds.el (read-input-method-name): Handle the
3618         case that the arg DEFAULT is symbol.
3620         * international/mule-diag.el (mule-diag): Handle the case that
3621         default-input-method is symbol.
3623 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
3625         * textmodes/tildify.el: New file.
3627 1999-10-25  Sam Steingold  <sds@ksp.com>
3629         * Makefile (compile-files): Fixed the "tr" strings.
3630         (EMACS): Set to ../src/emacs.
3632 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
3634         * info.el (Info-build-node-completions): Add '("*") to the
3635         completion list.
3637 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3639         * frame.el (auto-raise-mode): When enabling the mode,
3640         immediately raise the selected frame.
3642         * indent.el (indent-region): Doc fix.
3644         * comint.el (comint-output-filter): Make the Comint buffer current
3645         for the comint-preoutput-filter-functions.
3647         * mail/reporter.el: Doc fix.
3649 1999-10-24  Stephen Eglen  <stephen@gnu.org>
3651         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
3652         that Octave lisp files can also run under XEmacs 20.
3653         (require 'custom) added so that files can run under Emacs 19.34.
3655         * iswitchb.el (iswitchb-default-keybindings): No need to use
3656         read-kbd-macro in keybindings.
3658 1999-10-23  Dave Love  <fx@gnu.org>
3660         * elide-head.el: New file.
3662 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
3664         * Makefile (compile-files, backup-compiled-files): New targets.
3665         (bootstrap, bootstrap-clean): Ditto.
3667 1999-10-22  Paul Eggert  <eggert@twinsun.com>
3669         * international/mule-cmds.c (locale-language-names):
3670         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
3671         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
3672         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
3673         Use Latin-8 for Welsh.
3674         Use Latin-1 for English if "en" is explicitly specified.
3675         Use Latin-1 for Scots Gaelic, Tagalog.
3676         Use Latin-1 (not Latin-4) for Greenlandic.
3677         Use Latin-1 (not Latin-2) for Albanian.
3678         (locale-preferred-coding-systems, locale-language-names):
3679         Remove generic ISO 8859 locales; locale-charset-language-names now
3680         does this.
3681         (locale-charset-language-names): New variable.
3682         (set-locale-environment): Use language name specified by
3683         locale-charset-language-names if its charsets disagree with the
3684         language name specified by locale-language-names.
3686 1999-10-22  Dave Love  <fx@gnu.org>
3688         * make-mode.el: Minor doc fixes.
3690         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
3692 1999-10-21  Dave Love  <fx@gnu.org>
3694         * loadup.el: Add latin-8, latin-9.
3696 1999-10-20  Paul Eggert  <eggert@twinsun.com>
3698         * disp-table.el (standard-display-european): Remove undocumented
3699         arg AUTO; no longer used by startup.el.  Do not attempt to treat
3700         all non-English language environments as coding system names.
3701         Instead, use the downcased language environment name as a coding
3702         system name if it is one; otherwise, use latin-1.
3704 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
3706         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
3707         that were split so that part of the comment appeared as Lisp code.
3709 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3711         * ps-bdf.el: Doc fix.
3713         * ps-print-def.el: New file: common definitions for all parts of
3714         ps-print.
3715         (ps-multibyte-buffer): Moved from ps-mule.
3717         * ps-mule.el: File dependence fix.
3718         (ps-multibyte-buffer): Moved to ps-print-def.
3720         * ps-print.el: Doc fix, better customization.
3721         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
3722         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
3723         (ps-end-file): Doc fix.
3724         (ps-setup, ps-begin-file): Fun fix.
3725         (postscript): New group.
3726         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
3727         (ps-print-prologue-1): Adjust PostScript programming.
3728         (ps-print): Adjust group hierarchy.
3729         (ps-print-n-up, ps-print-zebra, ps-print-background,
3730         ps-print-printer)
3731         (ps-print-page): New subgroups.
3732         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
3733         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
3734         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
3735         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
3736         (ps-zebra-stripe-height, ps-print-background-image)
3737         (ps-print-background-text, ps-spool-config): Adjust customization.
3738         (dos-ps-printer): Definition eliminated.
3740 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3742         * ps-mule.el: Doc fix, define functions properly if mule package is
3743         loaded or not.
3744         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
3745         mule package is loaded or not.
3747         * ps-print.el: Doc fix, n-up printing.
3748         (ps-print-version): New version number (5.0).
3749         (ps-page-dimensions-database): Added document media.
3750         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
3751         (ps-page-order, ps-printing-region-p): New vars.
3752         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
3753         funs.
3754         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
3755         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
3756         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
3757         (ps-n-up-xstart, ps-n-up-ystart): New macros.
3758         (ps-print-begin-sheet-hook): New hook.
3759         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
3760         const.
3761         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
3762         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
3763         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
3764         (ps-count-lines): Changed to defun.
3765         (ps-header-page): Changed to defsubst, fix fun.
3766         (ps-printing-region): Doc fix, adjust programming code.
3767         (ps-output-boolean, ps-background-pages, ps-background-text)
3768         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
3769         programming code.
3771 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3773         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
3774         (ps-print-version): New version number (4.2).
3775         (ps-spool-config, ps-spool-tumble): New vars.
3776         (ps-print-prologue-1): Changed to defconst, adjust PostScript
3777         programming, new PostScript procedure to handle errors.
3778         (ps-print-prologue-2): Changed to defconst.
3779         (ps-print-duplex-feature): New const: duplex and tumble setting.
3780         (ps-setup, ps-begin-file): Fix funs.
3781         (ps-boolean-capitalized): New fun.
3783 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
3785         * Makefile (dontcompilefiles): Obsoleted.
3786         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
3787         (EL): Unused.
3788         (temacs): Removed (unused).
3789         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
3790         version of the file (necessary for the update to work properly).
3791         (autoloads): Force the use of `pwd`/loaddefs.el.
3792         (updates); Redefined in terms of other targets to reduce redundancy.
3793         (.el.elc): New default rule, just in case you want it.
3794         (compile): Use a single invocation of Emacs.
3795         (bootstrap-compile); Unneeded.
3796         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
3798 1999-10-19  Dave Love  <fx@gnu.org>
3800         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
3802 1999-10-19  Sam Steingold  <sds@ksp.com>
3804         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
3805         comply with the comment.
3807 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
3809         * autorevert.el (auto-revert-mode): Make auto-revert-mode
3810         permanent-local.
3812 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
3814         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
3815         value: \"lpr\" changed to "lpr"
3816         (ps-mode-version): New constant
3817         (ps-mode-show-version): New function, added key in ps-mode-map
3818         (ps-run-messages): Removed
3819         (ps-run-font-lock-keywords-2): New defcustom variable replacing
3820         ps-run-messages. These keywords now include the value of
3821         ps-run-prompt, making its fontification customizable.
3822         (ps-run-init): Removed \\n from docstring, it is now added when
3823         the value is used
3824         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
3825         ps-run-prompt
3826         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
3827         customizable variables in doc-string (its equivalent
3828         ps-run-messages was missing in previous version of the doc-string)
3829         (ps-run-mode): Simplified assignment to font-lock-defaults, using
3830         symbols only
3832 1999-10-19  Alex Schroeder  <alex@gnu.org>
3834         * ansi-color.el: Complete rewrite.
3836 1999-10-19  Paul Eggert  <eggert@twinsun.com>
3838         Fix bootstrapping problems.
3839         Use the system locale to specify Emacs locale defaults.
3841         * international/mule-cmds.el (global-map):
3842         Do not use backquote, because that makes a bootstrapping
3843         problem if you need to recompile all Lisp files using interpreted code.
3844         * international/mule.el (charset-id, charset-bytes,
3845         charset-dimension, charset-chars, charset-width,
3846         charset-direction, charset-iso-final-char,
3847         charset-iso-graphic-plane, charset-reverse-charset,
3848         charset-short-name, charset-long-name, charset-description,
3849         charset-plist): Likewise.
3850         * subr.el (save-match-data): Likewise.
3852         * international/mule-cmds.el
3853         (set-display-table-and-terminal-coding-system): New function,
3854         containing code migrated out of set-language-environment.
3855         (set-language-environment, set-locale-environment): Use it.
3856         (locale-translation-file-name): Moved here from startup.el.
3857         (locale-language-names, locale-preferred-coding-systems):
3858         New vars.
3859         (locale-name-match, set-locale-environment): New functions.
3861         * language/japan-util.el (setup-japanese-environment-internal):
3862         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
3864         * startup.el (iso-8859-n-locale-regexp): Remove.
3865         (locale-translation-file-name): Move to mule-cmds.el.
3866         (command-line): Move locale-stuff into set-locale-environment.
3868 1999-10-18  Dave Love  <fx@gnu.org>
3870         * abbrev.el (add-abbrev, inverse-add-abbrev)
3871         (expand-region-abbrevs): Remove properties from buffer text.
3873 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
3875         * iswitchb.el (iswitchb-exhibit): Extract user-input only
3876         from the mini-buffer, without the prompt.
3878         * simple.el (minibuffer-prompt-end): Return the position
3879         after the prompt, not the position of that last character
3880         of the prompt.
3882 1999-10-17  Miles Bader  <miles@gnu.org>
3884         * simple.el: Doc fixes.
3886 1999-10-17  Miles Bader  <miles@gnu.org>
3888         * simple.el (previous-matching-history-element, next-history-element):
3889         Change to work correctly even if the point is in the prompt.
3890         (choose-completion-string): Likewise.
3891         (minibuffer-prompt-width): New function (compatibility with old subr).
3893         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
3894         When constraining the final position to the current field,
3895         don't use the ONLY-IN-LINE mode of constrain-to-field.
3897 1999-10-17  Miles Bader  <miles@gnu.org>
3899         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
3900         constrain-to-field.
3901         * textmodes/paragraphs.el (forward-sentence): Likewise.
3903 1999-10-17  Miles Bader  <miles@gnu.org>
3905         * simple.el (line-move): Use constrain-to-field to avoid
3906         moving into a prompt.
3907         (previous-complete-history-element): Clarify doc string.
3908         (next-complete-history-element): Likewise.
3909         Use field-beginning instead of point-min.
3910         (next-matching-history-element): Use field-beginning and
3911         erase-field instead of point-min and erase-buffer.
3912         * textmodes/paragraphs.el
3913         (forward-paragraph, forward-sentence): Likewise.
3914         (backward-kill-paragraph, backward-kill-sentence): Remove code to
3915         constrain the kill to an field, as the movement commands now
3916         do this.
3918 1999-10-17  Miles Bader  <miles@gnu.org>
3920         * simple.el (previous-matching-history-element): Get the
3921         minibuffer input with field-string instead of buffer-string.
3922         (choose-completion-string): Likewise.
3923         (next-history-element): Likewise.
3924         Erase the minibuffer input with erase-field, not erase-buffer.
3925         Use field-beginning to find the beginning of the input.
3926         * textmodes/paragraphs.el (backward-kill-sentence):
3927         Remove minibuffer-prompt hack.
3928         Constrain to any input field.
3930 1999-10-17  Sam Steingold  <sds@ksp.com>
3932         * bindings.el (completion-ignored-extensions): Added ".sparcf"
3933         for CMUCL on sparc and ".ufsl" for LispWorks.
3934         (bound-and-true-p): Bugfix: free variable `v'.
3936 1999-10-16  Dave Love  <d.love@dl.ac.uk>
3938         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
3939         (edebug-uninstall-read-eval-functions): Use load-read-function,
3940         avoiding elisp-eval.
3942 1999-10-16  Sam Steingold  <sds@ksp.com>
3944         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
3945         instead of `eql'.
3947 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
3949         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
3950         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
3951         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
3952         * ediff-util.el (ediff-make-temp-file):
3953         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3954         * emerge.el (emerge-make-temp-file):
3955         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
3956         * vc.el (vc-update-change-log):
3957         * mail/mailpost.el (post-mail-send-it):
3958         * mail/metamail.el (metamail-region):
3959         * progmodes/cmacexp.el (c-macro-expansion):
3960         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
3962 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
3964         * smtpmail.el (smtpmail-via-smtp): Add support for
3965         automatically appending a domain to RCPT TO: addresses.
3967 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3969         * dired.el (dired-insert-directory): Insert the amount of
3970         free space after the total size.
3971         (dired-free-space-program, dired-free-space-args): New variables.
3973 1999-10-14  Karl Heuer  <kwzh@gnu.org>
3975         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
3977 1999-10-14  Dave Love  <fx@gnu.org>
3979         * international/characters.el:
3980         * international/fontset.el:
3981         * international/mule-conf.el: Add latin-iso8859-1[45].
3983         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
3984         strings.
3986         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
3987         (command-line): Detect Latin-[89] locales.
3989 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
3991         * international/mule-cmds.el (select-safe-coding-system)
3992         (leim-list-header): Avoid the use of strings that start with backslash
3993         newline since lread.c:read1 has a hack to turn those strings into
3994         integer 0 during the loadup.el process.
3996         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
3998 1999-10-13  Dave Love  <fx@gnu.org>
4000         * image.el (insert-image): Copy the image spec and add an
4001         intangible property.
4003 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4005         * help.el (help-xref-interned): Make it also work on variable-only
4006         and function-only symbols.
4007         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4008         (help-follow): If the point under mouse is not highlighted, try
4009         `help-xref-interned' on the pointed-to symbol anyway.
4011         * info.el (Info-on-current-buffer): New entry point.
4012         (Info-find-node): Split into two for Info-on-current-buffer to
4013         hook into it.
4014         (Info-current-file, Info-set-mode-line, Info-up):
4015         Info-current-file can now be t.
4016         (Info-clone-buffer-hook): Function for `clone-buffer'.
4017         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4018         Make `clone-buffer' available in various ways to the user.
4020 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4022         * simple.el (shell-command, shell-command-on-region): Use
4023         make-temp-file.
4024         (clone-buffer, clone-process, clone-buffer-hook): New functions.
4026         * subr.el (with-current-buffer): Don't use backquotes to avoid
4027         bootstrapping problems.
4029         * loadup.el (load-path): Add subdirs for bootstrapping.
4030         (docstrings): Ignore errors during bootstrapping.
4031         (args): New `bootstrap' argument (for use in place of `dump').
4033 1999-10-12  Emmanuel Briot  <briot@gnat.com>
4035         * ada-stmt.el: Doc-string fixes.
4037 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
4039         * recentf.el: New file.
4041         * ps-mode.el: New file.
4043         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4044         case insensitive.
4046 1999-10-12  Richard Sharman  <rsharman@pobox.com>
4048         * sh-script.el: Added support for indenting existing scripts.
4049         (sh-mode-map): Added new bindings.
4050         (sh-mode): Updated mode doc-string for new commands, added
4051         make-local-variable calls, initialize mode-specific variables.
4052         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
4053         is now a different function.
4054         (sh-header-marker):  Changed docstring.
4055         (sh-set-shell): Initialize mode-specific variables.
4056         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4057         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4058         Changed these define-skeleton calls to work with user-specified
4059         indentation settings.
4060         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4061         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4062         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4063         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4064         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4065         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4066         (sh-guess-basic-offset, sh-handle-after-case-label)
4067         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4068         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4069         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4070         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4071         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4072         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4073         (sh-handle-this-then, sh-help-string-for-variable)
4074         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4075         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4076         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4077         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4078         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4079         (sh-remove-our-text-properties, sh-rescan-buffer)
4080         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4081         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4082         (sh-scan-case, sh-search-word, sh-set-char-syntax)
4083         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4084         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4085         functions.
4086         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4087         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4088         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4089         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4090         (sh-var-list): New variables.
4092 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
4094         * quickurl.el (quickurl-list-insert): `count-lines' was returning
4095         a value one line to high if the cursor wasn't at the start of a
4096         line. A `beginning-of-line' is now performed before making the
4097         call to `count-lines'.
4099 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4101         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4103 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
4105         * Makefile (setwins): Abstract out the command to find subdirectories
4106         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4107         (custom-deps, finder-data, autoloads, update-subdirs, updates)
4108         (autoloads-with-other-emacs): Use it.
4110         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
4112 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
4114         * Makefile (bootstrap-compile): New target.  Compile Lisp
4115         files with ../src/temacs.
4117 1999-10-08  Dave Love  <fx@gnu.org>
4119         * ange-ftp.el: Require dired when compiling.
4120         (ange-ftp-normal-login): Allow EFS-style port specification.
4122 1999-10-08  Simon Marshall  <simon@gnu.org>
4124         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4125         (regexp-opt-group): Use it to get common suffixes in STRINGS.
4126         If STRINGS is nil, return "" rather than nil.
4128 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4130         * Makefile (compile): Compile files one by one.  Set load-path to
4131         current directory and subdirectories when compiling.
4133 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4135         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4136         (emacs): Use it everywhere instead of EMACS.
4137         (compile): New target.  Compile all Lisp files from scratch.
4138         (recompile): New target.  Recompile lisp directory.
4139         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
4140         an Emacs executable not built in the current directory tree.
4142 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
4144         * filecache.el (file-cache-completion-ignore-case): New variable,
4145         defaulting to the value of completion-ignore-case.
4146         (file-cache-minibuffer-complete): Use it.
4147         (file-cache-files-matching, file-cache-files-matching-internal):
4148         New functions.
4150 1999-10-07  Emmanuel Briot  <briot@gnat.com>
4152         * ada-xref.el: New file
4154         * ada-prj.el: New file
4156         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4158         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4159         subprogram being created.
4161         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4162         ada-indent-newline-indent): Rewritten to support the new indentation
4163         scheme
4165         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4166         New functions
4168         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4169         justification parameter
4171         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4172         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4173         external program
4175 1999-10-07  Dave Love  <fx@gnu.org>
4177         * bindings.el (bound-and-true-p): New macro.
4178         (make-mode-line-mouse-sensitive): Don't require easymenu.
4180 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4182         * custom.el (defface): Extend documentation for new values of
4183         `type'.
4185         * faces.el (face-spec-set-match-display): Recognize `type' of
4186         `motif', `lucid', `x-toolkit'.
4187         (menu): New face.
4189 1999-10-05  Dave Love  <fx@gnu.org>
4191         * files.el: Recognize temporary crontab files.
4193         * info.el: Require jka-compr when compiling.
4194         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4196 1999-10-04  Dave Love  <fx@gnu.org>
4198         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4199         scroll-up-aggressively, scroll-down-aggressively.
4201         * time.el (display-time-mode): Add autoload cookie.
4203         * rect.el (delete-extract-rectangle): Doc fix from verna.
4205         * help-macro.el (three-step-help): Customize.
4207 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4209         * hexl.el (hexlify-buffer): Move point in proper range
4210         if it is too large.
4211         (hexl-after-revert-hook): Update hexl-max-address.
4212         (hexl-address-to-marker): Doc fix.
4214 1999-10-03  Dave Love  <fx@gnu.org>
4216         * image.el (defimage): Remove redundant code.  Substitute file in
4217         image plist.
4219 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4221         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4222         when doing with-temp-file.
4224 1999-10-01  Dave Love  <fx@gnu.org>
4226         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4228         * help.el: Require view when compiling.
4229         (view-emacs-FAQ): Use Info version.
4231 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4233         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4234         (normat->normal).  Use correct font names for Korean
4235         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4237 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4239         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4240         code not used by KOI8 to the same 8-bit code instead of mapping to
4241         SPC.
4242         (cyrillic-alternativnyj-decode-table): Likewise.
4244 1999-09-29  Alex Schroeder  <alex@gnu.org>
4246         * sql.el (sql-imenu-generic-expression): Aew, used to set
4247         imenu-generic-expression.
4248         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4249         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4250         imenu-case-fold-search, and imenu-syntax-alist.
4251         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4252         setting font-lock-defaults' SYNTAX-ALIST.
4254 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4256         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4257         macro, try again.
4259 1999-09-28  Dave Love  <fx@gnu.org>
4261         * cus-edit.el (custom-comment): Change widget definition.
4262         (custom-comment-create, custom-comment-show)
4263         (custom-comment-invisible-p): Don't use :comment-overlay.
4264         (custom-comment-hide): New function.
4265         (custom-variable-set, custom-variable-save)
4266         (custom-variable-reset-standard, custom-face-set)
4267         (custom-face-save): Use it.
4269 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4271         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4273 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4275         * faces.el (region): Doc fix.
4277 1999-09-27  Dave Love  <fx@gnu.org>
4279         * isearch.el (isearch): Add :links in defgroup.
4280         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4281         (isearch-switch-frame-handler): Comment out (unused).
4282         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4283         (isearch-ring-retreat-edit): Doc fix.
4284         (isearch-mouse-yank): New command.
4285         (isearch-last-command-char): Removed.  Callers changed to use
4286         last-command-char.
4287         (isearch-char-to-string): Removed.  Callers changed to use
4288         char-to-string.
4290 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4292         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4293         option for Russian.
4295 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4297         * faces.el (face-differs-from-default-p): Compare face
4298         attributes individually.
4300         * image.el (put-image, insert-image): Add string argument.
4302 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4304         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4305         LANG=de_DE.iso88591 on HPUX 11.0.
4307         * dired.el (dired-move-to-filename-regexp): Make it work
4308         for LANG=de_DE.iso88591 on HPUX 11.0.
4310 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4312         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4313         if we know for some other reason it should not be used.
4315         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4316         New variable.
4317         (edebug-recursive-edit): Save current-prefix-arg there,
4318         bind it, and set it back at the end.
4319         (edebug-outside-excursion): Restore and update the outside
4320         value of current-prefix-arg.
4321         (edebug-emacs-version-specific): Delete support for Epoch.
4323 1999-09-24  Howard Melman  <howard@silverstream.com>
4325         * imenu.el (imenu-after-jump-hook): New variable.
4326         (imenu): Run menu-after-jump-hook.
4327         (imenu-name-lookup-function): New variable.
4328         * imenu.el (imenu--in-alist): Use those variables.
4330 1999-09-24  Carsten Dominik  <cd@gnu.org>
4332         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4333         multiple thebibliography environments.
4335         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4336         with recentering window.
4337         (reftex-extract-bib-entries-from-thebibliography,
4338         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4339         with multiple thebibliography environments.
4341         * textmodes/reftex-vars.el
4342         (reftex-section-levels): Function allowed as cdr.
4343         (reftex-max-section-depth) New option.
4345         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4346         with multiple thebibliography environments.
4348 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4350         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4351         instead of point-min in call to delete-region.
4353 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4355         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4356         out into arbitrary file names.
4358 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4360         * language/european.el ("Turkish"): New language environment.
4362 1999-09-19  Dave Love  <fx@gnu.org>
4364         * delim-col.el: New file.
4366 1999-09-17  Richard Stallman  <rms@gnu.org>
4368         * files.el (after-find-file): When visiting a backup file,
4369         make it read-only.
4371         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4372         (apropos-keybinding-face, apropos-label-face): Likewise.
4373         (apropos-property-face, apropos-match-face): Likewise.
4374         (apropos-label-properties): New variable.
4375         (apropos-print-doc): Use apropos-label-properties.
4376         (apropos-print): Set apropos-label-properties.
4378 1999-09-15  Richard Stallman  <rms@gnu.org>
4380         * winner.el: Use aref instead of sref.
4382         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4384 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4386         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4388 1999-09-14  Richard Stallman  <rms@gnu.org>
4390         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4391         cookie, even if followed by a letter.
4393 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4395         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4396         --no-line-editing are passed to Octave by including them here
4397         rather than storing them in inferior-octave-startup-args.
4399 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4401         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4402         command, option, env and sc.
4404         * subr.el (shell-quote-argument): Quote argument with double
4405         quotes for ms-dos.
4407 1999-09-14  Richard Stallman  <rms@gnu.org>
4409         * simple.el (eval-expression-print-level): New variable.
4410         (eval-expression-print-length): New variable.
4411         (eval-expression-debug-on-error): New variable.
4412         (eval-expression): Bind print-level, print-length and
4413         debug-on-error from those vars.
4415         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4416         Bind print-level, print-length and debug-on-error.
4418 1999-09-14  Inge Frick  <inge@nada.kth.se>
4420         * dired.el (dired-recursive-deletes): New custom variable.
4421         (dired-re-no-dot): New variable.
4422         (dired-delete-file): New function deletes files and directories
4423         recursively.
4424         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4426         * dired-aux.el (dired-recursive-copies): New custom variable.
4427         (dired-handle-overwrite): Broke a long line.
4428         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4429         `copy-file'.
4430         (dired-copy-file-recursive): New function.  Copy directories
4431         recursively.
4432         (dired-do-create-files): Added support for generalized directory
4433         target.  How-to function may now return a function.  New fluid
4434         variable `dired-one-file'.
4435         (dired-copy-how-to-fn): New variable.
4436         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4437         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4438         (dired-do-copy-regexp): No recursive copies.
4440 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4442         * whitespace.el (whitespace-version): Update version to 2.4
4444         * whitespace.el: Add customization variables to conditionally test
4445         any of the five whitespaces, per request from Rune Kleveland
4446         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4448         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4450         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4451         list of modes to be checked for bogus whitespaces.
4453         * whitespace.el (whitespace-rescan-timer-time): Update
4454         documentation.
4456         * whitespace.el (whitespace-display-unchecked-whitespaces):
4457         New function to update modeline with untested whitespaces.
4459         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4460         checking is turned on, and update modeline using the newly created
4461         `whitespace-display-unchecked-whitespaces'.
4463         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4464         whose checking is turned on, and update modeline using the newly
4465         created `whitespace-display-unchecked-whitespaces'.
4467         * whitespace.el (whitespace-describe): Update documentation.
4469         * whitespace.el (whitespace-tickle-timer): Test if
4470         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4472 1999-09-13  Dave Love  <fx@gnu.org>
4474         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4476         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4477         for temp buffer.
4478         (checkdoc-this-string-valid): Don't assume default comment-start.
4480 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4482         * rsz-mini.el: Remove code, keep the interface.
4484 1999-09-13  Dave Love  <fx@gnu.org>
4486         * help.el (help-highlight-p): Doc fix.
4488         * faces.el (mode-line, header-line, tool-bar): Add :version.
4489         (highlight, secondary-selection): Add :group.
4490         (trailing-whitespace): Add :group, :version.
4492         * wid-edit.el: Remove some compatibility code and checks.
4493         (widget-specify-field, widget-specify-button): Don't use XEmacs
4494         properties.
4495         (widget-overlay-inactive): Change error message.
4496         (widget-button-pressed-face): New variable.
4497         (widget-button-click): Use it.
4498         (widget-documentation-link-add): Specify mouse and button faces.
4499         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4500         removed now the functionality is built in.
4502         * cus-edit.el: Don't define-widget-keywords.
4503         (multimedia): New group.
4504         (custom-last): Function removed.
4505         (custom-quote): Add vectorp case, comment out characterp case.
4506         (custom-buffer-done-function, custom-raised-buttons): New option.
4507         (Custom-buffer-done): New function.
4508         (custom-buffer-create-internal): Obey custom-raised-buttons,
4509         Custom-buffer-done.
4510         (custom-button-face): Make it `released-button'.
4511         (custom-button-pressed-face): Make it `pressed-button'
4512         (custom-mode-map): Bind "q" to Custom-buffer-done.
4513         (custom-mode): Deal with raised/pressed buttons.
4515         Changes from Didier Verna:
4516         (custom-prompt-variable): Optional third arg makes prompt for a
4517         comment string.
4518         (customize-set-value, customize-set-variable,
4519         customize-save-variable): Optional prefix makes function handle
4520         variable comments.
4521         (customize-customized, customize-saved, custom-variable-state-set)
4522         (custom-variable-set, custom-variable-save, custom-face-state-set)
4523         (custom-variable-reset-saved, custom-variable-reset-standard)
4524         (custom-face-set, custom-face-save, custom-face-reset-saved)
4525         (custom-face-reset-standard, customize-save-customized): Handle
4526         custom comments.
4527         (custom-comment-face, custom-comment-tag-face): New face.
4528         (custom-comment): New widget.
4529         (custom-comment-create, custom-comment-delete)
4530         (custom-comment-value-set, custom-comment-show)
4531         ()custom-comment-invisible-p): New functions.
4532         (custom-variable-value-create, custom-face-value-create): Create a
4533         comment field widget.
4534         (custom-variable-menu, custom-face-menu): New entry for custom
4535         comment.
4536         (custom-face-value-create): Remove compatibility code.
4537         (custom-save-variables, custom-save-faces): Possibly save custom
4538         comments.
4540         * cus-face.el (custom-face-attributes): Simplify :underline,
4541         :overline, :inverse-video cases.  Fix up :box case (probably needs
4542         more work).
4544         Change from Didier Verna:
4545         (custom-set-faces): The arguments can now have a custom comment as
4546         fourth argument.
4548         * custom.el: Don't define-widget-keywords.
4549         Change from Didier Verna:
4550         (custom-set-variables): The arguments can now have a
4551         custom comment as fifth element.
4553 1999-09-13  Richard Stallman  <rms@gnu.org>
4555         * info.el (Info-find-node): Cope better if guesspos is too large.
4557 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4559         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4560         of buffer-substring because buffer-string doesn't copy the
4561         prompt.
4563         * faces.el (mode-line): Replaces `modeline'.
4564         (toplevel): Make `modeline' an alias for `mode-line'.
4566 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
4568         * gs.el: Change `ghostscript' to `postscript' in comment.
4570 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
4572         * emulation/tpu-edt.el (tpu-version): New version.
4573         (tpu-search-overlay, tpu-replace-overlay): New variables.
4574         (tpu-search-highlight, tpu-toggle-direction): New functions.
4575         (tpu-lm-replace): Set tpu-replace-overlay.
4576         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
4577         command hook.
4579 1999-09-11  Richard Stallman  <rms@gnu.org>
4581         * isearch.el (isearch-mode-map): Undo previous change.
4583         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
4584         use all of that as the sexp.
4586         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
4587         and use the initial argument as file name directly.
4588         Likewise if nothing matches.
4590 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
4592         * winner.el: Major changes.  Avoid changing point and mark.
4593         Save configurations after they change, not before.
4595 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
4597         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4598         Bind print-continuous-numbering and print-number-table.
4600 1999-09-10  Dave Love  <fx@gnu.org>
4602         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
4604 1999-09-09  Richard Stallman  <rms@gnu.org>
4606         * whitespace.el: Finish making it fit Emacs conventions.
4607         Add autoloads.
4609 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
4611         * generic-x.el (bat-generic-mode): "::"-style comments don't
4612         need to begin with "-".  Fix the font-lock definitions of ON/OFF
4613         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
4614         from the list of keywords.  Add DO to the list of keywords.
4616 1999-09-09  Dave Love  <fx@gnu.org>
4618         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
4619         (byte-optimize-backward-word): New optimizations.
4620         (side-effect-free-fns, side-effect-and-error-free-fns): Add
4621         entries.
4623 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
4625         * image.el (put-image): Remove optional buffer parameter.
4627         * faces.el (face-italic-p): Return t only for values `italic'
4628         and `oblique'.
4630         * mouse.el (mouse-drag-mode-line-1): Extension of former
4631         mouse-drag-mode-line that also drags the header line.
4632         (mouse-drag-mode-line): Call it.
4633         (mouse-drag-header-line): New.
4634         (toplevel): Bind down-mouse-1 on header lines to
4635         mouse-drage-header-line.
4637 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
4639         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
4640         (make-mode-line-mouse-sensitive): Replace `top-line' by
4641         `header-line'.
4643 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
4645         * help.el (describe-function-1): Don't return empty string for keymaps.
4647         * fill.el (fill-region-as-paragraph, canonically-space-region):
4648         Respect colon-double-space at end of line.
4650 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
4652         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
4653         (backup-buffer): Use it.
4655 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
4657         * generic-x.el (generic-define-unix-modes): Added new modes:
4658         inetd-conf-generic-mode, etc-services-generic-mode,
4659         etc-passwd-generic-mode.  These are all defined for Unix by default.
4660         (apache-generic-mode): Use an imenu-generic-expression to list
4661         Configuration keywords.
4662         (samba-generic-mode): Use both ; and # as comment characters.
4663         (samba-generic-mode): Font-lock expressions now highlight name
4664         value pairs.
4665         (bat-generic-mode): Keywords are now case-insensitive through
4666         font-lock-defaults setting.
4667         (java-properties-generic-mode): Supports both ! and # as comment
4668         characters.
4669         (java-properties-generic-mode): Added an imenu-generic-expression
4670         (java-properties-generic-mode): Reworked to support the various
4671         different ways to separate name and value (viz, '=', ':' and
4672         whitespace).
4673         (show-tabs-generic-mode): Added this new generic-mode.
4675 1999-09-08  Richard Stallman  <rms@gnu.org>
4677         * progmodes/inf-lisp.el: Moved from top directory.
4679         * tar-mode.el (tar-header-block-tokenize):
4680         Use `when' instead of `and'.  Fix some clobbered text.
4682         * gud.el (gud-make-debug-menu): Make a child for the
4683         local menu, for its menu bar, and the debug menu.
4684         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
4685         Use the history in the simple way.
4687 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
4689         * language/korea-util.el (default-korean-keyboard): Initialize it
4690         according to the environment variable HANGUL_KEYBOARD_TYPE.
4692 1999-09-07  Richard Stallman  <rms@gnu.org>
4694         * subr.el (make-temp-file): New function.
4696 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
4698         * font-lock.el (font-lock-multiline): New text property contains
4699         a boolean to indicate if the char is part of a multiline match.
4700         (font-lock-default-fontify-region): Extend the region appropriately
4701         for multiline keywords.
4702         (font-lock-default-unfontify-region): Also remove the new
4703         font-lock-multiline text property.
4704         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
4705         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
4707 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4709         * diary-lib.el (list-diary-entries): Make sure two-digit years
4710         have leading zeros.
4712 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4714         * faces.el (face-set-after-frame-default): Initialize some
4715         attributes of some faces from frame parameters.
4717         * faces.el (scroll-bar, border, cursor, mouse): New faces.
4719 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
4721         * faces.el (fringe): Replaces face `margin'.
4723 1999-09-07  Dave Love  <fx@gnu.org>
4725         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
4727 1999-09-07  Richard Stallman  <rms@gnu.org>
4729         * subr.el (push): Doc fix.
4731 1999-09-06  Richard Stallman  <rms@gnu.org>
4733         * vc.el (vc-annotate-display): Use < 69 not < 70
4734         to distinguish 20YY from 19YY.
4736         * timezone.el (timezone-parse-date): Use < 69 not < 70
4737         to distinguish 20YY from 19YY.
4739         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
4741 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
4743         * quickurl.el: (quickurl-list-focused-line): Removed.
4744         (quickurl-list-insert): Now works out the focused line using
4745         `count-lines' instead of using `quickurl-list-focused-line'.
4747 1999-09-06  Richard Stallman  <rms@gnu.org>
4749         * mail/rmail.el (rmail-retry-failure): Unconditionally move
4750         to beginning of message.
4752 1999-09-06  Dave Love  <fx@gnu.org>
4754         * isearch.el (isearch-mode-map): Add mouse-2.
4756         * mail/rmail.el (rmail-read-password): Deleted.
4757         (rmail-get-pop-password): Use read-password.
4759         * quickurl.el: Don't conditionally define caddr.
4760         (quickurl-url-comment): Use nth, not caddr in function and
4761         defsetf.
4763 1999-09-06  Richard Stallman  <rms@gnu.org>
4765         * auto-show.el: Doc fixes.
4767 1999-09-06  Stephen Eglen  <stephen@gnu.org>
4769         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
4770         --no-line-editing so that TABs in source files are not interpreted
4771         as completion requests.
4773 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
4775         * hscroll.el, auto-show.el: Remove all code, keep the public
4776         interface as no-ops.
4778         * faces.el (face-bold-p): Don't return t if face has lighter
4779         weight than normal.
4781 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
4783         * startup.el (command-line): Make small-temporary-file-directory
4784         be nil except on ms-dos.
4786         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
4788         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
4789         is defined.
4791         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
4792         letters with a colon after d or l.
4794 1999-09-06  Dave Love  <fx@gnu.org>
4796         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
4797         primitive.)
4799 1999-09-05  Richard Stallman  <rms@gnu.org>
4801         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
4803         * textmodes/paragraphs.el (backward-kill-sentence):
4804         Don't test minibuffer-prompt-end here.
4805         (forward-sentence): Do handle it here.
4806         (backward-kill-paragraph): Don't test it here.
4807         (forward-paragraph): Handle it here.
4809         * mouse.el (font-menu-add-default): Simplify code.
4811 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4813         * faces.el (header-line): Renamed from `top-line'.
4815 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
4817         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
4819 1999-09-04  Richard Stallman  <rms@gnu.org>
4821         * whitespace.el: New file.
4823 1999-09-04  Dave Love  <fx@gnu.org>
4825         * paths.el: Make some doc strings obey the make-docfile convention.
4827         * bindings.el: Likewise.
4828         (debug-ignored-errors): Remove BBDB ones.
4830 1999-09-03  Richard Stallman  <rms@gnu.org>
4832         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
4833         not from the draft to forward.
4835         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
4837 1999-09-03  Dave Love  <fx@gnu.org>
4839         * double.el (double-mode): Customize the variable.
4841 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
4843         * international/characters.el: Delete duplicated code.
4845 1999-09-02  Richard Stallman  <rms@gnu.org>
4847         * indent.el (indent-relative): Doc fix.
4849         * quickurl.el (quickurl): Doc fix.
4851 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4853         * faces.el (margin): Change background to "gray" for mono (this is
4854         drawn with a stipple pattern).
4856 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
4858         * simple.el (next-history-element): Use minibuffer-prompt-end once
4859         again.  Remove test for minibuffer-prompt-in-buffer.
4861 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
4863         * files.el (small-temporary-file-directory): New variable.
4865         * startup.el (command-line): Compute the value of
4866         small-temporary-file-directory.
4868         * ediff-init.el (ediff-temp-file-prefix): Use
4869         small-temporary-file-directory if non-nil.
4871         * vc.el (vc-update-change-log): Likewise.
4873         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
4875         * simple.el (shell-command, shell-command-on-region): Use
4876         make-temp-name properly.  Use small-temporary-file-directory if
4877         non-nil, otherwise temporary-file-directory, to generate temporary
4878         files.
4880         * dos-w32.el (direct-print-region-helper): Use
4881         temporary-file-directory.  (From Stefan Monnier.)
4883 1999-09-02  Richard Stallman  <rms@gnu.org>
4885         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
4886         from asm-comment-char.
4887         (asm-font-lock-keywords): Recognize instruction width suffixes.
4889 1999-09-01  Richard Stallman  <rms@gnu.org>
4891         * play/fortune.el: New file.
4893 1999-08-31  Dave Love  <fx@gnu.org>
4895         * help.el (help-make-xrefs): Don't lose on non-empty blank line
4896         after key table.
4898         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
4899         redisplay variables.
4901         * subr.el (push): Fix typo.
4903 1999-08-30  Kevin Blake  <kblake@ticnet.com>
4905         * emacs-lisp/ring.el: Many doc fixes.
4906         (ring-size, ring-copy): New functions.
4908 1999-08-29  Richard Stallman  <rms@gnu.org>
4910         * progmodes/etags.el (tags-loop-continue):
4911         After tags-loop-operate returns, force skip to next file.
4913         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
4914         (mail-extr-first-letters, mail-extr-last-letters):
4915         Use character classes [:alpha:] and [:alnum:].
4917         * subr.el (push, pop): New macros.
4919         * progmodes/compile.el (compilation-error-regexp-alist):
4920         New item for SGI IRIX MipsPro compilers.
4922         * speedbar.el (speedbar-directory-buttons): Recognize
4923         device names when checking for file names.
4925         * array.el (array-reconfigure-rows): Use generate-new-buffer.
4927         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
4928         and specially handle defvar inside their expansions.
4929         (eval-defun-1): New subroutine.
4931         * progmodes/compile.el (compilation-error-regexp-alist):
4932         Fix the Perl -w entry to allow period after line number.
4933         Don't allow newlines in file name, but allow them after line number
4934         for Perl debugging traces.
4936         * which-func.el (which-func-cleanup-function): New variable.
4937         (which-function): Call that function.
4939         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
4940         to end a function name.
4942         * informat.el (Info-tagify): Don't insert more than one newline
4943         before the tag table.
4945 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
4947         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
4948         than make-temp-name, use match-string-no-properties, and eliminate
4949         a quadratic behavior when building bibtex-strings.
4951 1999-08-29  Alex Schroeder  <alex@gnu.org>
4953         * comint.el (comint-input-ring-separator): New variable.
4954         (comint-read-input-ring): Doc change; use
4955         comint-input-ring-separator when reading file.
4956         (comint-write-input-ring): Use
4957         comint-input-ring-separator when writing file.
4959 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
4961         * informat.el (Info-tagify): Start by widening.
4962         Match node headers that don't list the file name,
4963         and more kinds of page separations.
4964         Strip properties during tagification.
4965         Use start of node header line as tag's position.
4966         Fix the "done" message.
4968         (Info-validate): Save and restore match data around narrowing down.
4970 1999-08-28  Richard M. Stallman  <rms@gnu.org>
4972         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
4973         On repeated call, override previous values put into
4974         minor-mode-map-alist and minor-mode-alist.
4976 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
4978         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
4980 1999-08-27  Andreas Schwab  <schwab@gnu.org>
4982         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
4983         from cvs update.
4985 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4987         * calendar/calendar.el (calendar-move-hook): New hook.
4989         * calendar/cal-move.el: Call the new hook in every movement function.
4991         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
4992         the right function name.
4994 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
4996         * time-stamp.el: Put quote-backquote around all symbol names
4997         in doc strings, for mousing.
4998         (time-stamp): Support multi-line patterns.
4999         (time-stamp-inserts-lines): New variable.
5000         (time-stamp-count): New variable.
5001         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5002         "Thu" instead of "%a".
5004 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5006         * simple.el (kill-word): Undo previous change.
5008 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5010         * jit-lock.el (jit-lock-function): Extend the fontified range
5011         to the beginning of the line containing the range start and
5012         the beginning of the line following the range end.
5014 1999-08-24  Dave Love  <fx@gnu.org>
5016         * timezone.el: Move provide to end.
5017         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
5018         <70 are 2000+.
5019         (timezone-parse-time): Simplify somewhat.
5021 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
5023         * faces.el (margin): Renamed from bitmap-area.
5025 1999-08-24  Alex Schroeder  <alex@gnu.org>
5027         * sql.el: Doc changes.
5028         (sql-sybase): Use sql-server instead of sql-database.
5030 1999-08-23  Dave Love  <fx@gnu.org>
5032         * rect.el: Add/fix various doc strings.  Add `*' to all the
5033         interactive specs.
5035 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
5037         * jit-lock.el (jit-lock-function): Use line-beginning-position.
5038         Don't unwind-protect font-lock-fontify-region.
5040         * paragraphs.el (backward-kill-paragraph): Don't move
5041         point into mini-buffer prompt.
5042         (backward-kill-sentence): Ditto.
5044         * simple.el (next-history-element): Use minibuffer-prompt-end.
5045         Remove test for minibuffer-prompt-in-buffer.
5046         (kill-word): Don't move point into mini-buffer prompt.
5048 1999-08-21  Dave Love  <fx@gnu.org>
5050         * Makefile: Exclude CVS dirs like RCS.
5052 1999-08-19  Dave Love  <fx@gnu.org>
5054         * tooltip.el (tooltip-mode): Customize this, per convention.
5055         (tooltip-active): Option deleted.
5057         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
5059         * hanoi.el, page-ext.el: Declare dynamic vars.
5061         * term.el: Avoid ange-ftp related compilation warnings.
5063 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
5065         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5066         the default so that beginners can benefit from it without
5067         searching in manuals.
5069 1999-08-18  Ray Blaak  <blaak@gnu.org>
5071         * progmodes/delphi.el: Consider assembly sections as blocks, to
5072         indent them better. Make auto-indent on newline optional.
5074 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
5076         * bindings.el (mode-line-modified): Look up key binding for C-x
5077         C-q.  If it's bound call that binding, otherwise call
5078         toggle-read-only.
5080 1999-08-17  Dave Love  <fx@gnu.org>
5082         * info.el (info): Doc fix.
5084         * finder.el (finder-known-keywords): Add `multimedia'.
5086         * apropos.el: Don't capitalize custom group name.
5088         * info-look.el: Remove compatibility code.
5089         (info-lookup-guess-default*): DTRT for point at start of symbol.
5090         (info-complete): Don't lose with point not at end of symbol.
5092 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
5094         * term.el (toplevel): Make face `term-default' an empty face.
5095         The code relied on the fact that Emacs ignored invalid faces in
5096         face text properties in 20.4.
5098 1999-08-16  Richard M. Stallman  <rms@gnu.org>
5100         * subr.el (point-at-eol, point-at-bol): New aliases.
5102         * simple.el: Functions reordered.
5104         * rect.el (delete-rectangle-line): Use line-end-position.
5106 1999-08-16  Karl Heuer  <kwzh@gnu.org>
5108         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5109         here from simple.el.
5111 1999-08-16  Dave Love  <fx@gnu.org>
5113         * mouse.el: Provide `mldrag' for compatibility.
5114         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5115         marked obsolete.
5117         * mldrag.el: Removed since the features are in mouse.el.
5119         * jka-compr.el (auto-compression-mode): New variable for
5120         customization.
5122         * bindings.el (mode-line-mule-info): Doc fix.
5124         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5125         name comparisons.
5127         * files.el (interpreter-mode-alist): Add make, guile, clisp.
5128         (find-file): Doc fix.
5130 1999-08-16  Carsten Dominik  <cd@gnu.org>
5132         * textmodes/reftex.el: Most of the code moved to other files.
5133         * textmodes/reftex-auc.el: New file, split out from reftex.el
5134         * textmodes/reftex-cite.el: New file, split out from reftex.el
5135         * textmodes/reftex-global.el: New file, split out from reftex.el
5136         * textmodes/reftex-index.el: New file, split out from reftex.el
5137         * textmodes/reftex-parse.el: New file, split out from reftex.el
5138         * textmodes/reftex-ref.el: New file, split out from reftex.el
5139         * textmodes/reftex-sel.el: New file, split out from reftex.el
5140         * textmodes/reftex-toc.el: New file, split out from reftex.el
5141         * textmodes/reftex-vars.el: New file, split out from reftex.el
5142         * textmodes/reftex-vcr.el: New file, split out from reftex.el
5144 1999-08-16  Carsten Dominik  <cd@gnu.org>
5146         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5147         conflict with pop-up-frames.
5148         (reftex-special-environment-parsers): New constant.
5149         (reftex-label-alist): car of an entry can also be a function.
5150         (reftex-what-special-env): Cew function.
5151         (reftex-label-location): Call `reftex-what-special-env'.
5152         (reftex-compile-variables): Check for symbol in
5153         `reftex-label-alist'.
5154         (reftex-what-environment): Fixed bug with stacked environments of
5155         same kind (e.g. enumerate).
5156         (reftex-process-string): Preserve default directory.
5157         (reftex-label-alist-builtin): Changed prefixes of endnote and
5158         footnote.  Also the magic words.
5159         (reftex-reference): Interprete new option
5160         `reftex-fref-is-default'.
5161         (reftex-replace-prefix-escapes): Interprete new `%S' format.
5162         (reftex-toc-mouse-view-line): Command removed (had no binding).
5163         (reftex-everything-regexp): New function.
5164         (reftex-nearest-match): Made better.
5165         (reftex-toc-find-section): Use new version of
5166         `reftex-nearest-match'.
5167         (reftex-insert-docstruct): Adapted to work with the index stuff.
5168         (reftex-parse-from-file): Find index entries as well.
5169         (reftex-toc-toggle-index): New function
5170         (reftex-toc-map): `i' is now used to togle the index, File
5171         boundaries has been moved to `F'.
5172         (reftex-select-label-map): Toggling display of file boundaries is
5173         now on the `F' key, for consistency with `reftex-toc-map'.
5174         (reftex-erase-all-selection-and-index-buffers): Renamed from
5175         `reftex-erase-all-selection-buffer'.  Now also kills the index
5176         buffers.
5177         (reftex-viewing-cross-references): Customization group renamed
5178         from reftex-viewing-cross-references-and-citations.
5179         (reftex-index-macro-regexp,
5180         reftex-find-index-entry-regexp-format): New variables
5181         (reftex-macros-with-index): New variable
5182         (reftex-add-index-macros): New function
5183         (reftex-renumber-simple-labels, reftex-translate): Allow for
5184         multiple labels in a single ref command.
5185         (reftex-index-support): New customization group
5186         (reftex-support-index, reftex-index-special-chars,
5187         reftex-index-macros, reftex-index-default-macro,
5188         reftex-index-default-tag, reftex-index-math-format,
5189         reftex-index-section-letters, reftex-index-include-context,
5190         reftex-index-follow-mode, reftex-index-header-face,
5191         reftex-index-section-face, reftex-index-tag-face,
5192         reftex-index-face): New options
5193         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5194         reftex-index-tag, reftex-index-return-marker,
5195         reftex-index-restriction-indicator, reftex-index-restriction-data,
5196         reftex-index-macro-regexp, reftex-index-level-re,
5197         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5198         reftex-everything-regexp-no-index, reftex-index-re,
5199         reftex-macros-with-index, reftex-index-macro-alist): New variables
5200         (reftex-index-help, reftex-index-macros-builtin,
5201         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5202         reftex-query-index-macro-help): New constants
5203         (reftex-index-selection-or-word, reftex-index,
5204         reftex-default-index, reftex-update-default-index,
5205         reftex-index-complete-tag, reftex-index-select-tag,
5206         reftex-index-complete-key, reftex-index-update-taglist,
5207         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5208         reftex-display-index, reftex-insert-index,
5209         reftex-index-insert-new-letter, reftex-get-restriction,
5210         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5211         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5212         reftex-index-toggle-follow, reftex-index-toggle-context,
5213         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5214         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5215         reftex-index-quit, reftex-index-quit-and-kill,
5216         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5217         reftex-index-revert, reftex-index-switch-index-tag,
5218         reftex-index-restrict-to-section, reftex-index-widen,
5219         reftex-index-restriction-forward,
5220         reftex-index-restriction-backward, reftex-index-visit-location,
5221         reftex-index-analyze-entry, reftex-index-globalize,
5222         reftex-index-edit, reftex-index-toggle-range-beginning,
5223         reftex-index-toggle-range-end, reftex-index-edit-key,
5224         reftex-index-edit-attribute, reftex-index-edit-visual,
5225         reftex-index-edit-part, reftex-index-level-down,
5226         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5227         reftex-index-change-entry, reftex-index-goto-letter,
5228         reftex-add-index-macros, reftex-ensure-index-support,
5229         reftex-index-info-safe, reftex-index-info): New functions.
5232 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5234         * paren.el (show-paren-mode): Support making show-paren-mode
5235         a buffer-local variable.  Don't check for a window system.
5236         (show-paren-function): Check whether show-paren-function is
5237         enabled in current buffer; do the right thing if not.
5238         Don't check for a window system.
5239         (show-paren-mode): Make it a user variable.
5241         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5242         Handle `enum' like `struct'.
5244         * server.el (server-process-filter): If a client visits no buffers,
5245         close it immediately before recording it.
5247         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5248         Optimize by calling concat just once.  Handle =\n sequence.
5249         (mail-unquote-printable-region): New command.
5250         (mail-quote-printable): Make it autoload.
5252 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5254         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5256 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5258         * lisp/texinfmt.el: Handle @ifnottex.
5260 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5262         * frame.el (blink-cursor): Don't turn on cursor blinking for
5263         ms-dos.
5265         * faces.el (face-valid-attribute-values): Look in
5266         x-bitmap-file-path only for x and w32 window systems.
5268         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5269         Do that if width is nil as well.
5270         (x-display-mm-height, x-display-mm-width): Update values.
5271         (x-colors): Compute the list from msdos-color-values.
5272         (x-select-enable-clipboard): Doc fix.
5273         (x-frob-font-weight, x-font-family-list): New functions.
5275 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5277         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5278         back up from beginning of buffer.
5280 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5282         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5284 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5286         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5287         doomsday clock, speed control is added and changes are made to
5288         allow large numbers of rings: rings now show the whole ring
5289         number, not just the last digit; consecutive rings are allowed to
5290         be the same size when necessary to fit all the rings in the
5291         window; and poles can be oriented horizontally.  Face support is
5292         thrown in gratuitously.
5293         (hanoi): Changed default number of rings back to 3.
5294         (hanoi-unix, hanoi-unix-64): New commands
5295         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5296         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5297         hanoi-odd-ring-face): New variables.
5298         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5299         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5300         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5301         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5302         (hanoi-topos, hanoi-draw-ring): Removed.
5304 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5306         * faces.el (face-valid-attribute-values): Return an alist for
5307         families on ttys.
5308         (face-read-integer): Handle unspecified face attributes.  Add
5309         completion for `unspecified'.
5310         (read-face-attribute): Handle unspecified font attributes.
5311         (face-valid-attribute-values): Add `unspecified' to lists so that
5312         it can be chosen via completion.
5313         (face-read-string): Don't recognize "none" as input.
5315 1999-08-10  Dave Love  <fx@gnu.org>
5317         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5318         string.
5320         * sun-curs.el: Require sun-fns.
5322 1999-08-10  Dave Love  <fx@gnu.org>
5324         * autorevert.el (auto-revert-mode): Add autoload cookie.
5326         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5327         hscroll.
5329         * simple.el (hscroll-step, hscroll-point-visible)
5330         (hscroll-window-column): Remove now we have the mentioned real
5331         horizontal autoscrolling.
5333 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5335         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5336         control use of -f option.
5337         (mail-specify-envelope-from): New variable.
5338         (mail-from-style): Doc fix.
5340         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5341         (easy-menu-get-map): New arg TO-MODIFY helps choose
5342         between local and global maps.
5343         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5344         (easy-menu-change): Doc fix.
5346         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5347         (info-lookup-guess-default): Simplified and cleaned up.
5348         (info-lookup-guess-default*): Preserve point.
5350         * view.el (view-mode-disable): If buffer-read-only is nil,
5351         don't change it.
5353         * files.el (after-find-file): Disable View mode if buffer is no
5354         longer read-only.
5356         * view.el (view-mode-enable, view-mode-disable):
5357         Call force-mode-line-update.
5359 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5361         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5362         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5363         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5365 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5367         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5368         to prevent m-eating-bug.
5370 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5372         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5373         frame-set-background-mode instead.  All callers changed.
5374         (msdos-face-setup): Don't force color display parameter, it is set
5375         by frame-set-background-mode.
5376         (make-msdos-frame): Call x-handle-reverse-video and
5377         face-set-after-frame-default.  Delete frame if creation failed.
5379         * faces.el (face-set-after-frame-default): Don't call
5380         make-face-x-resource-internal for the pc window-system.
5382 1999-08-10  Dave Love  <fx@melange.gnu.org>
5384         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5385         case with no docstring specially.
5387 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5389         * complete.el (PC-do-completion): If completing on file name,
5390         reproduce str by concatenating its directory and basename parts.
5392 1999-08-07  Dave Love  <fx@gnu.org>
5394         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5395         unibyte to multibyte conversion of search-forward (from Handa),
5396         but avoid the replacement if the language is Latin-N.
5398 1999-08-06  Richard Stallman  <rms@gnu.org>
5400         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5401         of eval-buffer.
5403         * international/mule.el (load-with-code-conversion):
5404         Pass t to eval-buffer for DO-ALLOW-PRINT.
5406 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5408         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5409         of filenames and attributes.
5410         (ls-lisp-insert-directory): Use directory-files-and-attributes
5411         for speed.
5413 1999-08-05  Dave Love  <fx@gnu.org>
5415         * auto-show.el (auto-show-mode): Fix :set.
5417         * widget.el (define-widget-keywords): Make dummy definition and
5418         comment-out its use.
5420 1999-08-04  Richard Stallman  <rms@gnu.org>
5422         * progmodes/tcl.el: Customized.
5424         * sql.el (sql-accumulate-and-indent): Instead of testing
5425         whether this is Emacs 20 before calling comint-accumulate,
5426         test whether comint-accumulate is defined.
5428 1999-08-04  Dave Love  <fx@gnu.org>
5430         * sgml-mode.el: Require outline when compiling.
5431         (sgml-mode-hook, html-mode-hook): Customize.
5432         (sgml-validate-command): Fix :version.
5433         (html-autoview-mode): Doc fix.
5435         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5436         nothing in Latin-N environment.
5438         * info.el (Info-find-node): Call info-initialize here.
5439         (info): Not here.
5440         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5442 1999-08-04  Richard Stallman  <rms@gnu.org>
5444         * ansi-color.el: New file.
5446 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5448         * dired.el (dired-string-replace-match): Return `nil' when no match
5449         found with global search.
5451         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5452         * terminal.el (te-terminfo-directory):
5453         * mail/mailpost.el (post-mail-send-it):
5454         * mail/metamail.el (metamail-region):
5455         * progmodes/ada-mode.el (ada-tmp-directory):
5456         Use temporary-file-directory.
5458         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5459         (compilation-filter, compilation-forget-errors)
5460         (compilation-parse-errors): Use a marker instead of an integer for
5461         `compilation-parsing-end'.
5463         * progmodes/diff.el (diff-parse-differences):
5464         Use a marker instead of an integer for `compilation-parsing-end'.
5465         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5466         Use a marker instead of an integer for `compilation-parsing-end'.
5468 1999-08-03  Richard Stallman  <rms@gnu.org>
5470         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5471         (Buffer-menu-mode): Doc fix.
5472         (Buffer-menu-view): New command.
5473         (Buffer-menu-view-other-window): New command.
5475 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5477         * replace.el (query-replace-regexp-eval)
5478         (replace-eval-replacement, replace-loop-through-replacements)
5479         (replace-match-string-symbols): New functions.
5480         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5481         Use replace-loop-through-replacements.
5483 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5485         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5486         (5x5): Doc fix.
5488 1999-08-03  Dave Love  <fx@gnu.org>
5490         * fortran.el (fortran-indent-new-line): Make it an alias
5491         for reindent-then-newline-and-indent.
5493 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5495         * rect.el: All functions rewritten, except when noted above
5496         their declaration.  Below is a list of interface changes.
5497         (apply-on-rectangle): New function, mostly replaces
5498         `operate-on-rectangle'.  All callers changed.
5499         (move-to-column-force): Pass new second argument to `move-to-column'.
5500         (kill-rectangle): Added optional prefix arg to fill lines.
5501         (delete-rectangle): Ditto.
5502         (delete-whitespace-rectangle): Ditto.
5503         (delete-extract-rectangle): Ditto.
5504         (open-rectangle): Ditto.
5505         (clear-rectangle): Ditto.
5506         (delete-whitespace-rectangle-line): New function.
5507         (delete-rectangle-line): Added third arg FILL.
5508         (delete-extract-rectangle-line): Ditto.
5509         (open-rectangle-line): Ditto.
5510         (clear-rectangle-line): Ditto.
5512 1999-08-03  Ray Blaak  <blaak@gnu.org>
5514         * progmodes/delphi.el: New file.
5516 1999-08-02  Richard Stallman  <rms@gnu.org>
5518         * textmodes/outline.el (outline-previous-heading): New function.
5519         (outline-up-heading-all): Use outline-previous-heading.
5520         (outline-next-heading): Delete definition inserted yesterday.
5522 1999-08-01  Richard Stallman  <rms@gnu.org>
5524         * textmodes/outline.el (outline-next-heading): New function.
5525         (outline-up-heading-all): New function.
5526         (outline-font-lock-level): Using outline-up-heading-all.
5527         Tell outline-back-to-heading to accept invisible headings.
5529         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5531         * mail/mh-utils.el (mh-find-path-run): New variable.
5532         (mh-find-path): Test and set that.
5533         Set mail-user-agent only the first time this function is run.
5534         (mail-user-agent): Defvar deleted.
5536         * info.el (info-initialize): New function.
5537         (info): Call info-initialize.
5538         (Info-directory-list): Initialize to nil,
5539         so info-initialize will set it up for real.
5541 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5543         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5544         does not interpret a time as the year in a day-month entry.
5546         * calendar/diary-lib.el: Change syntax table entry for colon in
5547         the diary as part of the european-date-diary-pattern fix.
5549 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
5551         * international/mule.el (set-auto-coding): Allow whitespace before
5552         and after the "variable: value" pair.
5554 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
5556         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
5557         (default-sendmail-coding-system): Doc-string fixed.
5559 1999-07-30  Dave Love  <fx@gnu.org>
5561         * subr.el (assoc-delete-all): New function, renamed from
5562         frame-delete-all.
5564         * frame.el: Change comments to doc strings and other doc fixes.
5565         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
5566         Callers changed.
5567         (set-background-color, set-foreground-color, set-cursor-color)
5568         (set-mouse-color, set-border-color): Offer completion of colours.
5569         (cursor): Add :version to defgroup.
5571         * facemenu.el (list-colors-display): Make it work on ttys.
5572         (facemenu-read-color): Likewise.
5574 1999-07-30  Richard M. Stallman  <rms@gnu.org>
5576         * frame.el (frame-notice-user-settings): If background
5577         color has been changed, update background-mode from it,
5578         then update faces.
5580 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
5582         * net-utils.el (finger): Don't do indirect fingering.
5584 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5586         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
5587         rules.  Add separator at end of holidays.
5588         (cal-tex-rules): New customizable variable.
5589         (cal-tex-latexify-list): Add optional parameter to put separator
5590         at end.
5592 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
5594         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
5595         fill prefix on each line while looping to the end of paragraph.
5596         End paragraph if it's longer than the existing fill prefix.
5598         * textmodes/fill.el (fill-context-prefix): Doc fix.
5600 1999-07-30  Dave Love  <fx@gnu.org>
5602         * font-lock.el (jit-lock): Fix :load, add :version.
5604 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
5606         * term/pc-win.el (msdos-face-setup): Register standard colors in
5607         Vface_tty_color_alist.
5608         (face-color-supported-p, face_color_gray_p): New functions.
5610         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
5611         is bound.
5613         * startup.el (command-line): Don't register default colors for
5614         MSDOS window-system.
5616 1999-07-29  Dave Love  <fx@gnu.org>
5618         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
5619         charquote.
5621         * lisp-mode.el (eval-defun): Re-written to avoid
5622         capturing variables.
5624         * picture.el (picture-beginning-of-line): Don't call
5625         hscroll-point-visible now we have real autoscrolling.
5626         (picture-end-of-line, picture-newline, picture-open-line):
5627         Likewise.
5629         * international/latin-8.el: New file.
5630         * international/latin-9.el: New file.
5632 1999-07-28  Dave Love  <fx@gnu.org>
5634         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
5636         * msb.el: Require cl only when compiling.
5637         (msb--home-dir): Deleted.
5638         (msb--format-title): Use abbreviate-file-name.
5639         (msb--choose-file-menu): Simplify string comparison.
5641 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
5643         * faces.el (toolbar): Add face definition for mono displays.
5645 1999-07-27  Richard M. Stallman  <rms@gnu.org>
5647         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5649         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
5650         force copying of default-frame-alist.
5652 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
5654         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
5656 1999-07-26  Richard M. Stallman  <rms@gnu.org>
5658         * frame.el (set-mouse-color): If new color is nil,
5659         really respecify the current color.
5661 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
5663         * faces.el (bitmap-area): Change background of face `bitmap-area'
5664         to white for mono displays.
5666 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
5668         * international/ccl.el (ccl-embed-symbol): New function.
5669         (ccl-program-p): Deleted.  Now it's implemented in C code.
5670         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
5671         (ccl-compile-translate-character): Likewise.
5672         (ccl-compile-map-single): Likewise.
5673         (ccl-compile-multiple-map-function): Likewise.
5674         (declare-ccl-program): Doc-string modified.
5675         (check-ccl-program): Check compiled CCL code by ccl-program-p.
5677 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
5679         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
5681 1999-07-25  Markus Rost  <rost@gnu.org>
5683         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
5684         the entries to make custom-file more readable.
5686 1999-07-25  Richard M. Stallman  <rms@gnu.org>
5688         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
5690         * emacs-lisp/edebug.el: Delete compatibility code.
5691         (edebug-next-token-class): If . is followed by a digit,
5692         return `symbol' for the token class.
5694         * startup.el (command-line): If we don't find the user's init file,
5695         set user-init-file to nil.
5697 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5699         * info-look.el (info-lookup-interactive-arguments): Add optional
5700         argument query for new choice of help mode.
5701         (info-lookup-symbol):  Use it.
5702         (info-lookup-file): Ditto.
5703         (info-lookup): Don't switch to other window, if already in Info
5704         buffer.
5706 1999-07-23  Dave Love  <fx@gnu.org>
5708         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
5709         syntax.
5710         (fortran-fontify-string, fortran-match-!-comment): Deleted.
5711         (fortran-font-lock-syntactic-keywords): New variable.
5712         (fortran-mode): Use it.
5713         (fortran-font-lock-keywords-1): Don't do comments.
5714         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
5715         match data.
5717         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
5719         * msb.el (msb-menu-bar-update-buffers): Renamed from
5720         menu-bar-update-buffers.
5721         (msb-custom-set, msb--toggle-menu-type): Call
5722         msb-menu-bar-update-buffers.
5723         (msb-mode): Revise the hook setting.
5725         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
5727 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
5729         * font-lock.el, help.el, simple.el: Re-integrate previously
5730         described changes that were lost due to errors while checking them
5731         in.
5733 1999-07-23  Kevin Blake  <kblake@ticnet.com>
5735         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
5737 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
5739         * international/encoded-kb.el
5740         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
5741         but push it to unread-command-events.
5742         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
5743         (encoded-kbd-self-insert-sjis): Likewise.
5744         (encoded-kbd-self-insert-big5): Likewise.
5746         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
5747         before left margin and fill-prefix by fill-find-break-point.
5749 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5751         * info-look.el (info-lookup-setup-mode): Don't give up, if
5752         info-lookup-make-completions returns an error.
5753         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
5754         name latex, not latex2e.
5756 1999-07-21  Richard M. Stallman  <rms@gnu.org>
5758         * replace.el (perform-replace): Turn off case-fold-search
5759         if FROM-STRING argument has uppercase in it.
5761 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5763         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
5764         mode is on.  Don't use end of changed text.
5766 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5768         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
5769         (cl-hash-table-p): Renamed from hash-table-p.
5770         (cl-hash-table-count): Renamed from hash-table-count.
5771         (maphash): Alias to cl-maphash removed.
5772         (gethash): Likewise.
5773         (puthash): Likewise.
5774         (remhash): Likewise.
5775         (clrhash): Likewise.
5777 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5779         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
5780         third arg non-nil.  See comment there why this isn't a good idea.
5782 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5784         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
5786         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
5787         sit-for with 3rd arg non-nil to prevent redisplay.
5789 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5791         * image.el (image-type-from-file-header): If file doesn't
5792         have a directory part, add data-directory.
5794 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5796         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
5797         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
5798         motion handling when tooltip-gud-tips-p is nil.
5800 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5802         * tooltip.el (tooltip-mode): Don't use `plusp'.
5803         (tooltip-active): Use initial value of nil.
5805         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
5807 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5809         * bindings.el (make-mode-line-mouse-sensitive): Add key
5810         definitions for `top-line'.
5812 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5814         * faces.el (top-line): New face.
5816 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5818         * image.el (image-type-regexps): Add regexp for PS files.
5820 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5822         * faces.el (set-face-attribute): Fix wrong handling of frame
5823         begin equal to t.
5825 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5827         * image.el (image-type-regexps): Add PNG format.
5829 1999-07-21  Dave Love  <fx@gnu.org>
5831         * bindings.el (mode-line-modified): New variable.
5832         (mode-line-mode-menu-1): Switch to appropriate window before
5833         showing menu.
5835 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5837         * faces.el (face-underline): Removed.
5838         (face-underline-color): Ditto.
5840 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5842         * faces.el (face-x-resources): Fix typo.
5844 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5846         * faces.el: Remove handling of `:relief', extend handling of
5847         `:box'.
5848         (frame-set-background-mode): Choose new defface specs after
5849         frame parameters have changed.
5851         * cus-face.el: Ditto.
5853 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5855         * custom.el (defface): Extend documentation to include new
5856         face attributes.
5858         * cus-face.el (custom-face-attributes): Add overline,
5859         strike-through, box.
5861         * faces.el (face-valid-attribute-values): Handle overline,
5862         strike-through, box.
5863         (face-attribute-name-alist): Add pairs for new face attributes.
5864         (describe-face): Handle new face attributes.
5866 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5868         * faces.el (face-x-resources): Add overline, strike-through, box.
5870 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5872         * enriched.el (enriched-translations): Add `display' and
5873         "x-display".
5874         (enriched-handle-display-prop): New.
5875         (enriched-decode-display-prop): New.
5877         * format.el (top-level): Give `display' property
5878         `format-list-atomic-p.
5879         (format-annotate-single-property-change): Test that property.
5880         If present, treat list property values like atoms.
5882 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5884         * cus-face.el (custom-face-attributes): Use `choice' everywhere
5885         so that "*" can be entered.
5887 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5889         * cus-face.el (custom-face-attributes): Don't use `#''.
5891 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5893         * cus-face.el (custom-face-attributes): Return underline
5894         face attribute directly from the second lambda of underline.
5896 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5898         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
5900         * frame.el (after-setting-font-hooks): New variable.
5901         (set-frame-font): Run those hooks.
5903         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
5905         * faces.el (set-face-attribute): Fix doc string.
5907 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5909         * cus-face.el (custom-face-attributes): Accept color name.
5911         * faces.el (face-underline-p): Accept unspecified underlining.
5912         (face-underline): Ditto.  Fix doc string.
5914 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5916         * faces.el (face-underline-color): New function.
5918 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
5920         * cus-face.el (custom-face-attributes): Support underline coloring.
5921         Added slot to choose a color.
5923         * faces.el (face-underline): New function.
5924         (face-underline-p): Support underline coloring.
5925         Return nil only if the underline attribute is 'normal.
5926         (set-face-underline): New function.
5927         (face-valid-attribute-values): Support underline coloring.
5929 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5931         * image.el (insert-image): Use `display' instead of `glyph'
5932         as text property name.
5933         (put-image): Ditto.
5934         (image-type-from-file-header): Use insert-file-contents-literally.
5936 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5938         * easymenu.el (easy-menu-do-add-item): Don't use the empty
5939         string to indicate separators.
5941 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5943         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
5944         instead of message-log.
5946 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5948         * faces.el (bitmap-area): New face.
5950 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5952         * image.el (insert-image): New.
5954 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5956         * frame.el (blink-cursor): Set the symbol's value.
5957         (show-trailing-whitespace): Change group to font-lock.
5959 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5961         * jit-lock.el: New.
5962         * font-lock.el: Add jit-mode as new support mode.
5964         * font-lock.el (font-lock-fontify-keywords-region): Stop when
5965         reaching end instead of letting re-search-forward signal an error.
5966         (demand-lock-mode): New.
5967         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
5968         (font-lock-turn-off-thing-lock): Ditto.
5969         (font-lock-after-fontify-buffer): Ditto.
5970         (font-lock-after-unfontify-buffer): Ditto.
5972 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5974         * gs.el: New file.
5976         * startup.el (command-line-1): Activate tooltip mode if
5977         interactive.
5979 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5981         * faces.el (toolbar): Grey default background.
5982         (modeline): Ditto.
5984         * image.el (image-type-regexps): New.
5985         (image-type-from-file-header): New.
5986         (create-image): Call it.
5988 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5990         * image.el: New file.
5992 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
5994         * bindings.el (mode-line-format): Replace `mode-name' with
5995         `(:eval mode-line-mode-name)'.
5996         (mode-line-mode-name): New.
5997         (make-mode-line-mouse-sensitive): Don't change default value
5998         of `mode-name'.
6000 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6002         * tooltip.el: New file.
6004 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6006         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6007         instead of mouse-3 to pop up menus.
6008         (mode-line-kill-buffer): Removed.
6009         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6010         buffer name.
6011         (mode-line-buffer-menu-1): Removed.
6013         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6015         * bindings.el (mode-line-buffer-identification-keymap): New.
6016         (mode-line-buffer-menu-keymap): New.
6017         (mode-line-mode-menu-keymap): New.
6018         (mode-line-unbury-buffer): New.
6019         (mode-line-other-buffer): New.
6020         (mode-line-kill-buffer): New.
6021         (mode-line-buffer-menu-1): New.
6022         (mode-line-mode-menu-1): New.
6023         (make-mode-line-mouse-sensitive): New.
6025 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6027         * help.el (describe-key-briefly): Handle mode line strings
6028         with local-map properties.
6029         (describe-key): Ditto.
6030         (mode-line-key-binding): New.
6032 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6034         * scroll-bar.el (scroll-bar-timer): New.
6035         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6037 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6039         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6040         and `bottom'.
6042 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6044         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6045         (global): Use different key bindings if using tookit scroll bars.
6047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6049         * faces.el (modeline): Define mode line face with relief for
6050         class color, only.
6051         (toolbar): New face.
6053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6055         * frame.el (frame-initialize): Set frame-creation-function to
6056         tty-create-frame-with-faces.
6058         * faces.el (frame-set-background-mode): Make it work for
6059         window-system nil.
6061         * faces.el (tty-create-frame-with-faces): New.
6062         (face-set-after-frame-default): Make it work for TTY frames.
6064 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6066         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6067         Return a list of one font family for TTYs.  Don't return bitmap
6068         file paths for TTY frames.
6070         * faces.el: Add face specs for tty displays to basic faces.
6072         * font-lock.el (font-lock-comment-face): Add spec for color tty.
6073         (font-lock-string-face): Ditto.
6074         (font-lock-keyword-face): Ditto.
6075         (font-lock-builtin-face): Ditto.
6076         (font-lock-function-name-face): Ditto.
6077         (font-lock-variable-name-face): Ditto.
6078         (font-lock-type-face): Ditto.
6079         (font-lock-constant-face): Ditto.
6080         (font-lock-warning-face): Ditto.
6082 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6084         * startup.el (command-line): Register default tty colors.
6086         * faces.el (face-spec-set-match-display): Recognize `type tty'.
6088 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6090         * faces.el (modeline): For X frames, use a modeline with relief.
6092 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6094         * faces.el (frame-update-faces): Copied from 20.2.
6095         (frame-update-face-colors): Ditto.  Code removed that isn't
6096         applicable in the new face implementation.
6098 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6100         * frame.el (show-trailing-whitespace): New.
6102         * faces.el (trailing-whitespace): New basic face.
6104 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6106         * cus-face.el (custom-facep): Always define as alias for facep.
6108         * cus-face.el (custom-face-attributes): Use choice widgets.
6109         Remove :bold and :italic.
6111 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6113         * faces.el (face-charset-registries): Removed since fontset.el
6114         is no always loaded.
6116 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6118         * faces.el (internal-get-face): Added as obsolete function for
6119         compatibility.
6121 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6123         * frame.el (blink-cursor-end): Call show-cursor.
6124         (blink-cursor-mode): Ditto.
6126 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6128         * faces.el (face-spec-reset-face): Reset all attributes to
6129         `unspecified'.
6130         (face-spec-set): Use it.
6132 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6134         * faces.el (read-all-face-attributes): Bug fix.
6135         (face-read-integer): Allow nil default value.
6136         (face-valid-attribute-values): Use symbol names of attribute
6137         values for completion list.
6139 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6141         * faces.el (internal-find-face): Define for compatibility with
6142         20.2.
6143         (face-id): Likewise.
6145         * faces.el (face-id): Return the ID of a realized face for ASCII.
6147         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
6148         (x-complement-fontset-spec): Use face-charset-registries.
6150         * faces.el (face-font-selection-order): Set font selection order
6151         from Lisp.
6152         (face-alternative-font-family-alist): Set alternative font
6153         families from Lisp.
6155 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6157         * faces.el (set-face-charset-registries): Set symbol value.
6159 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6161         * faces.el (face-set-after-frame-default): Call function
6162         internal-merge-in-global-face.
6164 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6166         * faces.el (face-list): Return symbols from face-global-alist.
6168         * faces.el (face-list): Return a copy of the face name list so
6169         that it cannot be modified from outside (facemenu.el uses
6170         nreverse, for example).
6172         * cus-face.el (custom-face-attributes): Add :bold and :italic
6173         for compatibility with old code.
6175         * faces.el (set-face-attributes-from-resources): Additional
6176         frame parameter.
6177         (make-face-x-resource-internal): Set attributes from resources
6178         for a given frame or all frames.
6180 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6182         * faces.el (all-faces): Removed.
6184         * custom.el (defface): Add new face attributes to function
6185         comment.
6187         * font-lock.el (font-lock-comment-face): Use new face attribute
6188         names.
6189         (font-lock-string-face): Ditto.
6190         (font-lock-keyword-face): Ditto.
6191         (font-lock-builtin-face): Ditto.
6192         (font-lock-function-name-face): Ditto.
6193         (font-lock-variable-name-face): Ditto.
6194         (font-lock-type-face): Ditto.
6195         (font-lock-reference-face): Ditto.
6196         (font-lock-warning-face): Ditto.
6197         ((boundp 'font-lock-face-attributes)): Ditto.
6199         * cus-face.el (custom-face-attributes): Use new face attributes.
6201         * faces.el (set-face-attribute-from-resource): Initialize
6202         from resources only for X and W32.
6204         * cus-face.el (custom-declare-face): Don't make frame-local
6205         faces.
6207         * faces.el (describe-face): Use princ instead of insert.
6209         * faces.el: Add XLFD manipulation functions from 20.2 again
6210         because fontset.el uses them.
6211         (face-set-after-frame-default): Add empty definition.
6213 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6215         * faces.el (make-face): Correct typo.
6216         (set-face-attribute-from-resource): Use let*.
6217         (face-underline-p): Correct typo.
6218         (face-inverse-video-p): Ditto.
6219         (set-face-stipple): Ditto.
6220         (face-read-string): Make completion-list optional parameter.
6222 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6224         * faces.el (face-charset-registries): Alist mapping charset
6225         symbols to registries and encoding.
6227 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6229         * frame.el (blink-cursor-mode): Use interactive spec "P".
6231 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6233         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6234         mode.  The cursor of selected_window blinks if the mode is enabled.
6236 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6238         * simple.el (next-history-element): Set point to the end of the
6239         prompt if minibuffer-prompt-in-buffer.
6241 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6243         * faces.el (x-font-regexp): Add sub-expression parentheses for
6244         several font name components.
6246 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6248         * faces.el (set-face-relief): Use index 12 for relief.
6249         (face-fill-in): Set relief from data.
6250         (internal-make-face): Init relief to zero.
6252         * faces.el (face-spec-set): Call modify-face with additional
6253         parameters for relief and fixed-p.
6255 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6257         * cus-face.el: ':fixed and ':relief added.
6259         * faces.el (describe-face): Add fixed font attribute and relief.
6260         (face-attr-match-p): Ditto.
6261         (face-attr-construct): Ditto.
6262         (face-spec-set): Ditto.
6264 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6266         * faces.el (internal-make-face): Function to create a Lisp vector
6267         suitable for representing a face.
6268         (make-face): Use it instead of make-vector.
6269         (x-create-frame-with-faces): Use it instead of vector.
6270         (internal-facep): Increase vector size to 14.
6271         (internal-make-face): Ditto.
6272         (face-relief): Access relief thickness.
6273         (face-fixed-p): Access fixed font attribute.
6274         (set-face-fixed-p): Set fixed font attribute.
6275         (set-face-relief): Set relief attribute.
6276         (internal-face-interactive-int): Read int attribute of face.
6277         (modify-face): Add fixed-p and relief parameters.
6278         (copy-face): Handle fixed-p and relief.
6279         (face-equal): Compare fixed-p and relief.
6280         (face-differs-from-default-p): Ditto.
6281         (face-nontrivial-p): Add fixed-p and relief.
6283 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6285         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6286         (internal-facep): Increase vector size.
6287         (make-face): Ditto.
6288         (face-shadow-thickness): Added.
6289         (set-face-shadow-thickness): Added.
6290         (modify-face): Add optional shadow-thickness parameter.
6291         (make-face-x-resource-internal): Add shadows.
6292         (copy-face): Ditto.
6293         (face-equal): Ditto.
6294         (face-differs-from-default-p): Ditto.
6295         (face-nontrivial-p): Ditto.
6296         (face-attr-match-p): Ditto.
6297         (face-attr-construct): Ditto.
6298         (face-spec-set): Ditto.
6299         (face-fill-in): Ditto.
6301 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6303         * bench.el (bench-mark-split-window): New bench mark.
6305 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6307         * faces.el (set-face-font): Don't pass default font to
6308         x-resolve-font so that font will not have to be of the same
6309         size.
6311 1999-07-20  Dave Love  <fx@gnu.org>
6313         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6314         unconditionally t.
6316 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6318         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6320 1999-07-20  Dave Love  <fx@gnu.org>
6322         * help.el (describe-variable): Fix test for customizability.
6324         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6325         Check for readonly buffer in interactive spec.
6326         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6327         (backward-kill-word): Add * to interactive spec.
6329         * underline.el (underline-region, ununderline-region): Add * to
6330         interactive spec.
6332         * fill.el (canonically-space-region, justify-current-line): Add *
6333         to interactive spec.
6334         (fill-region-as-paragraph, fill-paragraph, fill-region)
6335         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6336         readonly buffer in interactive spec.
6338         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6339         (backward-kill-sentence, kill-sentence): Add * to interactive
6340         spec.
6342 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6344         * dired-aux.el (dired-do-shell-command): Doc fix.
6346         * shell.el (shell-unquote-argument): New function.
6347         (shell-directory-tracker): Use shell-unquote-argument.
6348         * comint.el (comint-arguments): Handle \ followed by space or tab.
6350 1999-07-19  John Wiegley  <jwiegley@borland.com>
6352         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6353         color codes 39 and 49, which by the way lynx uses them seem to
6354         mean "foreground reset" and "background reset".
6356 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6358         * font-lock.el (c++-keywords): Add "typeid".
6360         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6361         selects no font, treat that as zero selections, not one.
6363 1999-07-19  Dave Love  <fx@gnu.org>
6365         * info.el (Info-search): Don't lose with empty regexp.
6367         * version.el: Cater for (free) `ident' program, not `which'.
6369         * hl-line.el: New file.
6371         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6372         for modes which don't define menus.
6374 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6376         * webjump.el (webjump-sample-sites): Update some URLs.
6378 1999-07-14  Richard Stallman  <rms@gnu.org>
6380         * Version 20.4 released.
6382 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6384         * compare-w.el (compare-windows): Try to find the next window in
6385         the current frame before looking at the other frames.
6387 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6389         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6390         Use cyrillic-jcuken as default input method.
6392 1999-07-12  Richard Stallman  <rms@gnu.org>
6394         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6395         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6397         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6398         (ispell-local-dictionary-alist): Add koi8-r for character set.
6400         * textmodes/flyspell.el (flyspell-get-word):
6401         Add special handling for when ispell-otherchars is empty.
6403 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6405         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6406         when having nested functons.
6407         (pascal-indent-nested-functions) (pascal-indent-line)
6408         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6409         indenting nested functions.
6411 1999-07-09  Richard Stallman  <rms@gnu.org>
6413         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6415 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6417         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6418         the `end' keyword was in the very beginning of the buffer.
6420 1999-07-08  Richard Stallman  <rms@gnu.org>
6422         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6424         * term.el (term-emulate-terminal): Avoid infinite loop
6425         in strange case where minibuffer window is selected but not active.
6427 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6429         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6430         Change regexp so that it doesn't match commands beginning with `cd'.
6432 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6434         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6436 1999-07-06  Richard Stallman  <rms@gnu.org>
6438         * hscroll.el (hscroll-minibuffer-hook): New function.
6439         (hscroll-global-mode): Add and remove that hook.
6440         Set hscroll-old-truncate-was-global's default value.
6442 1999-07-05  Richard Stallman  <rms@gnu.org>
6444         * files.el (revert-buffer): Don't preserve point here.
6445         (revert-buffer-insert-file-contents-function): Doc fix.
6447         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6449         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6450         doing a `stat' when it isn't necessary because that can cause
6451         trouble when an NFS server is down.
6453 1999-07-04  Richard Stallman  <rms@gnu.org>
6455         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6457 1999-07-03  Richard Stallman  <rms@gnu.org>
6459         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6460         for \200...\240 also.
6461         (isearch-printing-char): Use unibyte-char-to-multibyte.
6463 1999-07-02  Richard Stallman  <rms@gnu.org>
6465         * frame.el (minibuffer-frame-alist): Use defcustom.
6466         (pop-up-frame-alist): Likewise.
6467         (initial-frame-alist): Specify * in the doc string.
6469         * hscroll.el (hscroll-mode): Make it a permanent local.
6470         (hscroll-mode): Don't cancel the timer
6471         if HScroll mode is enabled in some other buffer.
6473         * isearch.el (isearch-done): If search ends in middle of intangible
6474         text (due to text property), move on to the limit of that text.
6476 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6478         * man.el (Man-build-man-command): Use value of null-device,
6479         instead of hard-coding "/dev/null".
6481         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6482         ange-ftp file names, which might force ange-ftp to prompt for a
6483         password.
6485         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6486         to prevent references to temp files.
6488 1999-06-30  Richard Stallman  <rms@gnu.org>
6490         * progmodes/sh-script.el (sh-feature): If nothing is known
6491         about the given shell, use the values for `sh'.
6493 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6495         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6496         to make it non-recursive.
6498         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6500 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6502         * auto-show.el (auto-show-mode): Fix Typo in :set.
6504 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6506         * progmodes/sh-script.el (sh-mode): When setting syntax
6507         table, default to the standard one.
6509 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6511         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6513 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6515         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6516         a frame when `return' is requested (even if pop-up-frames = t)
6517         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6518         should only be set for the bibtex buffer.
6520         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6522         * progmodes/compile.el: Deal with compilation-error-screen-columns
6523         being buffer-local.
6525 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6527         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6529 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6531         * cal-x.el (calendar-only-one-frame-setup): New function.
6532         * calendar.el (calendar): Call it if requested.
6534 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6536         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6538 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6540         * mail/supercite.el (sc-emacs-features): Doc fix.
6542 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6544         * files.el (auto-mode-alist): Add pike-mode.
6546 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6548         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
6549         last byte of a numeric field is a space or a NUL.  Parse it as
6550         potentially part of the number.  This is used by GNU tar
6551         1.12.64012 to handle larger values.
6553 1999-06-20  Karl Heuer  <kwzh@gnu.org>
6555         * custom.el (custom-handle-keyword): Fix error message.
6557 1999-06-18  Andrew Innes  <andrewi@gnu.org>
6559         * mail/smtpmail.el (smtpmail-send-it): Use
6560         convert-standard-filename to make file names for queued mail safe
6561         on Windows (`:' is invalid in file names on Windows).
6563 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
6565         * international/mule-cmds.el (describe-current-input-method):
6566         Current-input-method is string.
6567         (toggle-input-method): Docstring fixed.
6569         * international/mule-diag.el
6570         (describe-current-coding-system-briefly): Fix format string.
6572         * international/mule-util.el (coding-system-eol-type-mnemonic):
6573         Docstring modified.  Return a string.
6575 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
6577         * sql.el (sql-input-ring-file-name): Doc fix.
6579 1999-06-17  Richard M. Stallman  <rms@gnu.org>
6581         * calendar/cal-x.el (special-display-buffer-names):
6582         Don't put (get-file-buffer diary-file) on this list.
6584 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
6586         * play/mpuz.el (mpuz-try-proposal): Fix message call.
6587         Don't penalize player for certain impossible guesses.
6589 1999-06-16  Andrew Innes  <andrewi@gnu.org>
6591         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
6592         return the string "Unk  0  0000" so at least it appears to be a
6593         valid timestamp to `dired-move-to-filename-regexp'.
6595 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
6597         * ps-print.el (ps-control-character): Fix previous change.
6599 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6601         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
6602         multiple output of the last message.
6604 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
6606         * term/internal.el (IT-display-table-setup): Do not remap \222 to
6607         the ASCII apostrophe, as most DOS codepages have some other glyph
6608         there.
6610 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
6612         * language/ethio-util.el (setup-ethiopic-environment-internal):
6613         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
6614         (exit-ethiopic-environment): Likewize.
6616 1999-06-12  Richard M. Stallman  <rms@gnu.org>
6618         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
6620 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6622         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
6623         custom-initialize-default to avoid infinite loop.
6624         (crisp-mode): (defun) Call transient-mark-mode here, not when
6625         loading the file.  Run crisp-mode-hook here, and run
6626         crisp-load-hook when loading the file.
6628         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
6629         rmail-summary buffer, search for pattern in rmail-file.
6631         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
6633         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
6635         * ps-print.el (ps-printer-name): Fix custom type.
6637 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
6639         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
6640         (vhdl-port-paste-generic-map): Fix indentation bug.
6641         (vhdl-port-paste-port-map): Fix indentation bug.
6642         (vhdl-scan-file-contents): Make scanning case insensitive.
6644 1999-06-11  Richard M. Stallman  <rms@gnu.org>
6646         * files.el (write-file): When buffer is not already visiting a file,
6647         don't put buffer name in the minibuffer, just make it the default.
6648         Also handle just directory as arg usefully in that case.
6650         * simple.el (sendmail-user-agent-compose):
6651         Ignore case when inserting the rest of the "other" headers.
6653         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
6655         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
6656         (info-lookup-interactive-arguments): Never insert the default
6657         into the minibuffer automatically.
6659         * emacs-lisp/cl-extra.el (getf): Don't call get*.
6661 1999-06-09  Richard M. Stallman  <rms@gnu.org>
6663         * simple.el (shell-command): Avoid printing "mark set" message.
6665 1999-06-09  Dave Love  <fx@gnu.org>
6667         * progmodes/compile.el (compilation-error-regexp-alist): Allow
6668         digits in program name in first pattern.
6670 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6672         * vc.el (vc-dired-mode): Don't match anything before the date in
6673         dired-move-to-filename-regexp.
6675 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
6677         * international/quail.el (quail-define-rules): Fix typo in
6678         docstring.
6680 1999-06-05  Stephen Eglen  <stephen@gnu.org>
6682         * iswitchb.el (iswitchb-default-keybindings): Add
6683         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
6684         than when package is loaded.
6686 1999-06-04  Richard M. Stallman  <rms@gnu.org>
6688         * startup.el (command-line): Don't set user-init-file directly;
6689         tell `load' to set it.
6691         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
6693         * simple.el (next-history-element):
6694         Handle minibuffer-text-before-history properly when reading sexps.
6696         * disp-table.el (standard-display-european):
6697         For an interactive call by the user,
6698         don't set enable-multibyte-characters,
6699         and don't set the terminal coding system.
6701         * textmodes/refbib.el: Don't print any messages or display
6702         a buffer when loading the library.
6703         (r2b-help): Doc fix.
6704         (r2b-help-message): Update the documentation.
6705         (r2b-load-quietly): Variable deleted.
6706         (r2b-convert-buffer): Doc fix.
6708 1999-06-04  Dave Love  <fx@gnu.org>
6710         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
6712         * auto-show.el: Don't change hooks on loading.
6713         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
6714         (auto-show-mode): Add to hooks here.
6716 1999-06-04  Richard Sharman  <rsharman@pobox.com>
6718         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
6719         recursion on bogus input.
6721 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
6723         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
6724         does not select a buffer from the buffers menu, then the attached
6725         frame is not switched to anything.
6727 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
6729         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
6730         (viet-viscii-...->viet-vscii...).
6732         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
6734 1999-06-01  Dave Love  <fx@gnu.org>
6736         * progmodes/fortran.el: Add :link to defgroup.
6737         (fortran-blink-matching-if): Match ELSE statements too.
6738         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
6739         that filling is always done.
6741 1999-05-31  Richard M. Stallman  <rms@gnu.org>
6743         * simple.el (append-next-kill): Use an arg to distinguish
6744         interactive calls from Lisp calls, rather than (interactive-p).
6746         * international/iso-transl.el (iso-transl-language-alist):
6747         Interchange n and N.
6749 1999-05-31  Dave Love  <fx@gnu.org>
6751         * msb.el Add to minor-mode-map-alist.  Remove hook installation
6752         and keymap munging on load.
6753         (msb-mode): New option.
6754         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
6755         Doc fix.
6756         (msb-mode-map): New variable.
6757         (msb-mode): New command.
6759 1999-05-31  Dave Love  <fx@gnu.org>
6761         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
6762         (ispell-complete-word-dict): Likewise.
6764 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
6766         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
6767         force the data buffer to be saved, even if the data didn't
6768         change, in case the write filter was modified.  Restore the
6769         current record after read-file-filter finishes.
6771 1999-05-29  Karl Heuer  <kwzh@gnu.org>
6773         * ispell4.el: Obsolete; file deleted.
6775         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
6777         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
6778         VALUE is a syntax table.
6780         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
6782         * simple.el (zap-to-char): Doc fix.
6784 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
6786         * isearch.el (isearch-quote-char): Don't assume character codes
6787         0200 - 0237 stand for characters in some single-byte character
6788         charset.
6790 1999-05-27  Dave Love  <fx@gnu.org>
6792         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
6794 1999-05-27  Andreas Schwab  <schwab@gnu.org>
6796         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
6797         headerline does not exist already.
6799 1999-05-26  Richard Stallman  <rms@gnu.org>
6801         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6802         Avoid nested null-loops.
6804 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
6806         * international/characters.el: Typo fixed; prefered->preferred.
6808         * international/mule-cmds.el (find-coding-systems-for-charsets):
6809         Typo fixed; prefered->preferred.
6811         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
6812         method in read-event.
6814         * international/mule.el (charset-info): Doc-string fixed.
6816 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
6818         * mail/smtpmail.el (smtpmail-send-it): Bind
6819         smtpmail-code-conv-from properly.
6820         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
6821         by smtpmail-code-conv-from.
6823 1999-05-24  Richard Stallman  <rms@gnu.org>
6825         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
6826         Binding deleted also.
6828 1999-05-24  Karl Heuer  <kwzh@gnu.org>
6830         * comint.el (comint-bol-or-process-mark): Doc fix.
6832 1999-05-23  Dave Love  <fx@gnu.org>
6834         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
6835         Enter it on minor-mode-map-alist.
6836         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
6837         Autoload.  Add custom setter.
6838         (crisp-mark-line): Doc fix.
6839         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
6840         (crisp-mode-hook): Define.
6842 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
6844         * files.el (recover-file): Recover buffer-file-coding-system.
6846 1999-05-22  Richard Stallman  <rms@gnu.org>
6848         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
6849         regexp match the date, to avoid treating date as file size.
6850         Add YYYY S option to WESTERN/
6852         * bookmark.el: Delete some XEmacs compatibility code.
6853         (bookmark-jump-noselect): Check vc-backend.
6855         * subr.el (add-to-list): Doc fix.
6857 1999-05-21  Stephen Eglen  <stephen@gnu.org>
6859         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
6861 1999-05-18  Richard Stallman  <rms@gnu.org>
6863         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
6864         non-space after the @anchor command.
6865         (texinfo-format-var): Handle other nested constructs, using
6866         texinfo-parse-expanded-arg and texinfo-discard-command, not
6867         texinfo-parse-arg-discard.
6869         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
6870         (debug): Bind and use debugger-outer-inhibit-redisplay.
6871         Bind inhibit-redisplay to nil.
6872         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
6874 1999-05-17  Dave Love  <fx@gnu.org>
6876         * help.el (describe-function-1): Extra arg, interactive-p.
6877         (describe-key, describe-function): Use it.
6879 1999-05-17  Karl Heuer  <kwzh@gnu.org>
6881         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
6883 1999-05-16  Dave Love  <fx@gnu.org>
6885         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
6886         scroll-preserve-screen-position, scroll-conservatively.
6888 1999-05-16  Dave Love  <fx@gnu.org>
6890         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
6892 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
6894         * progmodes/vhdl-mode.el: Completely revised and massively extended.
6896 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6898         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
6899         magic number and is not associated with a file.
6901 1999-05-14  Richard M. Stallman  <rms@gnu.org>
6903         * files.el (find-file-noselect-1): Fix previous change.
6905 1999-05-14  Simon Marshall  <simon@gnu.org>
6907         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
6909 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
6911         * international/mule-diag.el (mule-diag): Change MULE to Mule in
6912         docstring.
6914         * international/mule-cmds.el: Change MULE to Mule in docstrings
6915         and menus.
6917 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
6919         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
6920         to correctly reflect the value of BaseLineOffset in
6921         RelativeCompose.  Now the value of RelativeCompose is an array of
6922         low and high positions.
6923         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
6924         RLC for the above change.
6926 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
6928         * comint.el (comint-password-prompt-regexp): Modified to match the
6929         output of ksu and ssh-add.
6931 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
6933         * language/korea-util.el (isearch-toggle-korean-input-method):
6934         Adjusted for the change of input method handling in isearch.el.
6935         (isearch-hangul-switch-symbol-ksc): Likewise.
6936         (isearch-hangul-switch-hanja): Likewise.
6938 1999-05-10  Dave Love  <fx@gnu.org>
6940         * help.el (help-make-xrefs): Fix typo.
6942 1999-05-10  Andreas Schwab  <schwab@gnu.org>
6944         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
6945         unibyte-display-via-language-environment.
6947         * help.el (help-make-xrefs): Handle more cases when looking for
6948         commands in a keymap description.
6950 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
6952         * loadup.el: For ms-dos systems, load ccl and codepage.
6954 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
6956         * ps-print.el (ps-control-character): Call
6957         ps-mule-prepare-ascii-font to setup ASCII fonts.
6959         * ps-mule.el (ps-mule-begin-job): Redo this change "if
6960         ps-multibyte-buffer is nil, use
6961         ps-mule-font-info-database-default."
6963 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
6965         * ispell.el (ispell-local-dictionary-alist): New variable for
6966         customizing local dictionaries not accessable by everyone.
6967         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
6968         (ispell-required-version): Changed format `(major minor
6969         revision)' to support general pattern matching.
6970         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
6971         skip region commented out due to incorrect skip potential in std latex.
6972         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
6973         cursor point on small words for calls from `ispell-minor-mode'.
6974         (check-ispell-version): Tests and accepts versions major.minor
6975         and above, with adjustments for interactions in 3.1.0-3.1.11.
6976         (ispell-get-line): No longer skips ispell process special characters.
6977         (ispell-comments-and-strings): Removed `when' macro call.
6978         (ispell-minor-check): Requires ispell-word to restore cursor point.
6979         (ispell-buffer-local-parsing): Supports checking comments only.
6981 1999-05-08  Karl Heuer  <kwzh@gnu.org>
6983         * comint.el (comint-password-prompt-regexp): Fix last change to be
6984         more specific.
6986 1999-05-07  Richard M. Stallman  <rms@gnu.org>
6988         * subr.el (with-temp-message): Fix the other call to message
6989         to use %s.
6991 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
6993         * gud.el (gud-format-command): "%F" means file sans extension.
6994         (jdb): Use %F, not %f, for gud-break.
6996 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
6998         * comint.el (comint-password-prompt-regexp): Modified so that it
6999         matches the output of kinit.
7001 1999-05-06  Greg Stark  <gsstark@mit.edu>
7003         * timezone.el (timezone-parse-date): Recognize new format used in
7004         internet cookies.
7006 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
7008         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7010 1999-05-04  Andrew Innes  <andrewi@gnu.org>
7012         * time.el (display-time-update): Allow for wrap-around when
7013         checking against display-time-server-down-time.
7015 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
7017         * international/mule-diag.el (describe-coding-system): Fix English
7018         message.
7020 1999-05-03  Jason Rumney <jasonr@altavista.net>
7022         * term/w32-win.el: Change the x-charset-registry property for the
7023         Japanese charsets that are supported by Japanese Windows fonts.
7025 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7027         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7028         diary-block diary entries for which the reminders and the diary
7029         entries can overlap.
7031 1999-05-02  Jason Rumney <jasonr@altavista.net>
7033         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7034         matches the font selected in the dialog.
7036 1999-05-02  Dave Love  <fx@gnu.org>
7038         * browse-url.el (browse-url-browser-function): Add :version.
7040         * international/mule.el (auto-coding-alist): Add .tgz.
7042 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
7044         * international/codepage.el (cp-coding-system-for-codepage-1):
7045         Make the magnification parameter for the -dos encoder be 2.
7047 1999-05-2  Andrew Innes  <andrewi@gnu.org>
7049         * term/w32-win.el (w32-drag-n-drop): Select file in window where
7050         it is dropped, rather than current window.
7052         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7053         after switching buffer, as case-fold-search is a buffer local
7054         variable.
7056         * w32-fns.el (convert-standard-filename): Only convert directory
7057         separators to backslash if the interactive shell is one of the
7058         standard Windows shells that has DOS semantics.
7060         * ls-lisp.el (ls-lisp-format-time): Trap errors from
7061         format-time-string, and return a suitable string to indicate the
7062         timestamp was invalid.
7064         * hexl.el (hexlify-command): Apply shell-quote-argument after
7065         expanding hexl-program in case exec-directory contains a space.
7066         (dehexlify-command): Ditto.
7068         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7069         file extension regexps which aren't necessarily binary files.
7070         (direct-print-region-helper): Use subst-char-in-string instead of
7071         binding directory-sep-char to convert filenames to DOS syntax.
7072         (direct-print-region-use-command-dot-com): New variable.
7073         (direct-print-region-helper): Use it to control whether to invoked
7074         command.com to print on Windows 9x.
7076         * browse-url.el (browse-url-browser-function): Default to
7077         browse-url-default-windows-browser on windows-nt.
7078         (browse-url-default-windows-browser): New function.
7080 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7082         * forms.el (forms-mode): Don't call forms-first-record or
7083         forms-last-record if the data file has zero records.
7085 1999-04-29  Richard M. Stallman  <rms@gnu.org>
7087         * files.el (find-file-noselect-1): If buffer-file-name has changed
7088         after find-file-not-found-hooks runs, recompute the truename.
7089         And don't use FILENAME after that point.
7091 1999-04-27  Dave Love  <fx@gnu.org>
7093         * paren.el (show-paren-mode)
7094         * which-func.el (which-func-mode-global)
7095         * type-break.el (type-break-mode)
7096         * time.el (display-time-mode)
7097         * rsz-mini.el (resize-minibuffer-mode)
7098         * mouse-sel.el (mouse-sel-mode)
7099         * icomplete.el (icomplete-mode)
7100         * hscroll.el (hscroll-global-mode)
7101         * help.el (temp-buffer-resize-mode)
7102         * font-lock.el (global-font-lock-mode)
7103         * delsel.el (delete-selection-mode)
7104         * avoid.el (mouse-avoidance-mode)
7105         * autoinsert.el (auto-insert-mode)
7106         * winner.el (winner-mode): Doc fix.
7108 1999-04-26  Karl Heuer  <kwzh@gnu.org>
7110         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7111         the same whitespace that was ignored in choosing the subject string.
7113 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7115         * info.el (Info-find-node): Position properly after finding anchor.
7117         * cus-start.el (all): Handle unibyte-display-via-language-environment.
7119         * simple.el (indent-new-comment-line): Fix previous change.
7121         * complete.el: Delete the wildcard expansion feature
7122         since that is now standard in find-file.
7123         (PC-try-load-many-files): Function deleted.
7124         (PC-after-load-many-files): Function deleted.
7125         (PC-many-files-list): Variable deleted.
7126         (PC-disable-wildcards): Variable deleted.
7127         (partial-completion-mode): Don't enable the wildcard feature.
7129         * complete.el (PC-look-for-include-file): Don't set global variables
7130         `error', `buf' and `filename' here.
7132         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7134 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
7136         * textmodes/outline.el (outline-regexp): Doc fix.
7138 1999-04-26  John Wiegley  <johnw@borland.com>
7140         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7141         C++Builder 4.0 error message syntax.
7143 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
7145         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7146         supported, use find -exec.
7148 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7150         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7151         coding-system-for-write, to avoid hanging when non-interactive.
7153 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
7155         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7156         start with a newline.
7158 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
7160         * international/mule-conf.el (x-ctext): New coding system.
7162 1999-04-12  Richard M. Stallman  <rms@gnu.org>
7164         * international/mule-cmds.el (input-method-function):
7165         Add permanent-local property.
7167 1999-04-12  Dave Love  <fx@gnu.org>
7169         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7170         change to use jka-compr-byte-compiler-base-file-name.
7172         * supercite.el (sc-scan-info-alist): Revert last change.
7173         (sc-attrib-selection-list): Fix :type here instead.
7175 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7177         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7178         in the list of case-insensitive filesystems.
7180 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7182         * international/fontset.el (create-fontset-from-fontset-spec):
7183         Don't register duplicated alias fontset names.
7185 1999-04-08  Richard Stallman  <rms@gnu.org>
7187         * international/mule.el (auto-coding-alist-lookup): New function.
7188         (set-auto-coding): Use auto-coding-alist-lookup.
7190         * jka-compr.el (jka-compr-insert-file-contents):
7191         Use auto-coding-alist-lookup to check for files that
7192         should not have eol conversion, in the unibyte case.
7194 1999-04-07  Dave Love  <fx@gnu.org>
7196         * help.el (describe-variable): Check custom-loads property as well
7197         as custom-type.
7199         * abbrev.el (abbrev-mode): Customizing sets the default value.
7201 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7203         * vc.el (vc-backend-revert): For CVS files that were made
7204         writeable with "cvs edit", call "cvs unedit" to undo that.
7206 1999-04-08  Dave Love  <fx@gnu.org>
7208         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7209         more.
7210         (sc-emacs-features): Recognize Emacs 20.
7211         (sc-read-string): Use history arg.
7212         (sc-scan-info-alist): Check for rtnvalue a cons.
7214 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7216         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7217         coding system to encode the message by
7218         select-message-coding-system.
7220 1999-04-07  Richard Stallman  <rms@gnu.org>
7222         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7224         * winner.el: Reorder definitions.
7226         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7228         * mail/rmail.el (rmail-decode-babyl-format):
7229         Undo previous change.
7231 1999-04-06  Richard Stallman  <rms@gnu.org>
7233         * info.el (Info-find-node): Check for an anchor at the
7234         proper place, before reading an indirect file.
7236         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7238         * jka-compr.el (jka-compr-insert-file-contents):
7239         Use raw-text-unix when we want no conversion.
7241 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7243         * timezone.el (timezone-parse-date): Corrected regexp for
7244         style (5) date format so that tenths of seconds are optional.
7246 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7248         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7249         of dos-codepage-setup.
7250         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7251         codepages for which there's no need to set up cpNNN coding
7252         systems.
7253         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7255 1999-04-05  Richard Stallman  <rms@gnu.org>
7257         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7259 1999-04-02  Richard Stallman  <rms@gnu.org>
7261         * progmodes/compile.el (compilation-handle-exit): Do right thing
7262         if (car status) doesn't end in a newline.
7264 1999-04-01  Dave Love  <fx@gnu.org>
7266         * progmodes/sql.el (SQL): Add defgroup :version.
7268 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7270         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7271         buffer-file-coding-system.  If the coding system used is raw-text,
7272         etc., make the *Compiler Input* buffer unibyte.
7274         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7276         * loadup.el: Don't write the fns-...el file if not dumping.
7278 1999-03-31  Dave Love  <fx@gnu.org>
7280         * snmp-mode.el (snmp): Fix defgroup :version.
7282         * hilit-chg.el (highlight-changes): Add defgroup :version.
7284 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7286         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7287         the gnus-save-hidden-threads macro.
7289 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7291         * faces.el (face-set-after-frame-default): Obey the
7292         `customized-face' for new faces.
7294 1999-03-30  Dave Love  <fx@gnu.org>
7296         * international/mule-cmds.el (current-language-environment): Doc fix.
7297         * abbrev.el (abbrev-mode): Doc fix.
7298         * autoinsert.el (auto-insert-mode): Doc fix.
7299         * complete.el (partial-completion-mode): Doc fix.
7300         * avoid.el (mouse-avoidance-mode): Doc fix.
7301         * delsel.el (delete-selection-mode): Doc fix.
7302         * font-lock.el (global-font-lock-mode): Doc fix.
7303         * help.el (temp-buffer-resize-mode): Doc fix.
7304         * hscroll.el (hscroll-global-mode): Doc fix.
7305         * icomplete.el (icomplete-mode): Doc fix.
7306         * mouse-sel.el (mouse-sel-mode): Doc fix.
7307         * paren.el (show-paren-mode): Doc fix.
7308         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7309         * time.el (display-time-mode): Doc fix.
7310         * type-break.el (type-break-mode): Doc fix.
7311         * which-func.el (which-func-mode-global): Doc fix.
7312         * winner.el (winner-mode): Doc fix.
7314 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7316         * wid-edit.el (widget-before-change): Signal text-read-only rather
7317         than an ordinary error.
7319 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7321         * repeat.el: Don't require advice.
7322         (repeat): Do function-indirection in check for kbd macro.
7323         In self-insert case, use the *last* char in INSERTION.
7325 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7327         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7329 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7331         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7332         comint-input-filter-functions.  Make variables related to shell
7333         directory tracking local.
7335 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7337         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7339         * simple.el (shell-command-on-region): Cope with exit-status being
7340         nil, which happens if call-process-region was interrupted.
7342 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7344         * simple.el (indent-new-comment-line): Handle use at a point
7345         after a comment-end.  Handle multiple comments.
7347         * mail/rmail.el (rmail-decode-babyl-format):
7348         To prevent locking, bind buffer-file-name to nil.
7350 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7352         * mail-hist.el (mail-hist-current-header-name): Don't make
7353         off-by-one-error when determining if in message body.
7355 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7357         * w32-fns.el (set-default-process-coding-system): Copied from
7358         dos-w32.el, but modified to use Unix line endings for process
7359         input, and to add a suitable entry to process-coding-system-alist
7360         for DOS shells.
7362         * dos-fns.el (set-default-process-coding-system): Copied from
7363         dos-w32.el.
7365         * dos-w32.el (set-default-process-coding-system): Move function to
7366         dos-fns.el; a different version is used in w32-fns.el.
7368 1999-03-24  Dave Love  <fx@gnu.org>
7370         * info.el (Info-directory-list): Revert change to re-writing
7371         Info-default-directory-list, but put `alternative' first.
7372         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7374 1999-03-23  Simon Marshall  <simon@gnu.org>
7376         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7377         on the line by itself.
7378         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7379         it is not in a declarative context.
7381 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7383         * cus-edit.el (custom-variable-prompt): Allow customization of
7384         autoloaded symbols.
7386 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7388         * simple.el (what-cursor-position): Don't cause error when point
7389         is at invalid multibyte sequence.
7391 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7393         * complete.el (partial-completion-mode): Doc fix.
7395 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7397         * progmodes/cplus-md.el (old-c++): Remove :group.
7399         * progmodes/c-mode.el (old-c): Remove :group.
7401 1999-03-18  Simon Marshall  <simon@gnu.org>
7403         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7404         (java-font-lock-keywords-2): Added "strictfp" keyword.
7406 1999-03-17  Jason Rumney <jasonr@altavista.net>
7408         * w32-fns.el (set-w32-system-coding-system) New function.
7409         (w32-system-coding-system) Initialize to 'iso-latin-1.
7411 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7413         * international/mule-cmds.el (set-language-environment): Fix
7414         previous change: don't use dos-codepage when unbound.
7416 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7418         * calendar/appt.el (appt-make-list): Fix previous change.
7420 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7422         * window.el (shrink-window-if-larger-than-buffer):
7423         Don't try to redisplay with the cursor at the end
7424         on its own line--that would force a scroll and spoil things.
7426 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7428         * international/mule-cmds.el (set-language-environment): Don't use
7429         cpNNN-nonascii-translation-table if it is unbound.
7431         * term/internal.el (dos-codepage-setup): Compute the unibyte
7432         syntax table and bind unibyte-display-via-language-environment
7433         here, rather than at top level, so that resetting to unibyte in
7434         .emacs works as expected.
7436 1999-03-15  Simon Marshall  <simon@gnu.org>
7438         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7440 1999-03-14  Milan Zamazal <pdm@pvt.net>
7442         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7444 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7446         * international/mule-util.el (detect-coding-with-priority):
7447         Restore the internal database.
7449 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7451         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7452         if mail-from-style has invalid value.
7454 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7456         * vc.el (vc-delete-logbuf-window): New var.
7457         (vc-finish-logentry): Use it.
7459 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7461         * startup.el (command-line-1): Improve startup msg.
7463 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7465         * speedbar.el: Added commentary about stealthy functions.
7466         (speedbar-message) new function.
7467         (speedbar-y-or-n-p): New function
7468         (speedbar-with-attached-buffer) Moved macro before reference.
7469         Now uses `save-selected-window'.
7470         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7471         speedbar-generic-item-info, speedbar-item-info-file-helper,
7472         speedbar-item-delete, speedbar-insert-generic-list,
7473         speedbar-timer-fn, speedbar-check-vc-this-line,
7474         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7475         speedbar-buffers-item-info) Use speedbar-message.
7476         (speedbar-item-info) Limit `message-log-max'.
7477         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7478         speedbar-item-delete, speedbar-item-object-delete,
7479         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7481 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7483         * server.el (server-start): Set coding system for the server
7484         process to raw-text.
7485         (server-process-filter): Decode file names if necessary.
7487 1999-03-12  Dave Love  <fx@gnu.org>
7489         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7491         * textmodes/paragraphs.el (sentence-end): Doc fix.
7493 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7495         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7497 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7499         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7500         (ispell-dictionary-alist-2): Likewise.
7501         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7502         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7503         (ispell-dictionary-alist): Build from six pieces, not just two.
7505         * ps-bdf.el (bdf-directory-list): Doc fix.
7507         * enriched.el (enriched-mode): Make var permanent-local.
7509 1999-03-09  Dave Love  <fx@gnu.org>
7511         * textmodes/sgml-mode.el (html-mode): Use
7512         sentence-end-double-space when setting sentence-end.
7514 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7516         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7518 1999-03-08  Felix Lee  <flee@cygnus.com>
7520         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7522         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7524 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7526         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7527         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7529         * dired.el (dired-do-copy-regexp): Doc fix.
7530         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7532 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7534         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7536 1999-03-08  Jason Rumney <jasonr@altavista.net>
7538         * international/codepage.el (cp1250-decode-table)
7539         (cp1251-decode-table, cp1253-decode-table)
7540         (cp1257-decode-table): New translation tables for MS Windows codepages.
7541         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7543 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7545         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7547 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
7549         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
7551         * term/internal.el (top level): Display character 255 as 8bit as well.
7553 1999-03-06  Dave Love  <fx@gnu.org>
7555         * progmodes/cc-cmds.el (c-outline-level): Bind
7556         buffer-invisibility-spec.
7558         * progmodes/c-mode.el (c-outline-level): Likewise.
7560         * progmodes/ada-mode.el (ada-outline-level): Likewise.
7562 1999-03-05  Felix Lee  <flee@cygnus.com>
7564         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
7566 1999-03-05  Richard M. Stallman  <rms@gnu.org>
7568         * bindings.el (complete-symbol): Invert meaning of prefix arg.
7570 1999-03-05  Andrew Innes  <andrewi@gnu.org>
7572         * w32-fns.el (convert-standard-filename): Convert directory
7573         separators to Windows format.
7575 1999-03-05  Andreas Schwab  <schwab@gnu.org>
7577         * international/skkdic-cnv.el: Provide skkdic-cnv.
7578         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
7579         (batch-skkdic-convert): Doc fix.
7581 1999-03-04  Dave Love  <fx@gnu.org>
7583         * custom.el (custom-set-variables): Protect against setter errors.
7585 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
7587         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
7588         the file sizes from overflowing.
7589         (ls-lisp-format): If file size is a float, use %8.0f to print it.
7590         Under -s, print the size in blocks with %4.0f, in case they have
7591         a *really* huge file.
7593 1999-03-03  Dave Love  <fx@gnu.org>
7595         * options.el (edit-options): Doc fix.
7596         (list-options): Don't lose with unbound symbols.  Maintain
7597         Edit-options-mode.
7599 1999-03-01  Dave Love  <fx@gnu.org>
7601         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
7603 1999-02-28  Richard M. Stallman  <rms@gnu.org>
7605         * ispell.el (ispell-dictionary-alist-override): New variable.
7606         (ispell-dictionary-alist): Don't setq it,
7607         if ispell-dictionary-alist-override is set.
7609         * simple.el (shell-command-default-error-buffer): Renamed from
7610         shell-command-on-region-default-error-buffer.
7611         (shell-command-on-region): Mention in echo area when there
7612         is some error output.  Mention success or failure, too.
7613         Accumulate multiple error outputs
7614         going forward, with formfeed in between.  Display the error buffer
7615         when we have put something in it.
7616         (shell-command): Add the ERROR-BUFFER argument feature.
7618 1999-02-28  Karl Heuer  <kwzh@gnu.org>
7620         * mail/mh-utils.el (mh-lib): Doc fix.
7621         (mh-lib-progs, mh-nmh-p): New vars.
7622         (mh-find-progs): Set mh-lib-progs along with other vars.
7623         (mh-path-search): New arg FUNC-P; if specified, use that instead
7624         of mh-file-command-p.
7625         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
7627         * mail/mh-comp.el (mh-repl-formfile): New var.
7628         (mh-smail-batch): Don't ignore all arguments.
7629         (mh-reply): Do the right thing when using nmh.
7631 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
7633         * international/mule-cmds.el (select-safe-coding-system): Be sure
7634         to show a buffer being decoded.
7636 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
7638         * ps-bdf.el (bdf-directory-list): Initialize it to
7639         '("/usr/local/share/emacs/fonts/bdf").
7641 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7643         * ps-print.el: PostScript programming fix.
7644         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
7645         setpagedevice operator).
7647 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7649         * ps-print.el: Doc fix, font size specifies landscape and portrait
7650         sizes.
7651         (ps-print-version): New version number (4.1.4).
7652         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
7653         Specifies landscape and portrait sizes.
7654         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
7655         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
7656         fix.
7657         (ps-get-font-size): New fun.
7658         (ps-font-size-internal, ps-header-font-size-internal)
7659         (ps-header-title-font-size-internal): New vars.
7661         * ps-mule.el: Change of ps-print font size variable name.
7662         (ps-mule-generate-font): Fun fix.
7663         (ps-mule-begin-job): Programming uniformization.
7665 1999-02-25  Dave Love  <fx@gnu.org>
7667         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
7668         (help-make-xrefs): Do Info case first.
7670         * repeat.el: Don't require advice.
7671         (repeat-last-kill-command): Variable deleted.
7673 1999-02-25  Richard Stallman  <rms@gnu.org>
7675         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
7676         case just because the current buffer is the output buffer.
7678 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
7680         * simple.el (what-cursor-position): To show the character's
7681         encoding, use encoded-string-description instead of information
7682         of chaset-origin-alist.
7684         * international/mule-cmds.el (iso-2022-control-alist): New variable.
7685         (encoded-code-description): New function.
7686         (encoded-string-description): New function.
7687         (encode-coding-char): New function.
7689 1999-02-25  Andrew Innes  <andrewi@gnu.org>
7691         * startup.el (command-line) [windows-nt]: Fix typo in regexp
7692         checking for .emacs[.el[c]].
7694 1999-02-24  Richard Stallman  <rms@gnu.org>
7696         * help.el (describe-function-1): Don't print a whole lambda-function.
7698 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
7700         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
7701         inputting ?\240.
7703 1999-02-23  Karl Heuer  <kwzh@gnu.org>
7705         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
7707         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
7708         (clean-buffer-list-kill-buffer-names): Doc fix.
7710         * gud.el (gud-jdb-massage-args): Spelling fix.
7712 1999-02-23  Richard M. Stallman  <rms@gnu.org>
7714         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
7716 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
7718         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
7719         excursion while calling set-auto-coding-function.
7721         * play/handwrite.el (handwrite): Require ps-print, and use
7722         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
7723         if it's defined, instead of forking ps-lpr-command unconditionally.
7725 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
7727         * international/codepage.el (cp-coding-system-for-codepage-1): Put
7728         charset-origin-alist property to a coding system for the codepage.
7730         * international/mule.el: Modify comment for charset-origin-alist
7731         property of a coding system.
7733         * simple.el (what-cursor-position): charset-origin-alist property
7734         of a coding system may be a translation table or a symbol of which
7735         `translation-table' property is a translation table.
7737 1999-02-21  Richard Stallman  <rms@gnu.org>
7739         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
7740         to the "html" template.
7742 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
7744         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
7746 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
7748         * dirtrack.el (dirtrack): Check for the prompt in the input string
7749         instead of the buffer.
7751 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
7753         * sql.el: Set version to 1.4.1.  Changed mail address to
7754         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
7755         (sql-input-ring-separator): Doc fix.
7756         (sql-mode-syntax-table): double-dash starts comments is defined as
7757         ". 56" instead of ". 12b" for XEmacs.
7758         (sql-stop, sql-interactive-mode): Doc fixes.
7759         (sql-postgres): Queries for database and server, not just one.
7760         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
7762         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
7763         changed.  This is needed for master.el to work.
7764         (sql-set-sqli-buffer): Use the new hook.
7766         * sql.el (sql-make-alternate-buffer-name): Function that sets
7767         sql-alternate-buffer-name.
7768         (sql-alternate-buffer-name): Possible name of SQLi buffers.
7769         (sql-interactive-mode): Set sql-alternate-buffer-name.
7770         (sql-rename-buffer): New command.
7771         (sql-interactive-mode-menu): Menu for SQLi buffers.
7773         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
7774         and sql-input-ring-file-name are used to temporarily set
7775         comint-input-ring-file-name and comint-input-ring-separator when
7776         reading and writing input history files.
7778         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
7779         (sql-input-ring-file-name): New variable with customization.
7780         (sql-input-ring-separator): New variable with customization.
7781         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
7782         Callers changed.
7783         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
7784         now includes the name of the current buffer.
7786         (sql-mode): Set paragraph-separate and paragraph-start so that
7787         sql-send-paragraph sends the entire SQL statements, even if it
7788         contains indented lines.
7790 1999-02-18  Dave Love  <fx@gnu.org>
7792         * format.el (format-encode-run-method, format-decode-run-method):
7793         Fix previous change.
7795 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
7797         * international/mule.el (coding-system-list): Moved here from
7798         mule-util.el to avoid autoloading mule-util by the call of
7799         select-safe-coding-system.
7801 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7803         * simple.el (turn-on-auto-fill): Mark it as an option for
7804         `text-mode-hook'.
7806 1999-02-17  Richard Stallman  <rms@gnu.org>
7808         * emacs-lisp/easymenu.el (easy-menu-get-map):
7809         Don't crash if (current-local-map) is nil.
7811 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
7813         * filecache.el (file-cache-filter-regexps): Added .class.
7815 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
7817         * international/mule-util.el (decompose-region): Use
7818         insert-buffer-substring instead of insert-buffer to avoid putting
7819         mark.
7821 1999-02-17  Andreas Schwab  <schwab@gnu.org>
7823         * calendar/cal-move.el (scroll-calendar-left): Don't set
7824         displayed-month and displayed-year here, let generate-calendar do
7825         it, after range checking.
7827 1999-02-17  Simon Marshall  <simon@gnu.org>
7829         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
7831         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
7832         correctly between an object declared via a constructor and a method.
7833         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
7834         (java-font-lock-keywords-1): Fontify package names individually.
7835         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
7836         (java-font-lock-keywords-2): Simplify type fontification.
7837         (java-font-lock-keywords-3): Likewise.
7839 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
7841         * language/japanese.el (iso-2022-jp-2): New coding system.
7842         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
7844 1999-02-16  Dave Love  <fx@gnu.org>
7846         * help.el (describe-function-1): Accept non-symbols.
7848 1999-02-16  Paul Eggert  <eggert@twinsun.com>
7850         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
7851         find the last match if there are multiple matches.
7853 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7855         * tex-mode.el (tex-run-command, latex-run-command)
7856         (slitex-run-command, tex-command): Doc changes.
7857         (tex-start-options-string): Autoload it.  Doc change.  Provide
7858         a menu for customization.  Allow nil.  Quote backslashes only once.
7859         (tex-start-tex): Handle nil value of tex-start-options-string
7860         and apply shell-quote-argument to it.
7862 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
7864         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
7865         the size in blocks, since it can be a float.
7866         (ls-lisp-format): Likewise
7868 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
7870         * language/japanese.el (japanese-shift-jis): Add
7871         charset-origin-alist property.
7873 1999-02-15  Richard Stallman  <rms@gnu.org>
7875         * progmodes/compile.el (compile-internal): Use save-selected-window.
7877         * subr.el (momentary-string-display): Bind inhibit-read-only.
7879         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
7881 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
7883         * mail/rmail.el (rmail-show-message): If an unseen message has a
7884         Summary-line in its header, get past one more line before looking
7885         for the X-Coding-System header.
7887 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
7889         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
7890         explicitly to accomodate Windows 9X lack of a useful copy program.
7892 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7894         * wid-edit.el (widget-choice-value-create): Use `equal'
7895         instead of `eq'.
7897 1999-02-14  Richard Stallman  <rms@gnu.org>
7899         * international/iso-transl.el:
7900         (iso-transl-ae): Renamed from iso-transl-e-slash.
7901         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
7902         (iso-transl-AE): Renamed from iso-transl-E-slash.
7903         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
7904         (iso-transl-char-map): Related changes.
7906         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
7908 1999-02-13  Richard Stallman  <rms@gnu.org>
7910         * textmodes/texinfmt.el (texinfo-alias): New function.
7911         (texinfo-fold-nodename-case): Add defvar.
7912         (texinfo-format-node): Do case folding if specified.
7914         * ffap.el (ffap-file-at-point): Test local file names
7915         immediately.  Strip off line numbers.
7917 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
7919         * sql.el: Set version to 1.3.2
7920         (sql-solid-program): Added support for solid.
7921         (sql-help): Doc mentions sql-solid.
7922         (sql-solid): Entry function for Solid.
7923         (sql-buffer): Doc explains the use of the variable and how to
7924         change it.
7925         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
7926         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
7927         disabled if sql-buffer doesn't have a process; sql-send-paragraph
7928         is new.
7929         (sql-show-sqli-buffer): New function to display the value of
7930         sql-buffer.
7931         (sql-change-sqli-buffer): New function to change sql-buffer.
7932         (sql-mode): Doc explains how to change sql-buffer.
7933         (sql-send-paragraph): New function to send a paragraph.
7934         (sql-mode-map): Added keybinding for sql-send-paragraph.
7935         (sql-mysql): Doc corrected.
7936         (sql-ms): Doc corrected.
7938         * sql.el (sql-server): Doc fix.
7939         (sql-mysql): Added the use of sql-server to specify the host,
7940         sql-database now specifies database instead of host.
7941         (sql-mode-menu): Send... menu items are only active if sql-buffer
7942         is non-nil.
7943         (sql-help): Changed tag of entry functions a bit.
7945         * sql.el: Added keywords from `finder-by-keyword'.
7946         (sql-mode): Made sql-buffer a local variable, changed the
7947         documentation: removed instructions to add *.sql files to
7948         auto-mode-alist, added documentation for having mutliple SQL
7949         buffers sending their stuff to different SQLi buffers, each
7950         running a different process.
7951         (sql-postgres): Quoted *SQL* in doc string.
7952         (sql-ms): Likewise.
7953         (sql-ingres): Likewise.
7954         (sql-ingres): Quoted *SQL* in doc string, added references to
7955         sql-user and sql-password used during login.
7956         (sql-sybase): Quoted *SQL* in doc string, added comma.
7957         (sql-oracle): Likewise.
7958         (sql-interactive-mode): Added extensive documentation for having
7959         mutliple SQL buffers sending their stuff to different SQLi
7960         buffers, each running a different process.
7961         (sql-buffer): Changed doc from *SQL* to SQLi.
7962         (sql-get-login): Doc fix.
7964 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7966         * international/mule-conf.el (undecided): Set ascii in
7967         safe-charsets property.
7969 1999-02-12  Richard Stallman  <rms@gnu.org>
7971         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
7973 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7975         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
7976         value to ps-mule-font-info-database-latin.
7978 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
7980         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
7981         (ps-mule-font-info-database-default): New variable.
7982         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
7983         ps-mule-font-info-database-default.
7985 1999-02-12  Dave Love  <fx@gnu.org>
7987         * timezone.el (timezone-make-date-sortable)
7988         (timezone-make-date-arpa-standard): Doc fix.
7990 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
7992         * international/quail.el (quail-show-kbd-layout): Bind
7993         blink-matching-paren to nil.
7995         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
7996         for ASCII and Latin-1.
7998 1999-02-12  Andreas Schwab  <schwab@gnu.org>
8000         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8002 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
8004         * international/mule-cmds.el (language-info-alist): Remove
8005         description about charset-origin-alist.
8007         * international/mule.el: Comment added for a new coding system
8008         property `charset-origin-alit'.
8009         (make-translation-table): This variable deleted.
8011         * language/chinese.el (chinese-big5): Add charset-origin-alist
8012         property.
8013         ("Chinese-CNS"): Remove charset-origin-alist property.
8015         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8016         property.
8017         (cyrillic-alternativnyj): Likewise.
8018         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8019         ("Cyrillic-ALT"): Likewise.
8021         * language/vietnamese.el (vietnamese-viqr): Add
8022         charset-origin-alist property.
8023         ("Vietnamese"): Remove charset-origin-alist property.
8025         * simple.el (what-cursor-position): Don't use the varialbe
8026         charset-origin-alist, but use charset-origin-alist property of
8027         buffer-file-coding-system to decide external character set code.
8029 1999-02-10  Richard Stallman  <rms@gnu.org>
8031         * shadowfile.el: Don't turn on the mode when the file is loaded.
8033 1999-02-09  Richard Stallman  <rms@gnu.org>
8035         * progmodes/compile.el (compile-auto-highlight): Customize.
8037         * add-log.el (add-log-file-name-function): New variable.
8038         (add-change-log-entry): Call that function, if non-nil.
8040 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
8042         * rmail.el (rmail-search): Track match with a marker, not an integer.
8044 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8046         * progmodes/compile.el (compilation-setup): Set value of
8047         compilation-directory-stack as in compilation-forget-errors.
8048         (compile-reinitialize-errors): Bind buffer-undo-list and
8049         deactivate-mark.
8050         (compilation-forget-errors): Likewise.
8052 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
8054         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8055         def... constructs.
8057         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8058         Remove calls to sleep-for.
8060 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
8062         * international/codepage.el (cp-coding-system-for-codepage-1): On
8063         MS-DOS, use dos-unsupported-char-glyph for characters not
8064         supported by the codepage.
8065         (cp-make-coding-systems-for-codepage): Likewise.
8067 1999-02-08  Andreas Schwab  <schwab@gnu.org>
8069         * international/mule-util.el (coding-system-list): Don't sort
8070         coding-system-list here.
8072         * international/mule.el (coding-system-lessp): Moved here from
8073         mule-util.el
8074         (add-to-coding-system-list): New function.
8075         (make-subsidiary-coding-system, make-coding-system,
8076         define-coding-system-alias): Use it instead of setting
8077         coding-system-list directly.
8079 1999-02-07  Dave Love  <fx@gnu.org>
8081         * calendar/appt.el (appt-make-list): Don't splice quotes and date
8082         onto message.
8084 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8086         * imenu.el (imenu--last-menubar-index-alist): Add doc.
8087         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
8089 1999-02-06  Richard Stallman  <rms@gnu.org>
8091         * language/european.el (setup-slovenian-environment): New function.
8092         ("Slovenian"): New language environment.
8094         * progmodes/sql.el (sql-help): Doc fix.
8095         (sql-mysql): Doc fix.
8097 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8099         * tex-mode.el: When compiling, require compare-w and skeleton
8100         to pacify the byte-compiler.  Move the def's of the tex-commands
8101         together.  Add a comment on kill-process vs. quit-process.
8103 1999-02-05  Dave Love  <fx@gnu.org>
8105         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8106         null markers.
8107         (compile-goto-error): Likewise.
8109 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
8111         * time-stamp.el (time-stamp-format): Format doc tighter.
8112         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8113         (time-stamp): Don't re-write the time stamp if it didn't change.
8115 1999-02-05  Alex Schroeder  <asc@bsiag.com>
8117         * progmodes/sql.el: Changed version to 1.2.1.
8118         (sql-pop-to-buffer-after-send-region): Improved documentation.
8119         (sql-mysql-program): Added MySQL support.
8120         (sql-prompt-length): Made prompt-length configurable.
8121         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8122         (sql-help): Added MySQL support, changed documentation.
8123         (sql-send-region): A message is displayed if something is sent.
8124         (sql-mode): Added buffer-local comment-start.
8125         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8126         (sql-interactive-mode): Added buffer-local comment-start.
8127         (sql-oracle): Set sql-prompt-length.
8128         (sql-sybase): Set sql-prompt-length.
8129         (sql-mysql): Added MySQL support.
8130         (sql-ingres): Set sql-prompt-length.
8131         (sql-ms): Set sql-prompt-length.
8132         (sql-postgres): Set sql-prompt-length.
8134 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
8136         * term/internal.el (dos-codepage-setup): Set selection coding
8137         system to cpNNN-dos.
8139 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141         * international/characters.el: Let ethiopic use iso-2022-7bit.
8143 1999-02-02  Dave Love  <fx@gnu.org>
8145         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8146         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8148 1999-02-02  Karl Heuer  <kwzh@gnu.org>
8150         * terminal.el (terminal-emulator): Doc fix.
8152 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
8154         * international/mule-util.el (compose-chars): Doc-string
8155         modified.  Correctly handle a composition character in ARGS.
8157 1999-02-01  Richard Stallman  <rms@gnu.org>
8159         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8160         (makefile-menu-index-function): Function deleted.
8161         (makefile-mode): Use makefile-imenu-generic-expression.
8163 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
8165         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8166         change, invoke from before-init-hook.
8168 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
8170         * subr.el (remove-from-invisibility-spec): Cope with the case when
8171         buffer-invisibility-spec is t.
8173 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8175         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8176         appt-add and appt-delete.
8178 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8180         * term/pc-win.el (msdos-approximate-color): New function.
8181         (msdos-color-translate): Call it to find a DOS color that best
8182         approximates an X-style "#NNNNNN" color specification.
8184 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8186         * international/mule-util.el (compose-chars-component): Add
8187         autoload cookie.
8189 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8191         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8192         function, replace cdr of MAP by the return value of the function
8193         unconditionally.
8195 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8197         * progmodes/compile.el (compilation-next-error-locus): Don't
8198         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8200 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8202         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8203         and NLs before "charset", and allow the charset name be in double
8204         quotes.
8206 1999-01-31  Richard Stallman  <rms@gnu.org>
8208         * imenu.el (imenu-sort-function): Fix custom type.
8210 1999-01-30  Richard Stallman  <rms@gnu.org>
8212         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8213         (speedbar-line-token): Likewise.
8215         * play/gametree.el (gametree-default-score): Use defcustom.
8216         (gametree-score-regexp, gametree-score-closer): Likewise.
8217         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8219 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8221         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8222         decoding.
8224 1999-01-29  Markus Rost  <rost@gnu.org>
8226         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8227         tex-validate-buffer.
8228         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8229         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8230         now with recent occur-mode.
8231         (tex-validate-region): Really walk through all Sexps.
8232         (tex-region): Bind shell-dirtrack-verbose.
8233         (tex-file, tex-bibtex-file): Likewise.
8235 1999-01-29  Dave Love  <fx@gnu.org>
8237         * finder.el: (finder-commentary): Fix interactive spec.  Try
8238         appending .el to file name.
8239         (finder-find-library, finder-commentary): Doc fixes.
8241 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8243         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8244         where the userid contains directory separators.
8246 1999-01-29  Dave Love  <fx@gnu.org>
8248         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8249         (lm-commentary): Doc fix.
8251 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8253         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8254         wildcard match.  Fix regexp that tests if dirpart contains
8255         wildcard characters.
8257 1999-01-28  Richard Stallman  <rms@gnu.org>
8259         * font-lock.el (font-lock-default-unfontify-region):
8260         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8262 1999-01-27  Jason Rumney <jasonr@altavista.net>
8264         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8265         from FAMILY field.
8266         (w32-create-initial-fontsets): Do not use before-init-hook.
8267         (mouse-set-font): Document.  Automatically create and use fontsets.
8269         * dos-w32.el (direct-print-region-helper): Check for printer
8270         being t as well as a string.
8272 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8274         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8275         (rmail-mime-charset-pattern): New variable.
8276         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8277         rmail-decode-mime-charset is non-nil.
8279 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8281         * international/characters.el: Set category `q' for all characters
8282         in tibetan and tibetan-1-column.
8284 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8286         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8287         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8289 1999-01-27  Dave Love  <fx@gnu.org>
8291         * international/mule-cmds.el (current-language-environment):
8292         Provide :link, :type (choices) and appropriate :get.
8294 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8296         * startup.el (command-line): Set default eol-mnemonic-* strings to
8297         display end-of-line format in mode line.
8299         * cus-start.el (all): Add eol-mnemonic-* variables.
8301 1999-01-26  Dave Love  <fx@gnu.org>
8303         * startup.el (command-line-1): Up-date copyright.
8305         * paths.el (Info-default-directory-list): Use configdir twice.
8307         * info.el (Info-directory-list): Don't set path-separator now
8308         we're not shipped with Texinfo.  Simplify path definition.
8309         Substitute all occurrences of instdir in Info-default-directory-list.
8311 1999-01-25  Richard Stallman  <rms@gnu.org>
8313         * startup.el (normal-top-level-add-subdirs-to-load-path):
8314         Record the inode numbers of the dirs processed, to avoid loop.
8316         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8318 1999-01-25  Dave Love  <fx@gnu.org>
8320         * browse-url.el (browse-url-netscape-program): Doc addition.
8322         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8323         prefix.
8325         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8326         auto-mode-alist.
8328 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8330         * calendar/diary-lib.el (mark-diary-entries): Use
8331         assoc-ignore-case and do not capitalize when matching month and
8332         day names.
8334         * calendar/calendar.el (calendar-read-date): Ditto.
8336         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8337         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8339         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8341         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8343         * calendar/cal-islam.el (calendar-goto-islamic-date)
8344         (mark-islamic-diary-entries): Ditto.
8346         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8348         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8349         (calendar-read-mayan-tzolkin-date): Ditto.
8351         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8353 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8355         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8357 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8359         * faces.el (list-faces-display): Multiline case of previous fix.
8361 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8363         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8365 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8367         * files.el (find-file): If find-file-noselect returns a list,
8368         do switch-to-buffer on each element.
8369         (find-file-other-window): Likewise for all but the first element.
8370         (find-file-other-frame): Same.
8371         (find-file-noselect): When we expand a wildcard, return a list
8372         of buffers.
8374 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8376         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8377         to set the appropriate cpNNN-dos coding system as the
8378         highest-priority coding system.
8380 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8382         * international/fontset.el (generate-fontset-menu): Return a
8383         sorted list by plain names of fontsets.
8385         * international/mule-diag.el (list-fontsets): Sort fontsets by
8386         plain names.
8388         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8389         FIRST is a composite character, decompose it at first.
8391 1999-01-23  Dave Love  <fx@gnu.org>
8393         * format.el: Doc fixes.
8394         (format-encode-run-method): Have things happen in the right buffer.
8395         Deal with errors from method.  Set coding-system-for-write.
8396         (format-decode-run-method): Have things happen in the right buffer.
8397         Deal with errors from method.  Set coding-system-for-read.
8398         (format-alist): Use nil instead of unmatchable regexps.
8400         * simple.el (shell-command-on-region): Return command's exit status.
8402 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8404         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8405         of the file whose info we want to display.
8406         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8407         (speedbar-add-mode-functions-list) Improve doc.
8408         (speedbar-line-token) New function.
8409         (speedbar-dired) Fix order of directories in -shown-directories.
8410         (speedbar-line-path): Default return is default-directory
8411         (speedbar-buffers-line-path): Return is dir name only.
8412         (speedbar-mode-functions-list): New variable.
8413         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8414         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8415         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8416         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8417         New functions.
8418         (speedbar-line-file): Broke out part that fetches file from a line.
8419         (speedbar-line-text): New function extracted from speedbar-line-file.
8420         (speedbar-line-path): Converted into a replaceable function.
8421         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8423 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8425         * international/fontset.el (create-fontset-from-x-resource): Make
8426         style variants.
8428 1999-01-22  Dave Love  <fx@gnu.org>
8430         * paths.el (Info-default-directory-list): Put sysdir after start.
8432 1999-01-22  Sam Steingold  <sds@goems.com>
8434         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8435         a process associated with it.
8437 1999-01-22  Jason Rumney <jasonr@altavista.net>
8439         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8441 1999-01-22  Felix Lee  <flee@cygnus.com>
8443         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8444         major-mode.
8445         (vc-annotate-mode): Delete variable.
8447 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8449         * startup.el (command-line): [windows-nt]: Check for existence of
8450         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8451         in preference to _emacs.
8453 1999-01-22  Dave Love  <fx@gnu.org>
8455         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8457 1999-01-20  Richard Stallman  <rms@gnu.org>
8459         * files.el (find-file-noselect): Do wildcard processing only
8460         if new arg WILDCARDS is non-nil.
8461         (find-file, find-file-other-window): New arg WILDCARDS.
8462         Default it to non-nil if interactive.
8463         (find-file-other-frame): Likewise.
8464         (find-file-read-only): Likewise.
8465         (find-file-read-only-other-window): Likewise.
8466         (find-file-read-only-other-frame): Likewise.
8468         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8469         (widget-plist-convert-option): Delete spurious comma.
8471 1999-01-19  Jason Rumney <jasonr@altavista.net>
8473         * term/w32-win.el (w32-standard-fontspec-spec): Change
8474         iso8859-5 to koi8-r.  Add iso8859-9.
8476 1999-01-19  Dave Love  <fx@gnu.org>
8478         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8479         its uses.
8481         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8482         is active.
8483         (fortran-indent-subprogram): Likewise.
8485 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8487         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8489 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8491         * wid-edit.el (alist): Use sexp as default key-type.
8493 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8495         * textmodes/tex-mode.el (tex-define-common-keys):
8496         Remove key binding of tex-feed-input.
8497         (tex-mode-map): Bind tex-feed-input here.
8498         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8499         comint-input-filter-functions before running tex-shell-hook.
8500         (tex-start-tex): Forget compilation errors.
8501         (tex-compilation-parse-errors): Rewritten to work also with
8502         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8503         change in tex-region.
8504         (tex-region): For the temp file use file-name without directory.
8505         (tex-file): Expand file name of tex-print-file.
8507 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8509         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8511 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8513         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8514         beginning could cause Emacs to hang.  Fixed.
8516 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8518         * international/ccl.el (ccl-compile-translate-character): Handle
8519         the case that a tranlation table is CCL register correctly.
8521         * international/mule-cmds.el (select-safe-coding-system):
8522         Hightlight at most 256 characters.
8524 1999-01-18  Dave Love  <fx@gnu.org>
8526         * startup.el (command-line): If the init file changes operation to
8527         unibyte, make all buffers unibyte and re-set language environment.
8529         * disp-table.el (standard-display-european): Make all existing
8530         buffers unibyte.  Fix doc.
8532 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8534         * wid-edit.el (coding-system): Define this unconditionally.
8536         * simple.el (shell-command-on-region-default-error-buffer): New var.
8537         (shell-command-on-region): Use that variable as interactive
8538         value of ERROR-BUFFER argument.
8540 1999-01-17  Sam Steingold  <sds@goems.com>
8542         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8544 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8546         * progmodes/compile.el (compilation-goto-locus): If already in the
8547         compilation buffer's window, keep it in that window.
8548         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
8549         (compile-goto-error): Don't play with windows.
8551         * textmodes/tex-mode.el (latex-run-command): Doc fix.
8552         (tex-command): Doc fix.
8553         (tex-compilation-parse-errors): Doc fix.
8554         (tex-generate-zap-file-name): Don't start the name with -.
8555         (tex-expand-files): Works now also with strings ending with ":".
8557 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
8559         Patch failed to install:
8560         * gametree.el: Document scoring functionality.
8561         (gametree-score-regexp): Add optional plus sign.
8562         (gametree-score-opener): Replace `:' with `=' as the former
8563         conflicts with gametree-half-ply-regexp.
8564         (gametree-transpose-following-leaves): Add.
8565         (gametree-insert-new-leaf): Make modifying commands barf in read
8566         only buffers.
8567         (gametree-break-line-here): Add a call to
8568         `gametree-transpose-following-leaves'.  This maintains the
8569         necessary invariant that on each level all leaf children precede
8570         all nonleaf children.  This has always been implied, but left to
8571         the user, and, unfortunately, undocumented.
8573 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8575         * wid-edit.el (plist, alist): New widget types.
8577 1999-01-17  Dave Love  <fx@gnu.org>
8579         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
8580         fix scope of condition-case therein.
8582 1999-01-17  Andrew Innes  <andrewi@gnu.org>
8584         * dos-w32.el: (find-buffer-file-type-coding-system): Use
8585         default-buffer-file-coding-system when file doesn't exist (and
8586         isn't covered by a special case) instead of forcing undecided-dos
8587         against the user's wishes.
8589         * dos-w32.el (direct-print-region-helper): New function based on
8590         direct-print-region-function; sends data to specified printer port
8591         without further translation.  Recognize and handle specially the
8592         standard `print' and `nprint' programs, as well as `lpr' and
8593         similar programs.  Only write directly to the printer port if no
8594         print program is specified.  Work around a bug in Windows 9x
8595         affecting Win32 version of Emacs by invoking command.com to write
8596         to the printer port instead of writing directly.
8597         (direct-print-region-function): Use direct-print-region-helper to
8598         do most of the work.
8599         (direct-ps-print-region-function): New function; analogue of
8600         direct-print-region-function for ps-print.
8601         (ps-lpr-command): Comment out setq; leave as example usage.
8602         (ps-lpr-switches): Ditto.
8604         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
8605         and MS-Windows.
8606         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
8607         DOS and Windows platforms, to indicate direct printing.  Update
8608         the docstring accordingly.
8610         * ps-print.el: (ps-printer-name): Update docstring about usage on
8611         MS-DOS and MS-Windows.
8612         (ps-lpr-command): Update docstring as for lpr-command.
8613         (ps-print-region-function): New variable.
8614         (ps-do-despool): Use it.
8615         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
8616         DOS/Windows.
8618         * subr.el (subst-char-in-string): New function.
8620 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
8622         * international/codepage.el (cp852-decode-table): Fill a nil entry.
8624         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
8625         (bdf-find-font-info): New function, looks for the first readable
8626         file from a list of alternatives.
8627         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
8628         instead of bdf-get-font-info.
8629         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
8630         to ps-mule-generate-bitmap-glyph.
8632         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
8633         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
8634         now be a list of alternative names.
8635         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
8636         (ps-mule-prepare-font): Likewise.
8638         * international/codepage.el (cp855-decode-table,
8639         cp850-decode-table): Fill some nil entries.
8641 1999-01-16  Dave Love  <fx@gnu.org>
8643         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
8644         last change.
8646 1999-01-15  Dave Love  <fx@gnu.org>
8648         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
8649         and change regexp for command names.
8650         (help-xref-go-back, function-called-at-point, symbol-file)
8651         (where-is): Doc fixes.
8652         (help-xref-go-back): Remove interactive spec.
8653         (describe-function-1): Fix message for alias.  Buttomize alias
8654         name.
8656         * simple.el (join-line): New alias.
8658 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
8660         * forms.el: (forms--show-record): Convert integers to string
8661         expicitly since concat will no longer accept integers.
8662         (forms-print): Use local `total-nb-records' since
8663         `forms--total-records' will be inaccessible after buffer switching.
8665 1998-01-14  Felix Lee  <flee@cygnus.com>
8667         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
8669 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
8671         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
8673 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
8675         * international/codepage.el (cp850-decode-table): Fix previous change.
8677 1999-01-14  Simon Marshall  <simon@gnu.org>
8679         * shell.el (shell-dirtrack-verbose): New custom variable.
8680         (shell-dirstack-message): Use it.
8682 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
8684         * international/mule-conf.el: Coding system alias `dos' for
8685         `undecided-dos', `mac' for `undecided-mac'.
8687         * international/mule-cmds.el (describe-language-environment):
8688         Don't alter input-method-alist.
8690 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
8692         * international/codepage.el (cp850-decode-table): Replace nil
8693         entries with codes of similary looking glyphs.  (Suggested by
8694         Jason Rumney <jasonr@altavista.net>.)
8696 1999-01-13  Dave Love  <fx@gnu.org>
8698         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
8700         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
8702 1999-01-12  Karl Heuer  <kwzh@gnu.org>
8704         * files.el (auto-save-hook): Defvar this.
8706 1999-01-12  Alex Schroeder  <asc@bsiag.com>
8708         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
8709         faces, eliminating the need to load font-lock before loading sql.
8710         (sql-mode-oracle-font-lock-keywords): Likewise.
8711         (sql-mode-postgres-font-lock-keywords): Likewise.
8713 1999-01-11  Dave Love  <fx@gnu.org>
8715         * cus-start.el: Add inhibit-eol-conversion.
8717         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
8718         the values round.
8720 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
8722         * help.el (help-mode-finish): Renamed from help-mode-maybe.
8723         Don't switch to Help mode here.
8724         (temp-buffer-setup-hook): Use help-mode-finish.
8725         (help-mode-setup): New function.
8726         (temp-buffer-setup-hook): Use help-mode-setup.
8728         * progmodes/sql.el: New file.
8730         * files.el (auto-mode-alist): Add sql-mode.
8732         * faces.el (list-faces-display): Improve the formatting
8733         by computing the maximum length required for any face-name.
8735 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8737         * progmodes/compile.el (compilation-shell-minor-mode): New function.
8739 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
8741         * term.el (term_send_home): Change the string to
8742         be the same as the one emitted by xterm and consistent with the
8743         ones emitted by prior and next.
8744         (term_send_end): Likewise.
8746 1999-01-10  Dave Love  <fx@gnu.org>
8748         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
8749         bindings.
8751 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
8753         * international/codepage.el (codepage-setup): Doc fix.
8754         (cp-decoding-vector-for-codepage): Likewise.
8756 1999-01-10  Markus Rost  <rost@gnu.org>
8758         * cus-edit.el (custom-save-delete): First scan the custom-file.
8760 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8762         * international/iso-transl.el: Define a "function name" for
8763         each translation that isn't ASCII.  Use these function names
8764         in iso-transl-char-map.
8766 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
8768         * international/mule-util.el (decompose-region): Do decomposition
8769         on temporary unibyte buffer.
8771         * international/mule.el (make-char): Doc-string modified.
8773 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8775         * simple.el (comment-region): Delete spaces only if we
8776         deleted a comment starter.
8778 1999-01-07  Dave Love  <fx@gnu.org>
8780         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8782         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
8783         like eval-defun does.
8785         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
8787         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
8788         constructions.  Doc fixes.
8789         (generic-create-generic-function): Use defalias, not fset.
8791         * find-func.el: More doc fixes.
8793 1999-01-06  Stephen Eglen  <stephen@gnu.org>
8795         * files.el (save-buffers-kill-emacs): Show the list of current
8796         processes before prompting to kill them and exit.
8798 1999-01-06  Dave Love  <fx@gnu.org>
8800         * emacs-lisp/find-func.el: Doc fixes.
8801         (find-function-regexp): Extend for define-generic-mode,
8802         define-derived-mode, easy-mmode-define-minor-mode.
8804 1999-01-06  Dave Love  <fx@gnu.org>
8806         * progmodes/fortran.el (fortran-window-create): Account for scroll
8807         bar width.
8809         * browse-url.el: Require (noerror) w3-auto when compiling.
8810         (browse-url-maybe-new-window): Make it a macro and revert last
8811         change to callers.
8812         (browse-url-w3): Require w3 for w3-fetch-other-window.
8814 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8816         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
8817         argument.
8819 1999-01-06  Simon Marshall  <simon@gnu.org>
8821         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
8823         * font-lock.el (font-lock-default-fontify-buffer): When using
8824         with-temp-message, use nil rather than current-message.
8826         * lazy-lock.el (lazy-lock-unstall):
8827         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
8828         rather than current-message.
8830         * fast-lock.el (fast-lock-save-cache-1):
8831         (fast-lock-cache-data): When using with-temp-message, use nil rather
8832         than current-message.
8834 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
8836         * international/codepage.el (cp-coding-system-for-codepage-1): Add
8837         the valid-codes property.
8839         * international/mule-cmds.el (prefer-coding-system): Call
8840         set-coding-priority, so that the internal array of priorities is
8841         also updated.
8843         * international/mule-util.el:
8844         (coding-system-change-eol-conversion,
8845         coding-system-change-text-conversion): Don't define here.
8847         * international/mule-cmds.el: Define them here.  Remove the
8848         autoload cookies.
8850 1999-01-06  Andreas Schwab  <schwab@gnu.org>
8852         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
8853         if it was enabled before.
8855         * view.el (View-revert-buffer-scroll-page-forward): Bind
8856         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
8858         * files.el (recover-session): Preserve point when inserting
8859         explanation.
8861 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
8863         * cus-edit.el (custom-save-delete): Don't delete whitespace
8864         and comments before the sexp that is replaced.
8866 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8868         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
8870 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8872         * vc.el (vc-dired-hook): Use the original value of
8873         dired-move-to-filename-regexp on lines that have not been
8874         reformatted yet.
8875         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
8876         file lines have already been reformatted.
8878 1999-01-05  Dave Love  <fx@gnu.org>
8880         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
8881         buffer-local.
8883 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
8885         * progmodes/f90.el: Change of regular expressions for type to
8886         correct highlighting and identation. Some small fixes for
8887         compatibility with XEmacs.
8889 1999-01-05  Stephen Eglen  <stephen@gnu.org>
8891         * mspools.el (mspools-vm-system-mail): Provide an alternative
8892         value based on rmail-spool-directory if $MAIL is not defined.
8894 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
8896         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
8897         (reftex-section-info): Handle negative section levels.
8898         (reftex-view-crossref-extra): New option.
8899         (reftex-view-crossref): Generalized to work in more places.
8900         (reftex-find-citation-regexp-format, reftex-find-reference-format,
8901         reftex-macros-with-labels, reftex-global-search-marker): New variables.
8902         (reftex-view-cite-locations-from-bibtex): New command.
8903         (reftex-view-regexp-match, reftex-global-search,
8904         reftex-global-search-continue): New functions.
8905         (reftex-extract-bib-entries): No error for non-existing BibTeX
8906         file, just a message.
8907         (reftex-extract-bib-entries): Better error handling.
8908         (reftex-select-with-char): Use `*RefTeX Select*' for selection
8909         help and force it on current frame.
8910         (reftex-default-bibliography): New function.
8911         (reftex-access-parse-file): Check consistency after loading a
8912         parse file.  When inconsistent, enfore rescan.
8913         (reftex-check-parse-consistency): New function.
8914         (easy-menu-define): Options section drastically shortened.
8916 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
8918         * language/thai-util.el (thai-compose-string): New function.
8920 1999-01-04  Inge Frick  <inge@nada.kth.se>
8922         * easymenu.el (easy-menu-define): Doc fix.
8923         (easy-menu-create-menu): New keyword :included.
8924         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
8925         be an expression, not only a string.  Simulate style `button'.
8926         Use easy-menu-define-key-intern instead of easy-menu-define-key.
8927         (easy-menu-define-key-intern): New function.
8928         (easy-menu-add-item): Understand value returned from
8929         easy-menu-item-present-p and easy-menu-remove-item.
8930         (easy-menu-return-item): New function.
8931         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
8933 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
8935         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8936         Use rmail-output-read-rmail-file-name to read the file name.
8937         Always call rmail-output-to-rmail-file noninteractively.
8938         When count > 1, do the loop here.
8939         Handle rmail-delete-after-output here.
8940         (rmail-summary-output): Similar changes.
8942         * mail/rmailout.el: Provide `rmailout'.
8943         (rmail-output-read-rmail-file-name): New function.
8944         (rmail-output-to-rmail-file): Use that.
8945         (rmail-output-read-file-name): New function.
8946         (rmail-output): Use that.
8948         * files.el (find-file-noselect): Let /: suppress wildcard matching.
8949         Error if wildcard matches no files.
8951 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
8953         * menu-bar.el (clipboard-yank): Doc fix.
8955         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
8957 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
8959         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
8961 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
8963         * rmail.el (rmail-encode-string): Make sure mask value is
8964         positive; (emacs-pid) returns a negative number on Windows 9x
8965         which causes odd behaviour.
8967 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
8969         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
8970         and about w32-* variables unless on Windows/NT.
8972 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
8974         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
8975         if buffer is modified; ask about all modified buffers.
8977 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
8979         * simple.el (what-cursor-position): Fix previous change.
8981 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
8983         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
8984         from paragraph-start.
8986 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
8988         * international/mule-cmds.el (prefer-coding-system): If the
8989         argument requires specific EOL conversion type, make the default
8990         coding systems use that.
8992 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
8994         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
8995         Use shell-command-on-region.
8996         (m4-start-m4, m4-end-m4): Functions deleted.
8998 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
9000         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9002 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9004         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9005         to compose-mail in the correct places and as a list.
9007 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
9009         * page-ext.el: Added mouse-selection feature for pages directory buffer.
9010         (pages-directory-map): Bind mouse-2
9011         (pages-copy-header-and-position): Put text property.
9012         (pages-directory-goto-with-mouse): New function.
9014 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
9016         * international/codepage.el (cp-make-coding-systems-for-codepage):
9017         Doc fix.
9018         (cp-coding-system-for-codepage-1): Likewise.
9020 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
9022         * language/thai-util.el (thai-post-read-conversion): Handle Thai
9023         composition sequence correctly here instead of calling
9024         thai-compose-region.
9026         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9027         newline in multibyte buffer, if previous or next character is a
9028         composite char, check the first component of the composite char.
9030 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
9032         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9033         and track-mouse.
9035 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9037         * mail/sendmail.el (mail-yank-original): Remove text properties
9038         after insertion.
9039         (mail-yank-region): Barf if no mark is set in the message
9040         being replied to.
9042         * help.el (function-called-at-point): First look for function at point.
9044 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9046         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9048 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9050         * simple.el (what-cursor-position): Print character encoding also.
9052 1998-12-26  Dave Love  <fx@gnu.org>
9054         * textmodes/flyspell.el: If local-maps work, don't put
9055         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9056         in flyspell-mouse-map (only).
9057         (flyspell-use-local-map): New variable.
9058         Use a different mouse-2 binding in that case,
9059         and don't add to minor-mode-map-alist.
9060         (make-flyspell-overlay, flyspell-correct-word):
9061         Test flyspell-use-local-map.
9063 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9065         * files.el (file-expand-wildcards): Handle wildcards in directory name.
9066         Be careful about whether to return a relative file name,
9067         and if so, relative to what directory.
9069 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9071         * emacs-lisp/easymenu.el (easy-menu-get-map):
9072         Change global map only if this menu exists in the global map already,
9073         and not in the local map.
9074         (easy-menu-do-add-item): Fix error message.
9076         * foldout.el (foldout-inhibit-key-bindings):
9077         Avoid concatenating onto outline-minor-mode-prefix.
9078         Make a new keymap for that prefix, if it does not already have one.
9080 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
9082         * cperl-mode.el:
9083         Can use linear algorithm for indentation if Emacs supports it.
9084         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
9085         (cperl-after-block-p):  Likewise.
9086         (cperl-after-block-and-statement-beg): Likewise.
9087         (cperl-after-block-p):  After END/BEGIN we are a block.
9088         (cperl-after-expr-p):   Skip labels when checking
9089         (cperl-indent-region):  Make a marker for END - text added/removed.
9090         Disable hooks during the call (how to call them later?).
9091         Now indents 820-line-long function in 6.5 sec (including
9092         syntaxification) the first time (when buffer has few
9093         properties), 7.1 sec the second time.
9094         (cperl-indent-region):  Do not indent whitespace lines
9095         (cperl-style-alist)
9096                 Include `cperl-merge-trailing-else' where the value is clear.
9097         (cperl-styles-entries): Likewise.
9098         (cperl-problems):       Improvements to docs.
9099         (cperl-tips):           Likewise.
9100         (cperl-non-problems):   Likewise.
9101         (cperl-mode):           Make lazy syntaxification possible.
9102         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9103         `font-lock-unfontify-region-function' was set to a wrong function.
9105         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9106         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
9107         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9108         but 1<<6 was considered as HERE-doc.
9109         <file/glob> made into a string.
9110         Postpone addition of faces after syntactic step.
9111         Recognition of <FH> was wrong.
9112         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
9113         Knows that split// is null-RE.
9114         Highlights separators in 3-parts expressions as labels.
9115         <> was considered as a glob.
9116         Would err if the last line is `=head1'.
9117         $a-1 ? foo : bar; was a considered a regexp.
9118         `<< (' was considered a start of HERE-doc.
9119         mark qq[]-etc sections as syntax-type=string
9120         Was not processing sub protos after a comment ine.
9121         Was treating $a++ <= 5 as a glob.
9122         Tolerate unfinished REx at end-of-buffer.
9123         `unwind-protect' was left commented.
9124         / and ? after : start a REx.
9126         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9127         Better default, customizes to `message' too, off in text-mode.
9129         (cperl-array-face): Renamed from `font-lock-emphasized-face',
9130         `defface'd.
9131         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9132         `defface'd.
9133         (cperl-emacs-can-parse):        New state variable.
9134         (cperl-indent-line):    Corrected to use global state.
9135         (cperl-calculate-indent):       Likewise.
9136         (cperl-fix-line-spacing):       Likewise (not used yet).
9137         (cperl-calculate-indent):       Did not consider `,' as
9138         continuation mark for statements.
9139         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9140         Remove another parse-data optimization at toplevel: would
9141         indent correctly.
9142         Correct for labels when calculating indentation of continuations.
9143         Docstring updated.
9144         (cperl-choose-color):   Converted to a function (to be
9145         compilable in text-mode).
9146         (cperl-dark-background):        Disable without window-system.
9147         Do `defface' only if window-system.
9148         (cperl-fix-line-spacing):       Sped up to bail out early.
9149         (x-color-defined-p): Was not compiling on XEmacs
9150         Was defmacro'ed with a tick.  Remove another def.
9151         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9152         (cperl-unwind-to-safe): New function.
9153         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9154         (cperl-fontify-syntaxically): Unwinds start and end to go out of
9155                                      long strings (not very successful).
9156         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
9157         Highlight the starting // in s//foo/ as function-name.
9158         Emit a meaningful error instead of a cryptic one for an
9159         uncomplete REx near end-of-buffer.
9161         (cperl-electric-keyword):       `qr' recognized.
9162         (cperl-electric-else):          Likewise
9163         (cperl-to-comment-or-eol):      Likewise
9164         (cperl-make-regexp-x):  Likewise
9165         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
9166         Corrected to use new macros;
9167         `if' for copying `reference-face' to `constant-face' was backward.
9168         remove init `font-lock-other-emphasized-face',
9169         `font-lock-emphasized-face', `font-lock-keyword-face'.
9170         Interpolate `cperl-invalid-face'.
9171         (cperl-make-regexp-x):  Misprint in a message.
9172         (cperl-syntaxify-unwind): New configuration variable
9173         (cperl-fontify-m-as-s): New configuration variable
9174         (cperl-electric-pod):   Check for after-expr was performed
9175         inside of POD too.
9176         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9177         (cperl-clobber-mode-lists): New configuration variable.
9178         (cperl-not-bad-style-regexp):   Updated.
9179         Init:                   `cperl-is-face' was busted.
9180         (cperl-make-face):      New macros.
9181         (cperl-force-face):     New macros.
9182         (font-lock-other-type-face): Done via `defface' too.
9183         (cperl-nonoverridable-face):    New face.  Renamed from
9184         `font-lock-other-type-face'.
9185         (cperl-init-faces-weak):        Use `cperl-force-face'.
9186         (cperl-comment-indent): Commenting __END__ was not working.
9187         (cperl-indent-for-comment):     Likewise.
9188         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9189         When removing old TAGS info was not relativizing filename.
9190         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9191         Another try to work around XEmacs problems.  Better progress messages.
9192         (toplevel):             Require custom unprotected => failure on 19.28.
9193         (cperl-xemacs-p):       Defined when compile too
9194         (cperl-find-tags):      Was writing line/pos in a wrong order,
9195         pos off by 1 and not at beg-of-line.
9196         (cperl-etags-snarf-tag): New macro
9197         (cperl-etags-goto-tag-location): New macro
9198         (cperl-version):        New variable.  New menu entry
9199         random docstrings:      References to "future" 20.3 removed.
9200         Menu was described as `CPerl' instead of `Perl'
9201         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9202         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9203         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9204         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9205         `font-lock-reference-face', `font-lock-keyword-face'.
9206         Use `eval-after-load'.
9207         Remove not-CPerl-related faces.
9208         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9209         (cperl-indent-exp):     Was not processing else-blocks.
9210         (cperl-get-state):      NOP line removed.
9211         (cperl-ps-print):       New function and menu entry.
9212         (cperl-ps-print-face-properties):       New configuration variable.
9213         (cperl-invalid-face):   New configuration variable.
9214         (perl-font-lock-keywords):      Highlight trailing whitespace
9215         (cperl-contract-levels):        Documentation corrected.
9216         (cperl-contract-level):         Likewise.
9217         (cperl-ps-extend-face-list):    New macro.
9218         (cperl-invalid-face):   Change to ''underline.
9220 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9222         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9223         for read-file-name.
9224         (rmail-output-to-rmail-file): Likewise.
9226 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9228         * emacs-lisp/easymenu.el (easy-menu-get-map):
9229         If MENU is nil, use global menu-bar map.
9230         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9231         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9233 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9235         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9237 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9239         * ps-print.el (ps-print-version): New version number (4.1.3).
9241 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9243         * international/mule-cmds.el: Use make-sparse-keymap instead of
9244         define-prefix-key when defining MULE menu items.
9246         * info.el (Info-node-at-bob-matching): New function.
9247         (Info-find-node, Info-build-node-completions): Call it.
9249 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9251         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9252         when this is an autoloaded keymap.
9254 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9256         * international/codepage.el (cp-coding-system-for-codepage-1):
9257         Create separate encoders and decoders, for DOS and Unix.  Make the
9258         usual family of 3 coding systems, so that automatic detection of
9259         EOL type works.
9260         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9261         Unix-specific symbols here, and don't call
9262         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9263         Handa <handa@etl.go.jp>.)
9265         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9267         * term/internal.el (IT-character-translations): New variable, an
9268         alist used to display characters for which there's no glyphs in
9269         the current codepage.
9270         (IT-display-table-setup): New function, sets up the DOS terminal
9271         for a given codepage.
9272         (dos-codepage-setup): New function, sets up the MULE environment
9273         for the current value of dos-codepage.
9274         (top-level if): In the multibyte mode, turn on
9275         unibyte-display-via-language-environment.  In the unibyte mode,
9276         set up the special syntax tables to map lower- to upper case and
9277         back.
9279 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9281         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9282         (speedbar-frame-plist) Remove useless comments.
9283         (speedbar-frame-mode) Do not specify height if it is in the param list.
9284         Use default y position w/out changing it.
9285         If default x position is a list, keep, calculate the non-list X
9286         value when devining an initial position.
9287         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9288         (speedbar-tag-group-name-minimum-length): New variable.
9289         (speedbar-frame-parameter): New compatibility function.
9290         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9291         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9292         groups to keep things in the right order, and to help with some
9293         naming conventions.
9294         (speedbar-create-tag-hierarchy): Enable buffer local version of
9295         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9296         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9297         the case, derive it from the cursor location in speedbar.
9299 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9301         * international/mule-cmds.el (set-language-environment): On MS-DOS
9302         terminals, install DOS-specific nonascii-translation-table if the
9303         language info doesn't specify one.  Pass the default eol-type to
9304         set-language-environment-coding-systems.
9305         (set-default-coding-systems): Copy the eol-type property for the
9306         new default values of {buffer-file,process}-coding-system from the
9307         old defaults.
9308         (set-language-environment-coding-systems): Accept an optional
9309         argument EOL-TYPE, and set the eol-type property of the default
9310         coding systems accordingly.
9311         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9312         (set-keyboard-coding-system): Likewise.
9313         (set-default-coding-systems): Don't set
9314         default-terminal-coding-system on MS-DOS to anything but nil.
9315         (prefer-coding-system): Describe in the doc string that
9316         default-terminal-coding-system is not changed on MS-DOS.
9317         (set-language-environment): For MS-DOS, set standard syntax table
9318         and display table for all characters with code above 127.
9319         (standard-display-european-internal): For MS-DOS, pass all
9320         characters with code above 127 directly to the terminal, and don't
9321         remap characters 160 and 146 in the unibyte case.
9323         * international/codepage.el: New file.
9325 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9327         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9328         comments.
9330 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9332         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9334         * subr.el (read-passwd): Likewise.
9336 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9338         * info.el (Info-find-node): Add 1 to the position read from the
9339         tag table.  Don't fail if the node delimiter ^_ is the first
9340         character in the file.
9341         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9342         first character in the file.
9343         (Info-read-subfile): Likewise.
9344         (Info-select-node): Likewise.
9345         (Info-build-node-completions): Likewise.
9347 1998-12-16  Richard Stallman  <rms@gnu.org>
9349         * term/x-win.el (x-cut-buffer-or-selection-value):
9350         If clipboard is enabled, try it before PRIMARY selection.
9352 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9354         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9355         insert c-cedilla and C-cedilla respectively, like in latin-1.
9357 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9359         * language/hebrew.el: Don't use sublists in the flags argument
9360         passed to make-coding-system.
9362 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9364         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9365         list of character sets found by find-charset-region.
9367         * ps-mule.el: Always require ps-print.  Move some function
9368         definitions for Emacs 20.2 and the earlier to ps-print.el.
9369         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9371         * ps-print.el: Define several functions for Emacs 20.2 and the
9372         earlier version.
9373         (ps-printer-name): Check if printer-name is bound.
9375 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9377         * ps-mule.el: Programming uniformization and little code improvement.
9378         (ps-mule-prepare-font): Programming uniformization.
9379         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9380         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9382         * ps-bdf.el: Programming uniformization and little code improvement.
9383         (bdf-search-and-read): New fun.
9384         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9385         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9386         (bdf-info-relative-compose, bdf-info-baseline-offset)
9387         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9388         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9389         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9390         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9391         improvement.
9393 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9395         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9396         and mule related code extraction. Autoload ps-mule funs.
9398         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9399         (ps-mule-prologue-generated): New fun.
9400         (ps-mule-plot-string): Add autoload cookie.
9401         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9403 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9405         * ps-bdf.el: Require ps-mule instead of ps-print.
9406         (bdf-directory-list): Add autoload cookie.
9408         * ps-mule.el: New file.  Mule related code extracted from
9409         ps-print.el.  Require ps-print, provide ps-mule.
9410         (ps-multibyte-buffer): Add autoload cookie.
9411         (ps-mule-prepare-ascii-font): New fun.
9412         (ps-mule-set-ascii-font): New fun.
9413         (ps-mule-skip-same-charset): Fun deleted.
9414         (ps-mule-plot-string): Set ps-mule-current-charset.
9415         (ps-mule-initialize): Add autload cookie.  Don't set
9416         ps-mule-font-info-database here.
9417         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9418         ps-mule-font-info-database and ps-control-or-escape-regexp.
9419         (ps-mule-begin-page): New fun.
9421         * ps-print.el: Mule related code moved to ps-mule.el.
9422         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9423         check ps-mule-charset-list.
9424         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9425         ps-mule-begin-page.
9426         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9427         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9428         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9429         instead skip same charsets by itself.
9430         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9431         non-nil.  Call ps-mule-begin-job.
9433 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9435         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9436         instead of bdf.
9438         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9439         (ps-mule-external-libraries): New element FEATURE.
9440         (ps-mule-init-external-library): Ajusted for the above change.
9441         (ps-mule-generate-font): Likewise.
9442         (ps-mule-generate-glyphs): Likewise.
9443         (ps-mule-prepare-font): Likewise.
9444         (ps-mule-initialize): Likewise.
9445         (ps-begin-file): Superfluous tailing parenthesis deleted.
9447 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9449         * international/fontset.el (x-decompose-font-name): If PATTERN
9450         doesn't have any wild cards, return a vector made from a name that
9451         is found by x-resolve-font-name found.  Comments added.
9453         * international/mule-cmds.el (find-coding-systems-for-charsets):
9454         Handle the case of unknown charset.
9455         (find-multibyte-characters): If invalid multibyte characters are
9456         found, return the corresponding strings instead of character
9457         codes.
9458         (find-multibyte-characters): Adjusted for the above change.
9459         (select-safe-coding-system): For a unibyte buffer, always returns
9460         DEFAULT-CODING-SYSTEM.
9461         (get-charset-property): Fix previous change.  Make it a function.
9462         (put-charset-property): Make it a function.
9464         * international/mule.el (make-coding-system): Set mime-charset
9465         property of *-with-esc coding system to nil.
9467         * international/quail.el (quail-point-in-conversion-region): New
9468         function.
9469         (quail-conversion-backward-delete-char): When a key sequence is
9470         being translated, call quail-delete-last-char.
9472         * language/devan-util.el
9473         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9474         handle devanagari-decomposition-rules.
9476 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9478         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9479         tex-start-options-string to empty string.
9480         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9482 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9484         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9485         5xx responses are already handled properly).
9487 1998-12-13  Richard Stallman  <rms@gnu.org>
9489         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9490         on a non-digit in the file name.
9492         * simple.el (comment-region): Handle comment-padding
9493         separately for insertion and for deletion, in the right way for each.
9495 1998-12-13  Felix Lee  <flee@cygnus.com>
9497         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9498         regexp to match "ChangeLog:1:1998-12-09 ..."
9500 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9502         * cus-start.el (dos-unsupported-char-glyph): Add.
9504 1998-12-11  Dave Love  <fx@gnu.org>
9506         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9507         forward-sexp in condition-case.
9509         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9510         Remove unnecessary test on `library' for explicit file name.
9511         Widen scope of save-match-data.
9513 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9515         * international/mule.el (load-with-code-conversion): If the loaded
9516         file was inserted  with no-conversion or raw-text coding system,
9517         make the buffer unibyte.
9519 1998-12-09  Richard Stallman  <rms@gnu.org>
9521         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9522         Get rid of nested loops.
9524         * mouse.el (mouse-drag-vertical-line):
9525         If WHICH-SIDE is not `right', then scroll bars are on the left.
9527         * loadhist.el (load-history-loaded): defvar moved to help.el.
9529         * help.el (symbol-file-load-history-loaded): Variable renamed,
9530         and defvar moved from loadhist.el.
9531         (symbol-file): Renamed from describe-function-find-file.
9532         Load fns-VERSION.el here.
9533         (describe-variable, describe-function-1): Use symbol-file.
9535         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9536         Don't start the name with #.
9538         * ispell.el: Take out the eval-when's.
9540 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9542         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9543         (dirtrack): Run it.  Make debug message more verbose.
9545 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9547         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9548         name of the abbrev table, and provide support for XEmacs.
9549         (octave-xemacs-p): New variable.
9551 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
9553         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
9554         exit, when mail-interactive is nil.
9556 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
9558         * files.el (after-find-file): Message fix.
9560 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
9562         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
9564 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
9566         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
9567         filenames using backslashes.
9569 1998-12-09  Dave Love  <fx@gnu.org>
9571         * browse-url.el (browse-url-mail): Call compose-mail-other-window
9572         with correct number of args.
9573         (browse-url-maybe-new-window): New arg.  Callers changed.
9575         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
9576         comment.
9578 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
9580         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
9582 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
9584         * vc.el (vc-rcs-release): Fix Type.
9585         (vc-sccs-release): Fix Type.
9586         (vc-cvs-release): Fix Type.
9588         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
9589         arg work right.
9591         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
9592         output of last undeleted message.
9594 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
9596         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9597         (buffer-undo-list) [windows-nt]: Use different relative path.
9599 1998-12-07  Simon Marshall  <simon@gnu.org>
9601         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
9603 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
9605         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
9607         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
9609 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
9611         * info.el (Info-menu): Don't return error if point is between menu
9612         header and first menu item.
9614 1998-12-04  Dave Love  <fx@gnu.org>
9616         * help.el (describe-function-1): Fix description for alias.
9618 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
9620         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
9621         specifications from summary line.
9623         * rect.el (delete-whitespace-rectangle): Mark for autoload.
9624         (close-rectangle): Define alias only once in loaddefs.el.
9626 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
9628         * term/internal.el: Remove code which sets up a special syntax
9629         table for non-ASCII characters.
9631 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
9633         * dos-w32.el (direct-print-region-function): Try to ensure that
9634         printer-name is expanded to a file name on a local drive;
9635         sometimes printing a file loaded from a network volume fails.
9636         (direct-print-region-function): Add a function to
9637         write-region-annotate-functions to append a formfeed character to
9638         the region being printed, if the region doesn't end with a
9639         formfeed already.  This avoids creating a second print job
9640         containing a blank page when print spooling is enabled on Windows.
9642 1998-12-02  Dave Love  <fx@gnu.org>
9644         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
9645         `Info-goto-node'.
9647 1998-12-02  Richard Stallman  <rms@gnu.org>
9649         * help.el (temp-buffer-resize-mode): Doc fix.
9651         * cus-edit.el (custom-save-delete): Save point before
9652         reading a sexp, rather than backing up.
9654         * international/iso-transl.el: Fix previous change.
9656 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9658         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
9659         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
9660         Added defvars to suppress compilation warnings.
9662 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
9664         * ispell.el: Improved and fixed customize for variables:
9665         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
9666         ispell-dictionary-alist, ispell-skip-sgml.
9667         Improved and fixed comments in variables and messages for
9668         functions: ispell-help-in-bufferp, ispell-local-dictionary,
9669         ispell-menu-map, ispell-checking-message, ispell-parser,
9670         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
9671         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
9672         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
9673         ispell-message-text-end, ispell-add-per-file-word-list.
9674         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
9675         system is now required for all languages.  Casechars improved for
9676         castellano, castellano8, and norsk dictionaries.  Dictionary
9677         norsk7-tex added.  Dictionary polish added.
9678         (ispell-dictionary-alist): Redefined at load-time to support
9679         dictionary changes.
9680         (ispell-menu-map): Redefined at load-time to support menu changes.
9681         (ispell-check-version): New alias for `check-ispell-version'.
9682         (ispell-parse-output): Fixed matching for ispell error messages.
9683         Correctly returns spelling suggestions in order generated by ispell
9684         process.
9685         (check-ispell-version): Ensure `case-fold-search' doesn't get
9686         redefined.
9687         (ispell-complete-word): Ensure `case-fold-search' doesn't get
9688         redefined.  Fix bug that didn't respect case of word being completed.
9689         (ispell-init-process): Set process coding system to be compatible
9690         with emacs processes and the ispell process.
9691         (ispell-kill-ispell): Ensures ispell process has terminated before
9692         starting new process.  This can otherwise confuse process filters
9693         and hang the ispell process.
9694         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
9695         skipping support for sgml.
9696         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
9697         which could cause `ispell-complete-word' to hang.
9698         (ispell-message): Improved message reference matching.  Ensure
9699         `case-fold-search' doesn't get redefined.
9700         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
9701         get redefined.  Fixed bug in returning to nroff mode from tex mode.
9702         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
9703         get redefined.
9705 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9707         * textmodes/flyspell.el (flyspell-check-word-p):
9708         Don't delay inside a kbd macro.
9710         * subr.el (make-local-hook): Return the hook variable.
9712 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9714         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
9715         Use a timer instead of post-command-hook.
9716         (hscroll-timer): New variable.
9718 1998-11-30  Dave Love  <fx@gnu.org>
9720         * help.el (help-xref-button): Do nothing if text already has the
9721         help-xref property.
9722         (describe-variable): Revert previous change to hyperlink to source.
9724 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
9726         * bindings.el (features): Add `base64' to this list.
9728         * loadhist.el (symbol-file): Doc fix.
9730         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
9732         * files.el (hack-one-local-variable): Cope with non-file buffers.
9734 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
9736         * help.el (describe-mode): Put major mode first.
9738         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
9739         to support special-display and same-window features.
9741 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9743         * simple.el (transpose-subr, transpose-subr-1): Rename variables
9744         bound in one function and used in the other.
9745         (transpose-subr-start1, transpose-subr-start2): Add defvars.
9746         (transpose-subr-end1, transpose-subr-end2): Add defvars.
9748 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9750         * autoinsert.el (auto-insert-alist): Use user-mail-address.
9752 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
9754         * international/ccl.el (ccl-dump-translate-character-const-tbl):
9755         Give format correct control string.
9757         * international/mule.el (define-translation-table): Fix bug of
9758         setting incorrect translation-table-id.  If the first element of
9759         ARGS is a translation table, just register it.
9761         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
9762         property.
9764 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
9766         * thingatpt.el (thing-at-point-url-at-point): Don't use current
9767         syntax table to determine what is whitespace.
9769 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
9771         * frame.el (frame-parameter): Doc fix.
9773         * textmodes/tex-mode.el (tex-feed-input): New function.
9774         (tex-define-common-keys): Add binding for C-c C-m.
9776 1998-11-23  Dave Love  <fx@gnu.org>
9778         * progmodes/fortran.el: Various minor doc fixes.
9779         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
9780         (fortran-with-subprogram-narrowing): New macro.
9781         (fortran-check-for-matching-do): Use it.
9782         (fortran-end-do): Use fortran-check-end-prog-re.
9783         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
9784         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
9786 1998-11-23  Simon Marshall  <simon@gnu.org>
9788         * font-lock.el (font-lock-defaults): Doc fix.
9789         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
9790         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
9792         * lazy-lock.el (lazy-lock-unstall):
9793         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
9795         * fast-lock.el (fast-lock-save-cache-1):
9796         (fast-lock-cache-data): Rewritten to use with-temp-message.
9798 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
9800         * mail/rmail.el (rmail-set-message-counters-counter): Detect
9801         messages that have been added with DOS line endings and convert
9802         the line endings for such messages.
9804 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9806         * help.el: Add resizing of temporary buffers.
9807         (temp-buffer-resize-mode): New command and variable.
9808         (temp-buffer-max-height): New variable.
9809         (resize-temp-buffer-window): New function.
9811         * window.el (window-buffer-height): New function, split from
9812         shrink-window-if-larger-than-buffer.
9813         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
9815 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
9817         * frame.el (initial-frame-alist): Add defcustom.
9819         * shell.el (shell-prompt-pattern): Add defcustom.
9821 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823         * message.el (message-ignored-supersedes-headers): Remove
9824         NNTP-Posting-Date.
9826 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
9828         * help.el (describe-mode): Don't avoid loop indirecting thru
9829         value of INDICATOR.
9831 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
9833         * help.el (describe-variable): Allow any variable with a defcustom,
9834         even if it is not a user variable.
9836         * mail/rmail.el (mail-unsent-separator): Additional alternative.
9838 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
9840         * gnus/nntp.el (nntp-request-group): Allow for failures when
9841         requesting a new group.
9843 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9845         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
9847 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9849         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
9851 1998-11-19  Simon Marshall  <simon@gnu.org>
9853         * subr.el (with-temp-message): New macro.
9855         * emacs-lisp/lisp-mode.el (with-temp-message):
9856         Add lisp-indent-function property.
9858 1998-11-18  Dave Love  <fx@gnu.org>
9860         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
9862 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
9864         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
9865         This is not obsolete.
9867 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
9869         * textmodes/picture.el: Make a new map by make-keymap.
9870         (picture-desired-column): New variable.
9871         (picture-update-desired-column): New function.
9872         (picture-beginning-of-line): Set picture-desired-column to 0.
9873         (picture-end-of-line): Set picture-desired-column to the current
9874         column.
9875         (picture-forward-column): Pay attention to multi-column character.
9876         (picture-backward-column): Likewise.
9877         (picture-move-down): Likewise.
9878         (picture-move-up): Likewise.
9879         (picture-movement-nw): With prefix arg, move twice columns.
9880         (picture-movement-ne): Likewise.
9881         (picture-movement-sw): Likewise.
9882         (picture-movement-se): Likewise.
9883         (picture-set-motion): Handle two-column movements.
9884         (picture-move): Call picture-move-down or picture-forward-column
9885         only when necessary.
9886         (picture-insert): Pay attention to picture-desired-column.
9887         (picture-self-insert): Likewise.
9888         (picture-clear-column): Pay attention to multi-column character.
9889         (picture-mode): Modify doc-string for two-column movement.
9891         * rect.el (move-to-column-force): New function.
9892         (operate-on-rectangle): If coerce-tabs is non-nil, call
9893         move-to-column-force instead of move-to-column.
9894         (insert-rectangle): Call move-to-column-force instead of
9895         move-to-column.
9896         (open-rectangle-line): If begextra is not zero, call
9897         move-to-column-force.
9900 1998-11-16  Dave Love  <fx@gnu.org>
9902         * textmodes/sgml-mode.el Require skeleton when compiling.
9903         (sgml-font-lock-keywords-1): Accept single-letter tags.
9904         (v2): Defvar free variable.
9906 1998-11-16  Sam Steingold  <sds@goems.com>
9908         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
9909         macro, not ELisp one.
9911 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9913         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
9914         characters to symbol.
9916         * language/japan-util.el (japanese-zenkaku-region): New optional
9917         arg KATAKANA-ONLY.
9919 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
9921         * international/mule.el
9922         (after-insert-file-set-buffer-file-coding-system): If the buffer
9923         is changed to unibyte, return inserted bytes.
9925         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
9926         and link names if necessary.
9927         (tar-header-block-summarize): Handle the case that file or link
9928         names are multibyte.
9929         (tar-summarize-buffer): At first set the current buffer unibyte,
9930         then if there are multibyte file names, change it to multibyte.
9931         (tar-mode): Get char position from tar-header-offset.
9932         (tar-extract): Avoid multibyte<->unibyte conversion in
9933         insert-buffer-subsring by setting both buffers unibyte
9934         temporarily.
9935         (tar-copy): Set the buffer unibyte while doing a work.  Write
9936         without code conversion.
9937         (tar-expunge): Set the buffer unibyte while doing a work.
9938         (tar-alter-one-field): Likewise.
9939         (tar-clear-modification-flags): Compare byte position with
9940         tar-header-offset.
9941         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
9942         insert-buffer-subsring by setting both buffers unibyte
9943         temporarily.  Pay attention to multibyteness while updating the
9944         descriptor-line.
9945         (tar-mode-write-file): Write without code conversion.
9947 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949         * nngateway.el: Require cl.
9951 1998-11-15  Dave Love  <fx@gnu.org>
9953         * progmodes/fortran.el: Fix previous change:
9954         (fortran-end-prog-re1): Changed.
9955         (fortran-check-end-prog-re): New function.
9956         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
9958 1998-11-13  Tom Breton  <tob@world.std.com>
9960         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
9961         GNU Emacs.
9963 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
9965         * textmodes/reftex.el: (reftex-finding-files): Group documentation
9966         fixed.
9967         (reftex-toc-toggle-file-boundary,
9968         reftex-toc-toggle-labels,
9969         reftex-toc-toggle-context,reftex-find-start-point): New functions.
9970         (reftex-toc-include-labels, reftex-toc-include-context,
9971         reftex-toc-include-file-boundaries,
9972         reftex-toc-keep-other-windows): New options.
9973         (reftex-use-text-after-label-as-context): Option removed.
9974         (reftex-extract-bib-entries): Protect use in non-latex
9975         buffers.
9976         (reftex-toc-visit-location): Renamed from
9977         `reftex-toc-visit-line'.
9978         (reftex-latin1-to-ascii): Works now with and without Mule.
9979         (reftex-truncate): Removed special stuff for Emacs 20.2.
9980         (reftex-get-offset): Made more general.
9981         (reftex-show-label-location): Renamed from
9982         `reftex-select-label-callback'.
9983         (reftex-pop-to-label): Function removed (using
9984         `reftex-show-label-location' instead.
9985         (reftex-insert-docstruct): Renamed from
9986         `reftex-make-and-insert-label-list'.  Function args changed.
9987         (reftex-toc): Now uses `reftex-insert-docstruct' and
9988         `reftex-find-start-point'.
9989         (reftex-select-item): Use `reftex-find-start-point'.
9990         (reftex-toc-visit-line): Can display labels and file
9991         boundaries.
9992         (reftex-TeX-master-file): `(TeX-master-file)' protected.
9994 1998-11-12  Sam Steingold  <sds@goems.com>
9996         * browse-url.el (browse-url): Handle the case when
9997         `browse-url-browser-function' is a lambda list.
9999 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
10001         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10002         version string.
10003         * loadhist.el (symbol-file): Likewise
10005 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
10007         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10009 1998-11-11  Sam Steingold  <sds@goems.com>
10011         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10012         `run-lisp' instead of signalling an error.
10014 1998-11-11  Karl Heuer  <kwzh@gnu.org>
10016         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10018 1998-11-11  Richard Stallman  <rms@gnu.org>
10020         * vc-hooks.el (vc-toggle-read-only): Doc fix.
10022 1998-11-11  Per Starback  <starback@update.uu.se>
10024         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10025         renamed svenska8 to svenska, and fixed and extended CASECHARS
10026         for it.
10028 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
10030         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10031         handling if setpagedevice is not available.
10032         (ps-begin-file): Fix typo.
10034 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
10036         * international/mule-util.el (compose-chars-component): Signal
10037         error if CH is a rule-based composition character.
10038         (compose-chars): Signal error if an already compsed character is
10039         going to be composed by rule-base.
10041         * term/x-win.el: If a resolved ASCII font name doesn't conform to
10042         full XLFD, don't try to get information of WEIGHT and SLANT from
10043         that font name.
10045 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
10047         * dos-w32.el (set-default-process-coding-system): Use function on
10048         before-init-hook to set default-process-coding-system based on
10049         enable-multibyte-characters.
10051         * term/w32-win.el ([language-change]): For now ignore
10052         keyboard language-change events.
10054 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
10056         * ediff-util.el (ediff-make-temp-file): Run the prefix through
10057         convert-standard-file-name, but leave the results of
10058         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
10059         characters if the original name already exists, or has a special
10060         handler.
10062 1998-11-10  Karl Heuer  <kwzh@gnu.org>
10064         * international/iso-insert.el: Delete autoload cookies.
10066         * international/iso-transl.el: Add autoload cookies.
10068 1998-11-10  Richard Stallman  <rms@gnu.org>
10070         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10071         (ispell-process-line): Don't treat multibyte
10073 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
10075         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10076         setpagedevice to specify the page size if setpagedevice is
10077         available.  This is necessary to select the correct paper tray on
10078         Level 2 printers with multiple paper sizes available.
10080         (ps-begin-file): Cope with font names that contain spaces, and
10081         call BeginDoc in a BeginSetup/EndSetup block.
10083 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
10085         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10086         convert-standard-filename.
10088         * loadhist.el (symbol-file): Run fns-VERSION.el through
10089         convert-standard-filename.
10091 1998-11-06  Richard Stallman  <rms@gnu.org>
10093         * textmodes/texinfmt.el (texinfo-format-scan):
10094         Detect the case of two @-commands in a row; process just the first.
10095         (texinfo-append-refill): If line has a @c, insert the @refill
10096         before it.
10097         (texinfo-format-refill): Return with point where the @refill was.
10099         * files.el (hack-local-variables): Test local-enable-local-variables.
10100         (hack-local-variables-prop-line): Likewise.
10101         (set-auto-mode): Don't test local-enable-local-variables here.
10102         (enable-local-variables): Doc fix.
10103         (local-enable-local-variables): Doc fix.
10104         (normal-mode): Doc fix.
10106 1998-11-06  Karl Heuer  <kwzh@gnu.org>
10108         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10110 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
10112         * simple.el (line-number-mode): Doc fix.
10114 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
10116         * international/fontset.el (create-fontset-from-fontset-spec):
10117         Give correct arg to `error'.
10119 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
10121         * textmodes/sgml-mode.el (html-mode): Doc fix.
10122         (sgml-name-8bit-mode): Fix missing format character in message string.
10124 1998-11-05  Karl Heuer  <kwzh@gnu.org>
10126         * mail/sendmail.el (sendmail-send-it): Check for failure.
10128 1998-11-05  Richard Stallman  <rms@gnu.org>
10130         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10132         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10133         (close-rectangle): Define as alias.
10135 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
10137         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10139 1998-11-05  Dave Love  <fx@gnu.org>
10141         * help.el (describe-variable): Don't quote link to source.
10143 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
10145         * gud.el (gud-common-init): Use pop-to-buffer.
10146         (same-window-regexps): Add an element that matches all gud buffers.
10148 1998-11-04  Jason Rumney  <jasonr@altavista.net>
10150         * term/w32-win.el (x-get-selection-value): Alias to
10151         x-cut-buffer-or-selection-value.
10152         (w32-standard-fontset-spec): New variable.
10153         (w32-create-initial-fontsets, mouse-set-font): Check whether
10154         new-fontset is available.
10155         (w32-use-w32-font-dialog): Enable use of set-variable.
10157 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10159         * vc.el (with-vc-file, edit-vc-file): New macros.
10161 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
10163         * international/quail.el (quail-show-guidance-buf): Call
10164         set-minibuffer-window to set minibuffer window of the current
10165         frame correctly.
10167 1998-11-03  Theodore Jump <tjump@tertius.com>
10169         * term/w32-win.el: Require fontset.
10171 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
10173         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10174         (set-face-font-auto): Ditto.
10176 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10178         * mouse.el (mouse-drag-region): Fix typo.
10180 1998-11-02  Dave Love  <fx@gnu.org>
10182         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10183         (fortran-fontify-string): New function.
10184         (fortran-font-lock-keywords-1): Use it.
10186 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10188         * comint.el (comint-file-name-quote-list): Doc fix.
10190 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10192         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10193         build directory, not source directory.
10195         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10196         if we did not get one for the final move.
10198 1998-11-01  Dave Love  <fx@gnu.org>
10200         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10201         Don't funcall browse-url-browser-function.
10203         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10204         Don't funcall browse-url-browser-function.
10206         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10208 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10210         * files.el (revert-buffer): Doc fix.
10212 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10214         * textmodes/tex-mode.el (tex-start-options-string):
10215         Quote the backslashes with more backslashes.
10217 1998-10-31  Dave Love  <fx@gnu.org>
10219         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10220         (webjump): Don't funcall browse-url-browser-function.
10222 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10224         * international/quail.el (quail-start-translation): Handle
10225         switching of the frame in read-key-sequence.
10226         (quail-start-conversion): Likewise.
10227         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10228         windows before setting an appropriate window for it.
10229         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10230         quail-guidance-win to nil.
10231         (quail-update-guidance): If quail-guidance-buf is not in the
10232         selected frame, call quail-show-guidance-buf again.
10234 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10236         * progmodes/pascal.el (pascal-mode):
10237         `blink-matching-paren-dont-ignore-comments' set to t.
10239 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10241         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10243 1998-10-30  Dave Love  <fx@gnu.org>
10245         * vc.el (vc-backend-merge-news): Check for "P" output.
10247         * help.el (describe-variable): Hyperlink the definition.
10249 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10251         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10252         (sh-set-shell): Likewise.
10254         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10256         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10257         (edebug-on-error): Fix customize type to match that of
10258         debug-on-error.
10260         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10262         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10263         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10265         * international/mule-cmds.el (select-message-coding-system): Doc
10266         fix.
10268         * international/mule-diag.el (describe-coding-system): Describe
10269         all flags.
10271         * mail/sendmail.el (sendmail-coding-system,
10272         default-sendmail-coding-system): Doc fix.
10274         * simple.el (shell-command-on-region): Doc fix.
10276         * loadup.el: Write fns-*.el in current directory instead of
10277         data-directory since no installation directory exists yet.  Mark
10278         buffer unmodified afterwards.
10280         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10281         instead of data-directory since it is architecture dependent.
10282         (load-history-loaded): Update doc string.
10284 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10286         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10287         path as a default directory when canonicalizing names.
10289         * w32-fns.el: Remove a dangling reference to a directory on the
10290         build machine.
10292 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10294         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10295         namespace related keywords such as `class', `body', `private',
10296         `variable', `namespace eval', etc.
10297         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10298         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10299         imenu and font-lock so that searches for \sw would find words
10300         containing colons.
10302         * progmodes/etags.el (initialize-new-tags-table):
10303         Do not alter find-tag-marker-ring and tags-location-ring.
10305 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10307         * term/w32-win.el: Require fontset.
10308         (w32-init-fontsets): New function (code from x-win.el).
10310 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10312         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10313         calendar-and-diary-frame-parameters):  Add title parameter.
10315 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10317         * completion.el (dynamic-completion-mode): New function to enable
10318         the mode.  (Just loading the file now does not change anything.)
10320 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10322         * ps-print.el: User option for multibyte buffer handling and doc fix.
10323         (ps-multibyte-buffer): New user option.
10324         (ps-setup): Print new user option.
10325         (ps-print-quote): New fun.
10326         (ps-color-p, ps-mule-font-info-database-latin): New var.
10327         (ps-default-color, ps-mule-font-info-database)
10328         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10329         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10330         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10331         Little code improvement.
10332         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10333         (ps-print-prologue-header, ps-font-family, ps-font-size)
10334         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10335         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10336         (ps-mule-external-libraries, ps-mule-init-external-library)
10337         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10338         Doc fix.
10339         (ps-print-version): New version number (4.1.1) and doc fix.
10340         (ps-print-prologue-header): New user option.
10341         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10342         Conditional compilation for GNU Emacs and emacsens.
10343         (ps-generate-postscript-with-faces): Skip invisible text better.
10344         (ps-setup): Print new user option.
10345         (ps-print-preprint): Check if input file name exists and is unwritable.
10346         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10347         and insert user PostScript prologue header comments.
10348         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10349         New funs.
10350         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10351         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10352         PostScript programming normalization.
10353         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10354         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10355         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10356         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10357         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10358         Programming style normalization.
10360 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10362         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10363         version, check the value of mule-version.
10365         * international/mule-util.el (compose-region): Insert then delete
10366         to preserve markers.
10367         (decompose-region): Use search-forward for efficiency.
10369         * language/chinese.el (pre-write-encode-hz): Cancel previous
10370         change, use generate-new-buffer instead of get-buffer-create.
10371         * language/devan-util.el
10372         (in-is13194-devanagari-pre-write-conversion): Likewise.
10373         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10374         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10375         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10377 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10379         * mail/rmailsum.el (rmail-message-subject-p):
10380         Handle message whose header has not been reformatted.
10382         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10384 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10386         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10387         New variables.
10388         (mouse-set-font): Use font menus instead of dialog according to
10389         w32-use-w32-font-dialog.
10391 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10393         * calendar/calendar.el (calendar-day-name-array): Add doc string
10394         correctly!
10395         (calendar-month-name-array): Add doc string correctly!
10397 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10399         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10401 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10403         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10405         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10407         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10409         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10411 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10413         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10415 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10417         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10418         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10419         (profile-filter, profile-reset-timer): Functions deleted.
10420         (profile-check-zero-init-times, profile-get-time): Likewise.
10421         (profile-find-function, profile-quit): Likewise.
10422         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10423         (profile-time-list, profile-init-list): Doc fix.
10424         (profile-functions): Simplify.
10425         (profile-print): Use float.  Make output include space separators.
10426         (profile-add-time): New helper function.
10427         (profile-function-prolog): Renamed from profile-start-function.
10428         Handle profile-distinct.
10429         (profile-function-epilog): Renamed from profile-update-function.
10430         Handle profile-distinct.
10431         (profile-a-function): If the function to be profiled is an
10432         autoload form, load it.  If it's lazy-loaded, fetch it.
10433         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10434         (profile-restore-fun): Arg FUN is now a function symbol, as was
10435         documented, rather than a one-element list.
10436         (profile-finish): Call profile-restore-fun properly.
10438 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10440         * international/characters.el: Setup charset property
10441         nospace-between-words.
10443         * international/mule-cmds.el (get-charset-property): If CHARSET is
10444         composition, return nil.
10445         (put-charset-property): If CHARSET is composition, do nothing.
10447         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10448         * language/devan-util.el
10449         (in-is13194-devanagari-pre-write-conversion): Likewise.
10450         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10451         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10452         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10454         * textmodes/fill.el (sentence-end-without-period): New variable.
10455         (canonically-space-region): Pay attention to
10456         sentence-end-without-period.
10457         (fill-find-break-point): The first argument CHARSET deleted.
10458         Caller changed.
10459         (fill-region-as-paragraph): Pay attention to charset property
10460         nospace-between-words and text property nospace-between-words.
10462 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10464         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10465         an unrecognized shell.
10467 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10469         * desktop.el (desktop-save): Include minor modes symbolically.
10470         (desktop-create-buffer): Turn on all minor modes in `mim'.
10472 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10474         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10475         (sh-font-lock-keywords): Handle rpm and rpm2.
10476         (sh-ancestor-alist): Handle rpm.
10478         * files.el (auto-mode-alist): Recognize .rpm files.
10479         Also .spec and .mspec files.
10481 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10483         * faces.el (frame-set-background-mode): Enable the function for
10484         MSDOS frames.
10486 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10488         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10489         (calendar-month-name-array): Add doc string.
10491 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10493         * simple.el (kill-ring-max): Increased to 60.
10495 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10497         * international/characters.el: Setup auto-fill-chars.
10499         * international/kinsoku.el (kinsoku): Check the variable
10500         enable-kinsoku.
10502         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10503         Don't call kinsoku directly, intead call fill-find-break-point.
10505         * textmodes/fill.el: Setup `fill-find-break-point-function'
10506         property to character sets which require `kinsoku' processing for
10507         filling.
10508         (fill-find-break-point): New function.
10509         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10510         Don't call kinsoku directly, intead call fill-find-break-point.
10512 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10514         * faces.el (modify-face-read-string): Return (nil) for "none".
10515         (modify-face): Don't get error if (nil) is the argument.
10516         (face-try-color-list): Don't check whether nil is a valid color.
10518 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10520         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10521         Print message about each directory, even in batch mode.
10523         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10525         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10526         (ps-mule-string-char): No need to use sref.
10527         (ps-mule-next-index): No need to use sref.
10529         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10531         * files.el (revert-buffer-internal-hook): Add defvar.
10533         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10535         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10537 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10539         * international/mule-cmds.el (default-input-method): Fix custom type.
10541         * net-utils.el (whois-server-list): Fix customization type.
10543         * shell.el (shell-input-autoexpand): Fix customization group.
10545 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10547         * repeat.el (repeat): Handle keyboard macros properly.
10548         Handle new prefix arg after self-insert command.
10550         * repeat.el: Don't include cl even at compile time.
10551         (repeat): Avoid using `loop'.
10553         * simple.el (shell-command-on-region): Doc fix.
10554         (next-history-element): Special error message if no default.
10556 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
10558         * ps-print.el (ps-print-buffer): Doc fix.
10559         (ps-despool): Likewise.
10561         * arc-mode.el (arc-mode): Provide arc-mode.
10563 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10565         * ps-print.el (ps-print-buffer): Doc fix.
10567 1998-10-14  Dave Love  <fx@gnu.org>
10569         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
10570         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
10571         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
10573         * progmodes/fortran.el (fortran-mode-map): Change "Join
10574         Continuation Line" to "Join Line".
10575         (fortran-font-lock-keywords-1): Add "cycle", "exit".
10577 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10579         * progmodes/fortran.el (fortran-join-line): Use
10580         `delete-indentation' instead of issuing an error message if not on
10581         a continuation line.  Provide for joining several lines using
10582         prefix arg.
10584 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
10586         * term/pc-win.el (msdos-color-values): New variable.
10587         (x-color-values): New function, emulates its namesake from
10588         src/xfns.c.
10589         (msdos-bg-mode): Add all dark colors to those which return
10590         "dark".
10592 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10594         * replace.el (keep-lines, flush-lines, how-many):
10595         Don't ignore case if arg has upper case letters.
10597 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
10599         * progmodes/vhdl-mode.el
10600         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
10601         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
10602         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
10603         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
10604         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
10605         (vhdl-when): Fix indentation problem.
10606         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
10607         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
10608         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
10610 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
10612         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
10613         (ls-lisp-insert-directory): Renamed from insert-directory.
10614         (insert-directory): New function.
10616 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
10618         * simple.el (completion-fixup-function): Variable deleted.
10619         (completion-setup-function): Delete code for completion-fixup-function.
10620         * emacs-lisp/lisp.el (lisp-complete-symbol):
10621         Don't bind completion-fixup-function.
10623         * files.el (find-file-wildcards): New option.
10624         (find-file-noselect): Handle wild cards, if enabled.
10625         (file-expand-wildcards): New function.
10627         * simple.el (set-fill-column): Doc fix.
10629 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10631         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
10633 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
10635         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
10636         Move declaration before first use.
10637         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
10638         hif-math, hif-factor): Rename token to hif-token and token-list to
10639         hif-token-list.
10640         (hif-token, hif-token-list): Declare them.
10641         (hif-find-ifdef-block): Return cons of top and bottom point
10642         instead of setting dynamically bound variables.
10643         (hide-ifdef-block, show-ifdef-block): Use return value of
10644         hif-find-ifdef-block.
10646 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10648         * subr.el (read-passwd): Use clear-this-command-keys.
10650         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
10652         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
10653         and ...-for-write.
10655 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
10657         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
10658         responses to GROUP command, since this may be called from a timer
10659         with quit inhibited.
10661 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
10663         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
10664         set unconditional-jump to nil.
10665         (ccl-compile-read-multibyte-character): Return nil.
10666         (ccl-compile-write-multibyte-character): Likewise.
10667         (ccl-compile-translate-character): Likewise
10668         (ccl-compile-map-multiple): Likewise.
10669         (ccl-compile-map-single): Likewise.
10671         * international/kinsoku.el: Add coding tag.
10672         (kinsoku-bol): Remove superfluous TAB in a string.
10674         * international/mule-cmds.el (find-coding-systems-for-charsets):
10675         Delete `composition' (if any) from CHARSETS.
10677 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
10679         * international/mule-cmds.el (setup-specified-language-environment):
10680         Add apropos-inhibit property.
10681         (describe-specified-language-support): Likewise.
10683 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
10685         * international/mule.el (make-coding-system): Create -with-esc
10686         variant coding system.
10688 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10690         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
10691         (next-file): Optionally offer to revert a file's buffer,
10692         if it has an existing buffer but the file has changed.
10694         * info.el (Info-insert-dir): Detect and report problems
10695         in input files, such as "No Top node".  Return with point
10696         at the beginning of the text.
10697         (Info-find-node): Reinsert the code to handle files
10698         with no tags table; it was deleted by mistake.
10700 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
10702         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
10703         texinfo-find-higher-level-node repeatedly find the same node.
10704         (texinfo-find-higher-level-node): Doc fix.
10706 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
10708         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
10709         (smtpmail-address-buffer): Add defvar.
10710         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
10712         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
10714         * ffap.el (ffap-machine-p-local): Fix editing error.
10716 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
10718         * faces.el (frame-set-background-mode):
10719         Don't do anythung for text-only or MSDOS frame.
10721 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
10723         * international/quail.el (quail-defrule): New optional arg APPEND.
10724         (quail-defrule-internal): Fix bug of handling the argument APPEND.
10726 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10728         * gnus/pop3.el (pop3-open-server):
10729         Set process-coding-system-alist around open-network-stream.
10731 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10733         * files.el (save-buffer): Doc fix.
10735 1998-10-07  Karl Heuer  <kwzh@gnu.org>
10737         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
10738         return DEF unchanged, not nil.  Simplify.
10740 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
10742         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
10744 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
10746         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
10748         * net-utils.el (ftp, nslookup): Require comint.
10749         (network-service-connection): Likewise.
10750         (whois-server-name): Defaults to whois.arin.net
10751         (whois-server-list, whois-server-tld, whois-guess-server): New var.
10752         (whois): Tries to guess the appropriate top-level domain server.
10753         (whois-get-tld): New function.
10755         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
10756         (dirtrack-debug-toggle): Added this function.
10758 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10760         * files.el (find-file-noselect): Switch to the correct buffer
10761         before checking find-file-literally, and allow non-nil non-t
10762         rawfile params.
10764 1998-10-06  Karl Heuer  <kwzh@gnu.org>
10766         * midnight.el (clean-buffer-list): Add autoload cookie.
10768         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
10769         no-autosave.
10770         * tar-mode.el (tar-mode-revert): Likewise.
10771         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
10772         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
10773         * gnus/message.el (message-auto-save-directory): Renamed from
10774         message-autosave-directory.  All references changed.
10776 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10778         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
10779         string.  Expose mime stuff while searching.
10781 1998-10-06  Richard Stallman  <rms@gnu.org>
10783         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
10785         * replace.el (perform-replace): Position point properly
10786         before and after the recursive edit of C-r.
10788         * progmodes/etags.el (tags-reset-tags-tables): Properly
10789         find the markers in the old rings that are being discarded.
10791 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10793         * apropos.el (apropos-print): Control invalid characters.
10795         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10796         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
10797         confusing customize.
10799 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
10801         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
10802         built-in commands.  Add more built-in commands and fix face names.
10804 1998-10-05  Simon Marshall  <simon@gnu.org>
10806         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
10808 1998-10-04  Eric Ludlam  <zappo@gnu.org>
10810         * speedbar.el (speedbar-initial-expansion-list-name): Remove
10811         customization since it is not useful in this case.
10812         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
10813         sure it gets evalled to a number.  Also verify that set-frame-name
10814         fn exists before calling it.
10816         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10817         Protect a `forward-sexp' call which could fail, and improved regex
10818         for ie, and eg abbreviations.
10820 1998-10-02  Noah Friedman  <friedman@splode.com>
10822         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
10823         send-string.
10824         (rlogin-send-Ctrl-D): Here also.
10825         (rlogin-send-Ctrl-Z): Here also.
10826         (rlogin-send-Ctrl-backslash): Here also.
10828 1998-10-02  Dave Love  <fx@gnu.org>
10830         * outline.el (hide-region-body): Bind
10831         outline-view-change-hook to nil while making repeated calls to
10832         outline-flag-region.  Run it once at the end.
10833         (hide-other, hide-sublevels, show-children): Likewise.
10835         * info-look.el: Remove duplicate scheme-mode entry.
10836         (info-lookup-make-completions): When looking for entries, check
10837         that `item' isn't null or "Menu".
10839 1998-10-01  Karl Heuer  <kwzh@gnu.org>
10841         * net-utils.el: Don't require ffap.
10842         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
10843         (ping, nslookup-host, finger, network-connection-to-service): Use them.
10845 1998-09-30  Richard Stallman  <rms@gnu.org>
10847         * ispell.el (check-ispell-version): No need to bind default-major-mode.
10849         * imenu.el (imenu--generic-function): Sort each submenu by position.
10850         (imenu--sort-by-position): New function.
10852         * cus-edit.el (Custom-mode-menu): Fix info node name.
10853         (customize group): Fix info node name.
10855         * mail/mailalias.el (build-mail-aliases): Don't allow
10856         a newline in the alias name.  Don't define an alias
10857         if the definition would be empty.
10859         * which-func.el (which-func-mode-global): Make :set function
10860         more reliable.
10862         * custom.el (custom-set-variables): Load the requests first,
10863         then check the symbol's `set' function.
10865         * ffap.el: Doc fixes.
10867 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10869         * gnus.el: (gnus-valid-select-methods): Fix type.
10870         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
10871         * gnus-score.el (gnus-orphan-score): Fix type.
10872         (gnus-score-default-header, gnus-score-default-type): Fix type.
10873         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
10874         (gnus-saved-headers): Fix type.
10876         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
10877         Avoid nil value of `two-lines-citation-part'.
10879 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
10881         * which-func.el (which-function): Handle case when
10882         (car imenu--index-alist) is nil.
10884 1998-09-29  Dave Love  <fx@gnu.org>
10886         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
10887         bzip2 args.
10889 1998-09-29  Simon Marshall  <simon@gnu.org>
10891         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
10892         comint-exec-hook.
10894 1998-09-29  Stephen Eglen  <stephen@gnu.org>
10896         * info-look.el: Add support for Octave.
10898 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
10900         * textmodes/reftex.el (reftex-finding-files): New customize group.
10901         (reftex-texpath-environment-variables,
10902         reftex-use-external-file-finders, reftex-external-file-finders,
10903         reftex-search-unrecursed-path-first): New options.
10904         (reftex-process-string, reftex-find-file-externally): New
10905         functions.
10906         (reftex-access-search-path): Execute shell commands to find the
10907         search path.
10908         (reftex-toggle-auto-view-crossref): When turning on, make sure
10909         `reftex-auto-view-crossref' becomes non-nil.
10910         (reftex-abbrev-regexp): Constant removed.
10911         (reftex-convert-string): Abbrev regexp calculated locally.
10913 1998-09-28  Dave Love  <fx@gnu.org>
10915         * progmodes/fortran.el: Don't call regexp-opt when deriving
10916         font-lock patterns with keywords that aren't all literal.
10918 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10920         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
10921         the form `octave.bin:1>' which come from using precopiled binary
10922         versions.
10924 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10926         * help.el (help-for-help): Use %THIS-KEY%.
10927         (help-quit): Add doc.
10929         * help-macro.el (make-help-screen): Keep HELP-TEXT
10930         in a separate function definition, not in the help command FNAME.
10931         Replace %THIS-KEY% with the key sequence that ran FNAME.
10933 1998-09-25  Richard Stallman  <rms@gnu.org>
10935         * textmodes/texinfo.el (texinfo-show-structure):
10936         Bind inhibit-read-only.
10938         * isearch.el (isearch-search-and-update): Properly
10939         handle upper case letters in the reverse-search special case.
10941 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10943         * gnus.el: Extend the list of autoloaded functions.
10945         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
10946         buffer before creating help group. (from Gnus v5.6.43, fix by
10947         1998-08-20 Per Starback <starback@update.uu.se>)
10949         * gnus-util.el (gnus-output-to-rmail): Adjust to
10950         `rmail-output-to-rmail-file'.
10952 1998-09-25  Karl Heuer  <kwzh@gnu.org>
10954         * hexl.el (hexl-mode-map): More of previous change.
10956         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10957         (tex-start-tex): Don't use tex-start-options-string in star case.
10958         Quote file name in star case as well as in non-star.
10959         Add blank and quoting of option string here.
10960         (tex-start-options-string): Not here.
10962 1998-09-23  Karl Heuer  <kwzh@gnu.org>
10964         * term.el (term-delimiter-argument-list): Doc fix.
10965         (term-emulate-terminal): Escape literal semicolon.
10966         * progmodes/asm-mode.el (asm-mode): Doc fix.
10967         (asm-comment-char): Escape literal semicolon.
10968         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
10970 1998-09-23  Richard Stallman  <rms@gnu.org>
10972         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
10973         only those that normally modify the buffer.
10975         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
10976         over again.
10978 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
10980         * ispell.el (check-ispell-version): Ensure same buffer is current
10981         when let-binding of case-fold-search ends.
10983 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10985         * ps-print.el: Skip invisible overlay.
10986         Test for set-buffer-multibyte rather than using mule-version.
10987         (ps-print-version): New version number (4.1) and doc fix.
10988         (ps-generate-postscript-with-faces): Skip invisible overlay.
10990 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
10992         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
10994 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
10996         * international/quail.el (quail-update-guidance): Check for the
10997         return value of (quail-guidance) fixed.
10998         (quail-update-translation): Bind quail-current-str locally when it
10999         calls quail-update-guidance.
11000         (quail-update-translation): If input-method-exit-on-first-char is
11001         non-nil, terminate translation only when the current input method
11002         is simple.
11004 1998-09-22  Paul Eggert  <eggert@twinsun.com>
11006         * startup.el (locale-translation-file-name): Prefer X-related names
11007         to the name used by GNU/Linux sans X.  Set to nil if no file found.
11008         (command-line): Use locale-translation-file-name if it is not nil,
11009         instead of testing for its existence again.
11010         regexp-quote the ctype before using it in a regexp.
11011         Allow a colon to appear after the ctype in the aliases file,
11012         as is done in X11R6.4.
11014 1998-09-21  Richard Stallman  <rms@gnu.org>
11016         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11018         * calendar/appt.el (appt-interval): Variable deleted.
11019         (appt-check): For minutes in between appt-display-interval times,
11020         do check, but don't display anything except an updated mode line.
11021         Count against appt-display-interval based on minutes since
11022         first display of this appointment, not based on time of day.
11023         If appt-display-mode-line, force mode line redisplay
11024         whenever appt-mode-string has changed.
11025         (appt-add, appt-delete): Add autoload cookies.
11026         (appt-check): Catch errors from calling `diary'.
11027         (appt-max-time): Renamed from max-time.
11028         (appt-now-displayed, appt-display-count): New variables.
11029         (appt-timer): Don't create one if we already have one.
11031         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11032         More general code to use the source buffer instead of the zap file.
11034         * hilit-chg.el (highlight-compare-with-file): Renamed from
11035         compare-with-file.
11037         * loadhist.el (load-history-loaded): New variable.
11038         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11040         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11042         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11043         Fix error messages.
11045 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
11047         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11048         Emacs frame.
11050 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11052         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11053         `undecided' and `undecided-unix'.
11055 1998-09-21  Dave Love  <fx@gnu.org>
11057         * help.el (help-make-xrefs): Fix typo affecting Info references.
11059         * subr.el (remove-hook): Check list values to avoid errors.
11061 1998-09-18  Noah Friedman  <friedman@splode.com>
11063         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11064         store string in eldoc-last-message without consing a new string.
11065         Rearrange logic from nested if's into cond's.
11066         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11067         Do not print message; just return string.
11068         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11069         Do not print message; just return string.
11070         Cache that string in eldoc-last-data.
11071         (eldoc-last-data): Make into a vector.
11072         (eldoc-get-fnsym-args-string): Use new data form of structure.
11073         (eldoc-get-var-docstring): Here also.
11074         (eldoc-last-data-store): New function.
11075         (eldoc-get-fnsym-args-string): Use it.
11076         (eldoc-get-var-docstring): Here also.
11077         (eldoc-docstring-first-line): Minimize interim string consing.
11078         Call substitute-command-keys on the result.
11079         (eldoc-print-var-docstrings, eldoc-print-docstring,
11080         eldoc-docstring-message): Functions removed.
11081         (eldoc-docstring-format-sym-doc): New function, functionality
11082         ripped out of eldoc-docstring-message.
11083         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11085 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
11087         * international/mule.el (make-coding-system): Doc-string modified.
11089 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
11091         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11093         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11094         customize type.
11096         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11097         type.
11099         * progmodes/compile.el (compilation-error-screen-columns): New
11100         variable.
11101         (compilation-next-error-locus): Use it to decide whether to use
11102         forward-char or move-to-column.
11104         * mail/rmail.el (rmail-movemail-program): Fix customize type.
11106         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11107         feedmail-fiddle-plex-user-list,
11108         feedmail-spray-address-fiddle-plex-list,
11109         feedmail-prompt-before-queue-user-alist,
11110         feedmail-prompt-before-queue-help-supplement,
11111         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11112         feedmail-queue-alternative-mail-header-separator): Fix customize
11113         type.
11115         * startup.el (site-run-file): Fix customize type.
11117         * speedbar.el (speedbar-initial-expansion-list-name): Fix
11118         customize type.
11120         * shell.el (shell-input-autoexpand): Fix customize type.
11122         * ps-print.el (ps-font-info-database): Add missing dots in value.
11123         Improve layout of customize type.
11125         * net-utils.el (traceroute-program-options, ping-program-options,
11126         ipconfig-program-options, netstat-program-options,
11127         arp-program-options, route-program-options,
11128         nslookup-program-options, ftp-program-options): Fix customize
11129         type.
11131         * midnight.el (clean-buffer-list-kill-regexps,
11132         clean-buffer-list-kill-buffer-names,
11133         clean-buffer-list-kill-never-buffer-names,
11134         clean-buffer-list-kill-never-regexps): Fix customize type.
11136         * man.el (Man-init-defvars): Avoid trailing nil on
11137         Man-filter-list.
11139         * lpr.el (printer-name): Fix customize type.
11141 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
11143         * international/mule-cmds.el (reset-language-environment): Call
11144         update-coding-systems-internal.
11146         * international/mule-conf.el: Call update-coding-systems-internal
11147         at the tail.
11149 1998-09-14  Dave Love  <fx@gnu.org>
11151         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
11152         use the menu-enable properties, pending doing it correctly and
11153         acceptably fast.
11155         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11157 1998-09-13  Dave Love  <d.love@dl.ac.uk>
11159         * progmodes/hideshow.el (hs-grok-mode-type): Check
11160         comment-{start,end} non-nil as well as bound.  Report an error if
11161         we can't grok the mode.
11163 1998-09-13  Richard Stallman  <rms@gnu.org>
11165         * simple.el (blink-matching-open): Don't log paren matching
11166         messages in *Messages*.
11168 1998-09-12  Richard Stallman  <rms@gnu.org>
11170         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11171         Set point-before-scroll at end even if there was an error.
11173         * ange-ftp.el (ange-ftp-insert-file-contents):
11174         Use binary mode for dumb-unix hosts as for unix hosts.
11175         (ange-ftp-copy-file-internal): Likewise.
11177         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11179         * emacs-lisp/pp.el: Doc fixes.
11181         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11182         (widget-choose): Don't use single-char shortcuts if # items
11183         exceeds that many.  Use minibuffer instead.
11185 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11187         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11189 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11191         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11192         in terminal mode.
11194 1998-09-10  Noah Friedman  <friedman@splode.com>
11196         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11197         defcustom declaration.  It's wreaking too much havoc with XEmacs
11198         and older versions of Emacs, which share this code.
11200         * type-break.el (type-break-mode): Here also.
11202         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11203         `t' to add-hook also to modify the new local value.
11205 1998-09-10  Dave Love  <fx@gnu.org>
11207         * vc.el (vc-insert-headers): Doc fix.
11209 1998-09-10  Richard Stallman  <rms@gnu.org>
11211         * textmodes/flyspell.el (flyspell-mode-on): Make the
11212         ispell-... variables permanent locals.
11213         (flyspell-mode-off): Add autoload cookie.
11215         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11216         do use binary mode, just as for `unix'.
11217         (ange-ftp-host-type): If HOST is nil, return `unix'.
11219         * dired.el (dired-mark-files-containing-regexp):
11220         Don't scan directories.  Ignore non-readable files.
11222         * progmodes/compile.el (compilation-error-regexp-alist):
11223         Fix previous change: allow . and _ in command name.
11225         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11227         * uncompress.el (uncompress-while-visiting):
11228         Use just the car of what find-operation-coding-system returns.
11230         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11232         * shell.el (shell-file-name-quote-list): Add # to the value.
11234 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11236         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11237         to make killing of ispell process work even if
11238         kill-all-local-variables has been run.
11240 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11242         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11243         loop when sexp entry ends at end of file with no newline.
11245 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11247         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11248         (Custom-reset-standard): Fix menu inconsistency.
11250         * mail/feedmail.el (feedmail-from-line): Allow t.
11251         (feedmail-message-id-suffix): Allow nil.
11253         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11254         Simplify.  Make prefix arg work right.
11256 1998-09-09  Dave Love  <fx@gnu.org>
11258         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11260         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11262 1998-09-08  Dave Love  <fx@gnu.org>
11264         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11265         stuff only after file names or at start of line.  Allow parens
11266         around e-mail, as well as angles.
11268         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11269         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11270         time for nicer failure if it's not available.
11272 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11274         * comint.el (comint-arguments): Ignore backslashes when using
11275         w32 shells that expect backslashes as the directory separator.
11277 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11279         * international/fontset.el (resolved-ascii-font): New variable.
11280         (x-complement-fontset-spec): By side effect, set
11281         `resolved-ascii-font' to the resolved name of ASCII font."
11282         (create-fontset-from-fontset-spec): Don't get a value for
11283         resolved-ascii-font from the list full-fontlist.  It is set by
11284         x-complement-fontset-spec now.
11286         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11287         version, check the value of mule-version.
11289 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11291         * textmodes/reftex.el (reftex-view-crossref): Split up into
11292         several functions.  No longer moves to find a macro.
11293         (reftex-view-cr-cite, reftex-view-cr-ref,
11294         reftex-end-of-bib-entry): New functions.
11295         (reftex-auto-view-crossref): New value `window' allowed.
11296         (reftex-view-crossref-when-idle): Process new `window' option in
11297         (reftex-translate-to-ascii-function): New default.
11298         (reftex-label-illegal-re): Default changed, removed Latin1.
11299         (reftex-latin1-to-ascii): New function.
11300         (reftex-what-environment): Check for section regexp before use.
11301         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11302         absolute path names.
11303         (reftex-TeX-master-file): Changed sequence of file checks.
11304         (reftex-do-citation): bibview cache only with RefTeX mode on.
11306 1998-09-06  Richard Stallman  <rms@gnu.org>
11308         * progmodes/compile.el (compilation-error-regexp-alist):
11309         In first pattern (GNU utilities and other things),
11310         allow a space after the optional program name at the beginning.
11312         * mail/mail-hist.el (mail-hist-current-header-contents):
11313         Fix previous change: use mail-header-end.
11315 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11317         * international/ccl.el: Doc fixes.
11318         * international/encoded-kb.el: Doc fixes.
11319         * international/fontset.el: Doc fixes.
11320         * international/kinsoku.el: Doc fixes.
11321         * international/kkc.el: Doc fixes.
11322         * international/mule-cmds.el: Doc fixes.
11323         * international/mule-conf.el: Doc fixes.
11324         * international/mule-util.el: Doc fixes.
11325         * international/mule.el: Doc fixes.
11327 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11329         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11330         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11331         (checkdoc-this-string-valid-engine): Permit ? as terminating
11332         punctuation for first line sentence breaking.
11333         (checkdoc-this-string-valid): When converting a comment into a doc
11334         string, make sure " chars are \".
11335         (checkdoc-sentencespace-region-engine): Only do double space check
11336         if based on the variable `sentence-end-double-space'
11337         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11338         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11340 1998-09-04  Richard Stallman  <rms@gnu.org>
11342         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11343         Recognize define-skeleton as a function definer.
11345         * cus-edit.el (customize-option): Refuse to customize
11346         a variable that has no defcustom.  But if variable is autoloaded,
11347         first try to load the library that defines it.
11349         * international/iso-insert.el: Use `string' before calling `insert'
11350         so that in multibyte buffers we insert multibyte chars.
11352         * dired.el (dired-mark-files-containing-regexp):
11353         Don't use find-file; instead, insert the file in a temp buffer.
11355         * textmodes/tex-mode.el (tex-start-options-string): New option.
11356         (tex-start-tex): Use that variable.
11358         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11359         value in the `repeat' alternative a list.
11361         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11362         the inserted newline, verify that one was really inserted.
11364         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11365         remains on or remains off.
11366         (flyspell-multi-language-p): Default changed to nil.
11368         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11369         In "found in comment" case, don't beginning-of-line after forward-line.
11371         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11372         If the function definition is not a lambda, return original FORM
11373         with no error.
11375 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11377         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11378         so that by default netstat shows all network connections.
11380 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11382         * international/quail.el: Doc fixes.
11384         * info.el (info): Don't add parens if FILE already has them.
11386 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11388         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11389         on extension lines.
11391 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11393         * w32-fns.el (w32-shell-dos-semantics): New function.
11395 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11397         * international/quail.el (quail-choose-completion-string): Store
11398         completion `choice' in `quail-current-str'; don't insert it.
11400 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11402         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11403         argument to ps-mule-generate-bitmap-font.
11405         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11406         entry and change Latin-1 entry in the default value.
11407         (ps-mule-font-info-database-ps-bdf): New variable.
11408         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11409         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11410         registerd in FONT-SPEC.
11411         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11412         charcter width of bitmap fonts.
11413         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11414         procedure NF.
11415         (ps-begin-file): Output PostScript code for setting
11416         SpaceWidthRatio.
11417         (ps-plot-region): Use line-beginning-position to get a position of
11418         the beginning of the current line.
11420         * international/mule-cmds.el (register-input-method): Doc-string
11421         modified.
11423 1998-09-01  Dave Love  <fx@gnu.org>
11425         * international/mule-cmds.el (current-language-environment): Fix
11426         setter function.
11428 1998-09-01  Simon Marshall  <simon@gnu.org>
11430         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11431         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11432         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11433         names with font-lock-type-face.  Fontify type specs, etc., with
11434         font-lock-keyword-face.
11436 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11438         * international/fontset.el (x-complement-fontset-spec): If ASCII
11439         font is specified in FONTLIST, don't substitute it for the
11440         resolved name.
11442 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11444         * international/mule.el (charset-description): Doc fix.
11446         * language/chinese.el, language/cyrillic.el, language/czech.el,
11447         language/devanagari.el, language/ethiopic.el,
11448         language/european.el, language/hebrew.el, language/indian.el,
11449         language/japanese.el, language/korean.el, language/lao.el,
11450         language/slovak.el, language/thai.el, language/tibetan.el,
11451         language/vietnamese.el:
11452         Add coding: local variable, to avoid bootstrapping problem
11453         if you need to recompile all the Lisp files using interpreted code.
11455 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11457         * cal-china.el (chinese-year-cache): Change range of years from
11458         1989-2000 to 1990-2010.
11460 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11462         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11463         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11465 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11467         * ps-print.el (ps-print-control-characters): Doc-string modified.
11468         (ps-output-string-prim): Comment format changed.
11469         (ps-do-despool): Indentation of source code changed.
11471 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11473         * subr.el (sref): Make it an alias of aref.  Make the
11474         byte-compiler warn that it is obsolete.
11475         (char-bytes): Make the byte-compiler warn that it is obsolete.
11477         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11478         Calculate the total bytes using position-bytes instead of
11479         char-bytes.
11481 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11483         * snmp-mode.el: New file.
11484         * files.el (auto-mode-alist): Add snmp-mode patterns.
11486 1998-08-27  Karl Eichwalder  <ke@suse.de>
11488         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11490 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11492         * calendar/diary-lib.el (diary-block): Doc fix..
11493         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11495 1998-08-27  Richard Stallman  <rms@gnu.org>
11497         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11498         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11499         Clear appt-mode-string if we don't put something in it.
11501 1998-08-27  Dave Love  <fx@gnu.org>
11503         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11504         dired-local-variables-file for dired-x.
11506         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11507         for compressed library files too.
11509 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11511         * language/european.el ("Latin-1"): Modify `documentation' key value.
11512         ("Latin-2"): Likewise.
11514 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11516         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11518 1998-08-26  Albert L. Ting  <alt@artisan.com>
11520         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11521         (mail-hist-current-header-contents): Use mail-text-start.
11523 1998-08-26  Richard Stallman  <rms@gnu.org>
11525         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11526         (customize-changed-options-previous-release): New variable.
11527         (customize-changed-options): Use that variable as default arg.
11529 1998-08-26  Karl Eichwalder  <ke@suse.de>
11531         * midnight.el: Require `timer' not only when compiling.
11533 1998-08-26  Per Starback  <starback@update.uu.se>
11535         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11536         buffer before creating help group.
11538 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11540         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11541         coding-system-for-write before saving.
11543 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11545         * isearch.el (isearch-forward): Doc fix.
11547 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
11549         * emacs-lisp/find-func.el: Fix :version tags to have a string
11550         value, not a float.
11552         * cus-dep.el: Fix typo in output.
11554 1998-08-25  Dave Love  <fx@gnu.org>
11556         * repeat.el (repeat): Doc fix.
11557         [From rms:]
11558         (repeat-previous-repeated-command): New variable.
11559         (repeat): Check for real-last-command being null or repeat.  Set
11560         repeat-previous-repeated-command.
11562         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
11564 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
11566         * gnus/message.el (message-send-mail-with-sendmail): Bind
11567         coding-system-for-write by the return value of
11568         select-message-coding-system.
11569         (message-send-mail-with-qmail): Likewise.
11571 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
11573         * emacs-lisp/autoload.el: Fix doc-string-elt property on
11574         define-derived-mode.
11576         * files.el (file-name-invalid-regexp):
11577         Fix regex for ms-dos without long file names.
11579 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11581         * ps-print.el: Multi-byte buffer handling.
11582         (ps-print-version): New version number (4.0) and doc fix.
11583         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
11584         compilation for GNU Emacs and emacsens.
11585         (ps-generate-postscript-with-faces): Force invisible text to be
11586         visible.
11587         (dos-ps-printer): New var to avoid compilation gripes.
11589 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11591         * ps-print.el (ps-mule-plot-string): Pay attention to the case
11592         that no more characters can't be printed in the current line.
11594 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11596         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
11597         greater than TO.
11599 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11601         * ps-print.el: Add codes to make ps-print.el work also on Emacs
11602         20.2 and the earlier version.
11603         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
11604         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
11605         (ps-mule-find-wrappoint): Likewise.
11606         (ps-mule-generate-font): Change `X' to `x' in format
11607         control-string.
11608         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
11609         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
11610         `restore' form procedures `BC' and `EC'.
11612 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
11614         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
11615         is an executable procedure.  Make LineThickness, Xshadow, and
11616         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
11617         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
11618         ps-mule-font-info-database-bdf): New vars.
11619         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
11620         (ccl-encode-ethio-unicode): New CCL program.
11621         (ps-mule-encode-ethiopic): New fun.
11622         (ps-mule-current-charset): New var.
11623         (ps-mule-get-font-spec, ps-mule-font-spec-src,
11624         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
11625         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
11626         (ps-mule-external-libraries): New var.
11627         (ps-mule-init-external-library): New fun.
11628         (ps-mule-font-cache): New var.
11629         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
11630         (ps-last-font): New var.
11631         (ps-mule-prepare-font): New fun.
11632         (ps-mule-charset-list): New var.
11633         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
11634         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
11635         ps-mule-plot-string): New funs.
11636         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
11637         New vars.
11638         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
11639         ps-mule-prepare-cmpchar-font): New funs.
11640         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
11641         vars.
11642         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
11643         ps-mule-generate-bitmap-glyph): New funs.
11644         (ps-mule-initialize, ps-mule-begin): New funs.
11645         (ps-output-string-prim): Insert string as unibyte.
11646         (ps-output-prologue): New fun.
11647         (ps-flush-output): Handle the case of 'prologue.
11648         (ps-begin-file): Call ps-mule-initialize.
11649         (ps-begin-job): Set ps-control-or-escape-regexp differently if
11650         printing multibyte characters.
11651         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
11652         (ps-basic-plot-string): Handle the case of printing ASCII
11653         characters by external libraries (e.g. BDF).
11654         (ps-set-font): Set ps-last-font.
11655         (ps-plot-region): Handle multibyte characters, use
11656         ps-mule-plot-string for them.
11657         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
11659         * bdf.el: New file.
11661 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
11663         * international/mule-cmds.el (select-message-coding-system): New
11664         function.
11665         (set-language-environment-coding-systems): Set
11666         default-sendmail-coding-system.
11668         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
11669         (default-sendmail-coding-system): New variable.
11670         (sendmail-send-it): Encode the message by a coding system
11671         select-message-coding-system returns.
11673 1998-08-23  Eric Ludlam  <zappo@gnu.org>
11675         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
11676         (speedbar-mode): Set buffer to read only.
11677         (speedbar-temp-buffer-show-function): For emacs don't call hook
11678         with arguments.
11679         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
11681 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
11683         * speedbar.el (speedbar-key-map): Fix typo.
11685 See ChangeLog.7 for earlier changes.