(isearch-highlight): Turn internal-find-face into facep.
[emacs.git] / lisp / ChangeLog
blob6e7d4ba47436dc2a08883872670d2499ab626f7e
1 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
3         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5 2000-06-01  Dave Love  <fx@gnu.org>
7         * hl-line.el: Rewritten using define-minor-mode.
9         * help.el (describe-function-1): Distinguish special form from
10         builtin function.  Sanity-check presence of arglist for builtins.
12 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
14         * international/characters.el: Fix syntax/category setting of
15         Tibetan characters.
17         * language/tibet-util.el (tibetan-add-components): Fixes for new
18         encoding of Tibetan characters.
19         (tibetan-decompose-precomposition-alist): New variable.
20         (tibetan-decompose-region): Convert precomposed characters to
21         non-precomposed characters.
22         (tibetan-decompose-string): Likewise.
23         (tibetan-composition-function): Fix args to
24         thibetan-compose-string.
26         * language/tibetan.el (tibetan-composable-pattern): More
27         characters included.
28         (tibetan-consonant-transcription-alist): Rule for "R" added.
29         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
30         "+R" added.
31         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
33         * language/lao-util.el (lao-composition-function): Fix args to
34         compose-string.
36         * language/thai-util.el (thai-composition-function): Fix args to
37         compose-string.
39         * isearch.el (isearch-update): Set disable-point-adjustment to t
40         to prevent the point moving to the end of a composition when a
41         part of a composition is searched.
42         (isearch-other-meta-char): If the key invoking this command can be
43         mapped by function-key-map to a printing char, call
44         isearch-process-search-char directly.
46 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
48         * emacs-lisp/bytecomp.el:
49         * frame.el:
50         * international/mule-cmds.el:
51         * international/mule-util.el:
52         * international/mule.el:
53         * mouse.el:
54         * subr.el:
55         * faces.el: Update calls to make-obsolete with a WHEN argument.
57         * byte-run.el (make-obsolete, make-obsolete-variable):
58         Add an optional WHEN argument and change the format of the
59         symbol-property information. 
60         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
61         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
62         new obsolete-symbol-property format and print WHEN if it is provided.
64 2000-05-31  Dave Love  <fx@gnu.org>
66         * loadhist.el (loadhist-hook-functions): Remove
67         before-change-function, after-change-function.
68         (unload-feature): Deal with symbols which are both bound and
69         fbound.
71         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
72         before-change-function, after-change-function.
74         * simple.el (newline): Don't bind before-change-function,
75         after-change-function.
77 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
79         * whitespace.el (whitespace-rescan-timer-time): Update interval
80         set to 600 seconds (10 minutes) instead of 60 seconds since
81         a large number of whitespace buffers causes emacs to `freeze'
82         for a considerable amount of time.
84         * whitespace.el: Updated e-mail address
86 2000-05-31  Dave Love  <fx@gnu.org>
88         * add-log.el (change-log-font-lock-keywords) <function>: Add
89         pattern for function of change.
90         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
91         acknowledgements patterns.
93 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
95         * isearch.el (isearch-printing-char): If keyboard coding system is
96         being used, call isearch-process-search-multibyte-characters.
98         * international/isearch-x.el: Mostly rewritten.
100         * international/quail.el (quail-start-conversion): Don't include
101         unhandled events in the returned events, but set them in
102         unread-command-events.  Exit if all inputs are deleted.
104 2000-05-30  Jason Rumney  <jasonr@gnu.org>
106         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
108         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
109         Reenable code to create initial fontsets.
110         Use set-fontset-font in place of put-charset-property.
112 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
114         * progmodes/perl-mode.el (perl-indent-line): When looking for a
115         label, ensure that the first colon isn't followed by another.
117         * paths.el (Info-default-directory-list): Doc fix.
119         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
120         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
121         send a query containing USER only, not USER@HOST.
123         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
124         and rmail-msgend to compute the restriction at the end, instead of
125         computing it.
127 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
129         * dabbrev.el (dabbrev-expand): Don't display messages in the
130         echo area if the minibuffer window is active.
132         * jit-lock.el (jit-lock-mode): Add after change function to
133         local hook.
135 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
137         * antlr-mode.el: New commands: hide/unhide actions,
138         upcase/downcase literals.
139         (antlr-tiny-action-length): New user option.
140         (antlr-hide-actions): New command.  Suggested by
141         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
142         (antlr-mode-map): New binding [C-c C-v].
143         (antlr-mode-menu): New entries.
144         (antlr-downcase-literals): New command.
145         (antlr-upcase-literals): Ditto.
147         * antlr-mode.el: Minor changes: indendation, mode-name.
148         (antlr-indent-line): Indent cpp directive at column 0.
149         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
151         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
152         (antlr-font-lock-additional-keywords): Workaround for intentional
153         bug in XEmacs version of font-lock.
154         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
155         be used by a smarter version of `buffers-menu-grouping-function'.
157 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
159         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
160         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
162 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
164         * international/encoded-kb.el
165         (encoded-kbd-iso2022-designation-map): Pay attention to that
166         charset-iso-final-char return -1 for eight-bit-control and
167         eight-bit-graphic.
169 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
171         * speedbar.el (speedbar-use-images, speedbar-update-flag)
172         (speedbar-easymenu-definition-base): Use display-graphic-p where
173         available, instead of window-system.
175 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
177         * international/codepage.el (cp-coding-system-for-codepage-1): Add
178         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
179         coding systems.
181 2000-05-26  Dave Love  <fx@gnu.org>
183         * disp-table.el (standard-display-underline): Don't use
184         internal-find-face.
186         * mail/reporter.el: Maintainer change.  Doc fixes.
187         (reporter-version): Deleted.
189         * emacs-lisp/elp.el: Maintainer change.
190         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
192 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
194         * add-log.el (add-change-log-entry): Merge the current entry with the
195         previous one if the previous one is empty.
197 2000-05-26  Dave Love  <fx@gnu.org>
199         * loadhist.el (unload-feature): Fix interactive spec [from
200         lijnzaad@ebi.ac.uk].
202         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
203         subr-arity to check primitives.
204         (byte-compile-flush-pending, byte-compile-file-form-progn)
205         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
206         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
207         mapcar.
209 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
211         * international/fontset.el: Set family names of non-latin charsets
212         in default fontset to "*".
214         * international/mule-diag.el (print-fontset): Combine family part
215         and registry part of the fontname by "-*-" instead of "-".
217         * international/mule-cmds.el (encode-coding-char): Make strings
218         multibyte before calling encode-coding-string.
220 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
222         * derived.el: Fix keywords.
223         (define-derived-mode): Only define if needed.
225         * simple.el (fill-comment, comment-column, comment-start)
226         (comment-start-skip, comment-end, comment-indent-function)
227         (block-comment-start, block-comment-end, indent-for-comment)
228         (set-comment-column, kill-comment, comment-padding, comment-region)
229         (comment-multi-line, indent-new-comment-line): Remove.
231         * bindings.el (esc-map): Change ; to comment-dwim and use the new
232         function names for comment operations.
234         * newcomment.el: Add abundant autoload cookies.
235         (comment-style): Don't depend on runtime data at compile-time.
236         (comment-indent-hook): Remove.
237         (comment-indent): Check if comment-indent-hook is bound.
238         (comment-region): Docstring fix.
240 2000-05-25  Dave Love  <fx@gnu.org>
242         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
243         byte-code-function-p.
245         * mail/rmailsum.el: Add provide.
247         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
249         * smerge-mode.el (smerge-diff-switches): Don't use list* in
250         defcustom.
252 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
254         * ediff-diff.el (ediff-exec-process): delete --binary option from
255         non-buffer ediff jobs.
257 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
259         * hilit-chg.el (highlight-changes-mode): Ask about color or
260         grayscale support, not about window-system.
262         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
263         window-system.
264         (ffap-highlight): Always default to t.
266         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
267         display-popup-menus-p instead of looking at window-system.
269         * disp-table.el (standard-display-g1, standard-display-graphic):
270         Only refuse to use string glyphs on X and MS-Windows.
272         * avoid.el: Remove window-system from commentary, suggest to use
273         display-*-p instead.
275         * apropos.el (apropos-print): Use display-mouse-p instead of
276         window-system.
278 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
280         * international/codepage.el (cp-decoding-vector-for-codepage):
281         Fill up unsupported characters with their own codes.  From Kenichi
282         Handa.
284 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
286         * international/mule-diag.el (describe-char-after): Use
287         display-graphic-p instead of window-system, so that this function
288         works on MS-DOS.
290 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
292         * international/codepage.el (cp-make-coding-systems-for-codepage):
293         Remove the eight-bit-graphic and eight-bit-control charsets from
294         the list of charsets which we convert into `?'.
296 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
298         * international/mule-conf.el: Specify CHARSET-ID explicitely for
299         private charsets.
300         (mule-unicode-0100-24ff, japanese-jisx0213-1,
301         japanese-jisx0213-2): New charsets.
303         * international/fontset.el: Setup default fontset for new charsets.
305 2000-05-24  Dave Love  <fx@gnu.org>
307         * info.el (Info-find-node-2): Restructure [following "Vadim
308         S. Solomin" <sovs@uic.nnov.ru>].
310         * icomplete.el: Fix header for Finder.
312 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
314         * rmailout.el (rmail-output-to-rmail-file): Added optional param
315         STAY.
317         * rmail.el (rmail-automatic-folder-directives): New user variable.
318         (rmail-show-message): Add call to `rmail-auto-file' during
319         display.
320         (rmail-auto-file): New function.
322 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
324         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
325         account.
326         (ediff-test-utility,ediff-diff-mandatory-option)
327         (ediff-reset-diff-options): Utilities for proper initialization of
328         ediff-diff-options and ediff-diff3-options on Windows.
330         * ediff-init.el (ediff-merge-filename-prefix): New customizable
331         variable.
333         * ediff-mult.el (ediff-filegroup-action): Use
334         ediff-merge-filename-prefix.
336 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
338         * viper-ex.el (ex-write): Set selective display to nil.
340 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
342         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
343         aliases for hebrew-iso-8bit.
345 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
347         * woman.el: New version from Francis J. Wright
348         <F.J.Wright@Maths.QMW.ac.uk>.
349         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
350         names in environment variables regardless of the path separator.
351         (woman-topic-all-completions-1): Don't call file-name-directory-p
352         on all files, since woman-file-regexp already filters out any
353         directories.
355 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
357         * international/quail.el (quail-start-translation): Don't change
358         modified-p of the current buffer.
359         (quail-start-conversion): Likewise.
361         * international/kkc.el (kkc-region): Don't change modified-p of
362         the current buffer.
364         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
365         conform to RFC1468.
366         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
368 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
370         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
371         (speedbar-insert-button): Invisible text property fix.
372         (speedbar-directory-plus): Renamed from speedbar-directory-+
373         (speedbar-directory-minus): Renamed from speedbar-directory--
374         (speedbar-page-plus): Renamed from speedbar-file-+
375         (speedbar-page-minus): Renamed from speedbar-file--
376         (speedbar-page): Renamed from speedbar-file-
377         (speedbar-tag): Renamed from speedbar-tag-
378         (speedbar-tag-plus): Renamed from speedbar-tag-+
379         (speedbar-tag-minus): Renamed from speedbar-tag--
380         (speedbar-expand-image-button-alist): Use above renames.
382         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
383         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
384         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
385         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
386         * sb-pg.xpm: Renamed from sb-file.xpm
387         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
388         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
390 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
392         * international/quail.el (quail-show-guidance-buf): Set
393         current-input-method of the guidance buffer to the name of the
394         curren input method.
396 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
398         * progmodes/compile.el (compile-internal): Style typo.
400         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
401         quote vars and functions in the docstring.
403         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
405         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
406         Don't quote lambdas.
408         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
410 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
412         * startup.el (command-line): Determine source file of compiled
413         user init file differently.  Warn if compiled user init file
414         is older than its source file.
416         * ffap.el (ffap-url-regexp): Add `https'.
418 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
420         * files.el (make-backup-file-name-1): Replace slashes with `!'
421         rather than `|' (which is not allowed on Windows).  Replace the
422         drive letters with a string "drive_X".
424 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
426         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
428         * files.el (interpreter-mode-alist): Add `bash2'.
430 2000-05-22  Dave Love  <fx@gnu.org>
432         * loadhist.el (feature-symbols, file-provides, file-requires): Use
433         mapc.
434         (feature-file): Avoid calling symbol-name.  Doc fix.
435         (file-set-intersect, file-dependents): Use dolist, not mapcar.
436         (loadhist-hook-functions): Add mouse-position-function.
437         (unload-feature): Change uses of mapcar.
439         * files.el (parse-colon-path): Doc fix.
440         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
441         (set-auto-mode): Use mapc.
443         * complete.el (PC-look-for-include-file): Use :alnum: character
444         class.
445         (partial-completion-mode): Add autoload cookie.
447 2000-05-22  Sam Steingold  <sds@gnu.org>
449         * info.el (Info-fontify-node): Fixed the call to
450         `add-text-properties' (bug introduced on 2000-05-18).
452 2000-05-22  Dave Love  <fx@gnu.org>
454         * bindings.el: Remove debug-ignored-errors set in other files.
456         * progmodes/etags.el: Add to debug-ignored-errors.
457         (visit-tags-table-buffer): Clear out buffers holding old tables
458         when making a new list.
459         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
460         mapc.
462         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
463         quote keywords.
464         (cmpl-string-case-type): Use character classes.
466         * comint.el:
467         * textmodes/ispell.el:
468         * imenu.el:
469         * mail/mh-e.el:
470         * progmodes/compile.el: Add to debug-ignored-errors.
472         * dabbrev.el: Add to debug-ignored-errors.
473         (dabbrev-completion): Use mapc.
475 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
477         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
478         (woman-mapcan, woman-parse-man.conf)
479         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
480         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
481         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
482         path syntax better.
483         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
484         (woman-manpath): Call woman-parse-man.conf.
485         (woman-emulation): New defcustom, defaults to nroff.
486         (woman-font-support): New defconst.
487         (woman-use-symbol-font): New defcustom.
488         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
489         "Emulation".
490         Many functions: Doc fix.
492 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
494         * international/quail.el (quail-simple-translation-keymap): Map
495         128..255 to quail-self-insert-command.
496         (quail-keyboard-layout-alist): Add definition for "pc102-de".
498 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
500         * help.el (help-manyarg-func-alist): Typo.
502         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
503         intervals which makes it heaps simpler.
505         * newcomment.el (comment-region-internal): Go back to BEG after quoting
506         the nested comment markers.
508         * subr.el (remove-hook): Don't turn the hook's value into a list.
510 2000-05-21  Dave Love  <fx@gnu.org>
512         * edmacro.el (edmacro-parse-keys): Return vector if any elements
513         are invalid characters.
515         * international/mule-util.el (detect-coding-with-priority): Use
516         mapc.  Remove redundant lambda.
518         * international/mule-diag.el (list-non-iso-charset-chars)
519         (describe-fontset): Remove redundant lambda.
521         * emulation/crisp.el (brief-mode): New alias.
523         * emacs-lisp/ring.el (ring-elements): New function.
525         * emacs-lisp/easymenu.el (easy-menu-create-menu)
526         (easy-menu-do-add-item): Use keywordp.
528         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
530         * replace.el: Doc and error message fixes.
531         (replace-highlight): Use facep, not internal-find-face.
533 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
535         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
537         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
538         (log-edit-insert-changelog): Drop `:' as well.
540         * log-view.el: Fix file description.
541         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
542         available.
543         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
544         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
546         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
547         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
548         Print a status message if the toggle is called interactively.
549         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
550         for global minor modes and use `defcustom' for them.
551         Use add-minor-mode.
552         (easy-mmode-define-derived-mode): Remove.
553         (define-derived-mode): Fancier default docstring.
554         (easy-mmode-define-navigation): Signal an error rather than (ding).
556         * newcomment.el (comment-styles): New `box-multi'.
557         (comment-normalize-vars): Better default for comment-continue to
558         avoid whitespace-only continuations.
559         (comment-search-forward): Always move even in the no-syntax case.
560         (comment-padright): Only obey N if it's only obeyed for padleft.
561         (comment-make-extra-lines): Better handling of empty continuations.
562         Use `=' for the filler if comment-start has only one character.
563         (uncomment-region): Try handling the special `=' filler.
564         (comment-region): Allow LINES even if MULTI is nil.
565         (comment-box): Choose box style based on comment-style.
567 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
569         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
570         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
572 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
574         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
575         and insert, not subst-char-in-region.
577         * international/mule-diag.el (list-character-sets-1): Handle
578         charsets eight-bit-control and eight-bit-graphic.
579         (list-iso-charset-chars): Likewise.
580         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
581         charactes as is.  Use indent-to to align characters.
583         * international/mule-cmds.el (find-multibyte-characters): Never
584         exclude charsets eight-bit-control and eight-bit-graphic.
586 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
588         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
589         Don't quote lambdas.
591         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
593 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
595         * gud.el (gud-jdb-directories): Doc fix.
597 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
599         * newcomment.el: New file.
601 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
603         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
605 2000-05-18  Andreas Schwab  <schwab@suse.de>
607         * dired.el (dired-between-files): Also skip lines beginning with
608         `used'.
610 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
612         * msb.el (msb-menu-cond): Add choice `user'.
614 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
616         * ps-print.el: Compatibility, customization and doc fix.
617         (ps-printer-name-option): Replace defconst by defvar.
618         (ps-postscript-code-directory): XEmacs compatibility.
619         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
620         fix.
621         (ps-user-defined-prologue, ps-print-prologue-header)
622         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
623         compatibility and code fix.
624         (ps-print-background-image, ps-print-background-text):
625         Customization fix.
626         (ps-line-number-start, ps-n-up-on): New vars.
628 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
630         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
631         the indent-comment function to just return the appropriate indent.
633 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
635         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
636         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
637         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
639 2000-05-18  Dave Love  <fx@gnu.org>
641         * info.el (Info-fontify-node): Add intangible property as well as
642         invisible.
644         * calendar/appt.el (appt-make-list): Match all lines of entry.
645         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
647 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
649         * international/mule-diag.el (describe-char-after): Call
650         internal-char-font, not char-font.  If internal-char-font returns
651         nil, display "-- none --".
653 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
655         * image.el (image-type-available-p): Don't reference image-types
656         if it isn't bound.
658 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
660         * autoarg.el (autoarg-mode): Typo in the :set argument.
662 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
664         * startup.el (command-line-1): Don't signal an error if the
665         directory for auto-save-list files does not yet exist.
667 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
669         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
671 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
673         * subr.el (remove-hook): `setq' hook-value, not `set'.
675 2000-05-16  Sam Steingold  <sds@gnu.org>
677         * info.el (debug-ignored-errors): More errors to ignore.
679 2000-05-16  Dave Love  <fx@gnu.org>
681         * cus-edit.el: Don't require cl or easymenu.
682         (custom-variable-prompt): Test standard-value property, not
683         user-variable-p.
685 2000-05-16  Sam Steingold  <sds@gnu.org>
687         * subr.el (add-hook): `setq' hook-value, not `set'.
689 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
691         * startup.el (command-line-1): Mention the FAQ in the startup
692         message.
694         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
696         * progmodes/compile.el (compilation-parse-errors): Collect
697         `nomessage' regexps last.
699         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
701         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
702         to the function name.
704 2000-05-15  Dave Love  <fx@gnu.org>
706         * speedbar.el (speedbar-recenter): Typo.
707         (speedbar-expand-line): Make arg optional.
708         (speedbar-mode): Avoid a compiler warning.
710 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
712         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
713         user-specified option string is empty.
715         * mouse.el (mouse-yank-at-click): Doc fix.
717 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
719         * term/internal.el (IT-character-translations): More updates of
720         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
721         documents.
723 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
725         * env.el (getenv): New function, interactively callable.
726         (setenv, getenv): Remove autoload cookies.
728         * loadup.el: Load `env'.
730         * progmodes/f90.el: Change author's mail address.
732 2000-05-14  Dave Love  <fx@gnu.org>
734         * mail/rmail.el (rmail-show-message-hook): Customize and offer
735         goto-addr as an option.
737         * help.el (help-xref-stack): Doc fix.
738         (help-xref-following): New variable.
739         (help-make-xrefs): Use it.
740         (help-xref-go-back): Use position information from stack element.
741         (help-follow): Make position in stack element a pair.  Use
742         help-xref-following.
744         * autoarg.el: New file.
746         * faces.el: Declare more functions obsolete.
748         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
749         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
750         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
751         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
752         Remove all the setup-...-environment functions.
754 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
756         * speedbar.el: Updated the commentary section.  xemacs20p now uses
757         >= when detecting.  Require `defimage' safely.
758         (speedbar-easymenu-definition-base): Add toggle for images.
759         (speedbar-easymenu-definition-special): Add flush cache & expand.
760         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
761         (speedbar-reconfigure-keymaps-hook): New variable.
762         (speedbar-frame-parameters): Updated documentation.
763         (speedbar-use-imenu-flag): Updated custom tag
764         (speedbar-dynamic-tags-function-list): New variable.
765         (speedbar-tag-hierarchy-method): Updated doc & custom.
766         (speedbar-indentation-width, speedbar-indentation-width) New
767         variables.
768         (speedbar-hide-button-brackets-flag): Customizable.
769         (speedbar-vc-indicator): Doc update.
770         (speedbar-ignored-path-expressions): Updated default value.
771         (speedbar-supported-extension-expressions): Updated default value.
772         (speedbar-syntax-table): Remove {} paren status.
773         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
774         as "+".  Added overlay aliases.
775         (speedbar-mode): Use `speedbar-mode-line-update' instead of
776         `force-mode-line-update'.
777         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
778         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
779         `mouse-set-point'
780         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
781         (speedbar-item-info-tag-helper): Revamped to handle a wider range
782         of arbitrary text, and new helper functions.
783         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
784         filename finder.
785         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
786         (speedbar-directory-buttons): Update path search/expansion.
787         (speedbar-make-tag-line): Pay attention to
788         `speedbar-indentation-width'.  Use more care w/ invisible
789         properties.
790         (speedbar-change-expand-button-char): Call
791         `speedbar-insert-image-button-maybe'.
792         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
793         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
794         (speedbar-trim-words-tag-hierarchy)
795         (speedbar-simple-group-tag-hierarchy): New functions
796         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
797         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
798         functions.
799         (speedbar-mouse-set-point): New function
800         (speedbar-power-click): Updated documentation.
801         (speedbar-line-token, speedbar-goto-this-file): Handle more types
802         of tag prefix text.
803         (speedbar-expand-line, speedbar-contract-line): Make more robust
804         to strange text.
805         (speedbar-expand-line): Takes universal argument to flush the
806         cache.
807         (speedbar-flush-expand-line): New function.
808         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
809         Use new generator insertion method.
810         (speedbar-fetch-dynamic-tags): New function.
811         (speedbar-fetch-dynamic-imenu): Removed code now handled in
812         `speedbar-fetch-dynamic-imenu'.
813         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
814         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
815         "Revert Buffer" menu items.
816         (speedbar-buffer-buttons-engine): Be smarter when creating a
817         filename tag (for expansion purposes.).
818         (speedbar-highlight-one-tag-line,
819         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
820         (speedbar-recenter): New functions.
821         (defimage-speedbar): Image loading abstraction.
822         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
823         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
824         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
825         (speedbar-tag-type, speedbar-tag-mail): New images.
826         (speedbar-expand-image-button-alist): New variable.
827         (speedbar-insert-image-button-maybe): Insert an image over some
828         buttons.
830 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
832         * international/mule-cmds.el (encode-coding-char): An ASCII
833         character is always encodable.
835         * international/mule-conf.el: Add more information in descriptions
836         of character sets.
838         * international/mule-diag.el (describe-char-after): New function.
839         (describe-font-internal): Adjusted for the change of font-info.
840         (describe-font): Likewise.
841         (print-fontset): Rewritten for the new fontset implementation.
842         (describe-fontset): Include fontset alias names in completion.
843         (list-fontsets): Adjusted for the change of print-fontset.
845         * simple.el (what-cursor-position): If DETAIL is non-nil, call
846         describe-char-after instead of displaying the detail in the echo
847         area.
848         (syntax-code-table): Format changed.
849         (string-to-syntax): Adjusted for the above change.
851 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
853         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
855 2000-05-12  Dave Love  <fx@gnu.org>
857         * calendar/todo-mode.el: Remove some compatibility stuff and CL
858         dependence.  Use line-{beginning,end}-position, not
859         point-at{b,e}ol.  Some doc fixes.
860         (todo-position): New function.  Fix callers of position to use it.
861         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
863 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
865         * time.el (display-time-mail-icon): Use `:ascent center'.
867         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
868         handling FTP security extensions.
870 2000-05-11  Dave Love  <fx@gnu.org>
872         * calendar/todo-mode.el: New file.
874 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
876         * comint.el (comint-read-input-ring): Move reference to
877         comint-input-ring-size outside of the save-excursion.  It was
878         causing the default value to be the only one ever seen.
880         * font-lock.el: Update copyright.  Remove Simon Marshall's email
881         address on request from him.
883         * subr.el (substitute-key-definition): Add comment describing
884         the meaning of PREFIX.
886 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
888         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
890         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
891         (add-minor-mode): Don't make the variable buffer-local and add a
892         reference to define-minor-mode in the docstring.
894         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
895         HEADER/FOOTER and fix bug with trailing empty directory.
896         (cvs-append-to-ignore): Use vc-editable-p if available.
897         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
898         (vc-do-command): Tweak advice to handle the new VC.
900         * log-view.el (log-view-goto-rev): New function for the new VC.
901         (log-view-minor-wrap): Use mark-active.
903         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
904         (log-edit-changelog-full-paragraphs): New var.
905         (log-edit-insert-changelog): Remove a lonely leading `* file'.
906         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
907         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
908         (log-edit-changelog-ours-p, log-edit-changelog-entries)
909         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
910         Replace the `cvs' prefix with `log-edit'.
912         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
914         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
915         (diff-font-lock-defaults): Explicitly turn off multiline.
916         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
917         (diff-ediff-patch): Fix call to ediff-patch-file.
918         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
919         Handle comments.
921         * frame.el (automatic-hscrolling): Typo.
923         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
925 2000-05-09  Sam Steingold  <sds@goems.com>
927         * apropos.el (apropos-print): use `describe-face' instead of
928         `customize-face-other-window'.
930 2000-05-09  Dave Love  <fx@gnu.org>
932         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
934         * help.el (describe-variable): Have customize button pop the
935         help-xref stack when invoked.
936         (help-xref-symbol-regexp): Add `face'.
937         (help-make-xrefs): Check for quoted face names and adapt regexp
938         submatch numbers to cope.
939         (help-xref-interned): Maybe insert face doc too.  Separate
940         sections with a line of hyphens.
942         * faces.el:  Some doc fixes.  Declare some functions obsolete.
943         (describe-face): Add customize button.  Return the help
944         text.  Fix prompt.
946 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
948         * term/internal.el (IT-character-translations): Fix last change.
950 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
952         * woman.el: New file
953         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
955 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
957         * term/internal.el (IT-character-translations): Update ASCII
958         simulations for greek-iso8859-7, add latin-iso8859-14 and
959         latin-iso8859-15.
961         * international/mule-cmds.el (set-language-info-alist): Call
962         define-prefix-command with 3 arguments, to make the map suitable
963         for a menu.
965 2000-05-07  Dave Love  <fx@gnu.org>
967         * time.el: Small doc fixes from Pavel Janík ml..
969 2000-05-05  Dave Love  <fx@gnu.org>
971         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
972         list in doc string.  Don't quote keyword symbols.
973         * emacs-lisp/cl.el: Likewise
974         * emacs-lisp/cl-seq.el: Likewise
976 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
978         * abbrev.el (abbrev-mode): Make ARG optional.
980 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
982         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
984         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
986         * subr.el (substitute-key-definition): Clarify documentation.
988 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
990         * glasses.el (glasses-convert-to-unreadable): Use
991         `glasses-separator' instead of the hard-wired "_".
992         (glasses-mode): Call `glasses-make-unreadable' only in a single
993         place.
995 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
997         * term/internal.el (cjk-codepages-alist): Add associations for
998         Chinese and Korean codepages.  Remove FIXME comment.
1000 2000-05-03  Dave Love  <fx@gnu.org>
1002         * time.el (display-time-mail-face, display-time-use-mail-icon):
1003         New option.
1004         (display-time-mail-icon): New variable.
1005         (display-time-string-forms): Use the above.  Fix the local-map.
1007 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1009         * replace.el (query-replace-map): Add binding for `E'.
1010         (query-replace-help): Extend help text.
1011         (perform-replace): Allow editing the replacement string.
1013         * make-mode.el (makefile-mode-abbrev-table): New variable.
1014         (makefile-mode): Set local abbrev table to
1015         makefile-mode-abbrev-table.
1016         (makefile-font-lock-keywords): Fontify includes and conditionals.
1018         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1019         set TOGGLE's value.
1021         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1022         mail-interactive-insert-alias.
1023         (mail-abbrev-complete-alias): New command.
1024         (mail-mode-map): Bind it to `M-TAB'.
1026 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
1028         * language/lao-util.el (lao-compose-region): New function.
1030 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
1032         * files.el (recover-session): Make directories as necessary
1033         if they don't exist yet.
1035         * calendar/cal-french.el
1036         (french-calendar-multibyte-special-days-array)
1037         (french-calendar-special-days-array): Change French text.
1038         (calendar-french-date-string): Change output.
1039         (calendar-goto-french-date): Likewise.
1041 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1043         * wid-edit.el (widget-default-active): Obey `:always-active'.
1044         (widget-documentation-string-value-create): Set `:always-active'.
1046 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1048         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1049         default prefix to `~/_emacs.d/auto-save.list/_s'.
1050         (normal-top-level): Create the directory for auto-save files, if
1051         it doesn't already exist (in the ms-dos case only).
1053 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1055         * international/mule-cmds.el (set-language-environment): Don't
1056         concat an integer (dos-codepage), use format instead.
1058 2000-05-02  Dave Love  <fx@gnu.org>
1060         * help.el (help-xref-on-pp): Check for constant symbols.
1062 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
1064         * startup.el (normal-top-level): Put a condition-case around
1065         the code loading subdirs.el.
1067 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1069         * ps-print.el: Upside-down and face background color printing,
1070         line number step, doc fix.
1071         (ps-print-version): New version number (5.2).
1072         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1073         (ps-face-attribute-list, ps-plot-with-face): Code fix.
1074         (ps-spool-config): Var fix.
1075         (ps-printer-name-option): Const fix.
1076         (ps-print-upside-down, ps-use-face-background)
1077         (ps-line-number-step): New vars.
1078         (ps-window-system, ps-lp-system): New consts.
1079         (ps-face-background): New fun.
1081 2000-04-28  Richard Stallman  <rms@gnu.org>
1083         * files.el (make-auto-save-file-name):
1084         Apply auto-save-file-name-transforms to visited file name
1085         before generating auto save file name.
1086         (auto-save-file-name-transforms): New variable.
1088         * files.el (backup-enable-predicate):
1089         Correctly test for a file under a temporary directory.
1091 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
1093         * subr.el (add-minor-mode): Rewritten.
1095 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
1097         * mail/sendmail.el (sendmail-send-it): Set
1098         buffer-file-coding-system to the selected coding system for MIME
1099         header.
1101 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
1103         * dired.el (dired-move-to-filename-regexp): Allow format where
1104         YYYY is followed by two spaces.
1106         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1107         in the second character class of the regexp.
1109         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1110         mh-etc, too.
1112         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1113         nil.
1115         * subr.el (add-minor-mode): Use `set' instead of `setq'.
1117         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1118         argument.
1120 2000-04-27  Sen Nagata <sen@eccosys.com>
1122         * emacs-lisp/crm.el (crm-completion-table): New variable.
1123         (crm-collection-fn, crm-test-completion)
1124         (completing-read-multiple): Use it.
1126 2000-04-27  Dave Love  <fx@gnu.org>
1128         * help.el (locate-library): Use mapc.
1129         (help-manyarg-func-alist): Add call-process-region.
1131 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
1133         * subr.el (add-minor-mode): Make argument MAP optional.
1135         * desktop.el (desktop-save): Save list of minor modes.
1136         (desktop-create-buffer): Restore minor modes.
1137         (desktop-minor-mode-table): New user-option.
1139         * subr.el (add-minor-mode): New function.
1141         * image.el (find-image): New function.
1142         (defimage): Rewritten to find image at load time.
1144         * startup.el (normal-top-level-add-to-load-path): Handle
1145         case that the default directory is not in load-path.
1147         * help.el: Old patch from Stefan Monnier.
1148         (help-xref-on-pp): New function.
1149         (describe-variable): Use it to display xrefs in a symbol's value.
1151 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
1153         * cus-edit.el (custom-face): Fix parenthesis.
1155 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
1157         * mail/rmail.el (rmail-expunge): When there are no deleted
1158         messages, do nothing.
1160 2000-04-26  Dave Love  <fx@gnu.org>
1162         * international/mule-cmds.el (locale-translation-file-name):
1163         Defvar to nil.
1164         (set-locale-environment): Set it here (at runtime).
1166 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
1168         * replace.el (perform-replace): Add parameters START and END.  Use
1169         them instead of the check for a region in Transient Mark mode.
1170         (query-replace-read-args): Return two more list elements for the
1171         start and end of the region in Transient Mark mode.
1172         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1173         (map-query-replace-regexp, replace-string, replace-regexp): Add
1174         optional last arguments START and END and pass them to
1175         perform-replace.
1177         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1178         form with additional arguments for perform-replace.
1180         * progmodes/etags.el (tags-query-replace): Add parameters START
1181         and END.  Construct a form with additional arguments for
1182         perform-replace.
1184         * simple.el (shell-command): Set default directory for "*Shell
1185         Command Output" buffer.
1187         * language/european.el (iso-latin-4): Fix typo.
1189         * emacs-lisp/crm.el: New file.
1191 2000-04-24  Dave Love  <fx@gnu.org>
1193         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1194         (Custom-reset-saved, Custom-reset-standard)
1195         (custom-group-value-create, custom-group-set, custom-group-save)
1196         (custom-group-reset-current, custom-group-reset-saved)
1197         (custom-group-reset-standard): Use mapc.
1198         (custom-buffer-create-internal): Disable undo when creating items.
1199         Use mapc.
1200         (custom-face): Avoid redundant lambda.
1202 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1204         * startup.el (auto-save-list-file-prefix): Set default to
1205         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1207 2000-04-24  Sam Steingold  <sds@gnu.org>
1209         * time-stamp.el (time-stamp-string-preprocess): Always convert
1210         `field-result' to a string.
1212 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1214         * frame.el (scrolling): New group.
1215         (automatic-hscrolling): New user-option.
1217         * startup.el (command-line-x-option-alist): Add `-lsp' and
1218         `--line-spacing'.
1220 2000-04-19  Dave Love  <fx@gnu.org>
1222         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1223         (cl-mapc): Rename from mapc.  Fix the funcall.
1225 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
1227         * simple.el (clone-indirect-buffer-other-window): New command.
1228         (clone-indirect-buffer): Add optional arg NORECROD.
1229         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1231         * help.el (resize-temp-buffer-window): Use count-screen-lines.
1233         * window.el (count-screen-lines): New function.
1234         (shrink-window-if-larger-than-buffer): Use count-screen-lines
1235         instead of window-buffer-height.
1237         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1238         non-existing variable comint-input-sentinel.
1239         (inferior-lisp-args-to-list): Removed.
1240         (inferior-lisp): Use split-string instead of
1241         inferior-lisp-args-to-list.
1243         * hexl.el (hexl-insert-hex-string): New command.
1245         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1246         instead of concat.
1248 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
1250         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1251         at the start of an existing but empty folder.
1253 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1255         * ps-mule.el: Customization fix, doc fix.
1256         (ps-multibyte-buffer): Customization fix.
1258 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1260         * subr.el (read-passwd): Use read-char-exclusive.
1262 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
1264         * textmodes/texinfo.el (texinfo-insert-@email)
1265         (texinfo-insert-@emph, texinfo-insert-@quotation)
1266         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1267         (texinfo-mode-map): Add key bindings for them.
1269         * files.el (basic-save-buffer-2): Use a template with `$'
1270         instead of `#' for VMS.
1272         * simple.el (clone-indirect-buffer): New function.
1274 2000-04-16  Stephen Eglen  <stephen@gnu.org>
1276         * iswitchb.el (iswitchb-case): New function.  If the user input
1277         contains any upper-case characters, the search is made
1278         case-sensitive.
1280 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
1282         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1283         comment-end.
1284         (texinfo-font-lock-syntactic-keywords): New var.
1285         (texinfo-font-lock-keywords): Remove comment regexp.
1286         (texinfo-insert-block): New function.
1287         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1288         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
1289         and font-lock-defaults.  Use regexp-opt for outline-regexp.
1290         (texinfo-environments): New var.
1291         (texinfo-environment-regexp): Use regexp-opt and
1292         texinfo-environments.
1294         * textmodes/ispell.el (ispell-menu-map-needed): Check that
1295         ispell-process is bound since this might be eval'd before ispell
1296         is loaded.
1297         (ispell-message): Use a tiny bit less magic and a bit more hard
1298         data to figure out what kind of sc-cite-regexp to use.
1300         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1302         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1303         (insert-cyclic-diary-entry): Unquote the lambda.
1305         * gud.el (gud-jdb-build-source-files-list): Fix typo.
1307         * files.el (backup-enable-predicate): Unquote the lambda.
1309         * cus-edit.el (custom-face, face): Unquote the lambda.
1311 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1313         * ps-print.el: Check for line-beginning-position definition.
1315         * ps-print.el: Fix counting lines in a region.
1316         (ps-print-version): New version number (5.1.5).
1317         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1318         (ps-printing-region): Fun code fix.
1320 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
1322         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1323         to file-directory-p.
1325 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
1327         * gud.el (gud-jdb-build-source-files-list): Check that directory
1328         exists before calling directory-files.
1330 2000-04-13  Dave Love  <fx@gnu.org>
1332         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
1333         syntax.
1335         * emacs-lisp/cl-specs.el: Remove when, unless.
1337         * emacs-lisp/cl-extra.el: Don't quote keywords.
1338         (cl-old-mapc): New variable.
1339         (mapc): Use it.
1340         (cl-map-intervals): Use with-current-buffer.  Don't check for
1341         next-property-change.
1342         (cl-map-overlays): Use with-current-buffer.
1343         (cl-expt): Remove.
1344         (copy-tree, remprop): Define unconditionally.
1346         * emacs-lisp/cl-compat.el (keywordp): Remove.
1348         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
1349         to use keywordp.
1350         (edebug-spec): Enable keywordp.
1352         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1353         string-lessp.
1355         * cus-start.el: Use keywordp.
1357 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1359         * diary-lib.el (include-other-diary-files): Fix the fix of
1360         2000-02-18 by doing a save-excursion.
1362 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1364         * ps-print.el: Customization fix, doc fix.
1365         (ps-print-version): New version number (5.1.4).
1366         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1367         (ps-print-preprint): Adjust code.
1368         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1369         (ps-print-prologue-header, ps-print-control-characters)
1370         (ps-spool-config): Customization fix.
1372 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1374         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1375         converted to the new menu-item format, names silightly changed,
1376         help strings added.
1378         Support for spelling without async subprocesses:
1380         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1381         (ispell-session-buffer): New variables.
1382         (ispell-start-process, ispell-process-status,
1383         ispell-accept-output, ispell-send-string): New functions, for
1384         Ispell invocation when async subprocesses aren't supported.
1385         (ispell-word, ispell-pdict-save, ispell-command-loop,
1386         ispell-process-line, ispell-buffer-local-parsing): Replace calls
1387         to process-send-string with calls to ispell-send-string, and
1388         accept-process-output with ispell-accept-output.
1389         (ispell-init-process): Call ispell-process-status instead of
1390         process-status with.
1391         (ispell-init-process): Call ispell-start-process.  Call
1392         ispell-accept-output and ispell-send-string.  Don't call
1393         process-kill-without-query and kill-process if they are unbound.
1394         (ispell-async-processp): New function.
1396 2000-04-12  Dave Love  <fx@gnu.org>
1398         * info.el: Add debug-ignored-errors.
1399         (Info-mode-menu): Add some items.
1400         (Info-directory): Add autoload cookie.
1402         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1403         Modify `truncate-lines'.  Make `describe-language-environment'
1404         always visible and add help.  Modify `describe-key' help.  Invoke
1405         Info-directory from `info'.  New entry `emacs-manual'.
1407 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1409         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1410         propertized-buffer-identification.
1411         (ebrowse-update-member-buffer-mode-line): Likewise.
1412         (ebrowse--mode-strings): Removed.
1413         (ebrowse--mode-line-props): Removed.
1415         * files.el (auto-mode-alist): Add `EBROWSE'.
1417         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1418         space before testing for end of buffer.
1419         (ebrowse-load): Removed.
1420         (ebrowse-revert-tree-buffer-from-file): Rewritten.
1421         (ebrowse-create-tree-buffer): Rewritten.
1422         (ebrowse-tree-mode): Read tree from buffer.
1424         * progmodes/ebrowse-ffh.el: Removed.
1426 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
1428         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1430 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1432         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1433         at the wrong place.
1435 2000-04-09  Dave Love  <fx@gnu.org>
1437         * files.el (backup-enable-predicate): Use
1438         temporary-file-directory, small-temporary-file-directory.
1439         (make-backup-file-name-function, backup-directory-alist): New
1440         variables.
1441         (make-backup-file-name-1): New function.
1442         (make-backup-file-name): Use it.
1443         (find-backup-file-name): Likewise.  Use format for clarity, not
1444         concat.
1445         (file-newest-backup): Use make-backup-file-name.
1447 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
1449         * progmodes/ebrowse-ffh.el: New file.
1451         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1452         to ebrowse-ffh.el.
1453         (ebrowse-load): Add autoload.
1455         * finder.el (finder-commentary): Add autoload cookie.
1457         * mail/rfc2368.el: Correct author's email address.
1459         * progmodes/ebrowse.el: New file.
1461         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1462         item help string.
1463         (easy-menu-do-add-item): Ditto.
1464         (easy-menu-define): Extend doc string.
1466         * jit-lock.el (with-buffer-unmodified): Use
1467         restore-buffer-modified-p.
1468         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1469         (jit-lock-function, jit-lock-stealth-fontify): Don't use
1470         with-buffer-unmodified.
1472 2000-04-08  Dave Love  <fx@gnu.org>
1474         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1475         unless, when.
1477 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
1479         * viper-util.el (viper-put-on-search-overlay): New subroutine.
1480         (viper-flash-search-pattern): No operation when using Emacs
1481         doesn't support face.
1482         Use `viper-put-on-search-overlay'.
1484 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
1486         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1487         like C-r.
1489         * progmodes/make-mode.el: Some doc fixes.
1490         (makefile-mode-abbrev-table): New variable.
1491         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1492         (makefile-font-lock-keywords): Fontify includes and conditionals.
1493         (toplevel): Require `dabbrev' and `add-log' when compiling.
1495         * replace.el (perform-replace): Don't move forward one char
1496         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
1497         to do that because it leaves point 1 position after the last
1498         replacement, after everything has been replaced.
1500         * jit-lock.el (with-buffer-unmodified): New macro.
1501         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1502         modified state.
1503         (jit-lock-function-1): Extracted from jit-lock-function; not
1504         preserving buffer's modified state.
1505         (jit-lock-function, jit-lock-stealth-fontify): Call
1506         jit-lock-function-1.
1508         * mail/rfc2368.el: Remove supernumerary copyright line.
1510 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
1512         * glasses.el: Provide facilities for inserting space before left
1513         parentheses and uncapitalization of identifiers.
1514         (glasses-mode): Try to remove old overlays in all cases.
1516 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
1518         * progmodes/compile.el (compile-internal): Display the compilation
1519         buffer in a different frame, if it's already displayed there.
1521         * mail/rfc2368.el: New file.
1523         * simple.el (sendmail-user-agent-compose): Recognize a `body'
1524         header and insert its value as mail body.
1526         * subr.el (member-ignore-case): New function.
1528         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1529         (dabbrev--find-expansion): Ignore buffers matching a regexp
1530         from dabbrev-ignored-regexps.
1532         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1533         to extensions handled by gzip.
1535 2000-04-03  Richard M. Stallman  <rms@gnu.org>
1537         * files.el (insert-directory): List the total free space
1538         along with the used space.
1540         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1541         line is followed by one that matches CITATION-REGEXP, end the
1542         paragraph.
1544 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1546         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1547         (rmail-make-basic-summary-line): Use that option.
1549 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1551         * international/mule-cmds.el (encoded-string-description):
1552         Rewritten.   Try pretty description for ISO 2022 escape sequences
1553         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1554         for hexadecimal format.
1556 2000-04-01  Dave Love  <fx@gnu.org>
1558         * cpp.el: Change customization group to `c' from `C'.
1560         * vcursor.el (vcursor-move): Use display-color-p.
1562         * international/mule-util.el: Provide mule-utils.
1563         (string-to-sequence): Simplify and speed up.
1565         * international/mule.el (make-coding-system): Purecopy doc-string.
1567         * international/mule-cmds.el: Various menu changes.
1568         (describe-specified-language-support): Handle `Default'.
1569         (set-language-info): Purecopy `info'.
1571 2000-03-31  Andrew Innes  <andrewi@gnu.org>
1573         * vc.el (vc-backend-diff): Return the correct status if we had to
1574         retry the rcsdiff command without the --brief option.
1576 2000-03-31  Dave Love  <fx@gnu.org>
1578         * help.el (help-manyarg-func-alist): Correct several omissions.
1580         * add-log.el: Don't require cl, fortran.
1581         (add-log-current-defun-function): Doc fix.
1582         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
1583         fix.
1584         (change-log-version-rcs): Function deleted.
1585         (change-log-version-number-search): Doc fix.  Use
1586         vc-workfile-version.  Avoid CL dolist.
1587         (add-change-log-entry): Just call add-log-current-defun to get
1588         defun.  Simplify somewhat.
1589         (change-log-get-method-definition-1): Likewise.
1590         (add-log-current-defun): Return nil if calling
1591         add-log-current-defun-function does so.  Move Fortran stuff to
1592         fortran.el.  Return string without properties.
1594         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1595         and :alpha: char classes.
1597         * mail/supercite.el: Defvar curline when compiling.
1598         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1599         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1600         rather than a-zA-Z0-9 to allow non-ASCII characters.
1602 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
1604         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1606         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1607         Re-enable new code.
1609         * lpr.el (print-region-1): Use -d to specify printer name for
1610         systems `usg-unix-v*, `dgux', `hpux', `irix'.
1612 2000-03-31  Dave Love  <fx@gnu.org>
1614         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1615         for function definition in symbol's function value slot first
1616         instead of first consulting byte-compile-function-environment.
1618 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
1620         * language/european.el ("Polish"): New language environment.
1621         (setup-polish-environment): New function.
1623 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
1625         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1626         Disable new code.
1628         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1629         trying to `load' the symbol of an autoload instead of the file
1630         recorded in the autoload.  Fix error messages.
1632 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1634         * ps-print.el: PostScript programming fix for ghostview, doc fix.
1635         (ps-print-version): New version number (5.1.3).
1636         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1637         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1638         (ps-generate-postscript-with-faces): Code fix.
1639         (ps-color-values): XEmacs compatibility.
1640         (ps-print-background-image, ps-print-background-text, ps-printer-name)
1641         (ps-default-fg, ps-default-bg): Adjust customization.
1642         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1643         (ps-color-scale): Renaming old ps-color-value fun.
1644         (ps-print-headers): Replace ps-print-header group to avoid conflict
1645         with ps-print-header variable.
1646         (ps-print-miscellany): New group.
1647         (ps-format-color, ps-rgb-color): New funs.
1648         (ps-default-foreground): New var.
1649         (ps-printer-name-option): New const.
1651 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
1653         * net/net-utils.el:
1654         (network-connection-host, network-connection-service): New variables
1655         (network-connection-mode): New mode, derived from comint-mode
1656         (network-connection-mode-setup): New function, saves host and
1657         service information in local variables.
1659         * lisp/locate.el:
1660         (locate-word-at-point): Added this function
1661         (locate): Default to using locate-word-at-point as input
1662         Run dired-mode-hook
1664 2000-03-29  Dave Love  <fx@gnu.org>
1666         * calendar/appt.el: Doc fixes.
1667         (appt-check): Convert min-to-app to a string before passing to
1668         appt-disp-window-function or concat.
1669         (appt-delete-window): Remove test for frame-root-window.
1670         (appt-select-lowest-window, appt-convert-time): Simplify.
1672         * emacs-lisp/bytecomp.el: Doc fixes.
1673         (byte-compile-file-form-autoload): Update
1674         byte-compile-function-environment.
1676 2000-03-29  Andreas Schwab  <schwab@suse.de>
1678         * emacs-lisp/autoload.el: Also print defsubst doc string
1679         specially.
1681         * dired.el (dired-insert-directory): If dired-free-space-program
1682         failed just delete its output.
1684 2000-03-29  Dave Love  <fx@gnu.org>
1686         * international/iso-cvt.el: Move provide to end.  Doc fixes.
1687         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1688         (iso-iso2sgml, iso-sgml2iso): New functions.
1689         (iso-cvt-define-menu): Fix some entries and use backquote for
1690         clarity.
1692         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1694 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
1696         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1697         ISO-DATE.  If non-nil, return date in ISO 8601 format.
1699 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
1701         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1702         if it ever becomes used.
1703         (log-edit-mode-hook): Default to vc-log-mode-hook.
1704         (log-edit-mode): Fix the docstring.
1706         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1707         the code.
1709 2000-03-26  Dave Love  <fx@gnu.org>
1711         * net/browse-url.el (browse-url): Re-fix case of
1712         browse-url-browser-function being an alist.
1713         (browse-url): Add :link to defgroup.
1715         * files.el: Doc fixes.
1716         (file-truename): Include `[' in wildcard characters.
1717         (automount-dir-prefix): Customize.
1718         (find-file-wildcards): Add :version.
1719         (find-file-noselect): Simplify a mapcar call.
1721         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1722         compatible with inf-lisp version.
1723         (eval-defun-1): Fix custom-declare-variable case.
1725 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1727         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1729 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1731         * Makefile (COMPILE_FIRST): New macro.
1732         (compile-files): Compile files from COMPILE_FIRST first.
1734         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1735         code.
1737         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1738         matching open parenthesis in column 0 to defun-prompt-regexp
1739         only if open-paren-in-column-0-is-defun-start is set.
1741         * sun-curs.el: Require CL at compile-time only.
1743         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1744         instead of copy-list which is a function from CL.
1745         (msb--choose-menu, msb--mode-menu-cond)
1746         (msb--create-buffer-menu-2): Use dolist instead of mapc.
1747         (msb--init-file-alist): Use mapcar instead of mapcan.
1748         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
1749         `(' in column 0 in doc string.
1750         (msb--add-separators): Use mapcar instead of mapcan.
1752         * cus-dep.el: Require CL at compile-time only.
1754 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1756         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1757         (byte-compile-warnings): New warning `noruntime'.
1758         (byte-compile-constants, byte-compile-variables): Fix docstring.
1759         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1760         execute `eval-whenc-compile's body.
1761         (byte-compile-unresolved-functions): Fix docstring.
1762         (byte-compile-eval): New function.
1763         (byte-compile-callargs-warn): Check if the function will be available
1764         at runtime (via property `byte-compile-noruntime').
1765         (byte-compile-print-syms): New function.
1766         (byte-compile-warn-about-unresolved-functions): Also warn about
1767         `noruntime' functions (and use `byte-compile-print-syms').
1768         (byte-compile-file): Capitalize the message.
1770 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1772         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1773         (rmail-expunge): Ask for confirmation depending on the setting
1774         of rmail-confirm-expunge.
1776 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1778         * Makefile (bootstrap-clean): If $(emacs) exists, build
1779         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1780         cause a bootstrap failure because things don't autoload as
1781         expected.
1783 2000-03-23  Dave Love  <fx@gnu.org>
1785         * net/browse-url.el: Restore previous use of
1786         browse-url-maybe-new-window.
1788 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1790         * ps-print.el: Skip banner page fix.
1791         (ps-print-version): New version number (5.1.2).
1792         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1794 2000-03-23  Dave Pearson  <davep@davep.org>
1796         * net/quickurl.el Changed the type of parameter passed to the
1797         function defined by `quickurl-format-function'. Before only the
1798         text of the URL was passed. Now the whole URL structure is passed
1799         and the function is responsible for extracting the parts it
1800         requires.  Changed the default of `quickurl-format-function'
1801         accordingly.
1802         (quickurl-insert): Changed the `funcall' of
1803         `quickurl-format-function' to match the above change.
1804         (quickurl-list-insert): Changed the `url' case so that it makes
1805         use of `quickurl-format-function', previous to this the format was
1806         hard wired.
1808 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1810         * startup.el: Change some spellings for the X Window System.
1812 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1814         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1815         up the code and the regexp and make sure the cursor is temporarily
1816         moved to the suspicious line while querying the user.
1818 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1820         * w32-fns.el (w32-charset-info-alist): Initialize.
1822 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1824         * ps-print.el: N-up last page fix.
1825         (ps-print-version): New version number (5.1.1).
1826         (ps-end-file, ps-end-job, ps-generate): Code fix.
1828 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1830         * files.el (find-file-run-dired): Update docstring.
1831         (find-directory-functions): New hook.
1832         (find-file-noselect): Run find-directory-functions rather than
1833         calling dired directly.
1835         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1837         * pcvs.el: Add a minimal leading commentary.
1838         (cvs-make-cvs-buffer): Change the header part by removing the startup
1839         message and adding a `Module' entry.  Also replace the FOOTER and
1840         HEADER special fileinfos with the new support in ewoc for updating
1841         its own footer and header.
1842         (cvs-update-header): Update to use the header/footer of the ewoc.
1843         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1844         (cvs-is-within-p): New function.
1845         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1846         to only examine some subset of the buffers.
1848         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1849         `format' instead of our own ad-hoc functions.
1850         Remove HEADER and FOOTER cases, now handled in the EWOC.
1851         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1853         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1854         output to avoid scaring the user.
1855         (cvs-parse-table): Catch message for non-up-to-date commits.
1857         * pcvs-defs.el (cvs-startup-message): Remove.
1858         (cvs-global-menu): New autoloaded menu.
1860         * pcvs-util.el (cvs-string-fill): Remove.
1862         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1863         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1864         PP part of it and also make it work for footers and headers.
1865         (ewoc-create): Drop POS and BUFFER arguments.
1866         Use the DLL's dummy node to store the end-of-footer position.
1867         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1868         (ewoc-refresh): Remove unused `header' variable.
1869         (ewoc-(get|set)-hf): New functions.
1871         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1872         log-view-*-(message|file) and use easy-mmode-define-navigation.
1873         (log-view-message-re): Match SCCS format as well.
1874         And match the revision line rather than the dashed separator line.
1875         (log-view-mode): Use the new define-derived-mode.
1876         (log-view-current-tag): Fill in with an actual implementation.
1878         * cvs-status.el (cvs-status-(prev|next)): Rename from
1879         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1880         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1881         to let the output "breathe" a little more (more readable).
1882         (cvs-status-mode): Use the new define-derived-mode.
1884         * smerge-mode.el (smerge-auto-leave): New function and variable.
1885         (smerge-basic-map): Rename from smerge-basic-keymap.
1886         Change the bindings for smerge-diff-*.
1887         (smerge-*-map): Use easy-mmode-defmap.
1888         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1889         (smerge-keep-*): Use smerge-auto-leave.
1891 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1893         * cus-edit.el (custom-button-face): Use 3D look for w32.
1894         (custom-button-pressed-face): Likewise.
1896 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1898         * progmodes/etags.el (tags-case-fold-search): New user-option.
1899         (tags-loop-eval): New function.  Bind case-fold-search around eval
1900         depending on the value of tags-case-fold-search.
1901         (tags-loop-continue): Use tags-loop-eval.
1902         (find-tag-in-order): Bind case-fold-search depending on the value
1903         of tags-case-fold-search.
1905 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1907         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1908         (diff-end-of-hunk): Return the end position for use in
1909         `easy-mmode-define-navigation'.
1910         (diff-recenter): Remove.
1911         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1912         of `easy-mmode-define-navigation'.
1913         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1914         previous renaming) and fix to use new names.
1915         (diff-merge-strings): Use \n as separator: simpler, faster.
1916         (diff-mode): Use `define-derived-mode'.
1918         * derived.el (define-derived-mode): Don't autoload anymore.
1919         Prefer the macro-only version provided by easy-mmode.el.
1921         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1922         `easy-mmode-define-derived-mode'.
1923         Use `combine-run-hooks'.
1924         (easy-mmode-define-navigation): New macro.
1926         * subr.el (combine-run-hooks): New function.
1928 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1930         * term/x-win.el: Fontsets related initialization is simplified.
1932         * international/mule-diag.el (describe-font): Don't refer to
1933         global-fontset-alist, instead call font-list.
1934         (describe-fontset, list-fontsets, mule-diag): Likewise.
1935         (print-fontset): Adjusted for the change of fontset
1936         implementation.
1938         * international/fontset.el (x-charset-registries): Variable
1939         removed, instead the corresponding data is stored in the default
1940         fontset.
1941         (register-alternate-fontnames): Function removed.
1942         (resolved-ascii-font): Variable removed.
1943         (x-compose-font-name): Ignore the second argument REDOCE.
1944         (x-complement-fontset-spec): Complement only an ASCII font and
1945         element for those charsets than can use that ASCII font.
1946         (generate-fontset-menu): Don't refer to global-fontset-alist,
1947         instead call fontset-list.
1948         (uninstantiated-fontset-alist): Variable removed.
1949         (x-style-funcs-alist): Likewise.
1950         (fontset-default-styles): Likewise.
1951         (x-modify-font-name): Function removed.
1952         (create-fontset-from-fontset-spec): Ignore the argument
1953         STYLE-VARIANT.
1954         (create-fontset-from-ascii-font): Docsting adjusted for the above
1955         change.
1956         (instantiate-fontset, resolve-fontset-name): Functions removed.
1957         (fontset-list): Now implemented by C code.
1959         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1960         (describe-face): Include `font' attribute in the description.
1962 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1964         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1966 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1968         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1969         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1970         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1972         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1973         about behavior of set-buffer-modified-p wrt redisplay.
1975 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1977         * view.el (view-mode-disable): Kill local binding of view-read-only.
1979 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1981         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1982         is a string, convert it to a syntax cell using string-to-syntax.
1984         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1985         (string-to-syntax): New function.
1987         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1988         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1989         try to use passive ftp mode.
1991 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1993         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1995         * simple.el (append-to-buffer): Update point of windows after
1996         insertion.
1998         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1999         forward then moving backward.  Reindent.
2001         * frame.el (other-frame): Call x-focus-frame only if
2002         focus-follows-mouse is off.
2004 2000-03-17  Dave Love  <fx@gnu.org>
2006         * pcvs-util.el (cvs-strings->string): Rename
2007         replace-regexps-in-string.
2009 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2011         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2012         regexp for labels cannot span several lines.
2014         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2015         `(setq :<key> ':<key>)' to the macro expansion.
2017 2000-03-16  Dave Love  <fx@gnu.org>
2019         * progmodes/f90.el (f90): Put custom group under `languages', not
2020         `fortran'.
2021         (f90-mode-hook): Customize.
2022         (f90-mode): Set add-log-current-defun-function.
2023         (f90-current-defun): New function.
2025 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
2027         * cus-edit.el (custom-variable-tag-face): Handle case that
2028         default face's height is not a number.
2029         (custom-face-tag-face, custom-group-tag-face-1)
2030         (custom-group-tag-face): Ditto.
2031         (custom-group-tag-face-1): Add :group.
2033         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2035 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
2037         * pcvs-defs.el (toplevel): Remove autoload cookie for form
2038         requiring easymenu.
2040 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2042         * ps-print.el: PostScript user-defined prologue, PostScript error
2043         handler, doc fix.
2044         (ps-print-version): New version number (5.1).
2045         (ps-user-defined-prologue, ps-error-handler-message)
2046         (ps-print-prologue-0, ps-error-handler-alist): New vars.
2047         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2048         (ps-insert-string): New function.
2050 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
2052         * international/ccl.el (ccl-compile-expression): Don't generate
2053         invalid self-assignment code.
2055 2000-03-14  Dave Love  <fx@gnu.org>
2057         * subr.el (replace-regexp-in-string): Renamed from
2058         replace-regexps-in-string.  Doc fix.
2060 2000-03-12  Dave Love  <fx@gnu.org>
2062         * cus-edit.el: Doc fixes.
2063         (customize-set-variable, customize-save-variable): Rename args for
2064         doc.
2065         (custom-variable-tag-face, custom-face-tag-face)
2066         (custom-group-tag-face-1, custom-group-tag-face): Modify from
2067         style which user identify as hyperlink.
2068         (hook): Don't add undefined functions to the hook.
2069         (debug-ignored-errors): Transfer message from bindings.el.
2071 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2073         * recentf.el (recentf-keep-non-readable-files-p): Remove
2074         double/nested definition.
2076 2000-03-12  Dave Love  <fx@gnu.org>
2078         * facemenu.el (facemenu-get-face): Use display-color-p.
2079         * enriched.el (enriched-decode-foreground): Likewise.
2080         (enriched-decode-background): Likewise.
2081         * isearch.el (isearch-highlight): Likewise.
2082         * info-look.el (info-lookup): Likewise.
2083         * simple.el (completion-setup-function): Likewise.
2085         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2086         :options.
2088         * bindings.el (mode-line-format): Fix line-number and
2089         column-number items.  Add help-echo for the background.
2090         (mode-line-mule-info): Modify help-echo.
2092         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2093         defcustom.
2095         * files.el (load-file): Allow completion to .elc.
2097         * man.el: Doc fixes.
2098         (Man-init-defvars): Use display-color-p to set fontification.
2100         * play/hanoi.el (hanoi-internal): Don't use oddp.
2102 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2104         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2106         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2108 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2110         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2111         Fix comment.
2113 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
2115         * font-lock.el (font-lock-keywords): Fix the doc now that
2116         regexp-opt-depth is unnecessary.
2117         (save-buffer-state): Set an edebug spec.
2118         (font-lock-fontify-anchored-keywords): Properly handle the case when
2119         the matcher goes past the limit.
2121         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2122         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2124         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
2125         dll.el and cookie.el (from Elib) with heavy renaming and other
2126         massaging.
2128         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2129         Autoload the functions used.
2130         (easy-mmode-define-syntax): Fix CL typo.
2131         (easy-mmode-define-derived-mode): Improve the docstring generation.
2133 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
2135         * textmodes/texinfo.el (texinfo-version): Variable and function
2136         removed.
2138 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2140         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2141         allow more flexibility.
2142         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2143         fns.
2144         (easy-mmode-defmap, easy-mmode-defsyntax)
2145         (easy-mmode-define-derived-mode): New macros.
2147 2000-03-09  Didier Verna  <didier@xemacs.org>
2149         * rect.el (replace-rectangle): New function.
2151 2000-03-09  Dave Love  <fx@gnu.org>
2153         * progmodes/fortran.el (fortran-comment-line-start): Define as
2154         "C".
2155         (fortran-comment-line-start-skip): Don't match cpp stuff.
2156         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
2157         (fortran-mode-map): Remove over-eager custom-menu-create for now.
2158         (fortran-mode): Don't set fortran-comment-line-start-skip,
2159         fortran-comment-line-start here.  Set comment-start,
2160         add-log-current-defun.
2161         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2162         (fortran-current-defun): New function.
2164 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
2166         * emacs-lisp/re-builder.el: New file.
2168         * mouse.el (mouse-drag-region): Don't run up-event handler
2169         if hscroll has changed.
2171         * octave-mod.el (octave-font-lock-keywords): To font-lock the
2172         builtin operators, use `font-lock-builtin-face' for Emacs and
2173         `font-lock-preprocessor-face' otherwise.
2175         * font-lock.el (lisp-font-lock-keywords-1): Highlight
2176         `(defun (setf foo)' differently.
2178 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
2180         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2181         (regexp-opt): Update comment and adapt the code the new meaning of
2182         the `paren' argument of regex-opt-group for shy-groups.
2183         (regexp-opt-depth): Handle shy groups as well as backslashed
2184         backslashes.
2185         (regexp-opt-group): Turn the leading comment into a docstring.
2186         Allow `paren' to be a string (the string to use to open a group).
2187         Remove open-presuf and close-presuf.  Instead of checking for `all
2188         one-char' and then later on check for `several one-char', handle
2189         both cases close together.  Also apply a more generic algorithm
2190         for suffixes (the mirror image of the algorithm used for
2191         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
2192         (regexp-opt-try-suffix): Removed.
2194         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2195         from comint-mode-map, so we can just inherit from it.  Also, move
2196         the initialization into the `defvar' since there's no docstring
2197         anyway and it's fairly short.
2198         (inferior-scheme-mode): Define it as derived-mode: the code is
2199         shorter and this way we inherit from comint-mode-map rather than
2200         copying it.
2202         * subr.el (replace-regexps-in-string): Properly handle the case
2203         where we match an empty string.
2205         * comint.el (comint-exec-1): Add the current-dir to the exec-path
2206         when the command has a directory component (such as "./testml").
2207         Also fix a typo in the comment.
2209 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
2211         * Makefile (compile-files): Compile files one by one because
2212         that's the only way to ensure a clean compilation environment for
2213         each individual file.
2215         * frame.el (other-frame): Call x-focus-frame.
2217 2000-03-07  Dave Love  <fx@gnu.org>
2219         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2220         :require to defcustom.
2222         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2223         lists.
2225         * files.el (auto-mode-alist): Add configure.in.
2227         * progmodes/autoconf.el: New file.
2229 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
2231         * mail/mh-e.el: Change maintainer to `none'.
2233         * recentf.el (recentf-keep-non-readable-files-p): Quote args
2234         to remove-hook and add-hook.
2236 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2238         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2239         it as the default.
2240         (mail-send): Test mail-send-nonascii also for the new `mime' value.
2241         (sendmail-send-it): Conditionally add MIME headers specifying the
2242         used character set.
2244 2000-03-07  Dave Love  <fx@gnu.org>
2246         * winner.el: Fix keywords, autoload cookies.  Split
2247         eval-when-compile form to avoid compilation failure.
2249 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
2251         * international/mule.el: Modify comment about coding system
2252         property `coding-category'.
2253         (make-coding-system): New argument EOL-TYPE.  Pay attention to
2254         coding-category property of PROPERTIES.
2256         * international/mule-conf.el (coding-category-utf-8,
2257         coding-category-utf-16-be, coding-category-utf-16-le): New coding
2258         categories.  Include them in the argument for set-coding-priority.
2260         * international/mule-cmds.el (reset-language-environment): Include
2261         coding-category-utf-8, coding-category-utf-16-be, and
2262         coding-category-utf-16-le in the argument for set-coding-priority.
2263         (reset-language-environment): Initialize coding-category-utf-8,
2264         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2266 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
2268         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2269         code abstracted out of `bookmark-jump-noselect'.  Now tries info
2270         extensions as well as compression extensions.
2271         (bookmark-jump-noselect): Use above new func.
2273 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
2275         * strokes.el: Change maintainer's mail address.
2277 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
2279         * international/mule-diag.el (list-character-sets): Make help-echo
2280         string by substitute-command-keys.
2281         (list-character-sets): Likewise.
2282         (sort-listed-character-sets): Call help-setup-xref.
2284 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2286         * time.el (display-time-mail-file): Add `none' to the list of
2287         choices.
2289 2000-03-01  Dave Love  <fx@gnu.org>
2291         * help.el (help-xref-go-back): Don't try to set position.
2293         * international/mule-diag.el (list-character-sets): Call
2294         help-setup-xref.  Add help-echo to xrefs.
2295         (list-character-sets-1): Add help-echo to xrefs.
2297 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2299         * frame.el (blink-cursor-mode): Switch cursor on when turning
2300         the mode off.
2302         * add-log.el (add-log-current-defun): Add support for
2303         Autoconf mode.
2305         * mail/rmail.el (rmail-quit-hook): New variable.
2307 2000-03-01  Dave Love  <fx@gnu.org>
2309         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2311         * help.el (help-xref-button): Add help-echo arg.
2312         (describe-function-1, describe-variable, help-make-xrefs): Use it.
2314         * faces.el (list-faces-display): Supply help-echo with
2315         help-make-xrefs.
2317         * facemenu.el (list-text-properties-at): Set help-xref-stack to
2318         nil.
2320 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
2322         * image.el (defimage): Look for image files in load-path.
2324         * frame.el (busy-cursor-delay-seconds): Change type to
2325         `number'.
2327 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2329         * recentf.el (recentf): Added version tag to the defgroup of
2330         recentf.
2332 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2334         * recentf.el (recentf-cleanup): Changed to remove excluded file
2335         too.
2336         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2337         action to select/unselect a file.
2338         (recentf-edit-list): Code cleanup and improvement.
2339         (recentf-open-more-files-action): `recentf-open-more-files' button
2340         widget action to open a file.
2341         (recentf-open-more-files): No more use standard completion but
2342         widgets.
2343         (recentf-more-collection): Deleted.
2344         (recentf-more-history): Deleted.
2345         (recentf-setup-more-completion): Deleted.
2347 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2349         * recentf.el (recentf-mode): No more needs that Emacs is running
2350         under a window-system.
2352 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2354         * recentf.el (recentf-edit-list): New command to edit the recent
2355         list which allow the user to remove files.
2356         (recentf-edit-selected-items): New global variable, used by
2357         `recentf-edit-list' to hold the list of files to be removed from
2358         the recent list.
2359         (recentf-make-menu-items): Updated to display a "Edit list..."
2360         menu item.  Minor code cleanup.
2362 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2364         * recentf.el (recentf-open-more-files): New command to open files
2365         that are not displayed in the menu.
2366         (recentf-more-collection): New global variable holding the set of
2367         permissible completions used by `recentf-open-more-files'.
2368         (recentf-more-history): New global variable holding the history list
2369         used by `recentf-open-more-files' completion.
2370         (recentf-setup-more-completion): New function to setup completion for
2371         `recentf-open-more-files'.
2372         (recentf-make-menu-items): Updated to display a "More..." menu item.
2374 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2376         * recentf.el (recentf-menu-action): Doc fixed.
2378 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2380         * recentf.el (recentf-menu-filter): Doc updated.
2381         (recentf-update-menu-hook): Allow menu filters to force menu update.
2382         (recentf-make-menu-items): New menu filter handling.
2383         (recentf-make-menu-item): New helper function.
2384         (recentf-menu-elements): New menu handling function.
2385         (recentf-sort-ascending): Updated to new menu filter handling.
2386         (recentf-sort-descending): Updated to new menu filter handling.
2387         (recentf-sort-basenames-ascending): New menu filter function.
2388         (recentf-sort-basenames-descending): New menu filter function.
2389         (recentf-show-basenames): New menu filter function.
2390         (recentf-show-basenames-ascending): New menu filter function.
2391         (recentf-show-basenames-descending): New menu filter function.
2393 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2395         * diary-lib.el (list-diary-entries): Don't try to go forward at
2396         the end of the buffer.
2398 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
2400         * international/mule-diag.el (list-character-sets): Completely
2401         rewritten.
2402         (sort-listed-character-sets): New function.
2403         (list-character-sets-1): Completely rewritten.
2404         (list-character-sets-2): New function.
2405         (non-iso-charset-alist): New variable.
2406         (decode-codepage-char): New function.
2407         (charset-history): New variable.
2408         (read-charset) (list-block-of-chars)
2409         (list-iso-charset-chars)
2410         (list-non-iso-charset-chars)
2411         (list-charset-chars): New functions.
2412         (mule-diag): Call list-character-sets-2, not
2413         list-character-sets-2.
2414         (dump-charsets): Likewise.
2416 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
2418         * dired-x.el (dired-filename-at-point): Add `@' to valid
2419         file name characters.
2420         (dired-filename-at-point): Handle ange-ftp file names.
2422         * frame.el (frame-notice-user-settings): Use assq-delete-all
2423         instead of assoc-delete-all.
2424         (frame-notice-user-settings): Ditto.
2426         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2427         Don't copy alist.
2429 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
2431         * calculator.el (calculator-use-menu): New option.
2432         (calculator-initial-bindings): Changed some bindings to work as
2433         macros.
2434         (calculator-forced-input): Removed.
2435         (calculator-restart-other-mode): New variable.
2436         (calculator-mode-map): Set up menu.
2438 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
2440         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2441         tags.
2443 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
2445         * viper-cmd.el (viper-envelop-ESC-key): added the option to
2446         translate all ESC key sequences.
2447         (viper-goto-mark-subr): restore markers for files for which
2448         they were saved.
2449         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2450         * viper-util.el (viper-set-replace-overlay-glyphs,
2451         viper-set-replace-overlay): always check if the replacement
2452         overlay is live.
2453         * viper.el (viper-vi-state-mode-list): added major modes.
2454         * ediff-wind.el: minor comment changes.
2455         * ediff.el: copyright notice date fix.
2457 2000-02-27  Jason Rumney  <jasonr@gnu.org>
2459         * faces.el (face-font-family-alternatives): Add arial to helv.
2460         (mode-line, header-line, tool-bar): Same default as x for w32.
2461         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2462         face-font-family-alternatives from working.
2463         * term/w32-win.el (mouse-set-font): Do not build fontset from
2464         chosen font.
2466 2000-02-25  Sam Steingold  <sds@goems.com>
2468         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2469         properly.
2471 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2473         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2475 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
2477         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2478         writable.
2480         * frame.el (busy-cursor-delay-seconds): New option.
2482 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
2484         * frame.el (show-cursor-in-non-selected-windows): New option.
2486 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2488         * diary-lib.el (include-other-diary-files): Undo the selective
2489         display in any included file and don't kill it.
2491 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
2493         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2494         bar.  Menu items converted to (menu-item format, help strings
2495         added.
2496         [downcase, upcase]: Don't enable on MS-DOS.
2497         [symlink, symlinks]: Don't show if make-symbolic-link is not
2498         bound.
2499         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2501 2000-02-23  Dave Love  <fx@gnu.org>
2503         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2504         (backward-kill-word): Revert addition of * to interactive spec --
2505         it's a feature.
2507         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2508         (backward-kill-sentence, kill-sentence): Likewise.
2510         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2511         scratch buffer name.
2512         (gud-format-command): Use int-to-string in ?l case.  Simplify
2513         slightly.
2515         * term/w32-win.el (internal-face-interactive): Update prompt for
2516         new read-face-name.
2518         * mail/footnote.el (footnote): Add :version to defgroup.
2519         (footnote-section-tag-regexp): Customize.
2520         (footnote-start-tag, footnote-end-tag): New option.
2521         (footnote-latin-regexp): New variable.
2522         (Footnote-latin): New function.
2523         (footnote-style-alist): Add element for latin style.
2524         (footnote-style): Moved.
2525         (Footnote-goto-footnote): Use eq to test arg.
2527         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2529         * emacs-lisp/byte-opt.el: Change old backquote syntax.
2530         (byte-compile-trueconstp): Include keywords.
2531         (byte-optimize-quote, byte-optimize-lapcode): Use
2532         byte-compile-const-symbol-p.
2533         (byte-optimize-char-before): New optimization.
2535         * emacs-lisp/bytecomp.el: Change old backquote syntax.
2536         (byte-compile-const-symbol-p): New function.
2537         (byte-compile-constp, byte-compile-out-toplevel)
2538         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2539         Use it.
2541         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2543 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2545         * international/encoded-kb.el: Be sure to update minor-mode-alist
2546         and minor-mode-map-alist.
2547         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2548         codes SS2 and SS3 correctly.
2549         (encoded-kbd-self-insert-ccl): New function.
2550         (encoded-kbd-setup-keymap): New function.
2551         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2552         by calling encoded-kbd-setup-keymap.
2554         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2555         characters.
2556         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2557         locally.
2559 2000-02-22  Dave Love  <fx@gnu.org>
2561         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2562         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2563         defvar.
2564         (lisp-mode-syntax-table): Set up for #|...|# comments.
2565         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
2566         classes.  Match `defface'.
2567         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2568         (eval-defun-1): Fix for defcustom.
2569         (lisp-indent-region): Doc fix.
2571         * subr.el (when, unless, split-string): Doc fix.
2572         (read-passwd): Move call of clear-this-command-keys to the right
2573         place.
2574         (replace-regexps-in-string): New function.
2576 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
2578         * help.el (describe-variable): Set syntax table to
2579         emacs-lisp-mode-syntax-table when moving forward over the
2580         symbol's name.
2582 2000-02-22  Dave Love  <fx@gnu.org>
2584         * xt-mouse.el: Doc fixes.
2585         (xterm-mouse-position-function): New function, replacing advice of
2586         mouse-position.
2587         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
2589         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2591 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
2593         * format.el (format-annotate-single-property-change): Handle
2594         properties.with dotted-list values.
2595         (format-proper-list-p): New function.
2597         * enriched.el (enriched-face-ans): Handle '(foreground-color
2598         . COLOR) and (background-color . COLOR).
2600 2000-02-20  Dave Love  <fx@gnu.org>
2602         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2603         and assignments to it.
2604         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2605         current local map.
2606         (make-flyspell-overlay): Use it.
2607         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2609         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2610         (lm-get-header-re): Defun, not defsubst.
2611         (lm-get-package-name): Defun, not defsubst.  Simplify.
2612         (lm-version): Doc fix.  Simplify.
2613         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2614         (lm-crack-address, lm-last-modified-date, lm-commentary)
2615         (lm-verify, lm-synopsis): Simplify.
2616         (lm-report-bug): Require emacsbug.  Use compose-mail.
2618 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
2620         * dired.el (dired-mode): Call propertized-buffer-identification
2621         to set mode-line-buffer-identification to something having
2622         the right text properties.
2624         * bindings.el (propertized-buffer-identification): New function.
2626 2000-02-20  Dave Love  <fx@gnu.org>
2628         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2629         check for t-mouse too.
2631         * cus-start.el: Make echo-keystrokes `number'.
2633 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2635         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2636         Don't call ring-empty-p unless tags-location-ring is bound.
2637         From Noah Friedman <friedman@splode.com>.
2639 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
2641         * progmodes/hideshow.el (hs-flag-region): No longer use
2642         `intangible' overlay property.
2644         (hs-toggle-hiding): New command.
2645         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2647         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2648         Fix omission bug: Run `hs-minor-mode-hook' for both activation
2649         and deactivation.
2651 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
2653         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2655 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2657         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2659         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2660         of `*' to handle `(* ... *)' comments.
2662 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
2664         * faces.el (list-faces-display): Use display-mouse-p instead of
2665         window-system.
2667         * menu-bar.el (global-map): Menu-bar items converted to the new
2668         format (menu-item..., rearranged for better CUA compliance, and
2669         their names changed for better clarity.  Help strings added.
2671         * international/mule-cmds.el (mule-menu-keymap)
2672         (describe-language-environment-map, set-coding-system-map)
2673         (setup-language-environment-map): Convert to new (menu-item...
2674         form, add help strings.  Change names of menu items for better
2675         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
2676         submenu).
2678 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2680         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2681         within the code.
2683 2000-02-16  Dave Love  <fx@gnu.org>
2685         * faces.el: Don't require custom.  Add more specific :groups to
2686         various deffaces.
2687         (set-face-attribute): Purecopy args.
2688         (read-face-name): Default to name at point and use it in prompt.
2689         Remove colon from arg in all callers.
2690         (list-faces-display): Hyperlink to face descriptions and customize
2691         buffers.
2693 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2695         * wid-edit.el (widget-match-inline): An atom never matches a
2696         list.
2698 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2700         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2701         at ':' characters by call to split-string.
2703 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2705         * textmodes/bibtex.el: Added RCS version identification.
2707 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2709         * textmodes/bibtex.el: Some temporary comments removed.
2710         (bibtex-field-name, bibtex-entry-type): Made the relationship
2711         explicit.
2712         (bibtex-field-const): Allow capital letters.
2713         (bibtex-start-of-string): Deleted because unused.
2715         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2716         use the term 'reference' to describe a bibtex entry as a whole.
2717         Further, reference keys are no longer called 'labels'.
2718         (bibtex-keys): Renamed to bibtex-reference-keys.
2719         (bibtex-reformat-previous-labels): Renamed to
2720         bibtex-reformat-previous-reference-keys.
2721         (bibtex-reference-type): Renamed to bibtex-entry-type.
2722         (bibtex-reference-head): Renamed to bibtex-entry-head.
2723         (bibtex-reference-maybe-empty-head): Renamed to
2724         bibtex-entry-maybe-empty-head.
2725         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2726         (bibtex-search-reference): Renamed to bibtex-search-entry.
2727         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2728         bibtex-enclosing-entry-maybe-empty-head.
2729         (bibtex-entry-field-alist, bibtex-entry-head,
2730         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2731         bibtex-map-entries, bibtex-search-entry,
2732         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2733         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2734         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2735         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2736         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2737         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2738         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2740 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2742         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2743         comment.
2744         (bibtex-format-field-delimiters): New function, functionality
2745         extracted from bibtex-format-entry.
2746         (bibtex-autokey-get-yearfield-digits): New function, functionality
2747         extracted from bibtex-autokey-get-yearfield.
2749         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2750         entries in order to avoid stack overflow in the regexp matcher if
2751         field contents become large.
2752         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2753         bibtex-field-string-part-not-braced,
2754         bibtex-field-string-part-no-inner-braces,
2755         bibtex-field-string-part-1-inner-brace,
2756         bibtex-field-string-part-2-inner-braces,
2757         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2758         bibtex-field-string-quoted, bibtex-field-string,
2759         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2760         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2761         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2762         as parsing is now performed by the following functions.
2763         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2764         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2765         bibtex-parse-field-string, bibtex-search-forward-field-string,
2766         bibtex-parse-association, bibtex-field-name-for-parsing,
2767         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2768         bibtex-search-forward-field, bibtex-search-backward-field,
2769         bibtex-start-of-field, bibtex-end-of-field,
2770         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2771         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2772         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2773         bibtex-parse-string, bibtex-search-forward-string,
2774         bibtex-search-backward-string, bibtex-start-of-string,
2775         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2776         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2777         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2778         entries.  Instead of reporting the results of the parsing by
2779         match-beginning or match-end, these functions return data structures
2780         that hold the corresponding positions.
2781         (bibtex-enclosing-field): Changed to also report field boundaries by
2782         return values rather than by match-beginning or match-end.  The
2783         following functions have been adapted to use the new parsing
2784         functions.
2785         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2786         bibtex-enclosing-field, bibtex-format-entry,
2787         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2788         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2789         bibtex-print-help-message, bibtex-end-of-entry,
2790         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2791         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2792         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2793         method for parsing.
2794         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2795         bibtex-map-entries, bibtex-flash-head,
2796         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2797         bibtex-autokey-change, bibtex-autokey-get-namefield,
2798         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2799         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2800         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2801         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2802         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2803         order to make the new binding of case-fold-search immediately
2804         visible.
2806 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2808         * textmodes/bibtex.el: Copyright notice is up to date.
2809         Added constant 'bibtex-maintainer-salutation.
2811         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2812         than make-temp-name, use match-string-no-properties and eliminate
2813         a quadratic behavior when building bibtex-strings.
2815         * bibtex.el (bibtex-reference-key): Accept string entries whose
2816         reference key contains upper case letters.
2818 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2820         * bibtex.el (bibtex-reference-head): Allow entries to start with
2821         a new line.
2823 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2825         * bibtex.el: Hiding of entry bodies is not longer provided by
2826         bibtex.el directly.  Instead the hideshow package can be used.
2827         Added a special bibtex entry to hs-special-modes-alist.
2828         (bibtex-hs-forward-sexp): Added for hideshow.el.
2830 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2832         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2833         at ':' characters by call to split-string.
2835 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2837         * textmodes/bibtex.el: Added RCS version identification.
2839 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2841         * textmodes/bibtex.el: Some temporary comments removed.
2842         (bibtex-field-name, bibtex-entry-type): Made the relationship
2843         explicit.
2844         (bibtex-field-const): Allow capital letters.
2845         (bibtex-start-of-string): Deleted because unused.
2847         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2848         use the term 'reference' to describe a bibtex entry as a whole.
2849         Further, reference keys are no longer called 'labels'.
2850         (bibtex-keys): Renamed to bibtex-reference-keys.
2851         (bibtex-reformat-previous-labels): Renamed to
2852         bibtex-reformat-previous-reference-keys.
2853         (bibtex-reference-type): Renamed to bibtex-entry-type.
2854         (bibtex-reference-head): Renamed to bibtex-entry-head.
2855         (bibtex-reference-maybe-empty-head): Renamed to
2856         bibtex-entry-maybe-empty-head.
2857         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2858         (bibtex-search-reference): Renamed to bibtex-search-entry.
2859         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2860         bibtex-enclosing-entry-maybe-empty-head.
2861         (bibtex-entry-field-alist, bibtex-entry-head,
2862         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2863         bibtex-map-entries, bibtex-search-entry,
2864         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2865         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2866         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2867         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2868         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2869         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2870         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2872 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2874         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2875         comment.
2876         (bibtex-format-field-delimiters): New function, functionality
2877         extracted from bibtex-format-entry.
2878         (bibtex-autokey-get-yearfield-digits): New function, functionality
2879         extracted from bibtex-autokey-get-yearfield.
2881         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2882         entries in order to avoid stack overflow in the regexp matcher if
2883         field contents become large.
2884         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2885         bibtex-field-string-part-not-braced,
2886         bibtex-field-string-part-no-inner-braces,
2887         bibtex-field-string-part-1-inner-brace,
2888         bibtex-field-string-part-2-inner-braces,
2889         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2890         bibtex-field-string-quoted, bibtex-field-string,
2891         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2892         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2893         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2894         as parsing is now performed by the following functions.
2895         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2896         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2897         bibtex-parse-field-string, bibtex-search-forward-field-string,
2898         bibtex-parse-association, bibtex-field-name-for-parsing,
2899         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2900         bibtex-search-forward-field, bibtex-search-backward-field,
2901         bibtex-start-of-field, bibtex-end-of-field,
2902         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2903         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2904         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2905         bibtex-parse-string, bibtex-search-forward-string,
2906         bibtex-search-backward-string, bibtex-start-of-string,
2907         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2908         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2909         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2910         entries.  Instead of reporting the results of the parsing by
2911         match-beginning or match-end, these functions return data structures
2912         that hold the corresponding positions.
2913         (bibtex-enclosing-field): Changed to also report field boundaries by
2914         return values rather than by match-beginning or match-end.  The
2915         following functions have been adapted to use the new parsing
2916         functions.
2917         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2918         bibtex-enclosing-field, bibtex-format-entry,
2919         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2920         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2921         bibtex-print-help-message, bibtex-end-of-entry,
2922         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2923         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2924         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2925         method for parsing.
2926         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2927         bibtex-map-entries, bibtex-flash-head,
2928         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2929         bibtex-autokey-change, bibtex-autokey-get-namefield,
2930         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2931         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2932         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2933         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2934         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2935         order to make the new binding of case-fold-search immediately
2936         visible.
2938 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2940         * textmodes/bibtex.el: Copyright notice is up to date.
2941         Added constant 'bibtex-maintainer-salutation.
2943         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2944         than make-temp-name, use match-string-no-properties and eliminate
2945         a quadratic behavior when building bibtex-strings.
2947         * bibtex.el (bibtex-reference-key): Accept string entries whose
2948         reference key contains upper case letters.
2950 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2952         * bibtex.el (bibtex-reference-head): Allow entries to start with
2953         a new line.
2955 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2957         * bibtex.el: Hiding of entry bodies is not longer provided by
2958         bibtex.el directly.  Instead the hideshow package can be used.
2959         Added a special bibtex entry to hs-special-modes-alist.
2960         (bibtex-hs-forward-sexp): Added for hideshow.el.
2962 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2964         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2965         proceedings entry type (for cross referencing). Thanks to Wagner
2966         Toledo Correa for the suggestion.
2968         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2970 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2972         * international/characters.el: Setup case table for Vietnamese.
2974 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2976         * uniquify.el (toplevel): Require CL at compile time.
2977         (uniquify-push): Removed.
2979         * shadowfile.el (shadow-when): Removed.
2981         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2982         (tempo-process-and-insert-string): Use dolist instead of
2983         tempo-dolist.
2985         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2986         regexp for paragraph-start.
2988         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2989         commas as well.
2991 2000-02-10  Dave Love  <fx@gnu.org>
2993         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2994         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2995         Deleted.
2996         (widget-specify-field, widget-specify-button): Don't use
2997         widget-mouse-help as help-echo property.
2998         (default): Use #'ignore for :validate and :mouse-down-action.
2999         (checkbox): Add help-echo.
3000         (widget-sexp-validate): Rewritten to clarify error messages.
3001         (character): Use char-valid-p in :match function.
3002         (widget-color-complete): Use facemenu-color-alist.
3003         (widget-color-action): Use facemenu-read-color.
3005         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3006         set up `caar' &c that we now have.
3008 2000-02-09  Ray Blaak  <blaak@gnu.org>
3010         * delphi.el: Make resourcestring a declaration region, like const
3011         and var.
3013 2000-02-09  Dave Love  <fx@gnu.org>
3015         * bindings.el (mode-line-input-method-map): New variable.
3016         (mode-line-mule-info): Use it; fix last change.
3017         (mode-line-mode-menu): Move definition.
3018         (mode-line-mouse-sensitive-p): Deleted.
3019         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3020         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
3021         level.
3023         * startup.el (command-line-1): Don't call
3024         make-mode-line-mouse-sensitive.
3026 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3028         * mail/rmail.el (rmail-retry-failure): Use
3029         rmail-beginning-of-message before rmail-toggle-header, because the
3030         former toggles headers.
3032 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
3034         * diff-mode.el (diff-kill-junk): New interactive function.
3035         (diff-reverse-direction): Use delete-and-extract-region.
3036         (diff-post-command-hook): Restrict the area so that the hook also works
3037         outside of any diff hunk.  This is necessary for the minor-mode.
3038         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3039         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3041         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3042         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3043         so that it can be used more easily in <foo>-mode-hook.  Also make sure
3044         to avoid duplicate entries.
3045         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3046         (font-lock-remove-keywords): Just as was done for `add', allow it to
3047         work even if font-lock-mode is nil.  Also make sure we don't modify
3048         any pre-existing list by forcing a copy-sequence.  Finally rename
3049         `major-mode' to `mode'.
3050         (font-lock-fontify-syntactic-anchored-keywords)
3051         (font-lock-fontify-anchored-keywords)
3052         (font-lock-fontify-keywords-region): Use line-end-position.
3053         Don't make `font-lock-multiline' local (it's now done in
3054         font-lock-set-defaults).
3055         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
3056         move the `font-lock-fontified' creation to inside the `unless'.
3058 2000-02-06  Andrew Innes  <andrewi@gnu.org>
3060         * term/w32-win.el (x-handle-args): Comment out call to message,
3061         which occurs before window system is initialized.
3063         * makefile.nt: Add support for recompiling lisp code.
3065 2000-02-04  Dave Love  <fx@gnu.org>
3067         * bindings.el (mode-line-mule-info): Fix/extend last change.
3069         * completion.el: Replace completion-dolist with dolist.
3071         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3072         dotimes.
3074 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3076         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3077         environment names before they go into the section regexp.
3079         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3080         char class in regexp.
3082         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3083         `case-fold-search' to nil.
3085         * progmodes/idlwave.el (idlwave-template): Respect
3086         `idlwave-abbrev-change-case'.
3087         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3088         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3089         idlwave-while): respect `idlwave-reserved-word-upcase'.
3090         (idlwave-rw-case): New function.
3091         (idlwave-statement-match): Fixed problem with assignment regexp.
3092         (idlwave-font-lock-keywords): Improved regexp for keyword
3093         parameters.
3094         (idlwave-surround): New argument LENGTH to support padding of
3095         operators longer than 1 char.
3097         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3098         idlwave-shell-expression-overlay.  Implemented printing of
3099         expressions on higher levels of the calling stack.
3100         (idlwave-shell-display-level-in-calling-stack): Restore stack
3101         level.
3102         (idlwave-retrieve-expression-from-level): New function.
3103         (idlwave-shell-last-calling-stack): Variable removed.
3104         (idlwave-shell-reset): Argument action reversed (`visible' to
3105         `hidden').  Also remove stop-line overlay.
3106         (idlwave-shell-calling-stack-routine): New variable.
3107         (idlwave-shell-parse-stack-and-display): Messages now display
3108         negative level numbers.
3109         (idlwave-shell-mode): Set `modeline-format'.
3110         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3111         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3112         21.
3113         (idlwave-shell-print-expression-function): New option.
3115         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3116         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3117         `tool-bar' instead of `toolbar'.
3119 2000-02-02  Dave Love  <fx@gnu.org>
3121         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3122         emacs-lisp-mode-hook.  Don't check for defalias being defined.
3124         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3125         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
3126         the new builtins directly.
3128         * whitespace.el (whitespace): Add :version to defgroup.
3130         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3131         Doc fix.
3133         * thingatpt.el (sexp-at-point, symbol-at-point)
3134         (number-at-point, list-at-point): Add autoload cookie.
3136         * recentf.el (recentf): Add :version to defgroup.
3138         * quickurl.el (quickurl): Add :version to defgroup.
3140         * elide-head.el (elide-head): Use point-marker more.
3142         * bs.el (bs): Add :version to defgroup.
3144         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3146         * progmodes/delphi.el (delphi): Add :version to defgroup.
3148 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
3150         * ange-ftp.el (ange-ftp-write-region): Handle case that
3151         succeeding process operation sets a different coding system.
3153         * calculator.el: New file.
3155 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3157         * frame.el (frames-on-display-list, framep-on-display): New
3158         functions.
3159         (display-mouse-p, display-popup-menus-p, display-graphic-p)
3160         (display-selections-p, display-screens, display-pixel-width)
3161         (display-pixel-height, display-mm-width, display-mm-height)
3162         (display-backing-store, display-save-under, display-planes)
3163         (display-color-cells, display-visual-class): New functions.
3165         * term/tty-colors.el (tty-color-gray-shades): New function.
3167         * faces.el (display-color-p): Use framep-on-display.
3168         (display-grayscale-p): New function.
3170 2000-01-31  Dave Love  <fx@gnu.org>
3172         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3173         (create-fontset-from-x-resource): Don't concat integers.
3175 2000-01-31  Inge Frick  <inge@nada.kth.se>
3177         * view.el: Some changes in documentation.  Removed some trailing
3178         whitespace. Changed some parameter names to agree with
3179         documentation.
3180         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3181         window is not deleted.  Modifies change 1998-04-26.
3183 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
3185         * windmove.el: New file.
3187         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3188         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3189         progmodes/ebnf-yac.el: Update copyright and license info.
3191         * jit-lock.el (jit-lock-function): Widen before calculating end
3192         position.
3193         (jit-lock-stealth-chunk-start): Rewritten.
3195         * info.el (Info-title-face-alist): Removed.
3196         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3197         faces.
3198         (Info-fontify-node): Use these faces.
3200 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
3202         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3203         (cl-macro-list1): Recognize `&allow-other-keys' instead of
3204         `&allow-other-keywords'.
3206         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3207         the list of directories scanned heuristically.
3209         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3210         exist.
3212 2000-01-30  Jason Rumney  <jasonr@gnu.org>
3214         * w32-fns.el: Define w32-tty-standard-colors.
3216         * startup.el (command-line): Use w32-tty-standard-colors when in
3217         w32 console mode.
3219 2000-01-30  Dave Love  <fx@gnu.org>
3221         * jka-compr.el (jka-compr-load): Fix up load-history.
3223         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3225         * emacs-lisp/cl-macs.el: Revert previous change.
3227 2000-01-29  Dave Love  <fx@gnu.org>
3229         * facemenu.el: Purecopy various strings.
3231         * timezone.el (timezone-fix-time): Window against 69 for two-digit
3232         years.  Deal with three-digit years.
3234         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3235         defconst, purecopy.
3236         (help-back-label): Purecopy it.
3238 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3240         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3241         variable. If non-nil, order the buffer list according to the
3242         currently selected frame.
3243         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3244         non-nil, pass the selected frame to function buffer-list.
3246 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3248         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3250 2000-01-28  Dave Love  <fx@gnu.org>
3252         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3254         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3255         Don't use lisp-indent-hook property.
3256         (cl-abs): Remove.
3258         * subr.el: Move out indent and edebug specs for when and unless.
3260         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3261         when, unless.
3263         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3264         unless, when.
3266 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
3268         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3269         `collecting' as synonym for `collect'.
3271         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3272         for the case it contains spaces.
3274         * simple.el (what-cursor-position): Change formatting of
3275         messages.
3277         * frame.el (delete-other-frames): New function.
3278         (toplevel): Bind it to C-x 5 1.
3280         * sort.el (sort-numeric-base): New option.
3281         (sort-numeric-fields): If number starts with `0' or `0[xX[',
3282         interpret it as octal or hexadecimal.  Use sort-numeric-base
3283         as default base.
3285         * progmodes/glasses.el: New file.
3287 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
3289         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3290         userids differently.
3292         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3293         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3294         progmodes/ebnf-yac.el: New files.
3296 2000-01-26  Dave Love  <fx@gnu.org>
3298         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3299         on a function with an empty body.  [From Eric Ludlam.]
3301 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
3303         * vc.el (vc-version-diff): Make sure file name is expanded.
3305 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
3307         * scroll-bar.el (scroll-bar-timer): Variable removed.
3308         (scroll-bar-toolkit-scroll): Don't use a timer.
3310 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
3312         * language/thai-util.el (thai-composition-function): Delete
3313         superfluous `a'.
3315 2000-01-24  Dave Love  <fx@gnu.org>
3317         * fortran.el (fortran-mode): Use beginning-of-defun-function,
3318         end-of-defun-function.
3320         * font-lock.el (turn-on-font-lock): Don't depend on window-system
3321         &c.
3323 2000-01-22  Jason Rumney  <jasonr@gnu.org>
3325         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3326         conflicts with new face support.
3328 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3330         * replace.el (query-replace): Rename last arg to DELIMITED.
3331         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3332         (query-replace-regexp): Likewise.
3334 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3336         * subr.el (with-syntax-table): Use make-symbol, not gensym.
3338         * emacs-lisp/lisp.el (beginning-of-defun-function):
3339         Variable renamed from beginning-of-defun.
3340         Do not call make-variable-buffer-local.
3341         (beginning-of-defun-raw): Use new variable name; doc fix.
3342         (beginning-of-defun): Doc fix.
3343         (end-of-defun-function): Variable renamed from end-of-defun.
3344         Do not call make-variable-buffer-local.
3345         (end-of-defun): Use new variable name; doc fix.
3347         * subr.el (dolist, dotimes): Copied from cl-macs.el
3348         and made to work.
3350         * mail/undigest.el (rmail-digest-end-regexps):
3351         Variable replaces rmail-digest-end-regexp.
3352         Allows multiple regexps for detecting the end line.
3353         (undigestify-rmail-message): Corresponding changes.
3355 2000-01-19  Dave Love  <fx@gnu.org>
3357         * files.el (user-init-file): Don't declare here -- is primitive.
3359         * startup.el (command-line): Check for compiled user-init-file and
3360         set to uncompiled version if necessary.
3362 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3364         * mail/undigest.el (rmail-digest-end-regexp): New user option.
3365         (undigestify-rmail-message): Use it.
3367         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3369 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
3371         * tmm.el (tmm-goto-completions): Adapt to prompt being part
3372         of mini-buffer.
3374 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
3376         * emacs-lisp/copyright.el (copyright-update): Removed the
3377         requirement for a trailing space from `copyright-regexp', to
3378         support copyrights with owner specified on a separate line..
3380         * align.el: New file.
3382         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3384         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3386 2000-01-13  Dave Love  <fx@gnu.org>
3388         * ph.el: Removed.  (Obsoleted by EUDC.)
3390 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3392         * net/eudc.el (toplevel): Remove autoloaded code installing
3393         menu with easymenu, because that causes build problems.
3395         * frame.el (frame-notice-user-settings): New variable.
3396         (frame-notice-user-settings): Don't modify frame parameters
3397         if called a second time.
3399 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3401         * frame.el (frame-notice-user-settings):
3402         Notice default-frame-parameters even for non-window frames.
3404 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3406         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3407         for Emacs.
3408         (eudc-bob-can-display-inline-images): Extend for Emacs.
3409         (eudc-bob-toggle-inline-display): Ditto.
3410         (eudc-bob-display-jpeg): Ditto.
3412 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
3414         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3415         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3416         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3418         * add-log.el (add-change-log-entry): Fix error trying an `(insert
3419         nil)'.
3421         * subdirs.el: Add `net' directory.
3423         * net: New directory.
3425         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3426         eval-last-sexp.  Don't bind debug-on-error here.
3427         (eval-last-sexp): New function.  Bind debug-on-error if
3428         eval-expression-debug-on-error is non-nil.
3429         (eval-defun-2, eval-defun): Likewise.
3431         * simple.el (eval-expression): Don't bind debug-on-error if
3432         eval-expression-debug-on-error is nil.  Detect changed
3433         debug-on-error, and propagate new value to global binding, if
3434         eval-expression-debug-on-error is non-nil,
3435         (eval-expression-debug-on-error): Change doc string.
3437 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3439         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3441         * emacs-lisp/lisp-mode.el (with-syntax-table):
3442         Set up lisp-indent-function property.
3444         * subr.el (with-syntax-table): Moved from simple.el.
3446         * simple.el (with-syntax-table): Moved to subr.el.
3448 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
3450         * tmm.el (tmm-shortcut): Delete region after prompt instead
3451         of erasing buffer.
3453         * textmodes/fill.el (fill-common-string-prefix): New function.
3454         (fill-context-prefix): Use the longest common prefix of first
3455         and second line fill prefix, if there is one.
3457 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3459         * array.el (array-mode): Don't use make-variable-buffer-local.
3460         Use make-local-variable for `truncate-lines'.
3462 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
3464         * add-log.el (add-log-current-defun): Handle user-defined
3465         add-log-current-function returning nil,
3467         * add-log.el (add-change-log-entry): Insert version number
3468         if having found a current function
3470         * add-log.el (add-log-current-defun): Call
3471         `add-log-current-defun-function'.  Try matches at level 0 and
3472         level 1.  Strip whitespace from defun found.
3474 2000-01-10  John Wiegley  <johnw@gnu.org>
3476         * allout.el (isearch-done/outline-provisions): Added `edit'
3477         argument to correspond with the current definition of
3478         `isearch-done'.
3480 2000-01-10  Dave Love  <fx@gnu.org>
3482         * elide-head.el (elide-head): Use point-marker, not point.
3484 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
3486         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3487         before and after the year 2000.
3489         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3490         Add ispell- prefix.
3492 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
3494         * ispell.el:  Only define dictionaries in menus when they exist.
3495         (version18p): New variable.
3496         (version20p): New variable.
3497         (xemacsp): New variable.
3498         (ispell-choices-win-default-height): Fix for XEmacs visibility.
3499         (ispell-dictionary-alist1): Added Brasileiro dictionary.
3500         (ispell-dictionary-alist6): Russian command lines no longer accept
3501         run-together words.
3502         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3503         (ispell-dictionary-alist): Add koi8-r to customize definition.
3504         (check-ispell-version): Added documentation string.  Returns
3505         library path when called non-interactively.
3506         (ispell-menu-map-needed): Uses new variables.
3507         (ispell-library-path): New variable.
3508         (ispell-decode-string): XEmacs fix for bogus variable bindings.
3509         (ispell-word): Improved documentation string.  Test for valid
3510         character mappings.  Correctly check typed in word changes that can
3511         result in single words split into multiple words.  Returns
3512         replacement word.
3513         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
3514         replace in recursive query replace mode.  Help message for
3515         recursive edit mode.
3516         (ispell-show-choices): Protect against bad framepop bindings.
3517         (ispell-help): Fix to work with XEmacs.
3518         (ispell-highlight-spelling-error): Use new variables.
3519         (ispell-overlay-window): Fix to work with XEmacs.
3520         (ispell-parse-output): Passed and returns location information
3521         tracking spelling corrections.  Doesn't recheck same word on
3522         current line.
3523         (ispell-init-process): Protect against bogus XEmacs variable binding.
3524         Fix call to single argument in sleep-for.  Use new variables.
3525         (ispell-region): Passed and returns location information tracking
3526         spelling corrections.  Doesn't check same word on current line.
3527         Improved documentation string.  Doesn't resend a line already
3528         checked to the ispell process - fixes bug in LaTeX parsing.
3529         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3530         (ispell-skip-region): No longer skips <TT> in SGML.
3531         (ispell-process-line): Tracks location information with spelling
3532         corrections.  Added documentation string.  Accounts for words
3533         already accepted on this line.  Don't allow query-replace on line
3534         starting with math characters.  Doesn't resend a line already sent
3535         to ispell process.  Fixes alignment error bug.
3537 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3539         * dired-x.el (dired-guess-shell-alist-default):
3540         Suggest xloadimage, which is free, not xv, which isn't.
3542         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3543         Don't ever include the host name or user name in the value.
3545 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3547         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3548         of a real newline.
3550 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3552         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3553         for .png files.
3555 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3557         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3559 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3561         * progmodes/cperl-mode.el: Replace ^F with ^L.
3563         * sendmail.el (toplevel): Provide `sendmail' when compiling
3564         before `require'ing rmail and mailalias to prevent infinite
3565         recursion.
3567 2000-01-08  Dave Love  <fx@gnu.org>
3569         * emacs-lisp/backquote.el: Remove inappropriate customization
3570         (allowing custom.el to use backquote).
3572 2000-01-07  Dave Love  <fx@gnu.org>
3574         * add-log.el (add-log-debugging): Deleted.
3575         (add-change-log-entry): Treat a backup FILE-NAME as its parent
3576         file.  Remove debugging code.
3577         (change-log-get-method-definition, change-log-name): Add doc.
3578         (change-log-sortable-date-at): New function.
3579         (change-log-merge): New command.
3581         * time.el (display-time-string-forms): Make the Mail string active.
3582         (display-time-update): Provide help-echo for load average.
3584         * bindings.el (make-mode-line-mouse2-map): New function.
3585         (mode-line-modified): Use it and simplify.
3586         (mode-line-mule-info): Provide help-echo info.
3587         (minor-mode-alist): Activate the strings.
3588         (make-mode-line-mouse-sensitive): Simplify for
3589         mode-line-buffer-identification.
3591 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
3593         * play/pong.el: New file.
3595 2000-01-06  Dave Love  <fx@gnu.org>
3597         * array.el: Assorted cleanups for compiler warnings, doc strings,
3598         `array-' prefix for symbols.
3600 2000-01-05  Dave Love  <fx@gnu.org>
3602         * textmodes/outline.el (outline-mode-menu-bar-map): Add
3603         outline-headers-as-kill.
3604         (outline-mode): Define imenu-generic-expression.
3605         (outline-headers-as-kill): New command.
3607         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3608         from paragraph-start.
3609         (paragraph-indent-minor-mode): New command.
3611         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3612         M-C-e, M-C-h, C-j, C-xnd, TAB.
3613         (fortran-mode): Set beginning-of-defun, end-of-defun.
3614         (fortran-column-ruler): Simplify.
3615         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3616         (fortran-with-subprogram-narrowing): Likewise.
3617         (fortran-indent-subprogram): Call mark-defun.
3618         (fortran-check-for-matching-do): Change narrowing.
3620         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3621         (cl-lucid-hash-tag): Delete.
3622         (cl-hash-table-p): Correct test for native table.
3623         (cl-hash-table-count): Use hash-table-count.
3625         * browse-url.el (browse-url): Fix case of
3626         browse-url-browser-function being an alist.
3628 2000-01-05  Carsten Dominik  <cd@gnu.org>
3630         * textmodes/reftex-vars.el (reftex-parse-file-extension)
3631         (reftex-index-phrase-file-extension): New options.
3633         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3634         Use new option `reftex-index-phrase-file-extension'.
3636         * textmodes/reftex.el (reftex-access-parse-file): Use new option
3637         `reftex-parse-file-extension'.
3639 2000-01-05  Dave Love  <fx@gnu.org>
3641         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3642         (beginning-of-defun-raw): Use it.
3643         (end-of-defun): New variable.
3644         (end-of-defun): Use it.
3645         (check-parens): New command.
3647 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3649         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3650         (hs-show-block): Don't use `mapcar' when not accumulating.
3652         Fix buglet in local variables initialization.
3654 2000-01-05  Andreas Schwab  <schwab@suse.de>
3656         * hscroll.el (hscroll): Doc fix.
3658 2000-01-05  Carsten Dominik  <cd@gnu.org>
3660         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3661         idlw-toolbar.
3663         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3664         file idlw-rinfo.el.
3665         (idlwave-customize): load must read file idlw-shell.el.
3666         (idlwave-create-customize-menu): load must read file idlw-shell.el.
3668 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
3670         * progmodes/idlw-shell.el: Also provide idlwave-shell
3671         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3672         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3674         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3675         both reftex-dcr and reftex-vcr.
3677         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3679 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3681         * ps-print.el: PostScript code now is in separate files, doc fix.
3682         (ps-print-version): New version number (5.0.3).
3683         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3684         local.
3685         (ps-spool-config): Initialization fix.
3686         (ps-print-prologue-1, ps-print-prologue-2)
3687         (ps-print-duplex-feature): PostScript code moved to separated file.
3688         (ps-background-image): Little code reformating.
3689         (ps-begin-file, ps-begin-job): Fix code.
3690         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3691         (ps-prologue-file): New fun.
3693 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3695         * ps-vars.el: Eliminated.
3697         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3698         `;;;###autoload'.
3700         * ps-print.el: ps-vars eliminated, doc fix.
3701         (ps-print-version): New version number (5.0.2).
3702         (ps-spool-config): Initialization fix.
3703         (ps-print-customize): New fun.
3705 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
3707         * autorevert.el (auto-revert-mode): Return value of
3708         auto-revert-mode.
3710 2000-01-04  Dave Love  <fx@gnu.org>
3712         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3713         menu items.
3715 2000-01-03  Dave Love  <fx@gnu.org>
3717         * elide-head.el (elide-head) [defgroup]: Add :version.
3719         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3720         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3721         `cl-hash-table-p', not `hash-table-p'.
3722         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3724 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3726         * faces.el (face-read-integer, read-face-attribute)
3727         (color-defined-p, color-values): unspecified-{f,b}g are now
3728         strings.
3730 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3732         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3733         at comment end, and re-insert them after filling.
3735 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3737         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3738         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3739         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3741 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3743         * term/x-win.el (xw-defined-colors): Call color-supported-p,
3744         the new name of face-color-supported-p.
3746         * term/w32-win.el (xw-defined-colors): Likewise.
3748 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3750         * simple.el (completion-setup-function): Count completion-size
3751         from minibuffer-prompt-end, not from point-min.
3753 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3755         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3756         Pass the frame to tty-color-* functions.
3757         (display-color-p, frame-set-background-mode): Pass the frame to
3758         tty-display-color-p.
3760         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3761         tty-color-alist.
3762         (tty-color-alist, tty-modify-color-alist): New functions.
3763         (tty-color-define,  tty-color-clear, tty-color-approximate)
3764         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3765         an optional parameter FRAME.
3767 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3769         * image.el (create-image, defimage): Don't assume image data is a
3770         string.
3772         * image.el (defimage): Handle specifications containing :data
3773         instead of :file.
3774         (image-type-from-data): New function.
3775         (image-type-from-file-header): Use it.
3776         (create-image): Add parameter DATA-P.
3778 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3780         * echistory.el (electric-command-history): Call Command-history-setup
3781         and command-history-mode using their new conventions.
3783         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3784         no args, and do not set major-mode, mode-name or the local map.
3785         (command-history-mode): New function, does some of those things
3786         Command-history-setup used to do.
3787         (list-command-history): Call command-history-mode, not
3788         Command-history-setup.
3789         (command-history): Renamed from command-history-mode.
3791 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3793         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3795 1999-12-31  William M. Perry  <wmperry@aventail.com>
3797         * image.el (defimage): Images with the `:data' keyword should be
3798         considered valid as well.
3800 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3802         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3803         with FILE if FILE is nil.
3805 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3807         * simple.el (choose-completion-string): In minibuffer,
3808         do not delete the prompt string.
3810 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3812         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3813         assigned to mode-line-mode-menu because bindings.el is dumped with
3814         Emacs, and thus the lists used for menu-item definition will be
3815         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3816         like pure menu item definitions.
3818         * expand.el (expand-abbrev-hook): Return t if expansion was
3819         done, nil otherwise.
3821 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3823         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3824         (tar-quit): Function deleted.
3826 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3828         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3829         was used but not declared.
3831         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3832         hs-find-block-beginning): Add or modify docstrings.
3834         (hs-isearch-show): Rewrite.
3836 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3838         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3840         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3841         space in front of a C-style comment end.
3843 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3845         * startup.el (command-line-1): Make mode line mouse-sensitive for
3846         the MS-DOS version as well.
3848 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3850         * bs.el: New file.
3852 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3854         * textmodes/ispell.el (ispell-process-line):
3855         Add local var line-offset to adjust for the change
3856         in positions within the line, due to previous replacements.
3858 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3860         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3861         Doc fixes.
3863 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3865         * add-log.el (change-log-version-number-regexp-list)
3866         (change-log-version-info-enabled): Change :version to 21.1.
3867         (toplevel): Require CL when compiling.
3869 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3871         * add-log.el (change-log-version-number-regexp-list): Added tag
3872         :version 20.6
3873         (change-log-version-info-enabled): Added tag :version 20.6
3875 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3877         * add-log.el: More general version number search with
3878         user-configurable regexp list.
3879         (change-log-version-number-regexp-list): New user variable.
3880         (change-log-find-version): Rewritten.  Use user-configurable
3881         version numbering regexp list
3882         change-log-version-number-regexp-list.
3883         (change-log-find-version): Renamed to
3884         change-log-version-number-search
3885         (add-log-file-name-function): New.
3886         (change-log-search-vc-number): Added END paramaeter.  Added doc
3887         string to function.
3888         (change-log-version-rcs): Renamed.  Was
3889         change-log-search-vc-number.
3891 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3893         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3894         overlays if they interfere.
3895         (compilation-find-file): Make intangible overlays tangible.
3897         * progmodes/hideshow.el: Generally, synch w/ maintainer
3898         version 5.9.
3900         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3902         (hs-minor-mode-hook): Don't initialize.
3904         (hs-special-modes-alist): Rewrite value and docstring.
3906         (hs-minor-mode-prefix): Delete unused var.
3908         (hs-block-start-mdata-select): New var, buffer local.
3910         (hs-headline): New var.
3912         (hs-match-data, hs-forward-sexp): New funcs.
3914         (hs-hide-comment-region): New func.
3916         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3917         hs-safety-is-job-n, hs-hide-initial-comment-block,
3918         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3919         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3920         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3921         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3922         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3924         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3925         (hs-isearch-show-temporary): New funcs.
3927         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3929         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3931         When constructing menu, use `[(shift button2)]' notation.
3933 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3935         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3936         (jka-compr-compression-info-list): Add new elt to each vector.
3937         (jka-compr-write-region): Don't compress the data if it is
3938         already compressed.
3940         * jka-compr.el (jka-compr-really-do-compress): New variable.
3941         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3942         if visiting.
3943         (jka-compr-write-region): Set jka-compr-really-do-compress
3944         if visiting.  Test it when deciding to compress.
3946 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3948         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3949         with third argument t.
3951 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3953         * antlr-mode.el: Version 1.2 is released.
3954         (antlr): This package has a web page.
3956 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3958         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3959         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3960         (antlr-mode-map): New binding [C-c C-c].
3961         (antlr-mode-menu): New entries.
3963 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3965         * antlr-mode.el: Respect Emacs conventions.
3966         ((require 'cl)): Only use during compilation.
3967         (antlr-language-for-option): New function to avoid using `find'.
3968         (antlr-mode): Use it.
3969         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3970         (antlr-imenu-create-index-function): Change accordingly.
3971         (antlr-inside-rule-p): Ditto.
3972         (antlr-end-of-rule): Ditto.
3973         (antlr-end-of-body): Ditto.
3974         (antlr-beginning-of-rule): Ditto.
3975         (antlr-indent-line): Ditto.
3977 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3979         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3980         (antlr-set-tabs): Don't use hard-coded values.
3982         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3983         won't be possible without a huge time penalty.
3984         (antlr-skip-exception-part): Be more specific.
3985         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3986         Renamed from `antlr-skip-grammar-header'.
3987         (antlr-next-rule): Change accordingly.
3988         (antlr-end-of-body): Ditto.  Better error message.
3989         (antlr-beginning-of-body): Better error message.
3990         (antlr-imenu-create-index-function): Skip rule action prelude.
3992         * antlr-mode.el: Minor syntax highlighting changes.
3993         (antlr-font-lock-default-face): Deletia.
3994         (antlr-font-lock-tokendef-face): Changed color.
3995         (antlr-font-lock-tokenref-face): Changed color.
3996         (antlr-font-lock-literal-face): Changed color.
3997         (antlr-font-lock-additional-keywords): Minor changes.
3999 1999-12-20  Carsten Dominik  <cd@gnu.org>
4001         * progmodes/idlwave.el: New file.
4003         * progmodes/idlwave-rinfo.el: New file.
4005         * progmodes/idlwave-shell.el: New file.
4007         * progmodes/idlwave-toolbar.el: New file.
4009         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4011 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4013         * progmodes/cwarn.el: New file.
4015 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4017         * bindings.el (completion-ignored-extensions): Add .pdf.
4019 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
4021         * version.el: Put the version info into binary on MS-DOS as well.
4023 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4025         * emacs-lisp/debug.el (debugger-continue): Don't continue if
4026         debugger-may-continue is nil.
4028 1999-12-18  Dave Love  <fx@gnu.org>
4030         * emacs-lisp/cl-macs.el: Remove conditional definition of
4031         eval-when-compile.  Don't specify abs, expt, gethash,
4032         hash-table-count, hash-table-p as side-effect-free here.
4033         (cl-emacs-type): Don't declare.
4034         (cl-compile-time-init): Remove Emacs 18 compiler patch.
4035         (cl-parse-loop-clause): Remove compatibility code.
4037         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4038         (side-effect-free-fns): Add gethash, hash-table-count.
4039         (side-effect-and-error-free-fns): Add hash-table-p.
4041         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
4042         `cl-' to autoload names for some hash functions.  Don't autoload
4043         eval-when-compile.  Don't provide mini-cl.
4044         (cl-emacs-type): Remove.
4045         (cl-map-extents): Remove compatibility code.
4047         * emacs-lisp/float.el: Bind free variables.
4049         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4051 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4053         * bindings.el (completion-ignored-extensions): Add .tfm.
4055 1999-12-16  Dave Love  <fx@gnu.org>
4057         * faces.el (set-face-attribute): Purecopy the attributes set.
4059         * custom.el (custom-declare-variable): Purecopy value.
4061         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4062         (byte-extrude-byte-code-vectors): Use remprop.
4063         (byte-compile-lambda): Check that arg is a lambda.
4065 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
4067         * font-lock.el: System for adding and removing keywords.
4068         Both local (previously added keyword) and global keywords
4069         can be removed.
4070         (font-lock-remove-keywords): New user-level function.
4071         (font-lock-update-removed-keyword-alist): New internal function.
4072         (font-lock-removed-keywords-alist): New variable.
4073         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4074         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4075         growing datastructures.
4076         (font-lock-set-defaults): Removes keywords stored in
4077         `font-lock-removed-keywords-alist' after local keywords added.
4079 1999-12-16  Anders Lindgren  <andersl@andersl.com>
4081         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4082         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4084         * font-lock.el (c-keywords): Only highlight preprocessor
4085         directives when spelled correctly.
4087         * font-lock.el (font-lock-match-c++-structor-declaration,
4088         c++-keywords): Fontify constructors and destructors with function
4089         face inside C++ class declarations.
4091 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4093         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4094         the shell from sh-shell-file.
4096         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4098 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4100         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4101         if one of the files specified cannot be accessed by
4102         file-attributes.  Do not strip any leading directories from the
4103         file names, to behave more like `ls' does.
4105         * dired.el (dired-get-filename): Handle absolute file names.
4106         (dired-readin-insert): If argument is a cons, don't print
4107         "wildcard" on the ``total'' line.
4109 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4111         * faces.el (face-read-integer, read-face-attribute)
4112         (color-defined-p, color-values): Allow color values unspecified-fg
4113         and unspecified-bg, handle them as unspecified.
4115 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
4117         * textmodes/reftex.el: (reftex-compile-variables): respect new
4118         structure of `reftex-index-macro'
4119         (reftex-compile-variables): Use the changed structure of
4120         `reftex-label-alist'.
4122         * textmodes/reftex-vars.el (reftex-index-math-format,
4123         (reftex-toc-max-level): New option.
4124         reftex-index-phrases-search-whole-words,
4125         reftex-index-phrases-case-fold-search,
4126         reftex-index-phrases-skip-indexed-matches,
4127         reftex-index-phrases-wrap-long-lines,
4128         reftex-index-phrases-sort-prefers-entry,
4129         reftex-index-phrases-sort-in-blocks): New options.
4130         (reftex-index-macros): Option structure changed.
4131         (reftex-index-macros-builtin): Added `repeat' item to each entry.
4132         (reftex-label-alist): Additional item in each entry to specify if
4133         the environment should be listed in the TOC.
4134         (eval-when-compile (require 'cl)) added.
4136         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4137         longer deals with "repeat".
4138         (reftex-index): "repeat property in `reftex-index-macro-alist' is
4139         now used.
4140         (reftex-index-phrases-comment-regexp,
4141         reftex-index-phrases-macrodef-regexp,
4142         reftex-index-phrases-phrase-regexp1,
4143         reftex-index-phrases-phrase-regexp2,
4144         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4145         New constants.
4146         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4147         reftex-index-phrases-font-lock-keywords,
4148         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4149         reftex-index-phrases-restrict-file): New variables.
4150         (reftex-index-phrase-selection-or-word,
4151         reftex-index-visit-phrases-buffer,
4152         reftex-index-initialize-phrases-buffer,
4153         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4154         reftex-index-next-phrase, reftex-index-this-phrase,
4155         reftex-index-all-phrases, reftex-index-region-phrases,
4156         reftex-index-phrases-parse-header,
4157         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4158         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4159         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4160         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4161         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4162         reftex-index-make-replace-string,
4163         reftex-query-index-phrase-globally, reftex-query-index-phrase,
4164         reftex-index-phrase-match-is-indexed,
4165         reftex-index-phrases-fixup-line,
4166         reftex-index-phrases-replace-space,
4167         reftex-index-select-phrases-macro): New functions.
4168         (reftex-index-globalize, reftex-index-globally): functions removed
4169         (eval-when-compile (require 'cl)) added.
4171          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4172          for max level.
4173          (reftex-toc-max-level-indicator): New variable.
4174          (reftex-toc-max-level): New command.
4175          (reftex-toc-map): New keybinding `t'.
4176          (reftex-toc-help): Constant updated.
4177          (eval-when-compile (require 'cl)) added.
4179          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4180          `t' command key can change `reftex-toc-max-level'
4181          (eval-when-compile (require 'cl)) added.
4183          * textmode/reftex-sel (reftex-insert-docstruct): Respect
4184          `reftex-toc-max-level'
4185          (eval-when-compile (require 'cl)) added.
4187          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4188          added.
4190          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4191          added.
4193          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4194          commands.
4195          (reftex-citation, reftex-do-citation,
4196          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4197          preselect a citation format.
4198          (eval-when-compile (require 'cl)) added.
4200          * textmodes/reftex-parse.el (reftex-context-substring): Optional
4201          parameter to-end
4202          (reftex-section-info): Deal with environment matches.
4203          (eval-when-compile (require 'cl)) added.
4205          * reftex-global.el (eval-when-compile (require 'cl)) added.
4207 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
4209         The following changes are for the new composition mechanism.  We
4210         have deleted `composition' charset and composite characters,
4211         instead introduced a special text property `composition'.
4213         * composite.el: New file.
4215         * ps-mule.el: Define encode-composition-rule and find-composition
4216         for Emacs 20.4 and the earlier versions.
4217         (ps-mule-init-external-library): Just require a feature for
4218         external libraries.
4219         (ps-mule-prologue): Postscript code modified for new composition.
4220         (ps-mule-find-wrappoint): New arg COMPOSITION.
4221         (ps-mule-plot-string): Delete code for composite characaters.
4222         (ps-mule-plot-composition): New funcion.
4223         (ps-mule-prepare-font-for-components): New function.
4224         (ps-mule-plot-components): New function.
4225         (ps-mule-composition-prologue-generated): Renamed from
4226         ps-mule-cmpchar-prologue-generated.
4227         (ps-mule-composition-prologue): New named from
4228         ps-mule-cmpchar-prologue.  Modified for new composition.
4229         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4230         ps-mule-prepare-cmpchar-font): Deleted.
4231         (ps-mule-string-encoding): New arg NO-SETFONT.
4232         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4233         check Composing, not Cmpchar
4234         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4235         to nil.
4236         (ps-mule-begin-job): Check existence of new composition.
4238         * ps-print.el (ps-plot-region): Handle new composition.
4240         * simple.el (what-cursor-position): Show "(composed)" if the
4241         character is composed.
4243         * international/characters.el: Fix cateogries of Lao symbols.
4245         * international/fontset.el (vertical-centering-font-regexp): New
4246         variable.
4248         * international/mule.el (mule-version): Updated to 5.0 (AOI).
4249         (mule-version-date): Updated to 1999.12.7.
4250         (with-category-table): New macro.
4252         * international/mule-cmds.el (encode-coding-char): Don't check
4253         composite character.
4255         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4256         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4257         x-ctext): Give `composition' property t.
4259         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4260         non-nil) at the tail of ALIST.
4261         (compose-region, decompose-region, decompse-string,
4262         reference-point-alist, compose-chars): Moved to composite.el.
4263         (compose-chars-component, compose-chars-rule,
4264         decompose-composite-char): Deleted.
4266         * international/quail.el (quail-install-map): New optional arg
4267         NAME.
4268         (quail-get-translation): If DEF is a symbol but not a function,
4269         ignore it.
4270         (quail-start-translation): Put a key sequence undefined in the
4271         translation keymap in unread-command-events, not generated-events.
4272         Return parameterized event (compose-last-chars N) if the input
4273         characters should be composed.
4274         (quail-map-definition): If DEF is t, treat it as nil.
4275         (quail-delete-last-char): Delete the quail region.
4276         (quail-show-translations): Don't show list of translations if the
4277         quail package is deterministic.
4278         (quail-completion-max-depth): New variable.
4279         (quail-completion-1): Pay attention to the above variable.  Fix
4280         for the case that a translation is a function.
4281         (quail-map-from-table, quail-map-from-table-1,
4282         quail-map-from-table-2): New functions.
4283         (quail-lookup-map-and-concat): New function
4285         * language/devan-util.el: Mostly rewritten.
4287         * language/lao.el: Register lao-composition-function in
4288         composition-function-table.
4290         * language/lao-util.el: Mostly rewritten.
4292         * language/thai.el: Register thai-composition-function in
4293         composition-function-table.
4294         (thai-tis620): Delete `pre-write-conversion' property.
4296         * language/thai-util.el: (thai-category-table): Make it by
4297         make-category-table.
4298         (thai-composition-pattern): New variable.
4299         (thai-compose-region, thai-compose-string): Use
4300         with-category-table.
4301         (thai-post-read-conversion): Just call thai-compose-region.
4302         (thai-pre-write-conversion): Deleted.
4303         (thai-composition-function): New funciton.
4305         * language/tibet-util.el: Most functions rewritten.
4306         (tibetan-char-p): Renamed from tibetan-char-examin.
4307         (tibetan-composable-examin) (tibetan-complete-char-examin)
4308         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4309         (tibetan-add-components): New function.
4310         (tibetan-composition-function): New function.
4312         * language/tibetan.el: Register tibetan-composition-function in
4313         composition-function-table.
4314         (tibetan-composable-pattern): New variable.
4315         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4316         (tibetan-precomposition-rule-alist): Move punctuations to
4317         tibetan-punctuation-transcription-alist and
4318         tibetan-obsolete-glyphs.
4319         (tibetan-punctuation-transcription-alist): New variable.
4320         (tibetan-obsolete-glyphs): New variable.
4321         (tibetan-regexp): Improve the initialization code.
4323         * textmodes/fill.el (fill-find-break-point): Delete codes for
4324         composite characters.
4325         (fill-region-as-paragraph): Likewise.
4327 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
4329         * international/mule-cmds.el (default-input-method): Specify
4330         that it should be set after current-language-environment.
4332         * custom.el (custom-handle-keyword): Add :set-after.
4333         (custom-add-dependencies): New function.
4334         (custom-set-variables): Take dependencies between args into
4335         account.
4337         * battery.el (battery): Doc fix.
4339 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4341         * progmodes/cc-make.el: Removed.
4343 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4345         * Release of cc-mode 5.26
4347 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4349         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4350         target depth.  Optionally count #else lines as clause limits,
4351         as suggested by don provan <provan@lucent.com>.  #elif
4352         handling fixed.
4354         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4355         (c-down-conditional-with-else): New commands that uses the
4356         added functionality in `c-forward-conditional'.
4358 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4360         * cc-align.el (c-lineup-comment): Preserve the alignment with
4361         a comment on the previous line instead of preserving the
4362         comment-column.
4364 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4366         * Fixes to IDL mode after input from Eric Eide
4367         <eeide@cs.utah.edu>:
4368         * cc-engine.el (c-beginning-of-statement-1): Allow
4369         `c-conditional-key' to be nil, for the benefit of IDL mode.
4370         * cc-engine.el (c-guess-basic-syntax): Ditto.
4371         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
4372         but do match CORBA 2.3 `valuetype'.
4373         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
4374         for IDL.
4375         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
4376         be nil for IDL.
4377         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4378         Like C++.
4379         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
4380         set `c-method-key' and `c-baseclass-key' to nil.
4382 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4384         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4385         with nonhanging open braces.
4387 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4389         * cc-align.el: Added docstrings to all lineup functions.
4391         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4392         keyword.
4394         * cc-align.el (c-lineup-C-comments): Handle free form text
4395         comments.  Use c-comment-prefix-regexp and comment-start-skip
4396         instead of hardcoded regexps.
4398 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4400         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4401         behavior and return value as documented.
4403 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4405         * Changes for new style variable init system:
4406         * cc-langs.el (c-common-init): Dito.
4407         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4408         now customizable.
4409         * cc-vars.el: Style variables may now take a value
4410         'set-from-style to make them take their value from the style
4411         system. This value is now the default on all these variables.
4412         * cc-vars.el (c-valid-offset): New function to verify a
4413         syntactic symbol offset setting.
4414         * cc-vars.el (c-offsets-alist): Variable moved from
4415         cc-styles.el since it's now customizable in a similar way to
4416         the other style variables.
4417         * cc-vars.el (c-old-style-variable-behavior): New variable to
4418         revert to the old style init behavior.
4420         * cc-vars.el (c-file-style, c-file-offsets): Made always
4421         buffer local.
4423         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4424         the throws clause that might follow the function prototype in
4425         C++.
4427 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4429         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4430         could move forward for macros that doesn't start in column 0.
4432 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4434         * cc-align.el (c-indent-multi-line-block,
4435         c-lineup-whitesmith-in-block): Two new lineup functions for
4436         use in whitesmith style.
4438         * cc-styles.el (c-style-alist): More fixes to whitesmith
4439         style.  It should now handle all different braces uniformly in
4440         both hanging and non-hanging cases.
4442 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4444         * cc-cmds.el (c-indent-exp): Use a marker to save point to
4445         make it stay in the same position relative to the surrounding
4446         text.
4448         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4449         when adaptive-fill-mode doesn't manage to get it correct.
4451         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4452         with dotted notation, e.g. foo.bar.Gnu.
4454         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4455         within unwind-protect (previously only some were wrapped so it
4456         would be possible to register mode initialization when full
4457         initialization did not finish).
4459         * cc-styles.el (c-style-alist): Corrected the brace placement
4460         in the whitesmith style.  Thanks to Sean Luke
4461         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
4462         styles with consistent brace placement for all constructs.
4464 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4466         * cc-cmds.el (c-context-line-break): Continue C++ comments too
4467         when point is in the middle of them.
4469         * cc-cmds.el: Line breaking and paragraph filling code
4470         rewritten:
4471         (c-guess-fill-prefix): New function that uses various
4472         heuristics to guess the comment prefix.
4473         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4474         It now assumes adaptive filling is active to preserve the line
4475         prefix inside comments.
4476         (c-indent-new-comment-line): Replacement for the now
4477         obsolete `c-comment-line-break-function' that uses
4478         `c-guess-fill-prefix' when appropriate.  It now observes the
4479         setting of `comment-multi-line', which has effect in C-style
4480         block comments.
4482         * cc-cmds.el (c-context-line-break): New function intended to
4483         be put on RET.  It's essentially `newline-and-indent', but
4484         continues C block comments with the appropriate line prefix.
4486         * cc-cmds.el (c-do-auto-fill): New function put on
4487         `normal-auto-fill-function' to implement the
4488         `c-ignore-auto-fill' variable.
4490         * cc-cmds.el (c-beginning-of-statement): Use
4491         `c-comment-prefix-regexp' to avoid ending up inside the
4492         comment prefix.  Better handling of comment starters and
4493         enders. Catch comments better when traversing code.  Stop at
4494         preprocessor directives.
4496         * cc-defs.el (c-forward-comment): New subst to hide platform
4497         dependent quirks in `forward-comment'.
4499         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4500         argument.
4501         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4502         arguments. Activate this function by default when
4503         `parse-partial-sexp' supports it (currently Emacs 20.x).
4505         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4506         on the comment opener to make constants usable as lineup
4507         arguments.
4509         * cc-align.el (c-lineup-C-comments): Fixes to handle the
4510         changed anchor position in the `c' syntactic symbol.  Handle
4511         more than stars in the comment prefix; use the new variable
4512         `c-comment-prefix-regexp'.  Don't indent text not preceded by
4513         a comment prefix to the right of the comment opener if it's
4514         long.
4516         * cc-langs.el: Fixes to mode initialization for new line
4517         breaking and paragraph filling method.  Adaptive fill mode is
4518         now activated at startup instead of deactivated.  The
4519         variables used for adaptive filling and paragraph movement are
4520         also changed to incorporate the value of
4521         `c-comment-prefix-regexp'.  `substitute-key-definition' is
4522         used to override some functions in the global map instead of
4523         overriding their default bindings.
4525         * cc-mode.el (java-mode): Modify `paragraph-start' for the
4526         javadoc markup at mode init.
4528         * cc-mode.el (c-setup-filladapt): A new convenience function
4529         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
4530         function is intended to be used explicitly by the end user
4531         only.
4533         * cc-vars.el (c-comment-prefix-regexp): New variable used to
4534         recognize the comment fill prefix inside comments.
4535         (c-block-comment-prefix): New name for
4536         `c-comment-contiuation-stars', which is now obsolete.  It's
4537         generalized to handle any character sequence.
4538         (c-ignore-auto-fill): New variable used to selectively disable
4539         Auto Fill mode in specific contexts.
4541 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4543         * cc-cmds.el (c-comment-indent): Leave at least one space
4544         between the comment and the last nonblank character in the
4545         case where we look at the indentation of the comment on the
4546         previous line (case 4).
4548         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4549         list of characters that may start a statement (it's a sort of
4550         prefix operator in Pike, and isn't used at all in any of the
4551         other languages).
4553 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4555         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4556         inside continued statements as statement-cont instead of
4557         brace-list-open.  The reason is that one normally adjusts
4558         brace-list-open for brace lists as top-level constructs, and
4559         brace lists inside statements is a completely different
4560         context.  Case 10B.2 changed.  Also changed (the somewhat
4561         esoteric) case 9A to cope with this.
4563 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4565         * cc-cmds.el (c-electric-brace): Added electric handling of
4566         the open brace for brace-elseif-brace.
4568 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4570         * cc-defs.el (c-with-syntax-table): New macro to easily switch
4571         syntax tables temporarily.
4573         * cc-engine.el (c-guess-basic-syntax): Handle template and
4574         member init argument lists split over several lines.  Case 5D
4575         changed.
4577         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4578         @throws introduced in Javadoc 1.2.
4580         * cc-menus.el (cc-imenu-java-generic-expression): Applied
4581         patch from RMS to avoid infinite backtracking.
4583 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4585         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4586         by [ ].
4588 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4590         * cc-align.el (c-lineup-dont-change): Compensate properly for
4591         the column in langelem.
4593         * cc-engine.el (c-syntactic-information-on-region): New
4594         function to help debugging the syntactic analysis.
4596 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4598         * cc-align.el (c-lineup-template-args): Handle nested template
4599         arglists.
4601         * cc-langs.el (c++-template-syntax-table): New syntax table
4602         that makes `<' and `>' parenthesis characters, which is useful
4603         to switch to temporarily when analyzing template arglists.
4605         * cc-styles.el: Changed default alignment of labels in the
4606         java style to conform to the examples in the Java Language
4607         Specification.
4609         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4610         by default.
4612 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4614         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4615         immediately before the closing paren in an arglist, so don't
4616         check that in Pike mode.  Case 7A changed.
4618 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4620         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4621         lines were ignored under certain conditions.
4623 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4625         * cc-align.el (c-lineup-template-args): New function for
4626         aligning continued template argument lists.
4628         * cc-engine.el (c-guess-basic-syntax): Fix for member init
4629         lists containing function arglists split over several lines.
4630         Case 5D.1 changed.
4632         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4633         template-args-cont didn't get recognized when the first
4634         arglist opener line doesn't contain a template argument.  New
4635         case 5K.
4637 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4639         * cc-defs.el (c-point): Changed from subst to macro for
4640         efficiency.
4641         (c-beginning-of-defun-1, c-end-of-defun-1): New
4642         beginning-of-defun/end-of-defun wrappers separated from
4643         c-point.
4645         * cc-menus.el (imenu-generic-expression,
4646         imenu-case-fold-search, imenu-progress-message): Dummy
4647         definitions to avoid compiler warnings if imenu can't be
4648         loaded.
4649         * cc-menus.el (cc-imenu-init): New function called at mode
4650         init.
4651         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4652         imenu initializations to cc-imenu-init.
4654 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4656         * cc-engine.el (c-guess-basic-syntax): Slightly better check
4657         for lambda-intro-cont in Pike mode.  Case 6 changed.
4659         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4660         anything following "new Foo()" was considered an anonymous
4661         class body in Java mode.
4663 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4665         * cc-cmds.el (c-comment-line-break-function): When breaking in
4666         a string, don't insert a new line.
4668 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4670         * cc-engine.el (c-at-toplevel-p): New interface function which
4671         returns information useful to add-on authors.  It tells you
4672         whether you're at a toplevel statement or not.
4674 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4676         * cc-cmds.el (c-comment-line-break-function): It is possible
4677         that forward-line does not land us at the bol, say if we're on
4678         the last line in a file.  In that case, do a
4679         back-to-indentation instead of a forward-comment -1.
4681 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4683         * cc-engine.el (c-beginning-of-statement-1): Don't catch
4684         "default:" as normal label in case 4.
4686 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4688         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4689         recognize continued bitfield declarations.  Case 5D.1 changed.
4690         * cc-langs.el: New variable c-bitfield-key.
4691         * cc-mode.el: New variable c-bitfield-key.
4693 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4695         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4696         anonymous array expressions (i.e. "new Foo[] {.. bracelist
4697         ..}").
4699 1999-12-12  Dave Love  <fx@gnu.org>
4701         * mail/footnote.el: Require cl when compiling.  Don't autoload
4702         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
4703         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4704         Avoid `acons'.
4705         (footnote-mode-line-string, Footnote-add-footnote): Remove
4706         autoload cookie.
4708 1999-12-12  Richard Sharman  <rsharman@pobox.com>
4710         * sh-script.el: Fix for when font-lock mode is active.
4711         (sh-font-lock-unfontify-region-function): New function.
4713 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4715         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4716         if start-process is not bound, since Ispell now supports such
4717         platforms as well.
4719 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4721         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4722         rmail-summary-goto-msg.
4724         * files.el (after-find-file): Fix previous change.
4726 1999-12-11  Dave Love  <fx@gnu.org>
4728         * help.el (where-is): Use `commandp' as predicate for
4729         `completing-read'
4731 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4733         * cus-edit.el (custom-save-delete): Delete all occurrences,
4734         leave point where the first occurrence was.
4735         (custom-save-faces): Insert a newline at the end of the comment.
4736         Avoid a double newline there.
4737         If final closeparen is at bol, put a space before it.
4738         (custom-save-variables): Likewise.
4739         (custom-file): Doc fix.
4741 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
4743         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4744         regexp matching image and audio files.
4746 1999-12-09  Dave Love  <fx@gnu.org>
4748         * mail/footnote.el: New file.
4750 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4752         * files.el (after-find-file): Use auto-save-visited-file-name if
4753         set.
4755         * mail/feedmail.el (feedmail-find-eoh): Take
4756         feedmail-queue-alternative-mail-header-separator into account.
4758 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4760         * smerge-mode.el: New file.
4762         * font-lock.el (font-lock-multiline): New variable.
4763         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4764         (font-lock-remove-keywords): Added a dummy `mode' argument for
4765         potential future support.
4766         (font-lock-fontify-anchored-keywords,
4767         (font-lock-fontify-keywords-region): Only handle multiline strings
4768         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4770 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4772         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4774         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4776 1999-12-07  Dave Love  <fx@gnu.org>
4778         * help.el (view-emacs-problems): New command, bound to C-h P.
4780         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4782 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4784         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4785         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4786         New code to support the minor mode version.
4787         (diff-recenter): New function.
4788         (diff-next-hunk, diff-next-file): Use it.
4789         (diff-remembered-files-alist): New var.
4790         (diff-merge-strings): New function.
4791         (diff-find-file-name): Make it smarter and use the user's input more.
4792         (diff-mode): Cosmetic changes.
4794         * files.el (save-some-buffers): Turn EXITING into the more general
4795         PRED argument to allow specifying a subset of buffers.
4797         * simple.el (kill-region): Use the new `delete-and-extract-region'
4798         rather than the undo log (which is incorrect with *-change-functions).
4800         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4801         off-by-one problem that could force re-fontifying the whole buffer.
4802         (font-lock-remove-keywords): New function.
4803         (font-lock-add-keywords): Use the new function to ensure idempotence.
4805 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4807         * viper-cmd.el (viper-minibuffer-standard-hook,
4808         viper-minibuffer-real-start): Mew functions.
4809         (viper-read-string-with-history,viper-file-add-suffix,
4810         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4811         change in the status of the minibuffer prompt.
4813 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4815         * comint.el (comint-redirect-results-list)
4816         (comint-redirect-results-list-from-process): Remove interactive
4817         spec.
4819 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4821         * info.el (info-node, info-menu-5, info-xref): Define colors for
4822         Info faces if the display supports them.
4824 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4826         Changes for automatic remapping of X colors on terminal frames:
4828         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4829         term-setup-hook.  Call msdos-remember-default-colors and
4830         msdos-handle-reverse-video.
4831         (msdos-face-setup): Parts of code moved to
4832         msdos-setup-initial-frame.
4833         (msdos-handle-reverse-video): New function, modeled after
4834         x-handle-reverse-video.
4835         (make-msdos-frame): Don't use initial-frame-alist and
4836         default-frame-alist.  Call msdos-handle-reverse-video.
4837         (msdos-color-aliases): Remove.
4838         (msdos-color-translate, msdos-approximate-color): Remove.
4839         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4840         for better approximation of X colors.
4841         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4842         up tty-color-alist (it is now on startup.el).
4843         (x-display-color-p, x-color-defined-p, x-color-values,
4844         x-defined-colors, face-color-supported-p, face-color-gray-p):
4845         Remove.
4847         * facemenu.el (facemenu-read-color, list-colors-display): Use
4848         defined-colors for all frame types.
4849         (facemenu-color-equal): Use color-values for all frame types.
4851         * faces.el (read-face-attribute): For :foreground and :background
4852         attributes and frames on character terminals, translate the color
4853         to the closest supported one before looking it up in the list of
4854         valid values.
4855         (face-valid-attribute-values): Call defined-colors for all types
4856         of frames.
4857         (defined-colors, color-defined-p, color-values, display-color-p):
4858         New finctions.
4859         (x-defined-colors, x-color-defined-p, x-color-values,
4860         x-display-color-p): Aliases for the above.
4862         * startup.el (command-line): Register terminal colors for frame
4863         types other than x and w32, but only if the terminal supports
4864         colors.  Call tty-color-define instead of face-register-tty-color.
4866         * term/x-win.el (xw-defined-colors): Renamed from
4867         x-defined-colors.
4868         * term/w32-win.el (xw-defined-colors): Likewise.
4870         * term/tty-colors.el: New file.
4871         * loadup.el: Load term/tty-colors.
4873 1999-12-06  Dave Love  <fx@gnu.org>
4875         * ffap.el: Autoload the ffap alias directly.
4877 1999-12-06  Inge Frick  <inge@nada.kth.se>
4879         * dired-aux.el (dired-do-shell-command): Changed documentation.
4880         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4881         meaning as `*'.
4883 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4885         * simple.el (insert-buffer): Doc fix.
4887         * apropos.el (apropos-mode): Add autoload cookie.
4889 1999-12-06  Sam Steingold  <sds@goems.com>
4891         * progmodes/etags.el (etags-tags-completion-table): Modified the
4892         regexp to allow for the CL symbols starting with `+*'.
4893         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4894         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4895         `function' quoting lambda.
4896         (tags-with-face): New macro.
4897         (list-tags, tags-apropos): Use it.
4898         (tags-apropos-additional-actions): New user option.
4899         (etags-tags-apropos-additional): Use it.
4900         (tags-apropos): Call etags-tags-apropos-additional.
4901         (tags-apropos-verbose): New user option.
4902         (etags-tags-apropos): Use it.
4903         (visit-tags-table-buffer, next-file): Use `unless'.
4904         (recognize-empty-tags-table): Renamed to
4905         tags-recognize-empty-tags-table.
4906         (complete-tag): Call tags-complete-tag bypassing try-completion.
4908 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4910         * international/mule.el (set-buffer-file-coding-system): Docstring
4911         modified.
4913 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4915         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4916         using the hideshow package.
4917         (hs-special-modes-alist): Added entry for bibtex to allow the use
4918         of the hideshow package.
4919         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4920         not longer provided by bibtex.el directly.  Instead the hideshow
4921         package should be used.
4922         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4923         references to bibtex-hide-entry-bodies.
4925 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4927         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4928         maintainer information closer to the beginning of the bibtex.el
4929         file.
4930         (bibtex-maintainer-salutation): New constant.
4931         (bibtex-version): New constant.
4932         (bibtex-submit-bug-report): Use bibtex-version and
4933         bibtex-maintainer-salutation.
4934         (bibtex-entry-field-alist): Made booktitle field optional for
4935         @inproceedings entries when crossreferenced.
4936         (bibtex-entry-field-alist): Added booktitle field to proceedings
4937         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4938         for the suggestion.
4939         (bibtex-string-file-path): Fixed typo.
4941 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4943         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4944         for reftex.el.
4945         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4946         to menu.
4948 1999-12-04  Dave Love  <fx@gnu.org>
4950         * delsel.el: Revert previous change -- region is significant to
4951         skeleton.
4953 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4955         * viper-cmd.el (viper-change-state): Use
4956         viper-ESC-moves-cursor-back to decide whether to move the cursor
4957         back.
4959 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4961         * international/mule-util.el (truncate-string-to-width): Docsting
4962         fixed.
4964 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4966         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4967         use of `cond'.
4968         (lm-with-file): Move all the find-file...kill-buffer stuff into
4969         this macro.  Make it use `find-file-noselect' and make it kill
4970         the buffer only if it wasn't already displayed somewhere.
4971         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4972         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4973         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4974         (lm-commentary): Fix to handle the case when the change log is
4975         at the end of the file.
4977 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4979         * international/mule.el (charsetp): Fix typo in docstring.
4981         * international/mule-diag.el (list-coding-categories): Fix typo;
4982         automatic -> autoload.
4984 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4986         * vc.el (vc-update-change-log): Look for rcs2log under
4987         exec-directory.
4989         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4990         outline-regexp, add outline-level.
4991         (lisp-outline-level): New.
4993         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4994         remove extraneous string-match.
4996         * finder.el (finder-commentary): Activate Finder mode.
4998 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5000         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5001         off when reverting buffers that contained mode specifiers.
5002         `revert-buffer' is now called with non-nil PRESERVE-MODES
5003         argument.
5005 1999-12-01  Dave Love  <fx@gnu.org>
5007         * delsel.el: Grok skeleton-pair-insert-maybe.
5009 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5011         * progmodes/cperl-mode.el (cperl-under-as-char):
5012         Use nil as default.
5014 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5016         * speedbar.el (toplevel): Remove compatibility code for Emacs
5017         versions without custom.el.
5019 1999-11-30  Dave Love  <fx@gnu.org>
5021         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5023         * autoinsert.el: Minor doc fixes.
5024         (auto-insert): Return nil.
5026         * faces.el (set-face-documentation): Purecopy STRING.
5028 1999-11-29  Dave Love  <fx@gnu.org>
5030         * derived.el: Doc fixes, remove old backquote syntax.
5032         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5033         comment warning about editing.
5035         * help.el (help-mode-hook): Define.
5037 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
5039         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5040         invalid translation of old-style backquote syntax to new syntax.
5042 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
5044         * Makefile (DONTCOMPILE): Add term/internal.el.
5046 1999-11-26  Dave Love  <fx@gnu.org>
5048         * comint.el: Fix last change.
5050         * emacs-lisp/advice.el: Fix last change.
5052 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5054         * cus-edit.el (Custom-reset-standard): Doc fix.
5055         (custom-variable-reset-standard): Doc fix.
5056         (custom-face-reset-standard): Doc fix.
5057         (custom-face-menu): "Reset to Standard" => "Erase Customization".
5058         (custom-variable-menu): Likewise.
5059         (custom-reset-menu): Likewise.
5060         (custom-buffer-create-internal): Likewise.
5062 1999-11-26  Dave Love  <fx@gnu.org>
5064         * progmodes/make-mode.el (makefile-mode-hook): Customize.
5066         * font-lock.el: Doc fixes.
5068         * menu-bar.el (menu-bar-mode): Customize.
5070         * cus-start.el: Add use-dialog-box.
5072         * add-log.el (change-log-mode-hook): Customize.
5073         (add-log-current-defun): Use
5074         fortran-{beginning,end}-of-subprogram.
5076 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5078         * emacs-lisp/advice.el: Many doc fixes.
5080         * comint.el (comint-preoutput-filter-functions): Doc fix.
5082 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5084         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5085         Improve messages for capitalization of arg names,
5086         for flag variables, for t and nil, for imperatives.
5087         Call them imperatives rather than infinitives sans "to".
5088         (checkdoc-common-verbs-wrong-voice): Add "moves".
5089         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5091         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5092         Don't convert comments from 3-semicolon to 2-semicolon.
5093         That is a matter of style.
5094         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5095         (checkdoc-comments): Don't bind that variable.
5097 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5099         * files.el (write-file-hooks): Doc fix.
5101 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
5103         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5105 1999-11-25  Dave Love  <fx@gnu.org>
5107         * hippie-exp.el: Require comint when compiling.
5108         (hippie-expand): Add :links.
5109         (hippie-expand-try-functions-list): Customize.
5111 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5113         * viper*el: Replaced old-style backquotes.
5115         * ediff*el: Replaced old-style backquotes.
5117         * ediff-merge
5118         (ediff-looks-like-combined-merge,ediff-get-combined-region):
5119         Changed to support the new format for ediff-combination-pattern.
5121         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5122         Changed to support the new format for ediff-combination-pattern.
5124 1999-11-24  Dave Love  <fx@gnu.org>
5126         * custom.el (custom-declare-group): Purecopy DOC.
5127         (custom-handle-keyword): Purecopy VALUE.
5128         (custom-add-link): Purecopy WIDGET.
5129         (custom-add-version): Purecopy VERSION.
5130         (custom-add-load): Purecopy LOAD.
5132         * cus-face.el (custom-declare-face): Purecopy DOC.
5134         * info.el:
5135         (Info-build-node-completions, Info-search, Info-follow-reference)
5136         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5137         (Info-find-emacs-command-nodes): Avoid properties on matched text
5138         which may appear in minibuffer.
5140 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
5142         * locate.el (locate-with-filter): Doc fix.
5144 1999-11-24  Alex Schroeder  <alex@gnu.org>
5146         * sql.el (sql-find-sqli-buffer): New function.
5147         (sql-set-sqli-buffer-generally): New function.
5148         (sql-set-sqli-buffer): Better checking of new-buffer.
5149         (sql-copy-column): Add comma after INTO clause, too.
5151 1999-11-24  Alex Schroeder  <alex@gnu.org>
5153         * sql.el (sql-imenu-generic-expression): New, used to set
5154         imenu-generic-expression.
5156         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5157         setting font-lock-defaults' SYNTAX-ALIST.  Set
5158         imenu-generic-expression, imenu-case-fold-search, and
5159         imenu-syntax-alist.
5161         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5162         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5164 1999-11-23  Andrew Innes  <andrewi@gnu.org>
5166         * w32-win.el (w32-drag-n-drop): Load files in current window, if
5167         drop coords aren't over a specific window.
5169 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5171         * ps-print.el: Define mule funs without checking if mule package is
5172         loaded.
5173         (ps-print-version): New version number (5.0.1).
5174         (ps-header-dirpart): Now uses abbreviate-file-name.
5176 1999-11-23  Dave Love  <fx@gnu.org>
5178         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5179         comment-line-start.
5180         (fortran-comment-line-start-skip): Renamed from
5181         comment-line-start-skip.
5182         (fortran-mode-map): Use renamed functions.  Add manual and custom
5183         entries to menu.
5184         (fortran-mode-hook): Customize.
5185         (fortran-comment-indent-function): Renamed from
5186         fortran-comment-hook.
5187         (delete-horizontal-regexp): Function deleted.
5188         (fortran-electric-line-number): Simplified.
5189         (fortran-beginning-of-subprogram): Renamed from
5190         beginning-of-fortran-subprogram.
5191         (fortran-end-of-subprogram): Renamed from
5192         end-of-fortran-subprogram.
5193         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5194         (fortran-previous-statement, fortran-next-statement): Simplified.
5195         (fortran-blink-match): New function.
5196         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5197         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5198         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5199         line-end-position.
5200         (fortran-fill): No longer interactive.  Simplified.
5201         (fortran-break-line): Simplified.
5202         (fortran-analyze-file-format): Use char-after, not looking-at.
5204         * emacs-lisp/find-func.el (find-function-regexp): Use
5205         `define-minor-mode' after easy-menu change.
5207 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
5209         * comint.el: Add redirection.from active comint buffers into
5210         another buffer.  Written by Peter Breton.
5212 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5214         * emacs-lisp/autoload.el (make-autoload): Recognize the new
5215         `define-minor-mode'.
5216         (define-minor-mode): Specify `doc-string-elt'.
5218         * emacs-lisp/easy-mmode.el: Changed maintainer.
5219         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5220         Use defcustom for the hooks; Improve the auto-generated docstrings.
5221         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5222         (define-minor-mode): Add BODY arg; Only declare the keymap if
5223         provided; Improve the auto-generated docstrings.
5225 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
5227         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5228         that the leading `^' is at the start.  This is necessary because
5229         paragraphs.el tries to remove anchors, but can find them only if
5230         they are the first character.
5232         * progmodes/antlr-mode.el: New file.
5234         * calendar/calendar.el: Fix autoload for
5235         calendar-absolute-from-astro.  Add autoload for
5236         calendar-print-astro-day-number.
5238 1999-11-21  Anders Lindgren  <andersl@andersl.com>
5240         * follow.el: Use modern backquote syntax.  Minor comment update.
5242 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
5244         * simple.el (with-syntax-table): Don't switch buffers.
5246         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5247         progmodes/hideif.el: Use new backquote syntax.
5249 1999-11-21  Ken Manheimer  <klm@python.org>
5251         * icomplete.el (icomplete-completions): Use an explicit variable
5252         `icomplete-prospects-length', obviating the need to use an
5253         apparently faulty throw/catch arrangement.
5255 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
5257         * term/internal.el (IT-display-table-setup): Don't overstep
5258         character code 255.
5260 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
5262         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5263         for the charset chinese-sisheng is 7bit encoding, not 8bit.
5265 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5267         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5268         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5270         * files.el (auto-mode-alist): Add patterns for diff-mode.
5272         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5273         to detect an empty prompt.
5275 1999-11-18  Dave Love  <fx@gnu.org>
5277         * simple.el (input-mode-8-bit): Fix the customization.
5279 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
5281         * international/iso-acc.el (iso-languages): Add more
5282         characters for Portuguese.
5284         * speedbar.el: Clean up comment at the start of the file.
5285         Remove RCS id.
5287         * progmodes/compile.el (compilation-parse-errors): Use
5288         compilation-buffer-p instead of testing major-mode.
5290 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
5292         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5293         (quickurl-ask): completion-ignore-case is set to the value of
5294         quickurl-completion-ignore-case for the duration of the call to
5295         completing-read.
5297 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5299         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5301 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
5303         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
5304         instead of ps-print-def.
5306         * ps-print.el: Require ps-vars instead of ps-print-def.
5308         * ps-mule.el: Require ps-vars instead of ps-print-def.
5310 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
5312         * simple.el (with-syntax-table): Save buffer explicitly instead of
5313         using save-excursion.
5315 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
5317         * mail/supercite.el: New maintainer.
5319 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
5321         * progmodes/vhdl-mode.el: Use new backquote syntax.
5323 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
5325         * simple.el (with-syntax-table): New.
5327 1999-11-15  Sam Steingold  <sds@ksp.com>
5329         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5331 1999-02-22  Sam Steingold  <sds@goems.com>
5333         * goto-addr.el (goto-address-at-mouse,
5334         goto-address-find-address-at-point): Use compose-mail.
5335         (goto-address-mail-method): Removed variable.
5336         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5337         goto-address-send-using-mail): Removed functions.
5339 1998-11-03  Sam Steingold  <sds@goems.com>
5341         * simple.el (backward-delete-char-untabify):
5342         backward-delete-char-untabify-method can be `all' now - to delete
5343         hungrily including newlines.
5345 1999-11-15  Sam Steingold  <sds@ksp.com>
5347         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5349 1999-11-15  Dave Love  <fx@gnu.org>
5351         * cus-edit.el (customize-face, customize-face-other-window):
5352         Require match from completing-read.
5353         (custom-buffer-done-function): Default to custom-bury-buffer, not
5354         bury-buffer.
5356 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
5358         * mail/rmail.el, iswitchb.el, hippie-exp.el,
5359         progmodes/cperl-mode.el: Use new backquote syntax.
5361 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
5363         * uniquify.el: Use new backquote syntax.
5365 1999-11-14  Markus Rost  <rost@ias.edu>
5367         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5368         as in ispell-local-dictionary-alist.
5370 1999-11-14  Alex Schroeder  <alex@gnu.org>
5372         * ansi-color.el (ansi-color-apply): Updated regexps to include
5373         highlighted face.
5375 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
5377         * forms.el (forms--make-format-elt-using-text-properties):
5378         Treat `intangible' differently.
5380         * forms.el: Use new backquote syntax.
5382 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
5384         * textmodes/scribe.el (scribe-mode): Doc-fix.
5386 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
5388         * net-utils.el (run-network-program, net-utils-run-program): Use
5389         the new backquote syntax.
5390         (smbclient-program, smbclient-program-options)
5391         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5392         variables
5393         (smbclient, smbclient-list-shares): New functions
5395 1999-11-12  Sam Steingold  <sds@ksp.com>
5397         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5398         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5399         (viper-kbd-buf-definition, viper-kbd-mode-alist)
5400         (viper-kbd-mode-pair, viper-kbd-mode-definition)
5401         (viper-kbd-global-pair, viper-kbd-global-definition):
5402         Use the new backquote syntax.
5404         * emulation/viper-cmd.el (viper-test-com-defun)
5405         (viper-prefix-arg-value, viper-prefix-arg-com):
5406         Use the new backquote syntax.
5408         * emacs-lisp/debug.el (debugger-env-macro):
5409         Use the new backquote syntax.
5411         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5412         Use the new backquote syntax.
5414         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5415         New user variable.
5416         (calendar-hide-window): Use it.
5417         (increment-calendar-month, calendar-for-loop, calendar-sum):
5418         Use the new backquote syntax.
5420 1999-11-12  Andrew Innes  <andrewi@gnu.org>
5422         * select.el (x-set-selection): Call buffer-substring, not
5423         substring.  Also fix docstring
5425 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
5427         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5428         of customizable variables to bug report message. Added
5429         system-type to package name in bug report.
5431 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
5433         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5434         to display file names.
5436 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
5438         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5440         * isearch.el: Add lazy-highlighting feature.
5442 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5444         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5445         constant.
5446         (ps-mode-submit-bug-report): New function. Entry added to menu.
5448 1999-11-10  William M. Perry  <wmperry@aventail.com>
5450         * mwheel.el: New file to support the new style wheeled mice.
5452 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
5454         * startup.el (initial-scratch-message): Add ";;" to the front of
5455         lines in the message.
5457         * files.el (file-local-copy): Remove optional BUFFER argument
5458         because that's not used by anything.
5460         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5461         to-address.
5463 1999-11-08  Markus Rost  <rost@ias.edu>
5465         * wid-edit.el (widget-button-click): Wrap with save-excursion
5466         to restore track-mouse in the correct buffer.
5468 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
5470         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5472 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
5474         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5475         lpr-command to "lp" for some system-types. (copied from lpr.el
5476         Emacs version 20.2.1).
5478 1999-11-04  Markus Rost  <rost@ias.edu>
5480         * simple.el (comment-region): Strip off white space at end of
5481         comment-start.
5483 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5485         * faces.el (secondary-selection): Fix wrong color name.
5487 1999-11-04  John Tobey  <jtobey@epsilondev.com>
5489         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5490         the default when invoking perldb in a non-Perl buffer, and other
5491         cases involving -e or --.
5493 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5495         * simple.el (previous-matching-history-element)
5496         (next-history-element): Use delete-field instead of erase-field.
5498         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5499         Use delete-field instead of erase-field.
5501         * faces.el (secondary-selection): Change background to yellow.
5503         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5504         find the start of the text.  Use field-string to read the user
5505         input.
5507 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
5509         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5510         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5511         for compatibility with old face implementation.
5513         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5514         Use erase-field instead of erase-buffer.
5516         * frame.el (blink-cursor-mode, blink-cursor-end): Use
5517         internal-show-cursor with new interface.
5518         (blink-cursor-timer-function): New.
5519         (blink-cursor-start): Use blink-cursor-timer-function.
5521 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5523         * calendar.el (redraw-calendar): Move to nearest date before
5524         redrawing.
5526         * diary-lib.el (simple-diary-display): Reset modeline even if
5527         there are no diary entries since the diary buffer may be displayed.
5529 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5531         * emacs-lisp/debug.el (debug): If noninteractive, display the
5532         backtrace using `message', then exit Emacs.
5533         (debugger-batch-max-lines): New variable.
5534         (debugger-setup-buffer): New subroutine, broken out of `debug'.
5535         Change the messages put at the start, to say that the debugger
5536         was entered.
5538 1999-11-02  Sam Steingold  <sds@ksp.com>
5540         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5542 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5544         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5545         presence of perl switches other than "-e".
5547 1999-11-01  Markus Rost  <rost@ias.edu>
5549         * dired-x.el (dired-smart-shell-command): Use
5550         shell-command-history as in shell-command.
5552 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5554         * userlock.el (ask-user-about-lock): Doc fix.
5556         * frame.el: Doc fixes.
5558 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5560         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5561         of show-cursor.
5562         (blink-cursor-start, blink-cursor-end): Ditto.
5564         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5566 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5568         * window.el (walk-windows): If ALL-FRAMES is a frame,
5569         start on that frame.  Use save-selected-window.
5571 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5573         * simple.el (end-of-buffer): Use window-end to find the window end
5574         instead of vertical-motion because this handles variable-height
5575         lines correctly.
5577 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
5579         * ediff.el: Version change.
5581         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5582         make sure you are in a good frame before deleting other
5583         windows.
5584         (ediff-file-checked-in-p): Don't consider CVS
5585         files checked in.
5586         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
5587         are writing to a newly created empty file.
5589         * ediff-mult.el (ediff-show-session-group-hook): New default.
5591         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5592         First cd to the file directory. reportedly works
5593         better with remote files.
5595         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5596         Use file-name-nondirectory when passing files to CVS.
5598         * ediff-diff.el (ediff-cmp-options): New variable.
5599         (ediff-same-file-contents): Use ediff-cmp-options.
5601         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5602         ediff-get-patch-buffer): Use current buffer if it appears to be a
5603         patch.
5605         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5606         C-g
5608         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5609         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5610         (viper-save-cursor-color,viper-restore-cursor-color):
5611         Improved cursor color handling.
5612         (viper-get-saved-cursor-color-in-replace-mode,
5613         viper-get-saved-cursor-color-in-insert-mode): New functions for
5614         better cursor color handling.
5616         * viper-ex.el (ex-read,ex-edit):
5617         Fixes for correct interpretation of #,%.
5618         (viper-ex): Now works correctly when called from other functions.
5619         (viper-glob-function): New variable.
5620         (viper-ex): Save excursion before doing :global.
5622         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5624         * viper-cmd.el (viper-post-command-sentinel,
5625         viper-insert-state-post-command-sentinel,
5626         viper-insert-state-pre-command-sentinel): Takes better care of
5627          cursor colors.
5629         * viper.el: Version change.
5631 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
5633         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5634         that the modeline display was updated *only* when
5635         `whitespace-display-in-modeline' was set, not otherwise.
5637 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5639         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5640         "frac12".
5642         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5643         ad-activate.
5645 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
5647         * whitespace.el: Test for existence of `defcustom' and `defgroup'
5648         using fboundp instead of assuming that these are not present in
5649         particular flavors of emacs.
5650         (whitespace-version): Update to 2.8
5651         (whitespace-display-in-modeline): Add custom variable to control
5652         displaying the whitespace errors on the modeline based on
5653         suggestion from <klaus.berndl@sdm.de>
5654         (whitespace-buffer): Now returns `t' if unclean and `nil' if
5655         clean, to enable using as a hook function, as suggested by Puneet
5656         Goel <puneet@computer.org>
5657         (whitespace-buffer): Fix a subtle bug that cleaned up only if
5658         quiet was not set, even with whitespace-auto-cleanup set.
5659         (whitespace-mode-line): Now uses less modeline real estate and
5660         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5661         which is present in the file, and <y> is any type of whitespace
5662         whose check has been suppressed by setting
5663         `whitespace-check-<whitespace-type>' to nil.
5664         (whitespace-unchecked-whitespaces): New function to return the
5665         list of whitespaces for whom checks have been suppressed.
5666         (whitespace-display-unchecked-whitespaces): Renamed to
5667         `whitespace-update-modeline' to reflect its functionality.
5669 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5671         * progmodes/compile.el (compilation-error-regexp-alist):
5672         Undo previous change.
5674 1999-10-28  Dave Love  <fx@gnu.org>
5676         * help.el (help-follow): Make arg optional again and really
5677         default to point.
5679 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
5681         * paths.el (rmail-file-name): Make it an option.
5683         * progmodes/ada-mode.el, progmodes/ada-prj.el,
5684         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5685         comment fixes.
5687         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5688         MIPS Pro 7.3 compiler error message syntax.
5690 1999-10-27  Dave Love  <fx@gnu.org>
5692         * progmodes/compile.el: Checkdoc-inspired fixes.
5694 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
5696         * lpr.el (print-buffer): Doc-string fix.
5698 1999-10-27  Dave Love  <fx@gnu.org>
5700         * emacs-lisp/advice.el: Doc fixes.
5701         (ad-lemacs-p): Removed.
5702         (advice): Add :link to defgroup.
5704 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
5706         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5707         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5709 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5711         * window.el (walk-windows): If ALL-FRAMES is a frame,
5712         start on that frame.  Use save-selected-window.
5714 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5716         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5717         ad-activate.  All callers changed, including those in data.c.
5718         (ad-activate-internal-off): Renamed from ad-activate-off.
5719         All uses changed.
5720         (ad-activate): Renamed from ad-activate-on.  All uses changed.
5721         (ad-start-advice, ad-stop-advice, ad-recover-normality):
5722         Alter the definition of ad-activate-internal, not ad-activate.
5724 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5726         * startup.el (command-line-1): Add support for command line
5727         arguments `file' and `execute'.  Fix handling of `visit'.
5729 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
5731         * international/mule-cmds.el (read-input-method-name): Handle the
5732         case that the arg DEFAULT is symbol.
5734         * international/mule-diag.el (mule-diag): Handle the case that
5735         default-input-method is symbol.
5737 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5739         * textmodes/tildify.el: New file.
5741 1999-10-25  Sam Steingold  <sds@ksp.com>
5743         * Makefile (compile-files): Fixed the "tr" strings.
5744         (EMACS): Set to ../src/emacs.
5746 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
5748         * info.el (Info-build-node-completions): Add '("*") to the
5749         completion list.
5751 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5753         * frame.el (auto-raise-mode): When enabling the mode,
5754         immediately raise the selected frame.
5756         * indent.el (indent-region): Doc fix.
5758         * comint.el (comint-output-filter): Make the Comint buffer current
5759         for the comint-preoutput-filter-functions.
5761         * mail/reporter.el: Doc fix.
5763 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5765         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5766         that Octave lisp files can also run under XEmacs 20.
5767         (require 'custom) added so that files can run under Emacs 19.34.
5769         * iswitchb.el (iswitchb-default-keybindings): No need to use
5770         read-kbd-macro in keybindings.
5772 1999-10-23  Dave Love  <fx@gnu.org>
5774         * elide-head.el: New file.
5776 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5778         * Makefile (compile-files, backup-compiled-files): New targets.
5779         (bootstrap, bootstrap-clean): Ditto.
5781 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5783         * international/mule-cmds.c (locale-language-names):
5784         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5785         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5786         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5787         Use Latin-8 for Welsh.
5788         Use Latin-1 for English if "en" is explicitly specified.
5789         Use Latin-1 for Scots Gaelic, Tagalog.
5790         Use Latin-1 (not Latin-4) for Greenlandic.
5791         Use Latin-1 (not Latin-2) for Albanian.
5792         (locale-preferred-coding-systems, locale-language-names):
5793         Remove generic ISO 8859 locales; locale-charset-language-names now
5794         does this.
5795         (locale-charset-language-names): New variable.
5796         (set-locale-environment): Use language name specified by
5797         locale-charset-language-names if its charsets disagree with the
5798         language name specified by locale-language-names.
5800 1999-10-22  Dave Love  <fx@gnu.org>
5802         * make-mode.el: Minor doc fixes.
5804         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5806 1999-10-21  Dave Love  <fx@gnu.org>
5808         * loadup.el: Add latin-8, latin-9.
5810 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5812         * disp-table.el (standard-display-european): Remove undocumented
5813         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5814         all non-English language environments as coding system names.
5815         Instead, use the downcased language environment name as a coding
5816         system name if it is one; otherwise, use latin-1.
5818 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5820         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5821         that were split so that part of the comment appeared as Lisp code.
5823 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5825         * ps-bdf.el: Doc fix.
5827         * ps-print-def.el: New file: common definitions for all parts of
5828         ps-print.
5829         (ps-multibyte-buffer): Moved from ps-mule.
5831         * ps-mule.el: File dependence fix.
5832         (ps-multibyte-buffer): Moved to ps-print-def.
5834         * ps-print.el: Doc fix, better customization.
5835         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5836         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5837         (ps-end-file): Doc fix.
5838         (ps-setup, ps-begin-file): Fun fix.
5839         (postscript): New group.
5840         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5841         (ps-print-prologue-1): Adjust PostScript programming.
5842         (ps-print): Adjust group hierarchy.
5843         (ps-print-n-up, ps-print-zebra, ps-print-background,
5844         ps-print-printer)
5845         (ps-print-page): New subgroups.
5846         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5847         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5848         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5849         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5850         (ps-zebra-stripe-height, ps-print-background-image)
5851         (ps-print-background-text, ps-spool-config): Adjust customization.
5852         (dos-ps-printer): Definition eliminated.
5854 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5856         * ps-mule.el: Doc fix, define functions properly if mule package is
5857         loaded or not.
5858         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5859         mule package is loaded or not.
5861         * ps-print.el: Doc fix, n-up printing.
5862         (ps-print-version): New version number (5.0).
5863         (ps-page-dimensions-database): Added document media.
5864         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5865         (ps-page-order, ps-printing-region-p): New vars.
5866         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5867         funs.
5868         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5869         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5870         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5871         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5872         (ps-print-begin-sheet-hook): New hook.
5873         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5874         const.
5875         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5876         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5877         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5878         (ps-count-lines): Changed to defun.
5879         (ps-header-page): Changed to defsubst, fix fun.
5880         (ps-printing-region): Doc fix, adjust programming code.
5881         (ps-output-boolean, ps-background-pages, ps-background-text)
5882         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5883         programming code.
5885 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5887         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5888         (ps-print-version): New version number (4.2).
5889         (ps-spool-config, ps-spool-tumble): New vars.
5890         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5891         programming, new PostScript procedure to handle errors.
5892         (ps-print-prologue-2): Changed to defconst.
5893         (ps-print-duplex-feature): New const: duplex and tumble setting.
5894         (ps-setup, ps-begin-file): Fix funs.
5895         (ps-boolean-capitalized): New fun.
5897 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5899         * Makefile (dontcompilefiles): Obsoleted.
5900         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5901         (EL): Unused.
5902         (temacs): Removed (unused).
5903         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5904         version of the file (necessary for the update to work properly).
5905         (autoloads): Force the use of `pwd`/loaddefs.el.
5906         (updates); Redefined in terms of other targets to reduce redundancy.
5907         (.el.elc): New default rule, just in case you want it.
5908         (compile): Use a single invocation of Emacs.
5909         (bootstrap-compile); Unneeded.
5910         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5912 1999-10-19  Dave Love  <fx@gnu.org>
5914         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5916 1999-10-19  Sam Steingold  <sds@ksp.com>
5918         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5919         comply with the comment.
5921 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5923         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5924         permanent-local.
5926 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5928         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5929         value: \"lpr\" changed to "lpr"
5930         (ps-mode-version): New constant
5931         (ps-mode-show-version): New function, added key in ps-mode-map
5932         (ps-run-messages): Removed
5933         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5934         ps-run-messages. These keywords now include the value of
5935         ps-run-prompt, making its fontification customizable.
5936         (ps-run-init): Removed \\n from docstring, it is now added when
5937         the value is used
5938         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5939         ps-run-prompt
5940         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5941         customizable variables in doc-string (its equivalent
5942         ps-run-messages was missing in previous version of the doc-string)
5943         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5944         symbols only
5946 1999-10-19  Alex Schroeder  <alex@gnu.org>
5948         * ansi-color.el: Complete rewrite.
5950 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5952         Fix bootstrapping problems.
5953         Use the system locale to specify Emacs locale defaults.
5955         * international/mule-cmds.el (global-map):
5956         Do not use backquote, because that makes a bootstrapping
5957         problem if you need to recompile all Lisp files using interpreted code.
5958         * international/mule.el (charset-id, charset-bytes,
5959         charset-dimension, charset-chars, charset-width,
5960         charset-direction, charset-iso-final-char,
5961         charset-iso-graphic-plane, charset-reverse-charset,
5962         charset-short-name, charset-long-name, charset-description,
5963         charset-plist): Likewise.
5964         * subr.el (save-match-data): Likewise.
5966         * international/mule-cmds.el
5967         (set-display-table-and-terminal-coding-system): New function,
5968         containing code migrated out of set-language-environment.
5969         (set-language-environment, set-locale-environment): Use it.
5970         (locale-translation-file-name): Moved here from startup.el.
5971         (locale-language-names, locale-preferred-coding-systems):
5972         New vars.
5973         (locale-name-match, set-locale-environment): New functions.
5975         * language/japan-util.el (setup-japanese-environment-internal):
5976         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5978         * startup.el (iso-8859-n-locale-regexp): Remove.
5979         (locale-translation-file-name): Move to mule-cmds.el.
5980         (command-line): Move locale-stuff into set-locale-environment.
5982 1999-10-18  Dave Love  <fx@gnu.org>
5984         * abbrev.el (add-abbrev, inverse-add-abbrev)
5985         (expand-region-abbrevs): Remove properties from buffer text.
5987 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5989         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5990         from the mini-buffer, without the prompt.
5992         * simple.el (minibuffer-prompt-end): Return the position
5993         after the prompt, not the position of that last character
5994         of the prompt.
5996 1999-10-17  Miles Bader  <miles@gnu.org>
5998         * simple.el: Doc fixes.
6000 1999-10-17  Miles Bader  <miles@gnu.org>
6002         * simple.el (previous-matching-history-element, next-history-element):
6003         Change to work correctly even if the point is in the prompt.
6004         (choose-completion-string): Likewise.
6005         (minibuffer-prompt-width): New function (compatibility with old subr).
6007         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6008         When constraining the final position to the current field,
6009         don't use the ONLY-IN-LINE mode of constrain-to-field.
6011 1999-10-17  Miles Bader  <miles@gnu.org>
6013         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6014         constrain-to-field.
6015         * textmodes/paragraphs.el (forward-sentence): Likewise.
6017 1999-10-17  Miles Bader  <miles@gnu.org>
6019         * simple.el (line-move): Use constrain-to-field to avoid
6020         moving into a prompt.
6021         (previous-complete-history-element): Clarify doc string.
6022         (next-complete-history-element): Likewise.
6023         Use field-beginning instead of point-min.
6024         (next-matching-history-element): Use field-beginning and
6025         erase-field instead of point-min and erase-buffer.
6026         * textmodes/paragraphs.el
6027         (forward-paragraph, forward-sentence): Likewise.
6028         (backward-kill-paragraph, backward-kill-sentence): Remove code to
6029         constrain the kill to an field, as the movement commands now
6030         do this.
6032 1999-10-17  Miles Bader  <miles@gnu.org>
6034         * simple.el (previous-matching-history-element): Get the
6035         minibuffer input with field-string instead of buffer-string.
6036         (choose-completion-string): Likewise.
6037         (next-history-element): Likewise.
6038         Erase the minibuffer input with erase-field, not erase-buffer.
6039         Use field-beginning to find the beginning of the input.
6040         * textmodes/paragraphs.el (backward-kill-sentence):
6041         Remove minibuffer-prompt hack.
6042         Constrain to any input field.
6044 1999-10-17  Sam Steingold  <sds@ksp.com>
6046         * bindings.el (completion-ignored-extensions): Added ".sparcf"
6047         for CMUCL on sparc and ".ufsl" for LispWorks.
6048         (bound-and-true-p): Bugfix: free variable `v'.
6050 1999-10-16  Dave Love  <d.love@dl.ac.uk>
6052         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6053         (edebug-uninstall-read-eval-functions): Use load-read-function,
6054         avoiding elisp-eval.
6056 1999-10-16  Sam Steingold  <sds@ksp.com>
6058         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6059         instead of `eql'.
6061 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6063         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6064         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6065         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6066         * ediff-util.el (ediff-make-temp-file):
6067         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6068         * emerge.el (emerge-make-temp-file):
6069         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6070         * vc.el (vc-update-change-log):
6071         * mail/mailpost.el (post-mail-send-it):
6072         * mail/metamail.el (metamail-region):
6073         * progmodes/cmacexp.el (c-macro-expansion):
6074         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6076 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
6078         * smtpmail.el (smtpmail-via-smtp): Add support for
6079         automatically appending a domain to RCPT TO: addresses.
6081 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6083         * dired.el (dired-insert-directory): Insert the amount of
6084         free space after the total size.
6085         (dired-free-space-program, dired-free-space-args): New variables.
6087 1999-10-14  Karl Heuer  <kwzh@gnu.org>
6089         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6091 1999-10-14  Dave Love  <fx@gnu.org>
6093         * international/characters.el:
6094         * international/fontset.el:
6095         * international/mule-conf.el: Add latin-iso8859-1[45].
6097         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
6098         strings.
6100         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6101         (command-line): Detect Latin-[89] locales.
6103 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6105         * international/mule-cmds.el (select-safe-coding-system)
6106         (leim-list-header): Avoid the use of strings that start with backslash
6107         newline since lread.c:read1 has a hack to turn those strings into
6108         integer 0 during the loadup.el process.
6110         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6112 1999-10-13  Dave Love  <fx@gnu.org>
6114         * image.el (insert-image): Copy the image spec and add an
6115         intangible property.
6117 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6119         * help.el (help-xref-interned): Make it also work on variable-only
6120         and function-only symbols.
6121         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6122         (help-follow): If the point under mouse is not highlighted, try
6123         `help-xref-interned' on the pointed-to symbol anyway.
6125         * info.el (Info-on-current-buffer): New entry point.
6126         (Info-find-node): Split into two for Info-on-current-buffer to
6127         hook into it.
6128         (Info-current-file, Info-set-mode-line, Info-up):
6129         Info-current-file can now be t.
6130         (Info-clone-buffer-hook): Function for `clone-buffer'.
6131         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6132         Make `clone-buffer' available in various ways to the user.
6134 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
6136         * simple.el (shell-command, shell-command-on-region): Use
6137         make-temp-file.
6138         (clone-buffer, clone-process, clone-buffer-hook): New functions.
6140         * subr.el (with-current-buffer): Don't use backquotes to avoid
6141         bootstrapping problems.
6143         * loadup.el (load-path): Add subdirs for bootstrapping.
6144         (docstrings): Ignore errors during bootstrapping.
6145         (args): New `bootstrap' argument (for use in place of `dump').
6147 1999-10-12  Emmanuel Briot  <briot@gnat.com>
6149         * ada-stmt.el: Doc-string fixes.
6151 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
6153         * recentf.el: New file.
6155         * ps-mode.el: New file.
6157         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6158         case insensitive.
6160 1999-10-12  Richard Sharman  <rsharman@pobox.com>
6162         * sh-script.el: Added support for indenting existing scripts.
6163         (sh-mode-map): Added new bindings.
6164         (sh-mode): Updated mode doc-string for new commands, added
6165         make-local-variable calls, initialize mode-specific variables.
6166         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
6167         is now a different function.
6168         (sh-header-marker):  Changed docstring.
6169         (sh-set-shell): Initialize mode-specific variables.
6170         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6171         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6172         Changed these define-skeleton calls to work with user-specified
6173         indentation settings.
6174         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6175         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6176         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6177         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6178         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6179         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6180         (sh-guess-basic-offset, sh-handle-after-case-label)
6181         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6182         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6183         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6184         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6185         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6186         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6187         (sh-handle-this-then, sh-help-string-for-variable)
6188         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6189         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6190         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6191         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6192         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6193         (sh-remove-our-text-properties, sh-rescan-buffer)
6194         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6195         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6196         (sh-scan-case, sh-search-word, sh-set-char-syntax)
6197         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6198         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6199         functions.
6200         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6201         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6202         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6203         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6204         (sh-var-list): New variables.
6206 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
6208         * quickurl.el (quickurl-list-insert): `count-lines' was returning
6209         a value one line to high if the cursor wasn't at the start of a
6210         line. A `beginning-of-line' is now performed before making the
6211         call to `count-lines'.
6213 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
6215         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6217 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6219         * Makefile (setwins): Abstract out the command to find subdirectories
6220         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6221         (custom-deps, finder-data, autoloads, update-subdirs, updates)
6222         (autoloads-with-other-emacs): Use it.
6224         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
6226 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
6228         * Makefile (bootstrap-compile): New target.  Compile Lisp
6229         files with ../src/temacs.
6231 1999-10-08  Dave Love  <fx@gnu.org>
6233         * ange-ftp.el: Require dired when compiling.
6234         (ange-ftp-normal-login): Allow EFS-style port specification.
6236 1999-10-08  Simon Marshall  <simon@gnu.org>
6238         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6239         (regexp-opt-group): Use it to get common suffixes in STRINGS.
6240         If STRINGS is nil, return "" rather than nil.
6242 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6244         * Makefile (compile): Compile files one by one.  Set load-path to
6245         current directory and subdirectories when compiling.
6247 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6249         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6250         (emacs): Use it everywhere instead of EMACS.
6251         (compile): New target.  Compile all Lisp files from scratch.
6252         (recompile): New target.  Recompile lisp directory.
6253         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
6254         an Emacs executable not built in the current directory tree.
6256 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
6258         * filecache.el (file-cache-completion-ignore-case): New variable,
6259         defaulting to the value of completion-ignore-case.
6260         (file-cache-minibuffer-complete): Use it.
6261         (file-cache-files-matching, file-cache-files-matching-internal):
6262         New functions.
6264 1999-10-07  Emmanuel Briot  <briot@gnat.com>
6266         * ada-xref.el: New file
6268         * ada-prj.el: New file
6270         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6272         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6273         subprogram being created.
6275         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6276         ada-indent-newline-indent): Rewritten to support the new indentation
6277         scheme
6279         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6280         New functions
6282         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6283         justification parameter
6285         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6286         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6287         external program
6289 1999-10-07  Dave Love  <fx@gnu.org>
6291         * bindings.el (bound-and-true-p): New macro.
6292         (make-mode-line-mouse-sensitive): Don't require easymenu.
6294 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
6296         * custom.el (defface): Extend documentation for new values of
6297         `type'.
6299         * faces.el (face-spec-set-match-display): Recognize `type' of
6300         `motif', `lucid', `x-toolkit'.
6301         (menu): New face.
6303 1999-10-05  Dave Love  <fx@gnu.org>
6305         * files.el: Recognize temporary crontab files.
6307         * info.el: Require jka-compr when compiling.
6308         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6310 1999-10-04  Dave Love  <fx@gnu.org>
6312         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6313         scroll-up-aggressively, scroll-down-aggressively.
6315         * time.el (display-time-mode): Add autoload cookie.
6317         * rect.el (delete-extract-rectangle): Doc fix from verna.
6319         * help-macro.el (three-step-help): Customize.
6321 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6323         * hexl.el (hexlify-buffer): Move point in proper range
6324         if it is too large.
6325         (hexl-after-revert-hook): Update hexl-max-address.
6326         (hexl-address-to-marker): Doc fix.
6328 1999-10-03  Dave Love  <fx@gnu.org>
6330         * image.el (defimage): Remove redundant code.  Substitute file in
6331         image plist.
6333 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6335         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6336         when doing with-temp-file.
6338 1999-10-01  Dave Love  <fx@gnu.org>
6340         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6342         * help.el: Require view when compiling.
6343         (view-emacs-FAQ): Use Info version.
6345 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
6347         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6348         (normat->normal).  Use correct font names for Korean
6349         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6351 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
6353         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6354         code not used by KOI8 to the same 8-bit code instead of mapping to
6355         SPC.
6356         (cyrillic-alternativnyj-decode-table): Likewise.
6358 1999-09-29  Alex Schroeder  <alex@gnu.org>
6360         * sql.el (sql-imenu-generic-expression): Aew, used to set
6361         imenu-generic-expression.
6362         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6363         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
6364         imenu-case-fold-search, and imenu-syntax-alist.
6365         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6366         setting font-lock-defaults' SYNTAX-ALIST.
6368 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6370         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6371         macro, try again.
6373 1999-09-28  Dave Love  <fx@gnu.org>
6375         * cus-edit.el (custom-comment): Change widget definition.
6376         (custom-comment-create, custom-comment-show)
6377         (custom-comment-invisible-p): Don't use :comment-overlay.
6378         (custom-comment-hide): New function.
6379         (custom-variable-set, custom-variable-save)
6380         (custom-variable-reset-standard, custom-face-set)
6381         (custom-face-save): Use it.
6383 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6385         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6387 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6389         * faces.el (region): Doc fix.
6391 1999-09-27  Dave Love  <fx@gnu.org>
6393         * isearch.el (isearch): Add :links in defgroup.
6394         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6395         (isearch-switch-frame-handler): Comment out (unused).
6396         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6397         (isearch-ring-retreat-edit): Doc fix.
6398         (isearch-mouse-yank): New command.
6399         (isearch-last-command-char): Removed.  Callers changed to use
6400         last-command-char.
6401         (isearch-char-to-string): Removed.  Callers changed to use
6402         char-to-string.
6404 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6406         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6407         option for Russian.
6409 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
6411         * faces.el (face-differs-from-default-p): Compare face
6412         attributes individually.
6414         * image.el (put-image, insert-image): Add string argument.
6416 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
6418         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6419         LANG=de_DE.iso88591 on HPUX 11.0.
6421         * dired.el (dired-move-to-filename-regexp): Make it work
6422         for LANG=de_DE.iso88591 on HPUX 11.0.
6424 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6426         * info.el (info-initialize): Don't test existence of ALTERNATIVE
6427         if we know for some other reason it should not be used.
6429         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6430         New variable.
6431         (edebug-recursive-edit): Save current-prefix-arg there,
6432         bind it, and set it back at the end.
6433         (edebug-outside-excursion): Restore and update the outside
6434         value of current-prefix-arg.
6435         (edebug-emacs-version-specific): Delete support for Epoch.
6437 1999-09-24  Howard Melman  <howard@silverstream.com>
6439         * imenu.el (imenu-after-jump-hook): New variable.
6440         (imenu): Run menu-after-jump-hook.
6441         (imenu-name-lookup-function): New variable.
6442         * imenu.el (imenu--in-alist): Use those variables.
6444 1999-09-24  Carsten Dominik  <cd@gnu.org>
6446         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6447         multiple thebibliography environments.
6449         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6450         with recentering window.
6451         (reftex-extract-bib-entries-from-thebibliography,
6452         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
6453         with multiple thebibliography environments.
6455         * textmodes/reftex-vars.el
6456         (reftex-section-levels): Function allowed as cdr.
6457         (reftex-max-section-depth) New option.
6459         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6460         with multiple thebibliography environments.
6462 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
6464         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6465         instead of point-min in call to delete-region.
6467 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6469         * vc.el (vc-backend-checkout): Use with-temp-file when checking
6470         out into arbitrary file names.
6472 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
6474         * language/european.el ("Turkish"): New language environment.
6476 1999-09-19  Dave Love  <fx@gnu.org>
6478         * delim-col.el: New file.
6480 1999-09-17  Richard Stallman  <rms@gnu.org>
6482         * files.el (after-find-file): When visiting a backup file,
6483         make it read-only.
6485         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6486         (apropos-keybinding-face, apropos-label-face): Likewise.
6487         (apropos-property-face, apropos-match-face): Likewise.
6488         (apropos-label-properties): New variable.
6489         (apropos-print-doc): Use apropos-label-properties.
6490         (apropos-print): Set apropos-label-properties.
6492 1999-09-15  Richard Stallman  <rms@gnu.org>
6494         * winner.el: Use aref instead of sref.
6496         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6498 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
6500         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6502 1999-09-14  Richard Stallman  <rms@gnu.org>
6504         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6505         cookie, even if followed by a letter.
6507 1999-09-14  Stephen Eglen  <stephen@gnu.org>
6509         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6510         --no-line-editing are passed to Octave by including them here
6511         rather than storing them in inferior-octave-startup-args.
6513 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
6515         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6516         command, option, env and sc.
6518         * subr.el (shell-quote-argument): Quote argument with double
6519         quotes for ms-dos.
6521 1999-09-14  Richard Stallman  <rms@gnu.org>
6523         * simple.el (eval-expression-print-level): New variable.
6524         (eval-expression-print-length): New variable.
6525         (eval-expression-debug-on-error): New variable.
6526         (eval-expression): Bind print-level, print-length and
6527         debug-on-error from those vars.
6529         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6530         Bind print-level, print-length and debug-on-error.
6532 1999-09-14  Inge Frick  <inge@nada.kth.se>
6534         * dired.el (dired-recursive-deletes): New custom variable.
6535         (dired-re-no-dot): New variable.
6536         (dired-delete-file): New function deletes files and directories
6537         recursively.
6538         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6540         * dired-aux.el (dired-recursive-copies): New custom variable.
6541         (dired-handle-overwrite): Broke a long line.
6542         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6543         `copy-file'.
6544         (dired-copy-file-recursive): New function.  Copy directories
6545         recursively.
6546         (dired-do-create-files): Added support for generalized directory
6547         target.  How-to function may now return a function.  New fluid
6548         variable `dired-one-file'.
6549         (dired-copy-how-to-fn): New variable.
6550         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6551         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6552         (dired-do-copy-regexp): No recursive copies.
6554 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6556         * whitespace.el (whitespace-version): Update version to 2.4
6558         * whitespace.el: Add customization variables to conditionally test
6559         any of the five whitespaces, per request from Rune Kleveland
6560         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6562         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6564         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6565         list of modes to be checked for bogus whitespaces.
6567         * whitespace.el (whitespace-rescan-timer-time): Update
6568         documentation.
6570         * whitespace.el (whitespace-display-unchecked-whitespaces):
6571         New function to update modeline with untested whitespaces.
6573         * whitespace.el (whitespace-buffer): Test only whitespaces whose
6574         checking is turned on, and update modeline using the newly created
6575         `whitespace-display-unchecked-whitespaces'.
6577         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6578         whose checking is turned on, and update modeline using the newly
6579         created `whitespace-display-unchecked-whitespaces'.
6581         * whitespace.el (whitespace-describe): Update documentation.
6583         * whitespace.el (whitespace-tickle-timer): Test if
6584         `whitespace-rescan-timer-time' is non-zero before tickling timer.
6586 1999-09-13  Dave Love  <fx@gnu.org>
6588         * hideif.el (hide-ifdef-mode): Add autoload cookie.
6590         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6591         for temp buffer.
6592         (checkdoc-this-string-valid): Don't assume default comment-start.
6594 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
6596         * rsz-mini.el: Remove code, keep the interface.
6598 1999-09-13  Dave Love  <fx@gnu.org>
6600         * help.el (help-highlight-p): Doc fix.
6602         * faces.el (mode-line, header-line, tool-bar): Add :version.
6603         (highlight, secondary-selection): Add :group.
6604         (trailing-whitespace): Add :group, :version.
6606         * wid-edit.el: Remove some compatibility code and checks.
6607         (widget-specify-field, widget-specify-button): Don't use XEmacs
6608         properties.
6609         (widget-overlay-inactive): Change error message.
6610         (widget-button-pressed-face): New variable.
6611         (widget-button-click): Use it.
6612         (widget-documentation-link-add): Specify mouse and button faces.
6613         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6614         removed now the functionality is built in.
6616         * cus-edit.el: Don't define-widget-keywords.
6617         (multimedia): New group.
6618         (custom-last): Function removed.
6619         (custom-quote): Add vectorp case, comment out characterp case.
6620         (custom-buffer-done-function, custom-raised-buttons): New option.
6621         (Custom-buffer-done): New function.
6622         (custom-buffer-create-internal): Obey custom-raised-buttons,
6623         Custom-buffer-done.
6624         (custom-button-face): Make it `released-button'.
6625         (custom-button-pressed-face): Make it `pressed-button'
6626         (custom-mode-map): Bind "q" to Custom-buffer-done.
6627         (custom-mode): Deal with raised/pressed buttons.
6629         Changes from Didier Verna:
6630         (custom-prompt-variable): Optional third arg makes prompt for a
6631         comment string.
6632         (customize-set-value, customize-set-variable,
6633         customize-save-variable): Optional prefix makes function handle
6634         variable comments.
6635         (customize-customized, customize-saved, custom-variable-state-set)
6636         (custom-variable-set, custom-variable-save, custom-face-state-set)
6637         (custom-variable-reset-saved, custom-variable-reset-standard)
6638         (custom-face-set, custom-face-save, custom-face-reset-saved)
6639         (custom-face-reset-standard, customize-save-customized): Handle
6640         custom comments.
6641         (custom-comment-face, custom-comment-tag-face): New face.
6642         (custom-comment): New widget.
6643         (custom-comment-create, custom-comment-delete)
6644         (custom-comment-value-set, custom-comment-show)
6645         ()custom-comment-invisible-p): New functions.
6646         (custom-variable-value-create, custom-face-value-create): Create a
6647         comment field widget.
6648         (custom-variable-menu, custom-face-menu): New entry for custom
6649         comment.
6650         (custom-face-value-create): Remove compatibility code.
6651         (custom-save-variables, custom-save-faces): Possibly save custom
6652         comments.
6654         * cus-face.el (custom-face-attributes): Simplify :underline,
6655         :overline, :inverse-video cases.  Fix up :box case (probably needs
6656         more work).
6658         Change from Didier Verna:
6659         (custom-set-faces): The arguments can now have a custom comment as
6660         fourth argument.
6662         * custom.el: Don't define-widget-keywords.
6663         Change from Didier Verna:
6664         (custom-set-variables): The arguments can now have a
6665         custom comment as fifth element.
6667 1999-09-13  Richard Stallman  <rms@gnu.org>
6669         * info.el (Info-find-node): Cope better if guesspos is too large.
6671 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6673         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6674         of buffer-substring because buffer-string doesn't copy the
6675         prompt.
6677         * faces.el (mode-line): Replaces `modeline'.
6678         (toplevel): Make `modeline' an alias for `mode-line'.
6680 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6682         * gs.el: Change `ghostscript' to `postscript' in comment.
6684 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
6686         * emulation/tpu-edt.el (tpu-version): New version.
6687         (tpu-search-overlay, tpu-replace-overlay): New variables.
6688         (tpu-search-highlight, tpu-toggle-direction): New functions.
6689         (tpu-lm-replace): Set tpu-replace-overlay.
6690         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6691         command hook.
6693 1999-09-11  Richard Stallman  <rms@gnu.org>
6695         * isearch.el (isearch-mode-map): Undo previous change.
6697         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6698         use all of that as the sexp.
6700         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6701         and use the initial argument as file name directly.
6702         Likewise if nothing matches.
6704 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
6706         * winner.el: Major changes.  Avoid changing point and mark.
6707         Save configurations after they change, not before.
6709 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
6711         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6712         Bind print-continuous-numbering and print-number-table.
6714 1999-09-10  Dave Love  <fx@gnu.org>
6716         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6718 1999-09-09  Richard Stallman  <rms@gnu.org>
6720         * whitespace.el: Finish making it fit Emacs conventions.
6721         Add autoloads.
6723 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6725         * generic-x.el (bat-generic-mode): "::"-style comments don't
6726         need to begin with "-".  Fix the font-lock definitions of ON/OFF
6727         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
6728         from the list of keywords.  Add DO to the list of keywords.
6730 1999-09-09  Dave Love  <fx@gnu.org>
6732         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6733         (byte-optimize-backward-word): New optimizations.
6734         (side-effect-free-fns, side-effect-and-error-free-fns): Add
6735         entries.
6737 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
6739         * image.el (put-image): Remove optional buffer parameter.
6741         * faces.el (face-italic-p): Return t only for values `italic'
6742         and `oblique'.
6744         * mouse.el (mouse-drag-mode-line-1): Extension of former
6745         mouse-drag-mode-line that also drags the header line.
6746         (mouse-drag-mode-line): Call it.
6747         (mouse-drag-header-line): New.
6748         (toplevel): Bind down-mouse-1 on header lines to
6749         mouse-drage-header-line.
6751 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6753         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6754         (make-mode-line-mouse-sensitive): Replace `top-line' by
6755         `header-line'.
6757 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6759         * help.el (describe-function-1): Don't return empty string for keymaps.
6761         * fill.el (fill-region-as-paragraph, canonically-space-region):
6762         Respect colon-double-space at end of line.
6764 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6766         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6767         (backup-buffer): Use it.
6769 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6771         * generic-x.el (generic-define-unix-modes): Added new modes:
6772         inetd-conf-generic-mode, etc-services-generic-mode,
6773         etc-passwd-generic-mode.  These are all defined for Unix by default.
6774         (apache-generic-mode): Use an imenu-generic-expression to list
6775         Configuration keywords.
6776         (samba-generic-mode): Use both ; and # as comment characters.
6777         (samba-generic-mode): Font-lock expressions now highlight name
6778         value pairs.
6779         (bat-generic-mode): Keywords are now case-insensitive through
6780         font-lock-defaults setting.
6781         (java-properties-generic-mode): Supports both ! and # as comment
6782         characters.
6783         (java-properties-generic-mode): Added an imenu-generic-expression
6784         (java-properties-generic-mode): Reworked to support the various
6785         different ways to separate name and value (viz, '=', ':' and
6786         whitespace).
6787         (show-tabs-generic-mode): Added this new generic-mode.
6789 1999-09-08  Richard Stallman  <rms@gnu.org>
6791         * progmodes/inf-lisp.el: Moved from top directory.
6793         * tar-mode.el (tar-header-block-tokenize):
6794         Use `when' instead of `and'.  Fix some clobbered text.
6796         * gud.el (gud-make-debug-menu): Make a child for the
6797         local menu, for its menu bar, and the debug menu.
6798         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6799         Use the history in the simple way.
6801 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6803         * language/korea-util.el (default-korean-keyboard): Initialize it
6804         according to the environment variable HANGUL_KEYBOARD_TYPE.
6806 1999-09-07  Richard Stallman  <rms@gnu.org>
6808         * subr.el (make-temp-file): New function.
6810 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6812         * font-lock.el (font-lock-multiline): New text property contains
6813         a boolean to indicate if the char is part of a multiline match.
6814         (font-lock-default-fontify-region): Extend the region appropriately
6815         for multiline keywords.
6816         (font-lock-default-unfontify-region): Also remove the new
6817         font-lock-multiline text property.
6818         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6819         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6821 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6823         * diary-lib.el (list-diary-entries): Make sure two-digit years
6824         have leading zeros.
6826 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6828         * faces.el (face-set-after-frame-default): Initialize some
6829         attributes of some faces from frame parameters.
6831         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6833 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6835         * faces.el (fringe): Replaces face `margin'.
6837 1999-09-07  Dave Love  <fx@gnu.org>
6839         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6841 1999-09-07  Richard Stallman  <rms@gnu.org>
6843         * subr.el (push): Doc fix.
6845 1999-09-06  Richard Stallman  <rms@gnu.org>
6847         * vc.el (vc-annotate-display): Use < 69 not < 70
6848         to distinguish 20YY from 19YY.
6850         * timezone.el (timezone-parse-date): Use < 69 not < 70
6851         to distinguish 20YY from 19YY.
6853         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6855 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6857         * quickurl.el: (quickurl-list-focused-line): Removed.
6858         (quickurl-list-insert): Now works out the focused line using
6859         `count-lines' instead of using `quickurl-list-focused-line'.
6861 1999-09-06  Richard Stallman  <rms@gnu.org>
6863         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6864         to beginning of message.
6866 1999-09-06  Dave Love  <fx@gnu.org>
6868         * isearch.el (isearch-mode-map): Add mouse-2.
6870         * mail/rmail.el (rmail-read-password): Deleted.
6871         (rmail-get-pop-password): Use read-password.
6873         * quickurl.el: Don't conditionally define caddr.
6874         (quickurl-url-comment): Use nth, not caddr in function and
6875         defsetf.
6877 1999-09-06  Richard Stallman  <rms@gnu.org>
6879         * auto-show.el: Doc fixes.
6881 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6883         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6884         --no-line-editing so that TABs in source files are not interpreted
6885         as completion requests.
6887 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6889         * hscroll.el, auto-show.el: Remove all code, keep the public
6890         interface as no-ops.
6892         * faces.el (face-bold-p): Don't return t if face has lighter
6893         weight than normal.
6895 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6897         * startup.el (command-line): Make small-temporary-file-directory
6898         be nil except on ms-dos.
6900         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6902         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6903         is defined.
6905         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6906         letters with a colon after d or l.
6908 1999-09-06  Dave Love  <fx@gnu.org>
6910         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6911         primitive.)
6913 1999-09-05  Richard Stallman  <rms@gnu.org>
6915         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6917         * textmodes/paragraphs.el (backward-kill-sentence):
6918         Don't test minibuffer-prompt-end here.
6919         (forward-sentence): Do handle it here.
6920         (backward-kill-paragraph): Don't test it here.
6921         (forward-paragraph): Handle it here.
6923         * mouse.el (font-menu-add-default): Simplify code.
6925 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6927         * faces.el (header-line): Renamed from `top-line'.
6929 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6931         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6933 1999-09-04  Richard Stallman  <rms@gnu.org>
6935         * whitespace.el: New file.
6937 1999-09-04  Dave Love  <fx@gnu.org>
6939         * paths.el: Make some doc strings obey the make-docfile convention.
6941         * bindings.el: Likewise.
6942         (debug-ignored-errors): Remove BBDB ones.
6944 1999-09-03  Richard Stallman  <rms@gnu.org>
6946         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6947         not from the draft to forward.
6949         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6951 1999-09-03  Dave Love  <fx@gnu.org>
6953         * double.el (double-mode): Customize the variable.
6955 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6957         * international/characters.el: Delete duplicated code.
6959 1999-09-02  Richard Stallman  <rms@gnu.org>
6961         * indent.el (indent-relative): Doc fix.
6963         * quickurl.el (quickurl): Doc fix.
6965 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6967         * faces.el (margin): Change background to "gray" for mono (this is
6968         drawn with a stipple pattern).
6970 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6972         * simple.el (next-history-element): Use minibuffer-prompt-end once
6973         again.  Remove test for minibuffer-prompt-in-buffer.
6975 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6977         * files.el (small-temporary-file-directory): New variable.
6979         * startup.el (command-line): Compute the value of
6980         small-temporary-file-directory.
6982         * ediff-init.el (ediff-temp-file-prefix): Use
6983         small-temporary-file-directory if non-nil.
6985         * vc.el (vc-update-change-log): Likewise.
6987         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6989         * simple.el (shell-command, shell-command-on-region): Use
6990         make-temp-name properly.  Use small-temporary-file-directory if
6991         non-nil, otherwise temporary-file-directory, to generate temporary
6992         files.
6994         * dos-w32.el (direct-print-region-helper): Use
6995         temporary-file-directory.  (From Stefan Monnier.)
6997 1999-09-02  Richard Stallman  <rms@gnu.org>
6999         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7000         from asm-comment-char.
7001         (asm-font-lock-keywords): Recognize instruction width suffixes.
7003 1999-09-01  Richard Stallman  <rms@gnu.org>
7005         * play/fortune.el: New file.
7007 1999-08-31  Dave Love  <fx@gnu.org>
7009         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7010         after key table.
7012         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7013         redisplay variables.
7015         * subr.el (push): Fix typo.
7017 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7019         * emacs-lisp/ring.el: Many doc fixes.
7020         (ring-size, ring-copy): New functions.
7022 1999-08-29  Richard Stallman  <rms@gnu.org>
7024         * progmodes/etags.el (tags-loop-continue):
7025         After tags-loop-operate returns, force skip to next file.
7027         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7028         (mail-extr-first-letters, mail-extr-last-letters):
7029         Use character classes [:alpha:] and [:alnum:].
7031         * subr.el (push, pop): New macros.
7033         * progmodes/compile.el (compilation-error-regexp-alist):
7034         New item for SGI IRIX MipsPro compilers.
7036         * speedbar.el (speedbar-directory-buttons): Recognize
7037         device names when checking for file names.
7039         * array.el (array-reconfigure-rows): Use generate-new-buffer.
7041         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7042         and specially handle defvar inside their expansions.
7043         (eval-defun-1): New subroutine.
7045         * progmodes/compile.el (compilation-error-regexp-alist):
7046         Fix the Perl -w entry to allow period after line number.
7047         Don't allow newlines in file name, but allow them after line number
7048         for Perl debugging traces.
7050         * which-func.el (which-func-cleanup-function): New variable.
7051         (which-function): Call that function.
7053         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7054         to end a function name.
7056         * informat.el (Info-tagify): Don't insert more than one newline
7057         before the tag table.
7059 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7061         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7062         than make-temp-name, use match-string-no-properties, and eliminate
7063         a quadratic behavior when building bibtex-strings.
7065 1999-08-29  Alex Schroeder  <alex@gnu.org>
7067         * comint.el (comint-input-ring-separator): New variable.
7068         (comint-read-input-ring): Doc change; use
7069         comint-input-ring-separator when reading file.
7070         (comint-write-input-ring): Use
7071         comint-input-ring-separator when writing file.
7073 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
7075         * informat.el (Info-tagify): Start by widening.
7076         Match node headers that don't list the file name,
7077         and more kinds of page separations.
7078         Strip properties during tagification.
7079         Use start of node header line as tag's position.
7080         Fix the "done" message.
7082         (Info-validate): Save and restore match data around narrowing down.
7084 1999-08-28  Richard M. Stallman  <rms@gnu.org>
7086         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7087         On repeated call, override previous values put into
7088         minor-mode-map-alist and minor-mode-alist.
7090 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
7092         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7094 1999-08-27  Andreas Schwab  <schwab@gnu.org>
7096         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7097         from cvs update.
7099 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7101         * calendar/calendar.el (calendar-move-hook): New hook.
7103         * calendar/cal-move.el: Call the new hook in every movement function.
7105         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7106         the right function name.
7108 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
7110         * time-stamp.el: Put quote-backquote around all symbol names
7111         in doc strings, for mousing.
7112         (time-stamp): Support multi-line patterns.
7113         (time-stamp-inserts-lines): New variable.
7114         (time-stamp-count): New variable.
7115         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7116         "Thu" instead of "%a".
7118 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7120         * simple.el (kill-word): Undo previous change.
7122 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7124         * jit-lock.el (jit-lock-function): Extend the fontified range
7125         to the beginning of the line containing the range start and
7126         the beginning of the line following the range end.
7128 1999-08-24  Dave Love  <fx@gnu.org>
7130         * timezone.el: Move provide to end.
7131         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
7132         <70 are 2000+.
7133         (timezone-parse-time): Simplify somewhat.
7135 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
7137         * faces.el (margin): Renamed from bitmap-area.
7139 1999-08-24  Alex Schroeder  <alex@gnu.org>
7141         * sql.el: Doc changes.
7142         (sql-sybase): Use sql-server instead of sql-database.
7144 1999-08-23  Dave Love  <fx@gnu.org>
7146         * rect.el: Add/fix various doc strings.  Add `*' to all the
7147         interactive specs.
7149 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
7151         * jit-lock.el (jit-lock-function): Use line-beginning-position.
7152         Don't unwind-protect font-lock-fontify-region.
7154         * paragraphs.el (backward-kill-paragraph): Don't move
7155         point into mini-buffer prompt.
7156         (backward-kill-sentence): Ditto.
7158         * simple.el (next-history-element): Use minibuffer-prompt-end.
7159         Remove test for minibuffer-prompt-in-buffer.
7160         (kill-word): Don't move point into mini-buffer prompt.
7162 1999-08-21  Dave Love  <fx@gnu.org>
7164         * Makefile: Exclude CVS dirs like RCS.
7166 1999-08-19  Dave Love  <fx@gnu.org>
7168         * tooltip.el (tooltip-mode): Customize this, per convention.
7169         (tooltip-active): Option deleted.
7171         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
7173         * hanoi.el, page-ext.el: Declare dynamic vars.
7175         * term.el: Avoid ange-ftp related compilation warnings.
7177 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
7179         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7180         the default so that beginners can benefit from it without
7181         searching in manuals.
7183 1999-08-18  Ray Blaak  <blaak@gnu.org>
7185         * progmodes/delphi.el: Consider assembly sections as blocks, to
7186         indent them better. Make auto-indent on newline optional.
7188 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
7190         * bindings.el (mode-line-modified): Look up key binding for C-x
7191         C-q.  If it's bound call that binding, otherwise call
7192         toggle-read-only.
7194 1999-08-17  Dave Love  <fx@gnu.org>
7196         * info.el (info): Doc fix.
7198         * finder.el (finder-known-keywords): Add `multimedia'.
7200         * apropos.el: Don't capitalize custom group name.
7202         * info-look.el: Remove compatibility code.
7203         (info-lookup-guess-default*): DTRT for point at start of symbol.
7204         (info-complete): Don't lose with point not at end of symbol.
7206 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
7208         * term.el (toplevel): Make face `term-default' an empty face.
7209         The code relied on the fact that Emacs ignored invalid faces in
7210         face text properties in 20.4.
7212 1999-08-16  Richard M. Stallman  <rms@gnu.org>
7214         * subr.el (point-at-eol, point-at-bol): New aliases.
7216         * simple.el: Functions reordered.
7218         * rect.el (delete-rectangle-line): Use line-end-position.
7220 1999-08-16  Karl Heuer  <kwzh@gnu.org>
7222         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7223         here from simple.el.
7225 1999-08-16  Dave Love  <fx@gnu.org>
7227         * mouse.el: Provide `mldrag' for compatibility.
7228         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7229         marked obsolete.
7231         * mldrag.el: Removed since the features are in mouse.el.
7233         * jka-compr.el (auto-compression-mode): New variable for
7234         customization.
7236         * bindings.el (mode-line-mule-info): Doc fix.
7238         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7239         name comparisons.
7241         * files.el (interpreter-mode-alist): Add make, guile, clisp.
7242         (find-file): Doc fix.
7244 1999-08-16  Carsten Dominik  <cd@gnu.org>
7246         * textmodes/reftex.el: Most of the code moved to other files.
7247         * textmodes/reftex-auc.el: New file, split out from reftex.el
7248         * textmodes/reftex-cite.el: New file, split out from reftex.el
7249         * textmodes/reftex-global.el: New file, split out from reftex.el
7250         * textmodes/reftex-index.el: New file, split out from reftex.el
7251         * textmodes/reftex-parse.el: New file, split out from reftex.el
7252         * textmodes/reftex-ref.el: New file, split out from reftex.el
7253         * textmodes/reftex-sel.el: New file, split out from reftex.el
7254         * textmodes/reftex-toc.el: New file, split out from reftex.el
7255         * textmodes/reftex-vars.el: New file, split out from reftex.el
7256         * textmodes/reftex-vcr.el: New file, split out from reftex.el
7258 1999-08-16  Carsten Dominik  <cd@gnu.org>
7260         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7261         conflict with pop-up-frames.
7262         (reftex-special-environment-parsers): New constant.
7263         (reftex-label-alist): car of an entry can also be a function.
7264         (reftex-what-special-env): Cew function.
7265         (reftex-label-location): Call `reftex-what-special-env'.
7266         (reftex-compile-variables): Check for symbol in
7267         `reftex-label-alist'.
7268         (reftex-what-environment): Fixed bug with stacked environments of
7269         same kind (e.g. enumerate).
7270         (reftex-process-string): Preserve default directory.
7271         (reftex-label-alist-builtin): Changed prefixes of endnote and
7272         footnote.  Also the magic words.
7273         (reftex-reference): Interprete new option
7274         `reftex-fref-is-default'.
7275         (reftex-replace-prefix-escapes): Interprete new `%S' format.
7276         (reftex-toc-mouse-view-line): Command removed (had no binding).
7277         (reftex-everything-regexp): New function.
7278         (reftex-nearest-match): Made better.
7279         (reftex-toc-find-section): Use new version of
7280         `reftex-nearest-match'.
7281         (reftex-insert-docstruct): Adapted to work with the index stuff.
7282         (reftex-parse-from-file): Find index entries as well.
7283         (reftex-toc-toggle-index): New function
7284         (reftex-toc-map): `i' is now used to togle the index, File
7285         boundaries has been moved to `F'.
7286         (reftex-select-label-map): Toggling display of file boundaries is
7287         now on the `F' key, for consistency with `reftex-toc-map'.
7288         (reftex-erase-all-selection-and-index-buffers): Renamed from
7289         `reftex-erase-all-selection-buffer'.  Now also kills the index
7290         buffers.
7291         (reftex-viewing-cross-references): Customization group renamed
7292         from reftex-viewing-cross-references-and-citations.
7293         (reftex-index-macro-regexp,
7294         reftex-find-index-entry-regexp-format): New variables
7295         (reftex-macros-with-index): New variable
7296         (reftex-add-index-macros): New function
7297         (reftex-renumber-simple-labels, reftex-translate): Allow for
7298         multiple labels in a single ref command.
7299         (reftex-index-support): New customization group
7300         (reftex-support-index, reftex-index-special-chars,
7301         reftex-index-macros, reftex-index-default-macro,
7302         reftex-index-default-tag, reftex-index-math-format,
7303         reftex-index-section-letters, reftex-index-include-context,
7304         reftex-index-follow-mode, reftex-index-header-face,
7305         reftex-index-section-face, reftex-index-tag-face,
7306         reftex-index-face): New options
7307         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7308         reftex-index-tag, reftex-index-return-marker,
7309         reftex-index-restriction-indicator, reftex-index-restriction-data,
7310         reftex-index-macro-regexp, reftex-index-level-re,
7311         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7312         reftex-everything-regexp-no-index, reftex-index-re,
7313         reftex-macros-with-index, reftex-index-macro-alist): New variables
7314         (reftex-index-help, reftex-index-macros-builtin,
7315         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7316         reftex-query-index-macro-help): New constants
7317         (reftex-index-selection-or-word, reftex-index,
7318         reftex-default-index, reftex-update-default-index,
7319         reftex-index-complete-tag, reftex-index-select-tag,
7320         reftex-index-complete-key, reftex-index-update-taglist,
7321         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7322         reftex-display-index, reftex-insert-index,
7323         reftex-index-insert-new-letter, reftex-get-restriction,
7324         reftex-index-pre-command-hook, reftex-index-post-command-hook,
7325         reftex-index-show-help, reftex-index-next, reftex-index-previous,
7326         reftex-index-toggle-follow, reftex-index-toggle-context,
7327         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7328         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7329         reftex-index-quit, reftex-index-quit-and-kill,
7330         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7331         reftex-index-revert, reftex-index-switch-index-tag,
7332         reftex-index-restrict-to-section, reftex-index-widen,
7333         reftex-index-restriction-forward,
7334         reftex-index-restriction-backward, reftex-index-visit-location,
7335         reftex-index-analyze-entry, reftex-index-globalize,
7336         reftex-index-edit, reftex-index-toggle-range-beginning,
7337         reftex-index-toggle-range-end, reftex-index-edit-key,
7338         reftex-index-edit-attribute, reftex-index-edit-visual,
7339         reftex-index-edit-part, reftex-index-level-down,
7340         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7341         reftex-index-change-entry, reftex-index-goto-letter,
7342         reftex-add-index-macros, reftex-ensure-index-support,
7343         reftex-index-info-safe, reftex-index-info): New functions.
7346 1999-08-15  Richard M. Stallman  <rms@gnu.org>
7348         * paren.el (show-paren-mode): Support making show-paren-mode
7349         a buffer-local variable.  Don't check for a window system.
7350         (show-paren-function): Check whether show-paren-function is
7351         enabled in current buffer; do the right thing if not.
7352         Don't check for a window system.
7353         (show-paren-mode): Make it a user variable.
7355         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7356         Handle `enum' like `struct'.
7358         * server.el (server-process-filter): If a client visits no buffers,
7359         close it immediately before recording it.
7361         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7362         Optimize by calling concat just once.  Handle =\n sequence.
7363         (mail-unquote-printable-region): New command.
7364         (mail-quote-printable): Make it autoload.
7366 1999-08-15  Karl Heuer  <kwzh@gnu.org>
7368         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7370 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7372         * lisp/texinfmt.el: Handle @ifnottex.
7374 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
7376         * frame.el (blink-cursor): Don't turn on cursor blinking for
7377         ms-dos.
7379         * faces.el (face-valid-attribute-values): Look in
7380         x-bitmap-file-path only for x and w32 window systems.
7382         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7383         Do that if width is nil as well.
7384         (x-display-mm-height, x-display-mm-width): Update values.
7385         (x-colors): Compute the list from msdos-color-values.
7386         (x-select-enable-clipboard): Doc fix.
7387         (x-frob-font-weight, x-font-family-list): New functions.
7389 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
7391         * window.el (shrink-window-if-larger-than-buffer): Don't try to
7392         back up from beginning of buffer.
7394 1999-08-13  Karl Heuer  <kwzh@gnu.org>
7396         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7398 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
7400         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
7401         doomsday clock, speed control is added and changes are made to
7402         allow large numbers of rings: rings now show the whole ring
7403         number, not just the last digit; consecutive rings are allowed to
7404         be the same size when necessary to fit all the rings in the
7405         window; and poles can be oriented horizontally.  Face support is
7406         thrown in gratuitously.
7407         (hanoi): Changed default number of rings back to 3.
7408         (hanoi-unix, hanoi-unix-64): New commands
7409         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7410         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7411         hanoi-odd-ring-face): New variables.
7412         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7413         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7414         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7415         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7416         (hanoi-topos, hanoi-draw-ring): Removed.
7418 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
7420         * faces.el (face-valid-attribute-values): Return an alist for
7421         families on ttys.
7422         (face-read-integer): Handle unspecified face attributes.  Add
7423         completion for `unspecified'.
7424         (read-face-attribute): Handle unspecified font attributes.
7425         (face-valid-attribute-values): Add `unspecified' to lists so that
7426         it can be chosen via completion.
7427         (face-read-string): Don't recognize "none" as input.
7429 1999-08-10  Dave Love  <fx@gnu.org>
7431         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7432         string.
7434         * sun-curs.el: Require sun-fns.
7436 1999-08-10  Dave Love  <fx@gnu.org>
7438         * autorevert.el (auto-revert-mode): Add autoload cookie.
7440         * hscroll.el, auto-show.el: Files deleted -- we have built-in
7441         hscroll.
7443         * simple.el (hscroll-step, hscroll-point-visible)
7444         (hscroll-window-column): Remove now we have the mentioned real
7445         horizontal autoscrolling.
7447 1999-08-10  Richard M. Stallman  <rms@gnu.org>
7449         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7450         control use of -f option.
7451         (mail-specify-envelope-from): New variable.
7452         (mail-from-style): Doc fix.
7454         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7455         (easy-menu-get-map): New arg TO-MODIFY helps choose
7456         between local and global maps.
7457         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7458         (easy-menu-change): Doc fix.
7460         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7461         (info-lookup-guess-default): Simplified and cleaned up.
7462         (info-lookup-guess-default*): Preserve point.
7464         * view.el (view-mode-disable): If buffer-read-only is nil,
7465         don't change it.
7467         * files.el (after-find-file): Disable View mode if buffer is no
7468         longer read-only.
7470         * view.el (view-mode-enable, view-mode-disable):
7471         Call force-mode-line-update.
7473 1999-08-10  Karl Heuer  <kwzh@gnu.org>
7475         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7476         * array.el, play/landmark.el, international/latin-3.el: Likewise.
7477         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7479 1999-08-10  Alex Schroeder  <asc@bsiag.com>
7481         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7482         to prevent m-eating-bug.
7484 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
7486         * term/pc-win.el (msdos-bg-mode): Remove.  Call
7487         frame-set-background-mode instead.  All callers changed.
7488         (msdos-face-setup): Don't force color display parameter, it is set
7489         by frame-set-background-mode.
7490         (make-msdos-frame): Call x-handle-reverse-video and
7491         face-set-after-frame-default.  Delete frame if creation failed.
7493         * faces.el (face-set-after-frame-default): Don't call
7494         make-face-x-resource-internal for the pc window-system.
7496 1999-08-10  Dave Love  <fx@melange.gnu.org>
7498         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7499         case with no docstring specially.
7501 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
7503         * complete.el (PC-do-completion): If completing on file name,
7504         reproduce str by concatenating its directory and basename parts.
7506 1999-08-07  Dave Love  <fx@gnu.org>
7508         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
7509         unibyte to multibyte conversion of search-forward (from Handa),
7510         but avoid the replacement if the language is Latin-N.
7512 1999-08-06  Richard Stallman  <rms@gnu.org>
7514         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7515         of eval-buffer.
7517         * international/mule.el (load-with-code-conversion):
7518         Pass t to eval-buffer for DO-ALLOW-PRINT.
7520 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
7522         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7523         of filenames and attributes.
7524         (ls-lisp-insert-directory): Use directory-files-and-attributes
7525         for speed.
7527 1999-08-05  Dave Love  <fx@gnu.org>
7529         * auto-show.el (auto-show-mode): Fix :set.
7531         * widget.el (define-widget-keywords): Make dummy definition and
7532         comment-out its use.
7534 1999-08-04  Richard Stallman  <rms@gnu.org>
7536         * progmodes/tcl.el: Customized.
7538         * sql.el (sql-accumulate-and-indent): Instead of testing
7539         whether this is Emacs 20 before calling comint-accumulate,
7540         test whether comint-accumulate is defined.
7542 1999-08-04  Dave Love  <fx@gnu.org>
7544         * sgml-mode.el: Require outline when compiling.
7545         (sgml-mode-hook, html-mode-hook): Customize.
7546         (sgml-validate-command): Fix :version.
7547         (html-autoview-mode): Doc fix.
7549         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7550         nothing in Latin-N environment.
7552         * info.el (Info-find-node): Call info-initialize here.
7553         (info): Not here.
7554         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7556 1999-08-04  Richard Stallman  <rms@gnu.org>
7558         * ansi-color.el: New file.
7560 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7562         * dired.el (dired-string-replace-match): Return `nil' when no match
7563         found with global search.
7565         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7566         * terminal.el (te-terminfo-directory):
7567         * mail/mailpost.el (post-mail-send-it):
7568         * mail/metamail.el (metamail-region):
7569         * progmodes/ada-mode.el (ada-tmp-directory):
7570         Use temporary-file-directory.
7572         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7573         (compilation-filter, compilation-forget-errors)
7574         (compilation-parse-errors): Use a marker instead of an integer for
7575         `compilation-parsing-end'.
7577         * progmodes/diff.el (diff-parse-differences):
7578         Use a marker instead of an integer for `compilation-parsing-end'.
7579         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7580         Use a marker instead of an integer for `compilation-parsing-end'.
7582 1999-08-03  Richard Stallman  <rms@gnu.org>
7584         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7585         (Buffer-menu-mode): Doc fix.
7586         (Buffer-menu-view): New command.
7587         (Buffer-menu-view-other-window): New command.
7589 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
7591         * replace.el (query-replace-regexp-eval)
7592         (replace-eval-replacement, replace-loop-through-replacements)
7593         (replace-match-string-symbols): New functions.
7594         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7595         Use replace-loop-through-replacements.
7597 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
7599         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7600         (5x5): Doc fix.
7602 1999-08-03  Dave Love  <fx@gnu.org>
7604         * fortran.el (fortran-indent-new-line): Make it an alias
7605         for reindent-then-newline-and-indent.
7607 1999-08-03  Didier Verna  <verna@inf.enst.fr>
7609         * rect.el: All functions rewritten, except when noted above
7610         their declaration.  Below is a list of interface changes.
7611         (apply-on-rectangle): New function, mostly replaces
7612         `operate-on-rectangle'.  All callers changed.
7613         (move-to-column-force): Pass new second argument to `move-to-column'.
7614         (kill-rectangle): Added optional prefix arg to fill lines.
7615         (delete-rectangle): Ditto.
7616         (delete-whitespace-rectangle): Ditto.
7617         (delete-extract-rectangle): Ditto.
7618         (open-rectangle): Ditto.
7619         (clear-rectangle): Ditto.
7620         (delete-whitespace-rectangle-line): New function.
7621         (delete-rectangle-line): Added third arg FILL.
7622         (delete-extract-rectangle-line): Ditto.
7623         (open-rectangle-line): Ditto.
7624         (clear-rectangle-line): Ditto.
7626 1999-08-03  Ray Blaak  <blaak@gnu.org>
7628         * progmodes/delphi.el: New file.
7630 1999-08-02  Richard Stallman  <rms@gnu.org>
7632         * textmodes/outline.el (outline-previous-heading): New function.
7633         (outline-up-heading-all): Use outline-previous-heading.
7634         (outline-next-heading): Delete definition inserted yesterday.
7636 1999-08-01  Richard Stallman  <rms@gnu.org>
7638         * textmodes/outline.el (outline-next-heading): New function.
7639         (outline-up-heading-all): New function.
7640         (outline-font-lock-level): Using outline-up-heading-all.
7641         Tell outline-back-to-heading to accept invisible headings.
7643         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7645         * mail/mh-utils.el (mh-find-path-run): New variable.
7646         (mh-find-path): Test and set that.
7647         Set mail-user-agent only the first time this function is run.
7648         (mail-user-agent): Defvar deleted.
7650         * info.el (info-initialize): New function.
7651         (info): Call info-initialize.
7652         (Info-directory-list): Initialize to nil,
7653         so info-initialize will set it up for real.
7655 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7657         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7658         does not interpret a time as the year in a day-month entry.
7660         * calendar/diary-lib.el: Change syntax table entry for colon in
7661         the diary as part of the european-date-diary-pattern fix.
7663 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
7665         * international/mule.el (set-auto-coding): Allow whitespace before
7666         and after the "variable: value" pair.
7668 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
7670         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7671         (default-sendmail-coding-system): Doc-string fixed.
7673 1999-07-30  Dave Love  <fx@gnu.org>
7675         * subr.el (assoc-delete-all): New function, renamed from
7676         frame-delete-all.
7678         * frame.el: Change comments to doc strings and other doc fixes.
7679         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7680         Callers changed.
7681         (set-background-color, set-foreground-color, set-cursor-color)
7682         (set-mouse-color, set-border-color): Offer completion of colours.
7683         (cursor): Add :version to defgroup.
7685         * facemenu.el (list-colors-display): Make it work on ttys.
7686         (facemenu-read-color): Likewise.
7688 1999-07-30  Richard M. Stallman  <rms@gnu.org>
7690         * frame.el (frame-notice-user-settings): If background
7691         color has been changed, update background-mode from it,
7692         then update faces.
7694 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7696         * net-utils.el (finger): Don't do indirect fingering.
7698 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7700         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7701         rules.  Add separator at end of holidays.
7702         (cal-tex-rules): New customizable variable.
7703         (cal-tex-latexify-list): Add optional parameter to put separator
7704         at end.
7706 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
7708         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7709         fill prefix on each line while looping to the end of paragraph.
7710         End paragraph if it's longer than the existing fill prefix.
7712         * textmodes/fill.el (fill-context-prefix): Doc fix.
7714 1999-07-30  Dave Love  <fx@gnu.org>
7716         * font-lock.el (jit-lock): Fix :load, add :version.
7718 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
7720         * term/pc-win.el (msdos-face-setup): Register standard colors in
7721         Vface_tty_color_alist.
7722         (face-color-supported-p, face_color_gray_p): New functions.
7724         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7725         is bound.
7727         * startup.el (command-line): Don't register default colors for
7728         MSDOS window-system.
7730 1999-07-29  Dave Love  <fx@gnu.org>
7732         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7733         charquote.
7735         * lisp-mode.el (eval-defun): Re-written to avoid
7736         capturing variables.
7738         * picture.el (picture-beginning-of-line): Don't call
7739         hscroll-point-visible now we have real autoscrolling.
7740         (picture-end-of-line, picture-newline, picture-open-line):
7741         Likewise.
7743         * international/latin-8.el: New file.
7744         * international/latin-9.el: New file.
7746 1999-07-28  Dave Love  <fx@gnu.org>
7748         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7750         * msb.el: Require cl only when compiling.
7751         (msb--home-dir): Deleted.
7752         (msb--format-title): Use abbreviate-file-name.
7753         (msb--choose-file-menu): Simplify string comparison.
7755 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7757         * faces.el (toolbar): Add face definition for mono displays.
7759 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7761         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7763         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7764         force copying of default-frame-alist.
7766 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7768         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7770 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7772         * frame.el (set-mouse-color): If new color is nil,
7773         really respecify the current color.
7775 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7777         * faces.el (bitmap-area): Change background of face `bitmap-area'
7778         to white for mono displays.
7780 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7782         * international/ccl.el (ccl-embed-symbol): New function.
7783         (ccl-program-p): Deleted.  Now it's implemented in C code.
7784         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7785         (ccl-compile-translate-character): Likewise.
7786         (ccl-compile-map-single): Likewise.
7787         (ccl-compile-multiple-map-function): Likewise.
7788         (declare-ccl-program): Doc-string modified.
7789         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7791 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7793         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7795 1999-07-25  Markus Rost  <rost@gnu.org>
7797         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7798         the entries to make custom-file more readable.
7800 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7802         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7804         * emacs-lisp/edebug.el: Delete compatibility code.
7805         (edebug-next-token-class): If . is followed by a digit,
7806         return `symbol' for the token class.
7808         * startup.el (command-line): If we don't find the user's init file,
7809         set user-init-file to nil.
7811 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7813         * info-look.el (info-lookup-interactive-arguments): Add optional
7814         argument query for new choice of help mode.
7815         (info-lookup-symbol):  Use it.
7816         (info-lookup-file): Ditto.
7817         (info-lookup): Don't switch to other window, if already in Info
7818         buffer.
7820 1999-07-23  Dave Love  <fx@gnu.org>
7822         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7823         syntax.
7824         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7825         (fortran-font-lock-syntactic-keywords): New variable.
7826         (fortran-mode): Use it.
7827         (fortran-font-lock-keywords-1): Don't do comments.
7828         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7829         match data.
7831         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7833         * msb.el (msb-menu-bar-update-buffers): Renamed from
7834         menu-bar-update-buffers.
7835         (msb-custom-set, msb--toggle-menu-type): Call
7836         msb-menu-bar-update-buffers.
7837         (msb-mode): Revise the hook setting.
7839         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7841 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7843         * font-lock.el, help.el, simple.el: Re-integrate previously
7844         described changes that were lost due to errors while checking them
7845         in.
7847 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7849         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7851 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7853         * international/encoded-kb.el
7854         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7855         but push it to unread-command-events.
7856         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7857         (encoded-kbd-self-insert-sjis): Likewise.
7858         (encoded-kbd-self-insert-big5): Likewise.
7860         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7861         before left margin and fill-prefix by fill-find-break-point.
7863 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7865         * info-look.el (info-lookup-setup-mode): Don't give up, if
7866         info-lookup-make-completions returns an error.
7867         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7868         name latex, not latex2e.
7870 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7872         * replace.el (perform-replace): Turn off case-fold-search
7873         if FROM-STRING argument has uppercase in it.
7875 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7877         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7878         mode is on.  Don't use end of changed text.
7880 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7882         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7883         (cl-hash-table-p): Renamed from hash-table-p.
7884         (cl-hash-table-count): Renamed from hash-table-count.
7885         (maphash): Alias to cl-maphash removed.
7886         (gethash): Likewise.
7887         (puthash): Likewise.
7888         (remhash): Likewise.
7889         (clrhash): Likewise.
7891 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7893         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7894         third arg non-nil.  See comment there why this isn't a good idea.
7896 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7898         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7900         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7901         sit-for with 3rd arg non-nil to prevent redisplay.
7903 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7905         * image.el (image-type-from-file-header): If file doesn't
7906         have a directory part, add data-directory.
7908 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7910         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7911         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7912         motion handling when tooltip-gud-tips-p is nil.
7914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7916         * tooltip.el (tooltip-mode): Don't use `plusp'.
7917         (tooltip-active): Use initial value of nil.
7919         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7921 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7923         * bindings.el (make-mode-line-mouse-sensitive): Add key
7924         definitions for `top-line'.
7926 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7928         * faces.el (top-line): New face.
7930 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7932         * image.el (image-type-regexps): Add regexp for PS files.
7934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7936         * faces.el (set-face-attribute): Fix wrong handling of frame
7937         begin equal to t.
7939 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7941         * image.el (image-type-regexps): Add PNG format.
7943 1999-07-21  Dave Love  <fx@gnu.org>
7945         * bindings.el (mode-line-modified): New variable.
7946         (mode-line-mode-menu-1): Switch to appropriate window before
7947         showing menu.
7949 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7951         * faces.el (face-underline): Removed.
7952         (face-underline-color): Ditto.
7954 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7956         * faces.el (face-x-resources): Fix typo.
7958 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7960         * faces.el: Remove handling of `:relief', extend handling of
7961         `:box'.
7962         (frame-set-background-mode): Choose new defface specs after
7963         frame parameters have changed.
7965         * cus-face.el: Ditto.
7967 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7969         * custom.el (defface): Extend documentation to include new
7970         face attributes.
7972         * cus-face.el (custom-face-attributes): Add overline,
7973         strike-through, box.
7975         * faces.el (face-valid-attribute-values): Handle overline,
7976         strike-through, box.
7977         (face-attribute-name-alist): Add pairs for new face attributes.
7978         (describe-face): Handle new face attributes.
7980 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7982         * faces.el (face-x-resources): Add overline, strike-through, box.
7984 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7986         * enriched.el (enriched-translations): Add `display' and
7987         "x-display".
7988         (enriched-handle-display-prop): New.
7989         (enriched-decode-display-prop): New.
7991         * format.el (top-level): Give `display' property
7992         `format-list-atomic-p.
7993         (format-annotate-single-property-change): Test that property.
7994         If present, treat list property values like atoms.
7996 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7998         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7999         so that "*" can be entered.
8001 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8003         * cus-face.el (custom-face-attributes): Don't use `#''.
8005 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8007         * cus-face.el (custom-face-attributes): Return underline
8008         face attribute directly from the second lambda of underline.
8010 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8012         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8014         * frame.el (after-setting-font-hooks): New variable.
8015         (set-frame-font): Run those hooks.
8017         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8019         * faces.el (set-face-attribute): Fix doc string.
8021 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8023         * cus-face.el (custom-face-attributes): Accept color name.
8025         * faces.el (face-underline-p): Accept unspecified underlining.
8026         (face-underline): Ditto.  Fix doc string.
8028 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8030         * faces.el (face-underline-color): New function.
8032 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8034         * cus-face.el (custom-face-attributes): Support underline coloring.
8035         Added slot to choose a color.
8037         * faces.el (face-underline): New function.
8038         (face-underline-p): Support underline coloring.
8039         Return nil only if the underline attribute is 'normal.
8040         (set-face-underline): New function.
8041         (face-valid-attribute-values): Support underline coloring.
8043 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8045         * image.el (insert-image): Use `display' instead of `glyph'
8046         as text property name.
8047         (put-image): Ditto.
8048         (image-type-from-file-header): Use insert-file-contents-literally.
8050 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8052         * easymenu.el (easy-menu-do-add-item): Don't use the empty
8053         string to indicate separators.
8055 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8057         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8058         instead of message-log.
8060 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8062         * faces.el (bitmap-area): New face.
8064 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8066         * image.el (insert-image): New.
8068 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8070         * frame.el (blink-cursor): Set the symbol's value.
8071         (show-trailing-whitespace): Change group to font-lock.
8073 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8075         * jit-lock.el: New.
8076         * font-lock.el: Add jit-mode as new support mode.
8078         * font-lock.el (font-lock-fontify-keywords-region): Stop when
8079         reaching end instead of letting re-search-forward signal an error.
8080         (demand-lock-mode): New.
8081         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8082         (font-lock-turn-off-thing-lock): Ditto.
8083         (font-lock-after-fontify-buffer): Ditto.
8084         (font-lock-after-unfontify-buffer): Ditto.
8086 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8088         * gs.el: New file.
8090         * startup.el (command-line-1): Activate tooltip mode if
8091         interactive.
8093 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8095         * faces.el (toolbar): Grey default background.
8096         (modeline): Ditto.
8098         * image.el (image-type-regexps): New.
8099         (image-type-from-file-header): New.
8100         (create-image): Call it.
8102 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8104         * image.el: New file.
8106 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8108         * bindings.el (mode-line-format): Replace `mode-name' with
8109         `(:eval mode-line-mode-name)'.
8110         (mode-line-mode-name): New.
8111         (make-mode-line-mouse-sensitive): Don't change default value
8112         of `mode-name'.
8114 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8116         * tooltip.el: New file.
8118 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8120         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8121         instead of mouse-3 to pop up menus.
8122         (mode-line-kill-buffer): Removed.
8123         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8124         buffer name.
8125         (mode-line-buffer-menu-1): Removed.
8127         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8129         * bindings.el (mode-line-buffer-identification-keymap): New.
8130         (mode-line-buffer-menu-keymap): New.
8131         (mode-line-mode-menu-keymap): New.
8132         (mode-line-unbury-buffer): New.
8133         (mode-line-other-buffer): New.
8134         (mode-line-kill-buffer): New.
8135         (mode-line-buffer-menu-1): New.
8136         (mode-line-mode-menu-1): New.
8137         (make-mode-line-mouse-sensitive): New.
8139 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8141         * help.el (describe-key-briefly): Handle mode line strings
8142         with local-map properties.
8143         (describe-key): Ditto.
8144         (mode-line-key-binding): New.
8146 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8148         * scroll-bar.el (scroll-bar-timer): New.
8149         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8151 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8153         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8154         and `bottom'.
8156 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8158         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8159         (global): Use different key bindings if using tookit scroll bars.
8161 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8163         * faces.el (modeline): Define mode line face with relief for
8164         class color, only.
8165         (toolbar): New face.
8167 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8169         * frame.el (frame-initialize): Set frame-creation-function to
8170         tty-create-frame-with-faces.
8172         * faces.el (frame-set-background-mode): Make it work for
8173         window-system nil.
8175         * faces.el (tty-create-frame-with-faces): New.
8176         (face-set-after-frame-default): Make it work for TTY frames.
8178 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8180         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8181         Return a list of one font family for TTYs.  Don't return bitmap
8182         file paths for TTY frames.
8184         * faces.el: Add face specs for tty displays to basic faces.
8186         * font-lock.el (font-lock-comment-face): Add spec for color tty.
8187         (font-lock-string-face): Ditto.
8188         (font-lock-keyword-face): Ditto.
8189         (font-lock-builtin-face): Ditto.
8190         (font-lock-function-name-face): Ditto.
8191         (font-lock-variable-name-face): Ditto.
8192         (font-lock-type-face): Ditto.
8193         (font-lock-constant-face): Ditto.
8194         (font-lock-warning-face): Ditto.
8196 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8198         * startup.el (command-line): Register default tty colors.
8200         * faces.el (face-spec-set-match-display): Recognize `type tty'.
8202 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8204         * faces.el (modeline): For X frames, use a modeline with relief.
8206 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8208         * faces.el (frame-update-faces): Copied from 20.2.
8209         (frame-update-face-colors): Ditto.  Code removed that isn't
8210         applicable in the new face implementation.
8212 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8214         * frame.el (show-trailing-whitespace): New.
8216         * faces.el (trailing-whitespace): New basic face.
8218 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8220         * cus-face.el (custom-facep): Always define as alias for facep.
8222         * cus-face.el (custom-face-attributes): Use choice widgets.
8223         Remove :bold and :italic.
8225 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8227         * faces.el (face-charset-registries): Removed since fontset.el
8228         is no always loaded.
8230 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8232         * faces.el (internal-get-face): Added as obsolete function for
8233         compatibility.
8235 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8237         * frame.el (blink-cursor-end): Call show-cursor.
8238         (blink-cursor-mode): Ditto.
8240 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8242         * faces.el (face-spec-reset-face): Reset all attributes to
8243         `unspecified'.
8244         (face-spec-set): Use it.
8246 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8248         * faces.el (read-all-face-attributes): Bug fix.
8249         (face-read-integer): Allow nil default value.
8250         (face-valid-attribute-values): Use symbol names of attribute
8251         values for completion list.
8253 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8255         * faces.el (internal-find-face): Define for compatibility with
8256         20.2.
8257         (face-id): Likewise.
8259         * faces.el (face-id): Return the ID of a realized face for ASCII.
8261         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
8262         (x-complement-fontset-spec): Use face-charset-registries.
8264         * faces.el (face-font-selection-order): Set font selection order
8265         from Lisp.
8266         (face-alternative-font-family-alist): Set alternative font
8267         families from Lisp.
8269 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8271         * faces.el (set-face-charset-registries): Set symbol value.
8273 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8275         * faces.el (face-set-after-frame-default): Call function
8276         internal-merge-in-global-face.
8278 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8280         * faces.el (face-list): Return symbols from face-global-alist.
8282         * faces.el (face-list): Return a copy of the face name list so
8283         that it cannot be modified from outside (facemenu.el uses
8284         nreverse, for example).
8286         * cus-face.el (custom-face-attributes): Add :bold and :italic
8287         for compatibility with old code.
8289         * faces.el (set-face-attributes-from-resources): Additional
8290         frame parameter.
8291         (make-face-x-resource-internal): Set attributes from resources
8292         for a given frame or all frames.
8294 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8296         * faces.el (all-faces): Removed.
8298         * custom.el (defface): Add new face attributes to function
8299         comment.
8301         * font-lock.el (font-lock-comment-face): Use new face attribute
8302         names.
8303         (font-lock-string-face): Ditto.
8304         (font-lock-keyword-face): Ditto.
8305         (font-lock-builtin-face): Ditto.
8306         (font-lock-function-name-face): Ditto.
8307         (font-lock-variable-name-face): Ditto.
8308         (font-lock-type-face): Ditto.
8309         (font-lock-reference-face): Ditto.
8310         (font-lock-warning-face): Ditto.
8311         ((boundp 'font-lock-face-attributes)): Ditto.
8313         * cus-face.el (custom-face-attributes): Use new face attributes.
8315         * faces.el (set-face-attribute-from-resource): Initialize
8316         from resources only for X and W32.
8318         * cus-face.el (custom-declare-face): Don't make frame-local
8319         faces.
8321         * faces.el (describe-face): Use princ instead of insert.
8323         * faces.el: Add XLFD manipulation functions from 20.2 again
8324         because fontset.el uses them.
8325         (face-set-after-frame-default): Add empty definition.
8327 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8329         * faces.el (make-face): Correct typo.
8330         (set-face-attribute-from-resource): Use let*.
8331         (face-underline-p): Correct typo.
8332         (face-inverse-video-p): Ditto.
8333         (set-face-stipple): Ditto.
8334         (face-read-string): Make completion-list optional parameter.
8336 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8338         * faces.el (face-charset-registries): Alist mapping charset
8339         symbols to registries and encoding.
8341 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8343         * frame.el (blink-cursor-mode): Use interactive spec "P".
8345 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8347         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8348         mode.  The cursor of selected_window blinks if the mode is enabled.
8350 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8352         * simple.el (next-history-element): Set point to the end of the
8353         prompt if minibuffer-prompt-in-buffer.
8355 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8357         * faces.el (x-font-regexp): Add sub-expression parentheses for
8358         several font name components.
8360 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8362         * faces.el (set-face-relief): Use index 12 for relief.
8363         (face-fill-in): Set relief from data.
8364         (internal-make-face): Init relief to zero.
8366         * faces.el (face-spec-set): Call modify-face with additional
8367         parameters for relief and fixed-p.
8369 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8371         * cus-face.el: ':fixed and ':relief added.
8373         * faces.el (describe-face): Add fixed font attribute and relief.
8374         (face-attr-match-p): Ditto.
8375         (face-attr-construct): Ditto.
8376         (face-spec-set): Ditto.
8378 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8380         * faces.el (internal-make-face): Function to create a Lisp vector
8381         suitable for representing a face.
8382         (make-face): Use it instead of make-vector.
8383         (x-create-frame-with-faces): Use it instead of vector.
8384         (internal-facep): Increase vector size to 14.
8385         (internal-make-face): Ditto.
8386         (face-relief): Access relief thickness.
8387         (face-fixed-p): Access fixed font attribute.
8388         (set-face-fixed-p): Set fixed font attribute.
8389         (set-face-relief): Set relief attribute.
8390         (internal-face-interactive-int): Read int attribute of face.
8391         (modify-face): Add fixed-p and relief parameters.
8392         (copy-face): Handle fixed-p and relief.
8393         (face-equal): Compare fixed-p and relief.
8394         (face-differs-from-default-p): Ditto.
8395         (face-nontrivial-p): Add fixed-p and relief.
8397 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8399         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8400         (internal-facep): Increase vector size.
8401         (make-face): Ditto.
8402         (face-shadow-thickness): Added.
8403         (set-face-shadow-thickness): Added.
8404         (modify-face): Add optional shadow-thickness parameter.
8405         (make-face-x-resource-internal): Add shadows.
8406         (copy-face): Ditto.
8407         (face-equal): Ditto.
8408         (face-differs-from-default-p): Ditto.
8409         (face-nontrivial-p): Ditto.
8410         (face-attr-match-p): Ditto.
8411         (face-attr-construct): Ditto.
8412         (face-spec-set): Ditto.
8413         (face-fill-in): Ditto.
8415 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8417         * bench.el (bench-mark-split-window): New bench mark.
8419 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8421         * faces.el (set-face-font): Don't pass default font to
8422         x-resolve-font so that font will not have to be of the same
8423         size.
8425 1999-07-20  Dave Love  <fx@gnu.org>
8427         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8428         unconditionally t.
8430 1999-07-20  Karl Heuer  <kwzh@gnu.org>
8432         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8434 1999-07-20  Dave Love  <fx@gnu.org>
8436         * help.el (describe-variable): Fix test for customizability.
8438         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8439         Check for readonly buffer in interactive spec.
8440         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8441         (backward-kill-word): Add * to interactive spec.
8443         * underline.el (underline-region, ununderline-region): Add * to
8444         interactive spec.
8446         * fill.el (canonically-space-region, justify-current-line): Add *
8447         to interactive spec.
8448         (fill-region-as-paragraph, fill-paragraph, fill-region)
8449         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8450         readonly buffer in interactive spec.
8452         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8453         (backward-kill-sentence, kill-sentence): Add * to interactive
8454         spec.
8456 1999-07-19  Richard M. Stallman  <rms@gnu.org>
8458         * dired-aux.el (dired-do-shell-command): Doc fix.
8460         * shell.el (shell-unquote-argument): New function.
8461         (shell-directory-tracker): Use shell-unquote-argument.
8462         * comint.el (comint-arguments): Handle \ followed by space or tab.
8464 1999-07-19  John Wiegley  <jwiegley@borland.com>
8466         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8467         color codes 39 and 49, which by the way lynx uses them seem to
8468         mean "foreground reset" and "background reset".
8470 1999-07-19  Karl Heuer  <kwzh@gnu.org>
8472         * font-lock.el (c++-keywords): Add "typeid".
8474         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8475         selects no font, treat that as zero selections, not one.
8477 1999-07-19  Dave Love  <fx@gnu.org>
8479         * info.el (Info-search): Don't lose with empty regexp.
8481         * version.el: Cater for (free) `ident' program, not `which'.
8483         * hl-line.el: New file.
8485         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8486         for modes which don't define menus.
8488 1999-07-16  Richard M. Stallman  <rms@gnu.org>
8490         * webjump.el (webjump-sample-sites): Update some URLs.
8492 1999-07-14  Richard Stallman  <rms@gnu.org>
8494         * Version 20.4 released.
8496 1999-07-14  Andreas Schwab  <schwab@gnu.org>
8498         * compare-w.el (compare-windows): Try to find the next window in
8499         the current frame before looking at the other frames.
8501 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
8503         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8504         Use cyrillic-jcuken as default input method.
8506 1999-07-12  Richard Stallman  <rms@gnu.org>
8508         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8509         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8511         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8512         (ispell-local-dictionary-alist): Add koi8-r for character set.
8514         * textmodes/flyspell.el (flyspell-get-word):
8515         Add special handling for when ispell-otherchars is empty.
8517 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
8519         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8520         when having nested functons.
8521         (pascal-indent-nested-functions) (pascal-indent-line)
8522         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8523         indenting nested functions.
8525 1999-07-09  Richard Stallman  <rms@gnu.org>
8527         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8529 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
8531         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8532         the `end' keyword was in the very beginning of the buffer.
8534 1999-07-08  Richard Stallman  <rms@gnu.org>
8536         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8538         * term.el (term-emulate-terminal): Avoid infinite loop
8539         in strange case where minibuffer window is selected but not active.
8541 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8543         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8544         Change regexp so that it doesn't match commands beginning with `cd'.
8546 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8548         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8550 1999-07-06  Richard Stallman  <rms@gnu.org>
8552         * hscroll.el (hscroll-minibuffer-hook): New function.
8553         (hscroll-global-mode): Add and remove that hook.
8554         Set hscroll-old-truncate-was-global's default value.
8556 1999-07-05  Richard Stallman  <rms@gnu.org>
8558         * files.el (revert-buffer): Don't preserve point here.
8559         (revert-buffer-insert-file-contents-function): Doc fix.
8561         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8563         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8564         doing a `stat' when it isn't necessary because that can cause
8565         trouble when an NFS server is down.
8567 1999-07-04  Richard Stallman  <rms@gnu.org>
8569         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8571 1999-07-03  Richard Stallman  <rms@gnu.org>
8573         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8574         for \200...\240 also.
8575         (isearch-printing-char): Use unibyte-char-to-multibyte.
8577 1999-07-02  Richard Stallman  <rms@gnu.org>
8579         * frame.el (minibuffer-frame-alist): Use defcustom.
8580         (pop-up-frame-alist): Likewise.
8581         (initial-frame-alist): Specify * in the doc string.
8583         * hscroll.el (hscroll-mode): Make it a permanent local.
8584         (hscroll-mode): Don't cancel the timer
8585         if HScroll mode is enabled in some other buffer.
8587         * isearch.el (isearch-done): If search ends in middle of intangible
8588         text (due to text property), move on to the limit of that text.
8590 1999-07-01  Andrew Innes  <andrewi@gnu.org>
8592         * man.el (Man-build-man-command): Use value of null-device,
8593         instead of hard-coding "/dev/null".
8595         * dos-w32.el (untranslated-canonical-name): Avoid expanding
8596         ange-ftp file names, which might force ange-ftp to prompt for a
8597         password.
8599         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8600         to prevent references to temp files.
8602 1999-06-30  Richard Stallman  <rms@gnu.org>
8604         * progmodes/sh-script.el (sh-feature): If nothing is known
8605         about the given shell, use the values for `sh'.
8607 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8609         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8610         to make it non-recursive.
8612         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8614 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8616         * auto-show.el (auto-show-mode): Fix Typo in :set.
8618 1999-06-29  Richard M. Stallman  <rms@gnu.org>
8620         * progmodes/sh-script.el (sh-mode): When setting syntax
8621         table, default to the standard one.
8623 1999-06-27  Richard M. Stallman  <rms@gnu.org>
8625         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8627 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8629         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8630         a frame when `return' is requested (even if pop-up-frames = t)
8631         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8632         should only be set for the bibtex buffer.
8634         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8636         * progmodes/compile.el: Deal with compilation-error-screen-columns
8637         being buffer-local.
8639 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8641         * comint.el (comint-password-prompt-regexp): Allow "(again)".
8643 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8645         * cal-x.el (calendar-only-one-frame-setup): New function.
8646         * calendar.el (calendar): Call it if requested.
8648 1999-06-24  Karl Heuer  <kwzh@gnu.org>
8650         * startup.el (iso-8859-n-locale-regexp): Doc fix.
8652 1999-06-22  Richard M. Stallman  <rms@gnu.org>
8654         * mail/supercite.el (sc-emacs-features): Doc fix.
8656 1999-06-22  Karl Heuer  <kwzh@gnu.org>
8658         * files.el (auto-mode-alist): Add pike-mode.
8660 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
8662         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8663         last byte of a numeric field is a space or a NUL.  Parse it as
8664         potentially part of the number.  This is used by GNU tar
8665         1.12.64012 to handle larger values.
8667 1999-06-20  Karl Heuer  <kwzh@gnu.org>
8669         * custom.el (custom-handle-keyword): Fix error message.
8671 1999-06-18  Andrew Innes  <andrewi@gnu.org>
8673         * mail/smtpmail.el (smtpmail-send-it): Use
8674         convert-standard-filename to make file names for queued mail safe
8675         on Windows (`:' is invalid in file names on Windows).
8677 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
8679         * international/mule-cmds.el (describe-current-input-method):
8680         Current-input-method is string.
8681         (toggle-input-method): Docstring fixed.
8683         * international/mule-diag.el
8684         (describe-current-coding-system-briefly): Fix format string.
8686         * international/mule-util.el (coding-system-eol-type-mnemonic):
8687         Docstring modified.  Return a string.
8689 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
8691         * sql.el (sql-input-ring-file-name): Doc fix.
8693 1999-06-17  Richard M. Stallman  <rms@gnu.org>
8695         * calendar/cal-x.el (special-display-buffer-names):
8696         Don't put (get-file-buffer diary-file) on this list.
8698 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
8700         * play/mpuz.el (mpuz-try-proposal): Fix message call.
8701         Don't penalize player for certain impossible guesses.
8703 1999-06-16  Andrew Innes  <andrewi@gnu.org>
8705         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8706         return the string "Unk  0  0000" so at least it appears to be a
8707         valid timestamp to `dired-move-to-filename-regexp'.
8709 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
8711         * ps-print.el (ps-control-character): Fix previous change.
8713 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8715         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8716         multiple output of the last message.
8718 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
8720         * term/internal.el (IT-display-table-setup): Do not remap \222 to
8721         the ASCII apostrophe, as most DOS codepages have some other glyph
8722         there.
8724 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
8726         * language/ethio-util.el (setup-ethiopic-environment-internal):
8727         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8728         (exit-ethiopic-environment): Likewize.
8730 1999-06-12  Richard M. Stallman  <rms@gnu.org>
8732         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8734 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8736         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8737         custom-initialize-default to avoid infinite loop.
8738         (crisp-mode): (defun) Call transient-mark-mode here, not when
8739         loading the file.  Run crisp-mode-hook here, and run
8740         crisp-load-hook when loading the file.
8742         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8743         rmail-summary buffer, search for pattern in rmail-file.
8745         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8747         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8749         * ps-print.el (ps-printer-name): Fix custom type.
8751 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8753         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8754         (vhdl-port-paste-generic-map): Fix indentation bug.
8755         (vhdl-port-paste-port-map): Fix indentation bug.
8756         (vhdl-scan-file-contents): Make scanning case insensitive.
8758 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8760         * files.el (write-file): When buffer is not already visiting a file,
8761         don't put buffer name in the minibuffer, just make it the default.
8762         Also handle just directory as arg usefully in that case.
8764         * simple.el (sendmail-user-agent-compose):
8765         Ignore case when inserting the rest of the "other" headers.
8767         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8769         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8770         (info-lookup-interactive-arguments): Never insert the default
8771         into the minibuffer automatically.
8773         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8775 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8777         * simple.el (shell-command): Avoid printing "mark set" message.
8779 1999-06-09  Dave Love  <fx@gnu.org>
8781         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8782         digits in program name in first pattern.
8784 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8786         * vc.el (vc-dired-mode): Don't match anything before the date in
8787         dired-move-to-filename-regexp.
8789 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8791         * international/quail.el (quail-define-rules): Fix typo in
8792         docstring.
8794 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8796         * iswitchb.el (iswitchb-default-keybindings): Add
8797         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8798         than when package is loaded.
8800 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8802         * startup.el (command-line): Don't set user-init-file directly;
8803         tell `load' to set it.
8805         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8807         * simple.el (next-history-element):
8808         Handle minibuffer-text-before-history properly when reading sexps.
8810         * disp-table.el (standard-display-european):
8811         For an interactive call by the user,
8812         don't set enable-multibyte-characters,
8813         and don't set the terminal coding system.
8815         * textmodes/refbib.el: Don't print any messages or display
8816         a buffer when loading the library.
8817         (r2b-help): Doc fix.
8818         (r2b-help-message): Update the documentation.
8819         (r2b-load-quietly): Variable deleted.
8820         (r2b-convert-buffer): Doc fix.
8822 1999-06-04  Dave Love  <fx@gnu.org>
8824         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8826         * auto-show.el: Don't change hooks on loading.
8827         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8828         (auto-show-mode): Add to hooks here.
8830 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8832         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8833         recursion on bogus input.
8835 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8837         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8838         does not select a buffer from the buffers menu, then the attached
8839         frame is not switched to anything.
8841 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8843         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8844         (viet-viscii-...->viet-vscii...).
8846         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8848 1999-06-01  Dave Love  <fx@gnu.org>
8850         * progmodes/fortran.el: Add :link to defgroup.
8851         (fortran-blink-matching-if): Match ELSE statements too.
8852         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8853         that filling is always done.
8855 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8857         * simple.el (append-next-kill): Use an arg to distinguish
8858         interactive calls from Lisp calls, rather than (interactive-p).
8860         * international/iso-transl.el (iso-transl-language-alist):
8861         Interchange n and N.
8863 1999-05-31  Dave Love  <fx@gnu.org>
8865         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8866         and keymap munging on load.
8867         (msb-mode): New option.
8868         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8869         Doc fix.
8870         (msb-mode-map): New variable.
8871         (msb-mode): New command.
8873 1999-05-31  Dave Love  <fx@gnu.org>
8875         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8876         (ispell-complete-word-dict): Likewise.
8878 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8880         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8881         force the data buffer to be saved, even if the data didn't
8882         change, in case the write filter was modified.  Restore the
8883         current record after read-file-filter finishes.
8885 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8887         * ispell4.el: Obsolete; file deleted.
8889         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8891         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8892         VALUE is a syntax table.
8894         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8896         * simple.el (zap-to-char): Doc fix.
8898 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8900         * isearch.el (isearch-quote-char): Don't assume character codes
8901         0200 - 0237 stand for characters in some single-byte character
8902         charset.
8904 1999-05-27  Dave Love  <fx@gnu.org>
8906         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8908 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8910         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8911         headerline does not exist already.
8913 1999-05-26  Richard Stallman  <rms@gnu.org>
8915         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8916         Avoid nested null-loops.
8918 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8920         * international/characters.el: Typo fixed; prefered->preferred.
8922         * international/mule-cmds.el (find-coding-systems-for-charsets):
8923         Typo fixed; prefered->preferred.
8925         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8926         method in read-event.
8928         * international/mule.el (charset-info): Doc-string fixed.
8930 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8932         * mail/smtpmail.el (smtpmail-send-it): Bind
8933         smtpmail-code-conv-from properly.
8934         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8935         by smtpmail-code-conv-from.
8937 1999-05-24  Richard Stallman  <rms@gnu.org>
8939         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8940         Binding deleted also.
8942 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8944         * comint.el (comint-bol-or-process-mark): Doc fix.
8946 1999-05-23  Dave Love  <fx@gnu.org>
8948         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8949         Enter it on minor-mode-map-alist.
8950         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8951         Autoload.  Add custom setter.
8952         (crisp-mark-line): Doc fix.
8953         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8954         (crisp-mode-hook): Define.
8956 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8958         * files.el (recover-file): Recover buffer-file-coding-system.
8960 1999-05-22  Richard Stallman  <rms@gnu.org>
8962         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8963         regexp match the date, to avoid treating date as file size.
8964         Add YYYY S option to WESTERN/
8966         * bookmark.el: Delete some XEmacs compatibility code.
8967         (bookmark-jump-noselect): Check vc-backend.
8969         * subr.el (add-to-list): Doc fix.
8971 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8973         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8975 1999-05-18  Richard Stallman  <rms@gnu.org>
8977         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8978         non-space after the @anchor command.
8979         (texinfo-format-var): Handle other nested constructs, using
8980         texinfo-parse-expanded-arg and texinfo-discard-command, not
8981         texinfo-parse-arg-discard.
8983         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8984         (debug): Bind and use debugger-outer-inhibit-redisplay.
8985         Bind inhibit-redisplay to nil.
8986         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8988 1999-05-17  Dave Love  <fx@gnu.org>
8990         * help.el (describe-function-1): Extra arg, interactive-p.
8991         (describe-key, describe-function): Use it.
8993 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8995         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8997 1999-05-16  Dave Love  <fx@gnu.org>
8999         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9000         scroll-preserve-screen-position, scroll-conservatively.
9002 1999-05-16  Dave Love  <fx@gnu.org>
9004         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9006 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9008         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9010 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9012         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9013         magic number and is not associated with a file.
9015 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9017         * files.el (find-file-noselect-1): Fix previous change.
9019 1999-05-14  Simon Marshall  <simon@gnu.org>
9021         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9023 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
9025         * international/mule-diag.el (mule-diag): Change MULE to Mule in
9026         docstring.
9028         * international/mule-cmds.el: Change MULE to Mule in docstrings
9029         and menus.
9031 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
9033         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9034         to correctly reflect the value of BaseLineOffset in
9035         RelativeCompose.  Now the value of RelativeCompose is an array of
9036         low and high positions.
9037         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9038         RLC for the above change.
9040 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
9042         * comint.el (comint-password-prompt-regexp): Modified to match the
9043         output of ksu and ssh-add.
9045 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
9047         * language/korea-util.el (isearch-toggle-korean-input-method):
9048         Adjusted for the change of input method handling in isearch.el.
9049         (isearch-hangul-switch-symbol-ksc): Likewise.
9050         (isearch-hangul-switch-hanja): Likewise.
9052 1999-05-10  Dave Love  <fx@gnu.org>
9054         * help.el (help-make-xrefs): Fix typo.
9056 1999-05-10  Andreas Schwab  <schwab@gnu.org>
9058         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9059         unibyte-display-via-language-environment.
9061         * help.el (help-make-xrefs): Handle more cases when looking for
9062         commands in a keymap description.
9064 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
9066         * loadup.el: For ms-dos systems, load ccl and codepage.
9068 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
9070         * ps-print.el (ps-control-character): Call
9071         ps-mule-prepare-ascii-font to setup ASCII fonts.
9073         * ps-mule.el (ps-mule-begin-job): Redo this change "if
9074         ps-multibyte-buffer is nil, use
9075         ps-mule-font-info-database-default."
9077 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
9079         * ispell.el (ispell-local-dictionary-alist): New variable for
9080         customizing local dictionaries not accessable by everyone.
9081         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9082         (ispell-required-version): Changed format `(major minor
9083         revision)' to support general pattern matching.
9084         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9085         skip region commented out due to incorrect skip potential in std latex.
9086         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
9087         cursor point on small words for calls from `ispell-minor-mode'.
9088         (check-ispell-version): Tests and accepts versions major.minor
9089         and above, with adjustments for interactions in 3.1.0-3.1.11.
9090         (ispell-get-line): No longer skips ispell process special characters.
9091         (ispell-comments-and-strings): Removed `when' macro call.
9092         (ispell-minor-check): Requires ispell-word to restore cursor point.
9093         (ispell-buffer-local-parsing): Supports checking comments only.
9095 1999-05-08  Karl Heuer  <kwzh@gnu.org>
9097         * comint.el (comint-password-prompt-regexp): Fix last change to be
9098         more specific.
9100 1999-05-07  Richard M. Stallman  <rms@gnu.org>
9102         * subr.el (with-temp-message): Fix the other call to message
9103         to use %s.
9105 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
9107         * gud.el (gud-format-command): "%F" means file sans extension.
9108         (jdb): Use %F, not %f, for gud-break.
9110 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
9112         * comint.el (comint-password-prompt-regexp): Modified so that it
9113         matches the output of kinit.
9115 1999-05-06  Greg Stark  <gsstark@mit.edu>
9117         * timezone.el (timezone-parse-date): Recognize new format used in
9118         internet cookies.
9120 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
9122         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9124 1999-05-04  Andrew Innes  <andrewi@gnu.org>
9126         * time.el (display-time-update): Allow for wrap-around when
9127         checking against display-time-server-down-time.
9129 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
9131         * international/mule-diag.el (describe-coding-system): Fix English
9132         message.
9134 1999-05-03  Jason Rumney <jasonr@altavista.net>
9136         * term/w32-win.el: Change the x-charset-registry property for the
9137         Japanese charsets that are supported by Japanese Windows fonts.
9139 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9141         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9142         diary-block diary entries for which the reminders and the diary
9143         entries can overlap.
9145 1999-05-02  Jason Rumney <jasonr@altavista.net>
9147         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9148         matches the font selected in the dialog.
9150 1999-05-02  Dave Love  <fx@gnu.org>
9152         * browse-url.el (browse-url-browser-function): Add :version.
9154         * international/mule.el (auto-coding-alist): Add .tgz.
9156 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
9158         * international/codepage.el (cp-coding-system-for-codepage-1):
9159         Make the magnification parameter for the -dos encoder be 2.
9161 1999-05-2  Andrew Innes  <andrewi@gnu.org>
9163         * term/w32-win.el (w32-drag-n-drop): Select file in window where
9164         it is dropped, rather than current window.
9166         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9167         after switching buffer, as case-fold-search is a buffer local
9168         variable.
9170         * w32-fns.el (convert-standard-filename): Only convert directory
9171         separators to backslash if the interactive shell is one of the
9172         standard Windows shells that has DOS semantics.
9174         * ls-lisp.el (ls-lisp-format-time): Trap errors from
9175         format-time-string, and return a suitable string to indicate the
9176         timestamp was invalid.
9178         * hexl.el (hexlify-command): Apply shell-quote-argument after
9179         expanding hexl-program in case exec-directory contains a space.
9180         (dehexlify-command): Ditto.
9182         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9183         file extension regexps which aren't necessarily binary files.
9184         (direct-print-region-helper): Use subst-char-in-string instead of
9185         binding directory-sep-char to convert filenames to DOS syntax.
9186         (direct-print-region-use-command-dot-com): New variable.
9187         (direct-print-region-helper): Use it to control whether to invoked
9188         command.com to print on Windows 9x.
9190         * browse-url.el (browse-url-browser-function): Default to
9191         browse-url-default-windows-browser on windows-nt.
9192         (browse-url-default-windows-browser): New function.
9194 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
9196         * forms.el (forms-mode): Don't call forms-first-record or
9197         forms-last-record if the data file has zero records.
9199 1999-04-29  Richard M. Stallman  <rms@gnu.org>
9201         * files.el (find-file-noselect-1): If buffer-file-name has changed
9202         after find-file-not-found-hooks runs, recompute the truename.
9203         And don't use FILENAME after that point.
9205 1999-04-27  Dave Love  <fx@gnu.org>
9207         * paren.el (show-paren-mode)
9208         * which-func.el (which-func-mode-global)
9209         * type-break.el (type-break-mode)
9210         * time.el (display-time-mode)
9211         * rsz-mini.el (resize-minibuffer-mode)
9212         * mouse-sel.el (mouse-sel-mode)
9213         * icomplete.el (icomplete-mode)
9214         * hscroll.el (hscroll-global-mode)
9215         * help.el (temp-buffer-resize-mode)
9216         * font-lock.el (global-font-lock-mode)
9217         * delsel.el (delete-selection-mode)
9218         * avoid.el (mouse-avoidance-mode)
9219         * autoinsert.el (auto-insert-mode)
9220         * winner.el (winner-mode): Doc fix.
9222 1999-04-26  Karl Heuer  <kwzh@gnu.org>
9224         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9225         the same whitespace that was ignored in choosing the subject string.
9227 1999-04-26  Richard M. Stallman  <rms@gnu.org>
9229         * info.el (Info-find-node): Position properly after finding anchor.
9231         * cus-start.el (all): Handle unibyte-display-via-language-environment.
9233         * simple.el (indent-new-comment-line): Fix previous change.
9235         * complete.el: Delete the wildcard expansion feature
9236         since that is now standard in find-file.
9237         (PC-try-load-many-files): Function deleted.
9238         (PC-after-load-many-files): Function deleted.
9239         (PC-many-files-list): Variable deleted.
9240         (PC-disable-wildcards): Variable deleted.
9241         (partial-completion-mode): Don't enable the wildcard feature.
9243         * complete.el (PC-look-for-include-file): Don't set global variables
9244         `error', `buf' and `filename' here.
9246         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9248 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
9250         * textmodes/outline.el (outline-regexp): Doc fix.
9252 1999-04-26  John Wiegley  <johnw@borland.com>
9254         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9255         C++Builder 4.0 error message syntax.
9257 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
9259         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9260         supported, use find -exec.
9262 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9264         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9265         coding-system-for-write, to avoid hanging when non-interactive.
9267 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9269         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9270         start with a newline.
9272 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
9274         * international/mule-conf.el (x-ctext): New coding system.
9276 1999-04-12  Richard M. Stallman  <rms@gnu.org>
9278         * international/mule-cmds.el (input-method-function):
9279         Add permanent-local property.
9281 1999-04-12  Dave Love  <fx@gnu.org>
9283         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9284         change to use jka-compr-byte-compiler-base-file-name.
9286         * supercite.el (sc-scan-info-alist): Revert last change.
9287         (sc-attrib-selection-list): Fix :type here instead.
9289 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
9291         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9292         in the list of case-insensitive filesystems.
9294 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
9296         * international/fontset.el (create-fontset-from-fontset-spec):
9297         Don't register duplicated alias fontset names.
9299 1999-04-08  Richard Stallman  <rms@gnu.org>
9301         * international/mule.el (auto-coding-alist-lookup): New function.
9302         (set-auto-coding): Use auto-coding-alist-lookup.
9304         * jka-compr.el (jka-compr-insert-file-contents):
9305         Use auto-coding-alist-lookup to check for files that
9306         should not have eol conversion, in the unibyte case.
9308 1999-04-07  Dave Love  <fx@gnu.org>
9310         * help.el (describe-variable): Check custom-loads property as well
9311         as custom-type.
9313         * abbrev.el (abbrev-mode): Customizing sets the default value.
9315 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9317         * vc.el (vc-backend-revert): For CVS files that were made
9318         writeable with "cvs edit", call "cvs unedit" to undo that.
9320 1999-04-08  Dave Love  <fx@gnu.org>
9322         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9323         more.
9324         (sc-emacs-features): Recognize Emacs 20.
9325         (sc-read-string): Use history arg.
9326         (sc-scan-info-alist): Check for rtnvalue a cons.
9328 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
9330         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9331         coding system to encode the message by
9332         select-message-coding-system.
9334 1999-04-07  Richard Stallman  <rms@gnu.org>
9336         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9338         * winner.el: Reorder definitions.
9340         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9342         * mail/rmail.el (rmail-decode-babyl-format):
9343         Undo previous change.
9345 1999-04-06  Richard Stallman  <rms@gnu.org>
9347         * info.el (Info-find-node): Check for an anchor at the
9348         proper place, before reading an indirect file.
9350         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9352         * jka-compr.el (jka-compr-insert-file-contents):
9353         Use raw-text-unix when we want no conversion.
9355 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9357         * timezone.el (timezone-parse-date): Corrected regexp for
9358         style (5) date format so that tenths of seconds are optional.
9360 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
9362         * term/internal.el (dos-cpNNN-setup): New function, with the guts
9363         of dos-codepage-setup.
9364         (cjk-codepages-alist): New variable, an alist of Far-Eastern
9365         codepages for which there's no need to set up cpNNN coding
9366         systems.
9367         (dos-codepage-setup): Support Far-Eastern DOS terminals.
9369 1999-04-05  Richard Stallman  <rms@gnu.org>
9371         * mail/rmail.el (rmail-ignored-headers): Doc fix.
9373 1999-04-02  Richard Stallman  <rms@gnu.org>
9375         * progmodes/compile.el (compilation-handle-exit): Do right thing
9376         if (car status) doesn't end in a newline.
9378 1999-04-01  Dave Love  <fx@gnu.org>
9380         * progmodes/sql.el (SQL): Add defgroup :version.
9382 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
9384         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9385         buffer-file-coding-system.  If the coding system used is raw-text,
9386         etc., make the *Compiler Input* buffer unibyte.
9388         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9390         * loadup.el: Don't write the fns-...el file if not dumping.
9392 1999-03-31  Dave Love  <fx@gnu.org>
9394         * snmp-mode.el (snmp): Fix defgroup :version.
9396         * hilit-chg.el (highlight-changes): Add defgroup :version.
9398 1999-03-31  Andreas Schwab  <schwab@gnu.org>
9400         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9401         the gnus-save-hidden-threads macro.
9403 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9405         * faces.el (face-set-after-frame-default): Obey the
9406         `customized-face' for new faces.
9408 1999-03-30  Dave Love  <fx@gnu.org>
9410         * international/mule-cmds.el (current-language-environment): Doc fix.
9411         * abbrev.el (abbrev-mode): Doc fix.
9412         * autoinsert.el (auto-insert-mode): Doc fix.
9413         * complete.el (partial-completion-mode): Doc fix.
9414         * avoid.el (mouse-avoidance-mode): Doc fix.
9415         * delsel.el (delete-selection-mode): Doc fix.
9416         * font-lock.el (global-font-lock-mode): Doc fix.
9417         * help.el (temp-buffer-resize-mode): Doc fix.
9418         * hscroll.el (hscroll-global-mode): Doc fix.
9419         * icomplete.el (icomplete-mode): Doc fix.
9420         * mouse-sel.el (mouse-sel-mode): Doc fix.
9421         * paren.el (show-paren-mode): Doc fix.
9422         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9423         * time.el (display-time-mode): Doc fix.
9424         * type-break.el (type-break-mode): Doc fix.
9425         * which-func.el (which-func-mode-global): Doc fix.
9426         * winner.el (winner-mode): Doc fix.
9428 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
9430         * wid-edit.el (widget-before-change): Signal text-read-only rather
9431         than an ordinary error.
9433 1999-03-30  Richard M. Stallman  <rms@gnu.org>
9435         * repeat.el: Don't require advice.
9436         (repeat): Do function-indirection in check for kbd macro.
9437         In self-insert case, use the *last* char in INSERTION.
9439 1999-03-30  Karl Heuer  <kwzh@gnu.org>
9441         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9443 1999-03-29  Andreas Schwab  <schwab@gnu.org>
9445         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9446         comint-input-filter-functions.  Make variables related to shell
9447         directory tracking local.
9449 1999-03-26  Andreas Schwab  <schwab@gnu.org>
9451         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9453         * simple.el (shell-command-on-region): Cope with exit-status being
9454         nil, which happens if call-process-region was interrupted.
9456 1999-03-26  Richard M. Stallman  <rms@gnu.org>
9458         * simple.el (indent-new-comment-line): Handle use at a point
9459         after a comment-end.  Handle multiple comments.
9461         * mail/rmail.el (rmail-decode-babyl-format):
9462         To prevent locking, bind buffer-file-name to nil.
9464 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
9466         * mail-hist.el (mail-hist-current-header-name): Don't make
9467         off-by-one-error when determining if in message body.
9469 1999-03-25  Andrew Innes  <andrewi@gnu.org>
9471         * w32-fns.el (set-default-process-coding-system): Copied from
9472         dos-w32.el, but modified to use Unix line endings for process
9473         input, and to add a suitable entry to process-coding-system-alist
9474         for DOS shells.
9476         * dos-fns.el (set-default-process-coding-system): Copied from
9477         dos-w32.el.
9479         * dos-w32.el (set-default-process-coding-system): Move function to
9480         dos-fns.el; a different version is used in w32-fns.el.
9482 1999-03-24  Dave Love  <fx@gnu.org>
9484         * info.el (Info-directory-list): Revert change to re-writing
9485         Info-default-directory-list, but put `alternative' first.
9486         (Info-insert-dir): Modify selecting the top dir file as a consequence.
9488 1999-03-23  Simon Marshall  <simon@gnu.org>
9490         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9491         on the line by itself.
9492         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
9493         it is not in a declarative context.
9495 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9497         * cus-edit.el (custom-variable-prompt): Allow customization of
9498         autoloaded symbols.
9500 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
9502         * simple.el (what-cursor-position): Don't cause error when point
9503         is at invalid multibyte sequence.
9505 1999-03-21  Karl Heuer  <kwzh@gnu.org>
9507         * complete.el (partial-completion-mode): Doc fix.
9509 1999-03-19  Richard M. Stallman  <rms@gnu.org>
9511         * progmodes/cplus-md.el (old-c++): Remove :group.
9513         * progmodes/c-mode.el (old-c): Remove :group.
9515 1999-03-18  Simon Marshall  <simon@gnu.org>
9517         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9518         (java-font-lock-keywords-2): Added "strictfp" keyword.
9520 1999-03-17  Jason Rumney <jasonr@altavista.net>
9522         * w32-fns.el (set-w32-system-coding-system) New function.
9523         (w32-system-coding-system) Initialize to 'iso-latin-1.
9525 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
9527         * international/mule-cmds.el (set-language-environment): Fix
9528         previous change: don't use dos-codepage when unbound.
9530 1999-03-17  Karl Heuer  <kwzh@gnu.org>
9532         * calendar/appt.el (appt-make-list): Fix previous change.
9534 1999-03-16  Richard M. Stallman  <rms@gnu.org>
9536         * window.el (shrink-window-if-larger-than-buffer):
9537         Don't try to redisplay with the cursor at the end
9538         on its own line--that would force a scroll and spoil things.
9540 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
9542         * international/mule-cmds.el (set-language-environment): Don't use
9543         cpNNN-nonascii-translation-table if it is unbound.
9545         * term/internal.el (dos-codepage-setup): Compute the unibyte
9546         syntax table and bind unibyte-display-via-language-environment
9547         here, rather than at top level, so that resetting to unibyte in
9548         .emacs works as expected.
9550 1999-03-15  Simon Marshall  <simon@gnu.org>
9552         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9554 1999-03-14  Milan Zamazal <pdm@pvt.net>
9556         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9558 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9560         * international/mule-util.el (detect-coding-with-priority):
9561         Restore the internal database.
9563 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9565         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9566         if mail-from-style has invalid value.
9568 1999-03-12  Karl Heuer  <kwzh@gnu.org>
9570         * vc.el (vc-delete-logbuf-window): New var.
9571         (vc-finish-logentry): Use it.
9573 1999-03-12  Richard M. Stallman  <rms@gnu.org>
9575         * startup.el (command-line-1): Improve startup msg.
9577 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
9579         * speedbar.el: Added commentary about stealthy functions.
9580         (speedbar-message) new function.
9581         (speedbar-y-or-n-p): New function
9582         (speedbar-with-attached-buffer) Moved macro before reference.
9583         Now uses `save-selected-window'.
9584         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9585         speedbar-generic-item-info, speedbar-item-info-file-helper,
9586         speedbar-item-delete, speedbar-insert-generic-list,
9587         speedbar-timer-fn, speedbar-check-vc-this-line,
9588         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9589         speedbar-buffers-item-info) Use speedbar-message.
9590         (speedbar-item-info) Limit `message-log-max'.
9591         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9592         speedbar-item-delete, speedbar-item-object-delete,
9593         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9595 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
9597         * server.el (server-start): Set coding system for the server
9598         process to raw-text.
9599         (server-process-filter): Decode file names if necessary.
9601 1999-03-12  Dave Love  <fx@gnu.org>
9603         * textmodes/fill.el (sentence-end-double-space): Doc fix.
9605         * textmodes/paragraphs.el (sentence-end): Doc fix.
9607 1999-03-11  Karl Heuer  <kwzh@gnu.org>
9609         * comint.el (comint-password-prompt-regexp): Accept "login password:"
9611 1999-03-09  Karl Heuer  <kwzh@gnu.org>
9613         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9614         (ispell-dictionary-alist-2): Likewise.
9615         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9616         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9617         (ispell-dictionary-alist): Build from six pieces, not just two.
9619         * ps-bdf.el (bdf-directory-list): Doc fix.
9621         * enriched.el (enriched-mode): Make var permanent-local.
9623 1999-03-09  Dave Love  <fx@gnu.org>
9625         * textmodes/sgml-mode.el (html-mode): Use
9626         sentence-end-double-space when setting sentence-end.
9628 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
9630         * language/thai.el (tis-620): New alias coding system for thai-tis620.
9632 1999-03-08  Felix Lee  <flee@cygnus.com>
9634         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9636         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9638 1999-03-08  Karl Heuer  <kwzh@gnu.org>
9640         * dired-aux.el (dired-do-copy-regexp): Doc fix.
9641         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9643         * dired.el (dired-do-copy-regexp): Doc fix.
9644         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9646 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
9648         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9650 1999-03-08  Jason Rumney <jasonr@altavista.net>
9652         * international/codepage.el (cp1250-decode-table)
9653         (cp1251-decode-table, cp1253-decode-table)
9654         (cp1257-decode-table): New translation tables for MS Windows codepages.
9655         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9657 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9659         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9661 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
9663         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9665         * term/internal.el (top level): Display character 255 as 8bit as well.
9667 1999-03-06  Dave Love  <fx@gnu.org>
9669         * progmodes/cc-cmds.el (c-outline-level): Bind
9670         buffer-invisibility-spec.
9672         * progmodes/c-mode.el (c-outline-level): Likewise.
9674         * progmodes/ada-mode.el (ada-outline-level): Likewise.
9676 1999-03-05  Felix Lee  <flee@cygnus.com>
9678         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9680 1999-03-05  Richard M. Stallman  <rms@gnu.org>
9682         * bindings.el (complete-symbol): Invert meaning of prefix arg.
9684 1999-03-05  Andrew Innes  <andrewi@gnu.org>
9686         * w32-fns.el (convert-standard-filename): Convert directory
9687         separators to Windows format.
9689 1999-03-05  Andreas Schwab  <schwab@gnu.org>
9691         * international/skkdic-cnv.el: Provide skkdic-cnv.
9692         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9693         (batch-skkdic-convert): Doc fix.
9695 1999-03-04  Dave Love  <fx@gnu.org>
9697         * custom.el (custom-set-variables): Protect against setter errors.
9699 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
9701         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9702         the file sizes from overflowing.
9703         (ls-lisp-format): If file size is a float, use %8.0f to print it.
9704         Under -s, print the size in blocks with %4.0f, in case they have
9705         a *really* huge file.
9707 1999-03-03  Dave Love  <fx@gnu.org>
9709         * options.el (edit-options): Doc fix.
9710         (list-options): Don't lose with unbound symbols.  Maintain
9711         Edit-options-mode.
9713 1999-03-01  Dave Love  <fx@gnu.org>
9715         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9717 1999-02-28  Richard M. Stallman  <rms@gnu.org>
9719         * ispell.el (ispell-dictionary-alist-override): New variable.
9720         (ispell-dictionary-alist): Don't setq it,
9721         if ispell-dictionary-alist-override is set.
9723         * simple.el (shell-command-default-error-buffer): Renamed from
9724         shell-command-on-region-default-error-buffer.
9725         (shell-command-on-region): Mention in echo area when there
9726         is some error output.  Mention success or failure, too.
9727         Accumulate multiple error outputs
9728         going forward, with formfeed in between.  Display the error buffer
9729         when we have put something in it.
9730         (shell-command): Add the ERROR-BUFFER argument feature.
9732 1999-02-28  Karl Heuer  <kwzh@gnu.org>
9734         * mail/mh-utils.el (mh-lib): Doc fix.
9735         (mh-lib-progs, mh-nmh-p): New vars.
9736         (mh-find-progs): Set mh-lib-progs along with other vars.
9737         (mh-path-search): New arg FUNC-P; if specified, use that instead
9738         of mh-file-command-p.
9739         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9741         * mail/mh-comp.el (mh-repl-formfile): New var.
9742         (mh-smail-batch): Don't ignore all arguments.
9743         (mh-reply): Do the right thing when using nmh.
9745 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
9747         * international/mule-cmds.el (select-safe-coding-system): Be sure
9748         to show a buffer being decoded.
9750 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9752         * ps-bdf.el (bdf-directory-list): Initialize it to
9753         '("/usr/local/share/emacs/fonts/bdf").
9755 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9757         * ps-print.el: PostScript programming fix.
9758         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9759         setpagedevice operator).
9761 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9763         * ps-print.el: Doc fix, font size specifies landscape and portrait
9764         sizes.
9765         (ps-print-version): New version number (4.1.4).
9766         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9767         Specifies landscape and portrait sizes.
9768         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9769         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9770         fix.
9771         (ps-get-font-size): New fun.
9772         (ps-font-size-internal, ps-header-font-size-internal)
9773         (ps-header-title-font-size-internal): New vars.
9775         * ps-mule.el: Change of ps-print font size variable name.
9776         (ps-mule-generate-font): Fun fix.
9777         (ps-mule-begin-job): Programming uniformization.
9779 1999-02-25  Dave Love  <fx@gnu.org>
9781         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9782         (help-make-xrefs): Do Info case first.
9784         * repeat.el: Don't require advice.
9785         (repeat-last-kill-command): Variable deleted.
9787 1999-02-25  Richard Stallman  <rms@gnu.org>
9789         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9790         case just because the current buffer is the output buffer.
9792 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9794         * simple.el (what-cursor-position): To show the character's
9795         encoding, use encoded-string-description instead of information
9796         of chaset-origin-alist.
9798         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9799         (encoded-code-description): New function.
9800         (encoded-string-description): New function.
9801         (encode-coding-char): New function.
9803 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9805         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9806         checking for .emacs[.el[c]].
9808 1999-02-24  Richard Stallman  <rms@gnu.org>
9810         * help.el (describe-function-1): Don't print a whole lambda-function.
9812 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9814         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9815         inputting ?\240.
9817 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9819         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9821         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9822         (clean-buffer-list-kill-buffer-names): Doc fix.
9824         * gud.el (gud-jdb-massage-args): Spelling fix.
9826 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9828         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9830 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9832         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9833         excursion while calling set-auto-coding-function.
9835         * play/handwrite.el (handwrite): Require ps-print, and use
9836         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9837         if it's defined, instead of forking ps-lpr-command unconditionally.
9839 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9841         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9842         charset-origin-alist property to a coding system for the codepage.
9844         * international/mule.el: Modify comment for charset-origin-alist
9845         property of a coding system.
9847         * simple.el (what-cursor-position): charset-origin-alist property
9848         of a coding system may be a translation table or a symbol of which
9849         `translation-table' property is a translation table.
9851 1999-02-21  Richard Stallman  <rms@gnu.org>
9853         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9854         to the "html" template.
9856 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9858         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9860 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9862         * dirtrack.el (dirtrack): Check for the prompt in the input string
9863         instead of the buffer.
9865 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9867         * sql.el: Set version to 1.4.1.  Changed mail address to
9868         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9869         (sql-input-ring-separator): Doc fix.
9870         (sql-mode-syntax-table): double-dash starts comments is defined as
9871         ". 56" instead of ". 12b" for XEmacs.
9872         (sql-stop, sql-interactive-mode): Doc fixes.
9873         (sql-postgres): Queries for database and server, not just one.
9874         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9876         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9877         changed.  This is needed for master.el to work.
9878         (sql-set-sqli-buffer): Use the new hook.
9880         * sql.el (sql-make-alternate-buffer-name): Function that sets
9881         sql-alternate-buffer-name.
9882         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9883         (sql-interactive-mode): Set sql-alternate-buffer-name.
9884         (sql-rename-buffer): New command.
9885         (sql-interactive-mode-menu): Menu for SQLi buffers.
9887         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9888         and sql-input-ring-file-name are used to temporarily set
9889         comint-input-ring-file-name and comint-input-ring-separator when
9890         reading and writing input history files.
9892         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9893         (sql-input-ring-file-name): New variable with customization.
9894         (sql-input-ring-separator): New variable with customization.
9895         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9896         Callers changed.
9897         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9898         now includes the name of the current buffer.
9900         (sql-mode): Set paragraph-separate and paragraph-start so that
9901         sql-send-paragraph sends the entire SQL statements, even if it
9902         contains indented lines.
9904 1999-02-18  Dave Love  <fx@gnu.org>
9906         * format.el (format-encode-run-method, format-decode-run-method):
9907         Fix previous change.
9909 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9911         * international/mule.el (coding-system-list): Moved here from
9912         mule-util.el to avoid autoloading mule-util by the call of
9913         select-safe-coding-system.
9915 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9917         * simple.el (turn-on-auto-fill): Mark it as an option for
9918         `text-mode-hook'.
9920 1999-02-17  Richard Stallman  <rms@gnu.org>
9922         * emacs-lisp/easymenu.el (easy-menu-get-map):
9923         Don't crash if (current-local-map) is nil.
9925 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9927         * filecache.el (file-cache-filter-regexps): Added .class.
9929 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9931         * international/mule-util.el (decompose-region): Use
9932         insert-buffer-substring instead of insert-buffer to avoid putting
9933         mark.
9935 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9937         * calendar/cal-move.el (scroll-calendar-left): Don't set
9938         displayed-month and displayed-year here, let generate-calendar do
9939         it, after range checking.
9941 1999-02-17  Simon Marshall  <simon@gnu.org>
9943         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9945         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9946         correctly between an object declared via a constructor and a method.
9947         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9948         (java-font-lock-keywords-1): Fontify package names individually.
9949         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9950         (java-font-lock-keywords-2): Simplify type fontification.
9951         (java-font-lock-keywords-3): Likewise.
9953 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9955         * language/japanese.el (iso-2022-jp-2): New coding system.
9956         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9958 1999-02-16  Dave Love  <fx@gnu.org>
9960         * help.el (describe-function-1): Accept non-symbols.
9962 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9964         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9965         find the last match if there are multiple matches.
9967 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9969         * tex-mode.el (tex-run-command, latex-run-command)
9970         (slitex-run-command, tex-command): Doc changes.
9971         (tex-start-options-string): Autoload it.  Doc change.  Provide
9972         a menu for customization.  Allow nil.  Quote backslashes only once.
9973         (tex-start-tex): Handle nil value of tex-start-options-string
9974         and apply shell-quote-argument to it.
9976 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9978         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9979         the size in blocks, since it can be a float.
9980         (ls-lisp-format): Likewise
9982 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9984         * language/japanese.el (japanese-shift-jis): Add
9985         charset-origin-alist property.
9987 1999-02-15  Richard Stallman  <rms@gnu.org>
9989         * progmodes/compile.el (compile-internal): Use save-selected-window.
9991         * subr.el (momentary-string-display): Bind inhibit-read-only.
9993         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9995 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9997         * mail/rmail.el (rmail-show-message): If an unseen message has a
9998         Summary-line in its header, get past one more line before looking
9999         for the X-Coding-System header.
10001 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10003         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10004         explicitly to accomodate Windows 9X lack of a useful copy program.
10006 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10008         * wid-edit.el (widget-choice-value-create): Use `equal'
10009         instead of `eq'.
10011 1999-02-14  Richard Stallman  <rms@gnu.org>
10013         * international/iso-transl.el:
10014         (iso-transl-ae): Renamed from iso-transl-e-slash.
10015         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10016         (iso-transl-AE): Renamed from iso-transl-E-slash.
10017         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10018         (iso-transl-char-map): Related changes.
10020         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10022 1999-02-13  Richard Stallman  <rms@gnu.org>
10024         * textmodes/texinfmt.el (texinfo-alias): New function.
10025         (texinfo-fold-nodename-case): Add defvar.
10026         (texinfo-format-node): Do case folding if specified.
10028         * ffap.el (ffap-file-at-point): Test local file names
10029         immediately.  Strip off line numbers.
10031 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
10033         * sql.el: Set version to 1.3.2
10034         (sql-solid-program): Added support for solid.
10035         (sql-help): Doc mentions sql-solid.
10036         (sql-solid): Entry function for Solid.
10037         (sql-buffer): Doc explains the use of the variable and how to
10038         change it.
10039         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10040         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10041         disabled if sql-buffer doesn't have a process; sql-send-paragraph
10042         is new.
10043         (sql-show-sqli-buffer): New function to display the value of
10044         sql-buffer.
10045         (sql-change-sqli-buffer): New function to change sql-buffer.
10046         (sql-mode): Doc explains how to change sql-buffer.
10047         (sql-send-paragraph): New function to send a paragraph.
10048         (sql-mode-map): Added keybinding for sql-send-paragraph.
10049         (sql-mysql): Doc corrected.
10050         (sql-ms): Doc corrected.
10052         * sql.el (sql-server): Doc fix.
10053         (sql-mysql): Added the use of sql-server to specify the host,
10054         sql-database now specifies database instead of host.
10055         (sql-mode-menu): Send... menu items are only active if sql-buffer
10056         is non-nil.
10057         (sql-help): Changed tag of entry functions a bit.
10059         * sql.el: Added keywords from `finder-by-keyword'.
10060         (sql-mode): Made sql-buffer a local variable, changed the
10061         documentation: removed instructions to add *.sql files to
10062         auto-mode-alist, added documentation for having mutliple SQL
10063         buffers sending their stuff to different SQLi buffers, each
10064         running a different process.
10065         (sql-postgres): Quoted *SQL* in doc string.
10066         (sql-ms): Likewise.
10067         (sql-ingres): Likewise.
10068         (sql-ingres): Quoted *SQL* in doc string, added references to
10069         sql-user and sql-password used during login.
10070         (sql-sybase): Quoted *SQL* in doc string, added comma.
10071         (sql-oracle): Likewise.
10072         (sql-interactive-mode): Added extensive documentation for having
10073         mutliple SQL buffers sending their stuff to different SQLi
10074         buffers, each running a different process.
10075         (sql-buffer): Changed doc from *SQL* to SQLi.
10076         (sql-get-login): Doc fix.
10078 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10080         * international/mule-conf.el (undecided): Set ascii in
10081         safe-charsets property.
10083 1999-02-12  Richard Stallman  <rms@gnu.org>
10085         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10087 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10089         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10090         value to ps-mule-font-info-database-latin.
10092 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
10094         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10095         (ps-mule-font-info-database-default): New variable.
10096         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10097         ps-mule-font-info-database-default.
10099 1999-02-12  Dave Love  <fx@gnu.org>
10101         * timezone.el (timezone-make-date-sortable)
10102         (timezone-make-date-arpa-standard): Doc fix.
10104 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10106         * international/quail.el (quail-show-kbd-layout): Bind
10107         blink-matching-paren to nil.
10109         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10110         for ASCII and Latin-1.
10112 1999-02-12  Andreas Schwab  <schwab@gnu.org>
10114         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10116 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
10118         * international/mule-cmds.el (language-info-alist): Remove
10119         description about charset-origin-alist.
10121         * international/mule.el: Comment added for a new coding system
10122         property `charset-origin-alit'.
10123         (make-translation-table): This variable deleted.
10125         * language/chinese.el (chinese-big5): Add charset-origin-alist
10126         property.
10127         ("Chinese-CNS"): Remove charset-origin-alist property.
10129         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10130         property.
10131         (cyrillic-alternativnyj): Likewise.
10132         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10133         ("Cyrillic-ALT"): Likewise.
10135         * language/vietnamese.el (vietnamese-viqr): Add
10136         charset-origin-alist property.
10137         ("Vietnamese"): Remove charset-origin-alist property.
10139         * simple.el (what-cursor-position): Don't use the varialbe
10140         charset-origin-alist, but use charset-origin-alist property of
10141         buffer-file-coding-system to decide external character set code.
10143 1999-02-10  Richard Stallman  <rms@gnu.org>
10145         * shadowfile.el: Don't turn on the mode when the file is loaded.
10147 1999-02-09  Richard Stallman  <rms@gnu.org>
10149         * progmodes/compile.el (compile-auto-highlight): Customize.
10151         * add-log.el (add-log-file-name-function): New variable.
10152         (add-change-log-entry): Call that function, if non-nil.
10154 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
10156         * rmail.el (rmail-search): Track match with a marker, not an integer.
10158 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10160         * progmodes/compile.el (compilation-setup): Set value of
10161         compilation-directory-stack as in compilation-forget-errors.
10162         (compile-reinitialize-errors): Bind buffer-undo-list and
10163         deactivate-mark.
10164         (compilation-forget-errors): Likewise.
10166 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
10168         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10169         def... constructs.
10171         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10172         Remove calls to sleep-for.
10174 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
10176         * international/codepage.el (cp-coding-system-for-codepage-1): On
10177         MS-DOS, use dos-unsupported-char-glyph for characters not
10178         supported by the codepage.
10179         (cp-make-coding-systems-for-codepage): Likewise.
10181 1999-02-08  Andreas Schwab  <schwab@gnu.org>
10183         * international/mule-util.el (coding-system-list): Don't sort
10184         coding-system-list here.
10186         * international/mule.el (coding-system-lessp): Moved here from
10187         mule-util.el
10188         (add-to-coding-system-list): New function.
10189         (make-subsidiary-coding-system, make-coding-system,
10190         define-coding-system-alias): Use it instead of setting
10191         coding-system-list directly.
10193 1999-02-07  Dave Love  <fx@gnu.org>
10195         * calendar/appt.el (appt-make-list): Don't splice quotes and date
10196         onto message.
10198 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10200         * imenu.el (imenu--last-menubar-index-alist): Add doc.
10201         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
10203 1999-02-06  Richard Stallman  <rms@gnu.org>
10205         * language/european.el (setup-slovenian-environment): New function.
10206         ("Slovenian"): New language environment.
10208         * progmodes/sql.el (sql-help): Doc fix.
10209         (sql-mysql): Doc fix.
10211 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10213         * tex-mode.el: When compiling, require compare-w and skeleton
10214         to pacify the byte-compiler.  Move the def's of the tex-commands
10215         together.  Add a comment on kill-process vs. quit-process.
10217 1999-02-05  Dave Love  <fx@gnu.org>
10219         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10220         null markers.
10221         (compile-goto-error): Likewise.
10223 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
10225         * time-stamp.el (time-stamp-format): Format doc tighter.
10226         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10227         (time-stamp): Don't re-write the time stamp if it didn't change.
10229 1999-02-05  Alex Schroeder  <asc@bsiag.com>
10231         * progmodes/sql.el: Changed version to 1.2.1.
10232         (sql-pop-to-buffer-after-send-region): Improved documentation.
10233         (sql-mysql-program): Added MySQL support.
10234         (sql-prompt-length): Made prompt-length configurable.
10235         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10236         (sql-help): Added MySQL support, changed documentation.
10237         (sql-send-region): A message is displayed if something is sent.
10238         (sql-mode): Added buffer-local comment-start.
10239         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10240         (sql-interactive-mode): Added buffer-local comment-start.
10241         (sql-oracle): Set sql-prompt-length.
10242         (sql-sybase): Set sql-prompt-length.
10243         (sql-mysql): Added MySQL support.
10244         (sql-ingres): Set sql-prompt-length.
10245         (sql-ms): Set sql-prompt-length.
10246         (sql-postgres): Set sql-prompt-length.
10248 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
10250         * term/internal.el (dos-codepage-setup): Set selection coding
10251         system to cpNNN-dos.
10253 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10255         * international/characters.el: Let ethiopic use iso-2022-7bit.
10257 1999-02-02  Dave Love  <fx@gnu.org>
10259         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10260         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10262 1999-02-02  Karl Heuer  <kwzh@gnu.org>
10264         * terminal.el (terminal-emulator): Doc fix.
10266 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
10268         * international/mule-util.el (compose-chars): Doc-string
10269         modified.  Correctly handle a composition character in ARGS.
10271 1999-02-01  Richard Stallman  <rms@gnu.org>
10273         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10274         (makefile-menu-index-function): Function deleted.
10275         (makefile-mode): Use makefile-imenu-generic-expression.
10277 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
10279         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10280         change, invoke from before-init-hook.
10282 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
10284         * subr.el (remove-from-invisibility-spec): Cope with the case when
10285         buffer-invisibility-spec is t.
10287 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
10289         * calendar/calendar.el (calendar-mode-map): Fix bindings for
10290         appt-add and appt-delete.
10292 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
10294         * term/pc-win.el (msdos-approximate-color): New function.
10295         (msdos-color-translate): Call it to find a DOS color that best
10296         approximates an X-style "#NNNNNN" color specification.
10298 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
10300         * international/mule-util.el (compose-chars-component): Add
10301         autoload cookie.
10303 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
10305         * international/quail.el (quail-lookup-key): If cdr of MAP is a
10306         function, replace cdr of MAP by the return value of the function
10307         unconditionally.
10309 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10311         * progmodes/compile.el (compilation-next-error-locus): Don't
10312         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10314 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
10316         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10317         and NLs before "charset", and allow the charset name be in double
10318         quotes.
10320 1999-01-31  Richard Stallman  <rms@gnu.org>
10322         * imenu.el (imenu-sort-function): Fix custom type.
10324 1999-01-30  Richard Stallman  <rms@gnu.org>
10326         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10327         (speedbar-line-token): Likewise.
10329         * play/gametree.el (gametree-default-score): Use defcustom.
10330         (gametree-score-regexp, gametree-score-closer): Likewise.
10331         (gametree-score-manual-flag, gametree-score-opener): Likewise.
10333 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10335         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10336         decoding.
10338 1999-01-29  Markus Rost  <rost@gnu.org>
10340         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10341         tex-validate-buffer.
10342         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10343         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
10344         now with recent occur-mode.
10345         (tex-validate-region): Really walk through all Sexps.
10346         (tex-region): Bind shell-dirtrack-verbose.
10347         (tex-file, tex-bibtex-file): Likewise.
10349 1999-01-29  Dave Love  <fx@gnu.org>
10351         * finder.el: (finder-commentary): Fix interactive spec.  Try
10352         appending .el to file name.
10353         (finder-find-library, finder-commentary): Doc fixes.
10355 1999-01-29  Andrew Innes  <andrewi@gnu.org>
10357         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10358         where the userid contains directory separators.
10360 1999-01-29  Dave Love  <fx@gnu.org>
10362         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10363         (lm-commentary): Doc fix.
10365 1999-01-29  Andreas Schwab  <schwab@gnu.org>
10367         * files.el (file-expand-wildcards): Never consider `.' and `..' a
10368         wildcard match.  Fix regexp that tests if dirpart contains
10369         wildcard characters.
10371 1999-01-28  Richard Stallman  <rms@gnu.org>
10373         * font-lock.el (font-lock-default-unfontify-region):
10374         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10376 1999-01-27  Jason Rumney <jasonr@altavista.net>
10378         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10379         from FAMILY field.
10380         (w32-create-initial-fontsets): Do not use before-init-hook.
10381         (mouse-set-font): Document.  Automatically create and use fontsets.
10383         * dos-w32.el (direct-print-region-helper): Check for printer
10384         being t as well as a string.
10386 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
10388         * mail/rmail.el (rmail-decode-mime-charset): New variable.
10389         (rmail-mime-charset-pattern): New variable.
10390         (rmail-convert-to-babyl-format): Decode by MIME-charset if
10391         rmail-decode-mime-charset is non-nil.
10393 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
10395         * international/characters.el: Set category `q' for all characters
10396         in tibetan and tibetan-1-column.
10398 1999-01-27  Andrew Innes  <andrewi@gnu.org>
10400         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10401         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10403 1999-01-27  Dave Love  <fx@gnu.org>
10405         * international/mule-cmds.el (current-language-environment):
10406         Provide :link, :type (choices) and appropriate :get.
10408 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
10410         * startup.el (command-line): Set default eol-mnemonic-* strings to
10411         display end-of-line format in mode line.
10413         * cus-start.el (all): Add eol-mnemonic-* variables.
10415 1999-01-26  Dave Love  <fx@gnu.org>
10417         * startup.el (command-line-1): Up-date copyright.
10419         * paths.el (Info-default-directory-list): Use configdir twice.
10421         * info.el (Info-directory-list): Don't set path-separator now
10422         we're not shipped with Texinfo.  Simplify path definition.
10423         Substitute all occurrences of instdir in Info-default-directory-list.
10425 1999-01-25  Richard Stallman  <rms@gnu.org>
10427         * startup.el (normal-top-level-add-subdirs-to-load-path):
10428         Record the inode numbers of the dirs processed, to avoid loop.
10430         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10432 1999-01-25  Dave Love  <fx@gnu.org>
10434         * browse-url.el (browse-url-netscape-program): Doc addition.
10436         * help.el (help-make-xrefs): Default info references to an `(emacs)'
10437         prefix.
10439         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10440         auto-mode-alist.
10442 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10444         * calendar/diary-lib.el (mark-diary-entries): Use
10445         assoc-ignore-case and do not capitalize when matching month and
10446         day names.
10448         * calendar/calendar.el (calendar-read-date): Ditto.
10450         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10451         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10453         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10455         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10457         * calendar/cal-islam.el (calendar-goto-islamic-date)
10458         (mark-islamic-diary-entries): Ditto.
10460         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10462         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10463         (calendar-read-mayan-tzolkin-date): Ditto.
10465         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10467 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
10469         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10471 1999-01-25  Karl Heuer  <kwzh@gnu.org>
10473         * faces.el (list-faces-display): Multiline case of previous fix.
10475 1999-01-25  Andreas Schwab  <schwab@gnu.org>
10477         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10479 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
10481         * files.el (find-file): If find-file-noselect returns a list,
10482         do switch-to-buffer on each element.
10483         (find-file-other-window): Likewise for all but the first element.
10484         (find-file-other-frame): Same.
10485         (find-file-noselect): When we expand a wildcard, return a list
10486         of buffers.
10488 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
10490         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10491         to set the appropriate cpNNN-dos coding system as the
10492         highest-priority coding system.
10494 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10496         * international/fontset.el (generate-fontset-menu): Return a
10497         sorted list by plain names of fontsets.
10499         * international/mule-diag.el (list-fontsets): Sort fontsets by
10500         plain names.
10502         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10503         FIRST is a composite character, decompose it at first.
10505 1999-01-23  Dave Love  <fx@gnu.org>
10507         * format.el: Doc fixes.
10508         (format-encode-run-method): Have things happen in the right buffer.
10509         Deal with errors from method.  Set coding-system-for-write.
10510         (format-decode-run-method): Have things happen in the right buffer.
10511         Deal with errors from method.  Set coding-system-for-read.
10512         (format-alist): Use nil instead of unmatchable regexps.
10514         * simple.el (shell-command-on-region): Return command's exit status.
10516 1999-01-23  Eric Ludlam  <zappo@gnu.org>
10518         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10519         of the file whose info we want to display.
10520         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10521         (speedbar-add-mode-functions-list) Improve doc.
10522         (speedbar-line-token) New function.
10523         (speedbar-dired) Fix order of directories in -shown-directories.
10524         (speedbar-line-path): Default return is default-directory
10525         (speedbar-buffers-line-path): Return is dir name only.
10526         (speedbar-mode-functions-list): New variable.
10527         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10528         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10529         speedbar-files-item-info speedbar-buffers-item-info): New functions.
10530         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10531         New functions.
10532         (speedbar-line-file): Broke out part that fetches file from a line.
10533         (speedbar-line-text): New function extracted from speedbar-line-file.
10534         (speedbar-line-path): Converted into a replaceable function.
10535         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10537 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10539         * international/fontset.el (create-fontset-from-x-resource): Make
10540         style variants.
10542 1999-01-22  Dave Love  <fx@gnu.org>
10544         * paths.el (Info-default-directory-list): Put sysdir after start.
10546 1999-01-22  Sam Steingold  <sds@goems.com>
10548         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10549         a process associated with it.
10551 1999-01-22  Jason Rumney <jasonr@altavista.net>
10553         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10555 1999-01-22  Felix Lee  <flee@cygnus.com>
10557         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10558         major-mode.
10559         (vc-annotate-mode): Delete variable.
10561 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10563         * startup.el (command-line): [windows-nt]: Check for existence of
10564         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10565         in preference to _emacs.
10567 1999-01-22  Dave Love  <fx@gnu.org>
10569         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10571 1999-01-20  Richard Stallman  <rms@gnu.org>
10573         * files.el (find-file-noselect): Do wildcard processing only
10574         if new arg WILDCARDS is non-nil.
10575         (find-file, find-file-other-window): New arg WILDCARDS.
10576         Default it to non-nil if interactive.
10577         (find-file-other-frame): Likewise.
10578         (find-file-read-only): Likewise.
10579         (find-file-read-only-other-window): Likewise.
10580         (find-file-read-only-other-frame): Likewise.
10582         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10583         (widget-plist-convert-option): Delete spurious comma.
10585 1999-01-19  Jason Rumney <jasonr@altavista.net>
10587         * term/w32-win.el (w32-standard-fontspec-spec): Change
10588         iso8859-5 to koi8-r.  Add iso8859-9.
10590 1999-01-19  Dave Love  <fx@gnu.org>
10592         * browse-url.el (browse-url-maybe-new-window): Delete macro and
10593         its uses.
10595         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10596         is active.
10597         (fortran-indent-subprogram): Likewise.
10599 1999-01-19  Dave Love  <d.love@dl.ac.uk>
10601         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10603 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10605         * wid-edit.el (alist): Use sexp as default key-type.
10607 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10609         * textmodes/tex-mode.el (tex-define-common-keys):
10610         Remove key binding of tex-feed-input.
10611         (tex-mode-map): Bind tex-feed-input here.
10612         (tex-start-shell): Use compilation-shell-minor-mode.  Set
10613         comint-input-filter-functions before running tex-shell-hook.
10614         (tex-start-tex): Forget compilation errors.
10615         (tex-compilation-parse-errors): Rewritten to work also with
10616         compile-mouse-goto-error and compile-goto-error.  Adjusted to
10617         change in tex-region.
10618         (tex-region): For the temp file use file-name without directory.
10619         (tex-file): Expand file name of tex-print-file.
10621 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10623         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
10625 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
10627         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10628         beginning could cause Emacs to hang.  Fixed.
10630 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
10632         * international/ccl.el (ccl-compile-translate-character): Handle
10633         the case that a tranlation table is CCL register correctly.
10635         * international/mule-cmds.el (select-safe-coding-system):
10636         Hightlight at most 256 characters.
10638 1999-01-18  Dave Love  <fx@gnu.org>
10640         * startup.el (command-line): If the init file changes operation to
10641         unibyte, make all buffers unibyte and re-set language environment.
10643         * disp-table.el (standard-display-european): Make all existing
10644         buffers unibyte.  Fix doc.
10646 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10648         * wid-edit.el (coding-system): Define this unconditionally.
10650         * simple.el (shell-command-on-region-default-error-buffer): New var.
10651         (shell-command-on-region): Use that variable as interactive
10652         value of ERROR-BUFFER argument.
10654 1999-01-17  Sam Steingold  <sds@goems.com>
10656         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10658 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10660         * progmodes/compile.el (compilation-goto-locus): If already in the
10661         compilation buffer's window, keep it in that window.
10662         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
10663         (compile-goto-error): Don't play with windows.
10665         * textmodes/tex-mode.el (latex-run-command): Doc fix.
10666         (tex-command): Doc fix.
10667         (tex-compilation-parse-errors): Doc fix.
10668         (tex-generate-zap-file-name): Don't start the name with -.
10669         (tex-expand-files): Works now also with strings ending with ":".
10671 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
10673         Patch failed to install:
10674         * gametree.el: Document scoring functionality.
10675         (gametree-score-regexp): Add optional plus sign.
10676         (gametree-score-opener): Replace `:' with `=' as the former
10677         conflicts with gametree-half-ply-regexp.
10678         (gametree-transpose-following-leaves): Add.
10679         (gametree-insert-new-leaf): Make modifying commands barf in read
10680         only buffers.
10681         (gametree-break-line-here): Add a call to
10682         `gametree-transpose-following-leaves'.  This maintains the
10683         necessary invariant that on each level all leaf children precede
10684         all nonleaf children.  This has always been implied, but left to
10685         the user, and, unfortunately, undocumented.
10687 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10689         * wid-edit.el (plist, alist): New widget types.
10691 1999-01-17  Dave Love  <fx@gnu.org>
10693         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10694         fix scope of condition-case therein.
10696 1999-01-17  Andrew Innes  <andrewi@gnu.org>
10698         * dos-w32.el: (find-buffer-file-type-coding-system): Use
10699         default-buffer-file-coding-system when file doesn't exist (and
10700         isn't covered by a special case) instead of forcing undecided-dos
10701         against the user's wishes.
10703         * dos-w32.el (direct-print-region-helper): New function based on
10704         direct-print-region-function; sends data to specified printer port
10705         without further translation.  Recognize and handle specially the
10706         standard `print' and `nprint' programs, as well as `lpr' and
10707         similar programs.  Only write directly to the printer port if no
10708         print program is specified.  Work around a bug in Windows 9x
10709         affecting Win32 version of Emacs by invoking command.com to write
10710         to the printer port instead of writing directly.
10711         (direct-print-region-function): Use direct-print-region-helper to
10712         do most of the work.
10713         (direct-ps-print-region-function): New function; analogue of
10714         direct-print-region-function for ps-print.
10715         (ps-lpr-command): Comment out setq; leave as example usage.
10716         (ps-lpr-switches): Ditto.
10718         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10719         and MS-Windows.
10720         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10721         DOS and Windows platforms, to indicate direct printing.  Update
10722         the docstring accordingly.
10724         * ps-print.el: (ps-printer-name): Update docstring about usage on
10725         MS-DOS and MS-Windows.
10726         (ps-lpr-command): Update docstring as for lpr-command.
10727         (ps-print-region-function): New variable.
10728         (ps-do-despool): Use it.
10729         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10730         DOS/Windows.
10732         * subr.el (subst-char-in-string): New function.
10734 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
10736         * international/codepage.el (cp852-decode-table): Fill a nil entry.
10738         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10739         (bdf-find-font-info): New function, looks for the first readable
10740         file from a list of alternatives.
10741         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10742         instead of bdf-get-font-info.
10743         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10744         to ps-mule-generate-bitmap-glyph.
10746         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10747         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
10748         now be a list of alternative names.
10749         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10750         (ps-mule-prepare-font): Likewise.
10752         * international/codepage.el (cp855-decode-table,
10753         cp850-decode-table): Fill some nil entries.
10755 1999-01-16  Dave Love  <fx@gnu.org>
10757         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10758         last change.
10760 1999-01-15  Dave Love  <fx@gnu.org>
10762         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10763         and change regexp for command names.
10764         (help-xref-go-back, function-called-at-point, symbol-file)
10765         (where-is): Doc fixes.
10766         (help-xref-go-back): Remove interactive spec.
10767         (describe-function-1): Fix message for alias.  Buttomize alias
10768         name.
10770         * simple.el (join-line): New alias.
10772 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10774         * forms.el: (forms--show-record): Convert integers to string
10775         expicitly since concat will no longer accept integers.
10776         (forms-print): Use local `total-nb-records' since
10777         `forms--total-records' will be inaccessible after buffer switching.
10779 1998-01-14  Felix Lee  <flee@cygnus.com>
10781         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10783 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10785         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10787 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10789         * international/codepage.el (cp850-decode-table): Fix previous change.
10791 1999-01-14  Simon Marshall  <simon@gnu.org>
10793         * shell.el (shell-dirtrack-verbose): New custom variable.
10794         (shell-dirstack-message): Use it.
10796 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10798         * international/mule-conf.el: Coding system alias `dos' for
10799         `undecided-dos', `mac' for `undecided-mac'.
10801         * international/mule-cmds.el (describe-language-environment):
10802         Don't alter input-method-alist.
10804 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10806         * international/codepage.el (cp850-decode-table): Replace nil
10807         entries with codes of similary looking glyphs.  (Suggested by
10808         Jason Rumney <jasonr@altavista.net>.)
10810 1999-01-13  Dave Love  <fx@gnu.org>
10812         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10814         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10816 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10818         * files.el (auto-save-hook): Defvar this.
10820 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10822         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10823         faces, eliminating the need to load font-lock before loading sql.
10824         (sql-mode-oracle-font-lock-keywords): Likewise.
10825         (sql-mode-postgres-font-lock-keywords): Likewise.
10827 1999-01-11  Dave Love  <fx@gnu.org>
10829         * cus-start.el: Add inhibit-eol-conversion.
10831         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10832         the values round.
10834 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10836         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10837         Don't switch to Help mode here.
10838         (temp-buffer-setup-hook): Use help-mode-finish.
10839         (help-mode-setup): New function.
10840         (temp-buffer-setup-hook): Use help-mode-setup.
10842         * progmodes/sql.el: New file.
10844         * files.el (auto-mode-alist): Add sql-mode.
10846         * faces.el (list-faces-display): Improve the formatting
10847         by computing the maximum length required for any face-name.
10849 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10851         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10853 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10855         * term.el (term_send_home): Change the string to
10856         be the same as the one emitted by xterm and consistent with the
10857         ones emitted by prior and next.
10858         (term_send_end): Likewise.
10860 1999-01-10  Dave Love  <fx@gnu.org>
10862         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10863         bindings.
10865 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10867         * international/codepage.el (codepage-setup): Doc fix.
10868         (cp-decoding-vector-for-codepage): Likewise.
10870 1999-01-10  Markus Rost  <rost@gnu.org>
10872         * cus-edit.el (custom-save-delete): First scan the custom-file.
10874 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10876         * international/iso-transl.el: Define a "function name" for
10877         each translation that isn't ASCII.  Use these function names
10878         in iso-transl-char-map.
10880 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10882         * international/mule-util.el (decompose-region): Do decomposition
10883         on temporary unibyte buffer.
10885         * international/mule.el (make-char): Doc-string modified.
10887 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10889         * simple.el (comment-region): Delete spaces only if we
10890         deleted a comment starter.
10892 1999-01-07  Dave Love  <fx@gnu.org>
10894         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10896         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10897         like eval-defun does.
10899         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10901         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10902         constructions.  Doc fixes.
10903         (generic-create-generic-function): Use defalias, not fset.
10905         * find-func.el: More doc fixes.
10907 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10909         * files.el (save-buffers-kill-emacs): Show the list of current
10910         processes before prompting to kill them and exit.
10912 1999-01-06  Dave Love  <fx@gnu.org>
10914         * emacs-lisp/find-func.el: Doc fixes.
10915         (find-function-regexp): Extend for define-generic-mode,
10916         define-derived-mode, easy-mmode-define-minor-mode.
10918 1999-01-06  Dave Love  <fx@gnu.org>
10920         * progmodes/fortran.el (fortran-window-create): Account for scroll
10921         bar width.
10923         * browse-url.el: Require (noerror) w3-auto when compiling.
10924         (browse-url-maybe-new-window): Make it a macro and revert last
10925         change to callers.
10926         (browse-url-w3): Require w3 for w3-fetch-other-window.
10928 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10930         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10931         argument.
10933 1999-01-06  Simon Marshall  <simon@gnu.org>
10935         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10937         * font-lock.el (font-lock-default-fontify-buffer): When using
10938         with-temp-message, use nil rather than current-message.
10940         * lazy-lock.el (lazy-lock-unstall):
10941         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10942         rather than current-message.
10944         * fast-lock.el (fast-lock-save-cache-1):
10945         (fast-lock-cache-data): When using with-temp-message, use nil rather
10946         than current-message.
10948 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10950         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10951         the valid-codes property.
10953         * international/mule-cmds.el (prefer-coding-system): Call
10954         set-coding-priority, so that the internal array of priorities is
10955         also updated.
10957         * international/mule-util.el:
10958         (coding-system-change-eol-conversion,
10959         coding-system-change-text-conversion): Don't define here.
10961         * international/mule-cmds.el: Define them here.  Remove the
10962         autoload cookies.
10964 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10966         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10967         if it was enabled before.
10969         * view.el (View-revert-buffer-scroll-page-forward): Bind
10970         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10972         * files.el (recover-session): Preserve point when inserting
10973         explanation.
10975 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10977         * cus-edit.el (custom-save-delete): Don't delete whitespace
10978         and comments before the sexp that is replaced.
10980 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10982         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10984 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10986         * vc.el (vc-dired-hook): Use the original value of
10987         dired-move-to-filename-regexp on lines that have not been
10988         reformatted yet.
10989         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10990         file lines have already been reformatted.
10992 1999-01-05  Dave Love  <fx@gnu.org>
10994         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10995         buffer-local.
10997 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10999         * progmodes/f90.el: Change of regular expressions for type to
11000         correct highlighting and identation. Some small fixes for
11001         compatibility with XEmacs.
11003 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11005         * mspools.el (mspools-vm-system-mail): Provide an alternative
11006         value based on rmail-spool-directory if $MAIL is not defined.
11008 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11010         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11011         (reftex-section-info): Handle negative section levels.
11012         (reftex-view-crossref-extra): New option.
11013         (reftex-view-crossref): Generalized to work in more places.
11014         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11015         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11016         (reftex-view-cite-locations-from-bibtex): New command.
11017         (reftex-view-regexp-match, reftex-global-search,
11018         reftex-global-search-continue): New functions.
11019         (reftex-extract-bib-entries): No error for non-existing BibTeX
11020         file, just a message.
11021         (reftex-extract-bib-entries): Better error handling.
11022         (reftex-select-with-char): Use `*RefTeX Select*' for selection
11023         help and force it on current frame.
11024         (reftex-default-bibliography): New function.
11025         (reftex-access-parse-file): Check consistency after loading a
11026         parse file.  When inconsistent, enfore rescan.
11027         (reftex-check-parse-consistency): New function.
11028         (easy-menu-define): Options section drastically shortened.
11030 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
11032         * language/thai-util.el (thai-compose-string): New function.
11034 1999-01-04  Inge Frick  <inge@nada.kth.se>
11036         * easymenu.el (easy-menu-define): Doc fix.
11037         (easy-menu-create-menu): New keyword :included.
11038         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
11039         be an expression, not only a string.  Simulate style `button'.
11040         Use easy-menu-define-key-intern instead of easy-menu-define-key.
11041         (easy-menu-define-key-intern): New function.
11042         (easy-menu-add-item): Understand value returned from
11043         easy-menu-item-present-p and easy-menu-remove-item.
11044         (easy-menu-return-item): New function.
11045         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11047 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
11049         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11050         Use rmail-output-read-rmail-file-name to read the file name.
11051         Always call rmail-output-to-rmail-file noninteractively.
11052         When count > 1, do the loop here.
11053         Handle rmail-delete-after-output here.
11054         (rmail-summary-output): Similar changes.
11056         * mail/rmailout.el: Provide `rmailout'.
11057         (rmail-output-read-rmail-file-name): New function.
11058         (rmail-output-to-rmail-file): Use that.
11059         (rmail-output-read-file-name): New function.
11060         (rmail-output): Use that.
11062         * files.el (find-file-noselect): Let /: suppress wildcard matching.
11063         Error if wildcard matches no files.
11065 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
11067         * menu-bar.el (clipboard-yank): Doc fix.
11069         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11071 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
11073         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11075 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
11077         * rmail.el (rmail-encode-string): Make sure mask value is
11078         positive; (emacs-pid) returns a negative number on Windows 9x
11079         which causes odd behaviour.
11081 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
11083         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11084         and about w32-* variables unless on Windows/NT.
11086 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
11088         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11089         if buffer is modified; ask about all modified buffers.
11091 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11093         * simple.el (what-cursor-position): Fix previous change.
11095 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
11097         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11098         from paragraph-start.
11100 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11102         * international/mule-cmds.el (prefer-coding-system): If the
11103         argument requires specific EOL conversion type, make the default
11104         coding systems use that.
11106 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
11108         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11109         Use shell-command-on-region.
11110         (m4-start-m4, m4-end-m4): Functions deleted.
11112 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
11114         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11116 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11118         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11119         to compose-mail in the correct places and as a list.
11121 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
11123         * page-ext.el: Added mouse-selection feature for pages directory buffer.
11124         (pages-directory-map): Bind mouse-2
11125         (pages-copy-header-and-position): Put text property.
11126         (pages-directory-goto-with-mouse): New function.
11128 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
11130         * international/codepage.el (cp-make-coding-systems-for-codepage):
11131         Doc fix.
11132         (cp-coding-system-for-codepage-1): Likewise.
11134 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
11136         * language/thai-util.el (thai-post-read-conversion): Handle Thai
11137         composition sequence correctly here instead of calling
11138         thai-compose-region.
11140         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11141         newline in multibyte buffer, if previous or next character is a
11142         composite char, check the first component of the composite char.
11144 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
11146         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11147         and track-mouse.
11149 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11151         * mail/sendmail.el (mail-yank-original): Remove text properties
11152         after insertion.
11153         (mail-yank-region): Barf if no mark is set in the message
11154         being replied to.
11156         * help.el (function-called-at-point): First look for function at point.
11158 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11160         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11162 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11164         * simple.el (what-cursor-position): Print character encoding also.
11166 1998-12-26  Dave Love  <fx@gnu.org>
11168         * textmodes/flyspell.el: If local-maps work, don't put
11169         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11170         in flyspell-mouse-map (only).
11171         (flyspell-use-local-map): New variable.
11172         Use a different mouse-2 binding in that case,
11173         and don't add to minor-mode-map-alist.
11174         (make-flyspell-overlay, flyspell-correct-word):
11175         Test flyspell-use-local-map.
11177 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11179         * files.el (file-expand-wildcards): Handle wildcards in directory name.
11180         Be careful about whether to return a relative file name,
11181         and if so, relative to what directory.
11183 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11185         * emacs-lisp/easymenu.el (easy-menu-get-map):
11186         Change global map only if this menu exists in the global map already,
11187         and not in the local map.
11188         (easy-menu-do-add-item): Fix error message.
11190         * foldout.el (foldout-inhibit-key-bindings):
11191         Avoid concatenating onto outline-minor-mode-prefix.
11192         Make a new keymap for that prefix, if it does not already have one.
11194 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
11196         * cperl-mode.el:
11197         Can use linear algorithm for indentation if Emacs supports it.
11198         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
11199         (cperl-after-block-p):  Likewise.
11200         (cperl-after-block-and-statement-beg): Likewise.
11201         (cperl-after-block-p):  After END/BEGIN we are a block.
11202         (cperl-after-expr-p):   Skip labels when checking
11203         (cperl-indent-region):  Make a marker for END - text added/removed.
11204         Disable hooks during the call (how to call them later?).
11205         Now indents 820-line-long function in 6.5 sec (including
11206         syntaxification) the first time (when buffer has few
11207         properties), 7.1 sec the second time.
11208         (cperl-indent-region):  Do not indent whitespace lines
11209         (cperl-style-alist)
11210                 Include `cperl-merge-trailing-else' where the value is clear.
11211         (cperl-styles-entries): Likewise.
11212         (cperl-problems):       Improvements to docs.
11213         (cperl-tips):           Likewise.
11214         (cperl-non-problems):   Likewise.
11215         (cperl-mode):           Make lazy syntaxification possible.
11216         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11217         `font-lock-unfontify-region-function' was set to a wrong function.
11219         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11220         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
11221         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11222         but 1<<6 was considered as HERE-doc.
11223         <file/glob> made into a string.
11224         Postpone addition of faces after syntactic step.
11225         Recognition of <FH> was wrong.
11226         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
11227         Knows that split// is null-RE.
11228         Highlights separators in 3-parts expressions as labels.
11229         <> was considered as a glob.
11230         Would err if the last line is `=head1'.
11231         $a-1 ? foo : bar; was a considered a regexp.
11232         `<< (' was considered a start of HERE-doc.
11233         mark qq[]-etc sections as syntax-type=string
11234         Was not processing sub protos after a comment ine.
11235         Was treating $a++ <= 5 as a glob.
11236         Tolerate unfinished REx at end-of-buffer.
11237         `unwind-protect' was left commented.
11238         / and ? after : start a REx.
11240         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11241         Better default, customizes to `message' too, off in text-mode.
11243         (cperl-array-face): Renamed from `font-lock-emphasized-face',
11244         `defface'd.
11245         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11246         `defface'd.
11247         (cperl-emacs-can-parse):        New state variable.
11248         (cperl-indent-line):    Corrected to use global state.
11249         (cperl-calculate-indent):       Likewise.
11250         (cperl-fix-line-spacing):       Likewise (not used yet).
11251         (cperl-calculate-indent):       Did not consider `,' as
11252         continuation mark for statements.
11253         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11254         Remove another parse-data optimization at toplevel: would
11255         indent correctly.
11256         Correct for labels when calculating indentation of continuations.
11257         Docstring updated.
11258         (cperl-choose-color):   Converted to a function (to be
11259         compilable in text-mode).
11260         (cperl-dark-background):        Disable without window-system.
11261         Do `defface' only if window-system.
11262         (cperl-fix-line-spacing):       Sped up to bail out early.
11263         (x-color-defined-p): Was not compiling on XEmacs
11264         Was defmacro'ed with a tick.  Remove another def.
11265         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11266         (cperl-unwind-to-safe): New function.
11267         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11268         (cperl-fontify-syntaxically): Unwinds start and end to go out of
11269                                      long strings (not very successful).
11270         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
11271         Highlight the starting // in s//foo/ as function-name.
11272         Emit a meaningful error instead of a cryptic one for an
11273         uncomplete REx near end-of-buffer.
11275         (cperl-electric-keyword):       `qr' recognized.
11276         (cperl-electric-else):          Likewise
11277         (cperl-to-comment-or-eol):      Likewise
11278         (cperl-make-regexp-x):  Likewise
11279         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
11280         Corrected to use new macros;
11281         `if' for copying `reference-face' to `constant-face' was backward.
11282         remove init `font-lock-other-emphasized-face',
11283         `font-lock-emphasized-face', `font-lock-keyword-face'.
11284         Interpolate `cperl-invalid-face'.
11285         (cperl-make-regexp-x):  Misprint in a message.
11286         (cperl-syntaxify-unwind): New configuration variable
11287         (cperl-fontify-m-as-s): New configuration variable
11288         (cperl-electric-pod):   Check for after-expr was performed
11289         inside of POD too.
11290         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11291         (cperl-clobber-mode-lists): New configuration variable.
11292         (cperl-not-bad-style-regexp):   Updated.
11293         Init:                   `cperl-is-face' was busted.
11294         (cperl-make-face):      New macros.
11295         (cperl-force-face):     New macros.
11296         (font-lock-other-type-face): Done via `defface' too.
11297         (cperl-nonoverridable-face):    New face.  Renamed from
11298         `font-lock-other-type-face'.
11299         (cperl-init-faces-weak):        Use `cperl-force-face'.
11300         (cperl-comment-indent): Commenting __END__ was not working.
11301         (cperl-indent-for-comment):     Likewise.
11302         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
11303         When removing old TAGS info was not relativizing filename.
11304         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11305         Another try to work around XEmacs problems.  Better progress messages.
11306         (toplevel):             Require custom unprotected => failure on 19.28.
11307         (cperl-xemacs-p):       Defined when compile too
11308         (cperl-find-tags):      Was writing line/pos in a wrong order,
11309         pos off by 1 and not at beg-of-line.
11310         (cperl-etags-snarf-tag): New macro
11311         (cperl-etags-goto-tag-location): New macro
11312         (cperl-version):        New variable.  New menu entry
11313         random docstrings:      References to "future" 20.3 removed.
11314         Menu was described as `CPerl' instead of `Perl'
11315         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11316         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11317         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
11318         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11319         `font-lock-reference-face', `font-lock-keyword-face'.
11320         Use `eval-after-load'.
11321         Remove not-CPerl-related faces.
11322         (cperl-tips-faces):     New variable and an entry into Mini-docs.
11323         (cperl-indent-exp):     Was not processing else-blocks.
11324         (cperl-get-state):      NOP line removed.
11325         (cperl-ps-print):       New function and menu entry.
11326         (cperl-ps-print-face-properties):       New configuration variable.
11327         (cperl-invalid-face):   New configuration variable.
11328         (perl-font-lock-keywords):      Highlight trailing whitespace
11329         (cperl-contract-levels):        Documentation corrected.
11330         (cperl-contract-level):         Likewise.
11331         (cperl-ps-extend-face-list):    New macro.
11332         (cperl-invalid-face):   Change to ''underline.
11334 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
11336         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11337         for read-file-name.
11338         (rmail-output-to-rmail-file): Likewise.
11340 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11342         * emacs-lisp/easymenu.el (easy-menu-get-map):
11343         If MENU is nil, use global menu-bar map.
11344         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11345         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11347 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11349         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11351 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11353         * ps-print.el (ps-print-version): New version number (4.1.3).
11355 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
11357         * international/mule-cmds.el: Use make-sparse-keymap instead of
11358         define-prefix-key when defining MULE menu items.
11360         * info.el (Info-node-at-bob-matching): New function.
11361         (Info-find-node, Info-build-node-completions): Call it.
11363 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
11365         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11366         when this is an autoloaded keymap.
11368 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
11370         * international/codepage.el (cp-coding-system-for-codepage-1):
11371         Create separate encoders and decoders, for DOS and Unix.  Make the
11372         usual family of 3 coding systems, so that automatic detection of
11373         EOL type works.
11374         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11375         Unix-specific symbols here, and don't call
11376         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
11377         Handa <handa@etl.go.jp>.)
11379         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11381         * term/internal.el (IT-character-translations): New variable, an
11382         alist used to display characters for which there's no glyphs in
11383         the current codepage.
11384         (IT-display-table-setup): New function, sets up the DOS terminal
11385         for a given codepage.
11386         (dos-codepage-setup): New function, sets up the MULE environment
11387         for the current value of dos-codepage.
11388         (top-level if): In the multibyte mode, turn on
11389         unibyte-display-via-language-environment.  In the unibyte mode,
11390         set up the special syntax tables to map lower- to upper case and
11391         back.
11393 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
11395         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11396         (speedbar-frame-plist) Remove useless comments.
11397         (speedbar-frame-mode) Do not specify height if it is in the param list.
11398         Use default y position w/out changing it.
11399         If default x position is a list, keep, calculate the non-list X
11400         value when devining an initial position.
11401         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11402         (speedbar-tag-group-name-minimum-length): New variable.
11403         (speedbar-frame-parameter): New compatibility function.
11404         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11405         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11406         groups to keep things in the right order, and to help with some
11407         naming conventions.
11408         (speedbar-create-tag-hierarchy): Enable buffer local version of
11409         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11410         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
11411         the case, derive it from the cursor location in speedbar.
11413 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
11415         * international/mule-cmds.el (set-language-environment): On MS-DOS
11416         terminals, install DOS-specific nonascii-translation-table if the
11417         language info doesn't specify one.  Pass the default eol-type to
11418         set-language-environment-coding-systems.
11419         (set-default-coding-systems): Copy the eol-type property for the
11420         new default values of {buffer-file,process}-coding-system from the
11421         old defaults.
11422         (set-language-environment-coding-systems): Accept an optional
11423         argument EOL-TYPE, and set the eol-type property of the default
11424         coding systems accordingly.
11425         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11426         (set-keyboard-coding-system): Likewise.
11427         (set-default-coding-systems): Don't set
11428         default-terminal-coding-system on MS-DOS to anything but nil.
11429         (prefer-coding-system): Describe in the doc string that
11430         default-terminal-coding-system is not changed on MS-DOS.
11431         (set-language-environment): For MS-DOS, set standard syntax table
11432         and display table for all characters with code above 127.
11433         (standard-display-european-internal): For MS-DOS, pass all
11434         characters with code above 127 directly to the terminal, and don't
11435         remap characters 160 and 146 in the unibyte case.
11437         * international/codepage.el: New file.
11439 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11441         * diary-lib.el (diary-float): Fix end-of-year error and typos in
11442         comments.
11444 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
11446         * map-ynp.el (map-y-or-n-p): Ignore input methods.
11448         * subr.el (read-passwd): Likewise.
11450 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
11452         * info.el (Info-find-node): Add 1 to the position read from the
11453         tag table.  Don't fail if the node delimiter ^_ is the first
11454         character in the file.
11455         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11456         first character in the file.
11457         (Info-read-subfile): Likewise.
11458         (Info-select-node): Likewise.
11459         (Info-build-node-completions): Likewise.
11461 1998-12-16  Richard Stallman  <rms@gnu.org>
11463         * term/x-win.el (x-cut-buffer-or-selection-value):
11464         If clipboard is enabled, try it before PRIMARY selection.
11466 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11468         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11469         insert c-cedilla and C-cedilla respectively, like in latin-1.
11471 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
11473         * language/hebrew.el: Don't use sublists in the flags argument
11474         passed to make-coding-system.
11476 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11478         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11479         list of character sets found by find-charset-region.
11481         * ps-mule.el: Always require ps-print.  Move some function
11482         definitions for Emacs 20.2 and the earlier to ps-print.el.
11483         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11485         * ps-print.el: Define several functions for Emacs 20.2 and the
11486         earlier version.
11487         (ps-printer-name): Check if printer-name is bound.
11489 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11491         * ps-mule.el: Programming uniformization and little code improvement.
11492         (ps-mule-prepare-font): Programming uniformization.
11493         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11494         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11496         * ps-bdf.el: Programming uniformization and little code improvement.
11497         (bdf-search-and-read): New fun.
11498         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11499         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11500         (bdf-info-relative-compose, bdf-info-baseline-offset)
11501         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11502         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11503         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11504         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11505         improvement.
11507 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11509         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11510         and mule related code extraction. Autoload ps-mule funs.
11512         * ps-mule.el: Doc fix. Require ps-print only when compiled.
11513         (ps-mule-prologue-generated): New fun.
11514         (ps-mule-plot-string): Add autoload cookie.
11515         (ps-mule-begin-job): Call ps-mule-prologue-generated.
11517 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11519         * ps-bdf.el: Require ps-mule instead of ps-print.
11520         (bdf-directory-list): Add autoload cookie.
11522         * ps-mule.el: New file.  Mule related code extracted from
11523         ps-print.el.  Require ps-print, provide ps-mule.
11524         (ps-multibyte-buffer): Add autoload cookie.
11525         (ps-mule-prepare-ascii-font): New fun.
11526         (ps-mule-set-ascii-font): New fun.
11527         (ps-mule-skip-same-charset): Fun deleted.
11528         (ps-mule-plot-string): Set ps-mule-current-charset.
11529         (ps-mule-initialize): Add autload cookie.  Don't set
11530         ps-mule-font-info-database here.
11531         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
11532         ps-mule-font-info-database and ps-control-or-escape-regexp.
11533         (ps-mule-begin-page): New fun.
11535         * ps-print.el: Mule related code moved to ps-mule.el.
11536         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11537         check ps-mule-charset-list.
11538         (ps-begin-page): Don't set ps-mule-current-charset, instead call
11539         ps-mule-begin-page.
11540         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11541         (ps-plot-region): Don't set ps-mule-current-charset, instead call
11542         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11543         instead skip same charsets by itself.
11544         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11545         non-nil.  Call ps-mule-begin-job.
11547 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11549         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11550         instead of bdf.
11552         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11553         (ps-mule-external-libraries): New element FEATURE.
11554         (ps-mule-init-external-library): Ajusted for the above change.
11555         (ps-mule-generate-font): Likewise.
11556         (ps-mule-generate-glyphs): Likewise.
11557         (ps-mule-prepare-font): Likewise.
11558         (ps-mule-initialize): Likewise.
11559         (ps-begin-file): Superfluous tailing parenthesis deleted.
11561 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11563         * international/fontset.el (x-decompose-font-name): If PATTERN
11564         doesn't have any wild cards, return a vector made from a name that
11565         is found by x-resolve-font-name found.  Comments added.
11567         * international/mule-cmds.el (find-coding-systems-for-charsets):
11568         Handle the case of unknown charset.
11569         (find-multibyte-characters): If invalid multibyte characters are
11570         found, return the corresponding strings instead of character
11571         codes.
11572         (find-multibyte-characters): Adjusted for the above change.
11573         (select-safe-coding-system): For a unibyte buffer, always returns
11574         DEFAULT-CODING-SYSTEM.
11575         (get-charset-property): Fix previous change.  Make it a function.
11576         (put-charset-property): Make it a function.
11578         * international/mule.el (make-coding-system): Set mime-charset
11579         property of *-with-esc coding system to nil.
11581         * international/quail.el (quail-point-in-conversion-region): New
11582         function.
11583         (quail-conversion-backward-delete-char): When a key sequence is
11584         being translated, call quail-delete-last-char.
11586         * language/devan-util.el
11587         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11588         handle devanagari-decomposition-rules.
11590 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
11592         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11593         tex-start-options-string to empty string.
11594         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11596 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
11598         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11599         5xx responses are already handled properly).
11601 1998-12-13  Richard Stallman  <rms@gnu.org>
11603         * progmodes/compile.el (compilation-error-regexp-alist): Insist
11604         on a non-digit in the file name.
11606         * simple.el (comment-region): Handle comment-padding
11607         separately for insertion and for deletion, in the right way for each.
11609 1998-12-13  Felix Lee  <flee@cygnus.com>
11611         * progmodes/compile.el (compilation-error-regexp-alist): Fix
11612         regexp to match "ChangeLog:1:1998-12-09 ..."
11614 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
11616         * cus-start.el (dos-unsupported-char-glyph): Add.
11618 1998-12-11  Dave Love  <fx@gnu.org>
11620         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11621         forward-sexp in condition-case.
11623         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11624         Remove unnecessary test on `library' for explicit file name.
11625         Widen scope of save-match-data.
11627 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11629         * international/mule.el (load-with-code-conversion): If the loaded
11630         file was inserted  with no-conversion or raw-text coding system,
11631         make the buffer unibyte.
11633 1998-12-09  Richard Stallman  <rms@gnu.org>
11635         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11636         Get rid of nested loops.
11638         * mouse.el (mouse-drag-vertical-line):
11639         If WHICH-SIDE is not `right', then scroll bars are on the left.
11641         * loadhist.el (load-history-loaded): defvar moved to help.el.
11643         * help.el (symbol-file-load-history-loaded): Variable renamed,
11644         and defvar moved from loadhist.el.
11645         (symbol-file): Renamed from describe-function-find-file.
11646         Load fns-VERSION.el here.
11647         (describe-variable, describe-function-1): Use symbol-file.
11649         * textmodes/tex-mode.el (tex-generate-zap-file-name):
11650         Don't start the name with #.
11652         * ispell.el: Take out the eval-when's.
11654 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
11656         * dirtrack.el (dirtrack-directory-change-hook): New hook.
11657         (dirtrack): Run it.  Make debug message more verbose.
11659 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11661         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11662         name of the abbrev table, and provide support for XEmacs.
11663         (octave-xemacs-p): New variable.
11665 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11667         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11668         exit, when mail-interactive is nil.
11670 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11672         * files.el (after-find-file): Message fix.
11674 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
11676         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11678 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
11680         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11681         filenames using backslashes.
11683 1998-12-09  Dave Love  <fx@gnu.org>
11685         * browse-url.el (browse-url-mail): Call compose-mail-other-window
11686         with correct number of args.
11687         (browse-url-maybe-new-window): New arg.  Callers changed.
11689         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11690         comment.
11692 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
11694         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11696 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
11698         * vc.el (vc-rcs-release): Fix Type.
11699         (vc-sccs-release): Fix Type.
11700         (vc-cvs-release): Fix Type.
11702         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11703         arg work right.
11705         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11706         output of last undeleted message.
11708 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
11710         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11711         (buffer-undo-list) [windows-nt]: Use different relative path.
11713 1998-12-07  Simon Marshall  <simon@gnu.org>
11715         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11717 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
11719         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11721         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11723 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
11725         * info.el (Info-menu): Don't return error if point is between menu
11726         header and first menu item.
11728 1998-12-04  Dave Love  <fx@gnu.org>
11730         * help.el (describe-function-1): Fix description for alias.
11732 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
11734         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11735         specifications from summary line.
11737         * rect.el (delete-whitespace-rectangle): Mark for autoload.
11738         (close-rectangle): Define alias only once in loaddefs.el.
11740 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
11742         * term/internal.el: Remove code which sets up a special syntax
11743         table for non-ASCII characters.
11745 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
11747         * dos-w32.el (direct-print-region-function): Try to ensure that
11748         printer-name is expanded to a file name on a local drive;
11749         sometimes printing a file loaded from a network volume fails.
11750         (direct-print-region-function): Add a function to
11751         write-region-annotate-functions to append a formfeed character to
11752         the region being printed, if the region doesn't end with a
11753         formfeed already.  This avoids creating a second print job
11754         containing a blank page when print spooling is enabled on Windows.
11756 1998-12-02  Dave Love  <fx@gnu.org>
11758         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11759         `Info-goto-node'.
11761 1998-12-02  Richard Stallman  <rms@gnu.org>
11763         * help.el (temp-buffer-resize-mode): Doc fix.
11765         * cus-edit.el (custom-save-delete): Save point before
11766         reading a sexp, rather than backing up.
11768         * international/iso-transl.el: Fix previous change.
11770 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11772         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11773         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11774         Added defvars to suppress compilation warnings.
11776 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11778         * ispell.el: Improved and fixed customize for variables:
11779         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11780         ispell-dictionary-alist, ispell-skip-sgml.
11781         Improved and fixed comments in variables and messages for
11782         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11783         ispell-menu-map, ispell-checking-message, ispell-parser,
11784         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11785         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11786         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11787         ispell-message-text-end, ispell-add-per-file-word-list.
11788         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11789         system is now required for all languages.  Casechars improved for
11790         castellano, castellano8, and norsk dictionaries.  Dictionary
11791         norsk7-tex added.  Dictionary polish added.
11792         (ispell-dictionary-alist): Redefined at load-time to support
11793         dictionary changes.
11794         (ispell-menu-map): Redefined at load-time to support menu changes.
11795         (ispell-check-version): New alias for `check-ispell-version'.
11796         (ispell-parse-output): Fixed matching for ispell error messages.
11797         Correctly returns spelling suggestions in order generated by ispell
11798         process.
11799         (check-ispell-version): Ensure `case-fold-search' doesn't get
11800         redefined.
11801         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11802         redefined.  Fix bug that didn't respect case of word being completed.
11803         (ispell-init-process): Set process coding system to be compatible
11804         with emacs processes and the ispell process.
11805         (ispell-kill-ispell): Ensures ispell process has terminated before
11806         starting new process.  This can otherwise confuse process filters
11807         and hang the ispell process.
11808         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11809         skipping support for sgml.
11810         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11811         which could cause `ispell-complete-word' to hang.
11812         (ispell-message): Improved message reference matching.  Ensure
11813         `case-fold-search' doesn't get redefined.
11814         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11815         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11816         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11817         get redefined.
11819 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11821         * textmodes/flyspell.el (flyspell-check-word-p):
11822         Don't delay inside a kbd macro.
11824         * subr.el (make-local-hook): Return the hook variable.
11826 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11828         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11829         Use a timer instead of post-command-hook.
11830         (hscroll-timer): New variable.
11832 1998-11-30  Dave Love  <fx@gnu.org>
11834         * help.el (help-xref-button): Do nothing if text already has the
11835         help-xref property.
11836         (describe-variable): Revert previous change to hyperlink to source.
11838 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11840         * bindings.el (features): Add `base64' to this list.
11842         * loadhist.el (symbol-file): Doc fix.
11844         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11846         * files.el (hack-one-local-variable): Cope with non-file buffers.
11848 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11850         * help.el (describe-mode): Put major mode first.
11852         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11853         to support special-display and same-window features.
11855 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11857         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11858         bound in one function and used in the other.
11859         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11860         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11862 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11864         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11866 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11868         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11869         Give format correct control string.
11871         * international/mule.el (define-translation-table): Fix bug of
11872         setting incorrect translation-table-id.  If the first element of
11873         ARGS is a translation table, just register it.
11875         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11876         property.
11878 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11880         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11881         syntax table to determine what is whitespace.
11883 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11885         * frame.el (frame-parameter): Doc fix.
11887         * textmodes/tex-mode.el (tex-feed-input): New function.
11888         (tex-define-common-keys): Add binding for C-c C-m.
11890 1998-11-23  Dave Love  <fx@gnu.org>
11892         * progmodes/fortran.el: Various minor doc fixes.
11893         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11894         (fortran-with-subprogram-narrowing): New macro.
11895         (fortran-check-for-matching-do): Use it.
11896         (fortran-end-do): Use fortran-check-end-prog-re.
11897         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11898         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11900 1998-11-23  Simon Marshall  <simon@gnu.org>
11902         * font-lock.el (font-lock-defaults): Doc fix.
11903         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11904         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11906         * lazy-lock.el (lazy-lock-unstall):
11907         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11909         * fast-lock.el (fast-lock-save-cache-1):
11910         (fast-lock-cache-data): Rewritten to use with-temp-message.
11912 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11914         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11915         messages that have been added with DOS line endings and convert
11916         the line endings for such messages.
11918 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11920         * help.el: Add resizing of temporary buffers.
11921         (temp-buffer-resize-mode): New command and variable.
11922         (temp-buffer-max-height): New variable.
11923         (resize-temp-buffer-window): New function.
11925         * window.el (window-buffer-height): New function, split from
11926         shrink-window-if-larger-than-buffer.
11927         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11929 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11931         * frame.el (initial-frame-alist): Add defcustom.
11933         * shell.el (shell-prompt-pattern): Add defcustom.
11935 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11937         * message.el (message-ignored-supersedes-headers): Remove
11938         NNTP-Posting-Date.
11940 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11942         * help.el (describe-mode): Don't avoid loop indirecting thru
11943         value of INDICATOR.
11945 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11947         * help.el (describe-variable): Allow any variable with a defcustom,
11948         even if it is not a user variable.
11950         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11952 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11954         * gnus/nntp.el (nntp-request-group): Allow for failures when
11955         requesting a new group.
11957 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11959         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11961 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11963         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11965 1998-11-19  Simon Marshall  <simon@gnu.org>
11967         * subr.el (with-temp-message): New macro.
11969         * emacs-lisp/lisp-mode.el (with-temp-message):
11970         Add lisp-indent-function property.
11972 1998-11-18  Dave Love  <fx@gnu.org>
11974         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11976 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11978         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11979         This is not obsolete.
11981 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11983         * textmodes/picture.el: Make a new map by make-keymap.
11984         (picture-desired-column): New variable.
11985         (picture-update-desired-column): New function.
11986         (picture-beginning-of-line): Set picture-desired-column to 0.
11987         (picture-end-of-line): Set picture-desired-column to the current
11988         column.
11989         (picture-forward-column): Pay attention to multi-column character.
11990         (picture-backward-column): Likewise.
11991         (picture-move-down): Likewise.
11992         (picture-move-up): Likewise.
11993         (picture-movement-nw): With prefix arg, move twice columns.
11994         (picture-movement-ne): Likewise.
11995         (picture-movement-sw): Likewise.
11996         (picture-movement-se): Likewise.
11997         (picture-set-motion): Handle two-column movements.
11998         (picture-move): Call picture-move-down or picture-forward-column
11999         only when necessary.
12000         (picture-insert): Pay attention to picture-desired-column.
12001         (picture-self-insert): Likewise.
12002         (picture-clear-column): Pay attention to multi-column character.
12003         (picture-mode): Modify doc-string for two-column movement.
12005         * rect.el (move-to-column-force): New function.
12006         (operate-on-rectangle): If coerce-tabs is non-nil, call
12007         move-to-column-force instead of move-to-column.
12008         (insert-rectangle): Call move-to-column-force instead of
12009         move-to-column.
12010         (open-rectangle-line): If begextra is not zero, call
12011         move-to-column-force.
12014 1998-11-16  Dave Love  <fx@gnu.org>
12016         * textmodes/sgml-mode.el Require skeleton when compiling.
12017         (sgml-font-lock-keywords-1): Accept single-letter tags.
12018         (v2): Defvar free variable.
12020 1998-11-16  Sam Steingold  <sds@goems.com>
12022         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12023         macro, not ELisp one.
12025 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12027         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12028         characters to symbol.
12030         * language/japan-util.el (japanese-zenkaku-region): New optional
12031         arg KATAKANA-ONLY.
12033 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12035         * international/mule.el
12036         (after-insert-file-set-buffer-file-coding-system): If the buffer
12037         is changed to unibyte, return inserted bytes.
12039         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12040         and link names if necessary.
12041         (tar-header-block-summarize): Handle the case that file or link
12042         names are multibyte.
12043         (tar-summarize-buffer): At first set the current buffer unibyte,
12044         then if there are multibyte file names, change it to multibyte.
12045         (tar-mode): Get char position from tar-header-offset.
12046         (tar-extract): Avoid multibyte<->unibyte conversion in
12047         insert-buffer-subsring by setting both buffers unibyte
12048         temporarily.
12049         (tar-copy): Set the buffer unibyte while doing a work.  Write
12050         without code conversion.
12051         (tar-expunge): Set the buffer unibyte while doing a work.
12052         (tar-alter-one-field): Likewise.
12053         (tar-clear-modification-flags): Compare byte position with
12054         tar-header-offset.
12055         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12056         insert-buffer-subsring by setting both buffers unibyte
12057         temporarily.  Pay attention to multibyteness while updating the
12058         descriptor-line.
12059         (tar-mode-write-file): Write without code conversion.
12061 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12063         * nngateway.el: Require cl.
12065 1998-11-15  Dave Love  <fx@gnu.org>
12067         * progmodes/fortran.el: Fix previous change:
12068         (fortran-end-prog-re1): Changed.
12069         (fortran-check-end-prog-re): New function.
12070         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12072 1998-11-13  Tom Breton  <tob@world.std.com>
12074         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12075         GNU Emacs.
12077 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
12079         * textmodes/reftex.el: (reftex-finding-files): Group documentation
12080         fixed.
12081         (reftex-toc-toggle-file-boundary,
12082         reftex-toc-toggle-labels,
12083         reftex-toc-toggle-context,reftex-find-start-point): New functions.
12084         (reftex-toc-include-labels, reftex-toc-include-context,
12085         reftex-toc-include-file-boundaries,
12086         reftex-toc-keep-other-windows): New options.
12087         (reftex-use-text-after-label-as-context): Option removed.
12088         (reftex-extract-bib-entries): Protect use in non-latex
12089         buffers.
12090         (reftex-toc-visit-location): Renamed from
12091         `reftex-toc-visit-line'.
12092         (reftex-latin1-to-ascii): Works now with and without Mule.
12093         (reftex-truncate): Removed special stuff for Emacs 20.2.
12094         (reftex-get-offset): Made more general.
12095         (reftex-show-label-location): Renamed from
12096         `reftex-select-label-callback'.
12097         (reftex-pop-to-label): Function removed (using
12098         `reftex-show-label-location' instead.
12099         (reftex-insert-docstruct): Renamed from
12100         `reftex-make-and-insert-label-list'.  Function args changed.
12101         (reftex-toc): Now uses `reftex-insert-docstruct' and
12102         `reftex-find-start-point'.
12103         (reftex-select-item): Use `reftex-find-start-point'.
12104         (reftex-toc-visit-line): Can display labels and file
12105         boundaries.
12106         (reftex-TeX-master-file): `(TeX-master-file)' protected.
12108 1998-11-12  Sam Steingold  <sds@goems.com>
12110         * browse-url.el (browse-url): Handle the case when
12111         `browse-url-browser-function' is a lambda list.
12113 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
12115         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12116         version string.
12117         * loadhist.el (symbol-file): Likewise
12119 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
12121         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12123 1998-11-11  Sam Steingold  <sds@goems.com>
12125         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12126         `run-lisp' instead of signalling an error.
12128 1998-11-11  Karl Heuer  <kwzh@gnu.org>
12130         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12132 1998-11-11  Richard Stallman  <rms@gnu.org>
12134         * vc-hooks.el (vc-toggle-read-only): Doc fix.
12136 1998-11-11  Per Starback  <starback@update.uu.se>
12138         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12139         renamed svenska8 to svenska, and fixed and extended CASECHARS
12140         for it.
12142 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
12144         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12145         handling if setpagedevice is not available.
12146         (ps-begin-file): Fix typo.
12148 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
12150         * international/mule-util.el (compose-chars-component): Signal
12151         error if CH is a rule-based composition character.
12152         (compose-chars): Signal error if an already compsed character is
12153         going to be composed by rule-base.
12155         * term/x-win.el: If a resolved ASCII font name doesn't conform to
12156         full XLFD, don't try to get information of WEIGHT and SLANT from
12157         that font name.
12159 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
12161         * dos-w32.el (set-default-process-coding-system): Use function on
12162         before-init-hook to set default-process-coding-system based on
12163         enable-multibyte-characters.
12165         * term/w32-win.el ([language-change]): For now ignore
12166         keyboard language-change events.
12168 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12170         * ediff-util.el (ediff-make-temp-file): Run the prefix through
12171         convert-standard-file-name, but leave the results of
12172         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
12173         characters if the original name already exists, or has a special
12174         handler.
12176 1998-11-10  Karl Heuer  <kwzh@gnu.org>
12178         * international/iso-insert.el: Delete autoload cookies.
12180         * international/iso-transl.el: Add autoload cookies.
12182 1998-11-10  Richard Stallman  <rms@gnu.org>
12184         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12185         (ispell-process-line): Don't treat multibyte
12187 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
12189         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12190         setpagedevice to specify the page size if setpagedevice is
12191         available.  This is necessary to select the correct paper tray on
12192         Level 2 printers with multiple paper sizes available.
12194         (ps-begin-file): Cope with font names that contain spaces, and
12195         call BeginDoc in a BeginSetup/EndSetup block.
12197 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
12199         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12200         convert-standard-filename.
12202         * loadhist.el (symbol-file): Run fns-VERSION.el through
12203         convert-standard-filename.
12205 1998-11-06  Richard Stallman  <rms@gnu.org>
12207         * textmodes/texinfmt.el (texinfo-format-scan):
12208         Detect the case of two @-commands in a row; process just the first.
12209         (texinfo-append-refill): If line has a @c, insert the @refill
12210         before it.
12211         (texinfo-format-refill): Return with point where the @refill was.
12213         * files.el (hack-local-variables): Test local-enable-local-variables.
12214         (hack-local-variables-prop-line): Likewise.
12215         (set-auto-mode): Don't test local-enable-local-variables here.
12216         (enable-local-variables): Doc fix.
12217         (local-enable-local-variables): Doc fix.
12218         (normal-mode): Doc fix.
12220 1998-11-06  Karl Heuer  <kwzh@gnu.org>
12222         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12224 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
12226         * simple.el (line-number-mode): Doc fix.
12228 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
12230         * international/fontset.el (create-fontset-from-fontset-spec):
12231         Give correct arg to `error'.
12233 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
12235         * textmodes/sgml-mode.el (html-mode): Doc fix.
12236         (sgml-name-8bit-mode): Fix missing format character in message string.
12238 1998-11-05  Karl Heuer  <kwzh@gnu.org>
12240         * mail/sendmail.el (sendmail-send-it): Check for failure.
12242 1998-11-05  Richard Stallman  <rms@gnu.org>
12244         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12246         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12247         (close-rectangle): Define as alias.
12249 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
12251         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12253 1998-11-05  Dave Love  <fx@gnu.org>
12255         * help.el (describe-variable): Don't quote link to source.
12257 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
12259         * gud.el (gud-common-init): Use pop-to-buffer.
12260         (same-window-regexps): Add an element that matches all gud buffers.
12262 1998-11-04  Jason Rumney  <jasonr@altavista.net>
12264         * term/w32-win.el (x-get-selection-value): Alias to
12265         x-cut-buffer-or-selection-value.
12266         (w32-standard-fontset-spec): New variable.
12267         (w32-create-initial-fontsets, mouse-set-font): Check whether
12268         new-fontset is available.
12269         (w32-use-w32-font-dialog): Enable use of set-variable.
12271 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12273         * vc.el (with-vc-file, edit-vc-file): New macros.
12275 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
12277         * international/quail.el (quail-show-guidance-buf): Call
12278         set-minibuffer-window to set minibuffer window of the current
12279         frame correctly.
12281 1998-11-03  Theodore Jump <tjump@tertius.com>
12283         * term/w32-win.el: Require fontset.
12285 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
12287         * faces.el (set-face-font): Call resolve-fontset-name on w32.
12288         (set-face-font-auto): Ditto.
12290 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
12292         * mouse.el (mouse-drag-region): Fix typo.
12294 1998-11-02  Dave Love  <fx@gnu.org>
12296         * progmodes/fortran.el Fix for fontification of strings lost somehow:
12297         (fortran-fontify-string): New function.
12298         (fortran-font-lock-keywords-1): Use it.
12300 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
12302         * comint.el (comint-file-name-quote-list): Doc fix.
12304 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
12306         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12307         build directory, not source directory.
12309         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12310         if we did not get one for the final move.
12312 1998-11-01  Dave Love  <fx@gnu.org>
12314         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12315         Don't funcall browse-url-browser-function.
12317         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12318         Don't funcall browse-url-browser-function.
12320         * fortran.el (fortran-end-prog-re1): Fix the regexp.
12322 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
12324         * files.el (revert-buffer): Doc fix.
12326 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
12328         * textmodes/tex-mode.el (tex-start-options-string):
12329         Quote the backslashes with more backslashes.
12331 1998-10-31  Dave Love  <fx@gnu.org>
12333         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12334         (webjump): Don't funcall browse-url-browser-function.
12336 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
12338         * international/quail.el (quail-start-translation): Handle
12339         switching of the frame in read-key-sequence.
12340         (quail-start-conversion): Likewise.
12341         (quail-show-guidance-buf): Detach quail-guidance-buf from any
12342         windows before setting an appropriate window for it.
12343         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
12344         quail-guidance-win to nil.
12345         (quail-update-guidance): If quail-guidance-buf is not in the
12346         selected frame, call quail-show-guidance-buf again.
12348 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
12350         * progmodes/pascal.el (pascal-mode):
12351         `blink-matching-paren-dont-ignore-comments' set to t.
12353 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12355         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12357 1998-10-30  Dave Love  <fx@gnu.org>
12359         * vc.el (vc-backend-merge-news): Check for "P" output.
12361         * help.el (describe-variable): Hyperlink the definition.
12363 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
12365         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12366         (sh-set-shell): Likewise.
12368         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12370         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12371         (edebug-on-error): Fix customize type to match that of
12372         debug-on-error.
12374         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12376         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12377         report-emacs-bug-address instead of undefined bug-gnu-emacs.
12379         * international/mule-cmds.el (select-message-coding-system): Doc
12380         fix.
12382         * international/mule-diag.el (describe-coding-system): Describe
12383         all flags.
12385         * mail/sendmail.el (sendmail-coding-system,
12386         default-sendmail-coding-system): Doc fix.
12388         * simple.el (shell-command-on-region): Doc fix.
12390         * loadup.el: Write fns-*.el in current directory instead of
12391         data-directory since no installation directory exists yet.  Mark
12392         buffer unmodified afterwards.
12394         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12395         instead of data-directory since it is architecture dependent.
12396         (load-history-loaded): Update doc string.
12398 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
12400         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12401         path as a default directory when canonicalizing names.
12403         * w32-fns.el: Remove a dangling reference to a directory on the
12404         build machine.
12406 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12408         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12409         namespace related keywords such as `class', `body', `private',
12410         `variable', `namespace eval', etc.
12411         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12412         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12413         imenu and font-lock so that searches for \sw would find words
12414         containing colons.
12416         * progmodes/etags.el (initialize-new-tags-table):
12417         Do not alter find-tag-marker-ring and tags-location-ring.
12419 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
12421         * term/w32-win.el: Require fontset.
12422         (w32-init-fontsets): New function (code from x-win.el).
12424 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12426         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12427         calendar-and-diary-frame-parameters):  Add title parameter.
12429 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12431         * completion.el (dynamic-completion-mode): New function to enable
12432         the mode.  (Just loading the file now does not change anything.)
12434 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12436         * ps-print.el: User option for multibyte buffer handling and doc fix.
12437         (ps-multibyte-buffer): New user option.
12438         (ps-setup): Print new user option.
12439         (ps-print-quote): New fun.
12440         (ps-color-p, ps-mule-font-info-database-latin): New var.
12441         (ps-default-color, ps-mule-font-info-database)
12442         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12443         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12444         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12445         Little code improvement.
12446         (ps-mule-initialize): Initialize ps-mule-font-info-database.
12447         (ps-print-prologue-header, ps-font-family, ps-font-size)
12448         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12449         (ps-build-face-reference, ps-mule-font-info-database-bdf)
12450         (ps-mule-external-libraries, ps-mule-init-external-library)
12451         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12452         Doc fix.
12453         (ps-print-version): New version number (4.1.1) and doc fix.
12454         (ps-print-prologue-header): New user option.
12455         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12456         Conditional compilation for GNU Emacs and emacsens.
12457         (ps-generate-postscript-with-faces): Skip invisible text better.
12458         (ps-setup): Print new user option.
12459         (ps-print-preprint): Check if input file name exists and is unwritable.
12460         (ps-begin-file): Adjust PostScript prologue header for duplex printers
12461         and insert user PostScript prologue header comments.
12462         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12463         New funs.
12464         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12465         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12466         PostScript programming normalization.
12467         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12468         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12469         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12470         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12471         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12472         Programming style normalization.
12474 1998-10-26  Kenichi Handa <handa@etl.go.jp>
12476         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12477         version, check the value of mule-version.
12479         * international/mule-util.el (compose-region): Insert then delete
12480         to preserve markers.
12481         (decompose-region): Use search-forward for efficiency.
12483         * language/chinese.el (pre-write-encode-hz): Cancel previous
12484         change, use generate-new-buffer instead of get-buffer-create.
12485         * language/devan-util.el
12486         (in-is13194-devanagari-pre-write-conversion): Likewise.
12487         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12488         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12489         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12491 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12493         * mail/rmailsum.el (rmail-message-subject-p):
12494         Handle message whose header has not been reformatted.
12496         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12498 1998-10-25  Jason Rumney  <jasonr@altavista.net>
12500         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12501         New variables.
12502         (mouse-set-font): Use font menus instead of dialog according to
12503         w32-use-w32-font-dialog.
12505 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12507         * calendar/calendar.el (calendar-day-name-array): Add doc string
12508         correctly!
12509         (calendar-month-name-array): Add doc string correctly!
12511 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12513         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12515 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
12517         * lisp/info.el (Info-next-menu-item): Stay on top of node.
12519         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12521         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12523         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12525 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
12527         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12529 1998-10-21  Karl Heuer  <kwzh@gnu.org>
12531         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12532         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12533         (profile-filter, profile-reset-timer): Functions deleted.
12534         (profile-check-zero-init-times, profile-get-time): Likewise.
12535         (profile-find-function, profile-quit): Likewise.
12536         (profile-distinct, profile-call-stack, profile-last-time): New vars.
12537         (profile-time-list, profile-init-list): Doc fix.
12538         (profile-functions): Simplify.
12539         (profile-print): Use float.  Make output include space separators.
12540         (profile-add-time): New helper function.
12541         (profile-function-prolog): Renamed from profile-start-function.
12542         Handle profile-distinct.
12543         (profile-function-epilog): Renamed from profile-update-function.
12544         Handle profile-distinct.
12545         (profile-a-function): If the function to be profiled is an
12546         autoload form, load it.  If it's lazy-loaded, fetch it.
12547         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12548         (profile-restore-fun): Arg FUN is now a function symbol, as was
12549         documented, rather than a one-element list.
12550         (profile-finish): Call profile-restore-fun properly.
12552 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12554         * international/characters.el: Setup charset property
12555         nospace-between-words.
12557         * international/mule-cmds.el (get-charset-property): If CHARSET is
12558         composition, return nil.
12559         (put-charset-property): If CHARSET is composition, do nothing.
12561         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12562         * language/devan-util.el
12563         (in-is13194-devanagari-pre-write-conversion): Likewise.
12564         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12565         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12566         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12568         * textmodes/fill.el (sentence-end-without-period): New variable.
12569         (canonically-space-region): Pay attention to
12570         sentence-end-without-period.
12571         (fill-find-break-point): The first argument CHARSET deleted.
12572         Caller changed.
12573         (fill-region-as-paragraph): Pay attention to charset property
12574         nospace-between-words and text property nospace-between-words.
12576 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12578         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12579         an unrecognized shell.
12581 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
12583         * desktop.el (desktop-save): Include minor modes symbolically.
12584         (desktop-create-buffer): Turn on all minor modes in `mim'.
12586 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12588         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12589         (sh-font-lock-keywords): Handle rpm and rpm2.
12590         (sh-ancestor-alist): Handle rpm.
12592         * files.el (auto-mode-alist): Recognize .rpm files.
12593         Also .spec and .mspec files.
12595 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12597         * faces.el (frame-set-background-mode): Enable the function for
12598         MSDOS frames.
12600 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12602         * calendar/calendar.el (calendar-day-name-array): Add doc string.
12603         (calendar-month-name-array): Add doc string.
12605 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12607         * simple.el (kill-ring-max): Increased to 60.
12609 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
12611         * international/characters.el: Setup auto-fill-chars.
12613         * international/kinsoku.el (kinsoku): Check the variable
12614         enable-kinsoku.
12616         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12617         Don't call kinsoku directly, intead call fill-find-break-point.
12619         * textmodes/fill.el: Setup `fill-find-break-point-function'
12620         property to character sets which require `kinsoku' processing for
12621         filling.
12622         (fill-find-break-point): New function.
12623         (fill-region-as-paragraph): Don't check kinsoku-enable here.
12624         Don't call kinsoku directly, intead call fill-find-break-point.
12626 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12628         * faces.el (modify-face-read-string): Return (nil) for "none".
12629         (modify-face): Don't get error if (nil) is the argument.
12630         (face-try-color-list): Don't check whether nil is a valid color.
12632 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
12634         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12635         Print message about each directory, even in batch mode.
12637         * gnus/nntp.el: Require `cl' before using nnoo-declare.
12639         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12640         (ps-mule-string-char): No need to use sref.
12641         (ps-mule-next-index): No need to use sref.
12643         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12645         * files.el (revert-buffer-internal-hook): Add defvar.
12647         * arc-mode.el (archive-mode): Locally set file-precious-flag.
12649         * tar-mode.el (tar-mode): Locally set file-precious-flag.
12651 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
12653         * international/mule-cmds.el (default-input-method): Fix custom type.
12655         * net-utils.el (whois-server-list): Fix customization type.
12657         * shell.el (shell-input-autoexpand): Fix customization group.
12659 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
12661         * repeat.el (repeat): Handle keyboard macros properly.
12662         Handle new prefix arg after self-insert command.
12664         * repeat.el: Don't include cl even at compile time.
12665         (repeat): Avoid using `loop'.
12667         * simple.el (shell-command-on-region): Doc fix.
12668         (next-history-element): Special error message if no default.
12670 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
12672         * ps-print.el (ps-print-buffer): Doc fix.
12673         (ps-despool): Likewise.
12675         * arc-mode.el (arc-mode): Provide arc-mode.
12677 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12679         * ps-print.el (ps-print-buffer): Doc fix.
12681 1998-10-14  Dave Love  <fx@gnu.org>
12683         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12684         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12685         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12687         * progmodes/fortran.el (fortran-mode-map): Change "Join
12688         Continuation Line" to "Join Line".
12689         (fortran-font-lock-keywords-1): Add "cycle", "exit".
12691 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12693         * progmodes/fortran.el (fortran-join-line): Use
12694         `delete-indentation' instead of issuing an error message if not on
12695         a continuation line.  Provide for joining several lines using
12696         prefix arg.
12698 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
12700         * term/pc-win.el (msdos-color-values): New variable.
12701         (x-color-values): New function, emulates its namesake from
12702         src/xfns.c.
12703         (msdos-bg-mode): Add all dark colors to those which return
12704         "dark".
12706 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12708         * replace.el (keep-lines, flush-lines, how-many):
12709         Don't ignore case if arg has upper case letters.
12711 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
12713         * progmodes/vhdl-mode.el
12714         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12715         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12716         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12717         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12718         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12719         (vhdl-when): Fix indentation problem.
12720         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12721         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12722         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12724 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
12726         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12727         (ls-lisp-insert-directory): Renamed from insert-directory.
12728         (insert-directory): New function.
12730 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
12732         * simple.el (completion-fixup-function): Variable deleted.
12733         (completion-setup-function): Delete code for completion-fixup-function.
12734         * emacs-lisp/lisp.el (lisp-complete-symbol):
12735         Don't bind completion-fixup-function.
12737         * files.el (find-file-wildcards): New option.
12738         (find-file-noselect): Handle wild cards, if enabled.
12739         (file-expand-wildcards): New function.
12741         * simple.el (set-fill-column): Doc fix.
12743 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12745         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12747 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
12749         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12750         Move declaration before first use.
12751         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12752         hif-math, hif-factor): Rename token to hif-token and token-list to
12753         hif-token-list.
12754         (hif-token, hif-token-list): Declare them.
12755         (hif-find-ifdef-block): Return cons of top and bottom point
12756         instead of setting dynamically bound variables.
12757         (hide-ifdef-block, show-ifdef-block): Use return value of
12758         hif-find-ifdef-block.
12760 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12762         * subr.el (read-passwd): Use clear-this-command-keys.
12764         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12766         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12767         and ...-for-write.
12769 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12771         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12772         responses to GROUP command, since this may be called from a timer
12773         with quit inhibited.
12775 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12777         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12778         set unconditional-jump to nil.
12779         (ccl-compile-read-multibyte-character): Return nil.
12780         (ccl-compile-write-multibyte-character): Likewise.
12781         (ccl-compile-translate-character): Likewise
12782         (ccl-compile-map-multiple): Likewise.
12783         (ccl-compile-map-single): Likewise.
12785         * international/kinsoku.el: Add coding tag.
12786         (kinsoku-bol): Remove superfluous TAB in a string.
12788         * international/mule-cmds.el (find-coding-systems-for-charsets):
12789         Delete `composition' (if any) from CHARSETS.
12791 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12793         * international/mule-cmds.el (setup-specified-language-environment):
12794         Add apropos-inhibit property.
12795         (describe-specified-language-support): Likewise.
12797 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12799         * international/mule.el (make-coding-system): Create -with-esc
12800         variant coding system.
12802 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12804         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12805         (next-file): Optionally offer to revert a file's buffer,
12806         if it has an existing buffer but the file has changed.
12808         * info.el (Info-insert-dir): Detect and report problems
12809         in input files, such as "No Top node".  Return with point
12810         at the beginning of the text.
12811         (Info-find-node): Reinsert the code to handle files
12812         with no tags table; it was deleted by mistake.
12814 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12816         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12817         texinfo-find-higher-level-node repeatedly find the same node.
12818         (texinfo-find-higher-level-node): Doc fix.
12820 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12822         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12823         (smtpmail-address-buffer): Add defvar.
12824         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12826         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12828         * ffap.el (ffap-machine-p-local): Fix editing error.
12830 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12832         * faces.el (frame-set-background-mode):
12833         Don't do anythung for text-only or MSDOS frame.
12835 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12837         * international/quail.el (quail-defrule): New optional arg APPEND.
12838         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12840 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12842         * gnus/pop3.el (pop3-open-server):
12843         Set process-coding-system-alist around open-network-stream.
12845 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12847         * files.el (save-buffer): Doc fix.
12849 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12851         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12852         return DEF unchanged, not nil.  Simplify.
12854 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12856         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12858 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12860         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12862         * net-utils.el (ftp, nslookup): Require comint.
12863         (network-service-connection): Likewise.
12864         (whois-server-name): Defaults to whois.arin.net
12865         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12866         (whois): Tries to guess the appropriate top-level domain server.
12867         (whois-get-tld): New function.
12869         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12870         (dirtrack-debug-toggle): Added this function.
12872 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874         * files.el (find-file-noselect): Switch to the correct buffer
12875         before checking find-file-literally, and allow non-nil non-t
12876         rawfile params.
12878 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12880         * midnight.el (clean-buffer-list): Add autoload cookie.
12882         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12883         no-autosave.
12884         * tar-mode.el (tar-mode-revert): Likewise.
12885         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12886         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12887         * gnus/message.el (message-auto-save-directory): Renamed from
12888         message-autosave-directory.  All references changed.
12890 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12892         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12893         string.  Expose mime stuff while searching.
12895 1998-10-06  Richard Stallman  <rms@gnu.org>
12897         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12899         * replace.el (perform-replace): Position point properly
12900         before and after the recursive edit of C-r.
12902         * progmodes/etags.el (tags-reset-tags-tables): Properly
12903         find the markers in the old rings that are being discarded.
12905 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12907         * apropos.el (apropos-print): Control invalid characters.
12909         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12910         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12911         confusing customize.
12913 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12915         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12916         built-in commands.  Add more built-in commands and fix face names.
12918 1998-10-05  Simon Marshall  <simon@gnu.org>
12920         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12922 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12924         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12925         customization since it is not useful in this case.
12926         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12927         sure it gets evalled to a number.  Also verify that set-frame-name
12928         fn exists before calling it.
12930         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12931         Protect a `forward-sexp' call which could fail, and improved regex
12932         for ie, and eg abbreviations.
12934 1998-10-02  Noah Friedman  <friedman@splode.com>
12936         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12937         send-string.
12938         (rlogin-send-Ctrl-D): Here also.
12939         (rlogin-send-Ctrl-Z): Here also.
12940         (rlogin-send-Ctrl-backslash): Here also.
12942 1998-10-02  Dave Love  <fx@gnu.org>
12944         * outline.el (hide-region-body): Bind
12945         outline-view-change-hook to nil while making repeated calls to
12946         outline-flag-region.  Run it once at the end.
12947         (hide-other, hide-sublevels, show-children): Likewise.
12949         * info-look.el: Remove duplicate scheme-mode entry.
12950         (info-lookup-make-completions): When looking for entries, check
12951         that `item' isn't null or "Menu".
12953 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12955         * net-utils.el: Don't require ffap.
12956         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12957         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12959 1998-09-30  Richard Stallman  <rms@gnu.org>
12961         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12963         * imenu.el (imenu--generic-function): Sort each submenu by position.
12964         (imenu--sort-by-position): New function.
12966         * cus-edit.el (Custom-mode-menu): Fix info node name.
12967         (customize group): Fix info node name.
12969         * mail/mailalias.el (build-mail-aliases): Don't allow
12970         a newline in the alias name.  Don't define an alias
12971         if the definition would be empty.
12973         * which-func.el (which-func-mode-global): Make :set function
12974         more reliable.
12976         * custom.el (custom-set-variables): Load the requests first,
12977         then check the symbol's `set' function.
12979         * ffap.el: Doc fixes.
12981 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12983         * gnus.el: (gnus-valid-select-methods): Fix type.
12984         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12985         * gnus-score.el (gnus-orphan-score): Fix type.
12986         (gnus-score-default-header, gnus-score-default-type): Fix type.
12987         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12988         (gnus-saved-headers): Fix type.
12990         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12991         Avoid nil value of `two-lines-citation-part'.
12993 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12995         * which-func.el (which-function): Handle case when
12996         (car imenu--index-alist) is nil.
12998 1998-09-29  Dave Love  <fx@gnu.org>
13000         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13001         bzip2 args.
13003 1998-09-29  Simon Marshall  <simon@gnu.org>
13005         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13006         comint-exec-hook.
13008 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13010         * info-look.el: Add support for Octave.
13012 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13014         * textmodes/reftex.el (reftex-finding-files): New customize group.
13015         (reftex-texpath-environment-variables,
13016         reftex-use-external-file-finders, reftex-external-file-finders,
13017         reftex-search-unrecursed-path-first): New options.
13018         (reftex-process-string, reftex-find-file-externally): New
13019         functions.
13020         (reftex-access-search-path): Execute shell commands to find the
13021         search path.
13022         (reftex-toggle-auto-view-crossref): When turning on, make sure
13023         `reftex-auto-view-crossref' becomes non-nil.
13024         (reftex-abbrev-regexp): Constant removed.
13025         (reftex-convert-string): Abbrev regexp calculated locally.
13027 1998-09-28  Dave Love  <fx@gnu.org>
13029         * progmodes/fortran.el: Don't call regexp-opt when deriving
13030         font-lock patterns with keywords that aren't all literal.
13032 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
13034         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
13035         the form `octave.bin:1>' which come from using precopiled binary
13036         versions.
13038 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13040         * help.el (help-for-help): Use %THIS-KEY%.
13041         (help-quit): Add doc.
13043         * help-macro.el (make-help-screen): Keep HELP-TEXT
13044         in a separate function definition, not in the help command FNAME.
13045         Replace %THIS-KEY% with the key sequence that ran FNAME.
13047 1998-09-25  Richard Stallman  <rms@gnu.org>
13049         * textmodes/texinfo.el (texinfo-show-structure):
13050         Bind inhibit-read-only.
13052         * isearch.el (isearch-search-and-update): Properly
13053         handle upper case letters in the reverse-search special case.
13055 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13057         * gnus.el: Extend the list of autoloaded functions.
13059         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13060         buffer before creating help group. (from Gnus v5.6.43, fix by
13061         1998-08-20 Per Starback <starback@update.uu.se>)
13063         * gnus-util.el (gnus-output-to-rmail): Adjust to
13064         `rmail-output-to-rmail-file'.
13066 1998-09-25  Karl Heuer  <kwzh@gnu.org>
13068         * hexl.el (hexl-mode-map): More of previous change.
13070         * textmodes/tex-mode.el (tex-run-command): Doc fix.
13071         (tex-start-tex): Don't use tex-start-options-string in star case.
13072         Quote file name in star case as well as in non-star.
13073         Add blank and quoting of option string here.
13074         (tex-start-options-string): Not here.
13076 1998-09-23  Karl Heuer  <kwzh@gnu.org>
13078         * term.el (term-delimiter-argument-list): Doc fix.
13079         (term-emulate-terminal): Escape literal semicolon.
13080         * progmodes/asm-mode.el (asm-mode): Doc fix.
13081         (asm-comment-char): Escape literal semicolon.
13082         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13084 1998-09-23  Richard Stallman  <rms@gnu.org>
13086         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13087         only those that normally modify the buffer.
13089         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13090         over again.
13092 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
13094         * ispell.el (check-ispell-version): Ensure same buffer is current
13095         when let-binding of case-fold-search ends.
13097 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13099         * ps-print.el: Skip invisible overlay.
13100         Test for set-buffer-multibyte rather than using mule-version.
13101         (ps-print-version): New version number (4.1) and doc fix.
13102         (ps-generate-postscript-with-faces): Skip invisible overlay.
13104 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
13106         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13108 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
13110         * international/quail.el (quail-update-guidance): Check for the
13111         return value of (quail-guidance) fixed.
13112         (quail-update-translation): Bind quail-current-str locally when it
13113         calls quail-update-guidance.
13114         (quail-update-translation): If input-method-exit-on-first-char is
13115         non-nil, terminate translation only when the current input method
13116         is simple.
13118 1998-09-22  Paul Eggert  <eggert@twinsun.com>
13120         * startup.el (locale-translation-file-name): Prefer X-related names
13121         to the name used by GNU/Linux sans X.  Set to nil if no file found.
13122         (command-line): Use locale-translation-file-name if it is not nil,
13123         instead of testing for its existence again.
13124         regexp-quote the ctype before using it in a regexp.
13125         Allow a colon to appear after the ctype in the aliases file,
13126         as is done in X11R6.4.
13128 1998-09-21  Richard Stallman  <rms@gnu.org>
13130         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13132         * calendar/appt.el (appt-interval): Variable deleted.
13133         (appt-check): For minutes in between appt-display-interval times,
13134         do check, but don't display anything except an updated mode line.
13135         Count against appt-display-interval based on minutes since
13136         first display of this appointment, not based on time of day.
13137         If appt-display-mode-line, force mode line redisplay
13138         whenever appt-mode-string has changed.
13139         (appt-add, appt-delete): Add autoload cookies.
13140         (appt-check): Catch errors from calling `diary'.
13141         (appt-max-time): Renamed from max-time.
13142         (appt-now-displayed, appt-display-count): New variables.
13143         (appt-timer): Don't create one if we already have one.
13145         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13146         More general code to use the source buffer instead of the zap file.
13148         * hilit-chg.el (highlight-compare-with-file): Renamed from
13149         compare-with-file.
13151         * loadhist.el (load-history-loaded): New variable.
13152         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13154         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13156         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13157         Fix error messages.
13159 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
13161         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13162         Emacs frame.
13164 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13166         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13167         `undecided' and `undecided-unix'.
13169 1998-09-21  Dave Love  <fx@gnu.org>
13171         * help.el (help-make-xrefs): Fix typo affecting Info references.
13173         * subr.el (remove-hook): Check list values to avoid errors.
13175 1998-09-18  Noah Friedman  <friedman@splode.com>
13177         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13178         store string in eldoc-last-message without consing a new string.
13179         Rearrange logic from nested if's into cond's.
13180         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13181         Do not print message; just return string.
13182         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13183         Do not print message; just return string.
13184         Cache that string in eldoc-last-data.
13185         (eldoc-last-data): Make into a vector.
13186         (eldoc-get-fnsym-args-string): Use new data form of structure.
13187         (eldoc-get-var-docstring): Here also.
13188         (eldoc-last-data-store): New function.
13189         (eldoc-get-fnsym-args-string): Use it.
13190         (eldoc-get-var-docstring): Here also.
13191         (eldoc-docstring-first-line): Minimize interim string consing.
13192         Call substitute-command-keys on the result.
13193         (eldoc-print-var-docstrings, eldoc-print-docstring,
13194         eldoc-docstring-message): Functions removed.
13195         (eldoc-docstring-format-sym-doc): New function, functionality
13196         ripped out of eldoc-docstring-message.
13197         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13199 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
13201         * international/mule.el (make-coding-system): Doc-string modified.
13203 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
13205         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13207         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13208         customize type.
13210         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13211         type.
13213         * progmodes/compile.el (compilation-error-screen-columns): New
13214         variable.
13215         (compilation-next-error-locus): Use it to decide whether to use
13216         forward-char or move-to-column.
13218         * mail/rmail.el (rmail-movemail-program): Fix customize type.
13220         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13221         feedmail-fiddle-plex-user-list,
13222         feedmail-spray-address-fiddle-plex-list,
13223         feedmail-prompt-before-queue-user-alist,
13224         feedmail-prompt-before-queue-help-supplement,
13225         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13226         feedmail-queue-alternative-mail-header-separator): Fix customize
13227         type.
13229         * startup.el (site-run-file): Fix customize type.
13231         * speedbar.el (speedbar-initial-expansion-list-name): Fix
13232         customize type.
13234         * shell.el (shell-input-autoexpand): Fix customize type.
13236         * ps-print.el (ps-font-info-database): Add missing dots in value.
13237         Improve layout of customize type.
13239         * net-utils.el (traceroute-program-options, ping-program-options,
13240         ipconfig-program-options, netstat-program-options,
13241         arp-program-options, route-program-options,
13242         nslookup-program-options, ftp-program-options): Fix customize
13243         type.
13245         * midnight.el (clean-buffer-list-kill-regexps,
13246         clean-buffer-list-kill-buffer-names,
13247         clean-buffer-list-kill-never-buffer-names,
13248         clean-buffer-list-kill-never-regexps): Fix customize type.
13250         * man.el (Man-init-defvars): Avoid trailing nil on
13251         Man-filter-list.
13253         * lpr.el (printer-name): Fix customize type.
13255 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
13257         * international/mule-cmds.el (reset-language-environment): Call
13258         update-coding-systems-internal.
13260         * international/mule-conf.el: Call update-coding-systems-internal
13261         at the tail.
13263 1998-09-14  Dave Love  <fx@gnu.org>
13265         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
13266         use the menu-enable properties, pending doing it correctly and
13267         acceptably fast.
13269         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13271 1998-09-13  Dave Love  <d.love@dl.ac.uk>
13273         * progmodes/hideshow.el (hs-grok-mode-type): Check
13274         comment-{start,end} non-nil as well as bound.  Report an error if
13275         we can't grok the mode.
13277 1998-09-13  Richard Stallman  <rms@gnu.org>
13279         * simple.el (blink-matching-open): Don't log paren matching
13280         messages in *Messages*.
13282 1998-09-12  Richard Stallman  <rms@gnu.org>
13284         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13285         Set point-before-scroll at end even if there was an error.
13287         * ange-ftp.el (ange-ftp-insert-file-contents):
13288         Use binary mode for dumb-unix hosts as for unix hosts.
13289         (ange-ftp-copy-file-internal): Likewise.
13291         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13293         * emacs-lisp/pp.el: Doc fixes.
13295         * wid-edit.el (widget-menu-max-shortcuts): New variable.
13296         (widget-choose): Don't use single-char shortcuts if # items
13297         exceeds that many.  Use minibuffer instead.
13299 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13301         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13303 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
13305         * speedbar.el (speedbar-frame-mode): Do not set frame position if
13306         in terminal mode.
13308 1998-09-10  Noah Friedman  <friedman@splode.com>
13310         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13311         defcustom declaration.  It's wreaking too much havoc with XEmacs
13312         and older versions of Emacs, which share this code.
13314         * type-break.el (type-break-mode): Here also.
13316         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13317         `t' to add-hook also to modify the new local value.
13319 1998-09-10  Dave Love  <fx@gnu.org>
13321         * vc.el (vc-insert-headers): Doc fix.
13323 1998-09-10  Richard Stallman  <rms@gnu.org>
13325         * textmodes/flyspell.el (flyspell-mode-on): Make the
13326         ispell-... variables permanent locals.
13327         (flyspell-mode-off): Add autoload cookie.
13329         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13330         do use binary mode, just as for `unix'.
13331         (ange-ftp-host-type): If HOST is nil, return `unix'.
13333         * dired.el (dired-mark-files-containing-regexp):
13334         Don't scan directories.  Ignore non-readable files.
13336         * progmodes/compile.el (compilation-error-regexp-alist):
13337         Fix previous change: allow . and _ in command name.
13339         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13341         * uncompress.el (uncompress-while-visiting):
13342         Use just the car of what find-operation-coding-system returns.
13344         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13346         * shell.el (shell-file-name-quote-list): Add # to the value.
13348 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
13350         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13351         to make killing of ispell process work even if
13352         kill-all-local-variables has been run.
13354 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13356         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13357         loop when sexp entry ends at end of file with no newline.
13359 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13361         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13362         (Custom-reset-standard): Fix menu inconsistency.
13364         * mail/feedmail.el (feedmail-from-line): Allow t.
13365         (feedmail-message-id-suffix): Allow nil.
13367         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13368         Simplify.  Make prefix arg work right.
13370 1998-09-09  Dave Love  <fx@gnu.org>
13372         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13374         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13376 1998-09-08  Dave Love  <fx@gnu.org>
13378         * add-log.el (change-log-font-lock-keywords): Do parenthesized
13379         stuff only after file names or at start of line.  Allow parens
13380         around e-mail, as well as angles.
13382         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13383         ignore-errors too, eval'd when compile.  Require w3 stuff at load
13384         time for nicer failure if it's not available.
13386 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
13388         * comint.el (comint-arguments): Ignore backslashes when using
13389         w32 shells that expect backslashes as the directory separator.
13391 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
13393         * international/fontset.el (resolved-ascii-font): New variable.
13394         (x-complement-fontset-spec): By side effect, set
13395         `resolved-ascii-font' to the resolved name of ASCII font."
13396         (create-fontset-from-fontset-spec): Don't get a value for
13397         resolved-ascii-font from the list full-fontlist.  It is set by
13398         x-complement-fontset-spec now.
13400         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13401         version, check the value of mule-version.
13403 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
13405         * textmodes/reftex.el (reftex-view-crossref): Split up into
13406         several functions.  No longer moves to find a macro.
13407         (reftex-view-cr-cite, reftex-view-cr-ref,
13408         reftex-end-of-bib-entry): New functions.
13409         (reftex-auto-view-crossref): New value `window' allowed.
13410         (reftex-view-crossref-when-idle): Process new `window' option in
13411         (reftex-translate-to-ascii-function): New default.
13412         (reftex-label-illegal-re): Default changed, removed Latin1.
13413         (reftex-latin1-to-ascii): New function.
13414         (reftex-what-environment): Check for section regexp before use.
13415         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13416         absolute path names.
13417         (reftex-TeX-master-file): Changed sequence of file checks.
13418         (reftex-do-citation): bibview cache only with RefTeX mode on.
13420 1998-09-06  Richard Stallman  <rms@gnu.org>
13422         * progmodes/compile.el (compilation-error-regexp-alist):
13423         In first pattern (GNU utilities and other things),
13424         allow a space after the optional program name at the beginning.
13426         * mail/mail-hist.el (mail-hist-current-header-contents):
13427         Fix previous change: use mail-header-end.
13429 1998-09-06  Bill Richter  <richter@math.nwu.edu>
13431         * international/ccl.el: Doc fixes.
13432         * international/encoded-kb.el: Doc fixes.
13433         * international/fontset.el: Doc fixes.
13434         * international/kinsoku.el: Doc fixes.
13435         * international/kkc.el: Doc fixes.
13436         * international/mule-cmds.el: Doc fixes.
13437         * international/mule-conf.el: Doc fixes.
13438         * international/mule-util.el: Doc fixes.
13439         * international/mule.el: Doc fixes.
13441 1998-09-05  Eric Ludlam  <zappo@gnu.org>
13443         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13444         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13445         (checkdoc-this-string-valid-engine): Permit ? as terminating
13446         punctuation for first line sentence breaking.
13447         (checkdoc-this-string-valid): When converting a comment into a doc
13448         string, make sure " chars are \".
13449         (checkdoc-sentencespace-region-engine): Only do double space check
13450         if based on the variable `sentence-end-double-space'
13451         (checkdoc-this-string-valid-engine): ? ends valid sentence.
13452         (checkdoc-proper-noun-region-engine): Exclude items in URLs
13454 1998-09-04  Richard Stallman  <rms@gnu.org>
13456         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13457         Recognize define-skeleton as a function definer.
13459         * cus-edit.el (customize-option): Refuse to customize
13460         a variable that has no defcustom.  But if variable is autoloaded,
13461         first try to load the library that defines it.
13463         * international/iso-insert.el: Use `string' before calling `insert'
13464         so that in multibyte buffers we insert multibyte chars.
13466         * dired.el (dired-mark-files-containing-regexp):
13467         Don't use find-file; instead, insert the file in a temp buffer.
13469         * textmodes/tex-mode.el (tex-start-options-string): New option.
13470         (tex-start-tex): Use that variable.
13472         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13473         value in the `repeat' alternative a list.
13475         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13476         the inserted newline, verify that one was really inserted.
13478         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13479         remains on or remains off.
13480         (flyspell-multi-language-p): Default changed to nil.
13482         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13483         In "found in comment" case, don't beginning-of-line after forward-line.
13485         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13486         If the function definition is not a lambda, return original FORM
13487         with no error.
13489 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
13491         * net-utils.el (netstat-program-options): Changed from nil to "-a"
13492         so that by default netstat shows all network connections.
13494 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
13496         * international/quail.el: Doc fixes.
13498         * info.el (info): Don't add parens if FILE already has them.
13500 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
13502         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13503         on extension lines.
13505 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
13507         * w32-fns.el (w32-shell-dos-semantics): New function.
13509 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
13511         * international/quail.el (quail-choose-completion-string): Store
13512         completion `choice' in `quail-current-str'; don't insert it.
13514 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
13516         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
13517         argument to ps-mule-generate-bitmap-font.
13519         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13520         entry and change Latin-1 entry in the default value.
13521         (ps-mule-font-info-database-ps-bdf): New variable.
13522         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13523         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13524         registerd in FONT-SPEC.
13525         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13526         charcter width of bitmap fonts.
13527         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13528         procedure NF.
13529         (ps-begin-file): Output PostScript code for setting
13530         SpaceWidthRatio.
13531         (ps-plot-region): Use line-beginning-position to get a position of
13532         the beginning of the current line.
13534         * international/mule-cmds.el (register-input-method): Doc-string
13535         modified.
13537 1998-09-01  Dave Love  <fx@gnu.org>
13539         * international/mule-cmds.el (current-language-environment): Fix
13540         setter function.
13542 1998-09-01  Simon Marshall  <simon@gnu.org>
13544         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13545         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13546         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13547         names with font-lock-type-face.  Fontify type specs, etc., with
13548         font-lock-keyword-face.
13550 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13552         * international/fontset.el (x-complement-fontset-spec): If ASCII
13553         font is specified in FONTLIST, don't substitute it for the
13554         resolved name.
13556 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13558         * international/mule.el (charset-description): Doc fix.
13560         * language/chinese.el, language/cyrillic.el, language/czech.el,
13561         language/devanagari.el, language/ethiopic.el,
13562         language/european.el, language/hebrew.el, language/indian.el,
13563         language/japanese.el, language/korean.el, language/lao.el,
13564         language/slovak.el, language/thai.el, language/tibetan.el,
13565         language/vietnamese.el:
13566         Add coding: local variable, to avoid bootstrapping problem
13567         if you need to recompile all the Lisp files using interpreted code.
13569 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13571         * cal-china.el (chinese-year-cache): Change range of years from
13572         1989-2000 to 1990-2010.
13574 1998-08-29  Dave Love  <d.love@dl.ac.uk>
13576         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13577         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13579 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13581         * ps-print.el (ps-print-control-characters): Doc-string modified.
13582         (ps-output-string-prim): Comment format changed.
13583         (ps-do-despool): Indentation of source code changed.
13585 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
13587         * subr.el (sref): Make it an alias of aref.  Make the
13588         byte-compiler warn that it is obsolete.
13589         (char-bytes): Make the byte-compiler warn that it is obsolete.
13591         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13592         Calculate the total bytes using position-bytes instead of
13593         char-bytes.
13595 1998-08-27  Karl Heuer  <kwzh@gnu.org>
13597         * snmp-mode.el: New file.
13598         * files.el (auto-mode-alist): Add snmp-mode patterns.
13600 1998-08-27  Karl Eichwalder  <ke@suse.de>
13602         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13604 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13606         * calendar/diary-lib.el (diary-block): Doc fix..
13607         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13609 1998-08-27  Richard Stallman  <rms@gnu.org>
13611         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13612         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13613         Clear appt-mode-string if we don't put something in it.
13615 1998-08-27  Dave Love  <fx@gnu.org>
13617         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13618         dired-local-variables-file for dired-x.
13620         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13621         for compressed library files too.
13623 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
13625         * language/european.el ("Latin-1"): Modify `documentation' key value.
13626         ("Latin-2"): Likewise.
13628 1998-08-26  Karl Heuer  <kwzh@gnu.org>
13630         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13632 1998-08-26  Albert L. Ting  <alt@artisan.com>
13634         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13635         (mail-hist-current-header-contents): Use mail-text-start.
13637 1998-08-26  Richard Stallman  <rms@gnu.org>
13639         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13640         (customize-changed-options-previous-release): New variable.
13641         (customize-changed-options): Use that variable as default arg.
13643 1998-08-26  Karl Eichwalder  <ke@suse.de>
13645         * midnight.el: Require `timer' not only when compiling.
13647 1998-08-26  Per Starback  <starback@update.uu.se>
13649         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13650         buffer before creating help group.
13652 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13655         coding-system-for-write before saving.
13657 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
13659         * isearch.el (isearch-forward): Doc fix.
13661 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
13663         * emacs-lisp/find-func.el: Fix :version tags to have a string
13664         value, not a float.
13666         * cus-dep.el: Fix typo in output.
13668 1998-08-25  Dave Love  <fx@gnu.org>
13670         * repeat.el (repeat): Doc fix.
13671         [From rms:]
13672         (repeat-previous-repeated-command): New variable.
13673         (repeat): Check for real-last-command being null or repeat.  Set
13674         repeat-previous-repeated-command.
13676         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13678 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
13680         * gnus/message.el (message-send-mail-with-sendmail): Bind
13681         coding-system-for-write by the return value of
13682         select-message-coding-system.
13683         (message-send-mail-with-qmail): Likewise.
13685 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
13687         * emacs-lisp/autoload.el: Fix doc-string-elt property on
13688         define-derived-mode.
13690         * files.el (file-name-invalid-regexp):
13691         Fix regex for ms-dos without long file names.
13693 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13695         * ps-print.el: Multi-byte buffer handling.
13696         (ps-print-version): New version number (4.0) and doc fix.
13697         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13698         compilation for GNU Emacs and emacsens.
13699         (ps-generate-postscript-with-faces): Force invisible text to be
13700         visible.
13701         (dos-ps-printer): New var to avoid compilation gripes.
13703 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13705         * ps-print.el (ps-mule-plot-string): Pay attention to the case
13706         that no more characters can't be printed in the current line.
13708 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13710         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13711         greater than TO.
13713 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13715         * ps-print.el: Add codes to make ps-print.el work also on Emacs
13716         20.2 and the earlier version.
13717         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13718         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13719         (ps-mule-find-wrappoint): Likewise.
13720         (ps-mule-generate-font): Change `X' to `x' in format
13721         control-string.
13722         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13723         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13724         `restore' form procedures `BC' and `EC'.
13726 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13728         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13729         is an executable procedure.  Make LineThickness, Xshadow, and
13730         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
13731         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13732         ps-mule-font-info-database-bdf): New vars.
13733         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13734         (ccl-encode-ethio-unicode): New CCL program.
13735         (ps-mule-encode-ethiopic): New fun.
13736         (ps-mule-current-charset): New var.
13737         (ps-mule-get-font-spec, ps-mule-font-spec-src,
13738         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13739         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13740         (ps-mule-external-libraries): New var.
13741         (ps-mule-init-external-library): New fun.
13742         (ps-mule-font-cache): New var.
13743         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13744         (ps-last-font): New var.
13745         (ps-mule-prepare-font): New fun.
13746         (ps-mule-charset-list): New var.
13747         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13748         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13749         ps-mule-plot-string): New funs.
13750         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13751         New vars.
13752         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13753         ps-mule-prepare-cmpchar-font): New funs.
13754         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13755         vars.
13756         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13757         ps-mule-generate-bitmap-glyph): New funs.
13758         (ps-mule-initialize, ps-mule-begin): New funs.
13759         (ps-output-string-prim): Insert string as unibyte.
13760         (ps-output-prologue): New fun.
13761         (ps-flush-output): Handle the case of 'prologue.
13762         (ps-begin-file): Call ps-mule-initialize.
13763         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13764         printing multibyte characters.
13765         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13766         (ps-basic-plot-string): Handle the case of printing ASCII
13767         characters by external libraries (e.g. BDF).
13768         (ps-set-font): Set ps-last-font.
13769         (ps-plot-region): Handle multibyte characters, use
13770         ps-mule-plot-string for them.
13771         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13773         * bdf.el: New file.
13775 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13777         * international/mule-cmds.el (select-message-coding-system): New
13778         function.
13779         (set-language-environment-coding-systems): Set
13780         default-sendmail-coding-system.
13782         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13783         (default-sendmail-coding-system): New variable.
13784         (sendmail-send-it): Encode the message by a coding system
13785         select-message-coding-system returns.
13787 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13789         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13790         (speedbar-mode): Set buffer to read only.
13791         (speedbar-temp-buffer-show-function): For emacs don't call hook
13792         with arguments.
13793         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13795 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13797         * speedbar.el (speedbar-key-map): Fix typo.
13799 See ChangeLog.7 for earlier changes.