2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
[emacs.git] / lisp / ChangeLog
blobf88d60fa654c8d855c4b327a433ef7e9b9e1695a
1 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
3         * viper-ex.el (ex-write): set selective display to nil.
4         
5 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
7         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8         aliases for hebrew-iso-8bit.
10 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
12         * woman.el: New version from Francis J. Wright
13         <F.J.Wright@Maths.QMW.ac.uk>.
14         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15         names in environment variables regardless of the path separator.
16         (woman-topic-all-completions-1): Don't call file-name-directory-p
17         on all files, since woman-file-regexp already filters out any
18         directories.
20 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
22         * international/quail.el (quail-start-translation): Don't change
23         modified-p of the current buffer.
24         (quail-start-conversion): Likewise.
26         * international/kkc.el (kkc-region): Don't change modified-p of
27         the current buffer.
29         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
30         conform to RFC1468.
31         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
33 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
35         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
36         (speedbar-insert-button): Invisible text property fix.
37         (speedbar-directory-plus): Renamed from speedbar-directory-+
38         (speedbar-directory-minus): Renamed from speedbar-directory--
39         (speedbar-page-plus): Renamed from speedbar-file-+
40         (speedbar-page-minus): Renamed from speedbar-file--
41         (speedbar-page): Renamed from speedbar-file-
42         (speedbar-tag): Renamed from speedbar-tag-
43         (speedbar-tag-plus): Renamed from speedbar-tag-+
44         (speedbar-tag-minus): Renamed from speedbar-tag--
45         (speedbar-expand-image-button-alist): Use above renames.
47         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
48         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
49         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
50         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
51         * sb-pg.xpm: Renamed from sb-file.xpm
52         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
53         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
54         
55 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
57         * international/quail.el (quail-show-guidance-buf): Set
58         current-input-method of the guidance buffer to the name of the
59         curren input method.
61 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
63         * progmodes/compile.el (compile-internal): Style typo.
65         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
66         quote vars and functions in the docstring.
68         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
70         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
71         Don't quote lambdas.
73         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
75 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
77         * startup.el (command-line): Determine source file of compiled
78         user init file differently.  Warn if compiled user init file
79         is older than its source file.
81         * ffap.el (ffap-url-regexp): Add `https'.
82         
83 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
85         * files.el (make-backup-file-name-1): Replace slashes with `!'
86         rather than `|' (which is not allowed on Windows).  Replace the
87         drive letters with a string "drive_X".
89 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
91         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
93         * files.el (interpreter-mode-alist): Add `bash2'.
95 2000-05-22  Dave Love  <fx@gnu.org>
97         * loadhist.el (feature-symbols, file-provides, file-requires): Use
98         mapc.
99         (feature-file): Avoid calling symbol-name.  Doc fix.
100         (file-set-intersect, file-dependents): Use dolist, not mapcar.
101         (loadhist-hook-functions): Add mouse-position-function.
102         (unload-feature): Change uses of mapcar.
104         * files.el (parse-colon-path): Doc fix.
105         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
106         (set-auto-mode): Use mapc.
108         * complete.el (PC-look-for-include-file): Use :alnum: character
109         class.
110         (partial-completion-mode): Add autoload cookie.
112 2000-05-22  Sam Steingold  <sds@gnu.org>
114         * info.el (Info-fontify-node): Fixed the call to
115         `add-text-properties' (bug introduced on 2000-05-18).
117 2000-05-22  Dave Love  <fx@gnu.org>
119         * bindings.el: Remove debug-ignored-errors set in other files.
121         * progmodes/etags.el: Add to debug-ignored-errors.
122         (visit-tags-table-buffer): Clear out buffers holding old tables
123         when making a new list.
124         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
125         mapc.
127         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
128         quote keywords.
129         (cmpl-string-case-type): Use character classes.
131         * comint.el:
132         * textmodes/ispell.el:
133         * imenu.el:
134         * mail/mh-e.el:
135         * progmodes/compile.el: Add to debug-ignored-errors.
137         * dabbrev.el: Add to debug-ignored-errors.
138         (dabbrev-completion): Use mapc.
140 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
142         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
143         (woman-mapcan, woman-parse-man.conf)
144         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
145         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
146         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
147         path syntax better.
148         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
149         (woman-manpath): Call woman-parse-man.conf.
150         (woman-emulation): New defcustom, defaults to nroff.
151         (woman-font-support): New defconst.
152         (woman-use-symbol-font): New defcustom.
153         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
154         "Emulation".
155         Many functions: Doc fix.
157 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
159         * international/quail.el (quail-simple-translation-keymap): Map
160         128..255 to quail-self-insert-command.
161         (quail-keyboard-layout-alist): Add definition for "pc102-de".
163 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
165         * help.el (help-manyarg-func-alist): Typo.
167         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
168         intervals which makes it heaps simpler.
170         * newcomment.el (comment-region-internal): Go back to BEG after quoting
171         the nested comment markers.
173         * subr.el (remove-hook): Don't turn the hook's value into a list.
175 2000-05-21  Dave Love  <fx@gnu.org>
177         * edmacro.el (edmacro-parse-keys): Return vector if any elements
178         are invalid characters.
180         * international/mule-util.el (detect-coding-with-priority): Use
181         mapc.  Remove redundant lambda.
183         * international/mule-diag.el (list-non-iso-charset-chars)
184         (describe-fontset): Remove redundant lambda.
186         * emulation/crisp.el (brief-mode): New alias.
188         * emacs-lisp/ring.el (ring-elements): New function.
190         * emacs-lisp/easymenu.el (easy-menu-create-menu)
191         (easy-menu-do-add-item): Use keywordp.
193         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
195         * replace.el: Doc and error message fixes.
196         (replace-highlight): Use facep, not internal-find-face.
198 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
200         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
202         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
203         (log-edit-insert-changelog): Drop `:' as well.
205         * log-view.el: Fix file description.
206         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
207         available.
208         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
209         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
211         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
212         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
213         Print a status message if the toggle is called interactively.
214         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
215         for global minor modes and use `defcustom' for them.
216         Use add-minor-mode.
217         (easy-mmode-define-derived-mode): Remove.
218         (define-derived-mode): Fancier default docstring.
219         (easy-mmode-define-navigation): Signal an error rather than (ding).
221         * newcomment.el (comment-styles): New `box-multi'.
222         (comment-normalize-vars): Better default for comment-continue to
223         avoid whitespace-only continuations.
224         (comment-search-forward): Always move even in the no-syntax case.
225         (comment-padright): Only obey N if it's only obeyed for padleft.
226         (comment-make-extra-lines): Better handling of empty continuations.
227         Use `=' for the filler if comment-start has only one character.
228         (uncomment-region): Try handling the special `=' filler.
229         (comment-region): Allow LINES even if MULTI is nil.
230         (comment-box): Choose box style based on comment-style.
232 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
234         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
235         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
237 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
239         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
240         and insert, not subst-char-in-region.
242         * international/mule-diag.el (list-character-sets-1): Handle
243         charsets eight-bit-control and eight-bit-graphic.
244         (list-iso-charset-chars): Likewise.
245         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
246         charactes as is.  Use indent-to to align characters.
248         * international/mule-cmds.el (find-multibyte-characters): Never
249         exclude charsets eight-bit-control and eight-bit-graphic.
251 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
253         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
254         Don't quote lambdas.
256         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
258 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
260         * gud.el (gud-jdb-directories): Doc fix.
262 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
264         * newcomment.el: New file.
266 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
268         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
270 2000-05-18  Andreas Schwab  <schwab@suse.de>
272         * dired.el (dired-between-files): Also skip lines beginning with
273         `used'.
275 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
277         * msb.el (msb-menu-cond): Add choice `user'.
279 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
281         * ps-print.el: Compatibility, customization and doc fix.
282         (ps-printer-name-option): Replace defconst by defvar.
283         (ps-postscript-code-directory): XEmacs compatibility.
284         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
285         fix.
286         (ps-user-defined-prologue, ps-print-prologue-header)
287         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
288         compatibility and code fix.
289         (ps-print-background-image, ps-print-background-text):
290         Customization fix.
291         (ps-line-number-start, ps-n-up-on): New vars.
293 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
295         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
296         the indent-comment function to just return the appropriate indent.
298 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
300         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
301         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
302         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
304 2000-05-18  Dave Love  <fx@gnu.org>
306         * info.el (Info-fontify-node): Add intangible property as well as
307         invisible.
309         * calendar/appt.el (appt-make-list): Match all lines of entry.
310         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
312 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
314         * international/mule-diag.el (describe-char-after): Call
315         internal-char-font, not char-font.  If internal-char-font returns
316         nil, display "-- none --".
318 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
320         * image.el (image-type-available-p): Don't reference image-types
321         if it isn't bound.
323 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
325         * autoarg.el (autoarg-mode): Typo in the :set argument.
327 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
329         * startup.el (command-line-1): Don't signal an error if the
330         directory for auto-save-list files does not yet exist.
332 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
334         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
336 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
338         * subr.el (remove-hook): `setq' hook-value, not `set'.
340 2000-05-16  Sam Steingold  <sds@gnu.org>
342         * info.el (debug-ignored-errors): More errors to ignore.
344 2000-05-16  Dave Love  <fx@gnu.org>
346         * cus-edit.el: Don't require cl or easymenu.
347         (custom-variable-prompt): Test standard-value property, not
348         user-variable-p.
350 2000-05-16  Sam Steingold  <sds@gnu.org>
352         * subr.el (add-hook): `setq' hook-value, not `set'.
354 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
356         * startup.el (command-line-1): Mention the FAQ in the startup
357         message.
359         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
361         * progmodes/compile.el (compilation-parse-errors): Collect
362         `nomessage' regexps last.
364         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
366         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
367         to the function name.
369 2000-05-15  Dave Love  <fx@gnu.org>
371         * speedbar.el (speedbar-recenter): Typo.
372         (speedbar-expand-line): Make arg optional.
373         (speedbar-mode): Avoid a compiler warning.
375 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
377         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
378         user-specified option string is empty.
380         * mouse.el (mouse-yank-at-click): Doc fix.
382 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
384         * term/internal.el (IT-character-translations): More updates of
385         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
386         documents.
388 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
390         * env.el (getenv): New function, interactively callable.
391         (setenv, getenv): Remove autoload cookies.
393         * loadup.el: Load `env'.
395         * progmodes/f90.el: Change author's mail address.
397 2000-05-14  Dave Love  <fx@gnu.org>
399         * mail/rmail.el (rmail-show-message-hook): Customize and offer
400         goto-addr as an option.
402         * help.el (help-xref-stack): Doc fix.
403         (help-xref-following): New variable.
404         (help-make-xrefs): Use it.
405         (help-xref-go-back): Use position information from stack element.
406         (help-follow): Make position in stack element a pair.  Use
407         help-xref-following.
409         * autoarg.el: New file.
411         * faces.el: Declare more functions obsolete.
413         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
414         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
415         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
416         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
417         Remove all the setup-...-environment functions.
419 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
421         * speedbar.el: Updated the commentary section.  xemacs20p now uses
422         >= when detecting.  Require `defimage' safely.
423         (speedbar-easymenu-definition-base): Add toggle for images.
424         (speedbar-easymenu-definition-special): Add flush cache & expand.
425         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
426         (speedbar-reconfigure-keymaps-hook): New variable.
427         (speedbar-frame-parameters): Updated documentation.
428         (speedbar-use-imenu-flag): Updated custom tag
429         (speedbar-dynamic-tags-function-list): New variable.
430         (speedbar-tag-hierarchy-method): Updated doc & custom.
431         (speedbar-indentation-width, speedbar-indentation-width) New
432         variables.
433         (speedbar-hide-button-brackets-flag): Customizable.
434         (speedbar-vc-indicator): Doc update.
435         (speedbar-ignored-path-expressions): Updated default value.
436         (speedbar-supported-extension-expressions): Updated default value.
437         (speedbar-syntax-table): Remove {} paren status.
438         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
439         as "+".  Added overlay aliases.
440         (speedbar-mode): Use `speedbar-mode-line-update' instead of
441         `force-mode-line-update'.
442         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
443         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
444         `mouse-set-point'
445         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
446         (speedbar-item-info-tag-helper): Revamped to handle a wider range
447         of arbitrary text, and new helper functions.
448         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
449         filename finder.
450         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
451         (speedbar-directory-buttons): Update path search/expansion.
452         (speedbar-make-tag-line): Pay attention to
453         `speedbar-indentation-width'.  Use more care w/ invisible
454         properties.
455         (speedbar-change-expand-button-char): Call
456         `speedbar-insert-image-button-maybe'.
457         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
458         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
459         (speedbar-trim-words-tag-hierarchy)
460         (speedbar-simple-group-tag-hierarchy): New functions
461         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
462         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
463         functions.
464         (speedbar-mouse-set-point): New function
465         (speedbar-power-click): Updated documentation.
466         (speedbar-line-token, speedbar-goto-this-file): Handle more types
467         of tag prefix text.
468         (speedbar-expand-line, speedbar-contract-line): Make more robust
469         to strange text.
470         (speedbar-expand-line): Takes universal argument to flush the
471         cache.
472         (speedbar-flush-expand-line): New function.
473         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
474         Use new generator insertion method.
475         (speedbar-fetch-dynamic-tags): New function.
476         (speedbar-fetch-dynamic-imenu): Removed code now handled in
477         `speedbar-fetch-dynamic-imenu'.
478         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
479         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
480         "Revert Buffer" menu items.
481         (speedbar-buffer-buttons-engine): Be smarter when creating a
482         filename tag (for expansion purposes.).
483         (speedbar-highlight-one-tag-line,
484         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
485         (speedbar-recenter): New functions.
486         (defimage-speedbar): Image loading abstraction.
487         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
488         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
489         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
490         (speedbar-tag-type, speedbar-tag-mail): New images.
491         (speedbar-expand-image-button-alist): New variable.
492         (speedbar-insert-image-button-maybe): Insert an image over some
493         buttons.
495 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
497         * international/mule-cmds.el (encode-coding-char): An ASCII
498         character is always encodable.
500         * international/mule-conf.el: Add more information in descriptions
501         of character sets.
503         * international/mule-diag.el (describe-char-after): New function.
504         (describe-font-internal): Adjusted for the change of font-info.
505         (describe-font): Likewise.
506         (print-fontset): Rewritten for the new fontset implementation.
507         (describe-fontset): Include fontset alias names in completion.
508         (list-fontsets): Adjusted for the change of print-fontset.
510         * simple.el (what-cursor-position): If DETAIL is non-nil, call
511         describe-char-after instead of displaying the detail in the echo
512         area.
513         (syntax-code-table): Format changed.
514         (string-to-syntax): Adjusted for the above change.
516 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
518         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
520 2000-05-12  Dave Love  <fx@gnu.org>
522         * calendar/todo-mode.el: Remove some compatibility stuff and CL
523         dependence.  Use line-{beginning,end}-position, not
524         point-at{b,e}ol.  Some doc fixes.
525         (todo-position): New function.  Fix callers of position to use it.
526         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
528 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
530         * time.el (display-time-mail-icon): Use `:ascent center'.
532         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
533         handling FTP security extensions.
535 2000-05-11  Dave Love  <fx@gnu.org>
537         * calendar/todo-mode.el: New file.
539 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
541         * comint.el (comint-read-input-ring): Move reference to
542         comint-input-ring-size outside of the save-excursion.  It was
543         causing the default value to be the only one ever seen.
545         * font-lock.el: Update copyright.  Remove Simon Marshall's email
546         address on request from him.
548         * subr.el (substitute-key-definition): Add comment describing
549         the meaning of PREFIX.
551 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
553         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
555         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
556         (add-minor-mode): Don't make the variable buffer-local and add a
557         reference to define-minor-mode in the docstring.
559         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
560         HEADER/FOOTER and fix bug with trailing empty directory.
561         (cvs-append-to-ignore): Use vc-editable-p if available.
562         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
563         (vc-do-command): Tweak advice to handle the new VC.
565         * log-view.el (log-view-goto-rev): New function for the new VC.
566         (log-view-minor-wrap): Use mark-active.
568         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
569         (log-edit-changelog-full-paragraphs): New var.
570         (log-edit-insert-changelog): Remove a lonely leading `* file'.
571         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
572         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
573         (log-edit-changelog-ours-p, log-edit-changelog-entries)
574         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
575         Replace the `cvs' prefix with `log-edit'.
577         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
579         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
580         (diff-font-lock-defaults): Explicitly turn off multiline.
581         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
582         (diff-ediff-patch): Fix call to ediff-patch-file.
583         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
584         Handle comments.
586         * frame.el (automatic-hscrolling): Typo.
588         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
590 2000-05-09  Sam Steingold  <sds@goems.com>
592         * apropos.el (apropos-print): use `describe-face' instead of
593         `customize-face-other-window'.
595 2000-05-09  Dave Love  <fx@gnu.org>
597         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
599         * help.el (describe-variable): Have customize button pop the
600         help-xref stack when invoked.
601         (help-xref-symbol-regexp): Add `face'.
602         (help-make-xrefs): Check for quoted face names and adapt regexp
603         submatch numbers to cope.
604         (help-xref-interned): Maybe insert face doc too.  Separate
605         sections with a line of hyphens.
607         * faces.el:  Some doc fixes.  Declare some functions obsolete.
608         (describe-face): Add customize button.  Return the help
609         text.  Fix prompt.
611 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
613         * term/internal.el (IT-character-translations): Fix last change.
615 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
617         * woman.el: New file
618         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
620 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
622         * term/internal.el (IT-character-translations): Update ASCII
623         simulations for greek-iso8859-7, add latin-iso8859-14 and
624         latin-iso8859-15.
626         * international/mule-cmds.el (set-language-info-alist): Call
627         define-prefix-command with 3 arguments, to make the map suitable
628         for a menu.
630 2000-05-07  Dave Love  <fx@gnu.org>
632         * time.el: Small doc fixes from Pavel Janic.
634 2000-05-05  Dave Love  <fx@gnu.org>
636         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
637         list in doc string.  Don't quote keyword symbols.
638         * emacs-lisp/cl.el: Likewise
639         * emacs-lisp/cl-seq.el: Likewise
641 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
643         * abbrev.el (abbrev-mode): Make ARG optional.
645 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
647         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
649         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
651         * subr.el (substitute-key-definition): Clarify documentation.
653 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
655         * glasses.el (glasses-convert-to-unreadable): Use
656         `glasses-separator' instead of the hard-wired "_".
657         (glasses-mode): Call `glasses-make-unreadable' only in a single
658         place.
660 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
662         * term/internal.el (cjk-codepages-alist): Add associations for
663         Chinese and Korean codepages.  Remove FIXME comment.
665 2000-05-03  Dave Love  <fx@gnu.org>
667         * time.el (display-time-mail-face, display-time-use-mail-icon):
668         New option.
669         (display-time-mail-icon): New variable.
670         (display-time-string-forms): Use the above.  Fix the local-map.
672 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
674         * replace.el (query-replace-map): Add binding for `E'.
675         (query-replace-help): Extend help text.
676         (perform-replace): Allow editing the replacement string.
678         * make-mode.el (makefile-mode-abbrev-table): New variable.
679         (makefile-mode): Set local abbrev table to
680         makefile-mode-abbrev-table.
681         (makefile-font-lock-keywords): Fontify includes and conditionals.
683         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
684         set TOGGLE's value.
686         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
687         mail-interactive-insert-alias.
688         (mail-abbrev-complete-alias): New command.
689         (mail-mode-map): Bind it to `M-TAB'.
691 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
693         * language/lao-util.el (lao-compose-region): New function.
695 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
697         * files.el (recover-session): Make directories as necessary
698         if they don't exist yet.
700         * calendar/cal-french.el
701         (french-calendar-multibyte-special-days-array)
702         (french-calendar-special-days-array): Change French text.
703         (calendar-french-date-string): Change output.
704         (calendar-goto-french-date): Likewise.
706 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
708         * wid-edit.el (widget-default-active): Obey `:always-active'.
709         (widget-documentation-string-value-create): Set `:always-active'.
711 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
713         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
714         default prefix to `~/_emacs.d/auto-save.list/_s'.
715         (normal-top-level): Create the directory for auto-save files, if
716         it doesn't already exist (in the ms-dos case only).
718 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
720         * international/mule-cmds.el (set-language-environment): Don't
721         concat an integer (dos-codepage), use format instead.
723 2000-05-02  Dave Love  <fx@gnu.org>
725         * help.el (help-xref-on-pp): Check for constant symbols.
727 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
729         * startup.el (normal-top-level): Put a condition-case around
730         the code loading subdirs.el.
732 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
734         * ps-print.el: Upside-down and face background color printing,
735         line number step, doc fix.
736         (ps-print-version): New version number (5.2).
737         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
738         (ps-face-attribute-list, ps-plot-with-face): Code fix.
739         (ps-spool-config): Var fix.
740         (ps-printer-name-option): Const fix.
741         (ps-print-upside-down, ps-use-face-background)
742         (ps-line-number-step): New vars.
743         (ps-window-system, ps-lp-system): New consts.
744         (ps-face-background): New fun.
746 2000-04-28  Richard Stallman  <rms@gnu.org>
748         * files.el (make-auto-save-file-name):
749         Apply auto-save-file-name-transforms to visited file name
750         before generating auto save file name.
751         (auto-save-file-name-transforms): New variable.
753         * files.el (backup-enable-predicate):
754         Correctly test for a file under a temporary directory.
756 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
758         * subr.el (add-minor-mode): Rewritten.
760 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
762         * mail/sendmail.el (sendmail-send-it): Set
763         buffer-file-coding-system to the selected coding system for MIME
764         header.
766 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
768         * dired.el (dired-move-to-filename-regexp): Allow format where
769         YYYY is followed by two spaces.
771         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
772         in the second character class of the regexp.
774         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
775         mh-etc, too.
777         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
778         nil.
780         * subr.el (add-minor-mode): Use `set' instead of `setq'.
782         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
783         argument.
785 2000-04-27  Sen Nagata <sen@eccosys.com>
787         * emacs-lisp/crm.el (crm-completion-table): New variable.
788         (crm-collection-fn, crm-test-completion)
789         (completing-read-multiple): Use it.
791 2000-04-27  Dave Love  <fx@gnu.org>
793         * help.el (locate-library): Use mapc.
794         (help-manyarg-func-alist): Add call-process-region.
796 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
798         * subr.el (add-minor-mode): Make argument MAP optional.
800         * desktop.el (desktop-save): Save list of minor modes.
801         (desktop-create-buffer): Restore minor modes.
802         (desktop-minor-mode-table): New user-option.
804         * subr.el (add-minor-mode): New function.
806         * image.el (find-image): New function.
807         (defimage): Rewritten to find image at load time.
809         * startup.el (normal-top-level-add-to-load-path): Handle
810         case that the default directory is not in load-path.
812         * help.el: Old patch from Stefan Monnier.
813         (help-xref-on-pp): New function.
814         (describe-variable): Use it to display xrefs in a symbol's value.
816 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
818         * cus-edit.el (custom-face): Fix parenthesis.
820 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
822         * mail/rmail.el (rmail-expunge): When there are no deleted
823         messages, do nothing.
825 2000-04-26  Dave Love  <fx@gnu.org>
827         * international/mule-cmds.el (locale-translation-file-name):
828         Defvar to nil.
829         (set-locale-environment): Set it here (at runtime).
831 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
833         * replace.el (perform-replace): Add parameters START and END.  Use
834         them instead of the check for a region in Transient Mark mode.
835         (query-replace-read-args): Return two more list elements for the
836         start and end of the region in Transient Mark mode.
837         (query-replace, query-replace-regexp, query-replace-regexp-eval)
838         (map-query-replace-regexp, replace-string, replace-regexp): Add
839         optional last arguments START and END and pass them to
840         perform-replace.
842         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
843         form with additional arguments for perform-replace.
845         * progmodes/etags.el (tags-query-replace): Add parameters START
846         and END.  Construct a form with additional arguments for
847         perform-replace.
849         * simple.el (shell-command): Set default directory for "*Shell
850         Command Output" buffer.
852         * language/european.el (iso-latin-4): Fix typo.
854         * emacs-lisp/crm.el: New file.
856 2000-04-24  Dave Love  <fx@gnu.org>
858         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
859         (Custom-reset-saved, Custom-reset-standard)
860         (custom-group-value-create, custom-group-set, custom-group-save)
861         (custom-group-reset-current, custom-group-reset-saved)
862         (custom-group-reset-standard): Use mapc.
863         (custom-buffer-create-internal): Disable undo when creating items.
864         Use mapc.
865         (custom-face): Avoid redundant lambda.
867 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
869         * startup.el (auto-save-list-file-prefix): Set default to
870         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
872 2000-04-24  Sam Steingold  <sds@gnu.org>
874         * time-stamp.el (time-stamp-string-preprocess): Always convert
875         `field-result' to a string.
877 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
879         * frame.el (scrolling): New group.
880         (automatic-hscrolling): New user-option.
882         * startup.el (command-line-x-option-alist): Add `-lsp' and
883         `--line-spacing'.
885 2000-04-19  Dave Love  <fx@gnu.org>
887         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
888         (cl-mapc): Rename from mapc.  Fix the funcall.
890 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
892         * simple.el (clone-indirect-buffer-other-window): New command.
893         (clone-indirect-buffer): Add optional arg NORECROD.
894         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
896         * help.el (resize-temp-buffer-window): Use count-screen-lines.
898         * window.el (count-screen-lines): New function.
899         (shrink-window-if-larger-than-buffer): Use count-screen-lines
900         instead of window-buffer-height.
902         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
903         non-existing variable comint-input-sentinel.
904         (inferior-lisp-args-to-list): Removed.
905         (inferior-lisp): Use split-string instead of
906         inferior-lisp-args-to-list.
908         * hexl.el (hexl-insert-hex-string): New command.
910         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
911         instead of concat.
913 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
915         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
916         at the start of an existing but empty folder.
918 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
920         * ps-mule.el: Customization fix, doc fix.
921         (ps-multibyte-buffer): Customization fix.
923 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
925         * subr.el (read-passwd): Use read-char-exclusive.
927 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
929         * textmodes/texinfo.el (texinfo-insert-@email)
930         (texinfo-insert-@emph, texinfo-insert-@quotation)
931         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
932         (texinfo-mode-map): Add key bindings for them.
934         * files.el (basic-save-buffer-2): Use a template with `$'
935         instead of `#' for VMS.
937         * simple.el (clone-indirect-buffer): New function.
939 2000-04-16  Stephen Eglen  <stephen@gnu.org>
941         * iswitchb.el (iswitchb-case): New function.  If the user input
942         contains any upper-case characters, the search is made
943         case-sensitive.
945 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
947         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
948         comment-end.
949         (texinfo-font-lock-syntactic-keywords): New var.
950         (texinfo-font-lock-keywords): Remove comment regexp.
951         (texinfo-insert-block): New function.
952         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
953         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
954         and font-lock-defaults.  Use regexp-opt for outline-regexp.
955         (texinfo-environments): New var.
956         (texinfo-environment-regexp): Use regexp-opt and
957         texinfo-environments.
959         * textmodes/ispell.el (ispell-menu-map-needed): Check that
960         ispell-process is bound since this might be eval'd before ispell
961         is loaded.
962         (ispell-message): Use a tiny bit less magic and a bit more hard
963         data to figure out what kind of sc-cite-regexp to use.
965         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
967         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
968         (insert-cyclic-diary-entry): Unquote the lambda.
970         * gud.el (gud-jdb-build-source-files-list): Fix typo.
972         * files.el (backup-enable-predicate): Unquote the lambda.
974         * cus-edit.el (custom-face, face): Unquote the lambda.
976 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
978         * ps-print.el: Check for line-beginning-position definition.
980         * ps-print.el: Fix counting lines in a region.
981         (ps-print-version): New version number (5.1.5).
982         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
983         (ps-printing-region): Fun code fix.
985 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
987         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
988         to file-directory-p.
990 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
992         * gud.el (gud-jdb-build-source-files-list): Check that directory
993         exists before calling directory-files.
995 2000-04-13  Dave Love  <fx@gnu.org>
997         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
998         syntax.
1000         * emacs-lisp/cl-specs.el: Remove when, unless.
1002         * emacs-lisp/cl-extra.el: Don't quote keywords.
1003         (cl-old-mapc): New variable.
1004         (mapc): Use it.
1005         (cl-map-intervals): Use with-current-buffer.  Don't check for
1006         next-property-change.
1007         (cl-map-overlays): Use with-current-buffer.
1008         (cl-expt): Remove.
1009         (copy-tree, remprop): Define unconditionally.
1011         * emacs-lisp/cl-compat.el (keywordp): Remove.
1013         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
1014         to use keywordp.
1015         (edebug-spec): Enable keywordp.
1017         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1018         string-lessp.
1020         * cus-start.el: Use keywordp.
1022 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1024         * diary-lib.el (include-other-diary-files): Fix the fix of
1025         2000-02-18 by doing a save-excursion.
1027 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1029         * ps-print.el: Customization fix, doc fix.
1030         (ps-print-version): New version number (5.1.4).
1031         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1032         (ps-print-preprint): Adjust code.
1033         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1034         (ps-print-prologue-header, ps-print-control-characters)
1035         (ps-spool-config): Customization fix.
1037 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1040         converted to the new menu-item format, names silightly changed,
1041         help strings added.
1043         Support for spelling without async subprocesses:
1045         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1046         (ispell-session-buffer): New variables.
1047         (ispell-start-process, ispell-process-status,
1048         ispell-accept-output, ispell-send-string): New functions, for
1049         Ispell invocation when async subprocesses aren't supported.
1050         (ispell-word, ispell-pdict-save, ispell-command-loop,
1051         ispell-process-line, ispell-buffer-local-parsing): Replace calls
1052         to process-send-string with calls to ispell-send-string, and
1053         accept-process-output with ispell-accept-output.
1054         (ispell-init-process): Call ispell-process-status instead of
1055         process-status with.
1056         (ispell-init-process): Call ispell-start-process.  Call
1057         ispell-accept-output and ispell-send-string.  Don't call
1058         process-kill-without-query and kill-process if they are unbound.
1059         (ispell-async-processp): New function.
1061 2000-04-12  Dave Love  <fx@gnu.org>
1063         * info.el: Add debug-ignored-errors.
1064         (Info-mode-menu): Add some items.
1065         (Info-directory): Add autoload cookie.
1067         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1068         Modify `truncate-lines'.  Make `describe-language-environment'
1069         always visible and add help.  Modify `describe-key' help.  Invoke
1070         Info-directory from `info'.  New entry `emacs-manual'.
1072 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1074         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1075         propertized-buffer-identification.
1076         (ebrowse-update-member-buffer-mode-line): Likewise.
1077         (ebrowse--mode-strings): Removed.
1078         (ebrowse--mode-line-props): Removed.
1080         * files.el (auto-mode-alist): Add `EBROWSE'.
1082         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1083         space before testing for end of buffer.
1084         (ebrowse-load): Removed.
1085         (ebrowse-revert-tree-buffer-from-file): Rewritten.
1086         (ebrowse-create-tree-buffer): Rewritten.
1087         (ebrowse-tree-mode): Read tree from buffer.
1089         * progmodes/ebrowse-ffh.el: Removed.
1091 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
1093         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1095 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1097         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1098         at the wrong place.
1100 2000-04-09  Dave Love  <fx@gnu.org>
1102         * files.el (backup-enable-predicate): Use
1103         temporary-file-directory, small-temporary-file-directory.
1104         (make-backup-file-name-function, backup-directory-alist): New
1105         variables.
1106         (make-backup-file-name-1): New function.
1107         (make-backup-file-name): Use it.
1108         (find-backup-file-name): Likewise.  Use format for clarity, not
1109         concat.
1110         (file-newest-backup): Use make-backup-file-name.
1112 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
1114         * progmodes/ebrowse-ffh.el: New file.
1116         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1117         to ebrowse-ffh.el.
1118         (ebrowse-load): Add autoload.
1120         * finder.el (finder-commentary): Add autoload cookie.
1122         * mail/rfc2368.el: Correct author's email address.
1124         * progmodes/ebrowse.el: New file.
1126         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1127         item help string.
1128         (easy-menu-do-add-item): Ditto.
1129         (easy-menu-define): Extend doc string.
1131         * jit-lock.el (with-buffer-unmodified): Use
1132         restore-buffer-modified-p.
1133         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1134         (jit-lock-function, jit-lock-stealth-fontify): Don't use
1135         with-buffer-unmodified.
1137 2000-04-08  Dave Love  <fx@gnu.org>
1139         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1140         unless, when.
1142 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
1144         * viper-util.el (viper-put-on-search-overlay): New subroutine.
1145         (viper-flash-search-pattern): No operation when using Emacs
1146         doesn't support face.
1147         Use `viper-put-on-search-overlay'.
1149 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
1151         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1152         like C-r.
1154         * progmodes/make-mode.el: Some doc fixes.
1155         (makefile-mode-abbrev-table): New variable.
1156         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1157         (makefile-font-lock-keywords): Fontify includes and conditionals.
1158         (toplevel): Require `dabbrev' and `add-log' when compiling.
1160         * replace.el (perform-replace): Don't move forward one char
1161         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
1162         to do that because it leaves point 1 position after the last
1163         replacement, after everything has been replaced.
1165         * jit-lock.el (with-buffer-unmodified): New macro.
1166         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1167         modified state.
1168         (jit-lock-function-1): Extracted from jit-lock-function; not
1169         preserving buffer's modified state.
1170         (jit-lock-function, jit-lock-stealth-fontify): Call
1171         jit-lock-function-1.
1173         * mail/rfc2368.el: Remove supernumerary copyright line.
1175 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
1177         * glasses.el: Provide facilities for inserting space before left
1178         parentheses and uncapitalization of identifiers.
1179         (glasses-mode): Try to remove old overlays in all cases.
1181 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
1183         * progmodes/compile.el (compile-internal): Display the compilation
1184         buffer in a different frame, if it's already displayed there.
1186         * mail/rfc2368.el: New file.
1188         * simple.el (sendmail-user-agent-compose): Recognize a `body'
1189         header and insert its value as mail body.
1191         * subr.el (member-ignore-case): New function.
1193         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1194         (dabbrev--find-expansion): Ignore buffers matching a regexp
1195         from dabbrev-ignored-regexps.
1197         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1198         to extensions handled by gzip.
1200 2000-04-03  Richard M. Stallman  <rms@gnu.org>
1202         * files.el (insert-directory): List the total free space
1203         along with the used space.
1205         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1206         line is followed by one that matches CITATION-REGEXP, end the
1207         paragraph.
1209 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1211         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1212         (rmail-make-basic-summary-line): Use that option.
1214 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1216         * international/mule-cmds.el (encoded-string-description):
1217         Rewritten.   Try pretty description for ISO 2022 escape sequences
1218         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1219         for hexadecimal format.
1221 2000-04-01  Dave Love  <fx@gnu.org>
1223         * cpp.el: Change customization group to `c' from `C'.
1225         * vcursor.el (vcursor-move): Use display-color-p.
1227         * international/mule-util.el: Provide mule-utils.
1228         (string-to-sequence): Simplify and speed up.
1230         * international/mule.el (make-coding-system): Purecopy doc-string.
1232         * international/mule-cmds.el: Various menu changes.
1233         (describe-specified-language-support): Handle `Default'.
1234         (set-language-info): Purecopy `info'.
1236 2000-03-31  Andrew Innes  <andrewi@gnu.org>
1238         * vc.el (vc-backend-diff): Return the correct status if we had to
1239         retry the rcsdiff command without the --brief option.
1241 2000-03-31  Dave Love  <fx@gnu.org>
1243         * help.el (help-manyarg-func-alist): Correct several omissions.
1245         * add-log.el: Don't require cl, fortran.
1246         (add-log-current-defun-function): Doc fix.
1247         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
1248         fix.
1249         (change-log-version-rcs): Function deleted.
1250         (change-log-version-number-search): Doc fix.  Use
1251         vc-workfile-version.  Avoid CL dolist.
1252         (add-change-log-entry): Just call add-log-current-defun to get
1253         defun.  Simplify somewhat.
1254         (change-log-get-method-definition-1): Likewise.
1255         (add-log-current-defun): Return nil if calling
1256         add-log-current-defun-function does so.  Move Fortran stuff to
1257         fortran.el.  Return string without properties.
1259         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1260         and :alpha: char classes.
1262         * mail/supercite.el: Defvar curline when compiling.
1263         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1264         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1265         rather than a-zA-Z0-9 to allow non-ASCII characters.
1267 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
1269         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1271         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1272         Re-enable new code.
1274         * lpr.el (print-region-1): Use -d to specify printer name for
1275         systems `usg-unix-v*, `dgux', `hpux', `irix'.
1277 2000-03-31  Dave Love  <fx@gnu.org>
1279         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1280         for function definition in symbol's function value slot first
1281         instead of first consulting byte-compile-function-environment.
1283 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
1285         * language/european.el ("Polish"): New language environment.
1286         (setup-polish-environment): New function.
1288 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
1290         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1291         Disable new code.
1293         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1294         trying to `load' the symbol of an autoload instead of the file
1295         recorded in the autoload.  Fix error messages.
1297 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1299         * ps-print.el: PostScript programming fix for ghostview, doc fix.
1300         (ps-print-version): New version number (5.1.3).
1301         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1302         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1303         (ps-generate-postscript-with-faces): Code fix.
1304         (ps-color-values): XEmacs compatibility.
1305         (ps-print-background-image, ps-print-background-text, ps-printer-name)
1306         (ps-default-fg, ps-default-bg): Adjust customization.
1307         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1308         (ps-color-scale): Renaming old ps-color-value fun.
1309         (ps-print-headers): Replace ps-print-header group to avoid conflict
1310         with ps-print-header variable.
1311         (ps-print-miscellany): New group.
1312         (ps-format-color, ps-rgb-color): New funs.
1313         (ps-default-foreground): New var.
1314         (ps-printer-name-option): New const.
1316 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
1318         * net/net-utils.el:
1319         (network-connection-host, network-connection-service): New variables
1320         (network-connection-mode): New mode, derived from comint-mode
1321         (network-connection-mode-setup): New function, saves host and
1322         service information in local variables.
1324         * lisp/locate.el:
1325         (locate-word-at-point): Added this function
1326         (locate): Default to using locate-word-at-point as input
1327         Run dired-mode-hook
1329 2000-03-29  Dave Love  <fx@gnu.org>
1331         * calendar/appt.el: Doc fixes.
1332         (appt-check): Convert min-to-app to a string before passing to
1333         appt-disp-window-function or concat.
1334         (appt-delete-window): Remove test for frame-root-window.
1335         (appt-select-lowest-window, appt-convert-time): Simplify.
1337         * emacs-lisp/bytecomp.el: Doc fixes.
1338         (byte-compile-file-form-autoload): Update
1339         byte-compile-function-environment.
1341 2000-03-29  Andreas Schwab  <schwab@suse.de>
1343         * emacs-lisp/autoload.el: Also print defsubst doc string
1344         specially.
1346         * dired.el (dired-insert-directory): If dired-free-space-program
1347         failed just delete its output.
1349 2000-03-29  Dave Love  <fx@gnu.org>
1351         * international/iso-cvt.el: Move provide to end.  Doc fixes.
1352         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1353         (iso-iso2sgml, iso-sgml2iso): New functions.
1354         (iso-cvt-define-menu): Fix some entries and use backquote for
1355         clarity.
1357         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1359 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
1361         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1362         ISO-DATE.  If non-nil, return date in ISO 8601 format.
1364 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
1366         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1367         if it ever becomes used.
1368         (log-edit-mode-hook): Default to vc-log-mode-hook.
1369         (log-edit-mode): Fix the docstring.
1371         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1372         the code.
1374 2000-03-26  Dave Love  <fx@gnu.org>
1376         * net/browse-url.el (browse-url): Re-fix case of
1377         browse-url-browser-function being an alist.
1378         (browse-url): Add :link to defgroup.
1380         * files.el: Doc fixes.
1381         (file-truename): Include `[' in wildcard characters.
1382         (automount-dir-prefix): Customize.
1383         (find-file-wildcards): Add :version.
1384         (find-file-noselect): Simplify a mapcar call.
1386         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1387         compatible with inf-lisp version.
1388         (eval-defun-1): Fix custom-declare-variable case.
1390 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1392         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1394 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1396         * Makefile (COMPILE_FIRST): New macro.
1397         (compile-files): Compile files from COMPILE_FIRST first.
1399         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1400         code.
1402         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1403         matching open parenthesis in column 0 to defun-prompt-regexp
1404         only if open-paren-in-column-0-is-defun-start is set.
1406         * sun-curs.el: Require CL at compile-time only.
1408         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1409         instead of copy-list which is a function from CL.
1410         (msb--choose-menu, msb--mode-menu-cond)
1411         (msb--create-buffer-menu-2): Use dolist instead of mapc.
1412         (msb--init-file-alist): Use mapcar instead of mapcan.
1413         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
1414         `(' in column 0 in doc string.
1415         (msb--add-separators): Use mapcar instead of mapcan.
1417         * cus-dep.el: Require CL at compile-time only.
1419 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1421         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1422         (byte-compile-warnings): New warning `noruntime'.
1423         (byte-compile-constants, byte-compile-variables): Fix docstring.
1424         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1425         execute `eval-whenc-compile's body.
1426         (byte-compile-unresolved-functions): Fix docstring.
1427         (byte-compile-eval): New function.
1428         (byte-compile-callargs-warn): Check if the function will be available
1429         at runtime (via property `byte-compile-noruntime').
1430         (byte-compile-print-syms): New function.
1431         (byte-compile-warn-about-unresolved-functions): Also warn about
1432         `noruntime' functions (and use `byte-compile-print-syms').
1433         (byte-compile-file): Capitalize the message.
1435 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1437         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1438         (rmail-expunge): Ask for confirmation depending on the setting
1439         of rmail-confirm-expunge.
1441 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1443         * Makefile (bootstrap-clean): If $(emacs) exists, build
1444         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1445         cause a bootstrap failure because things don't autoload as
1446         expected.
1448 2000-03-23  Dave Love  <fx@gnu.org>
1450         * net/browse-url.el: Restore previous use of
1451         browse-url-maybe-new-window.
1453 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1455         * ps-print.el: Skip banner page fix.
1456         (ps-print-version): New version number (5.1.2).
1457         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1459 2000-03-23  Dave Pearson  <davep@davep.org>
1461         * net/quickurl.el Changed the type of parameter passed to the
1462         function defined by `quickurl-format-function'. Before only the
1463         text of the URL was passed. Now the whole URL structure is passed
1464         and the function is responsible for extracting the parts it
1465         requires.  Changed the default of `quickurl-format-function'
1466         accordingly.
1467         (quickurl-insert): Changed the `funcall' of
1468         `quickurl-format-function' to match the above change.
1469         (quickurl-list-insert): Changed the `url' case so that it makes
1470         use of `quickurl-format-function', previous to this the format was
1471         hard wired.
1473 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1475         * startup.el: Change some spellings for the X Window System.
1477 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1479         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1480         up the code and the regexp and make sure the cursor is temporarily
1481         moved to the suspicious line while querying the user.
1483 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1485         * w32-fns.el (w32-charset-info-alist): Initialize.
1487 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1489         * ps-print.el: N-up last page fix.
1490         (ps-print-version): New version number (5.1.1).
1491         (ps-end-file, ps-end-job, ps-generate): Code fix.
1493 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1495         * files.el (find-file-run-dired): Update docstring.
1496         (find-directory-functions): New hook.
1497         (find-file-noselect): Run find-directory-functions rather than
1498         calling dired directly.
1500         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1502         * pcvs.el: Add a minimal leading commentary.
1503         (cvs-make-cvs-buffer): Change the header part by removing the startup
1504         message and adding a `Module' entry.  Also replace the FOOTER and
1505         HEADER special fileinfos with the new support in ewoc for updating
1506         its own footer and header.
1507         (cvs-update-header): Update to use the header/footer of the ewoc.
1508         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1509         (cvs-is-within-p): New function.
1510         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1511         to only examine some subset of the buffers.
1513         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1514         `format' instead of our own ad-hoc functions.
1515         Remove HEADER and FOOTER cases, now handled in the EWOC.
1516         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1518         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1519         output to avoid scaring the user.
1520         (cvs-parse-table): Catch message for non-up-to-date commits.
1522         * pcvs-defs.el (cvs-startup-message): Remove.
1523         (cvs-global-menu): New autoloaded menu.
1525         * pcvs-util.el (cvs-string-fill): Remove.
1527         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1528         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1529         PP part of it and also make it work for footers and headers.
1530         (ewoc-create): Drop POS and BUFFER arguments.
1531         Use the DLL's dummy node to store the end-of-footer position.
1532         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1533         (ewoc-refresh): Remove unused `header' variable.
1534         (ewoc-(get|set)-hf): New functions.
1536         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1537         log-view-*-(message|file) and use easy-mmode-define-navigation.
1538         (log-view-message-re): Match SCCS format as well.
1539         And match the revision line rather than the dashed separator line.
1540         (log-view-mode): Use the new define-derived-mode.
1541         (log-view-current-tag): Fill in with an actual implementation.
1543         * cvs-status.el (cvs-status-(prev|next)): Rename from
1544         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1545         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1546         to let the output "breathe" a little more (more readable).
1547         (cvs-status-mode): Use the new define-derived-mode.
1549         * smerge-mode.el (smerge-auto-leave): New function and variable.
1550         (smerge-basic-map): Rename from smerge-basic-keymap.
1551         Change the bindings for smerge-diff-*.
1552         (smerge-*-map): Use easy-mmode-defmap.
1553         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1554         (smerge-keep-*): Use smerge-auto-leave.
1556 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1558         * cus-edit.el (custom-button-face): Use 3D look for w32.
1559         (custom-button-pressed-face): Likewise.
1561 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1563         * progmodes/etags.el (tags-case-fold-search): New user-option.
1564         (tags-loop-eval): New function.  Bind case-fold-search around eval
1565         depending on the value of tags-case-fold-search.
1566         (tags-loop-continue): Use tags-loop-eval.
1567         (find-tag-in-order): Bind case-fold-search depending on the value
1568         of tags-case-fold-search.
1570 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1572         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1573         (diff-end-of-hunk): Return the end position for use in
1574         `easy-mmode-define-navigation'.
1575         (diff-recenter): Remove.
1576         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1577         of `easy-mmode-define-navigation'.
1578         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1579         previous renaming) and fix to use new names.
1580         (diff-merge-strings): Use \n as separator: simpler, faster.
1581         (diff-mode): Use `define-derived-mode'.
1583         * derived.el (define-derived-mode): Don't autoload anymore.
1584         Prefer the macro-only version provided by easy-mmode.el.
1586         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1587         `easy-mmode-define-derived-mode'.
1588         Use `combine-run-hooks'.
1589         (easy-mmode-define-navigation): New macro.
1591         * subr.el (combine-run-hooks): New function.
1593 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1595         * term/x-win.el: Fontsets related initialization is simplified.
1597         * international/mule-diag.el (describe-font): Don't refer to
1598         global-fontset-alist, instead call font-list.
1599         (describe-fontset, list-fontsets, mule-diag): Likewise.
1600         (print-fontset): Adjusted for the change of fontset
1601         implementation.
1603         * international/fontset.el (x-charset-registries): Variable
1604         removed, instead the corresponding data is stored in the default
1605         fontset.
1606         (register-alternate-fontnames): Function removed.
1607         (resolved-ascii-font): Variable removed.
1608         (x-compose-font-name): Ignore the second argument REDOCE.
1609         (x-complement-fontset-spec): Complement only an ASCII font and
1610         element for those charsets than can use that ASCII font.
1611         (generate-fontset-menu): Don't refer to global-fontset-alist,
1612         instead call fontset-list.
1613         (uninstantiated-fontset-alist): Variable removed.
1614         (x-style-funcs-alist): Likewise.
1615         (fontset-default-styles): Likewise.
1616         (x-modify-font-name): Function removed.
1617         (create-fontset-from-fontset-spec): Ignore the argument
1618         STYLE-VARIANT.
1619         (create-fontset-from-ascii-font): Docsting adjusted for the above
1620         change.
1621         (instantiate-fontset, resolve-fontset-name): Functions removed.
1622         (fontset-list): Now implemented by C code.
1624         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1625         (describe-face): Include `font' attribute in the description.
1627 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1629         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1631 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1633         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1634         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1635         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1637         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1638         about behavior of set-buffer-modified-p wrt redisplay.
1640 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1642         * view.el (view-mode-disable): Kill local binding of view-read-only.
1644 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1646         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1647         is a string, convert it to a syntax cell using string-to-syntax.
1649         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1650         (string-to-syntax): New function.
1652         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1653         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1654         try to use passive ftp mode.
1656 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1658         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1660         * simple.el (append-to-buffer): Update point of windows after
1661         insertion.
1663         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1664         forward then moving backward.  Reindent.
1666         * frame.el (other-frame): Call x-focus-frame only if
1667         focus-follows-mouse is off.
1669 2000-03-17  Dave Love  <fx@gnu.org>
1671         * pcvs-util.el (cvs-strings->string): Rename
1672         replace-regexps-in-string.
1674 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1676         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1677         regexp for labels cannot span several lines.
1679         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1680         `(setq :<key> ':<key>)' to the macro expansion.
1682 2000-03-16  Dave Love  <fx@gnu.org>
1684         * progmodes/f90.el (f90): Put custom group under `languages', not
1685         `fortran'.
1686         (f90-mode-hook): Customize.
1687         (f90-mode): Set add-log-current-defun-function.
1688         (f90-current-defun): New function.
1690 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
1692         * cus-edit.el (custom-variable-tag-face): Handle case that
1693         default face's height is not a number.
1694         (custom-face-tag-face, custom-group-tag-face-1)
1695         (custom-group-tag-face): Ditto.
1696         (custom-group-tag-face-1): Add :group.
1698         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1700 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
1702         * pcvs-defs.el (toplevel): Remove autoload cookie for form
1703         requiring easymenu.
1705 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1707         * ps-print.el: PostScript user-defined prologue, PostScript error
1708         handler, doc fix.
1709         (ps-print-version): New version number (5.1).
1710         (ps-user-defined-prologue, ps-error-handler-message)
1711         (ps-print-prologue-0, ps-error-handler-alist): New vars.
1712         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1713         (ps-insert-string): New function.
1715 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
1717         * international/ccl.el (ccl-compile-expression): Don't generate
1718         invalid self-assignment code.
1720 2000-03-14  Dave Love  <fx@gnu.org>
1722         * subr.el (replace-regexp-in-string): Renamed from
1723         replace-regexps-in-string.  Doc fix.
1725 2000-03-12  Dave Love  <fx@gnu.org>
1727         * cus-edit.el: Doc fixes.
1728         (customize-set-variable, customize-save-variable): Rename args for
1729         doc.
1730         (custom-variable-tag-face, custom-face-tag-face)
1731         (custom-group-tag-face-1, custom-group-tag-face): Modify from
1732         style which user identify as hyperlink.
1733         (hook): Don't add undefined functions to the hook.
1734         (debug-ignored-errors): Transfer message from bindings.el.
1736 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1738         * recentf.el (recentf-keep-non-readable-files-p): Remove
1739         double/nested definition.
1741 2000-03-12  Dave Love  <fx@gnu.org>
1743         * facemenu.el (facemenu-get-face): Use display-color-p.
1744         * enriched.el (enriched-decode-foreground): Likewise.
1745         (enriched-decode-background): Likewise.
1746         * isearch.el (isearch-highlight): Likewise.
1747         * info-look.el (info-lookup): Likewise.
1748         * simple.el (completion-setup-function): Likewise.
1750         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1751         :options.
1753         * bindings.el (mode-line-format): Fix line-number and
1754         column-number items.  Add help-echo for the background.
1755         (mode-line-mule-info): Modify help-echo.
1757         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1758         defcustom.
1760         * files.el (load-file): Allow completion to .elc.
1762         * man.el: Doc fixes.
1763         (Man-init-defvars): Use display-color-p to set fontification.
1765         * play/hanoi.el (hanoi-internal): Don't use oddp.
1767 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1769         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1771         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1773 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1775         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1776         Fix comment.
1778 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
1780         * font-lock.el (font-lock-keywords): Fix the doc now that
1781         regexp-opt-depth is unnecessary.
1782         (save-buffer-state): Set an edebug spec.
1783         (font-lock-fontify-anchored-keywords): Properly handle the case when
1784         the matcher goes past the limit.
1786         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1787         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1789         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
1790         dll.el and cookie.el (from Elib) with heavy renaming and other
1791         massaging.
1793         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1794         Autoload the functions used.
1795         (easy-mmode-define-syntax): Fix CL typo.
1796         (easy-mmode-define-derived-mode): Improve the docstring generation.
1798 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
1800         * textmodes/texinfo.el (texinfo-version): Variable and function
1801         removed.
1803 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1805         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1806         allow more flexibility.
1807         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1808         fns.
1809         (easy-mmode-defmap, easy-mmode-defsyntax)
1810         (easy-mmode-define-derived-mode): New macros.
1812 2000-03-09  Didier Verna  <didier@xemacs.org>
1814         * rect.el (replace-rectangle): New function.
1816 2000-03-09  Dave Love  <fx@gnu.org>
1818         * progmodes/fortran.el (fortran-comment-line-start): Define as
1819         "C".
1820         (fortran-comment-line-start-skip): Don't match cpp stuff.
1821         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
1822         (fortran-mode-map): Remove over-eager custom-menu-create for now.
1823         (fortran-mode): Don't set fortran-comment-line-start-skip,
1824         fortran-comment-line-start here.  Set comment-start,
1825         add-log-current-defun.
1826         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1827         (fortran-current-defun): New function.
1829 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
1831         * emacs-lisp/re-builder.el: New file.
1833         * mouse.el (mouse-drag-region): Don't run up-event handler
1834         if hscroll has changed.
1836         * octave-mod.el (octave-font-lock-keywords): To font-lock the
1837         builtin operators, use `font-lock-builtin-face' for Emacs and
1838         `font-lock-preprocessor-face' otherwise.
1840         * font-lock.el (lisp-font-lock-keywords-1): Highlight
1841         `(defun (setf foo)' differently.
1843 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
1845         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1846         (regexp-opt): Update comment and adapt the code the new meaning of
1847         the `paren' argument of regex-opt-group for shy-groups.
1848         (regexp-opt-depth): Handle shy groups as well as backslashed
1849         backslashes.
1850         (regexp-opt-group): Turn the leading comment into a docstring.
1851         Allow `paren' to be a string (the string to use to open a group).
1852         Remove open-presuf and close-presuf.  Instead of checking for `all
1853         one-char' and then later on check for `several one-char', handle
1854         both cases close together.  Also apply a more generic algorithm
1855         for suffixes (the mirror image of the algorithm used for
1856         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
1857         (regexp-opt-try-suffix): Removed.
1859         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1860         from comint-mode-map, so we can just inherit from it.  Also, move
1861         the initialization into the `defvar' since there's no docstring
1862         anyway and it's fairly short.
1863         (inferior-scheme-mode): Define it as derived-mode: the code is
1864         shorter and this way we inherit from comint-mode-map rather than
1865         copying it.
1867         * subr.el (replace-regexps-in-string): Properly handle the case
1868         where we match an empty string.
1870         * comint.el (comint-exec-1): Add the current-dir to the exec-path
1871         when the command has a directory component (such as "./testml").
1872         Also fix a typo in the comment.
1874 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
1876         * Makefile (compile-files): Compile files one by one because
1877         that's the only way to ensure a clean compilation environment for
1878         each individual file.
1880         * frame.el (other-frame): Call x-focus-frame.
1882 2000-03-07  Dave Love  <fx@gnu.org>
1884         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1885         :require to defcustom.
1887         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1888         lists.
1890         * files.el (auto-mode-alist): Add configure.in.
1892         * progmodes/autoconf.el: New file.
1894 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
1896         * mail/mh-e.el: Change maintainer to `none'.
1898         * recentf.el (recentf-keep-non-readable-files-p): Quote args
1899         to remove-hook and add-hook.
1901 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1903         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1904         it as the default.
1905         (mail-send): Test mail-send-nonascii also for the new `mime' value.
1906         (sendmail-send-it): Conditionally add MIME headers specifying the
1907         used character set.
1909 2000-03-07  Dave Love  <fx@gnu.org>
1911         * winner.el: Fix keywords, autoload cookies.  Split
1912         eval-when-compile form to avoid compilation failure.
1914 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
1916         * international/mule.el: Modify comment about coding system
1917         property `coding-category'.
1918         (make-coding-system): New argument EOL-TYPE.  Pay attention to
1919         coding-category property of PROPERTIES.
1921         * international/mule-conf.el (coding-category-utf-8,
1922         coding-category-utf-16-be, coding-category-utf-16-le): New coding
1923         categories.  Include them in the argument for set-coding-priority.
1925         * international/mule-cmds.el (reset-language-environment): Include
1926         coding-category-utf-8, coding-category-utf-16-be, and
1927         coding-category-utf-16-le in the argument for set-coding-priority.
1928         (reset-language-environment): Initialize coding-category-utf-8,
1929         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1931 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
1933         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1934         code abstracted out of `bookmark-jump-noselect'.  Now tries info
1935         extensions as well as compression extensions.
1936         (bookmark-jump-noselect): Use above new func.
1938 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
1940         * strokes.el: Change maintainer's mail address.
1942 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
1944         * international/mule-diag.el (list-character-sets): Make help-echo
1945         string by substitute-command-keys.
1946         (list-character-sets): Likewise.
1947         (sort-listed-character-sets): Call help-setup-xref.
1949 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1951         * time.el (display-time-mail-file): Add `none' to the list of
1952         choices.
1954 2000-03-01  Dave Love  <fx@gnu.org>
1956         * help.el (help-xref-go-back): Don't try to set position.
1958         * international/mule-diag.el (list-character-sets): Call
1959         help-setup-xref.  Add help-echo to xrefs.
1960         (list-character-sets-1): Add help-echo to xrefs.
1962 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1964         * frame.el (blink-cursor-mode): Switch cursor on when turning
1965         the mode off.
1967         * add-log.el (add-log-current-defun): Add support for
1968         Autoconf mode.
1970         * mail/rmail.el (rmail-quit-hook): New variable.
1972 2000-03-01  Dave Love  <fx@gnu.org>
1974         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1976         * help.el (help-xref-button): Add help-echo arg.
1977         (describe-function-1, describe-variable, help-make-xrefs): Use it.
1979         * faces.el (list-faces-display): Supply help-echo with
1980         help-make-xrefs.
1982         * facemenu.el (list-text-properties-at): Set help-xref-stack to
1983         nil.
1985 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
1987         * image.el (defimage): Look for image files in load-path.
1989         * frame.el (busy-cursor-delay-seconds): Change type to
1990         `number'.
1992 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1994         * recentf.el (recentf): Added version tag to the defgroup of
1995         recentf.
1997 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1999         * recentf.el (recentf-cleanup): Changed to remove excluded file
2000         too.
2001         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2002         action to select/unselect a file.
2003         (recentf-edit-list): Code cleanup and improvement.
2004         (recentf-open-more-files-action): `recentf-open-more-files' button
2005         widget action to open a file.
2006         (recentf-open-more-files): No more use standard completion but
2007         widgets.
2008         (recentf-more-collection): Deleted.
2009         (recentf-more-history): Deleted.
2010         (recentf-setup-more-completion): Deleted.
2012 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2014         * recentf.el (recentf-mode): No more needs that Emacs is running
2015         under a window-system.
2017 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2019         * recentf.el (recentf-edit-list): New command to edit the recent
2020         list which allow the user to remove files.
2021         (recentf-edit-selected-items): New global variable, used by
2022         `recentf-edit-list' to hold the list of files to be removed from
2023         the recent list.
2024         (recentf-make-menu-items): Updated to display a "Edit list..."
2025         menu item.  Minor code cleanup.
2027 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2029         * recentf.el (recentf-open-more-files): New command to open files
2030         that are not displayed in the menu.
2031         (recentf-more-collection): New global variable holding the set of
2032         permissible completions used by `recentf-open-more-files'.
2033         (recentf-more-history): New global variable holding the history list
2034         used by `recentf-open-more-files' completion.
2035         (recentf-setup-more-completion): New function to setup completion for
2036         `recentf-open-more-files'.
2037         (recentf-make-menu-items): Updated to display a "More..." menu item.
2039 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2041         * recentf.el (recentf-menu-action): Doc fixed.
2043 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2045         * recentf.el (recentf-menu-filter): Doc updated.
2046         (recentf-update-menu-hook): Allow menu filters to force menu update.
2047         (recentf-make-menu-items): New menu filter handling.
2048         (recentf-make-menu-item): New helper function.
2049         (recentf-menu-elements): New menu handling function.
2050         (recentf-sort-ascending): Updated to new menu filter handling.
2051         (recentf-sort-descending): Updated to new menu filter handling.
2052         (recentf-sort-basenames-ascending): New menu filter function.
2053         (recentf-sort-basenames-descending): New menu filter function.
2054         (recentf-show-basenames): New menu filter function.
2055         (recentf-show-basenames-ascending): New menu filter function.
2056         (recentf-show-basenames-descending): New menu filter function.
2058 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2060         * diary-lib.el (list-diary-entries): Don't try to go forward at
2061         the end of the buffer.
2063 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
2065         * international/mule-diag.el (list-character-sets): Completely
2066         rewritten.
2067         (sort-listed-character-sets): New function.
2068         (list-character-sets-1): Completely rewritten.
2069         (list-character-sets-2): New function.
2070         (non-iso-charset-alist): New variable.
2071         (decode-codepage-char): New function.
2072         (charset-history): New variable.
2073         (read-charset) (list-block-of-chars)
2074         (list-iso-charset-chars)
2075         (list-non-iso-charset-chars)
2076         (list-charset-chars): New functions.
2077         (mule-diag): Call list-character-sets-2, not
2078         list-character-sets-2.
2079         (dump-charsets): Likewise.
2081 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
2083         * dired-x.el (dired-filename-at-point): Add `@' to valid
2084         file name characters.
2085         (dired-filename-at-point): Handle ange-ftp file names.
2087         * frame.el (frame-notice-user-settings): Use assq-delete-all
2088         instead of assoc-delete-all.
2089         (frame-notice-user-settings): Ditto.
2091         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2092         Don't copy alist.
2094 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
2096         * calculator.el (calculator-use-menu): New option.
2097         (calculator-initial-bindings): Changed some bindings to work as
2098         macros.
2099         (calculator-forced-input): Removed.
2100         (calculator-restart-other-mode): New variable.
2101         (calculator-mode-map): Set up menu.
2103 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
2105         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2106         tags.
2108 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
2110         * viper-cmd.el (viper-envelop-ESC-key): added the option to
2111         translate all ESC key sequences.
2112         (viper-goto-mark-subr): restore markers for files for which
2113         they were saved.
2114         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2115         * viper-util.el (viper-set-replace-overlay-glyphs,
2116         viper-set-replace-overlay): always check if the replacement
2117         overlay is live.
2118         * viper.el (viper-vi-state-mode-list): added major modes.
2119         * ediff-wind.el: minor comment changes.
2120         * ediff.el: copyright notice date fix.
2122 2000-02-27  Jason Rumney  <jasonr@gnu.org>
2124         * faces.el (face-font-family-alternatives): Add arial to helv.
2125         (mode-line, header-line, tool-bar): Same default as x for w32.
2126         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2127         face-font-family-alternatives from working.
2128         * term/w32-win.el (mouse-set-font): Do not build fontset from
2129         chosen font.
2131 2000-02-25  Sam Steingold  <sds@goems.com>
2133         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2134         properly.
2136 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2138         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2140 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
2142         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2143         writable.
2145         * frame.el (busy-cursor-delay-seconds): New option.
2147 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
2149         * frame.el (show-cursor-in-non-selected-windows): New option.
2151 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2153         * diary-lib.el (include-other-diary-files): Undo the selective
2154         display in any included file and don't kill it.
2156 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
2158         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2159         bar.  Menu items converted to (menu-item format, help strings
2160         added.
2161         [downcase, upcase]: Don't enable on MS-DOS.
2162         [symlink, symlinks]: Don't show if make-symbolic-link is not
2163         bound.
2164         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2166 2000-02-23  Dave Love  <fx@gnu.org>
2168         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2169         (backward-kill-word): Revert addition of * to interactive spec --
2170         it's a feature.
2172         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2173         (backward-kill-sentence, kill-sentence): Likewise.
2175         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2176         scratch buffer name.
2177         (gud-format-command): Use int-to-string in ?l case.  Simplify
2178         slightly.
2180         * term/w32-win.el (internal-face-interactive): Update prompt for
2181         new read-face-name.
2183         * mail/footnote.el (footnote): Add :version to defgroup.
2184         (footnote-section-tag-regexp): Customize.
2185         (footnote-start-tag, footnote-end-tag): New option.
2186         (footnote-latin-regexp): New variable.
2187         (Footnote-latin): New function.
2188         (footnote-style-alist): Add element for latin style.
2189         (footnote-style): Moved.
2190         (Footnote-goto-footnote): Use eq to test arg.
2192         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2194         * emacs-lisp/byte-opt.el: Change old backquote syntax.
2195         (byte-compile-trueconstp): Include keywords.
2196         (byte-optimize-quote, byte-optimize-lapcode): Use
2197         byte-compile-const-symbol-p.
2198         (byte-optimize-char-before): New optimization.
2200         * emacs-lisp/bytecomp.el: Change old backquote syntax.
2201         (byte-compile-const-symbol-p): New function.
2202         (byte-compile-constp, byte-compile-out-toplevel)
2203         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2204         Use it.
2206         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2208 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2210         * international/encoded-kb.el: Be sure to update minor-mode-alist
2211         and minor-mode-map-alist.
2212         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2213         codes SS2 and SS3 correctly.
2214         (encoded-kbd-self-insert-ccl): New function.
2215         (encoded-kbd-setup-keymap): New function.
2216         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2217         by calling encoded-kbd-setup-keymap.
2219         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2220         characters.
2221         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2222         locally.
2224 2000-02-22  Dave Love  <fx@gnu.org>
2226         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2227         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2228         defvar.
2229         (lisp-mode-syntax-table): Set up for #|...|# comments.
2230         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
2231         classes.  Match `defface'.
2232         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2233         (eval-defun-1): Fix for defcustom.
2234         (lisp-indent-region): Doc fix.
2236         * subr.el (when, unless, split-string): Doc fix.
2237         (read-passwd): Move call of clear-this-command-keys to the right
2238         place.
2239         (replace-regexps-in-string): New function.
2241 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
2243         * help.el (describe-variable): Set syntax table to
2244         emacs-lisp-mode-syntax-table when moving forward over the
2245         symbol's name.
2247 2000-02-22  Dave Love  <fx@gnu.org>
2249         * xt-mouse.el: Doc fixes.
2250         (xterm-mouse-position-function): New function, replacing advice of
2251         mouse-position.
2252         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
2254         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2256 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
2258         * format.el (format-annotate-single-property-change): Handle
2259         properties.with dotted-list values.
2260         (format-proper-list-p): New function.
2262         * enriched.el (enriched-face-ans): Handle '(foreground-color
2263         . COLOR) and (background-color . COLOR).
2265 2000-02-20  Dave Love  <fx@gnu.org>
2267         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2268         and assignments to it.
2269         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2270         current local map.
2271         (make-flyspell-overlay): Use it.
2272         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2274         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2275         (lm-get-header-re): Defun, not defsubst.
2276         (lm-get-package-name): Defun, not defsubst.  Simplify.
2277         (lm-version): Doc fix.  Simplify.
2278         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2279         (lm-crack-address, lm-last-modified-date, lm-commentary)
2280         (lm-verify, lm-synopsis): Simplify.
2281         (lm-report-bug): Require emacsbug.  Use compose-mail.
2283 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
2285         * dired.el (dired-mode): Call propertized-buffer-identification
2286         to set mode-line-buffer-identification to something having
2287         the right text properties.
2289         * bindings.el (propertized-buffer-identification): New function.
2291 2000-02-20  Dave Love  <fx@gnu.org>
2293         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2294         check for t-mouse too.
2296         * cus-start.el: Make echo-keystrokes `number'.
2298 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2300         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2301         Don't call ring-empty-p unless tags-location-ring is bound.
2302         From Noah Friedman <friedman@splode.com>.
2304 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
2306         * progmodes/hideshow.el (hs-flag-region): No longer use
2307         `intangible' overlay property.
2309         (hs-toggle-hiding): New command.
2310         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2312         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2313         Fix omission bug: Run `hs-minor-mode-hook' for both activation
2314         and deactivation.
2316 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
2318         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2320 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2322         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2324         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2325         of `*' to handle `(* ... *)' comments.
2327 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
2329         * faces.el (list-faces-display): Use display-mouse-p instead of
2330         window-system.
2332         * menu-bar.el (global-map): Menu-bar items converted to the new
2333         format (menu-item..., rearranged for better CUA compliance, and
2334         their names changed for better clarity.  Help strings added.
2336         * international/mule-cmds.el (mule-menu-keymap)
2337         (describe-language-environment-map, set-coding-system-map)
2338         (setup-language-environment-map): Convert to new (menu-item...
2339         form, add help strings.  Change names of menu items for better
2340         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
2341         submenu).
2343 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2345         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2346         within the code.
2348 2000-02-16  Dave Love  <fx@gnu.org>
2350         * faces.el: Don't require custom.  Add more specific :groups to
2351         various deffaces.
2352         (set-face-attribute): Purecopy args.
2353         (read-face-name): Default to name at point and use it in prompt.
2354         Remove colon from arg in all callers.
2355         (list-faces-display): Hyperlink to face descriptions and customize
2356         buffers.
2358 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2360         * wid-edit.el (widget-match-inline): An atom never matches a
2361         list.
2363 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2365         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2366         at ':' characters by call to split-string.
2368 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2370         * textmodes/bibtex.el: Added RCS version identification.
2372 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2374         * textmodes/bibtex.el: Some temporary comments removed.
2375         (bibtex-field-name, bibtex-entry-type): Made the relationship
2376         explicit.
2377         (bibtex-field-const): Allow capital letters.
2378         (bibtex-start-of-string): Deleted because unused.
2380         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2381         use the term 'reference' to describe a bibtex entry as a whole.
2382         Further, reference keys are no longer called 'labels'.
2383         (bibtex-keys): Renamed to bibtex-reference-keys.
2384         (bibtex-reformat-previous-labels): Renamed to
2385         bibtex-reformat-previous-reference-keys.
2386         (bibtex-reference-type): Renamed to bibtex-entry-type.
2387         (bibtex-reference-head): Renamed to bibtex-entry-head.
2388         (bibtex-reference-maybe-empty-head): Renamed to
2389         bibtex-entry-maybe-empty-head.
2390         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2391         (bibtex-search-reference): Renamed to bibtex-search-entry.
2392         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2393         bibtex-enclosing-entry-maybe-empty-head.
2394         (bibtex-entry-field-alist, bibtex-entry-head,
2395         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2396         bibtex-map-entries, bibtex-search-entry,
2397         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2398         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2399         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2400         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2401         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2402         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2403         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2405 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2407         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2408         comment.
2409         (bibtex-format-field-delimiters): New function, functionality
2410         extracted from bibtex-format-entry.
2411         (bibtex-autokey-get-yearfield-digits): New function, functionality
2412         extracted from bibtex-autokey-get-yearfield.
2414         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2415         entries in order to avoid stack overflow in the regexp matcher if
2416         field contents become large.
2417         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2418         bibtex-field-string-part-not-braced,
2419         bibtex-field-string-part-no-inner-braces,
2420         bibtex-field-string-part-1-inner-brace,
2421         bibtex-field-string-part-2-inner-braces,
2422         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2423         bibtex-field-string-quoted, bibtex-field-string,
2424         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2425         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2426         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2427         as parsing is now performed by the following functions.
2428         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2429         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2430         bibtex-parse-field-string, bibtex-search-forward-field-string,
2431         bibtex-parse-association, bibtex-field-name-for-parsing,
2432         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2433         bibtex-search-forward-field, bibtex-search-backward-field,
2434         bibtex-start-of-field, bibtex-end-of-field,
2435         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2436         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2437         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2438         bibtex-parse-string, bibtex-search-forward-string,
2439         bibtex-search-backward-string, bibtex-start-of-string,
2440         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2441         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2442         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2443         entries.  Instead of reporting the results of the parsing by
2444         match-beginning or match-end, these functions return data structures
2445         that hold the corresponding positions.
2446         (bibtex-enclosing-field): Changed to also report field boundaries by
2447         return values rather than by match-beginning or match-end.  The
2448         following functions have been adapted to use the new parsing
2449         functions.
2450         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2451         bibtex-enclosing-field, bibtex-format-entry,
2452         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2453         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2454         bibtex-print-help-message, bibtex-end-of-entry,
2455         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2456         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2457         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2458         method for parsing.
2459         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2460         bibtex-map-entries, bibtex-flash-head,
2461         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2462         bibtex-autokey-change, bibtex-autokey-get-namefield,
2463         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2464         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2465         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2466         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2467         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2468         order to make the new binding of case-fold-search immediately
2469         visible.
2471 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2473         * textmodes/bibtex.el: Copyright notice is up to date.
2474         Added constant 'bibtex-maintainer-salutation.
2476         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2477         than make-temp-name, use match-string-no-properties and eliminate
2478         a quadratic behavior when building bibtex-strings.
2480         * bibtex.el (bibtex-reference-key): Accept string entries whose
2481         reference key contains upper case letters.
2483 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2485         * bibtex.el (bibtex-reference-head): Allow entries to start with
2486         a new line.
2488 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2490         * bibtex.el: Hiding of entry bodies is not longer provided by
2491         bibtex.el directly.  Instead the hideshow package can be used.
2492         Added a special bibtex entry to hs-special-modes-alist.
2493         (bibtex-hs-forward-sexp): Added for hideshow.el.
2495 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2497         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2498         at ':' characters by call to split-string.
2500 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2502         * textmodes/bibtex.el: Added RCS version identification.
2504 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2506         * textmodes/bibtex.el: Some temporary comments removed.
2507         (bibtex-field-name, bibtex-entry-type): Made the relationship
2508         explicit.
2509         (bibtex-field-const): Allow capital letters.
2510         (bibtex-start-of-string): Deleted because unused.
2512         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2513         use the term 'reference' to describe a bibtex entry as a whole.
2514         Further, reference keys are no longer called 'labels'.
2515         (bibtex-keys): Renamed to bibtex-reference-keys.
2516         (bibtex-reformat-previous-labels): Renamed to
2517         bibtex-reformat-previous-reference-keys.
2518         (bibtex-reference-type): Renamed to bibtex-entry-type.
2519         (bibtex-reference-head): Renamed to bibtex-entry-head.
2520         (bibtex-reference-maybe-empty-head): Renamed to
2521         bibtex-entry-maybe-empty-head.
2522         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2523         (bibtex-search-reference): Renamed to bibtex-search-entry.
2524         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2525         bibtex-enclosing-entry-maybe-empty-head.
2526         (bibtex-entry-field-alist, bibtex-entry-head,
2527         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2528         bibtex-map-entries, bibtex-search-entry,
2529         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2530         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2531         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2532         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2533         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2534         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2535         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2537 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2539         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2540         comment.
2541         (bibtex-format-field-delimiters): New function, functionality
2542         extracted from bibtex-format-entry.
2543         (bibtex-autokey-get-yearfield-digits): New function, functionality
2544         extracted from bibtex-autokey-get-yearfield.
2546         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2547         entries in order to avoid stack overflow in the regexp matcher if
2548         field contents become large.
2549         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2550         bibtex-field-string-part-not-braced,
2551         bibtex-field-string-part-no-inner-braces,
2552         bibtex-field-string-part-1-inner-brace,
2553         bibtex-field-string-part-2-inner-braces,
2554         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2555         bibtex-field-string-quoted, bibtex-field-string,
2556         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2557         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2558         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2559         as parsing is now performed by the following functions.
2560         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2561         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2562         bibtex-parse-field-string, bibtex-search-forward-field-string,
2563         bibtex-parse-association, bibtex-field-name-for-parsing,
2564         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2565         bibtex-search-forward-field, bibtex-search-backward-field,
2566         bibtex-start-of-field, bibtex-end-of-field,
2567         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2568         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2569         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2570         bibtex-parse-string, bibtex-search-forward-string,
2571         bibtex-search-backward-string, bibtex-start-of-string,
2572         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2573         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2574         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2575         entries.  Instead of reporting the results of the parsing by
2576         match-beginning or match-end, these functions return data structures
2577         that hold the corresponding positions.
2578         (bibtex-enclosing-field): Changed to also report field boundaries by
2579         return values rather than by match-beginning or match-end.  The
2580         following functions have been adapted to use the new parsing
2581         functions.
2582         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2583         bibtex-enclosing-field, bibtex-format-entry,
2584         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2585         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2586         bibtex-print-help-message, bibtex-end-of-entry,
2587         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2588         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2589         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2590         method for parsing.
2591         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2592         bibtex-map-entries, bibtex-flash-head,
2593         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2594         bibtex-autokey-change, bibtex-autokey-get-namefield,
2595         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2596         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2597         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2598         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2599         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2600         order to make the new binding of case-fold-search immediately
2601         visible.
2603 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2605         * textmodes/bibtex.el: Copyright notice is up to date.
2606         Added constant 'bibtex-maintainer-salutation.
2608         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2609         than make-temp-name, use match-string-no-properties and eliminate
2610         a quadratic behavior when building bibtex-strings.
2612         * bibtex.el (bibtex-reference-key): Accept string entries whose
2613         reference key contains upper case letters.
2615 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2617         * bibtex.el (bibtex-reference-head): Allow entries to start with
2618         a new line.
2620 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2622         * bibtex.el: Hiding of entry bodies is not longer provided by
2623         bibtex.el directly.  Instead the hideshow package can be used.
2624         Added a special bibtex entry to hs-special-modes-alist.
2625         (bibtex-hs-forward-sexp): Added for hideshow.el.
2627 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2629         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2630         proceedings entry type (for cross referencing). Thanks to Wagner
2631         Toledo Correa for the suggestion.
2633         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2635 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2637         * international/characters.el: Setup case table for Vietnamese.
2639 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2641         * uniquify.el (toplevel): Require CL at compile time.
2642         (uniquify-push): Removed.
2644         * shadowfile.el (shadow-when): Removed.
2646         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2647         (tempo-process-and-insert-string): Use dolist instead of
2648         tempo-dolist.
2650         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2651         regexp for paragraph-start.
2653         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2654         commas as well.
2656 2000-02-10  Dave Love  <fx@gnu.org>
2658         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2659         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2660         Deleted.
2661         (widget-specify-field, widget-specify-button): Don't use
2662         widget-mouse-help as help-echo property.
2663         (default): Use #'ignore for :validate and :mouse-down-action.
2664         (checkbox): Add help-echo.
2665         (widget-sexp-validate): Rewritten to clarify error messages.
2666         (character): Use char-valid-p in :match function.
2667         (widget-color-complete): Use facemenu-color-alist.
2668         (widget-color-action): Use facemenu-read-color.
2670         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
2671         set up `caar' &c that we now have.
2673 2000-02-09  Ray Blaak  <blaak@gnu.org>
2675         * delphi.el: Make resourcestring a declaration region, like const
2676         and var.
2678 2000-02-09  Dave Love  <fx@gnu.org>
2680         * bindings.el (mode-line-input-method-map): New variable.
2681         (mode-line-mule-info): Use it; fix last change.
2682         (mode-line-mode-menu): Move definition.
2683         (mode-line-mouse-sensitive-p): Deleted.
2684         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2685         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
2686         level.
2688         * startup.el (command-line-1): Don't call
2689         make-mode-line-mouse-sensitive.
2691 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2693         * mail/rmail.el (rmail-retry-failure): Use
2694         rmail-beginning-of-message before rmail-toggle-header, because the
2695         former toggles headers.
2697 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
2699         * diff-mode.el (diff-kill-junk): New interactive function.
2700         (diff-reverse-direction): Use delete-and-extract-region.
2701         (diff-post-command-hook): Restrict the area so that the hook also works
2702         outside of any diff hunk.  This is necessary for the minor-mode.
2703         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2704         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2706         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2707         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2708         so that it can be used more easily in <foo>-mode-hook.  Also make sure
2709         to avoid duplicate entries.
2710         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2711         (font-lock-remove-keywords): Just as was done for `add', allow it to
2712         work even if font-lock-mode is nil.  Also make sure we don't modify
2713         any pre-existing list by forcing a copy-sequence.  Finally rename
2714         `major-mode' to `mode'.
2715         (font-lock-fontify-syntactic-anchored-keywords)
2716         (font-lock-fontify-anchored-keywords)
2717         (font-lock-fontify-keywords-region): Use line-end-position.
2718         Don't make `font-lock-multiline' local (it's now done in
2719         font-lock-set-defaults).
2720         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
2721         move the `font-lock-fontified' creation to inside the `unless'.
2723 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2725         * term/w32-win.el (x-handle-args): Comment out call to message,
2726         which occurs before window system is initialized.
2728         * makefile.nt: Add support for recompiling lisp code.
2730 2000-02-04  Dave Love  <fx@gnu.org>
2732         * bindings.el (mode-line-mule-info): Fix/extend last change.
2734         * completion.el: Replace completion-dolist with dolist.
2736         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2737         dotimes.
2739 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2741         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2742         environment names before they go into the section regexp.
2744         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2745         char class in regexp.
2747         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2748         `case-fold-search' to nil.
2750         * progmodes/idlwave.el (idlwave-template): Respect
2751         `idlwave-abbrev-change-case'.
2752         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2753         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2754         idlwave-while): respect `idlwave-reserved-word-upcase'.
2755         (idlwave-rw-case): New function.
2756         (idlwave-statement-match): Fixed problem with assignment regexp.
2757         (idlwave-font-lock-keywords): Improved regexp for keyword
2758         parameters.
2759         (idlwave-surround): New argument LENGTH to support padding of
2760         operators longer than 1 char.
2762         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2763         idlwave-shell-expression-overlay.  Implemented printing of
2764         expressions on higher levels of the calling stack.
2765         (idlwave-shell-display-level-in-calling-stack): Restore stack
2766         level.
2767         (idlwave-retrieve-expression-from-level): New function.
2768         (idlwave-shell-last-calling-stack): Variable removed.
2769         (idlwave-shell-reset): Argument action reversed (`visible' to
2770         `hidden').  Also remove stop-line overlay.
2771         (idlwave-shell-calling-stack-routine): New variable.
2772         (idlwave-shell-parse-stack-and-display): Messages now display
2773         negative level numbers.
2774         (idlwave-shell-mode): Set `modeline-format'.
2775         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2776         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2777         21.
2778         (idlwave-shell-print-expression-function): New option.
2780         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2781         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2782         `tool-bar' instead of `toolbar'.
2784 2000-02-02  Dave Love  <fx@gnu.org>
2786         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2787         emacs-lisp-mode-hook.  Don't check for defalias being defined.
2789         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2790         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
2791         the new builtins directly.
2793         * whitespace.el (whitespace): Add :version to defgroup.
2795         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2796         Doc fix.
2798         * thingatpt.el (sexp-at-point, symbol-at-point)
2799         (number-at-point, list-at-point): Add autoload cookie.
2801         * recentf.el (recentf): Add :version to defgroup.
2803         * quickurl.el (quickurl): Add :version to defgroup.
2805         * elide-head.el (elide-head): Use point-marker more.
2807         * bs.el (bs): Add :version to defgroup.
2809         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2811         * progmodes/delphi.el (delphi): Add :version to defgroup.
2813 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
2815         * ange-ftp.el (ange-ftp-write-region): Handle case that
2816         succeeding process operation sets a different coding system.
2818         * calculator.el: New file.
2820 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2822         * frame.el (frames-on-display-list, framep-on-display): New
2823         functions.
2824         (display-mouse-p, display-popup-menus-p, display-graphic-p)
2825         (display-selections-p, display-screens, display-pixel-width)
2826         (display-pixel-height, display-mm-width, display-mm-height)
2827         (display-backing-store, display-save-under, display-planes)
2828         (display-color-cells, display-visual-class): New functions.
2830         * term/tty-colors.el (tty-color-gray-shades): New function.
2832         * faces.el (display-color-p): Use framep-on-display.
2833         (display-grayscale-p): New function.
2835 2000-01-31  Dave Love  <fx@gnu.org>
2837         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2838         (create-fontset-from-x-resource): Don't concat integers.
2840 2000-01-31  Inge Frick  <inge@nada.kth.se>
2842         * view.el: Some changes in documentation.  Removed some trailing
2843         whitespace. Changed some parameter names to agree with
2844         documentation.
2845         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2846         window is not deleted.  Modifies change 1998-04-26.
2848 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
2850         * windmove.el: New file.
2852         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2853         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2854         progmodes/ebnf-yac.el: Update copyright and license info.
2856         * jit-lock.el (jit-lock-function): Widen before calculating end
2857         position.
2858         (jit-lock-stealth-chunk-start): Rewritten.
2860         * info.el (Info-title-face-alist): Removed.
2861         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2862         faces.
2863         (Info-fontify-node): Use these faces.
2865 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
2867         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2868         (cl-macro-list1): Recognize `&allow-other-keys' instead of
2869         `&allow-other-keywords'.
2871         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2872         the list of directories scanned heuristically.
2874         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2875         exist.
2877 2000-01-30  Jason Rumney  <jasonr@gnu.org>
2879         * w32-fns.el: Define w32-tty-standard-colors.
2881         * startup.el (command-line): Use w32-tty-standard-colors when in
2882         w32 console mode.
2884 2000-01-30  Dave Love  <fx@gnu.org>
2886         * jka-compr.el (jka-compr-load): Fix up load-history.
2888         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2890         * emacs-lisp/cl-macs.el: Revert previous change.
2892 2000-01-29  Dave Love  <fx@gnu.org>
2894         * facemenu.el: Purecopy various strings.
2896         * timezone.el (timezone-fix-time): Window against 69 for two-digit
2897         years.  Deal with three-digit years.
2899         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2900         defconst, purecopy.
2901         (help-back-label): Purecopy it.
2903 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2905         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2906         variable. If non-nil, order the buffer list according to the
2907         currently selected frame.
2908         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2909         non-nil, pass the selected frame to function buffer-list.
2911 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2913         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2915 2000-01-28  Dave Love  <fx@gnu.org>
2917         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2919         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2920         Don't use lisp-indent-hook property.
2921         (cl-abs): Remove.
2923         * subr.el: Move out indent and edebug specs for when and unless.
2925         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2926         when, unless.
2928         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2929         unless, when.
2931 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
2933         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2934         `collecting' as synonym for `collect'.
2936         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2937         for the case it contains spaces.
2939         * simple.el (what-cursor-position): Change formatting of
2940         messages.
2942         * frame.el (delete-other-frames): New function.
2943         (toplevel): Bind it to C-x 5 1.
2945         * sort.el (sort-numeric-base): New option.
2946         (sort-numeric-fields): If number starts with `0' or `0[xX[',
2947         interpret it as octal or hexadecimal.  Use sort-numeric-base
2948         as default base.
2950         * progmodes/glasses.el: New file.
2952 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
2954         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2955         userids differently.
2957         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2958         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2959         progmodes/ebnf-yac.el: New files.
2961 2000-01-26  Dave Love  <fx@gnu.org>
2963         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2964         on a function with an empty body.  [From Eric Ludlam.]
2966 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
2968         * vc.el (vc-version-diff): Make sure file name is expanded.
2970 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
2972         * scroll-bar.el (scroll-bar-timer): Variable removed.
2973         (scroll-bar-toolkit-scroll): Don't use a timer.
2975 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
2977         * language/thai-util.el (thai-composition-function): Delete
2978         superfluous `a'.
2980 2000-01-24  Dave Love  <fx@gnu.org>
2982         * fortran.el (fortran-mode): Use beginning-of-defun-function,
2983         end-of-defun-function.
2985         * font-lock.el (turn-on-font-lock): Don't depend on window-system
2986         &c.
2988 2000-01-22  Jason Rumney  <jasonr@gnu.org>
2990         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2991         conflicts with new face support.
2993 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2995         * replace.el (query-replace): Rename last arg to DELIMITED.
2996         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2997         (query-replace-regexp): Likewise.
2999 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3001         * subr.el (with-syntax-table): Use make-symbol, not gensym.
3003         * emacs-lisp/lisp.el (beginning-of-defun-function):
3004         Variable renamed from beginning-of-defun.
3005         Do not call make-variable-buffer-local.
3006         (beginning-of-defun-raw): Use new variable name; doc fix.
3007         (beginning-of-defun): Doc fix.
3008         (end-of-defun-function): Variable renamed from end-of-defun.
3009         Do not call make-variable-buffer-local.
3010         (end-of-defun): Use new variable name; doc fix.
3012         * subr.el (dolist, dotimes): Copied from cl-macs.el
3013         and made to work.
3015         * mail/undigest.el (rmail-digest-end-regexps):
3016         Variable replaces rmail-digest-end-regexp.
3017         Allows multiple regexps for detecting the end line.
3018         (undigestify-rmail-message): Corresponding changes.
3020 2000-01-19  Dave Love  <fx@gnu.org>
3022         * files.el (user-init-file): Don't declare here -- is primitive.
3024         * startup.el (command-line): Check for compiled user-init-file and
3025         set to uncompiled version if necessary.
3027 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3029         * mail/undigest.el (rmail-digest-end-regexp): New user option.
3030         (undigestify-rmail-message): Use it.
3032         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3034 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
3036         * tmm.el (tmm-goto-completions): Adapt to prompt being part
3037         of mini-buffer.
3039 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
3041         * emacs-lisp/copyright.el (copyright-update): Removed the
3042         requirement for a trailing space from `copyright-regexp', to
3043         support copyrights with owner specified on a separate line..
3045         * align.el: New file.
3047         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3049         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3051 2000-01-13  Dave Love  <fx@gnu.org>
3053         * ph.el: Removed.  (Obsoleted by EUDC.)
3055 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3057         * net/eudc.el (toplevel): Remove autoloaded code installing
3058         menu with easymenu, because that causes build problems.
3060         * frame.el (frame-notice-user-settings): New variable.
3061         (frame-notice-user-settings): Don't modify frame parameters
3062         if called a second time.
3064 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3066         * frame.el (frame-notice-user-settings):
3067         Notice default-frame-parameters even for non-window frames.
3069 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3071         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3072         for Emacs.
3073         (eudc-bob-can-display-inline-images): Extend for Emacs.
3074         (eudc-bob-toggle-inline-display): Ditto.
3075         (eudc-bob-display-jpeg): Ditto.
3077 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
3079         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3080         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3081         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3083         * add-log.el (add-change-log-entry): Fix error trying an `(insert
3084         nil)'.
3086         * subdirs.el: Add `net' directory.
3088         * net: New directory.
3090         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3091         eval-last-sexp.  Don't bind debug-on-error here.
3092         (eval-last-sexp): New function.  Bind debug-on-error if
3093         eval-expression-debug-on-error is non-nil.
3094         (eval-defun-2, eval-defun): Likewise.
3096         * simple.el (eval-expression): Don't bind debug-on-error if
3097         eval-expression-debug-on-error is nil.  Detect changed
3098         debug-on-error, and propagate new value to global binding, if
3099         eval-expression-debug-on-error is non-nil,
3100         (eval-expression-debug-on-error): Change doc string.
3102 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3104         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3106         * emacs-lisp/lisp-mode.el (with-syntax-table):
3107         Set up lisp-indent-function property.
3109         * subr.el (with-syntax-table): Moved from simple.el.
3111         * simple.el (with-syntax-table): Moved to subr.el.
3113 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
3115         * tmm.el (tmm-shortcut): Delete region after prompt instead
3116         of erasing buffer.
3118         * textmodes/fill.el (fill-common-string-prefix): New function.
3119         (fill-context-prefix): Use the longest common prefix of first
3120         and second line fill prefix, if there is one.
3122 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3124         * array.el (array-mode): Don't use make-variable-buffer-local.
3125         Use make-local-variable for `truncate-lines'.
3127 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
3129         * add-log.el (add-log-current-defun): Handle user-defined
3130         add-log-current-function returning nil,
3132         * add-log.el (add-change-log-entry): Insert version number
3133         if having found a current function
3135         * add-log.el (add-log-current-defun): Call
3136         `add-log-current-defun-function'.  Try matches at level 0 and
3137         level 1.  Strip whitespace from defun found.
3139 2000-01-10  John Wiegley  <johnw@gnu.org>
3141         * allout.el (isearch-done/outline-provisions): Added `edit'
3142         argument to correspond with the current definition of
3143         `isearch-done'.
3145 2000-01-10  Dave Love  <fx@gnu.org>
3147         * elide-head.el (elide-head): Use point-marker, not point.
3149 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
3151         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3152         before and after the year 2000.
3154         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3155         Add ispell- prefix.
3157 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
3159         * ispell.el:  Only define dictionaries in menus when they exist.
3160         (version18p): New variable.
3161         (version20p): New variable.
3162         (xemacsp): New variable.
3163         (ispell-choices-win-default-height): Fix for XEmacs visibility.
3164         (ispell-dictionary-alist1): Added Brasileiro dictionary.
3165         (ispell-dictionary-alist6): Russian command lines no longer accept
3166         run-together words.
3167         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3168         (ispell-dictionary-alist): Add koi8-r to customize definition.
3169         (check-ispell-version): Added documentation string.  Returns
3170         library path when called non-interactively.
3171         (ispell-menu-map-needed): Uses new variables.
3172         (ispell-library-path): New variable.
3173         (ispell-decode-string): XEmacs fix for bogus variable bindings.
3174         (ispell-word): Improved documentation string.  Test for valid
3175         character mappings.  Correctly check typed in word changes that can
3176         result in single words split into multiple words.  Returns
3177         replacement word.
3178         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
3179         replace in recursive query replace mode.  Help message for
3180         recursive edit mode.
3181         (ispell-show-choices): Protect against bad framepop bindings.
3182         (ispell-help): Fix to work with XEmacs.
3183         (ispell-highlight-spelling-error): Use new variables.
3184         (ispell-overlay-window): Fix to work with XEmacs.
3185         (ispell-parse-output): Passed and returns location information
3186         tracking spelling corrections.  Doesn't recheck same word on
3187         current line.
3188         (ispell-init-process): Protect against bogus XEmacs variable binding.
3189         Fix call to single argument in sleep-for.  Use new variables.
3190         (ispell-region): Passed and returns location information tracking
3191         spelling corrections.  Doesn't check same word on current line.
3192         Improved documentation string.  Doesn't resend a line already
3193         checked to the ispell process - fixes bug in LaTeX parsing.
3194         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3195         (ispell-skip-region): No longer skips <TT> in SGML.
3196         (ispell-process-line): Tracks location information with spelling
3197         corrections.  Added documentation string.  Accounts for words
3198         already accepted on this line.  Don't allow query-replace on line
3199         starting with math characters.  Doesn't resend a line already sent
3200         to ispell process.  Fixes alignment error bug.
3202 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3204         * dired-x.el (dired-guess-shell-alist-default):
3205         Suggest xloadimage, which is free, not xv, which isn't.
3207         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3208         Don't ever include the host name or user name in the value.
3210 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3212         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3213         of a real newline.
3215 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3217         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3218         for .png files.
3220 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3222         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3224 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3226         * progmodes/cperl-mode.el: Replace ^F with ^L.
3228         * sendmail.el (toplevel): Provide `sendmail' when compiling
3229         before `require'ing rmail and mailalias to prevent infinite
3230         recursion.
3232 2000-01-08  Dave Love  <fx@gnu.org>
3234         * emacs-lisp/backquote.el: Remove inappropriate customization
3235         (allowing custom.el to use backquote).
3237 2000-01-07  Dave Love  <fx@gnu.org>
3239         * add-log.el (add-log-debugging): Deleted.
3240         (add-change-log-entry): Treat a backup FILE-NAME as its parent
3241         file.  Remove debugging code.
3242         (change-log-get-method-definition, change-log-name): Add doc.
3243         (change-log-sortable-date-at): New function.
3244         (change-log-merge): New command.
3246         * time.el (display-time-string-forms): Make the Mail string active.
3247         (display-time-update): Provide help-echo for load average.
3249         * bindings.el (make-mode-line-mouse2-map): New function.
3250         (mode-line-modified): Use it and simplify.
3251         (mode-line-mule-info): Provide help-echo info.
3252         (minor-mode-alist): Activate the strings.
3253         (make-mode-line-mouse-sensitive): Simplify for
3254         mode-line-buffer-identification.
3256 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
3258         * play/pong.el: New file.
3260 2000-01-06  Dave Love  <fx@gnu.org>
3262         * array.el: Assorted cleanups for compiler warnings, doc strings,
3263         `array-' prefix for symbols.
3265 2000-01-05  Dave Love  <fx@gnu.org>
3267         * textmodes/outline.el (outline-mode-menu-bar-map): Add
3268         outline-headers-as-kill.
3269         (outline-mode): Define imenu-generic-expression.
3270         (outline-headers-as-kill): New command.
3272         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3273         from paragraph-start.
3274         (paragraph-indent-minor-mode): New command.
3276         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3277         M-C-e, M-C-h, C-j, C-xnd, TAB.
3278         (fortran-mode): Set beginning-of-defun, end-of-defun.
3279         (fortran-column-ruler): Simplify.
3280         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3281         (fortran-with-subprogram-narrowing): Likewise.
3282         (fortran-indent-subprogram): Call mark-defun.
3283         (fortran-check-for-matching-do): Change narrowing.
3285         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3286         (cl-lucid-hash-tag): Delete.
3287         (cl-hash-table-p): Correct test for native table.
3288         (cl-hash-table-count): Use hash-table-count.
3290         * browse-url.el (browse-url): Fix case of
3291         browse-url-browser-function being an alist.
3293 2000-01-05  Carsten Dominik  <cd@gnu.org>
3295         * textmodes/reftex-vars.el (reftex-parse-file-extension)
3296         (reftex-index-phrase-file-extension): New options.
3298         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3299         Use new option `reftex-index-phrase-file-extension'.
3301         * textmodes/reftex.el (reftex-access-parse-file): Use new option
3302         `reftex-parse-file-extension'.
3304 2000-01-05  Dave Love  <fx@gnu.org>
3306         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3307         (beginning-of-defun-raw): Use it.
3308         (end-of-defun): New variable.
3309         (end-of-defun): Use it.
3310         (check-parens): New command.
3312 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3314         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3315         (hs-show-block): Don't use `mapcar' when not accumulating.
3317         Fix buglet in local variables initialization.
3319 2000-01-05  Andreas Schwab  <schwab@suse.de>
3321         * hscroll.el (hscroll): Doc fix.
3323 2000-01-05  Carsten Dominik  <cd@gnu.org>
3325         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3326         idlw-toolbar.
3328         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3329         file idlw-rinfo.el.
3330         (idlwave-customize): load must read file idlw-shell.el.
3331         (idlwave-create-customize-menu): load must read file idlw-shell.el.
3333 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
3335         * progmodes/idlw-shell.el: Also provide idlwave-shell
3336         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3337         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3339         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3340         both reftex-dcr and reftex-vcr.
3342         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3344 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3346         * ps-print.el: PostScript code now is in separate files, doc fix.
3347         (ps-print-version): New version number (5.0.3).
3348         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3349         local.
3350         (ps-spool-config): Initialization fix.
3351         (ps-print-prologue-1, ps-print-prologue-2)
3352         (ps-print-duplex-feature): PostScript code moved to separated file.
3353         (ps-background-image): Little code reformating.
3354         (ps-begin-file, ps-begin-job): Fix code.
3355         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3356         (ps-prologue-file): New fun.
3358 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3360         * ps-vars.el: Eliminated.
3362         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3363         `;;;###autoload'.
3365         * ps-print.el: ps-vars eliminated, doc fix.
3366         (ps-print-version): New version number (5.0.2).
3367         (ps-spool-config): Initialization fix.
3368         (ps-print-customize): New fun.
3370 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
3372         * autorevert.el (auto-revert-mode): Return value of
3373         auto-revert-mode.
3375 2000-01-04  Dave Love  <fx@gnu.org>
3377         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3378         menu items.
3380 2000-01-03  Dave Love  <fx@gnu.org>
3382         * elide-head.el (elide-head) [defgroup]: Add :version.
3384         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3385         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3386         `cl-hash-table-p', not `hash-table-p'.
3387         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3389 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3391         * faces.el (face-read-integer, read-face-attribute)
3392         (color-defined-p, color-values): unspecified-{f,b}g are now
3393         strings.
3395 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3397         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3398         at comment end, and re-insert them after filling.
3400 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3402         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3403         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3404         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3406 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3408         * term/x-win.el (xw-defined-colors): Call color-supported-p,
3409         the new name of face-color-supported-p.
3411         * term/w32-win.el (xw-defined-colors): Likewise.
3413 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3415         * simple.el (completion-setup-function): Count completion-size
3416         from minibuffer-prompt-end, not from point-min.
3418 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3420         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3421         Pass the frame to tty-color-* functions.
3422         (display-color-p, frame-set-background-mode): Pass the frame to
3423         tty-display-color-p.
3425         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3426         tty-color-alist.
3427         (tty-color-alist, tty-modify-color-alist): New functions.
3428         (tty-color-define,  tty-color-clear, tty-color-approximate)
3429         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3430         an optional parameter FRAME.
3432 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3434         * image.el (create-image, defimage): Don't assume image data is a
3435         string.
3437         * image.el (defimage): Handle specifications containing :data
3438         instead of :file.
3439         (image-type-from-data): New function.
3440         (image-type-from-file-header): Use it.
3441         (create-image): Add parameter DATA-P.
3443 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3445         * echistory.el (electric-command-history): Call Command-history-setup
3446         and command-history-mode using their new conventions.
3448         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3449         no args, and do not set major-mode, mode-name or the local map.
3450         (command-history-mode): New function, does some of those things
3451         Command-history-setup used to do.
3452         (list-command-history): Call command-history-mode, not
3453         Command-history-setup.
3454         (command-history): Renamed from command-history-mode.
3456 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3458         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3460 1999-12-31  William M. Perry  <wmperry@aventail.com>
3462         * image.el (defimage): Images with the `:data' keyword should be
3463         considered valid as well.
3465 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3467         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3468         with FILE if FILE is nil.
3470 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3472         * simple.el (choose-completion-string): In minibuffer,
3473         do not delete the prompt string.
3475 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3477         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3478         assigned to mode-line-mode-menu because bindings.el is dumped with
3479         Emacs, and thus the lists used for menu-item definition will be
3480         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3481         like pure menu item definitions.
3483         * expand.el (expand-abbrev-hook): Return t if expansion was
3484         done, nil otherwise.
3486 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3488         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3489         (tar-quit): Function deleted.
3491 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3493         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3494         was used but not declared.
3496         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3497         hs-find-block-beginning): Add or modify docstrings.
3499         (hs-isearch-show): Rewrite.
3501 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3503         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3505         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3506         space in front of a C-style comment end.
3508 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3510         * startup.el (command-line-1): Make mode line mouse-sensitive for
3511         the MS-DOS version as well.
3513 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3515         * bs.el: New file.
3517 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3519         * textmodes/ispell.el (ispell-process-line):
3520         Add local var line-offset to adjust for the change
3521         in positions within the line, due to previous replacements.
3523 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3525         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3526         Doc fixes.
3528 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3530         * add-log.el (change-log-version-number-regexp-list)
3531         (change-log-version-info-enabled): Change :version to 21.1.
3532         (toplevel): Require CL when compiling.
3534 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3536         * add-log.el (change-log-version-number-regexp-list): Added tag
3537         :version 20.6
3538         (change-log-version-info-enabled): Added tag :version 20.6
3540 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3542         * add-log.el: More general version number search with
3543         user-configurable regexp list.
3544         (change-log-version-number-regexp-list): New user variable.
3545         (change-log-find-version): Rewritten.  Use user-configurable
3546         version numbering regexp list
3547         change-log-version-number-regexp-list.
3548         (change-log-find-version): Renamed to
3549         change-log-version-number-search
3550         (add-log-file-name-function): New.
3551         (change-log-search-vc-number): Added END paramaeter.  Added doc
3552         string to function.
3553         (change-log-version-rcs): Renamed.  Was
3554         change-log-search-vc-number.
3556 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3558         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3559         overlays if they interfere.
3560         (compilation-find-file): Make intangible overlays tangible.
3562         * progmodes/hideshow.el: Generally, synch w/ maintainer
3563         version 5.9.
3565         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3567         (hs-minor-mode-hook): Don't initialize.
3569         (hs-special-modes-alist): Rewrite value and docstring.
3571         (hs-minor-mode-prefix): Delete unused var.
3573         (hs-block-start-mdata-select): New var, buffer local.
3575         (hs-headline): New var.
3577         (hs-match-data, hs-forward-sexp): New funcs.
3579         (hs-hide-comment-region): New func.
3581         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3582         hs-safety-is-job-n, hs-hide-initial-comment-block,
3583         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3584         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3585         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3586         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3587         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3589         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3590         (hs-isearch-show-temporary): New funcs.
3592         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3594         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3596         When constructing menu, use `[(shift button2)]' notation.
3598 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3600         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3601         (jka-compr-compression-info-list): Add new elt to each vector.
3602         (jka-compr-write-region): Don't compress the data if it is
3603         already compressed.
3605         * jka-compr.el (jka-compr-really-do-compress): New variable.
3606         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3607         if visiting.
3608         (jka-compr-write-region): Set jka-compr-really-do-compress
3609         if visiting.  Test it when deciding to compress.
3611 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3613         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3614         with third argument t.
3616 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3618         * antlr-mode.el: Version 1.2 is released.
3619         (antlr): This package has a web page.
3621 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3623         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3624         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3625         (antlr-mode-map): New binding [C-c C-c].
3626         (antlr-mode-menu): New entries.
3628 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3630         * antlr-mode.el: Respect Emacs conventions.
3631         ((require 'cl)): Only use during compilation.
3632         (antlr-language-for-option): New function to avoid using `find'.
3633         (antlr-mode): Use it.
3634         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3635         (antlr-imenu-create-index-function): Change accordingly.
3636         (antlr-inside-rule-p): Ditto.
3637         (antlr-end-of-rule): Ditto.
3638         (antlr-end-of-body): Ditto.
3639         (antlr-beginning-of-rule): Ditto.
3640         (antlr-indent-line): Ditto.
3642 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3644         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3645         (antlr-set-tabs): Don't use hard-coded values.
3647         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3648         won't be possible without a huge time penalty.
3649         (antlr-skip-exception-part): Be more specific.
3650         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3651         Renamed from `antlr-skip-grammar-header'.
3652         (antlr-next-rule): Change accordingly.
3653         (antlr-end-of-body): Ditto.  Better error message.
3654         (antlr-beginning-of-body): Better error message.
3655         (antlr-imenu-create-index-function): Skip rule action prelude.
3657         * antlr-mode.el: Minor syntax highlighting changes.
3658         (antlr-font-lock-default-face): Deletia.
3659         (antlr-font-lock-tokendef-face): Changed color.
3660         (antlr-font-lock-tokenref-face): Changed color.
3661         (antlr-font-lock-literal-face): Changed color.
3662         (antlr-font-lock-additional-keywords): Minor changes.
3664 1999-12-20  Carsten Dominik  <cd@gnu.org>
3666         * progmodes/idlwave.el: New file.
3668         * progmodes/idlwave-rinfo.el: New file.
3670         * progmodes/idlwave-shell.el: New file.
3672         * progmodes/idlwave-toolbar.el: New file.
3674         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3676 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
3678         * progmodes/cwarn.el: New file.
3680 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3682         * bindings.el (completion-ignored-extensions): Add .pdf.
3684 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3686         * version.el: Put the version info into binary on MS-DOS as well.
3688 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3690         * emacs-lisp/debug.el (debugger-continue): Don't continue if
3691         debugger-may-continue is nil.
3693 1999-12-18  Dave Love  <fx@gnu.org>
3695         * emacs-lisp/cl-macs.el: Remove conditional definition of
3696         eval-when-compile.  Don't specify abs, expt, gethash,
3697         hash-table-count, hash-table-p as side-effect-free here.
3698         (cl-emacs-type): Don't declare.
3699         (cl-compile-time-init): Remove Emacs 18 compiler patch.
3700         (cl-parse-loop-clause): Remove compatibility code.
3702         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3703         (side-effect-free-fns): Add gethash, hash-table-count.
3704         (side-effect-and-error-free-fns): Add hash-table-p.
3706         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
3707         `cl-' to autoload names for some hash functions.  Don't autoload
3708         eval-when-compile.  Don't provide mini-cl.
3709         (cl-emacs-type): Remove.
3710         (cl-map-extents): Remove compatibility code.
3712         * emacs-lisp/float.el: Bind free variables.
3714         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3716 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3718         * bindings.el (completion-ignored-extensions): Add .tfm.
3720 1999-12-16  Dave Love  <fx@gnu.org>
3722         * faces.el (set-face-attribute): Purecopy the attributes set.
3724         * custom.el (custom-declare-variable): Purecopy value.
3726         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3727         (byte-extrude-byte-code-vectors): Use remprop.
3728         (byte-compile-lambda): Check that arg is a lambda.
3730 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
3732         * font-lock.el: System for adding and removing keywords.
3733         Both local (previously added keyword) and global keywords
3734         can be removed.
3735         (font-lock-remove-keywords): New user-level function.
3736         (font-lock-update-removed-keyword-alist): New internal function.
3737         (font-lock-removed-keywords-alist): New variable.
3738         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3739         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3740         growing datastructures.
3741         (font-lock-set-defaults): Removes keywords stored in
3742         `font-lock-removed-keywords-alist' after local keywords added.
3744 1999-12-16  Anders Lindgren  <andersl@andersl.com>
3746         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3747         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3749         * font-lock.el (c-keywords): Only highlight preprocessor
3750         directives when spelled correctly.
3752         * font-lock.el (font-lock-match-c++-structor-declaration,
3753         c++-keywords): Fontify constructors and destructors with function
3754         face inside C++ class declarations.
3756 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3758         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3759         the shell from sh-shell-file.
3761         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3763 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3765         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3766         if one of the files specified cannot be accessed by
3767         file-attributes.  Do not strip any leading directories from the
3768         file names, to behave more like `ls' does.
3770         * dired.el (dired-get-filename): Handle absolute file names.
3771         (dired-readin-insert): If argument is a cons, don't print
3772         "wildcard" on the ``total'' line.
3774 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3776         * faces.el (face-read-integer, read-face-attribute)
3777         (color-defined-p, color-values): Allow color values unspecified-fg
3778         and unspecified-bg, handle them as unspecified.
3780 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
3782         * textmodes/reftex.el: (reftex-compile-variables): respect new
3783         structure of `reftex-index-macro'
3784         (reftex-compile-variables): Use the changed structure of
3785         `reftex-label-alist'.
3787         * textmodes/reftex-vars.el (reftex-index-math-format,
3788         (reftex-toc-max-level): New option.
3789         reftex-index-phrases-search-whole-words,
3790         reftex-index-phrases-case-fold-search,
3791         reftex-index-phrases-skip-indexed-matches,
3792         reftex-index-phrases-wrap-long-lines,
3793         reftex-index-phrases-sort-prefers-entry,
3794         reftex-index-phrases-sort-in-blocks): New options.
3795         (reftex-index-macros): Option structure changed.
3796         (reftex-index-macros-builtin): Added `repeat' item to each entry.
3797         (reftex-label-alist): Additional item in each entry to specify if
3798         the environment should be listed in the TOC.
3799         (eval-when-compile (require 'cl)) added.
3801         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3802         longer deals with "repeat".
3803         (reftex-index): "repeat property in `reftex-index-macro-alist' is
3804         now used.
3805         (reftex-index-phrases-comment-regexp,
3806         reftex-index-phrases-macrodef-regexp,
3807         reftex-index-phrases-phrase-regexp1,
3808         reftex-index-phrases-phrase-regexp2,
3809         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3810         New constants.
3811         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3812         reftex-index-phrases-font-lock-keywords,
3813         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3814         reftex-index-phrases-restrict-file): New variables.
3815         (reftex-index-phrase-selection-or-word,
3816         reftex-index-visit-phrases-buffer,
3817         reftex-index-initialize-phrases-buffer,
3818         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3819         reftex-index-next-phrase, reftex-index-this-phrase,
3820         reftex-index-all-phrases, reftex-index-region-phrases,
3821         reftex-index-phrases-parse-header,
3822         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3823         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3824         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3825         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3826         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3827         reftex-index-make-replace-string,
3828         reftex-query-index-phrase-globally, reftex-query-index-phrase,
3829         reftex-index-phrase-match-is-indexed,
3830         reftex-index-phrases-fixup-line,
3831         reftex-index-phrases-replace-space,
3832         reftex-index-select-phrases-macro): New functions.
3833         (reftex-index-globalize, reftex-index-globally): functions removed
3834         (eval-when-compile (require 'cl)) added.
3836          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3837          for max level.
3838          (reftex-toc-max-level-indicator): New variable.
3839          (reftex-toc-max-level): New command.
3840          (reftex-toc-map): New keybinding `t'.
3841          (reftex-toc-help): Constant updated.
3842          (eval-when-compile (require 'cl)) added.
3844          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3845          `t' command key can change `reftex-toc-max-level'
3846          (eval-when-compile (require 'cl)) added.
3848          * textmode/reftex-sel (reftex-insert-docstruct): Respect
3849          `reftex-toc-max-level'
3850          (eval-when-compile (require 'cl)) added.
3852          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3853          added.
3855          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3856          added.
3858          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3859          commands.
3860          (reftex-citation, reftex-do-citation,
3861          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3862          preselect a citation format.
3863          (eval-when-compile (require 'cl)) added.
3865          * textmodes/reftex-parse.el (reftex-context-substring): Optional
3866          parameter to-end
3867          (reftex-section-info): Deal with environment matches.
3868          (eval-when-compile (require 'cl)) added.
3870          * reftex-global.el (eval-when-compile (require 'cl)) added.
3872 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
3874         The following changes are for the new composition mechanism.  We
3875         have deleted `composition' charset and composite characters,
3876         instead introduced a special text property `composition'.
3878         * composite.el: New file.
3880         * ps-mule.el: Define encode-composition-rule and find-composition
3881         for Emacs 20.4 and the earlier versions.
3882         (ps-mule-init-external-library): Just require a feature for
3883         external libraries.
3884         (ps-mule-prologue): Postscript code modified for new composition.
3885         (ps-mule-find-wrappoint): New arg COMPOSITION.
3886         (ps-mule-plot-string): Delete code for composite characaters.
3887         (ps-mule-plot-composition): New funcion.
3888         (ps-mule-prepare-font-for-components): New function.
3889         (ps-mule-plot-components): New function.
3890         (ps-mule-composition-prologue-generated): Renamed from
3891         ps-mule-cmpchar-prologue-generated.
3892         (ps-mule-composition-prologue): New named from
3893         ps-mule-cmpchar-prologue.  Modified for new composition.
3894         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3895         ps-mule-prepare-cmpchar-font): Deleted.
3896         (ps-mule-string-encoding): New arg NO-SETFONT.
3897         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3898         check Composing, not Cmpchar
3899         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3900         to nil.
3901         (ps-mule-begin-job): Check existence of new composition.
3903         * ps-print.el (ps-plot-region): Handle new composition.
3905         * simple.el (what-cursor-position): Show "(composed)" if the
3906         character is composed.
3908         * international/characters.el: Fix cateogries of Lao symbols.
3910         * international/fontset.el (vertical-centering-font-regexp): New
3911         variable.
3913         * international/mule.el (mule-version): Updated to 5.0 (AOI).
3914         (mule-version-date): Updated to 1999.12.7.
3915         (with-category-table): New macro.
3917         * international/mule-cmds.el (encode-coding-char): Don't check
3918         composite character.
3920         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3921         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3922         x-ctext): Give `composition' property t.
3924         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3925         non-nil) at the tail of ALIST.
3926         (compose-region, decompose-region, decompse-string,
3927         reference-point-alist, compose-chars): Moved to composite.el.
3928         (compose-chars-component, compose-chars-rule,
3929         decompose-composite-char): Deleted.
3931         * international/quail.el (quail-install-map): New optional arg
3932         NAME.
3933         (quail-get-translation): If DEF is a symbol but not a function,
3934         ignore it.
3935         (quail-start-translation): Put a key sequence undefined in the
3936         translation keymap in unread-command-events, not generated-events.
3937         Return parameterized event (compose-last-chars N) if the input
3938         characters should be composed.
3939         (quail-map-definition): If DEF is t, treat it as nil.
3940         (quail-delete-last-char): Delete the quail region.
3941         (quail-show-translations): Don't show list of translations if the
3942         quail package is deterministic.
3943         (quail-completion-max-depth): New variable.
3944         (quail-completion-1): Pay attention to the above variable.  Fix
3945         for the case that a translation is a function.
3946         (quail-map-from-table, quail-map-from-table-1,
3947         quail-map-from-table-2): New functions.
3948         (quail-lookup-map-and-concat): New function
3950         * language/devan-util.el: Mostly rewritten.
3952         * language/lao.el: Register lao-composition-function in
3953         composition-function-table.
3955         * language/lao-util.el: Mostly rewritten.
3957         * language/thai.el: Register thai-composition-function in
3958         composition-function-table.
3959         (thai-tis620): Delete `pre-write-conversion' property.
3961         * language/thai-util.el: (thai-category-table): Make it by
3962         make-category-table.
3963         (thai-composition-pattern): New variable.
3964         (thai-compose-region, thai-compose-string): Use
3965         with-category-table.
3966         (thai-post-read-conversion): Just call thai-compose-region.
3967         (thai-pre-write-conversion): Deleted.
3968         (thai-composition-function): New funciton.
3970         * language/tibet-util.el: Most functions rewritten.
3971         (tibetan-char-p): Renamed from tibetan-char-examin.
3972         (tibetan-composable-examin) (tibetan-complete-char-examin)
3973         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3974         (tibetan-add-components): New function.
3975         (tibetan-composition-function): New function.
3977         * language/tibetan.el: Register tibetan-composition-function in
3978         composition-function-table.
3979         (tibetan-composable-pattern): New variable.
3980         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3981         (tibetan-precomposition-rule-alist): Move punctuations to
3982         tibetan-punctuation-transcription-alist and
3983         tibetan-obsolete-glyphs.
3984         (tibetan-punctuation-transcription-alist): New variable.
3985         (tibetan-obsolete-glyphs): New variable.
3986         (tibetan-regexp): Improve the initialization code.
3988         * textmodes/fill.el (fill-find-break-point): Delete codes for
3989         composite characters.
3990         (fill-region-as-paragraph): Likewise.
3992 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
3994         * international/mule-cmds.el (default-input-method): Specify
3995         that it should be set after current-language-environment.
3997         * custom.el (custom-handle-keyword): Add :set-after.
3998         (custom-add-dependencies): New function.
3999         (custom-set-variables): Take dependencies between args into
4000         account.
4002         * battery.el (battery): Doc fix.
4004 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4006         * progmodes/cc-make.el: Removed.
4008 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4010         * Release of cc-mode 5.26
4012 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4014         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4015         target depth.  Optionally count #else lines as clause limits,
4016         as suggested by don provan <provan@lucent.com>.  #elif
4017         handling fixed.
4019         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4020         (c-down-conditional-with-else): New commands that uses the
4021         added functionality in `c-forward-conditional'.
4023 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4025         * cc-align.el (c-lineup-comment): Preserve the alignment with
4026         a comment on the previous line instead of preserving the
4027         comment-column.
4029 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4031         * Fixes to IDL mode after input from Eric Eide
4032         <eeide@cs.utah.edu>:
4033         * cc-engine.el (c-beginning-of-statement-1): Allow
4034         `c-conditional-key' to be nil, for the benefit of IDL mode.
4035         * cc-engine.el (c-guess-basic-syntax): Ditto.
4036         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
4037         but do match CORBA 2.3 `valuetype'.
4038         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
4039         for IDL.
4040         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
4041         be nil for IDL.
4042         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4043         Like C++.
4044         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
4045         set `c-method-key' and `c-baseclass-key' to nil.
4047 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4049         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4050         with nonhanging open braces.
4052 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4054         * cc-align.el: Added docstrings to all lineup functions.
4056         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4057         keyword.
4059         * cc-align.el (c-lineup-C-comments): Handle free form text
4060         comments.  Use c-comment-prefix-regexp and comment-start-skip
4061         instead of hardcoded regexps.
4063 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4065         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4066         behavior and return value as documented.
4068 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4070         * Changes for new style variable init system:
4071         * cc-langs.el (c-common-init): Dito.
4072         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4073         now customizable.
4074         * cc-vars.el: Style variables may now take a value
4075         'set-from-style to make them take their value from the style
4076         system. This value is now the default on all these variables.
4077         * cc-vars.el (c-valid-offset): New function to verify a
4078         syntactic symbol offset setting.
4079         * cc-vars.el (c-offsets-alist): Variable moved from
4080         cc-styles.el since it's now customizable in a similar way to
4081         the other style variables.
4082         * cc-vars.el (c-old-style-variable-behavior): New variable to
4083         revert to the old style init behavior.
4085         * cc-vars.el (c-file-style, c-file-offsets): Made always
4086         buffer local.
4088         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4089         the throws clause that might follow the function prototype in
4090         C++.
4092 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4094         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4095         could move forward for macros that doesn't start in column 0.
4097 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4099         * cc-align.el (c-indent-multi-line-block,
4100         c-lineup-whitesmith-in-block): Two new lineup functions for
4101         use in whitesmith style.
4103         * cc-styles.el (c-style-alist): More fixes to whitesmith
4104         style.  It should now handle all different braces uniformly in
4105         both hanging and non-hanging cases.
4107 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4109         * cc-cmds.el (c-indent-exp): Use a marker to save point to
4110         make it stay in the same position relative to the surrounding
4111         text.
4113         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4114         when adaptive-fill-mode doesn't manage to get it correct.
4116         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4117         with dotted notation, e.g. foo.bar.Gnu.
4119         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4120         within unwind-protect (previously only some were wrapped so it
4121         would be possible to register mode initialization when full
4122         initialization did not finish).
4124         * cc-styles.el (c-style-alist): Corrected the brace placement
4125         in the whitesmith style.  Thanks to Sean Luke
4126         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
4127         styles with consistent brace placement for all constructs.
4129 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4131         * cc-cmds.el (c-context-line-break): Continue C++ comments too
4132         when point is in the middle of them.
4134         * cc-cmds.el: Line breaking and paragraph filling code
4135         rewritten:
4136         (c-guess-fill-prefix): New function that uses various
4137         heuristics to guess the comment prefix.
4138         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4139         It now assumes adaptive filling is active to preserve the line
4140         prefix inside comments.
4141         (c-indent-new-comment-line): Replacement for the now
4142         obsolete `c-comment-line-break-function' that uses
4143         `c-guess-fill-prefix' when appropriate.  It now observes the
4144         setting of `comment-multi-line', which has effect in C-style
4145         block comments.
4147         * cc-cmds.el (c-context-line-break): New function intended to
4148         be put on RET.  It's essentially `newline-and-indent', but
4149         continues C block comments with the appropriate line prefix.
4151         * cc-cmds.el (c-do-auto-fill): New function put on
4152         `normal-auto-fill-function' to implement the
4153         `c-ignore-auto-fill' variable.
4155         * cc-cmds.el (c-beginning-of-statement): Use
4156         `c-comment-prefix-regexp' to avoid ending up inside the
4157         comment prefix.  Better handling of comment starters and
4158         enders. Catch comments better when traversing code.  Stop at
4159         preprocessor directives.
4161         * cc-defs.el (c-forward-comment): New subst to hide platform
4162         dependent quirks in `forward-comment'.
4164         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4165         argument.
4166         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4167         arguments. Activate this function by default when
4168         `parse-partial-sexp' supports it (currently Emacs 20.x).
4170         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4171         on the comment opener to make constants usable as lineup
4172         arguments.
4174         * cc-align.el (c-lineup-C-comments): Fixes to handle the
4175         changed anchor position in the `c' syntactic symbol.  Handle
4176         more than stars in the comment prefix; use the new variable
4177         `c-comment-prefix-regexp'.  Don't indent text not preceded by
4178         a comment prefix to the right of the comment opener if it's
4179         long.
4181         * cc-langs.el: Fixes to mode initialization for new line
4182         breaking and paragraph filling method.  Adaptive fill mode is
4183         now activated at startup instead of deactivated.  The
4184         variables used for adaptive filling and paragraph movement are
4185         also changed to incorporate the value of
4186         `c-comment-prefix-regexp'.  `substitute-key-definition' is
4187         used to override some functions in the global map instead of
4188         overriding their default bindings.
4190         * cc-mode.el (java-mode): Modify `paragraph-start' for the
4191         javadoc markup at mode init.
4193         * cc-mode.el (c-setup-filladapt): A new convenience function
4194         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
4195         function is intended to be used explicitly by the end user
4196         only.
4198         * cc-vars.el (c-comment-prefix-regexp): New variable used to
4199         recognize the comment fill prefix inside comments.
4200         (c-block-comment-prefix): New name for
4201         `c-comment-contiuation-stars', which is now obsolete.  It's
4202         generalized to handle any character sequence.
4203         (c-ignore-auto-fill): New variable used to selectively disable
4204         Auto Fill mode in specific contexts.
4206 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4208         * cc-cmds.el (c-comment-indent): Leave at least one space
4209         between the comment and the last nonblank character in the
4210         case where we look at the indentation of the comment on the
4211         previous line (case 4).
4213         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4214         list of characters that may start a statement (it's a sort of
4215         prefix operator in Pike, and isn't used at all in any of the
4216         other languages).
4218 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4220         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4221         inside continued statements as statement-cont instead of
4222         brace-list-open.  The reason is that one normally adjusts
4223         brace-list-open for brace lists as top-level constructs, and
4224         brace lists inside statements is a completely different
4225         context.  Case 10B.2 changed.  Also changed (the somewhat
4226         esoteric) case 9A to cope with this.
4228 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4230         * cc-cmds.el (c-electric-brace): Added electric handling of
4231         the open brace for brace-elseif-brace.
4233 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4235         * cc-defs.el (c-with-syntax-table): New macro to easily switch
4236         syntax tables temporarily.
4238         * cc-engine.el (c-guess-basic-syntax): Handle template and
4239         member init argument lists split over several lines.  Case 5D
4240         changed.
4242         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4243         @throws introduced in Javadoc 1.2.
4245         * cc-menus.el (cc-imenu-java-generic-expression): Applied
4246         patch from RMS to avoid infinite backtracking.
4248 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4250         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4251         by [ ].
4253 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4255         * cc-align.el (c-lineup-dont-change): Compensate properly for
4256         the column in langelem.
4258         * cc-engine.el (c-syntactic-information-on-region): New
4259         function to help debugging the syntactic analysis.
4261 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4263         * cc-align.el (c-lineup-template-args): Handle nested template
4264         arglists.
4266         * cc-langs.el (c++-template-syntax-table): New syntax table
4267         that makes `<' and `>' parenthesis characters, which is useful
4268         to switch to temporarily when analyzing template arglists.
4270         * cc-styles.el: Changed default alignment of labels in the
4271         java style to conform to the examples in the Java Language
4272         Specification.
4274         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4275         by default.
4277 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4279         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4280         immediately before the closing paren in an arglist, so don't
4281         check that in Pike mode.  Case 7A changed.
4283 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4285         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4286         lines were ignored under certain conditions.
4288 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4290         * cc-align.el (c-lineup-template-args): New function for
4291         aligning continued template argument lists.
4293         * cc-engine.el (c-guess-basic-syntax): Fix for member init
4294         lists containing function arglists split over several lines.
4295         Case 5D.1 changed.
4297         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4298         template-args-cont didn't get recognized when the first
4299         arglist opener line doesn't contain a template argument.  New
4300         case 5K.
4302 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4304         * cc-defs.el (c-point): Changed from subst to macro for
4305         efficiency.
4306         (c-beginning-of-defun-1, c-end-of-defun-1): New
4307         beginning-of-defun/end-of-defun wrappers separated from
4308         c-point.
4310         * cc-menus.el (imenu-generic-expression,
4311         imenu-case-fold-search, imenu-progress-message): Dummy
4312         definitions to avoid compiler warnings if imenu can't be
4313         loaded.
4314         * cc-menus.el (cc-imenu-init): New function called at mode
4315         init.
4316         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4317         imenu initializations to cc-imenu-init.
4319 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4321         * cc-engine.el (c-guess-basic-syntax): Slightly better check
4322         for lambda-intro-cont in Pike mode.  Case 6 changed.
4324         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4325         anything following "new Foo()" was considered an anonymous
4326         class body in Java mode.
4328 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4330         * cc-cmds.el (c-comment-line-break-function): When breaking in
4331         a string, don't insert a new line.
4333 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4335         * cc-engine.el (c-at-toplevel-p): New interface function which
4336         returns information useful to add-on authors.  It tells you
4337         whether you're at a toplevel statement or not.
4339 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4341         * cc-cmds.el (c-comment-line-break-function): It is possible
4342         that forward-line does not land us at the bol, say if we're on
4343         the last line in a file.  In that case, do a
4344         back-to-indentation instead of a forward-comment -1.
4346 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4348         * cc-engine.el (c-beginning-of-statement-1): Don't catch
4349         "default:" as normal label in case 4.
4351 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4353         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4354         recognize continued bitfield declarations.  Case 5D.1 changed.
4355         * cc-langs.el: New variable c-bitfield-key.
4356         * cc-mode.el: New variable c-bitfield-key.
4358 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4360         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4361         anonymous array expressions (i.e. "new Foo[] {.. bracelist
4362         ..}").
4364 1999-12-12  Dave Love  <fx@gnu.org>
4366         * mail/footnote.el: Require cl when compiling.  Don't autoload
4367         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
4368         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4369         Avoid `acons'.
4370         (footnote-mode-line-string, Footnote-add-footnote): Remove
4371         autoload cookie.
4373 1999-12-12  Richard Sharman  <rsharman@pobox.com>
4375         * sh-script.el: Fix for when font-lock mode is active.
4376         (sh-font-lock-unfontify-region-function): New function.
4378 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4380         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4381         if start-process is not bound, since Ispell now supports such
4382         platforms as well.
4384 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4386         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4387         rmail-summary-goto-msg.
4389         * files.el (after-find-file): Fix previous change.
4391 1999-12-11  Dave Love  <fx@gnu.org>
4393         * help.el (where-is): Use `commandp' as predicate for
4394         `completing-read'
4396 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4398         * cus-edit.el (custom-save-delete): Delete all occurrences,
4399         leave point where the first occurrence was.
4400         (custom-save-faces): Insert a newline at the end of the comment.
4401         Avoid a double newline there.
4402         If final closeparen is at bol, put a space before it.
4403         (custom-save-variables): Likewise.
4404         (custom-file): Doc fix.
4406 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
4408         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4409         regexp matching image and audio files.
4411 1999-12-09  Dave Love  <fx@gnu.org>
4413         * mail/footnote.el: New file.
4415 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4417         * files.el (after-find-file): Use auto-save-visited-file-name if
4418         set.
4420         * mail/feedmail.el (feedmail-find-eoh): Take
4421         feedmail-queue-alternative-mail-header-separator into account.
4423 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4425         * smerge-mode.el: New file.
4427         * font-lock.el (font-lock-multiline): New variable.
4428         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4429         (font-lock-remove-keywords): Added a dummy `mode' argument for
4430         potential future support.
4431         (font-lock-fontify-anchored-keywords,
4432         (font-lock-fontify-keywords-region): Only handle multiline strings
4433         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4435 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4437         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4439         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4441 1999-12-07  Dave Love  <fx@gnu.org>
4443         * help.el (view-emacs-problems): New command, bound to C-h P.
4445         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4447 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4449         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4450         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4451         New code to support the minor mode version.
4452         (diff-recenter): New function.
4453         (diff-next-hunk, diff-next-file): Use it.
4454         (diff-remembered-files-alist): New var.
4455         (diff-merge-strings): New function.
4456         (diff-find-file-name): Make it smarter and use the user's input more.
4457         (diff-mode): Cosmetic changes.
4459         * files.el (save-some-buffers): Turn EXITING into the more general
4460         PRED argument to allow specifying a subset of buffers.
4462         * simple.el (kill-region): Use the new `delete-and-extract-region'
4463         rather than the undo log (which is incorrect with *-change-functions).
4465         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4466         off-by-one problem that could force re-fontifying the whole buffer.
4467         (font-lock-remove-keywords): New function.
4468         (font-lock-add-keywords): Use the new function to ensure idempotence.
4470 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4472         * viper-cmd.el (viper-minibuffer-standard-hook,
4473         viper-minibuffer-real-start): Mew functions.
4474         (viper-read-string-with-history,viper-file-add-suffix,
4475         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4476         change in the status of the minibuffer prompt.
4478 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4480         * comint.el (comint-redirect-results-list)
4481         (comint-redirect-results-list-from-process): Remove interactive
4482         spec.
4484 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4486         * info.el (info-node, info-menu-5, info-xref): Define colors for
4487         Info faces if the display supports them.
4489 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4491         Changes for automatic remapping of X colors on terminal frames:
4493         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4494         term-setup-hook.  Call msdos-remember-default-colors and
4495         msdos-handle-reverse-video.
4496         (msdos-face-setup): Parts of code moved to
4497         msdos-setup-initial-frame.
4498         (msdos-handle-reverse-video): New function, modeled after
4499         x-handle-reverse-video.
4500         (make-msdos-frame): Don't use initial-frame-alist and
4501         default-frame-alist.  Call msdos-handle-reverse-video.
4502         (msdos-color-aliases): Remove.
4503         (msdos-color-translate, msdos-approximate-color): Remove.
4504         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4505         for better approximation of X colors.
4506         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4507         up tty-color-alist (it is now on startup.el).
4508         (x-display-color-p, x-color-defined-p, x-color-values,
4509         x-defined-colors, face-color-supported-p, face-color-gray-p):
4510         Remove.
4512         * facemenu.el (facemenu-read-color, list-colors-display): Use
4513         defined-colors for all frame types.
4514         (facemenu-color-equal): Use color-values for all frame types.
4516         * faces.el (read-face-attribute): For :foreground and :background
4517         attributes and frames on character terminals, translate the color
4518         to the closest supported one before looking it up in the list of
4519         valid values.
4520         (face-valid-attribute-values): Call defined-colors for all types
4521         of frames.
4522         (defined-colors, color-defined-p, color-values, display-color-p):
4523         New finctions.
4524         (x-defined-colors, x-color-defined-p, x-color-values,
4525         x-display-color-p): Aliases for the above.
4527         * startup.el (command-line): Register terminal colors for frame
4528         types other than x and w32, but only if the terminal supports
4529         colors.  Call tty-color-define instead of face-register-tty-color.
4531         * term/x-win.el (xw-defined-colors): Renamed from
4532         x-defined-colors.
4533         * term/w32-win.el (xw-defined-colors): Likewise.
4535         * term/tty-colors.el: New file.
4536         * loadup.el: Load term/tty-colors.
4538 1999-12-06  Dave Love  <fx@gnu.org>
4540         * ffap.el: Autoload the ffap alias directly.
4542 1999-12-06  Inge Frick  <inge@nada.kth.se>
4544         * dired-aux.el (dired-do-shell-command): Changed documentation.
4545         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4546         meaning as `*'.
4548 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4550         * simple.el (insert-buffer): Doc fix.
4552         * apropos.el (apropos-mode): Add autoload cookie.
4554 1999-12-06  Sam Steingold  <sds@goems.com>
4556         * progmodes/etags.el (etags-tags-completion-table): Modified the
4557         regexp to allow for the CL symbols starting with `+*'.
4558         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4559         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4560         `function' quoting lambda.
4561         (tags-with-face): New macro.
4562         (list-tags, tags-apropos): Use it.
4563         (tags-apropos-additional-actions): New user option.
4564         (etags-tags-apropos-additional): Use it.
4565         (tags-apropos): Call etags-tags-apropos-additional.
4566         (tags-apropos-verbose): New user option.
4567         (etags-tags-apropos): Use it.
4568         (visit-tags-table-buffer, next-file): Use `unless'.
4569         (recognize-empty-tags-table): Renamed to
4570         tags-recognize-empty-tags-table.
4571         (complete-tag): Call tags-complete-tag bypassing try-completion.
4573 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4575         * international/mule.el (set-buffer-file-coding-system): Docstring
4576         modified.
4578 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4580         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4581         using the hideshow package.
4582         (hs-special-modes-alist): Added entry for bibtex to allow the use
4583         of the hideshow package.
4584         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4585         not longer provided by bibtex.el directly.  Instead the hideshow
4586         package should be used.
4587         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4588         references to bibtex-hide-entry-bodies.
4590 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4592         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4593         maintainer information closer to the beginning of the bibtex.el
4594         file.
4595         (bibtex-maintainer-salutation): New constant.
4596         (bibtex-version): New constant.
4597         (bibtex-submit-bug-report): Use bibtex-version and
4598         bibtex-maintainer-salutation.
4599         (bibtex-entry-field-alist): Made booktitle field optional for
4600         @inproceedings entries when crossreferenced.
4601         (bibtex-entry-field-alist): Added booktitle field to proceedings
4602         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4603         for the suggestion.
4604         (bibtex-string-file-path): Fixed typo.
4606 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4608         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4609         for reftex.el.
4610         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4611         to menu.
4613 1999-12-04  Dave Love  <fx@gnu.org>
4615         * delsel.el: Revert previous change -- region is significant to
4616         skeleton.
4618 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4620         * viper-cmd.el (viper-change-state): Use
4621         viper-ESC-moves-cursor-back to decide whether to move the cursor
4622         back.
4624 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4626         * international/mule-util.el (truncate-string-to-width): Docsting
4627         fixed.
4629 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4631         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4632         use of `cond'.
4633         (lm-with-file): Move all the find-file...kill-buffer stuff into
4634         this macro.  Make it use `find-file-noselect' and make it kill
4635         the buffer only if it wasn't already displayed somewhere.
4636         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4637         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4638         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4639         (lm-commentary): Fix to handle the case when the change log is
4640         at the end of the file.
4642 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4644         * international/mule.el (charsetp): Fix typo in docstring.
4646         * international/mule-diag.el (list-coding-categories): Fix typo;
4647         automatic -> autoload.
4649 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4651         * vc.el (vc-update-change-log): Look for rcs2log under
4652         exec-directory.
4654         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4655         outline-regexp, add outline-level.
4656         (lisp-outline-level): New.
4658         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4659         remove extraneous string-match.
4661         * finder.el (finder-commentary): Activate Finder mode.
4663 1999-12-01  Anders Lindgren  <andersl@andersl.com>
4665         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4666         off when reverting buffers that contained mode specifiers.
4667         `revert-buffer' is now called with non-nil PRESERVE-MODES
4668         argument.
4670 1999-12-01  Dave Love  <fx@gnu.org>
4672         * delsel.el: Grok skeleton-pair-insert-maybe.
4674 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4676         * progmodes/cperl-mode.el (cperl-under-as-char):
4677         Use nil as default.
4679 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
4681         * speedbar.el (toplevel): Remove compatibility code for Emacs
4682         versions without custom.el.
4684 1999-11-30  Dave Love  <fx@gnu.org>
4686         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4688         * autoinsert.el: Minor doc fixes.
4689         (auto-insert): Return nil.
4691         * faces.el (set-face-documentation): Purecopy STRING.
4693 1999-11-29  Dave Love  <fx@gnu.org>
4695         * derived.el: Doc fixes, remove old backquote syntax.
4697         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4698         comment warning about editing.
4700         * help.el (help-mode-hook): Define.
4702 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
4704         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4705         invalid translation of old-style backquote syntax to new syntax.
4707 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4709         * Makefile (DONTCOMPILE): Add term/internal.el.
4711 1999-11-26  Dave Love  <fx@gnu.org>
4713         * comint.el: Fix last change.
4715         * emacs-lisp/advice.el: Fix last change.
4717 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4719         * cus-edit.el (Custom-reset-standard): Doc fix.
4720         (custom-variable-reset-standard): Doc fix.
4721         (custom-face-reset-standard): Doc fix.
4722         (custom-face-menu): "Reset to Standard" => "Erase Customization".
4723         (custom-variable-menu): Likewise.
4724         (custom-reset-menu): Likewise.
4725         (custom-buffer-create-internal): Likewise.
4727 1999-11-26  Dave Love  <fx@gnu.org>
4729         * progmodes/make-mode.el (makefile-mode-hook): Customize.
4731         * font-lock.el: Doc fixes.
4733         * menu-bar.el (menu-bar-mode): Customize.
4735         * cus-start.el: Add use-dialog-box.
4737         * add-log.el (change-log-mode-hook): Customize.
4738         (add-log-current-defun): Use
4739         fortran-{beginning,end}-of-subprogram.
4741 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4743         * emacs-lisp/advice.el: Many doc fixes.
4745         * comint.el (comint-preoutput-filter-functions): Doc fix.
4747 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4749         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4750         Improve messages for capitalization of arg names,
4751         for flag variables, for t and nil, for imperatives.
4752         Call them imperatives rather than infinitives sans "to".
4753         (checkdoc-common-verbs-wrong-voice): Add "moves".
4754         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4756         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4757         Don't convert comments from 3-semicolon to 2-semicolon.
4758         That is a matter of style.
4759         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4760         (checkdoc-comments): Don't bind that variable.
4762 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4764         * files.el (write-file-hooks): Doc fix.
4766 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
4768         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4770 1999-11-25  Dave Love  <fx@gnu.org>
4772         * hippie-exp.el: Require comint when compiling.
4773         (hippie-expand): Add :links.
4774         (hippie-expand-try-functions-list): Customize.
4776 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4778         * viper*el: Replaced old-style backquotes.
4780         * ediff*el: Replaced old-style backquotes.
4782         * ediff-merge
4783         (ediff-looks-like-combined-merge,ediff-get-combined-region):
4784         Changed to support the new format for ediff-combination-pattern.
4786         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4787         Changed to support the new format for ediff-combination-pattern.
4789 1999-11-24  Dave Love  <fx@gnu.org>
4791         * custom.el (custom-declare-group): Purecopy DOC.
4792         (custom-handle-keyword): Purecopy VALUE.
4793         (custom-add-link): Purecopy WIDGET.
4794         (custom-add-version): Purecopy VERSION.
4795         (custom-add-load): Purecopy LOAD.
4797         * cus-face.el (custom-declare-face): Purecopy DOC.
4799         * info.el:
4800         (Info-build-node-completions, Info-search, Info-follow-reference)
4801         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4802         (Info-find-emacs-command-nodes): Avoid properties on matched text
4803         which may appear in minibuffer.
4805 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
4807         * locate.el (locate-with-filter): Doc fix.
4809 1999-11-24  Alex Schroeder  <alex@gnu.org>
4811         * sql.el (sql-find-sqli-buffer): New function.
4812         (sql-set-sqli-buffer-generally): New function.
4813         (sql-set-sqli-buffer): Better checking of new-buffer.
4814         (sql-copy-column): Add comma after INTO clause, too.
4816 1999-11-24  Alex Schroeder  <alex@gnu.org>
4818         * sql.el (sql-imenu-generic-expression): New, used to set
4819         imenu-generic-expression.
4821         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4822         setting font-lock-defaults' SYNTAX-ALIST.  Set
4823         imenu-generic-expression, imenu-case-fold-search, and
4824         imenu-syntax-alist.
4826         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4827         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4829 1999-11-23  Andrew Innes  <andrewi@gnu.org>
4831         * w32-win.el (w32-drag-n-drop): Load files in current window, if
4832         drop coords aren't over a specific window.
4834 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4836         * ps-print.el: Define mule funs without checking if mule package is
4837         loaded.
4838         (ps-print-version): New version number (5.0.1).
4839         (ps-header-dirpart): Now uses abbreviate-file-name.
4841 1999-11-23  Dave Love  <fx@gnu.org>
4843         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4844         comment-line-start.
4845         (fortran-comment-line-start-skip): Renamed from
4846         comment-line-start-skip.
4847         (fortran-mode-map): Use renamed functions.  Add manual and custom
4848         entries to menu.
4849         (fortran-mode-hook): Customize.
4850         (fortran-comment-indent-function): Renamed from
4851         fortran-comment-hook.
4852         (delete-horizontal-regexp): Function deleted.
4853         (fortran-electric-line-number): Simplified.
4854         (fortran-beginning-of-subprogram): Renamed from
4855         beginning-of-fortran-subprogram.
4856         (fortran-end-of-subprogram): Renamed from
4857         end-of-fortran-subprogram.
4858         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4859         (fortran-previous-statement, fortran-next-statement): Simplified.
4860         (fortran-blink-match): New function.
4861         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4862         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4863         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4864         line-end-position.
4865         (fortran-fill): No longer interactive.  Simplified.
4866         (fortran-break-line): Simplified.
4867         (fortran-analyze-file-format): Use char-after, not looking-at.
4869         * emacs-lisp/find-func.el (find-function-regexp): Use
4870         `define-minor-mode' after easy-menu change.
4872 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
4874         * comint.el: Add redirection.from active comint buffers into
4875         another buffer.  Written by Peter Breton.
4877 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4879         * emacs-lisp/autoload.el (make-autoload): Recognize the new
4880         `define-minor-mode'.
4881         (define-minor-mode): Specify `doc-string-elt'.
4883         * emacs-lisp/easy-mmode.el: Changed maintainer.
4884         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4885         Use defcustom for the hooks; Improve the auto-generated docstrings.
4886         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4887         (define-minor-mode): Add BODY arg; Only declare the keymap if
4888         provided; Improve the auto-generated docstrings.
4890 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
4892         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4893         that the leading `^' is at the start.  This is necessary because
4894         paragraphs.el tries to remove anchors, but can find them only if
4895         they are the first character.
4897         * progmodes/antlr-mode.el: New file.
4899         * calendar/calendar.el: Fix autoload for
4900         calendar-absolute-from-astro.  Add autoload for
4901         calendar-print-astro-day-number.
4903 1999-11-21  Anders Lindgren  <andersl@andersl.com>
4905         * follow.el: Use modern backquote syntax.  Minor comment update.
4907 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
4909         * simple.el (with-syntax-table): Don't switch buffers.
4911         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4912         progmodes/hideif.el: Use new backquote syntax.
4914 1999-11-21  Ken Manheimer  <klm@python.org>
4916         * icomplete.el (icomplete-completions): Use an explicit variable
4917         `icomplete-prospects-length', obviating the need to use an
4918         apparently faulty throw/catch arrangement.
4920 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
4922         * term/internal.el (IT-display-table-setup): Don't overstep
4923         character code 255.
4925 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
4927         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4928         for the charset chinese-sisheng is 7bit encoding, not 8bit.
4930 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4932         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4933         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4935         * files.el (auto-mode-alist): Add patterns for diff-mode.
4937         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4938         to detect an empty prompt.
4940 1999-11-18  Dave Love  <fx@gnu.org>
4942         * simple.el (input-mode-8-bit): Fix the customization.
4944 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
4946         * international/iso-acc.el (iso-languages): Add more
4947         characters for Portuguese.
4949         * speedbar.el: Clean up comment at the start of the file.
4950         Remove RCS id.
4952         * progmodes/compile.el (compilation-parse-errors): Use
4953         compilation-buffer-p instead of testing major-mode.
4955 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
4957         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4958         (quickurl-ask): completion-ignore-case is set to the value of
4959         quickurl-completion-ignore-case for the duration of the call to
4960         completing-read.
4962 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4964         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4966 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
4968         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
4969         instead of ps-print-def.
4971         * ps-print.el: Require ps-vars instead of ps-print-def.
4973         * ps-mule.el: Require ps-vars instead of ps-print-def.
4975 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
4977         * simple.el (with-syntax-table): Save buffer explicitly instead of
4978         using save-excursion.
4980 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4982         * mail/supercite.el: New maintainer.
4984 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
4986         * progmodes/vhdl-mode.el: Use new backquote syntax.
4988 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4990         * simple.el (with-syntax-table): New.
4992 1999-11-15  Sam Steingold  <sds@ksp.com>
4994         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4996 1999-02-22  Sam Steingold  <sds@goems.com>
4998         * goto-addr.el (goto-address-at-mouse,
4999         goto-address-find-address-at-point): Use compose-mail.
5000         (goto-address-mail-method): Removed variable.
5001         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5002         goto-address-send-using-mail): Removed functions.
5004 1998-11-03  Sam Steingold  <sds@goems.com>
5006         * simple.el (backward-delete-char-untabify):
5007         backward-delete-char-untabify-method can be `all' now - to delete
5008         hungrily including newlines.
5010 1999-11-15  Sam Steingold  <sds@ksp.com>
5012         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5014 1999-11-15  Dave Love  <fx@gnu.org>
5016         * cus-edit.el (customize-face, customize-face-other-window):
5017         Require match from completing-read.
5018         (custom-buffer-done-function): Default to custom-bury-buffer, not
5019         bury-buffer.
5021 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
5023         * mail/rmail.el, iswitchb.el, hippie-exp.el,
5024         progmodes/cperl-mode.el: Use new backquote syntax.
5026 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
5028         * uniquify.el: Use new backquote syntax.
5030 1999-11-14  Markus Rost  <rost@ias.edu>
5032         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5033         as in ispell-local-dictionary-alist.
5035 1999-11-14  Alex Schroeder  <alex@gnu.org>
5037         * ansi-color.el (ansi-color-apply): Updated regexps to include
5038         highlighted face.
5040 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
5042         * forms.el (forms--make-format-elt-using-text-properties):
5043         Treat `intangible' differently.
5045         * forms.el: Use new backquote syntax.
5047 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
5049         * textmodes/scribe.el (scribe-mode): Doc-fix.
5051 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
5053         * net-utils.el (run-network-program, net-utils-run-program): Use
5054         the new backquote syntax.
5055         (smbclient-program, smbclient-program-options)
5056         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5057         variables
5058         (smbclient, smbclient-list-shares): New functions
5060 1999-11-12  Sam Steingold  <sds@ksp.com>
5062         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5063         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5064         (viper-kbd-buf-definition, viper-kbd-mode-alist)
5065         (viper-kbd-mode-pair, viper-kbd-mode-definition)
5066         (viper-kbd-global-pair, viper-kbd-global-definition):
5067         Use the new backquote syntax.
5069         * emulation/viper-cmd.el (viper-test-com-defun)
5070         (viper-prefix-arg-value, viper-prefix-arg-com):
5071         Use the new backquote syntax.
5073         * emacs-lisp/debug.el (debugger-env-macro):
5074         Use the new backquote syntax.
5076         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5077         Use the new backquote syntax.
5079         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5080         New user variable.
5081         (calendar-hide-window): Use it.
5082         (increment-calendar-month, calendar-for-loop, calendar-sum):
5083         Use the new backquote syntax.
5085 1999-11-12  Andrew Innes  <andrewi@gnu.org>
5087         * select.el (x-set-selection): Call buffer-substring, not
5088         substring.  Also fix docstring
5090 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
5092         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5093         of customizable variables to bug report message. Added
5094         system-type to package name in bug report.
5096 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
5098         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5099         to display file names.
5101 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
5103         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5105         * isearch.el: Add lazy-highlighting feature.
5107 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5109         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5110         constant.
5111         (ps-mode-submit-bug-report): New function. Entry added to menu.
5113 1999-11-10  William M. Perry  <wmperry@aventail.com>
5115         * mwheel.el: New file to support the new style wheeled mice.
5117 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
5119         * startup.el (initial-scratch-message): Add ";;" to the front of
5120         lines in the message.
5122         * files.el (file-local-copy): Remove optional BUFFER argument
5123         because that's not used by anything.
5125         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5126         to-address.
5128 1999-11-08  Markus Rost  <rost@ias.edu>
5130         * wid-edit.el (widget-button-click): Wrap with save-excursion
5131         to restore track-mouse in the correct buffer.
5133 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
5135         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5137 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
5139         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5140         lpr-command to "lp" for some system-types. (copied from lpr.el
5141         Emacs version 20.2.1).
5143 1999-11-04  Markus Rost  <rost@ias.edu>
5145         * simple.el (comment-region): Strip off white space at end of
5146         comment-start.
5148 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5150         * faces.el (secondary-selection): Fix wrong color name.
5152 1999-11-04  John Tobey  <jtobey@epsilondev.com>
5154         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5155         the default when invoking perldb in a non-Perl buffer, and other
5156         cases involving -e or --.
5158 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5160         * simple.el (previous-matching-history-element)
5161         (next-history-element): Use delete-field instead of erase-field.
5163         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5164         Use delete-field instead of erase-field.
5166         * faces.el (secondary-selection): Change background to yellow.
5168         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5169         find the start of the text.  Use field-string to read the user
5170         input.
5172 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
5174         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5175         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5176         for compatibility with old face implementation.
5178         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5179         Use erase-field instead of erase-buffer.
5181         * frame.el (blink-cursor-mode, blink-cursor-end): Use
5182         internal-show-cursor with new interface.
5183         (blink-cursor-timer-function): New.
5184         (blink-cursor-start): Use blink-cursor-timer-function.
5186 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5188         * calendar.el (redraw-calendar): Move to nearest date before
5189         redrawing.
5191         * diary-lib.el (simple-diary-display): Reset modeline even if
5192         there are no diary entries since the diary buffer may be displayed.
5194 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5196         * emacs-lisp/debug.el (debug): If noninteractive, display the
5197         backtrace using `message', then exit Emacs.
5198         (debugger-batch-max-lines): New variable.
5199         (debugger-setup-buffer): New subroutine, broken out of `debug'.
5200         Change the messages put at the start, to say that the debugger
5201         was entered.
5203 1999-11-02  Sam Steingold  <sds@ksp.com>
5205         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5207 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5209         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5210         presence of perl switches other than "-e".
5212 1999-11-01  Markus Rost  <rost@ias.edu>
5214         * dired-x.el (dired-smart-shell-command): Use
5215         shell-command-history as in shell-command.
5217 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5219         * userlock.el (ask-user-about-lock): Doc fix.
5221         * frame.el: Doc fixes.
5223 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5225         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5226         of show-cursor.
5227         (blink-cursor-start, blink-cursor-end): Ditto.
5229         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5231 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5233         * window.el (walk-windows): If ALL-FRAMES is a frame,
5234         start on that frame.  Use save-selected-window.
5236 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5238         * simple.el (end-of-buffer): Use window-end to find the window end
5239         instead of vertical-motion because this handles variable-height
5240         lines correctly.
5242 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
5244         * ediff.el: Version change.
5246         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5247         make sure you are in a good frame before deleting other
5248         windows.
5249         (ediff-file-checked-in-p): Don't consider CVS
5250         files checked in.
5251         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
5252         are writing to a newly created empty file.
5254         * ediff-mult.el (ediff-show-session-group-hook): New default.
5256         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5257         First cd to the file directory. reportedly works
5258         better with remote files.
5260         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5261         Use file-name-nondirectory when passing files to CVS.
5263         * ediff-diff.el (ediff-cmp-options): New variable.
5264         (ediff-same-file-contents): Use ediff-cmp-options.
5266         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5267         ediff-get-patch-buffer): Use current buffer if it appears to be a
5268         patch.
5270         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5271         C-g
5273         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5274         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5275         (viper-save-cursor-color,viper-restore-cursor-color):
5276         Improved cursor color handling.
5277         (viper-get-saved-cursor-color-in-replace-mode,
5278         viper-get-saved-cursor-color-in-insert-mode): New functions for
5279         better cursor color handling.
5281         * viper-ex.el (ex-read,ex-edit):
5282         Fixes for correct interpretation of #,%.
5283         (viper-ex): Now works correctly when called from other functions.
5284         (viper-glob-function): New variable.
5285         (viper-ex): Save excursion before doing :global.
5287         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5289         * viper-cmd.el (viper-post-command-sentinel,
5290         viper-insert-state-post-command-sentinel,
5291         viper-insert-state-pre-command-sentinel): Takes better care of
5292          cursor colors.
5294         * viper.el: Version change.
5296 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
5298         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5299         that the modeline display was updated *only* when
5300         `whitespace-display-in-modeline' was set, not otherwise.
5302 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5304         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5305         "frac12".
5307         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5308         ad-activate.
5310 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
5312         * whitespace.el: Test for existence of `defcustom' and `defgroup'
5313         using fboundp instead of assuming that these are not present in
5314         particular flavors of emacs.
5315         (whitespace-version): Update to 2.8
5316         (whitespace-display-in-modeline): Add custom variable to control
5317         displaying the whitespace errors on the modeline based on
5318         suggestion from <klaus.berndl@sdm.de>
5319         (whitespace-buffer): Now returns `t' if unclean and `nil' if
5320         clean, to enable using as a hook function, as suggested by Puneet
5321         Goel <puneet@computer.org>
5322         (whitespace-buffer): Fix a subtle bug that cleaned up only if
5323         quiet was not set, even with whitespace-auto-cleanup set.
5324         (whitespace-mode-line): Now uses less modeline real estate and
5325         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5326         which is present in the file, and <y> is any type of whitespace
5327         whose check has been suppressed by setting
5328         `whitespace-check-<whitespace-type>' to nil.
5329         (whitespace-unchecked-whitespaces): New function to return the
5330         list of whitespaces for whom checks have been suppressed.
5331         (whitespace-display-unchecked-whitespaces): Renamed to
5332         `whitespace-update-modeline' to reflect its functionality.
5334 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5336         * progmodes/compile.el (compilation-error-regexp-alist):
5337         Undo previous change.
5339 1999-10-28  Dave Love  <fx@gnu.org>
5341         * help.el (help-follow): Make arg optional again and really
5342         default to point.
5344 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
5346         * paths.el (rmail-file-name): Make it an option.
5348         * progmodes/ada-mode.el, progmodes/ada-prj.el,
5349         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5350         comment fixes.
5352         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5353         MIPS Pro 7.3 compiler error message syntax.
5355 1999-10-27  Dave Love  <fx@gnu.org>
5357         * progmodes/compile.el: Checkdoc-inspired fixes.
5359 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
5361         * lpr.el (print-buffer): Doc-string fix.
5363 1999-10-27  Dave Love  <fx@gnu.org>
5365         * emacs-lisp/advice.el: Doc fixes.
5366         (ad-lemacs-p): Removed.
5367         (advice): Add :link to defgroup.
5369 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
5371         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5372         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5374 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5376         * window.el (walk-windows): If ALL-FRAMES is a frame,
5377         start on that frame.  Use save-selected-window.
5379 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5381         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5382         ad-activate.  All callers changed, including those in data.c.
5383         (ad-activate-internal-off): Renamed from ad-activate-off.
5384         All uses changed.
5385         (ad-activate): Renamed from ad-activate-on.  All uses changed.
5386         (ad-start-advice, ad-stop-advice, ad-recover-normality):
5387         Alter the definition of ad-activate-internal, not ad-activate.
5389 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5391         * startup.el (command-line-1): Add support for command line
5392         arguments `file' and `execute'.  Fix handling of `visit'.
5394 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
5396         * international/mule-cmds.el (read-input-method-name): Handle the
5397         case that the arg DEFAULT is symbol.
5399         * international/mule-diag.el (mule-diag): Handle the case that
5400         default-input-method is symbol.
5402 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5404         * textmodes/tildify.el: New file.
5406 1999-10-25  Sam Steingold  <sds@ksp.com>
5408         * Makefile (compile-files): Fixed the "tr" strings.
5409         (EMACS): Set to ../src/emacs.
5411 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
5413         * info.el (Info-build-node-completions): Add '("*") to the
5414         completion list.
5416 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5418         * frame.el (auto-raise-mode): When enabling the mode,
5419         immediately raise the selected frame.
5421         * indent.el (indent-region): Doc fix.
5423         * comint.el (comint-output-filter): Make the Comint buffer current
5424         for the comint-preoutput-filter-functions.
5426         * mail/reporter.el: Doc fix.
5428 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5430         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5431         that Octave lisp files can also run under XEmacs 20.
5432         (require 'custom) added so that files can run under Emacs 19.34.
5434         * iswitchb.el (iswitchb-default-keybindings): No need to use
5435         read-kbd-macro in keybindings.
5437 1999-10-23  Dave Love  <fx@gnu.org>
5439         * elide-head.el: New file.
5441 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5443         * Makefile (compile-files, backup-compiled-files): New targets.
5444         (bootstrap, bootstrap-clean): Ditto.
5446 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5448         * international/mule-cmds.c (locale-language-names):
5449         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5450         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5451         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5452         Use Latin-8 for Welsh.
5453         Use Latin-1 for English if "en" is explicitly specified.
5454         Use Latin-1 for Scots Gaelic, Tagalog.
5455         Use Latin-1 (not Latin-4) for Greenlandic.
5456         Use Latin-1 (not Latin-2) for Albanian.
5457         (locale-preferred-coding-systems, locale-language-names):
5458         Remove generic ISO 8859 locales; locale-charset-language-names now
5459         does this.
5460         (locale-charset-language-names): New variable.
5461         (set-locale-environment): Use language name specified by
5462         locale-charset-language-names if its charsets disagree with the
5463         language name specified by locale-language-names.
5465 1999-10-22  Dave Love  <fx@gnu.org>
5467         * make-mode.el: Minor doc fixes.
5469         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5471 1999-10-21  Dave Love  <fx@gnu.org>
5473         * loadup.el: Add latin-8, latin-9.
5475 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5477         * disp-table.el (standard-display-european): Remove undocumented
5478         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5479         all non-English language environments as coding system names.
5480         Instead, use the downcased language environment name as a coding
5481         system name if it is one; otherwise, use latin-1.
5483 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5485         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5486         that were split so that part of the comment appeared as Lisp code.
5488 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5490         * ps-bdf.el: Doc fix.
5492         * ps-print-def.el: New file: common definitions for all parts of
5493         ps-print.
5494         (ps-multibyte-buffer): Moved from ps-mule.
5496         * ps-mule.el: File dependence fix.
5497         (ps-multibyte-buffer): Moved to ps-print-def.
5499         * ps-print.el: Doc fix, better customization.
5500         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5501         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5502         (ps-end-file): Doc fix.
5503         (ps-setup, ps-begin-file): Fun fix.
5504         (postscript): New group.
5505         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5506         (ps-print-prologue-1): Adjust PostScript programming.
5507         (ps-print): Adjust group hierarchy.
5508         (ps-print-n-up, ps-print-zebra, ps-print-background,
5509         ps-print-printer)
5510         (ps-print-page): New subgroups.
5511         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5512         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5513         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5514         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5515         (ps-zebra-stripe-height, ps-print-background-image)
5516         (ps-print-background-text, ps-spool-config): Adjust customization.
5517         (dos-ps-printer): Definition eliminated.
5519 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5521         * ps-mule.el: Doc fix, define functions properly if mule package is
5522         loaded or not.
5523         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5524         mule package is loaded or not.
5526         * ps-print.el: Doc fix, n-up printing.
5527         (ps-print-version): New version number (5.0).
5528         (ps-page-dimensions-database): Added document media.
5529         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5530         (ps-page-order, ps-printing-region-p): New vars.
5531         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5532         funs.
5533         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5534         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5535         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5536         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5537         (ps-print-begin-sheet-hook): New hook.
5538         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5539         const.
5540         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5541         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5542         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5543         (ps-count-lines): Changed to defun.
5544         (ps-header-page): Changed to defsubst, fix fun.
5545         (ps-printing-region): Doc fix, adjust programming code.
5546         (ps-output-boolean, ps-background-pages, ps-background-text)
5547         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5548         programming code.
5550 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5552         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5553         (ps-print-version): New version number (4.2).
5554         (ps-spool-config, ps-spool-tumble): New vars.
5555         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5556         programming, new PostScript procedure to handle errors.
5557         (ps-print-prologue-2): Changed to defconst.
5558         (ps-print-duplex-feature): New const: duplex and tumble setting.
5559         (ps-setup, ps-begin-file): Fix funs.
5560         (ps-boolean-capitalized): New fun.
5562 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5564         * Makefile (dontcompilefiles): Obsoleted.
5565         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5566         (EL): Unused.
5567         (temacs): Removed (unused).
5568         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5569         version of the file (necessary for the update to work properly).
5570         (autoloads): Force the use of `pwd`/loaddefs.el.
5571         (updates); Redefined in terms of other targets to reduce redundancy.
5572         (.el.elc): New default rule, just in case you want it.
5573         (compile): Use a single invocation of Emacs.
5574         (bootstrap-compile); Unneeded.
5575         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5577 1999-10-19  Dave Love  <fx@gnu.org>
5579         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5581 1999-10-19  Sam Steingold  <sds@ksp.com>
5583         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5584         comply with the comment.
5586 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5588         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5589         permanent-local.
5591 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5593         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5594         value: \"lpr\" changed to "lpr"
5595         (ps-mode-version): New constant
5596         (ps-mode-show-version): New function, added key in ps-mode-map
5597         (ps-run-messages): Removed
5598         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5599         ps-run-messages. These keywords now include the value of
5600         ps-run-prompt, making its fontification customizable.
5601         (ps-run-init): Removed \\n from docstring, it is now added when
5602         the value is used
5603         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5604         ps-run-prompt
5605         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5606         customizable variables in doc-string (its equivalent
5607         ps-run-messages was missing in previous version of the doc-string)
5608         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5609         symbols only
5611 1999-10-19  Alex Schroeder  <alex@gnu.org>
5613         * ansi-color.el: Complete rewrite.
5615 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5617         Fix bootstrapping problems.
5618         Use the system locale to specify Emacs locale defaults.
5620         * international/mule-cmds.el (global-map):
5621         Do not use backquote, because that makes a bootstrapping
5622         problem if you need to recompile all Lisp files using interpreted code.
5623         * international/mule.el (charset-id, charset-bytes,
5624         charset-dimension, charset-chars, charset-width,
5625         charset-direction, charset-iso-final-char,
5626         charset-iso-graphic-plane, charset-reverse-charset,
5627         charset-short-name, charset-long-name, charset-description,
5628         charset-plist): Likewise.
5629         * subr.el (save-match-data): Likewise.
5631         * international/mule-cmds.el
5632         (set-display-table-and-terminal-coding-system): New function,
5633         containing code migrated out of set-language-environment.
5634         (set-language-environment, set-locale-environment): Use it.
5635         (locale-translation-file-name): Moved here from startup.el.
5636         (locale-language-names, locale-preferred-coding-systems):
5637         New vars.
5638         (locale-name-match, set-locale-environment): New functions.
5640         * language/japan-util.el (setup-japanese-environment-internal):
5641         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5643         * startup.el (iso-8859-n-locale-regexp): Remove.
5644         (locale-translation-file-name): Move to mule-cmds.el.
5645         (command-line): Move locale-stuff into set-locale-environment.
5647 1999-10-18  Dave Love  <fx@gnu.org>
5649         * abbrev.el (add-abbrev, inverse-add-abbrev)
5650         (expand-region-abbrevs): Remove properties from buffer text.
5652 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5654         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5655         from the mini-buffer, without the prompt.
5657         * simple.el (minibuffer-prompt-end): Return the position
5658         after the prompt, not the position of that last character
5659         of the prompt.
5661 1999-10-17  Miles Bader  <miles@gnu.org>
5663         * simple.el: Doc fixes.
5665 1999-10-17  Miles Bader  <miles@gnu.org>
5667         * simple.el (previous-matching-history-element, next-history-element):
5668         Change to work correctly even if the point is in the prompt.
5669         (choose-completion-string): Likewise.
5670         (minibuffer-prompt-width): New function (compatibility with old subr).
5672         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5673         When constraining the final position to the current field,
5674         don't use the ONLY-IN-LINE mode of constrain-to-field.
5676 1999-10-17  Miles Bader  <miles@gnu.org>
5678         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5679         constrain-to-field.
5680         * textmodes/paragraphs.el (forward-sentence): Likewise.
5682 1999-10-17  Miles Bader  <miles@gnu.org>
5684         * simple.el (line-move): Use constrain-to-field to avoid
5685         moving into a prompt.
5686         (previous-complete-history-element): Clarify doc string.
5687         (next-complete-history-element): Likewise.
5688         Use field-beginning instead of point-min.
5689         (next-matching-history-element): Use field-beginning and
5690         erase-field instead of point-min and erase-buffer.
5691         * textmodes/paragraphs.el
5692         (forward-paragraph, forward-sentence): Likewise.
5693         (backward-kill-paragraph, backward-kill-sentence): Remove code to
5694         constrain the kill to an field, as the movement commands now
5695         do this.
5697 1999-10-17  Miles Bader  <miles@gnu.org>
5699         * simple.el (previous-matching-history-element): Get the
5700         minibuffer input with field-string instead of buffer-string.
5701         (choose-completion-string): Likewise.
5702         (next-history-element): Likewise.
5703         Erase the minibuffer input with erase-field, not erase-buffer.
5704         Use field-beginning to find the beginning of the input.
5705         * textmodes/paragraphs.el (backward-kill-sentence):
5706         Remove minibuffer-prompt hack.
5707         Constrain to any input field.
5709 1999-10-17  Sam Steingold  <sds@ksp.com>
5711         * bindings.el (completion-ignored-extensions): Added ".sparcf"
5712         for CMUCL on sparc and ".ufsl" for LispWorks.
5713         (bound-and-true-p): Bugfix: free variable `v'.
5715 1999-10-16  Dave Love  <d.love@dl.ac.uk>
5717         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5718         (edebug-uninstall-read-eval-functions): Use load-read-function,
5719         avoiding elisp-eval.
5721 1999-10-16  Sam Steingold  <sds@ksp.com>
5723         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5724         instead of `eql'.
5726 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5728         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5729         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5730         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5731         * ediff-util.el (ediff-make-temp-file):
5732         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5733         * emerge.el (emerge-make-temp-file):
5734         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5735         * vc.el (vc-update-change-log):
5736         * mail/mailpost.el (post-mail-send-it):
5737         * mail/metamail.el (metamail-region):
5738         * progmodes/cmacexp.el (c-macro-expansion):
5739         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5741 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
5743         * smtpmail.el (smtpmail-via-smtp): Add support for
5744         automatically appending a domain to RCPT TO: addresses.
5746 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5748         * dired.el (dired-insert-directory): Insert the amount of
5749         free space after the total size.
5750         (dired-free-space-program, dired-free-space-args): New variables.
5752 1999-10-14  Karl Heuer  <kwzh@gnu.org>
5754         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5756 1999-10-14  Dave Love  <fx@gnu.org>
5758         * international/characters.el:
5759         * international/fontset.el:
5760         * international/mule-conf.el: Add latin-iso8859-1[45].
5762         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
5763         strings.
5765         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5766         (command-line): Detect Latin-[89] locales.
5768 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5770         * international/mule-cmds.el (select-safe-coding-system)
5771         (leim-list-header): Avoid the use of strings that start with backslash
5772         newline since lread.c:read1 has a hack to turn those strings into
5773         integer 0 during the loadup.el process.
5775         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5777 1999-10-13  Dave Love  <fx@gnu.org>
5779         * image.el (insert-image): Copy the image spec and add an
5780         intangible property.
5782 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5784         * help.el (help-xref-interned): Make it also work on variable-only
5785         and function-only symbols.
5786         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5787         (help-follow): If the point under mouse is not highlighted, try
5788         `help-xref-interned' on the pointed-to symbol anyway.
5790         * info.el (Info-on-current-buffer): New entry point.
5791         (Info-find-node): Split into two for Info-on-current-buffer to
5792         hook into it.
5793         (Info-current-file, Info-set-mode-line, Info-up):
5794         Info-current-file can now be t.
5795         (Info-clone-buffer-hook): Function for `clone-buffer'.
5796         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5797         Make `clone-buffer' available in various ways to the user.
5799 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5801         * simple.el (shell-command, shell-command-on-region): Use
5802         make-temp-file.
5803         (clone-buffer, clone-process, clone-buffer-hook): New functions.
5805         * subr.el (with-current-buffer): Don't use backquotes to avoid
5806         bootstrapping problems.
5808         * loadup.el (load-path): Add subdirs for bootstrapping.
5809         (docstrings): Ignore errors during bootstrapping.
5810         (args): New `bootstrap' argument (for use in place of `dump').
5812 1999-10-12  Emmanuel Briot  <briot@gnat.com>
5814         * ada-stmt.el: Doc-string fixes.
5816 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
5818         * recentf.el: New file.
5820         * ps-mode.el: New file.
5822         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5823         case insensitive.
5825 1999-10-12  Richard Sharman  <rsharman@pobox.com>
5827         * sh-script.el: Added support for indenting existing scripts.
5828         (sh-mode-map): Added new bindings.
5829         (sh-mode): Updated mode doc-string for new commands, added
5830         make-local-variable calls, initialize mode-specific variables.
5831         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
5832         is now a different function.
5833         (sh-header-marker):  Changed docstring.
5834         (sh-set-shell): Initialize mode-specific variables.
5835         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5836         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5837         Changed these define-skeleton calls to work with user-specified
5838         indentation settings.
5839         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5840         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5841         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5842         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5843         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5844         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5845         (sh-guess-basic-offset, sh-handle-after-case-label)
5846         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5847         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5848         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5849         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5850         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5851         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5852         (sh-handle-this-then, sh-help-string-for-variable)
5853         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5854         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5855         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5856         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5857         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5858         (sh-remove-our-text-properties, sh-rescan-buffer)
5859         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5860         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5861         (sh-scan-case, sh-search-word, sh-set-char-syntax)
5862         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5863         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5864         functions.
5865         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5866         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5867         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5868         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5869         (sh-var-list): New variables.
5871 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
5873         * quickurl.el (quickurl-list-insert): `count-lines' was returning
5874         a value one line to high if the cursor wasn't at the start of a
5875         line. A `beginning-of-line' is now performed before making the
5876         call to `count-lines'.
5878 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5880         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5882 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
5884         * Makefile (setwins): Abstract out the command to find subdirectories
5885         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5886         (custom-deps, finder-data, autoloads, update-subdirs, updates)
5887         (autoloads-with-other-emacs): Use it.
5889         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
5891 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
5893         * Makefile (bootstrap-compile): New target.  Compile Lisp
5894         files with ../src/temacs.
5896 1999-10-08  Dave Love  <fx@gnu.org>
5898         * ange-ftp.el: Require dired when compiling.
5899         (ange-ftp-normal-login): Allow EFS-style port specification.
5901 1999-10-08  Simon Marshall  <simon@gnu.org>
5903         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5904         (regexp-opt-group): Use it to get common suffixes in STRINGS.
5905         If STRINGS is nil, return "" rather than nil.
5907 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5909         * Makefile (compile): Compile files one by one.  Set load-path to
5910         current directory and subdirectories when compiling.
5912 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5914         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5915         (emacs): Use it everywhere instead of EMACS.
5916         (compile): New target.  Compile all Lisp files from scratch.
5917         (recompile): New target.  Recompile lisp directory.
5918         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
5919         an Emacs executable not built in the current directory tree.
5921 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
5923         * filecache.el (file-cache-completion-ignore-case): New variable,
5924         defaulting to the value of completion-ignore-case.
5925         (file-cache-minibuffer-complete): Use it.
5926         (file-cache-files-matching, file-cache-files-matching-internal):
5927         New functions.
5929 1999-10-07  Emmanuel Briot  <briot@gnat.com>
5931         * ada-xref.el: New file
5933         * ada-prj.el: New file
5935         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5937         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5938         subprogram being created.
5940         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5941         ada-indent-newline-indent): Rewritten to support the new indentation
5942         scheme
5944         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5945         New functions
5947         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5948         justification parameter
5950         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5951         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5952         external program
5954 1999-10-07  Dave Love  <fx@gnu.org>
5956         * bindings.el (bound-and-true-p): New macro.
5957         (make-mode-line-mouse-sensitive): Don't require easymenu.
5959 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
5961         * custom.el (defface): Extend documentation for new values of
5962         `type'.
5964         * faces.el (face-spec-set-match-display): Recognize `type' of
5965         `motif', `lucid', `x-toolkit'.
5966         (menu): New face.
5968 1999-10-05  Dave Love  <fx@gnu.org>
5970         * files.el: Recognize temporary crontab files.
5972         * info.el: Require jka-compr when compiling.
5973         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5975 1999-10-04  Dave Love  <fx@gnu.org>
5977         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5978         scroll-up-aggressively, scroll-down-aggressively.
5980         * time.el (display-time-mode): Add autoload cookie.
5982         * rect.el (delete-extract-rectangle): Doc fix from verna.
5984         * help-macro.el (three-step-help): Customize.
5986 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5988         * hexl.el (hexlify-buffer): Move point in proper range
5989         if it is too large.
5990         (hexl-after-revert-hook): Update hexl-max-address.
5991         (hexl-address-to-marker): Doc fix.
5993 1999-10-03  Dave Love  <fx@gnu.org>
5995         * image.el (defimage): Remove redundant code.  Substitute file in
5996         image plist.
5998 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6000         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6001         when doing with-temp-file.
6003 1999-10-01  Dave Love  <fx@gnu.org>
6005         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6007         * help.el: Require view when compiling.
6008         (view-emacs-FAQ): Use Info version.
6010 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
6012         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6013         (normat->normal).  Use correct font names for Korean
6014         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6016 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
6018         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6019         code not used by KOI8 to the same 8-bit code instead of mapping to
6020         SPC.
6021         (cyrillic-alternativnyj-decode-table): Likewise.
6023 1999-09-29  Alex Schroeder  <alex@gnu.org>
6025         * sql.el (sql-imenu-generic-expression): Aew, used to set
6026         imenu-generic-expression.
6027         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6028         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
6029         imenu-case-fold-search, and imenu-syntax-alist.
6030         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6031         setting font-lock-defaults' SYNTAX-ALIST.
6033 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6035         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6036         macro, try again.
6038 1999-09-28  Dave Love  <fx@gnu.org>
6040         * cus-edit.el (custom-comment): Change widget definition.
6041         (custom-comment-create, custom-comment-show)
6042         (custom-comment-invisible-p): Don't use :comment-overlay.
6043         (custom-comment-hide): New function.
6044         (custom-variable-set, custom-variable-save)
6045         (custom-variable-reset-standard, custom-face-set)
6046         (custom-face-save): Use it.
6048 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6050         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6052 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6054         * faces.el (region): Doc fix.
6056 1999-09-27  Dave Love  <fx@gnu.org>
6058         * isearch.el (isearch): Add :links in defgroup.
6059         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6060         (isearch-switch-frame-handler): Comment out (unused).
6061         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6062         (isearch-ring-retreat-edit): Doc fix.
6063         (isearch-mouse-yank): New command.
6064         (isearch-last-command-char): Removed.  Callers changed to use
6065         last-command-char.
6066         (isearch-char-to-string): Removed.  Callers changed to use
6067         char-to-string.
6069 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6071         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6072         option for Russian.
6074 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
6076         * faces.el (face-differs-from-default-p): Compare face
6077         attributes individually.
6079         * image.el (put-image, insert-image): Add string argument.
6081 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
6083         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6084         LANG=de_DE.iso88591 on HPUX 11.0.
6086         * dired.el (dired-move-to-filename-regexp): Make it work
6087         for LANG=de_DE.iso88591 on HPUX 11.0.
6089 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6091         * info.el (info-initialize): Don't test existence of ALTERNATIVE
6092         if we know for some other reason it should not be used.
6094         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6095         New variable.
6096         (edebug-recursive-edit): Save current-prefix-arg there,
6097         bind it, and set it back at the end.
6098         (edebug-outside-excursion): Restore and update the outside
6099         value of current-prefix-arg.
6100         (edebug-emacs-version-specific): Delete support for Epoch.
6102 1999-09-24  Howard Melman  <howard@silverstream.com>
6104         * imenu.el (imenu-after-jump-hook): New variable.
6105         (imenu): Run menu-after-jump-hook.
6106         (imenu-name-lookup-function): New variable.
6107         * imenu.el (imenu--in-alist): Use those variables.
6109 1999-09-24  Carsten Dominik  <cd@gnu.org>
6111         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6112         multiple thebibliography environments.
6114         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6115         with recentering window.
6116         (reftex-extract-bib-entries-from-thebibliography,
6117         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
6118         with multiple thebibliography environments.
6120         * textmodes/reftex-vars.el
6121         (reftex-section-levels): Function allowed as cdr.
6122         (reftex-max-section-depth) New option.
6124         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6125         with multiple thebibliography environments.
6127 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
6129         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6130         instead of point-min in call to delete-region.
6132 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6134         * vc.el (vc-backend-checkout): Use with-temp-file when checking
6135         out into arbitrary file names.
6137 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
6139         * language/european.el ("Turkish"): New language environment.
6141 1999-09-19  Dave Love  <fx@gnu.org>
6143         * delim-col.el: New file.
6145 1999-09-17  Richard Stallman  <rms@gnu.org>
6147         * files.el (after-find-file): When visiting a backup file,
6148         make it read-only.
6150         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6151         (apropos-keybinding-face, apropos-label-face): Likewise.
6152         (apropos-property-face, apropos-match-face): Likewise.
6153         (apropos-label-properties): New variable.
6154         (apropos-print-doc): Use apropos-label-properties.
6155         (apropos-print): Set apropos-label-properties.
6157 1999-09-15  Richard Stallman  <rms@gnu.org>
6159         * winner.el: Use aref instead of sref.
6161         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6163 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
6165         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6167 1999-09-14  Richard Stallman  <rms@gnu.org>
6169         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6170         cookie, even if followed by a letter.
6172 1999-09-14  Stephen Eglen  <stephen@gnu.org>
6174         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6175         --no-line-editing are passed to Octave by including them here
6176         rather than storing them in inferior-octave-startup-args.
6178 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
6180         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6181         command, option, env and sc.
6183         * subr.el (shell-quote-argument): Quote argument with double
6184         quotes for ms-dos.
6186 1999-09-14  Richard Stallman  <rms@gnu.org>
6188         * simple.el (eval-expression-print-level): New variable.
6189         (eval-expression-print-length): New variable.
6190         (eval-expression-debug-on-error): New variable.
6191         (eval-expression): Bind print-level, print-length and
6192         debug-on-error from those vars.
6194         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6195         Bind print-level, print-length and debug-on-error.
6197 1999-09-14  Inge Frick  <inge@nada.kth.se>
6199         * dired.el (dired-recursive-deletes): New custom variable.
6200         (dired-re-no-dot): New variable.
6201         (dired-delete-file): New function deletes files and directories
6202         recursively.
6203         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6205         * dired-aux.el (dired-recursive-copies): New custom variable.
6206         (dired-handle-overwrite): Broke a long line.
6207         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6208         `copy-file'.
6209         (dired-copy-file-recursive): New function.  Copy directories
6210         recursively.
6211         (dired-do-create-files): Added support for generalized directory
6212         target.  How-to function may now return a function.  New fluid
6213         variable `dired-one-file'.
6214         (dired-copy-how-to-fn): New variable.
6215         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6216         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6217         (dired-do-copy-regexp): No recursive copies.
6219 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6221         * whitespace.el (whitespace-version): Update version to 2.4
6223         * whitespace.el: Add customization variables to conditionally test
6224         any of the five whitespaces, per request from Rune Kleveland
6225         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6227         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6229         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6230         list of modes to be checked for bogus whitespaces.
6232         * whitespace.el (whitespace-rescan-timer-time): Update
6233         documentation.
6235         * whitespace.el (whitespace-display-unchecked-whitespaces):
6236         New function to update modeline with untested whitespaces.
6238         * whitespace.el (whitespace-buffer): Test only whitespaces whose
6239         checking is turned on, and update modeline using the newly created
6240         `whitespace-display-unchecked-whitespaces'.
6242         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6243         whose checking is turned on, and update modeline using the newly
6244         created `whitespace-display-unchecked-whitespaces'.
6246         * whitespace.el (whitespace-describe): Update documentation.
6248         * whitespace.el (whitespace-tickle-timer): Test if
6249         `whitespace-rescan-timer-time' is non-zero before tickling timer.
6251 1999-09-13  Dave Love  <fx@gnu.org>
6253         * hideif.el (hide-ifdef-mode): Add autoload cookie.
6255         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6256         for temp buffer.
6257         (checkdoc-this-string-valid): Don't assume default comment-start.
6259 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
6261         * rsz-mini.el: Remove code, keep the interface.
6263 1999-09-13  Dave Love  <fx@gnu.org>
6265         * help.el (help-highlight-p): Doc fix.
6267         * faces.el (mode-line, header-line, tool-bar): Add :version.
6268         (highlight, secondary-selection): Add :group.
6269         (trailing-whitespace): Add :group, :version.
6271         * wid-edit.el: Remove some compatibility code and checks.
6272         (widget-specify-field, widget-specify-button): Don't use XEmacs
6273         properties.
6274         (widget-overlay-inactive): Change error message.
6275         (widget-button-pressed-face): New variable.
6276         (widget-button-click): Use it.
6277         (widget-documentation-link-add): Specify mouse and button faces.
6278         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6279         removed now the functionality is built in.
6281         * cus-edit.el: Don't define-widget-keywords.
6282         (multimedia): New group.
6283         (custom-last): Function removed.
6284         (custom-quote): Add vectorp case, comment out characterp case.
6285         (custom-buffer-done-function, custom-raised-buttons): New option.
6286         (Custom-buffer-done): New function.
6287         (custom-buffer-create-internal): Obey custom-raised-buttons,
6288         Custom-buffer-done.
6289         (custom-button-face): Make it `released-button'.
6290         (custom-button-pressed-face): Make it `pressed-button'
6291         (custom-mode-map): Bind "q" to Custom-buffer-done.
6292         (custom-mode): Deal with raised/pressed buttons.
6294         Changes from Didier Verna:
6295         (custom-prompt-variable): Optional third arg makes prompt for a
6296         comment string.
6297         (customize-set-value, customize-set-variable,
6298         customize-save-variable): Optional prefix makes function handle
6299         variable comments.
6300         (customize-customized, customize-saved, custom-variable-state-set)
6301         (custom-variable-set, custom-variable-save, custom-face-state-set)
6302         (custom-variable-reset-saved, custom-variable-reset-standard)
6303         (custom-face-set, custom-face-save, custom-face-reset-saved)
6304         (custom-face-reset-standard, customize-save-customized): Handle
6305         custom comments.
6306         (custom-comment-face, custom-comment-tag-face): New face.
6307         (custom-comment): New widget.
6308         (custom-comment-create, custom-comment-delete)
6309         (custom-comment-value-set, custom-comment-show)
6310         ()custom-comment-invisible-p): New functions.
6311         (custom-variable-value-create, custom-face-value-create): Create a
6312         comment field widget.
6313         (custom-variable-menu, custom-face-menu): New entry for custom
6314         comment.
6315         (custom-face-value-create): Remove compatibility code.
6316         (custom-save-variables, custom-save-faces): Possibly save custom
6317         comments.
6319         * cus-face.el (custom-face-attributes): Simplify :underline,
6320         :overline, :inverse-video cases.  Fix up :box case (probably needs
6321         more work).
6323         Change from Didier Verna:
6324         (custom-set-faces): The arguments can now have a custom comment as
6325         fourth argument.
6327         * custom.el: Don't define-widget-keywords.
6328         Change from Didier Verna:
6329         (custom-set-variables): The arguments can now have a
6330         custom comment as fifth element.
6332 1999-09-13  Richard Stallman  <rms@gnu.org>
6334         * info.el (Info-find-node): Cope better if guesspos is too large.
6336 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6338         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6339         of buffer-substring because buffer-string doesn't copy the
6340         prompt.
6342         * faces.el (mode-line): Replaces `modeline'.
6343         (toplevel): Make `modeline' an alias for `mode-line'.
6345 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6347         * gs.el: Change `ghostscript' to `postscript' in comment.
6349 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
6351         * emulation/tpu-edt.el (tpu-version): New version.
6352         (tpu-search-overlay, tpu-replace-overlay): New variables.
6353         (tpu-search-highlight, tpu-toggle-direction): New functions.
6354         (tpu-lm-replace): Set tpu-replace-overlay.
6355         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6356         command hook.
6358 1999-09-11  Richard Stallman  <rms@gnu.org>
6360         * isearch.el (isearch-mode-map): Undo previous change.
6362         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6363         use all of that as the sexp.
6365         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6366         and use the initial argument as file name directly.
6367         Likewise if nothing matches.
6369 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
6371         * winner.el: Major changes.  Avoid changing point and mark.
6372         Save configurations after they change, not before.
6374 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
6376         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6377         Bind print-continuous-numbering and print-number-table.
6379 1999-09-10  Dave Love  <fx@gnu.org>
6381         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6383 1999-09-09  Richard Stallman  <rms@gnu.org>
6385         * whitespace.el: Finish making it fit Emacs conventions.
6386         Add autoloads.
6388 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6390         * generic-x.el (bat-generic-mode): "::"-style comments don't
6391         need to begin with "-".  Fix the font-lock definitions of ON/OFF
6392         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
6393         from the list of keywords.  Add DO to the list of keywords.
6395 1999-09-09  Dave Love  <fx@gnu.org>
6397         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6398         (byte-optimize-backward-word): New optimizations.
6399         (side-effect-free-fns, side-effect-and-error-free-fns): Add
6400         entries.
6402 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
6404         * image.el (put-image): Remove optional buffer parameter.
6406         * faces.el (face-italic-p): Return t only for values `italic'
6407         and `oblique'.
6409         * mouse.el (mouse-drag-mode-line-1): Extension of former
6410         mouse-drag-mode-line that also drags the header line.
6411         (mouse-drag-mode-line): Call it.
6412         (mouse-drag-header-line): New.
6413         (toplevel): Bind down-mouse-1 on header lines to
6414         mouse-drage-header-line.
6416 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6418         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6419         (make-mode-line-mouse-sensitive): Replace `top-line' by
6420         `header-line'.
6422 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6424         * help.el (describe-function-1): Don't return empty string for keymaps.
6426         * fill.el (fill-region-as-paragraph, canonically-space-region):
6427         Respect colon-double-space at end of line.
6429 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6431         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6432         (backup-buffer): Use it.
6434 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6436         * generic-x.el (generic-define-unix-modes): Added new modes:
6437         inetd-conf-generic-mode, etc-services-generic-mode,
6438         etc-passwd-generic-mode.  These are all defined for Unix by default.
6439         (apache-generic-mode): Use an imenu-generic-expression to list
6440         Configuration keywords.
6441         (samba-generic-mode): Use both ; and # as comment characters.
6442         (samba-generic-mode): Font-lock expressions now highlight name
6443         value pairs.
6444         (bat-generic-mode): Keywords are now case-insensitive through
6445         font-lock-defaults setting.
6446         (java-properties-generic-mode): Supports both ! and # as comment
6447         characters.
6448         (java-properties-generic-mode): Added an imenu-generic-expression
6449         (java-properties-generic-mode): Reworked to support the various
6450         different ways to separate name and value (viz, '=', ':' and
6451         whitespace).
6452         (show-tabs-generic-mode): Added this new generic-mode.
6454 1999-09-08  Richard Stallman  <rms@gnu.org>
6456         * progmodes/inf-lisp.el: Moved from top directory.
6458         * tar-mode.el (tar-header-block-tokenize):
6459         Use `when' instead of `and'.  Fix some clobbered text.
6461         * gud.el (gud-make-debug-menu): Make a child for the
6462         local menu, for its menu bar, and the debug menu.
6463         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6464         Use the history in the simple way.
6466 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6468         * language/korea-util.el (default-korean-keyboard): Initialize it
6469         according to the environment variable HANGUL_KEYBOARD_TYPE.
6471 1999-09-07  Richard Stallman  <rms@gnu.org>
6473         * subr.el (make-temp-file): New function.
6475 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6477         * font-lock.el (font-lock-multiline): New text property contains
6478         a boolean to indicate if the char is part of a multiline match.
6479         (font-lock-default-fontify-region): Extend the region appropriately
6480         for multiline keywords.
6481         (font-lock-default-unfontify-region): Also remove the new
6482         font-lock-multiline text property.
6483         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6484         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6486 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6488         * diary-lib.el (list-diary-entries): Make sure two-digit years
6489         have leading zeros.
6491 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6493         * faces.el (face-set-after-frame-default): Initialize some
6494         attributes of some faces from frame parameters.
6496         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6498 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6500         * faces.el (fringe): Replaces face `margin'.
6502 1999-09-07  Dave Love  <fx@gnu.org>
6504         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6506 1999-09-07  Richard Stallman  <rms@gnu.org>
6508         * subr.el (push): Doc fix.
6510 1999-09-06  Richard Stallman  <rms@gnu.org>
6512         * vc.el (vc-annotate-display): Use < 69 not < 70
6513         to distinguish 20YY from 19YY.
6515         * timezone.el (timezone-parse-date): Use < 69 not < 70
6516         to distinguish 20YY from 19YY.
6518         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6520 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6522         * quickurl.el: (quickurl-list-focused-line): Removed.
6523         (quickurl-list-insert): Now works out the focused line using
6524         `count-lines' instead of using `quickurl-list-focused-line'.
6526 1999-09-06  Richard Stallman  <rms@gnu.org>
6528         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6529         to beginning of message.
6531 1999-09-06  Dave Love  <fx@gnu.org>
6533         * isearch.el (isearch-mode-map): Add mouse-2.
6535         * mail/rmail.el (rmail-read-password): Deleted.
6536         (rmail-get-pop-password): Use read-password.
6538         * quickurl.el: Don't conditionally define caddr.
6539         (quickurl-url-comment): Use nth, not caddr in function and
6540         defsetf.
6542 1999-09-06  Richard Stallman  <rms@gnu.org>
6544         * auto-show.el: Doc fixes.
6546 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6548         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6549         --no-line-editing so that TABs in source files are not interpreted
6550         as completion requests.
6552 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6554         * hscroll.el, auto-show.el: Remove all code, keep the public
6555         interface as no-ops.
6557         * faces.el (face-bold-p): Don't return t if face has lighter
6558         weight than normal.
6560 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6562         * startup.el (command-line): Make small-temporary-file-directory
6563         be nil except on ms-dos.
6565         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6567         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6568         is defined.
6570         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6571         letters with a colon after d or l.
6573 1999-09-06  Dave Love  <fx@gnu.org>
6575         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6576         primitive.)
6578 1999-09-05  Richard Stallman  <rms@gnu.org>
6580         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6582         * textmodes/paragraphs.el (backward-kill-sentence):
6583         Don't test minibuffer-prompt-end here.
6584         (forward-sentence): Do handle it here.
6585         (backward-kill-paragraph): Don't test it here.
6586         (forward-paragraph): Handle it here.
6588         * mouse.el (font-menu-add-default): Simplify code.
6590 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6592         * faces.el (header-line): Renamed from `top-line'.
6594 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6596         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6598 1999-09-04  Richard Stallman  <rms@gnu.org>
6600         * whitespace.el: New file.
6602 1999-09-04  Dave Love  <fx@gnu.org>
6604         * paths.el: Make some doc strings obey the make-docfile convention.
6606         * bindings.el: Likewise.
6607         (debug-ignored-errors): Remove BBDB ones.
6609 1999-09-03  Richard Stallman  <rms@gnu.org>
6611         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6612         not from the draft to forward.
6614         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6616 1999-09-03  Dave Love  <fx@gnu.org>
6618         * double.el (double-mode): Customize the variable.
6620 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6622         * international/characters.el: Delete duplicated code.
6624 1999-09-02  Richard Stallman  <rms@gnu.org>
6626         * indent.el (indent-relative): Doc fix.
6628         * quickurl.el (quickurl): Doc fix.
6630 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6632         * faces.el (margin): Change background to "gray" for mono (this is
6633         drawn with a stipple pattern).
6635 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6637         * simple.el (next-history-element): Use minibuffer-prompt-end once
6638         again.  Remove test for minibuffer-prompt-in-buffer.
6640 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6642         * files.el (small-temporary-file-directory): New variable.
6644         * startup.el (command-line): Compute the value of
6645         small-temporary-file-directory.
6647         * ediff-init.el (ediff-temp-file-prefix): Use
6648         small-temporary-file-directory if non-nil.
6650         * vc.el (vc-update-change-log): Likewise.
6652         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6654         * simple.el (shell-command, shell-command-on-region): Use
6655         make-temp-name properly.  Use small-temporary-file-directory if
6656         non-nil, otherwise temporary-file-directory, to generate temporary
6657         files.
6659         * dos-w32.el (direct-print-region-helper): Use
6660         temporary-file-directory.  (From Stefan Monnier.)
6662 1999-09-02  Richard Stallman  <rms@gnu.org>
6664         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6665         from asm-comment-char.
6666         (asm-font-lock-keywords): Recognize instruction width suffixes.
6668 1999-09-01  Richard Stallman  <rms@gnu.org>
6670         * play/fortune.el: New file.
6672 1999-08-31  Dave Love  <fx@gnu.org>
6674         * help.el (help-make-xrefs): Don't lose on non-empty blank line
6675         after key table.
6677         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6678         redisplay variables.
6680         * subr.el (push): Fix typo.
6682 1999-08-30  Kevin Blake  <kblake@ticnet.com>
6684         * emacs-lisp/ring.el: Many doc fixes.
6685         (ring-size, ring-copy): New functions.
6687 1999-08-29  Richard Stallman  <rms@gnu.org>
6689         * progmodes/etags.el (tags-loop-continue):
6690         After tags-loop-operate returns, force skip to next file.
6692         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6693         (mail-extr-first-letters, mail-extr-last-letters):
6694         Use character classes [:alpha:] and [:alnum:].
6696         * subr.el (push, pop): New macros.
6698         * progmodes/compile.el (compilation-error-regexp-alist):
6699         New item for SGI IRIX MipsPro compilers.
6701         * speedbar.el (speedbar-directory-buttons): Recognize
6702         device names when checking for file names.
6704         * array.el (array-reconfigure-rows): Use generate-new-buffer.
6706         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6707         and specially handle defvar inside their expansions.
6708         (eval-defun-1): New subroutine.
6710         * progmodes/compile.el (compilation-error-regexp-alist):
6711         Fix the Perl -w entry to allow period after line number.
6712         Don't allow newlines in file name, but allow them after line number
6713         for Perl debugging traces.
6715         * which-func.el (which-func-cleanup-function): New variable.
6716         (which-function): Call that function.
6718         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6719         to end a function name.
6721         * informat.el (Info-tagify): Don't insert more than one newline
6722         before the tag table.
6724 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6726         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6727         than make-temp-name, use match-string-no-properties, and eliminate
6728         a quadratic behavior when building bibtex-strings.
6730 1999-08-29  Alex Schroeder  <alex@gnu.org>
6732         * comint.el (comint-input-ring-separator): New variable.
6733         (comint-read-input-ring): Doc change; use
6734         comint-input-ring-separator when reading file.
6735         (comint-write-input-ring): Use
6736         comint-input-ring-separator when writing file.
6738 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
6740         * informat.el (Info-tagify): Start by widening.
6741         Match node headers that don't list the file name,
6742         and more kinds of page separations.
6743         Strip properties during tagification.
6744         Use start of node header line as tag's position.
6745         Fix the "done" message.
6747         (Info-validate): Save and restore match data around narrowing down.
6749 1999-08-28  Richard M. Stallman  <rms@gnu.org>
6751         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6752         On repeated call, override previous values put into
6753         minor-mode-map-alist and minor-mode-alist.
6755 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
6757         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6759 1999-08-27  Andreas Schwab  <schwab@gnu.org>
6761         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6762         from cvs update.
6764 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6766         * calendar/calendar.el (calendar-move-hook): New hook.
6768         * calendar/cal-move.el: Call the new hook in every movement function.
6770         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6771         the right function name.
6773 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
6775         * time-stamp.el: Put quote-backquote around all symbol names
6776         in doc strings, for mousing.
6777         (time-stamp): Support multi-line patterns.
6778         (time-stamp-inserts-lines): New variable.
6779         (time-stamp-count): New variable.
6780         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6781         "Thu" instead of "%a".
6783 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6785         * simple.el (kill-word): Undo previous change.
6787 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6789         * jit-lock.el (jit-lock-function): Extend the fontified range
6790         to the beginning of the line containing the range start and
6791         the beginning of the line following the range end.
6793 1999-08-24  Dave Love  <fx@gnu.org>
6795         * timezone.el: Move provide to end.
6796         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
6797         <70 are 2000+.
6798         (timezone-parse-time): Simplify somewhat.
6800 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
6802         * faces.el (margin): Renamed from bitmap-area.
6804 1999-08-24  Alex Schroeder  <alex@gnu.org>
6806         * sql.el: Doc changes.
6807         (sql-sybase): Use sql-server instead of sql-database.
6809 1999-08-23  Dave Love  <fx@gnu.org>
6811         * rect.el: Add/fix various doc strings.  Add `*' to all the
6812         interactive specs.
6814 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
6816         * jit-lock.el (jit-lock-function): Use line-beginning-position.
6817         Don't unwind-protect font-lock-fontify-region.
6819         * paragraphs.el (backward-kill-paragraph): Don't move
6820         point into mini-buffer prompt.
6821         (backward-kill-sentence): Ditto.
6823         * simple.el (next-history-element): Use minibuffer-prompt-end.
6824         Remove test for minibuffer-prompt-in-buffer.
6825         (kill-word): Don't move point into mini-buffer prompt.
6827 1999-08-21  Dave Love  <fx@gnu.org>
6829         * Makefile: Exclude CVS dirs like RCS.
6831 1999-08-19  Dave Love  <fx@gnu.org>
6833         * tooltip.el (tooltip-mode): Customize this, per convention.
6834         (tooltip-active): Option deleted.
6836         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
6838         * hanoi.el, page-ext.el: Declare dynamic vars.
6840         * term.el: Avoid ange-ftp related compilation warnings.
6842 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
6844         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6845         the default so that beginners can benefit from it without
6846         searching in manuals.
6848 1999-08-18  Ray Blaak  <blaak@gnu.org>
6850         * progmodes/delphi.el: Consider assembly sections as blocks, to
6851         indent them better. Make auto-indent on newline optional.
6853 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
6855         * bindings.el (mode-line-modified): Look up key binding for C-x
6856         C-q.  If it's bound call that binding, otherwise call
6857         toggle-read-only.
6859 1999-08-17  Dave Love  <fx@gnu.org>
6861         * info.el (info): Doc fix.
6863         * finder.el (finder-known-keywords): Add `multimedia'.
6865         * apropos.el: Don't capitalize custom group name.
6867         * info-look.el: Remove compatibility code.
6868         (info-lookup-guess-default*): DTRT for point at start of symbol.
6869         (info-complete): Don't lose with point not at end of symbol.
6871 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
6873         * term.el (toplevel): Make face `term-default' an empty face.
6874         The code relied on the fact that Emacs ignored invalid faces in
6875         face text properties in 20.4.
6877 1999-08-16  Richard M. Stallman  <rms@gnu.org>
6879         * subr.el (point-at-eol, point-at-bol): New aliases.
6881         * simple.el: Functions reordered.
6883         * rect.el (delete-rectangle-line): Use line-end-position.
6885 1999-08-16  Karl Heuer  <kwzh@gnu.org>
6887         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6888         here from simple.el.
6890 1999-08-16  Dave Love  <fx@gnu.org>
6892         * mouse.el: Provide `mldrag' for compatibility.
6893         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6894         marked obsolete.
6896         * mldrag.el: Removed since the features are in mouse.el.
6898         * jka-compr.el (auto-compression-mode): New variable for
6899         customization.
6901         * bindings.el (mode-line-mule-info): Doc fix.
6903         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6904         name comparisons.
6906         * files.el (interpreter-mode-alist): Add make, guile, clisp.
6907         (find-file): Doc fix.
6909 1999-08-16  Carsten Dominik  <cd@gnu.org>
6911         * textmodes/reftex.el: Most of the code moved to other files.
6912         * textmodes/reftex-auc.el: New file, split out from reftex.el
6913         * textmodes/reftex-cite.el: New file, split out from reftex.el
6914         * textmodes/reftex-global.el: New file, split out from reftex.el
6915         * textmodes/reftex-index.el: New file, split out from reftex.el
6916         * textmodes/reftex-parse.el: New file, split out from reftex.el
6917         * textmodes/reftex-ref.el: New file, split out from reftex.el
6918         * textmodes/reftex-sel.el: New file, split out from reftex.el
6919         * textmodes/reftex-toc.el: New file, split out from reftex.el
6920         * textmodes/reftex-vars.el: New file, split out from reftex.el
6921         * textmodes/reftex-vcr.el: New file, split out from reftex.el
6923 1999-08-16  Carsten Dominik  <cd@gnu.org>
6925         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6926         conflict with pop-up-frames.
6927         (reftex-special-environment-parsers): New constant.
6928         (reftex-label-alist): car of an entry can also be a function.
6929         (reftex-what-special-env): Cew function.
6930         (reftex-label-location): Call `reftex-what-special-env'.
6931         (reftex-compile-variables): Check for symbol in
6932         `reftex-label-alist'.
6933         (reftex-what-environment): Fixed bug with stacked environments of
6934         same kind (e.g. enumerate).
6935         (reftex-process-string): Preserve default directory.
6936         (reftex-label-alist-builtin): Changed prefixes of endnote and
6937         footnote.  Also the magic words.
6938         (reftex-reference): Interprete new option
6939         `reftex-fref-is-default'.
6940         (reftex-replace-prefix-escapes): Interprete new `%S' format.
6941         (reftex-toc-mouse-view-line): Command removed (had no binding).
6942         (reftex-everything-regexp): New function.
6943         (reftex-nearest-match): Made better.
6944         (reftex-toc-find-section): Use new version of
6945         `reftex-nearest-match'.
6946         (reftex-insert-docstruct): Adapted to work with the index stuff.
6947         (reftex-parse-from-file): Find index entries as well.
6948         (reftex-toc-toggle-index): New function
6949         (reftex-toc-map): `i' is now used to togle the index, File
6950         boundaries has been moved to `F'.
6951         (reftex-select-label-map): Toggling display of file boundaries is
6952         now on the `F' key, for consistency with `reftex-toc-map'.
6953         (reftex-erase-all-selection-and-index-buffers): Renamed from
6954         `reftex-erase-all-selection-buffer'.  Now also kills the index
6955         buffers.
6956         (reftex-viewing-cross-references): Customization group renamed
6957         from reftex-viewing-cross-references-and-citations.
6958         (reftex-index-macro-regexp,
6959         reftex-find-index-entry-regexp-format): New variables
6960         (reftex-macros-with-index): New variable
6961         (reftex-add-index-macros): New function
6962         (reftex-renumber-simple-labels, reftex-translate): Allow for
6963         multiple labels in a single ref command.
6964         (reftex-index-support): New customization group
6965         (reftex-support-index, reftex-index-special-chars,
6966         reftex-index-macros, reftex-index-default-macro,
6967         reftex-index-default-tag, reftex-index-math-format,
6968         reftex-index-section-letters, reftex-index-include-context,
6969         reftex-index-follow-mode, reftex-index-header-face,
6970         reftex-index-section-face, reftex-index-tag-face,
6971         reftex-index-face): New options
6972         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6973         reftex-index-tag, reftex-index-return-marker,
6974         reftex-index-restriction-indicator, reftex-index-restriction-data,
6975         reftex-index-macro-regexp, reftex-index-level-re,
6976         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6977         reftex-everything-regexp-no-index, reftex-index-re,
6978         reftex-macros-with-index, reftex-index-macro-alist): New variables
6979         (reftex-index-help, reftex-index-macros-builtin,
6980         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6981         reftex-query-index-macro-help): New constants
6982         (reftex-index-selection-or-word, reftex-index,
6983         reftex-default-index, reftex-update-default-index,
6984         reftex-index-complete-tag, reftex-index-select-tag,
6985         reftex-index-complete-key, reftex-index-update-taglist,
6986         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6987         reftex-display-index, reftex-insert-index,
6988         reftex-index-insert-new-letter, reftex-get-restriction,
6989         reftex-index-pre-command-hook, reftex-index-post-command-hook,
6990         reftex-index-show-help, reftex-index-next, reftex-index-previous,
6991         reftex-index-toggle-follow, reftex-index-toggle-context,
6992         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6993         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6994         reftex-index-quit, reftex-index-quit-and-kill,
6995         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6996         reftex-index-revert, reftex-index-switch-index-tag,
6997         reftex-index-restrict-to-section, reftex-index-widen,
6998         reftex-index-restriction-forward,
6999         reftex-index-restriction-backward, reftex-index-visit-location,
7000         reftex-index-analyze-entry, reftex-index-globalize,
7001         reftex-index-edit, reftex-index-toggle-range-beginning,
7002         reftex-index-toggle-range-end, reftex-index-edit-key,
7003         reftex-index-edit-attribute, reftex-index-edit-visual,
7004         reftex-index-edit-part, reftex-index-level-down,
7005         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7006         reftex-index-change-entry, reftex-index-goto-letter,
7007         reftex-add-index-macros, reftex-ensure-index-support,
7008         reftex-index-info-safe, reftex-index-info): New functions.
7011 1999-08-15  Richard M. Stallman  <rms@gnu.org>
7013         * paren.el (show-paren-mode): Support making show-paren-mode
7014         a buffer-local variable.  Don't check for a window system.
7015         (show-paren-function): Check whether show-paren-function is
7016         enabled in current buffer; do the right thing if not.
7017         Don't check for a window system.
7018         (show-paren-mode): Make it a user variable.
7020         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7021         Handle `enum' like `struct'.
7023         * server.el (server-process-filter): If a client visits no buffers,
7024         close it immediately before recording it.
7026         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7027         Optimize by calling concat just once.  Handle =\n sequence.
7028         (mail-unquote-printable-region): New command.
7029         (mail-quote-printable): Make it autoload.
7031 1999-08-15  Karl Heuer  <kwzh@gnu.org>
7033         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7035 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7037         * lisp/texinfmt.el: Handle @ifnottex.
7039 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
7041         * frame.el (blink-cursor): Don't turn on cursor blinking for
7042         ms-dos.
7044         * faces.el (face-valid-attribute-values): Look in
7045         x-bitmap-file-path only for x and w32 window systems.
7047         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7048         Do that if width is nil as well.
7049         (x-display-mm-height, x-display-mm-width): Update values.
7050         (x-colors): Compute the list from msdos-color-values.
7051         (x-select-enable-clipboard): Doc fix.
7052         (x-frob-font-weight, x-font-family-list): New functions.
7054 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
7056         * window.el (shrink-window-if-larger-than-buffer): Don't try to
7057         back up from beginning of buffer.
7059 1999-08-13  Karl Heuer  <kwzh@gnu.org>
7061         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7063 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
7065         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
7066         doomsday clock, speed control is added and changes are made to
7067         allow large numbers of rings: rings now show the whole ring
7068         number, not just the last digit; consecutive rings are allowed to
7069         be the same size when necessary to fit all the rings in the
7070         window; and poles can be oriented horizontally.  Face support is
7071         thrown in gratuitously.
7072         (hanoi): Changed default number of rings back to 3.
7073         (hanoi-unix, hanoi-unix-64): New commands
7074         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7075         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7076         hanoi-odd-ring-face): New variables.
7077         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7078         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7079         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7080         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7081         (hanoi-topos, hanoi-draw-ring): Removed.
7083 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
7085         * faces.el (face-valid-attribute-values): Return an alist for
7086         families on ttys.
7087         (face-read-integer): Handle unspecified face attributes.  Add
7088         completion for `unspecified'.
7089         (read-face-attribute): Handle unspecified font attributes.
7090         (face-valid-attribute-values): Add `unspecified' to lists so that
7091         it can be chosen via completion.
7092         (face-read-string): Don't recognize "none" as input.
7094 1999-08-10  Dave Love  <fx@gnu.org>
7096         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7097         string.
7099         * sun-curs.el: Require sun-fns.
7101 1999-08-10  Dave Love  <fx@gnu.org>
7103         * autorevert.el (auto-revert-mode): Add autoload cookie.
7105         * hscroll.el, auto-show.el: Files deleted -- we have built-in
7106         hscroll.
7108         * simple.el (hscroll-step, hscroll-point-visible)
7109         (hscroll-window-column): Remove now we have the mentioned real
7110         horizontal autoscrolling.
7112 1999-08-10  Richard M. Stallman  <rms@gnu.org>
7114         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7115         control use of -f option.
7116         (mail-specify-envelope-from): New variable.
7117         (mail-from-style): Doc fix.
7119         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7120         (easy-menu-get-map): New arg TO-MODIFY helps choose
7121         between local and global maps.
7122         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7123         (easy-menu-change): Doc fix.
7125         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7126         (info-lookup-guess-default): Simplified and cleaned up.
7127         (info-lookup-guess-default*): Preserve point.
7129         * view.el (view-mode-disable): If buffer-read-only is nil,
7130         don't change it.
7132         * files.el (after-find-file): Disable View mode if buffer is no
7133         longer read-only.
7135         * view.el (view-mode-enable, view-mode-disable):
7136         Call force-mode-line-update.
7138 1999-08-10  Karl Heuer  <kwzh@gnu.org>
7140         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7141         * array.el, play/landmark.el, international/latin-3.el: Likewise.
7142         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7144 1999-08-10  Alex Schroeder  <asc@bsiag.com>
7146         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7147         to prevent m-eating-bug.
7149 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
7151         * term/pc-win.el (msdos-bg-mode): Remove.  Call
7152         frame-set-background-mode instead.  All callers changed.
7153         (msdos-face-setup): Don't force color display parameter, it is set
7154         by frame-set-background-mode.
7155         (make-msdos-frame): Call x-handle-reverse-video and
7156         face-set-after-frame-default.  Delete frame if creation failed.
7158         * faces.el (face-set-after-frame-default): Don't call
7159         make-face-x-resource-internal for the pc window-system.
7161 1999-08-10  Dave Love  <fx@melange.gnu.org>
7163         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7164         case with no docstring specially.
7166 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
7168         * complete.el (PC-do-completion): If completing on file name,
7169         reproduce str by concatenating its directory and basename parts.
7171 1999-08-07  Dave Love  <fx@gnu.org>
7173         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
7174         unibyte to multibyte conversion of search-forward (from Handa),
7175         but avoid the replacement if the language is Latin-N.
7177 1999-08-06  Richard Stallman  <rms@gnu.org>
7179         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7180         of eval-buffer.
7182         * international/mule.el (load-with-code-conversion):
7183         Pass t to eval-buffer for DO-ALLOW-PRINT.
7185 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
7187         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7188         of filenames and attributes.
7189         (ls-lisp-insert-directory): Use directory-files-and-attributes
7190         for speed.
7192 1999-08-05  Dave Love  <fx@gnu.org>
7194         * auto-show.el (auto-show-mode): Fix :set.
7196         * widget.el (define-widget-keywords): Make dummy definition and
7197         comment-out its use.
7199 1999-08-04  Richard Stallman  <rms@gnu.org>
7201         * progmodes/tcl.el: Customized.
7203         * sql.el (sql-accumulate-and-indent): Instead of testing
7204         whether this is Emacs 20 before calling comint-accumulate,
7205         test whether comint-accumulate is defined.
7207 1999-08-04  Dave Love  <fx@gnu.org>
7209         * sgml-mode.el: Require outline when compiling.
7210         (sgml-mode-hook, html-mode-hook): Customize.
7211         (sgml-validate-command): Fix :version.
7212         (html-autoview-mode): Doc fix.
7214         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7215         nothing in Latin-N environment.
7217         * info.el (Info-find-node): Call info-initialize here.
7218         (info): Not here.
7219         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7221 1999-08-04  Richard Stallman  <rms@gnu.org>
7223         * ansi-color.el: New file.
7225 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7227         * dired.el (dired-string-replace-match): Return `nil' when no match
7228         found with global search.
7230         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7231         * terminal.el (te-terminfo-directory):
7232         * mail/mailpost.el (post-mail-send-it):
7233         * mail/metamail.el (metamail-region):
7234         * progmodes/ada-mode.el (ada-tmp-directory):
7235         Use temporary-file-directory.
7237         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7238         (compilation-filter, compilation-forget-errors)
7239         (compilation-parse-errors): Use a marker instead of an integer for
7240         `compilation-parsing-end'.
7242         * progmodes/diff.el (diff-parse-differences):
7243         Use a marker instead of an integer for `compilation-parsing-end'.
7244         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7245         Use a marker instead of an integer for `compilation-parsing-end'.
7247 1999-08-03  Richard Stallman  <rms@gnu.org>
7249         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7250         (Buffer-menu-mode): Doc fix.
7251         (Buffer-menu-view): New command.
7252         (Buffer-menu-view-other-window): New command.
7254 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
7256         * replace.el (query-replace-regexp-eval)
7257         (replace-eval-replacement, replace-loop-through-replacements)
7258         (replace-match-string-symbols): New functions.
7259         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7260         Use replace-loop-through-replacements.
7262 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
7264         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7265         (5x5): Doc fix.
7267 1999-08-03  Dave Love  <fx@gnu.org>
7269         * fortran.el (fortran-indent-new-line): Make it an alias
7270         for reindent-then-newline-and-indent.
7272 1999-08-03  Didier Verna  <verna@inf.enst.fr>
7274         * rect.el: All functions rewritten, except when noted above
7275         their declaration.  Below is a list of interface changes.
7276         (apply-on-rectangle): New function, mostly replaces
7277         `operate-on-rectangle'.  All callers changed.
7278         (move-to-column-force): Pass new second argument to `move-to-column'.
7279         (kill-rectangle): Added optional prefix arg to fill lines.
7280         (delete-rectangle): Ditto.
7281         (delete-whitespace-rectangle): Ditto.
7282         (delete-extract-rectangle): Ditto.
7283         (open-rectangle): Ditto.
7284         (clear-rectangle): Ditto.
7285         (delete-whitespace-rectangle-line): New function.
7286         (delete-rectangle-line): Added third arg FILL.
7287         (delete-extract-rectangle-line): Ditto.
7288         (open-rectangle-line): Ditto.
7289         (clear-rectangle-line): Ditto.
7291 1999-08-03  Ray Blaak  <blaak@gnu.org>
7293         * progmodes/delphi.el: New file.
7295 1999-08-02  Richard Stallman  <rms@gnu.org>
7297         * textmodes/outline.el (outline-previous-heading): New function.
7298         (outline-up-heading-all): Use outline-previous-heading.
7299         (outline-next-heading): Delete definition inserted yesterday.
7301 1999-08-01  Richard Stallman  <rms@gnu.org>
7303         * textmodes/outline.el (outline-next-heading): New function.
7304         (outline-up-heading-all): New function.
7305         (outline-font-lock-level): Using outline-up-heading-all.
7306         Tell outline-back-to-heading to accept invisible headings.
7308         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7310         * mail/mh-utils.el (mh-find-path-run): New variable.
7311         (mh-find-path): Test and set that.
7312         Set mail-user-agent only the first time this function is run.
7313         (mail-user-agent): Defvar deleted.
7315         * info.el (info-initialize): New function.
7316         (info): Call info-initialize.
7317         (Info-directory-list): Initialize to nil,
7318         so info-initialize will set it up for real.
7320 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7322         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7323         does not interpret a time as the year in a day-month entry.
7325         * calendar/diary-lib.el: Change syntax table entry for colon in
7326         the diary as part of the european-date-diary-pattern fix.
7328 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
7330         * international/mule.el (set-auto-coding): Allow whitespace before
7331         and after the "variable: value" pair.
7333 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
7335         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7336         (default-sendmail-coding-system): Doc-string fixed.
7338 1999-07-30  Dave Love  <fx@gnu.org>
7340         * subr.el (assoc-delete-all): New function, renamed from
7341         frame-delete-all.
7343         * frame.el: Change comments to doc strings and other doc fixes.
7344         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7345         Callers changed.
7346         (set-background-color, set-foreground-color, set-cursor-color)
7347         (set-mouse-color, set-border-color): Offer completion of colours.
7348         (cursor): Add :version to defgroup.
7350         * facemenu.el (list-colors-display): Make it work on ttys.
7351         (facemenu-read-color): Likewise.
7353 1999-07-30  Richard M. Stallman  <rms@gnu.org>
7355         * frame.el (frame-notice-user-settings): If background
7356         color has been changed, update background-mode from it,
7357         then update faces.
7359 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7361         * net-utils.el (finger): Don't do indirect fingering.
7363 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7365         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7366         rules.  Add separator at end of holidays.
7367         (cal-tex-rules): New customizable variable.
7368         (cal-tex-latexify-list): Add optional parameter to put separator
7369         at end.
7371 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
7373         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7374         fill prefix on each line while looping to the end of paragraph.
7375         End paragraph if it's longer than the existing fill prefix.
7377         * textmodes/fill.el (fill-context-prefix): Doc fix.
7379 1999-07-30  Dave Love  <fx@gnu.org>
7381         * font-lock.el (jit-lock): Fix :load, add :version.
7383 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
7385         * term/pc-win.el (msdos-face-setup): Register standard colors in
7386         Vface_tty_color_alist.
7387         (face-color-supported-p, face_color_gray_p): New functions.
7389         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7390         is bound.
7392         * startup.el (command-line): Don't register default colors for
7393         MSDOS window-system.
7395 1999-07-29  Dave Love  <fx@gnu.org>
7397         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7398         charquote.
7400         * lisp-mode.el (eval-defun): Re-written to avoid
7401         capturing variables.
7403         * picture.el (picture-beginning-of-line): Don't call
7404         hscroll-point-visible now we have real autoscrolling.
7405         (picture-end-of-line, picture-newline, picture-open-line):
7406         Likewise.
7408         * international/latin-8.el: New file.
7409         * international/latin-9.el: New file.
7411 1999-07-28  Dave Love  <fx@gnu.org>
7413         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7415         * msb.el: Require cl only when compiling.
7416         (msb--home-dir): Deleted.
7417         (msb--format-title): Use abbreviate-file-name.
7418         (msb--choose-file-menu): Simplify string comparison.
7420 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7422         * faces.el (toolbar): Add face definition for mono displays.
7424 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7426         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7428         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7429         force copying of default-frame-alist.
7431 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7433         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7435 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7437         * frame.el (set-mouse-color): If new color is nil,
7438         really respecify the current color.
7440 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7442         * faces.el (bitmap-area): Change background of face `bitmap-area'
7443         to white for mono displays.
7445 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7447         * international/ccl.el (ccl-embed-symbol): New function.
7448         (ccl-program-p): Deleted.  Now it's implemented in C code.
7449         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7450         (ccl-compile-translate-character): Likewise.
7451         (ccl-compile-map-single): Likewise.
7452         (ccl-compile-multiple-map-function): Likewise.
7453         (declare-ccl-program): Doc-string modified.
7454         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7456 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7458         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7460 1999-07-25  Markus Rost  <rost@gnu.org>
7462         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7463         the entries to make custom-file more readable.
7465 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7467         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7469         * emacs-lisp/edebug.el: Delete compatibility code.
7470         (edebug-next-token-class): If . is followed by a digit,
7471         return `symbol' for the token class.
7473         * startup.el (command-line): If we don't find the user's init file,
7474         set user-init-file to nil.
7476 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7478         * info-look.el (info-lookup-interactive-arguments): Add optional
7479         argument query for new choice of help mode.
7480         (info-lookup-symbol):  Use it.
7481         (info-lookup-file): Ditto.
7482         (info-lookup): Don't switch to other window, if already in Info
7483         buffer.
7485 1999-07-23  Dave Love  <fx@gnu.org>
7487         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7488         syntax.
7489         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7490         (fortran-font-lock-syntactic-keywords): New variable.
7491         (fortran-mode): Use it.
7492         (fortran-font-lock-keywords-1): Don't do comments.
7493         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7494         match data.
7496         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7498         * msb.el (msb-menu-bar-update-buffers): Renamed from
7499         menu-bar-update-buffers.
7500         (msb-custom-set, msb--toggle-menu-type): Call
7501         msb-menu-bar-update-buffers.
7502         (msb-mode): Revise the hook setting.
7504         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7506 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7508         * font-lock.el, help.el, simple.el: Re-integrate previously
7509         described changes that were lost due to errors while checking them
7510         in.
7512 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7514         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7516 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7518         * international/encoded-kb.el
7519         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7520         but push it to unread-command-events.
7521         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7522         (encoded-kbd-self-insert-sjis): Likewise.
7523         (encoded-kbd-self-insert-big5): Likewise.
7525         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7526         before left margin and fill-prefix by fill-find-break-point.
7528 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7530         * info-look.el (info-lookup-setup-mode): Don't give up, if
7531         info-lookup-make-completions returns an error.
7532         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7533         name latex, not latex2e.
7535 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7537         * replace.el (perform-replace): Turn off case-fold-search
7538         if FROM-STRING argument has uppercase in it.
7540 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7542         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7543         mode is on.  Don't use end of changed text.
7545 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7547         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7548         (cl-hash-table-p): Renamed from hash-table-p.
7549         (cl-hash-table-count): Renamed from hash-table-count.
7550         (maphash): Alias to cl-maphash removed.
7551         (gethash): Likewise.
7552         (puthash): Likewise.
7553         (remhash): Likewise.
7554         (clrhash): Likewise.
7556 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7558         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7559         third arg non-nil.  See comment there why this isn't a good idea.
7561 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7563         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7565         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7566         sit-for with 3rd arg non-nil to prevent redisplay.
7568 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7570         * image.el (image-type-from-file-header): If file doesn't
7571         have a directory part, add data-directory.
7573 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7575         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7576         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7577         motion handling when tooltip-gud-tips-p is nil.
7579 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7581         * tooltip.el (tooltip-mode): Don't use `plusp'.
7582         (tooltip-active): Use initial value of nil.
7584         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7586 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7588         * bindings.el (make-mode-line-mouse-sensitive): Add key
7589         definitions for `top-line'.
7591 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7593         * faces.el (top-line): New face.
7595 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7597         * image.el (image-type-regexps): Add regexp for PS files.
7599 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7601         * faces.el (set-face-attribute): Fix wrong handling of frame
7602         begin equal to t.
7604 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7606         * image.el (image-type-regexps): Add PNG format.
7608 1999-07-21  Dave Love  <fx@gnu.org>
7610         * bindings.el (mode-line-modified): New variable.
7611         (mode-line-mode-menu-1): Switch to appropriate window before
7612         showing menu.
7614 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7616         * faces.el (face-underline): Removed.
7617         (face-underline-color): Ditto.
7619 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7621         * faces.el (face-x-resources): Fix typo.
7623 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7625         * faces.el: Remove handling of `:relief', extend handling of
7626         `:box'.
7627         (frame-set-background-mode): Choose new defface specs after
7628         frame parameters have changed.
7630         * cus-face.el: Ditto.
7632 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7634         * custom.el (defface): Extend documentation to include new
7635         face attributes.
7637         * cus-face.el (custom-face-attributes): Add overline,
7638         strike-through, box.
7640         * faces.el (face-valid-attribute-values): Handle overline,
7641         strike-through, box.
7642         (face-attribute-name-alist): Add pairs for new face attributes.
7643         (describe-face): Handle new face attributes.
7645 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7647         * faces.el (face-x-resources): Add overline, strike-through, box.
7649 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7651         * enriched.el (enriched-translations): Add `display' and
7652         "x-display".
7653         (enriched-handle-display-prop): New.
7654         (enriched-decode-display-prop): New.
7656         * format.el (top-level): Give `display' property
7657         `format-list-atomic-p.
7658         (format-annotate-single-property-change): Test that property.
7659         If present, treat list property values like atoms.
7661 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7663         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7664         so that "*" can be entered.
7666 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7668         * cus-face.el (custom-face-attributes): Don't use `#''.
7670 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7672         * cus-face.el (custom-face-attributes): Return underline
7673         face attribute directly from the second lambda of underline.
7675 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7677         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7679         * frame.el (after-setting-font-hooks): New variable.
7680         (set-frame-font): Run those hooks.
7682         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7684         * faces.el (set-face-attribute): Fix doc string.
7686 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7688         * cus-face.el (custom-face-attributes): Accept color name.
7690         * faces.el (face-underline-p): Accept unspecified underlining.
7691         (face-underline): Ditto.  Fix doc string.
7693 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7695         * faces.el (face-underline-color): New function.
7697 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7699         * cus-face.el (custom-face-attributes): Support underline coloring.
7700         Added slot to choose a color.
7702         * faces.el (face-underline): New function.
7703         (face-underline-p): Support underline coloring.
7704         Return nil only if the underline attribute is 'normal.
7705         (set-face-underline): New function.
7706         (face-valid-attribute-values): Support underline coloring.
7708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7710         * image.el (insert-image): Use `display' instead of `glyph'
7711         as text property name.
7712         (put-image): Ditto.
7713         (image-type-from-file-header): Use insert-file-contents-literally.
7715 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7717         * easymenu.el (easy-menu-do-add-item): Don't use the empty
7718         string to indicate separators.
7720 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7722         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7723         instead of message-log.
7725 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7727         * faces.el (bitmap-area): New face.
7729 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7731         * image.el (insert-image): New.
7733 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7735         * frame.el (blink-cursor): Set the symbol's value.
7736         (show-trailing-whitespace): Change group to font-lock.
7738 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7740         * jit-lock.el: New.
7741         * font-lock.el: Add jit-mode as new support mode.
7743         * font-lock.el (font-lock-fontify-keywords-region): Stop when
7744         reaching end instead of letting re-search-forward signal an error.
7745         (demand-lock-mode): New.
7746         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7747         (font-lock-turn-off-thing-lock): Ditto.
7748         (font-lock-after-fontify-buffer): Ditto.
7749         (font-lock-after-unfontify-buffer): Ditto.
7751 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7753         * gs.el: New file.
7755         * startup.el (command-line-1): Activate tooltip mode if
7756         interactive.
7758 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7760         * faces.el (toolbar): Grey default background.
7761         (modeline): Ditto.
7763         * image.el (image-type-regexps): New.
7764         (image-type-from-file-header): New.
7765         (create-image): Call it.
7767 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7769         * image.el: New file.
7771 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7773         * bindings.el (mode-line-format): Replace `mode-name' with
7774         `(:eval mode-line-mode-name)'.
7775         (mode-line-mode-name): New.
7776         (make-mode-line-mouse-sensitive): Don't change default value
7777         of `mode-name'.
7779 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7781         * tooltip.el: New file.
7783 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7785         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7786         instead of mouse-3 to pop up menus.
7787         (mode-line-kill-buffer): Removed.
7788         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7789         buffer name.
7790         (mode-line-buffer-menu-1): Removed.
7792         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7794         * bindings.el (mode-line-buffer-identification-keymap): New.
7795         (mode-line-buffer-menu-keymap): New.
7796         (mode-line-mode-menu-keymap): New.
7797         (mode-line-unbury-buffer): New.
7798         (mode-line-other-buffer): New.
7799         (mode-line-kill-buffer): New.
7800         (mode-line-buffer-menu-1): New.
7801         (mode-line-mode-menu-1): New.
7802         (make-mode-line-mouse-sensitive): New.
7804 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7806         * help.el (describe-key-briefly): Handle mode line strings
7807         with local-map properties.
7808         (describe-key): Ditto.
7809         (mode-line-key-binding): New.
7811 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7813         * scroll-bar.el (scroll-bar-timer): New.
7814         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7816 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7818         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7819         and `bottom'.
7821 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7823         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7824         (global): Use different key bindings if using tookit scroll bars.
7826 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7828         * faces.el (modeline): Define mode line face with relief for
7829         class color, only.
7830         (toolbar): New face.
7832 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7834         * frame.el (frame-initialize): Set frame-creation-function to
7835         tty-create-frame-with-faces.
7837         * faces.el (frame-set-background-mode): Make it work for
7838         window-system nil.
7840         * faces.el (tty-create-frame-with-faces): New.
7841         (face-set-after-frame-default): Make it work for TTY frames.
7843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7845         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7846         Return a list of one font family for TTYs.  Don't return bitmap
7847         file paths for TTY frames.
7849         * faces.el: Add face specs for tty displays to basic faces.
7851         * font-lock.el (font-lock-comment-face): Add spec for color tty.
7852         (font-lock-string-face): Ditto.
7853         (font-lock-keyword-face): Ditto.
7854         (font-lock-builtin-face): Ditto.
7855         (font-lock-function-name-face): Ditto.
7856         (font-lock-variable-name-face): Ditto.
7857         (font-lock-type-face): Ditto.
7858         (font-lock-constant-face): Ditto.
7859         (font-lock-warning-face): Ditto.
7861 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7863         * startup.el (command-line): Register default tty colors.
7865         * faces.el (face-spec-set-match-display): Recognize `type tty'.
7867 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7869         * faces.el (modeline): For X frames, use a modeline with relief.
7871 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7873         * faces.el (frame-update-faces): Copied from 20.2.
7874         (frame-update-face-colors): Ditto.  Code removed that isn't
7875         applicable in the new face implementation.
7877 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7879         * frame.el (show-trailing-whitespace): New.
7881         * faces.el (trailing-whitespace): New basic face.
7883 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7885         * cus-face.el (custom-facep): Always define as alias for facep.
7887         * cus-face.el (custom-face-attributes): Use choice widgets.
7888         Remove :bold and :italic.
7890 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7892         * faces.el (face-charset-registries): Removed since fontset.el
7893         is no always loaded.
7895 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7897         * faces.el (internal-get-face): Added as obsolete function for
7898         compatibility.
7900 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7902         * frame.el (blink-cursor-end): Call show-cursor.
7903         (blink-cursor-mode): Ditto.
7905 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7907         * faces.el (face-spec-reset-face): Reset all attributes to
7908         `unspecified'.
7909         (face-spec-set): Use it.
7911 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7913         * faces.el (read-all-face-attributes): Bug fix.
7914         (face-read-integer): Allow nil default value.
7915         (face-valid-attribute-values): Use symbol names of attribute
7916         values for completion list.
7918 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7920         * faces.el (internal-find-face): Define for compatibility with
7921         20.2.
7922         (face-id): Likewise.
7924         * faces.el (face-id): Return the ID of a realized face for ASCII.
7926         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
7927         (x-complement-fontset-spec): Use face-charset-registries.
7929         * faces.el (face-font-selection-order): Set font selection order
7930         from Lisp.
7931         (face-alternative-font-family-alist): Set alternative font
7932         families from Lisp.
7934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7936         * faces.el (set-face-charset-registries): Set symbol value.
7938 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7940         * faces.el (face-set-after-frame-default): Call function
7941         internal-merge-in-global-face.
7943 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7945         * faces.el (face-list): Return symbols from face-global-alist.
7947         * faces.el (face-list): Return a copy of the face name list so
7948         that it cannot be modified from outside (facemenu.el uses
7949         nreverse, for example).
7951         * cus-face.el (custom-face-attributes): Add :bold and :italic
7952         for compatibility with old code.
7954         * faces.el (set-face-attributes-from-resources): Additional
7955         frame parameter.
7956         (make-face-x-resource-internal): Set attributes from resources
7957         for a given frame or all frames.
7959 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7961         * faces.el (all-faces): Removed.
7963         * custom.el (defface): Add new face attributes to function
7964         comment.
7966         * font-lock.el (font-lock-comment-face): Use new face attribute
7967         names.
7968         (font-lock-string-face): Ditto.
7969         (font-lock-keyword-face): Ditto.
7970         (font-lock-builtin-face): Ditto.
7971         (font-lock-function-name-face): Ditto.
7972         (font-lock-variable-name-face): Ditto.
7973         (font-lock-type-face): Ditto.
7974         (font-lock-reference-face): Ditto.
7975         (font-lock-warning-face): Ditto.
7976         ((boundp 'font-lock-face-attributes)): Ditto.
7978         * cus-face.el (custom-face-attributes): Use new face attributes.
7980         * faces.el (set-face-attribute-from-resource): Initialize
7981         from resources only for X and W32.
7983         * cus-face.el (custom-declare-face): Don't make frame-local
7984         faces.
7986         * faces.el (describe-face): Use princ instead of insert.
7988         * faces.el: Add XLFD manipulation functions from 20.2 again
7989         because fontset.el uses them.
7990         (face-set-after-frame-default): Add empty definition.
7992 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7994         * faces.el (make-face): Correct typo.
7995         (set-face-attribute-from-resource): Use let*.
7996         (face-underline-p): Correct typo.
7997         (face-inverse-video-p): Ditto.
7998         (set-face-stipple): Ditto.
7999         (face-read-string): Make completion-list optional parameter.
8001 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8003         * faces.el (face-charset-registries): Alist mapping charset
8004         symbols to registries and encoding.
8006 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8008         * frame.el (blink-cursor-mode): Use interactive spec "P".
8010 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8012         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8013         mode.  The cursor of selected_window blinks if the mode is enabled.
8015 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8017         * simple.el (next-history-element): Set point to the end of the
8018         prompt if minibuffer-prompt-in-buffer.
8020 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8022         * faces.el (x-font-regexp): Add sub-expression parentheses for
8023         several font name components.
8025 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8027         * faces.el (set-face-relief): Use index 12 for relief.
8028         (face-fill-in): Set relief from data.
8029         (internal-make-face): Init relief to zero.
8031         * faces.el (face-spec-set): Call modify-face with additional
8032         parameters for relief and fixed-p.
8034 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8036         * cus-face.el: ':fixed and ':relief added.
8038         * faces.el (describe-face): Add fixed font attribute and relief.
8039         (face-attr-match-p): Ditto.
8040         (face-attr-construct): Ditto.
8041         (face-spec-set): Ditto.
8043 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8045         * faces.el (internal-make-face): Function to create a Lisp vector
8046         suitable for representing a face.
8047         (make-face): Use it instead of make-vector.
8048         (x-create-frame-with-faces): Use it instead of vector.
8049         (internal-facep): Increase vector size to 14.
8050         (internal-make-face): Ditto.
8051         (face-relief): Access relief thickness.
8052         (face-fixed-p): Access fixed font attribute.
8053         (set-face-fixed-p): Set fixed font attribute.
8054         (set-face-relief): Set relief attribute.
8055         (internal-face-interactive-int): Read int attribute of face.
8056         (modify-face): Add fixed-p and relief parameters.
8057         (copy-face): Handle fixed-p and relief.
8058         (face-equal): Compare fixed-p and relief.
8059         (face-differs-from-default-p): Ditto.
8060         (face-nontrivial-p): Add fixed-p and relief.
8062 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8064         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8065         (internal-facep): Increase vector size.
8066         (make-face): Ditto.
8067         (face-shadow-thickness): Added.
8068         (set-face-shadow-thickness): Added.
8069         (modify-face): Add optional shadow-thickness parameter.
8070         (make-face-x-resource-internal): Add shadows.
8071         (copy-face): Ditto.
8072         (face-equal): Ditto.
8073         (face-differs-from-default-p): Ditto.
8074         (face-nontrivial-p): Ditto.
8075         (face-attr-match-p): Ditto.
8076         (face-attr-construct): Ditto.
8077         (face-spec-set): Ditto.
8078         (face-fill-in): Ditto.
8080 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8082         * bench.el (bench-mark-split-window): New bench mark.
8084 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8086         * faces.el (set-face-font): Don't pass default font to
8087         x-resolve-font so that font will not have to be of the same
8088         size.
8090 1999-07-20  Dave Love  <fx@gnu.org>
8092         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8093         unconditionally t.
8095 1999-07-20  Karl Heuer  <kwzh@gnu.org>
8097         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8099 1999-07-20  Dave Love  <fx@gnu.org>
8101         * help.el (describe-variable): Fix test for customizability.
8103         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8104         Check for readonly buffer in interactive spec.
8105         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8106         (backward-kill-word): Add * to interactive spec.
8108         * underline.el (underline-region, ununderline-region): Add * to
8109         interactive spec.
8111         * fill.el (canonically-space-region, justify-current-line): Add *
8112         to interactive spec.
8113         (fill-region-as-paragraph, fill-paragraph, fill-region)
8114         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8115         readonly buffer in interactive spec.
8117         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8118         (backward-kill-sentence, kill-sentence): Add * to interactive
8119         spec.
8121 1999-07-19  Richard M. Stallman  <rms@gnu.org>
8123         * dired-aux.el (dired-do-shell-command): Doc fix.
8125         * shell.el (shell-unquote-argument): New function.
8126         (shell-directory-tracker): Use shell-unquote-argument.
8127         * comint.el (comint-arguments): Handle \ followed by space or tab.
8129 1999-07-19  John Wiegley  <jwiegley@borland.com>
8131         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8132         color codes 39 and 49, which by the way lynx uses them seem to
8133         mean "foreground reset" and "background reset".
8135 1999-07-19  Karl Heuer  <kwzh@gnu.org>
8137         * font-lock.el (c++-keywords): Add "typeid".
8139         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8140         selects no font, treat that as zero selections, not one.
8142 1999-07-19  Dave Love  <fx@gnu.org>
8144         * info.el (Info-search): Don't lose with empty regexp.
8146         * version.el: Cater for (free) `ident' program, not `which'.
8148         * hl-line.el: New file.
8150         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8151         for modes which don't define menus.
8153 1999-07-16  Richard M. Stallman  <rms@gnu.org>
8155         * webjump.el (webjump-sample-sites): Update some URLs.
8157 1999-07-14  Richard Stallman  <rms@gnu.org>
8159         * Version 20.4 released.
8161 1999-07-14  Andreas Schwab  <schwab@gnu.org>
8163         * compare-w.el (compare-windows): Try to find the next window in
8164         the current frame before looking at the other frames.
8166 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
8168         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8169         Use cyrillic-jcuken as default input method.
8171 1999-07-12  Richard Stallman  <rms@gnu.org>
8173         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8174         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8176         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8177         (ispell-local-dictionary-alist): Add koi8-r for character set.
8179         * textmodes/flyspell.el (flyspell-get-word):
8180         Add special handling for when ispell-otherchars is empty.
8182 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
8184         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8185         when having nested functons.
8186         (pascal-indent-nested-functions) (pascal-indent-line)
8187         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8188         indenting nested functions.
8190 1999-07-09  Richard Stallman  <rms@gnu.org>
8192         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8194 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
8196         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8197         the `end' keyword was in the very beginning of the buffer.
8199 1999-07-08  Richard Stallman  <rms@gnu.org>
8201         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8203         * term.el (term-emulate-terminal): Avoid infinite loop
8204         in strange case where minibuffer window is selected but not active.
8206 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8208         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8209         Change regexp so that it doesn't match commands beginning with `cd'.
8211 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8213         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8215 1999-07-06  Richard Stallman  <rms@gnu.org>
8217         * hscroll.el (hscroll-minibuffer-hook): New function.
8218         (hscroll-global-mode): Add and remove that hook.
8219         Set hscroll-old-truncate-was-global's default value.
8221 1999-07-05  Richard Stallman  <rms@gnu.org>
8223         * files.el (revert-buffer): Don't preserve point here.
8224         (revert-buffer-insert-file-contents-function): Doc fix.
8226         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8228         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8229         doing a `stat' when it isn't necessary because that can cause
8230         trouble when an NFS server is down.
8232 1999-07-04  Richard Stallman  <rms@gnu.org>
8234         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8236 1999-07-03  Richard Stallman  <rms@gnu.org>
8238         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8239         for \200...\240 also.
8240         (isearch-printing-char): Use unibyte-char-to-multibyte.
8242 1999-07-02  Richard Stallman  <rms@gnu.org>
8244         * frame.el (minibuffer-frame-alist): Use defcustom.
8245         (pop-up-frame-alist): Likewise.
8246         (initial-frame-alist): Specify * in the doc string.
8248         * hscroll.el (hscroll-mode): Make it a permanent local.
8249         (hscroll-mode): Don't cancel the timer
8250         if HScroll mode is enabled in some other buffer.
8252         * isearch.el (isearch-done): If search ends in middle of intangible
8253         text (due to text property), move on to the limit of that text.
8255 1999-07-01  Andrew Innes  <andrewi@gnu.org>
8257         * man.el (Man-build-man-command): Use value of null-device,
8258         instead of hard-coding "/dev/null".
8260         * dos-w32.el (untranslated-canonical-name): Avoid expanding
8261         ange-ftp file names, which might force ange-ftp to prompt for a
8262         password.
8264         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8265         to prevent references to temp files.
8267 1999-06-30  Richard Stallman  <rms@gnu.org>
8269         * progmodes/sh-script.el (sh-feature): If nothing is known
8270         about the given shell, use the values for `sh'.
8272 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8274         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8275         to make it non-recursive.
8277         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8279 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8281         * auto-show.el (auto-show-mode): Fix Typo in :set.
8283 1999-06-29  Richard M. Stallman  <rms@gnu.org>
8285         * progmodes/sh-script.el (sh-mode): When setting syntax
8286         table, default to the standard one.
8288 1999-06-27  Richard M. Stallman  <rms@gnu.org>
8290         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8292 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8294         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8295         a frame when `return' is requested (even if pop-up-frames = t)
8296         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8297         should only be set for the bibtex buffer.
8299         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8301         * progmodes/compile.el: Deal with compilation-error-screen-columns
8302         being buffer-local.
8304 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8306         * comint.el (comint-password-prompt-regexp): Allow "(again)".
8308 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8310         * cal-x.el (calendar-only-one-frame-setup): New function.
8311         * calendar.el (calendar): Call it if requested.
8313 1999-06-24  Karl Heuer  <kwzh@gnu.org>
8315         * startup.el (iso-8859-n-locale-regexp): Doc fix.
8317 1999-06-22  Richard M. Stallman  <rms@gnu.org>
8319         * mail/supercite.el (sc-emacs-features): Doc fix.
8321 1999-06-22  Karl Heuer  <kwzh@gnu.org>
8323         * files.el (auto-mode-alist): Add pike-mode.
8325 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
8327         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8328         last byte of a numeric field is a space or a NUL.  Parse it as
8329         potentially part of the number.  This is used by GNU tar
8330         1.12.64012 to handle larger values.
8332 1999-06-20  Karl Heuer  <kwzh@gnu.org>
8334         * custom.el (custom-handle-keyword): Fix error message.
8336 1999-06-18  Andrew Innes  <andrewi@gnu.org>
8338         * mail/smtpmail.el (smtpmail-send-it): Use
8339         convert-standard-filename to make file names for queued mail safe
8340         on Windows (`:' is invalid in file names on Windows).
8342 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
8344         * international/mule-cmds.el (describe-current-input-method):
8345         Current-input-method is string.
8346         (toggle-input-method): Docstring fixed.
8348         * international/mule-diag.el
8349         (describe-current-coding-system-briefly): Fix format string.
8351         * international/mule-util.el (coding-system-eol-type-mnemonic):
8352         Docstring modified.  Return a string.
8354 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
8356         * sql.el (sql-input-ring-file-name): Doc fix.
8358 1999-06-17  Richard M. Stallman  <rms@gnu.org>
8360         * calendar/cal-x.el (special-display-buffer-names):
8361         Don't put (get-file-buffer diary-file) on this list.
8363 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
8365         * play/mpuz.el (mpuz-try-proposal): Fix message call.
8366         Don't penalize player for certain impossible guesses.
8368 1999-06-16  Andrew Innes  <andrewi@gnu.org>
8370         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8371         return the string "Unk  0  0000" so at least it appears to be a
8372         valid timestamp to `dired-move-to-filename-regexp'.
8374 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
8376         * ps-print.el (ps-control-character): Fix previous change.
8378 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8380         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8381         multiple output of the last message.
8383 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
8385         * term/internal.el (IT-display-table-setup): Do not remap \222 to
8386         the ASCII apostrophe, as most DOS codepages have some other glyph
8387         there.
8389 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
8391         * language/ethio-util.el (setup-ethiopic-environment-internal):
8392         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8393         (exit-ethiopic-environment): Likewize.
8395 1999-06-12  Richard M. Stallman  <rms@gnu.org>
8397         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8399 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8401         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8402         custom-initialize-default to avoid infinite loop.
8403         (crisp-mode): (defun) Call transient-mark-mode here, not when
8404         loading the file.  Run crisp-mode-hook here, and run
8405         crisp-load-hook when loading the file.
8407         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8408         rmail-summary buffer, search for pattern in rmail-file.
8410         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8412         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8414         * ps-print.el (ps-printer-name): Fix custom type.
8416 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8418         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8419         (vhdl-port-paste-generic-map): Fix indentation bug.
8420         (vhdl-port-paste-port-map): Fix indentation bug.
8421         (vhdl-scan-file-contents): Make scanning case insensitive.
8423 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8425         * files.el (write-file): When buffer is not already visiting a file,
8426         don't put buffer name in the minibuffer, just make it the default.
8427         Also handle just directory as arg usefully in that case.
8429         * simple.el (sendmail-user-agent-compose):
8430         Ignore case when inserting the rest of the "other" headers.
8432         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8434         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8435         (info-lookup-interactive-arguments): Never insert the default
8436         into the minibuffer automatically.
8438         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8440 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8442         * simple.el (shell-command): Avoid printing "mark set" message.
8444 1999-06-09  Dave Love  <fx@gnu.org>
8446         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8447         digits in program name in first pattern.
8449 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8451         * vc.el (vc-dired-mode): Don't match anything before the date in
8452         dired-move-to-filename-regexp.
8454 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8456         * international/quail.el (quail-define-rules): Fix typo in
8457         docstring.
8459 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8461         * iswitchb.el (iswitchb-default-keybindings): Add
8462         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8463         than when package is loaded.
8465 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8467         * startup.el (command-line): Don't set user-init-file directly;
8468         tell `load' to set it.
8470         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8472         * simple.el (next-history-element):
8473         Handle minibuffer-text-before-history properly when reading sexps.
8475         * disp-table.el (standard-display-european):
8476         For an interactive call by the user,
8477         don't set enable-multibyte-characters,
8478         and don't set the terminal coding system.
8480         * textmodes/refbib.el: Don't print any messages or display
8481         a buffer when loading the library.
8482         (r2b-help): Doc fix.
8483         (r2b-help-message): Update the documentation.
8484         (r2b-load-quietly): Variable deleted.
8485         (r2b-convert-buffer): Doc fix.
8487 1999-06-04  Dave Love  <fx@gnu.org>
8489         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8491         * auto-show.el: Don't change hooks on loading.
8492         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8493         (auto-show-mode): Add to hooks here.
8495 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8497         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8498         recursion on bogus input.
8500 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8502         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8503         does not select a buffer from the buffers menu, then the attached
8504         frame is not switched to anything.
8506 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8508         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8509         (viet-viscii-...->viet-vscii...).
8511         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8513 1999-06-01  Dave Love  <fx@gnu.org>
8515         * progmodes/fortran.el: Add :link to defgroup.
8516         (fortran-blink-matching-if): Match ELSE statements too.
8517         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8518         that filling is always done.
8520 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8522         * simple.el (append-next-kill): Use an arg to distinguish
8523         interactive calls from Lisp calls, rather than (interactive-p).
8525         * international/iso-transl.el (iso-transl-language-alist):
8526         Interchange n and N.
8528 1999-05-31  Dave Love  <fx@gnu.org>
8530         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8531         and keymap munging on load.
8532         (msb-mode): New option.
8533         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8534         Doc fix.
8535         (msb-mode-map): New variable.
8536         (msb-mode): New command.
8538 1999-05-31  Dave Love  <fx@gnu.org>
8540         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8541         (ispell-complete-word-dict): Likewise.
8543 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8545         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8546         force the data buffer to be saved, even if the data didn't
8547         change, in case the write filter was modified.  Restore the
8548         current record after read-file-filter finishes.
8550 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8552         * ispell4.el: Obsolete; file deleted.
8554         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8556         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8557         VALUE is a syntax table.
8559         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8561         * simple.el (zap-to-char): Doc fix.
8563 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8565         * isearch.el (isearch-quote-char): Don't assume character codes
8566         0200 - 0237 stand for characters in some single-byte character
8567         charset.
8569 1999-05-27  Dave Love  <fx@gnu.org>
8571         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8573 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8575         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8576         headerline does not exist already.
8578 1999-05-26  Richard Stallman  <rms@gnu.org>
8580         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8581         Avoid nested null-loops.
8583 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8585         * international/characters.el: Typo fixed; prefered->preferred.
8587         * international/mule-cmds.el (find-coding-systems-for-charsets):
8588         Typo fixed; prefered->preferred.
8590         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8591         method in read-event.
8593         * international/mule.el (charset-info): Doc-string fixed.
8595 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8597         * mail/smtpmail.el (smtpmail-send-it): Bind
8598         smtpmail-code-conv-from properly.
8599         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8600         by smtpmail-code-conv-from.
8602 1999-05-24  Richard Stallman  <rms@gnu.org>
8604         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8605         Binding deleted also.
8607 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8609         * comint.el (comint-bol-or-process-mark): Doc fix.
8611 1999-05-23  Dave Love  <fx@gnu.org>
8613         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8614         Enter it on minor-mode-map-alist.
8615         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8616         Autoload.  Add custom setter.
8617         (crisp-mark-line): Doc fix.
8618         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8619         (crisp-mode-hook): Define.
8621 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8623         * files.el (recover-file): Recover buffer-file-coding-system.
8625 1999-05-22  Richard Stallman  <rms@gnu.org>
8627         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8628         regexp match the date, to avoid treating date as file size.
8629         Add YYYY S option to WESTERN/
8631         * bookmark.el: Delete some XEmacs compatibility code.
8632         (bookmark-jump-noselect): Check vc-backend.
8634         * subr.el (add-to-list): Doc fix.
8636 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8638         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8640 1999-05-18  Richard Stallman  <rms@gnu.org>
8642         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8643         non-space after the @anchor command.
8644         (texinfo-format-var): Handle other nested constructs, using
8645         texinfo-parse-expanded-arg and texinfo-discard-command, not
8646         texinfo-parse-arg-discard.
8648         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8649         (debug): Bind and use debugger-outer-inhibit-redisplay.
8650         Bind inhibit-redisplay to nil.
8651         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8653 1999-05-17  Dave Love  <fx@gnu.org>
8655         * help.el (describe-function-1): Extra arg, interactive-p.
8656         (describe-key, describe-function): Use it.
8658 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8660         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8662 1999-05-16  Dave Love  <fx@gnu.org>
8664         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
8665         scroll-preserve-screen-position, scroll-conservatively.
8667 1999-05-16  Dave Love  <fx@gnu.org>
8669         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8671 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
8673         * progmodes/vhdl-mode.el: Completely revised and massively extended.
8675 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8677         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8678         magic number and is not associated with a file.
8680 1999-05-14  Richard M. Stallman  <rms@gnu.org>
8682         * files.el (find-file-noselect-1): Fix previous change.
8684 1999-05-14  Simon Marshall  <simon@gnu.org>
8686         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8688 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
8690         * international/mule-diag.el (mule-diag): Change MULE to Mule in
8691         docstring.
8693         * international/mule-cmds.el: Change MULE to Mule in docstrings
8694         and menus.
8696 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
8698         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8699         to correctly reflect the value of BaseLineOffset in
8700         RelativeCompose.  Now the value of RelativeCompose is an array of
8701         low and high positions.
8702         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8703         RLC for the above change.
8705 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
8707         * comint.el (comint-password-prompt-regexp): Modified to match the
8708         output of ksu and ssh-add.
8710 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
8712         * language/korea-util.el (isearch-toggle-korean-input-method):
8713         Adjusted for the change of input method handling in isearch.el.
8714         (isearch-hangul-switch-symbol-ksc): Likewise.
8715         (isearch-hangul-switch-hanja): Likewise.
8717 1999-05-10  Dave Love  <fx@gnu.org>
8719         * help.el (help-make-xrefs): Fix typo.
8721 1999-05-10  Andreas Schwab  <schwab@gnu.org>
8723         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8724         unibyte-display-via-language-environment.
8726         * help.el (help-make-xrefs): Handle more cases when looking for
8727         commands in a keymap description.
8729 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
8731         * loadup.el: For ms-dos systems, load ccl and codepage.
8733 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
8735         * ps-print.el (ps-control-character): Call
8736         ps-mule-prepare-ascii-font to setup ASCII fonts.
8738         * ps-mule.el (ps-mule-begin-job): Redo this change "if
8739         ps-multibyte-buffer is nil, use
8740         ps-mule-font-info-database-default."
8742 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
8744         * ispell.el (ispell-local-dictionary-alist): New variable for
8745         customizing local dictionaries not accessable by everyone.
8746         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8747         (ispell-required-version): Changed format `(major minor
8748         revision)' to support general pattern matching.
8749         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8750         skip region commented out due to incorrect skip potential in std latex.
8751         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
8752         cursor point on small words for calls from `ispell-minor-mode'.
8753         (check-ispell-version): Tests and accepts versions major.minor
8754         and above, with adjustments for interactions in 3.1.0-3.1.11.
8755         (ispell-get-line): No longer skips ispell process special characters.
8756         (ispell-comments-and-strings): Removed `when' macro call.
8757         (ispell-minor-check): Requires ispell-word to restore cursor point.
8758         (ispell-buffer-local-parsing): Supports checking comments only.
8760 1999-05-08  Karl Heuer  <kwzh@gnu.org>
8762         * comint.el (comint-password-prompt-regexp): Fix last change to be
8763         more specific.
8765 1999-05-07  Richard M. Stallman  <rms@gnu.org>
8767         * subr.el (with-temp-message): Fix the other call to message
8768         to use %s.
8770 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
8772         * gud.el (gud-format-command): "%F" means file sans extension.
8773         (jdb): Use %F, not %f, for gud-break.
8775 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
8777         * comint.el (comint-password-prompt-regexp): Modified so that it
8778         matches the output of kinit.
8780 1999-05-06  Greg Stark  <gsstark@mit.edu>
8782         * timezone.el (timezone-parse-date): Recognize new format used in
8783         internet cookies.
8785 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
8787         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8789 1999-05-04  Andrew Innes  <andrewi@gnu.org>
8791         * time.el (display-time-update): Allow for wrap-around when
8792         checking against display-time-server-down-time.
8794 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
8796         * international/mule-diag.el (describe-coding-system): Fix English
8797         message.
8799 1999-05-03  Jason Rumney <jasonr@altavista.net>
8801         * term/w32-win.el: Change the x-charset-registry property for the
8802         Japanese charsets that are supported by Japanese Windows fonts.
8804 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8806         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8807         diary-block diary entries for which the reminders and the diary
8808         entries can overlap.
8810 1999-05-02  Jason Rumney <jasonr@altavista.net>
8812         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8813         matches the font selected in the dialog.
8815 1999-05-02  Dave Love  <fx@gnu.org>
8817         * browse-url.el (browse-url-browser-function): Add :version.
8819         * international/mule.el (auto-coding-alist): Add .tgz.
8821 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
8823         * international/codepage.el (cp-coding-system-for-codepage-1):
8824         Make the magnification parameter for the -dos encoder be 2.
8826 1999-05-2  Andrew Innes  <andrewi@gnu.org>
8828         * term/w32-win.el (w32-drag-n-drop): Select file in window where
8829         it is dropped, rather than current window.
8831         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8832         after switching buffer, as case-fold-search is a buffer local
8833         variable.
8835         * w32-fns.el (convert-standard-filename): Only convert directory
8836         separators to backslash if the interactive shell is one of the
8837         standard Windows shells that has DOS semantics.
8839         * ls-lisp.el (ls-lisp-format-time): Trap errors from
8840         format-time-string, and return a suitable string to indicate the
8841         timestamp was invalid.
8843         * hexl.el (hexlify-command): Apply shell-quote-argument after
8844         expanding hexl-program in case exec-directory contains a space.
8845         (dehexlify-command): Ditto.
8847         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8848         file extension regexps which aren't necessarily binary files.
8849         (direct-print-region-helper): Use subst-char-in-string instead of
8850         binding directory-sep-char to convert filenames to DOS syntax.
8851         (direct-print-region-use-command-dot-com): New variable.
8852         (direct-print-region-helper): Use it to control whether to invoked
8853         command.com to print on Windows 9x.
8855         * browse-url.el (browse-url-browser-function): Default to
8856         browse-url-default-windows-browser on windows-nt.
8857         (browse-url-default-windows-browser): New function.
8859 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8861         * forms.el (forms-mode): Don't call forms-first-record or
8862         forms-last-record if the data file has zero records.
8864 1999-04-29  Richard M. Stallman  <rms@gnu.org>
8866         * files.el (find-file-noselect-1): If buffer-file-name has changed
8867         after find-file-not-found-hooks runs, recompute the truename.
8868         And don't use FILENAME after that point.
8870 1999-04-27  Dave Love  <fx@gnu.org>
8872         * paren.el (show-paren-mode)
8873         * which-func.el (which-func-mode-global)
8874         * type-break.el (type-break-mode)
8875         * time.el (display-time-mode)
8876         * rsz-mini.el (resize-minibuffer-mode)
8877         * mouse-sel.el (mouse-sel-mode)
8878         * icomplete.el (icomplete-mode)
8879         * hscroll.el (hscroll-global-mode)
8880         * help.el (temp-buffer-resize-mode)
8881         * font-lock.el (global-font-lock-mode)
8882         * delsel.el (delete-selection-mode)
8883         * avoid.el (mouse-avoidance-mode)
8884         * autoinsert.el (auto-insert-mode)
8885         * winner.el (winner-mode): Doc fix.
8887 1999-04-26  Karl Heuer  <kwzh@gnu.org>
8889         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8890         the same whitespace that was ignored in choosing the subject string.
8892 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8894         * info.el (Info-find-node): Position properly after finding anchor.
8896         * cus-start.el (all): Handle unibyte-display-via-language-environment.
8898         * simple.el (indent-new-comment-line): Fix previous change.
8900         * complete.el: Delete the wildcard expansion feature
8901         since that is now standard in find-file.
8902         (PC-try-load-many-files): Function deleted.
8903         (PC-after-load-many-files): Function deleted.
8904         (PC-many-files-list): Variable deleted.
8905         (PC-disable-wildcards): Variable deleted.
8906         (partial-completion-mode): Don't enable the wildcard feature.
8908         * complete.el (PC-look-for-include-file): Don't set global variables
8909         `error', `buf' and `filename' here.
8911         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8913 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
8915         * textmodes/outline.el (outline-regexp): Doc fix.
8917 1999-04-26  John Wiegley  <johnw@borland.com>
8919         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8920         C++Builder 4.0 error message syntax.
8922 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
8924         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8925         supported, use find -exec.
8927 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8929         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8930         coding-system-for-write, to avoid hanging when non-interactive.
8932 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8934         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8935         start with a newline.
8937 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
8939         * international/mule-conf.el (x-ctext): New coding system.
8941 1999-04-12  Richard M. Stallman  <rms@gnu.org>
8943         * international/mule-cmds.el (input-method-function):
8944         Add permanent-local property.
8946 1999-04-12  Dave Love  <fx@gnu.org>
8948         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8949         change to use jka-compr-byte-compiler-base-file-name.
8951         * supercite.el (sc-scan-info-alist): Revert last change.
8952         (sc-attrib-selection-list): Fix :type here instead.
8954 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
8956         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8957         in the list of case-insensitive filesystems.
8959 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
8961         * international/fontset.el (create-fontset-from-fontset-spec):
8962         Don't register duplicated alias fontset names.
8964 1999-04-08  Richard Stallman  <rms@gnu.org>
8966         * international/mule.el (auto-coding-alist-lookup): New function.
8967         (set-auto-coding): Use auto-coding-alist-lookup.
8969         * jka-compr.el (jka-compr-insert-file-contents):
8970         Use auto-coding-alist-lookup to check for files that
8971         should not have eol conversion, in the unibyte case.
8973 1999-04-07  Dave Love  <fx@gnu.org>
8975         * help.el (describe-variable): Check custom-loads property as well
8976         as custom-type.
8978         * abbrev.el (abbrev-mode): Customizing sets the default value.
8980 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8982         * vc.el (vc-backend-revert): For CVS files that were made
8983         writeable with "cvs edit", call "cvs unedit" to undo that.
8985 1999-04-08  Dave Love  <fx@gnu.org>
8987         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8988         more.
8989         (sc-emacs-features): Recognize Emacs 20.
8990         (sc-read-string): Use history arg.
8991         (sc-scan-info-alist): Check for rtnvalue a cons.
8993 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
8995         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8996         coding system to encode the message by
8997         select-message-coding-system.
8999 1999-04-07  Richard Stallman  <rms@gnu.org>
9001         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9003         * winner.el: Reorder definitions.
9005         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9007         * mail/rmail.el (rmail-decode-babyl-format):
9008         Undo previous change.
9010 1999-04-06  Richard Stallman  <rms@gnu.org>
9012         * info.el (Info-find-node): Check for an anchor at the
9013         proper place, before reading an indirect file.
9015         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9017         * jka-compr.el (jka-compr-insert-file-contents):
9018         Use raw-text-unix when we want no conversion.
9020 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9022         * timezone.el (timezone-parse-date): Corrected regexp for
9023         style (5) date format so that tenths of seconds are optional.
9025 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
9027         * term/internal.el (dos-cpNNN-setup): New function, with the guts
9028         of dos-codepage-setup.
9029         (cjk-codepages-alist): New variable, an alist of Far-Eastern
9030         codepages for which there's no need to set up cpNNN coding
9031         systems.
9032         (dos-codepage-setup): Support Far-Eastern DOS terminals.
9034 1999-04-05  Richard Stallman  <rms@gnu.org>
9036         * mail/rmail.el (rmail-ignored-headers): Doc fix.
9038 1999-04-02  Richard Stallman  <rms@gnu.org>
9040         * progmodes/compile.el (compilation-handle-exit): Do right thing
9041         if (car status) doesn't end in a newline.
9043 1999-04-01  Dave Love  <fx@gnu.org>
9045         * progmodes/sql.el (SQL): Add defgroup :version.
9047 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
9049         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9050         buffer-file-coding-system.  If the coding system used is raw-text,
9051         etc., make the *Compiler Input* buffer unibyte.
9053         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9055         * loadup.el: Don't write the fns-...el file if not dumping.
9057 1999-03-31  Dave Love  <fx@gnu.org>
9059         * snmp-mode.el (snmp): Fix defgroup :version.
9061         * hilit-chg.el (highlight-changes): Add defgroup :version.
9063 1999-03-31  Andreas Schwab  <schwab@gnu.org>
9065         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9066         the gnus-save-hidden-threads macro.
9068 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9070         * faces.el (face-set-after-frame-default): Obey the
9071         `customized-face' for new faces.
9073 1999-03-30  Dave Love  <fx@gnu.org>
9075         * international/mule-cmds.el (current-language-environment): Doc fix.
9076         * abbrev.el (abbrev-mode): Doc fix.
9077         * autoinsert.el (auto-insert-mode): Doc fix.
9078         * complete.el (partial-completion-mode): Doc fix.
9079         * avoid.el (mouse-avoidance-mode): Doc fix.
9080         * delsel.el (delete-selection-mode): Doc fix.
9081         * font-lock.el (global-font-lock-mode): Doc fix.
9082         * help.el (temp-buffer-resize-mode): Doc fix.
9083         * hscroll.el (hscroll-global-mode): Doc fix.
9084         * icomplete.el (icomplete-mode): Doc fix.
9085         * mouse-sel.el (mouse-sel-mode): Doc fix.
9086         * paren.el (show-paren-mode): Doc fix.
9087         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9088         * time.el (display-time-mode): Doc fix.
9089         * type-break.el (type-break-mode): Doc fix.
9090         * which-func.el (which-func-mode-global): Doc fix.
9091         * winner.el (winner-mode): Doc fix.
9093 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
9095         * wid-edit.el (widget-before-change): Signal text-read-only rather
9096         than an ordinary error.
9098 1999-03-30  Richard M. Stallman  <rms@gnu.org>
9100         * repeat.el: Don't require advice.
9101         (repeat): Do function-indirection in check for kbd macro.
9102         In self-insert case, use the *last* char in INSERTION.
9104 1999-03-30  Karl Heuer  <kwzh@gnu.org>
9106         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9108 1999-03-29  Andreas Schwab  <schwab@gnu.org>
9110         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9111         comint-input-filter-functions.  Make variables related to shell
9112         directory tracking local.
9114 1999-03-26  Andreas Schwab  <schwab@gnu.org>
9116         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9118         * simple.el (shell-command-on-region): Cope with exit-status being
9119         nil, which happens if call-process-region was interrupted.
9121 1999-03-26  Richard M. Stallman  <rms@gnu.org>
9123         * simple.el (indent-new-comment-line): Handle use at a point
9124         after a comment-end.  Handle multiple comments.
9126         * mail/rmail.el (rmail-decode-babyl-format):
9127         To prevent locking, bind buffer-file-name to nil.
9129 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
9131         * mail-hist.el (mail-hist-current-header-name): Don't make
9132         off-by-one-error when determining if in message body.
9134 1999-03-25  Andrew Innes  <andrewi@gnu.org>
9136         * w32-fns.el (set-default-process-coding-system): Copied from
9137         dos-w32.el, but modified to use Unix line endings for process
9138         input, and to add a suitable entry to process-coding-system-alist
9139         for DOS shells.
9141         * dos-fns.el (set-default-process-coding-system): Copied from
9142         dos-w32.el.
9144         * dos-w32.el (set-default-process-coding-system): Move function to
9145         dos-fns.el; a different version is used in w32-fns.el.
9147 1999-03-24  Dave Love  <fx@gnu.org>
9149         * info.el (Info-directory-list): Revert change to re-writing
9150         Info-default-directory-list, but put `alternative' first.
9151         (Info-insert-dir): Modify selecting the top dir file as a consequence.
9153 1999-03-23  Simon Marshall  <simon@gnu.org>
9155         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9156         on the line by itself.
9157         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
9158         it is not in a declarative context.
9160 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9162         * cus-edit.el (custom-variable-prompt): Allow customization of
9163         autoloaded symbols.
9165 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
9167         * simple.el (what-cursor-position): Don't cause error when point
9168         is at invalid multibyte sequence.
9170 1999-03-21  Karl Heuer  <kwzh@gnu.org>
9172         * complete.el (partial-completion-mode): Doc fix.
9174 1999-03-19  Richard M. Stallman  <rms@gnu.org>
9176         * progmodes/cplus-md.el (old-c++): Remove :group.
9178         * progmodes/c-mode.el (old-c): Remove :group.
9180 1999-03-18  Simon Marshall  <simon@gnu.org>
9182         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9183         (java-font-lock-keywords-2): Added "strictfp" keyword.
9185 1999-03-17  Jason Rumney <jasonr@altavista.net>
9187         * w32-fns.el (set-w32-system-coding-system) New function.
9188         (w32-system-coding-system) Initialize to 'iso-latin-1.
9190 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
9192         * international/mule-cmds.el (set-language-environment): Fix
9193         previous change: don't use dos-codepage when unbound.
9195 1999-03-17  Karl Heuer  <kwzh@gnu.org>
9197         * calendar/appt.el (appt-make-list): Fix previous change.
9199 1999-03-16  Richard M. Stallman  <rms@gnu.org>
9201         * window.el (shrink-window-if-larger-than-buffer):
9202         Don't try to redisplay with the cursor at the end
9203         on its own line--that would force a scroll and spoil things.
9205 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
9207         * international/mule-cmds.el (set-language-environment): Don't use
9208         cpNNN-nonascii-translation-table if it is unbound.
9210         * term/internal.el (dos-codepage-setup): Compute the unibyte
9211         syntax table and bind unibyte-display-via-language-environment
9212         here, rather than at top level, so that resetting to unibyte in
9213         .emacs works as expected.
9215 1999-03-15  Simon Marshall  <simon@gnu.org>
9217         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9219 1999-03-14  Milan Zamazal <pdm@pvt.net>
9221         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9223 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9225         * international/mule-util.el (detect-coding-with-priority):
9226         Restore the internal database.
9228 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9230         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9231         if mail-from-style has invalid value.
9233 1999-03-12  Karl Heuer  <kwzh@gnu.org>
9235         * vc.el (vc-delete-logbuf-window): New var.
9236         (vc-finish-logentry): Use it.
9238 1999-03-12  Richard M. Stallman  <rms@gnu.org>
9240         * startup.el (command-line-1): Improve startup msg.
9242 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
9244         * speedbar.el: Added commentary about stealthy functions.
9245         (speedbar-message) new function.
9246         (speedbar-y-or-n-p): New function
9247         (speedbar-with-attached-buffer) Moved macro before reference.
9248         Now uses `save-selected-window'.
9249         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9250         speedbar-generic-item-info, speedbar-item-info-file-helper,
9251         speedbar-item-delete, speedbar-insert-generic-list,
9252         speedbar-timer-fn, speedbar-check-vc-this-line,
9253         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9254         speedbar-buffers-item-info) Use speedbar-message.
9255         (speedbar-item-info) Limit `message-log-max'.
9256         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9257         speedbar-item-delete, speedbar-item-object-delete,
9258         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9260 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
9262         * server.el (server-start): Set coding system for the server
9263         process to raw-text.
9264         (server-process-filter): Decode file names if necessary.
9266 1999-03-12  Dave Love  <fx@gnu.org>
9268         * textmodes/fill.el (sentence-end-double-space): Doc fix.
9270         * textmodes/paragraphs.el (sentence-end): Doc fix.
9272 1999-03-11  Karl Heuer  <kwzh@gnu.org>
9274         * comint.el (comint-password-prompt-regexp): Accept "login password:"
9276 1999-03-09  Karl Heuer  <kwzh@gnu.org>
9278         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9279         (ispell-dictionary-alist-2): Likewise.
9280         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9281         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9282         (ispell-dictionary-alist): Build from six pieces, not just two.
9284         * ps-bdf.el (bdf-directory-list): Doc fix.
9286         * enriched.el (enriched-mode): Make var permanent-local.
9288 1999-03-09  Dave Love  <fx@gnu.org>
9290         * textmodes/sgml-mode.el (html-mode): Use
9291         sentence-end-double-space when setting sentence-end.
9293 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
9295         * language/thai.el (tis-620): New alias coding system for thai-tis620.
9297 1999-03-08  Felix Lee  <flee@cygnus.com>
9299         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9301         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9303 1999-03-08  Karl Heuer  <kwzh@gnu.org>
9305         * dired-aux.el (dired-do-copy-regexp): Doc fix.
9306         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9308         * dired.el (dired-do-copy-regexp): Doc fix.
9309         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9311 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
9313         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9315 1999-03-08  Jason Rumney <jasonr@altavista.net>
9317         * international/codepage.el (cp1250-decode-table)
9318         (cp1251-decode-table, cp1253-decode-table)
9319         (cp1257-decode-table): New translation tables for MS Windows codepages.
9320         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9322 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9324         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9326 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
9328         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9330         * term/internal.el (top level): Display character 255 as 8bit as well.
9332 1999-03-06  Dave Love  <fx@gnu.org>
9334         * progmodes/cc-cmds.el (c-outline-level): Bind
9335         buffer-invisibility-spec.
9337         * progmodes/c-mode.el (c-outline-level): Likewise.
9339         * progmodes/ada-mode.el (ada-outline-level): Likewise.
9341 1999-03-05  Felix Lee  <flee@cygnus.com>
9343         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9345 1999-03-05  Richard M. Stallman  <rms@gnu.org>
9347         * bindings.el (complete-symbol): Invert meaning of prefix arg.
9349 1999-03-05  Andrew Innes  <andrewi@gnu.org>
9351         * w32-fns.el (convert-standard-filename): Convert directory
9352         separators to Windows format.
9354 1999-03-05  Andreas Schwab  <schwab@gnu.org>
9356         * international/skkdic-cnv.el: Provide skkdic-cnv.
9357         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9358         (batch-skkdic-convert): Doc fix.
9360 1999-03-04  Dave Love  <fx@gnu.org>
9362         * custom.el (custom-set-variables): Protect against setter errors.
9364 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
9366         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9367         the file sizes from overflowing.
9368         (ls-lisp-format): If file size is a float, use %8.0f to print it.
9369         Under -s, print the size in blocks with %4.0f, in case they have
9370         a *really* huge file.
9372 1999-03-03  Dave Love  <fx@gnu.org>
9374         * options.el (edit-options): Doc fix.
9375         (list-options): Don't lose with unbound symbols.  Maintain
9376         Edit-options-mode.
9378 1999-03-01  Dave Love  <fx@gnu.org>
9380         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9382 1999-02-28  Richard M. Stallman  <rms@gnu.org>
9384         * ispell.el (ispell-dictionary-alist-override): New variable.
9385         (ispell-dictionary-alist): Don't setq it,
9386         if ispell-dictionary-alist-override is set.
9388         * simple.el (shell-command-default-error-buffer): Renamed from
9389         shell-command-on-region-default-error-buffer.
9390         (shell-command-on-region): Mention in echo area when there
9391         is some error output.  Mention success or failure, too.
9392         Accumulate multiple error outputs
9393         going forward, with formfeed in between.  Display the error buffer
9394         when we have put something in it.
9395         (shell-command): Add the ERROR-BUFFER argument feature.
9397 1999-02-28  Karl Heuer  <kwzh@gnu.org>
9399         * mail/mh-utils.el (mh-lib): Doc fix.
9400         (mh-lib-progs, mh-nmh-p): New vars.
9401         (mh-find-progs): Set mh-lib-progs along with other vars.
9402         (mh-path-search): New arg FUNC-P; if specified, use that instead
9403         of mh-file-command-p.
9404         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9406         * mail/mh-comp.el (mh-repl-formfile): New var.
9407         (mh-smail-batch): Don't ignore all arguments.
9408         (mh-reply): Do the right thing when using nmh.
9410 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
9412         * international/mule-cmds.el (select-safe-coding-system): Be sure
9413         to show a buffer being decoded.
9415 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9417         * ps-bdf.el (bdf-directory-list): Initialize it to
9418         '("/usr/local/share/emacs/fonts/bdf").
9420 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9422         * ps-print.el: PostScript programming fix.
9423         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9424         setpagedevice operator).
9426 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9428         * ps-print.el: Doc fix, font size specifies landscape and portrait
9429         sizes.
9430         (ps-print-version): New version number (4.1.4).
9431         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9432         Specifies landscape and portrait sizes.
9433         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9434         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9435         fix.
9436         (ps-get-font-size): New fun.
9437         (ps-font-size-internal, ps-header-font-size-internal)
9438         (ps-header-title-font-size-internal): New vars.
9440         * ps-mule.el: Change of ps-print font size variable name.
9441         (ps-mule-generate-font): Fun fix.
9442         (ps-mule-begin-job): Programming uniformization.
9444 1999-02-25  Dave Love  <fx@gnu.org>
9446         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9447         (help-make-xrefs): Do Info case first.
9449         * repeat.el: Don't require advice.
9450         (repeat-last-kill-command): Variable deleted.
9452 1999-02-25  Richard Stallman  <rms@gnu.org>
9454         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9455         case just because the current buffer is the output buffer.
9457 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9459         * simple.el (what-cursor-position): To show the character's
9460         encoding, use encoded-string-description instead of information
9461         of chaset-origin-alist.
9463         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9464         (encoded-code-description): New function.
9465         (encoded-string-description): New function.
9466         (encode-coding-char): New function.
9468 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9470         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9471         checking for .emacs[.el[c]].
9473 1999-02-24  Richard Stallman  <rms@gnu.org>
9475         * help.el (describe-function-1): Don't print a whole lambda-function.
9477 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9479         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9480         inputting ?\240.
9482 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9484         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9486         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9487         (clean-buffer-list-kill-buffer-names): Doc fix.
9489         * gud.el (gud-jdb-massage-args): Spelling fix.
9491 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9493         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9495 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9497         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9498         excursion while calling set-auto-coding-function.
9500         * play/handwrite.el (handwrite): Require ps-print, and use
9501         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9502         if it's defined, instead of forking ps-lpr-command unconditionally.
9504 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9506         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9507         charset-origin-alist property to a coding system for the codepage.
9509         * international/mule.el: Modify comment for charset-origin-alist
9510         property of a coding system.
9512         * simple.el (what-cursor-position): charset-origin-alist property
9513         of a coding system may be a translation table or a symbol of which
9514         `translation-table' property is a translation table.
9516 1999-02-21  Richard Stallman  <rms@gnu.org>
9518         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9519         to the "html" template.
9521 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9523         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9525 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9527         * dirtrack.el (dirtrack): Check for the prompt in the input string
9528         instead of the buffer.
9530 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9532         * sql.el: Set version to 1.4.1.  Changed mail address to
9533         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9534         (sql-input-ring-separator): Doc fix.
9535         (sql-mode-syntax-table): double-dash starts comments is defined as
9536         ". 56" instead of ". 12b" for XEmacs.
9537         (sql-stop, sql-interactive-mode): Doc fixes.
9538         (sql-postgres): Queries for database and server, not just one.
9539         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9541         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9542         changed.  This is needed for master.el to work.
9543         (sql-set-sqli-buffer): Use the new hook.
9545         * sql.el (sql-make-alternate-buffer-name): Function that sets
9546         sql-alternate-buffer-name.
9547         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9548         (sql-interactive-mode): Set sql-alternate-buffer-name.
9549         (sql-rename-buffer): New command.
9550         (sql-interactive-mode-menu): Menu for SQLi buffers.
9552         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9553         and sql-input-ring-file-name are used to temporarily set
9554         comint-input-ring-file-name and comint-input-ring-separator when
9555         reading and writing input history files.
9557         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9558         (sql-input-ring-file-name): New variable with customization.
9559         (sql-input-ring-separator): New variable with customization.
9560         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9561         Callers changed.
9562         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9563         now includes the name of the current buffer.
9565         (sql-mode): Set paragraph-separate and paragraph-start so that
9566         sql-send-paragraph sends the entire SQL statements, even if it
9567         contains indented lines.
9569 1999-02-18  Dave Love  <fx@gnu.org>
9571         * format.el (format-encode-run-method, format-decode-run-method):
9572         Fix previous change.
9574 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9576         * international/mule.el (coding-system-list): Moved here from
9577         mule-util.el to avoid autoloading mule-util by the call of
9578         select-safe-coding-system.
9580 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9582         * simple.el (turn-on-auto-fill): Mark it as an option for
9583         `text-mode-hook'.
9585 1999-02-17  Richard Stallman  <rms@gnu.org>
9587         * emacs-lisp/easymenu.el (easy-menu-get-map):
9588         Don't crash if (current-local-map) is nil.
9590 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9592         * filecache.el (file-cache-filter-regexps): Added .class.
9594 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9596         * international/mule-util.el (decompose-region): Use
9597         insert-buffer-substring instead of insert-buffer to avoid putting
9598         mark.
9600 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9602         * calendar/cal-move.el (scroll-calendar-left): Don't set
9603         displayed-month and displayed-year here, let generate-calendar do
9604         it, after range checking.
9606 1999-02-17  Simon Marshall  <simon@gnu.org>
9608         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9610         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9611         correctly between an object declared via a constructor and a method.
9612         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9613         (java-font-lock-keywords-1): Fontify package names individually.
9614         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9615         (java-font-lock-keywords-2): Simplify type fontification.
9616         (java-font-lock-keywords-3): Likewise.
9618 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9620         * language/japanese.el (iso-2022-jp-2): New coding system.
9621         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9623 1999-02-16  Dave Love  <fx@gnu.org>
9625         * help.el (describe-function-1): Accept non-symbols.
9627 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9629         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9630         find the last match if there are multiple matches.
9632 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9634         * tex-mode.el (tex-run-command, latex-run-command)
9635         (slitex-run-command, tex-command): Doc changes.
9636         (tex-start-options-string): Autoload it.  Doc change.  Provide
9637         a menu for customization.  Allow nil.  Quote backslashes only once.
9638         (tex-start-tex): Handle nil value of tex-start-options-string
9639         and apply shell-quote-argument to it.
9641 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9643         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9644         the size in blocks, since it can be a float.
9645         (ls-lisp-format): Likewise
9647 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9649         * language/japanese.el (japanese-shift-jis): Add
9650         charset-origin-alist property.
9652 1999-02-15  Richard Stallman  <rms@gnu.org>
9654         * progmodes/compile.el (compile-internal): Use save-selected-window.
9656         * subr.el (momentary-string-display): Bind inhibit-read-only.
9658         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9660 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9662         * mail/rmail.el (rmail-show-message): If an unseen message has a
9663         Summary-line in its header, get past one more line before looking
9664         for the X-Coding-System header.
9666 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
9668         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9669         explicitly to accomodate Windows 9X lack of a useful copy program.
9671 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9673         * wid-edit.el (widget-choice-value-create): Use `equal'
9674         instead of `eq'.
9676 1999-02-14  Richard Stallman  <rms@gnu.org>
9678         * international/iso-transl.el:
9679         (iso-transl-ae): Renamed from iso-transl-e-slash.
9680         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9681         (iso-transl-AE): Renamed from iso-transl-E-slash.
9682         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9683         (iso-transl-char-map): Related changes.
9685         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9687 1999-02-13  Richard Stallman  <rms@gnu.org>
9689         * textmodes/texinfmt.el (texinfo-alias): New function.
9690         (texinfo-fold-nodename-case): Add defvar.
9691         (texinfo-format-node): Do case folding if specified.
9693         * ffap.el (ffap-file-at-point): Test local file names
9694         immediately.  Strip off line numbers.
9696 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
9698         * sql.el: Set version to 1.3.2
9699         (sql-solid-program): Added support for solid.
9700         (sql-help): Doc mentions sql-solid.
9701         (sql-solid): Entry function for Solid.
9702         (sql-buffer): Doc explains the use of the variable and how to
9703         change it.
9704         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9705         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9706         disabled if sql-buffer doesn't have a process; sql-send-paragraph
9707         is new.
9708         (sql-show-sqli-buffer): New function to display the value of
9709         sql-buffer.
9710         (sql-change-sqli-buffer): New function to change sql-buffer.
9711         (sql-mode): Doc explains how to change sql-buffer.
9712         (sql-send-paragraph): New function to send a paragraph.
9713         (sql-mode-map): Added keybinding for sql-send-paragraph.
9714         (sql-mysql): Doc corrected.
9715         (sql-ms): Doc corrected.
9717         * sql.el (sql-server): Doc fix.
9718         (sql-mysql): Added the use of sql-server to specify the host,
9719         sql-database now specifies database instead of host.
9720         (sql-mode-menu): Send... menu items are only active if sql-buffer
9721         is non-nil.
9722         (sql-help): Changed tag of entry functions a bit.
9724         * sql.el: Added keywords from `finder-by-keyword'.
9725         (sql-mode): Made sql-buffer a local variable, changed the
9726         documentation: removed instructions to add *.sql files to
9727         auto-mode-alist, added documentation for having mutliple SQL
9728         buffers sending their stuff to different SQLi buffers, each
9729         running a different process.
9730         (sql-postgres): Quoted *SQL* in doc string.
9731         (sql-ms): Likewise.
9732         (sql-ingres): Likewise.
9733         (sql-ingres): Quoted *SQL* in doc string, added references to
9734         sql-user and sql-password used during login.
9735         (sql-sybase): Quoted *SQL* in doc string, added comma.
9736         (sql-oracle): Likewise.
9737         (sql-interactive-mode): Added extensive documentation for having
9738         mutliple SQL buffers sending their stuff to different SQLi
9739         buffers, each running a different process.
9740         (sql-buffer): Changed doc from *SQL* to SQLi.
9741         (sql-get-login): Doc fix.
9743 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9745         * international/mule-conf.el (undecided): Set ascii in
9746         safe-charsets property.
9748 1999-02-12  Richard Stallman  <rms@gnu.org>
9750         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9752 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9754         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9755         value to ps-mule-font-info-database-latin.
9757 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
9759         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9760         (ps-mule-font-info-database-default): New variable.
9761         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9762         ps-mule-font-info-database-default.
9764 1999-02-12  Dave Love  <fx@gnu.org>
9766         * timezone.el (timezone-make-date-sortable)
9767         (timezone-make-date-arpa-standard): Doc fix.
9769 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9771         * international/quail.el (quail-show-kbd-layout): Bind
9772         blink-matching-paren to nil.
9774         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9775         for ASCII and Latin-1.
9777 1999-02-12  Andreas Schwab  <schwab@gnu.org>
9779         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9781 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
9783         * international/mule-cmds.el (language-info-alist): Remove
9784         description about charset-origin-alist.
9786         * international/mule.el: Comment added for a new coding system
9787         property `charset-origin-alit'.
9788         (make-translation-table): This variable deleted.
9790         * language/chinese.el (chinese-big5): Add charset-origin-alist
9791         property.
9792         ("Chinese-CNS"): Remove charset-origin-alist property.
9794         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9795         property.
9796         (cyrillic-alternativnyj): Likewise.
9797         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9798         ("Cyrillic-ALT"): Likewise.
9800         * language/vietnamese.el (vietnamese-viqr): Add
9801         charset-origin-alist property.
9802         ("Vietnamese"): Remove charset-origin-alist property.
9804         * simple.el (what-cursor-position): Don't use the varialbe
9805         charset-origin-alist, but use charset-origin-alist property of
9806         buffer-file-coding-system to decide external character set code.
9808 1999-02-10  Richard Stallman  <rms@gnu.org>
9810         * shadowfile.el: Don't turn on the mode when the file is loaded.
9812 1999-02-09  Richard Stallman  <rms@gnu.org>
9814         * progmodes/compile.el (compile-auto-highlight): Customize.
9816         * add-log.el (add-log-file-name-function): New variable.
9817         (add-change-log-entry): Call that function, if non-nil.
9819 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
9821         * rmail.el (rmail-search): Track match with a marker, not an integer.
9823 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9825         * progmodes/compile.el (compilation-setup): Set value of
9826         compilation-directory-stack as in compilation-forget-errors.
9827         (compile-reinitialize-errors): Bind buffer-undo-list and
9828         deactivate-mark.
9829         (compilation-forget-errors): Likewise.
9831 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
9833         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9834         def... constructs.
9836         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9837         Remove calls to sleep-for.
9839 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
9841         * international/codepage.el (cp-coding-system-for-codepage-1): On
9842         MS-DOS, use dos-unsupported-char-glyph for characters not
9843         supported by the codepage.
9844         (cp-make-coding-systems-for-codepage): Likewise.
9846 1999-02-08  Andreas Schwab  <schwab@gnu.org>
9848         * international/mule-util.el (coding-system-list): Don't sort
9849         coding-system-list here.
9851         * international/mule.el (coding-system-lessp): Moved here from
9852         mule-util.el
9853         (add-to-coding-system-list): New function.
9854         (make-subsidiary-coding-system, make-coding-system,
9855         define-coding-system-alias): Use it instead of setting
9856         coding-system-list directly.
9858 1999-02-07  Dave Love  <fx@gnu.org>
9860         * calendar/appt.el (appt-make-list): Don't splice quotes and date
9861         onto message.
9863 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9865         * imenu.el (imenu--last-menubar-index-alist): Add doc.
9866         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
9868 1999-02-06  Richard Stallman  <rms@gnu.org>
9870         * language/european.el (setup-slovenian-environment): New function.
9871         ("Slovenian"): New language environment.
9873         * progmodes/sql.el (sql-help): Doc fix.
9874         (sql-mysql): Doc fix.
9876 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9878         * tex-mode.el: When compiling, require compare-w and skeleton
9879         to pacify the byte-compiler.  Move the def's of the tex-commands
9880         together.  Add a comment on kill-process vs. quit-process.
9882 1999-02-05  Dave Love  <fx@gnu.org>
9884         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9885         null markers.
9886         (compile-goto-error): Likewise.
9888 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
9890         * time-stamp.el (time-stamp-format): Format doc tighter.
9891         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9892         (time-stamp): Don't re-write the time stamp if it didn't change.
9894 1999-02-05  Alex Schroeder  <asc@bsiag.com>
9896         * progmodes/sql.el: Changed version to 1.2.1.
9897         (sql-pop-to-buffer-after-send-region): Improved documentation.
9898         (sql-mysql-program): Added MySQL support.
9899         (sql-prompt-length): Made prompt-length configurable.
9900         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9901         (sql-help): Added MySQL support, changed documentation.
9902         (sql-send-region): A message is displayed if something is sent.
9903         (sql-mode): Added buffer-local comment-start.
9904         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9905         (sql-interactive-mode): Added buffer-local comment-start.
9906         (sql-oracle): Set sql-prompt-length.
9907         (sql-sybase): Set sql-prompt-length.
9908         (sql-mysql): Added MySQL support.
9909         (sql-ingres): Set sql-prompt-length.
9910         (sql-ms): Set sql-prompt-length.
9911         (sql-postgres): Set sql-prompt-length.
9913 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
9915         * term/internal.el (dos-codepage-setup): Set selection coding
9916         system to cpNNN-dos.
9918 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920         * international/characters.el: Let ethiopic use iso-2022-7bit.
9922 1999-02-02  Dave Love  <fx@gnu.org>
9924         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9925         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9927 1999-02-02  Karl Heuer  <kwzh@gnu.org>
9929         * terminal.el (terminal-emulator): Doc fix.
9931 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
9933         * international/mule-util.el (compose-chars): Doc-string
9934         modified.  Correctly handle a composition character in ARGS.
9936 1999-02-01  Richard Stallman  <rms@gnu.org>
9938         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9939         (makefile-menu-index-function): Function deleted.
9940         (makefile-mode): Use makefile-imenu-generic-expression.
9942 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
9944         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9945         change, invoke from before-init-hook.
9947 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
9949         * subr.el (remove-from-invisibility-spec): Cope with the case when
9950         buffer-invisibility-spec is t.
9952 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
9954         * calendar/calendar.el (calendar-mode-map): Fix bindings for
9955         appt-add and appt-delete.
9957 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
9959         * term/pc-win.el (msdos-approximate-color): New function.
9960         (msdos-color-translate): Call it to find a DOS color that best
9961         approximates an X-style "#NNNNNN" color specification.
9963 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
9965         * international/mule-util.el (compose-chars-component): Add
9966         autoload cookie.
9968 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
9970         * international/quail.el (quail-lookup-key): If cdr of MAP is a
9971         function, replace cdr of MAP by the return value of the function
9972         unconditionally.
9974 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9976         * progmodes/compile.el (compilation-next-error-locus): Don't
9977         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9979 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
9981         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9982         and NLs before "charset", and allow the charset name be in double
9983         quotes.
9985 1999-01-31  Richard Stallman  <rms@gnu.org>
9987         * imenu.el (imenu-sort-function): Fix custom type.
9989 1999-01-30  Richard Stallman  <rms@gnu.org>
9991         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9992         (speedbar-line-token): Likewise.
9994         * play/gametree.el (gametree-default-score): Use defcustom.
9995         (gametree-score-regexp, gametree-score-closer): Likewise.
9996         (gametree-score-manual-flag, gametree-score-opener): Likewise.
9998 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10000         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10001         decoding.
10003 1999-01-29  Markus Rost  <rost@gnu.org>
10005         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10006         tex-validate-buffer.
10007         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10008         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
10009         now with recent occur-mode.
10010         (tex-validate-region): Really walk through all Sexps.
10011         (tex-region): Bind shell-dirtrack-verbose.
10012         (tex-file, tex-bibtex-file): Likewise.
10014 1999-01-29  Dave Love  <fx@gnu.org>
10016         * finder.el: (finder-commentary): Fix interactive spec.  Try
10017         appending .el to file name.
10018         (finder-find-library, finder-commentary): Doc fixes.
10020 1999-01-29  Andrew Innes  <andrewi@gnu.org>
10022         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10023         where the userid contains directory separators.
10025 1999-01-29  Dave Love  <fx@gnu.org>
10027         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10028         (lm-commentary): Doc fix.
10030 1999-01-29  Andreas Schwab  <schwab@gnu.org>
10032         * files.el (file-expand-wildcards): Never consider `.' and `..' a
10033         wildcard match.  Fix regexp that tests if dirpart contains
10034         wildcard characters.
10036 1999-01-28  Richard Stallman  <rms@gnu.org>
10038         * font-lock.el (font-lock-default-unfontify-region):
10039         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10041 1999-01-27  Jason Rumney <jasonr@altavista.net>
10043         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10044         from FAMILY field.
10045         (w32-create-initial-fontsets): Do not use before-init-hook.
10046         (mouse-set-font): Document.  Automatically create and use fontsets.
10048         * dos-w32.el (direct-print-region-helper): Check for printer
10049         being t as well as a string.
10051 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
10053         * mail/rmail.el (rmail-decode-mime-charset): New variable.
10054         (rmail-mime-charset-pattern): New variable.
10055         (rmail-convert-to-babyl-format): Decode by MIME-charset if
10056         rmail-decode-mime-charset is non-nil.
10058 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
10060         * international/characters.el: Set category `q' for all characters
10061         in tibetan and tibetan-1-column.
10063 1999-01-27  Andrew Innes  <andrewi@gnu.org>
10065         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10066         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10068 1999-01-27  Dave Love  <fx@gnu.org>
10070         * international/mule-cmds.el (current-language-environment):
10071         Provide :link, :type (choices) and appropriate :get.
10073 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
10075         * startup.el (command-line): Set default eol-mnemonic-* strings to
10076         display end-of-line format in mode line.
10078         * cus-start.el (all): Add eol-mnemonic-* variables.
10080 1999-01-26  Dave Love  <fx@gnu.org>
10082         * startup.el (command-line-1): Up-date copyright.
10084         * paths.el (Info-default-directory-list): Use configdir twice.
10086         * info.el (Info-directory-list): Don't set path-separator now
10087         we're not shipped with Texinfo.  Simplify path definition.
10088         Substitute all occurrences of instdir in Info-default-directory-list.
10090 1999-01-25  Richard Stallman  <rms@gnu.org>
10092         * startup.el (normal-top-level-add-subdirs-to-load-path):
10093         Record the inode numbers of the dirs processed, to avoid loop.
10095         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10097 1999-01-25  Dave Love  <fx@gnu.org>
10099         * browse-url.el (browse-url-netscape-program): Doc addition.
10101         * help.el (help-make-xrefs): Default info references to an `(emacs)'
10102         prefix.
10104         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10105         auto-mode-alist.
10107 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10109         * calendar/diary-lib.el (mark-diary-entries): Use
10110         assoc-ignore-case and do not capitalize when matching month and
10111         day names.
10113         * calendar/calendar.el (calendar-read-date): Ditto.
10115         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10116         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10118         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10120         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10122         * calendar/cal-islam.el (calendar-goto-islamic-date)
10123         (mark-islamic-diary-entries): Ditto.
10125         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10127         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10128         (calendar-read-mayan-tzolkin-date): Ditto.
10130         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10132 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
10134         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10136 1999-01-25  Karl Heuer  <kwzh@gnu.org>
10138         * faces.el (list-faces-display): Multiline case of previous fix.
10140 1999-01-25  Andreas Schwab  <schwab@gnu.org>
10142         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10144 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
10146         * files.el (find-file): If find-file-noselect returns a list,
10147         do switch-to-buffer on each element.
10148         (find-file-other-window): Likewise for all but the first element.
10149         (find-file-other-frame): Same.
10150         (find-file-noselect): When we expand a wildcard, return a list
10151         of buffers.
10153 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
10155         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10156         to set the appropriate cpNNN-dos coding system as the
10157         highest-priority coding system.
10159 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10161         * international/fontset.el (generate-fontset-menu): Return a
10162         sorted list by plain names of fontsets.
10164         * international/mule-diag.el (list-fontsets): Sort fontsets by
10165         plain names.
10167         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10168         FIRST is a composite character, decompose it at first.
10170 1999-01-23  Dave Love  <fx@gnu.org>
10172         * format.el: Doc fixes.
10173         (format-encode-run-method): Have things happen in the right buffer.
10174         Deal with errors from method.  Set coding-system-for-write.
10175         (format-decode-run-method): Have things happen in the right buffer.
10176         Deal with errors from method.  Set coding-system-for-read.
10177         (format-alist): Use nil instead of unmatchable regexps.
10179         * simple.el (shell-command-on-region): Return command's exit status.
10181 1999-01-23  Eric Ludlam  <zappo@gnu.org>
10183         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10184         of the file whose info we want to display.
10185         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10186         (speedbar-add-mode-functions-list) Improve doc.
10187         (speedbar-line-token) New function.
10188         (speedbar-dired) Fix order of directories in -shown-directories.
10189         (speedbar-line-path): Default return is default-directory
10190         (speedbar-buffers-line-path): Return is dir name only.
10191         (speedbar-mode-functions-list): New variable.
10192         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10193         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10194         speedbar-files-item-info speedbar-buffers-item-info): New functions.
10195         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10196         New functions.
10197         (speedbar-line-file): Broke out part that fetches file from a line.
10198         (speedbar-line-text): New function extracted from speedbar-line-file.
10199         (speedbar-line-path): Converted into a replaceable function.
10200         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10202 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10204         * international/fontset.el (create-fontset-from-x-resource): Make
10205         style variants.
10207 1999-01-22  Dave Love  <fx@gnu.org>
10209         * paths.el (Info-default-directory-list): Put sysdir after start.
10211 1999-01-22  Sam Steingold  <sds@goems.com>
10213         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10214         a process associated with it.
10216 1999-01-22  Jason Rumney <jasonr@altavista.net>
10218         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10220 1999-01-22  Felix Lee  <flee@cygnus.com>
10222         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10223         major-mode.
10224         (vc-annotate-mode): Delete variable.
10226 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10228         * startup.el (command-line): [windows-nt]: Check for existence of
10229         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10230         in preference to _emacs.
10232 1999-01-22  Dave Love  <fx@gnu.org>
10234         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10236 1999-01-20  Richard Stallman  <rms@gnu.org>
10238         * files.el (find-file-noselect): Do wildcard processing only
10239         if new arg WILDCARDS is non-nil.
10240         (find-file, find-file-other-window): New arg WILDCARDS.
10241         Default it to non-nil if interactive.
10242         (find-file-other-frame): Likewise.
10243         (find-file-read-only): Likewise.
10244         (find-file-read-only-other-window): Likewise.
10245         (find-file-read-only-other-frame): Likewise.
10247         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10248         (widget-plist-convert-option): Delete spurious comma.
10250 1999-01-19  Jason Rumney <jasonr@altavista.net>
10252         * term/w32-win.el (w32-standard-fontspec-spec): Change
10253         iso8859-5 to koi8-r.  Add iso8859-9.
10255 1999-01-19  Dave Love  <fx@gnu.org>
10257         * browse-url.el (browse-url-maybe-new-window): Delete macro and
10258         its uses.
10260         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10261         is active.
10262         (fortran-indent-subprogram): Likewise.
10264 1999-01-19  Dave Love  <d.love@dl.ac.uk>
10266         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10268 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10270         * wid-edit.el (alist): Use sexp as default key-type.
10272 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10274         * textmodes/tex-mode.el (tex-define-common-keys):
10275         Remove key binding of tex-feed-input.
10276         (tex-mode-map): Bind tex-feed-input here.
10277         (tex-start-shell): Use compilation-shell-minor-mode.  Set
10278         comint-input-filter-functions before running tex-shell-hook.
10279         (tex-start-tex): Forget compilation errors.
10280         (tex-compilation-parse-errors): Rewritten to work also with
10281         compile-mouse-goto-error and compile-goto-error.  Adjusted to
10282         change in tex-region.
10283         (tex-region): For the temp file use file-name without directory.
10284         (tex-file): Expand file name of tex-print-file.
10286 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10288         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
10290 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
10292         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10293         beginning could cause Emacs to hang.  Fixed.
10295 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
10297         * international/ccl.el (ccl-compile-translate-character): Handle
10298         the case that a tranlation table is CCL register correctly.
10300         * international/mule-cmds.el (select-safe-coding-system):
10301         Hightlight at most 256 characters.
10303 1999-01-18  Dave Love  <fx@gnu.org>
10305         * startup.el (command-line): If the init file changes operation to
10306         unibyte, make all buffers unibyte and re-set language environment.
10308         * disp-table.el (standard-display-european): Make all existing
10309         buffers unibyte.  Fix doc.
10311 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10313         * wid-edit.el (coding-system): Define this unconditionally.
10315         * simple.el (shell-command-on-region-default-error-buffer): New var.
10316         (shell-command-on-region): Use that variable as interactive
10317         value of ERROR-BUFFER argument.
10319 1999-01-17  Sam Steingold  <sds@goems.com>
10321         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10323 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10325         * progmodes/compile.el (compilation-goto-locus): If already in the
10326         compilation buffer's window, keep it in that window.
10327         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
10328         (compile-goto-error): Don't play with windows.
10330         * textmodes/tex-mode.el (latex-run-command): Doc fix.
10331         (tex-command): Doc fix.
10332         (tex-compilation-parse-errors): Doc fix.
10333         (tex-generate-zap-file-name): Don't start the name with -.
10334         (tex-expand-files): Works now also with strings ending with ":".
10336 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
10338         Patch failed to install:
10339         * gametree.el: Document scoring functionality.
10340         (gametree-score-regexp): Add optional plus sign.
10341         (gametree-score-opener): Replace `:' with `=' as the former
10342         conflicts with gametree-half-ply-regexp.
10343         (gametree-transpose-following-leaves): Add.
10344         (gametree-insert-new-leaf): Make modifying commands barf in read
10345         only buffers.
10346         (gametree-break-line-here): Add a call to
10347         `gametree-transpose-following-leaves'.  This maintains the
10348         necessary invariant that on each level all leaf children precede
10349         all nonleaf children.  This has always been implied, but left to
10350         the user, and, unfortunately, undocumented.
10352 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10354         * wid-edit.el (plist, alist): New widget types.
10356 1999-01-17  Dave Love  <fx@gnu.org>
10358         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10359         fix scope of condition-case therein.
10361 1999-01-17  Andrew Innes  <andrewi@gnu.org>
10363         * dos-w32.el: (find-buffer-file-type-coding-system): Use
10364         default-buffer-file-coding-system when file doesn't exist (and
10365         isn't covered by a special case) instead of forcing undecided-dos
10366         against the user's wishes.
10368         * dos-w32.el (direct-print-region-helper): New function based on
10369         direct-print-region-function; sends data to specified printer port
10370         without further translation.  Recognize and handle specially the
10371         standard `print' and `nprint' programs, as well as `lpr' and
10372         similar programs.  Only write directly to the printer port if no
10373         print program is specified.  Work around a bug in Windows 9x
10374         affecting Win32 version of Emacs by invoking command.com to write
10375         to the printer port instead of writing directly.
10376         (direct-print-region-function): Use direct-print-region-helper to
10377         do most of the work.
10378         (direct-ps-print-region-function): New function; analogue of
10379         direct-print-region-function for ps-print.
10380         (ps-lpr-command): Comment out setq; leave as example usage.
10381         (ps-lpr-switches): Ditto.
10383         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10384         and MS-Windows.
10385         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10386         DOS and Windows platforms, to indicate direct printing.  Update
10387         the docstring accordingly.
10389         * ps-print.el: (ps-printer-name): Update docstring about usage on
10390         MS-DOS and MS-Windows.
10391         (ps-lpr-command): Update docstring as for lpr-command.
10392         (ps-print-region-function): New variable.
10393         (ps-do-despool): Use it.
10394         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10395         DOS/Windows.
10397         * subr.el (subst-char-in-string): New function.
10399 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
10401         * international/codepage.el (cp852-decode-table): Fill a nil entry.
10403         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10404         (bdf-find-font-info): New function, looks for the first readable
10405         file from a list of alternatives.
10406         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10407         instead of bdf-get-font-info.
10408         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10409         to ps-mule-generate-bitmap-glyph.
10411         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10412         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
10413         now be a list of alternative names.
10414         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10415         (ps-mule-prepare-font): Likewise.
10417         * international/codepage.el (cp855-decode-table,
10418         cp850-decode-table): Fill some nil entries.
10420 1999-01-16  Dave Love  <fx@gnu.org>
10422         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10423         last change.
10425 1999-01-15  Dave Love  <fx@gnu.org>
10427         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10428         and change regexp for command names.
10429         (help-xref-go-back, function-called-at-point, symbol-file)
10430         (where-is): Doc fixes.
10431         (help-xref-go-back): Remove interactive spec.
10432         (describe-function-1): Fix message for alias.  Buttomize alias
10433         name.
10435         * simple.el (join-line): New alias.
10437 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10439         * forms.el: (forms--show-record): Convert integers to string
10440         expicitly since concat will no longer accept integers.
10441         (forms-print): Use local `total-nb-records' since
10442         `forms--total-records' will be inaccessible after buffer switching.
10444 1998-01-14  Felix Lee  <flee@cygnus.com>
10446         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10448 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10450         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10452 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10454         * international/codepage.el (cp850-decode-table): Fix previous change.
10456 1999-01-14  Simon Marshall  <simon@gnu.org>
10458         * shell.el (shell-dirtrack-verbose): New custom variable.
10459         (shell-dirstack-message): Use it.
10461 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10463         * international/mule-conf.el: Coding system alias `dos' for
10464         `undecided-dos', `mac' for `undecided-mac'.
10466         * international/mule-cmds.el (describe-language-environment):
10467         Don't alter input-method-alist.
10469 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10471         * international/codepage.el (cp850-decode-table): Replace nil
10472         entries with codes of similary looking glyphs.  (Suggested by
10473         Jason Rumney <jasonr@altavista.net>.)
10475 1999-01-13  Dave Love  <fx@gnu.org>
10477         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10479         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10481 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10483         * files.el (auto-save-hook): Defvar this.
10485 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10487         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10488         faces, eliminating the need to load font-lock before loading sql.
10489         (sql-mode-oracle-font-lock-keywords): Likewise.
10490         (sql-mode-postgres-font-lock-keywords): Likewise.
10492 1999-01-11  Dave Love  <fx@gnu.org>
10494         * cus-start.el: Add inhibit-eol-conversion.
10496         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10497         the values round.
10499 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10501         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10502         Don't switch to Help mode here.
10503         (temp-buffer-setup-hook): Use help-mode-finish.
10504         (help-mode-setup): New function.
10505         (temp-buffer-setup-hook): Use help-mode-setup.
10507         * progmodes/sql.el: New file.
10509         * files.el (auto-mode-alist): Add sql-mode.
10511         * faces.el (list-faces-display): Improve the formatting
10512         by computing the maximum length required for any face-name.
10514 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10516         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10518 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10520         * term.el (term_send_home): Change the string to
10521         be the same as the one emitted by xterm and consistent with the
10522         ones emitted by prior and next.
10523         (term_send_end): Likewise.
10525 1999-01-10  Dave Love  <fx@gnu.org>
10527         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10528         bindings.
10530 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10532         * international/codepage.el (codepage-setup): Doc fix.
10533         (cp-decoding-vector-for-codepage): Likewise.
10535 1999-01-10  Markus Rost  <rost@gnu.org>
10537         * cus-edit.el (custom-save-delete): First scan the custom-file.
10539 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10541         * international/iso-transl.el: Define a "function name" for
10542         each translation that isn't ASCII.  Use these function names
10543         in iso-transl-char-map.
10545 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10547         * international/mule-util.el (decompose-region): Do decomposition
10548         on temporary unibyte buffer.
10550         * international/mule.el (make-char): Doc-string modified.
10552 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10554         * simple.el (comment-region): Delete spaces only if we
10555         deleted a comment starter.
10557 1999-01-07  Dave Love  <fx@gnu.org>
10559         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10561         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10562         like eval-defun does.
10564         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10566         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10567         constructions.  Doc fixes.
10568         (generic-create-generic-function): Use defalias, not fset.
10570         * find-func.el: More doc fixes.
10572 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10574         * files.el (save-buffers-kill-emacs): Show the list of current
10575         processes before prompting to kill them and exit.
10577 1999-01-06  Dave Love  <fx@gnu.org>
10579         * emacs-lisp/find-func.el: Doc fixes.
10580         (find-function-regexp): Extend for define-generic-mode,
10581         define-derived-mode, easy-mmode-define-minor-mode.
10583 1999-01-06  Dave Love  <fx@gnu.org>
10585         * progmodes/fortran.el (fortran-window-create): Account for scroll
10586         bar width.
10588         * browse-url.el: Require (noerror) w3-auto when compiling.
10589         (browse-url-maybe-new-window): Make it a macro and revert last
10590         change to callers.
10591         (browse-url-w3): Require w3 for w3-fetch-other-window.
10593 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10595         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10596         argument.
10598 1999-01-06  Simon Marshall  <simon@gnu.org>
10600         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10602         * font-lock.el (font-lock-default-fontify-buffer): When using
10603         with-temp-message, use nil rather than current-message.
10605         * lazy-lock.el (lazy-lock-unstall):
10606         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10607         rather than current-message.
10609         * fast-lock.el (fast-lock-save-cache-1):
10610         (fast-lock-cache-data): When using with-temp-message, use nil rather
10611         than current-message.
10613 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10615         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10616         the valid-codes property.
10618         * international/mule-cmds.el (prefer-coding-system): Call
10619         set-coding-priority, so that the internal array of priorities is
10620         also updated.
10622         * international/mule-util.el:
10623         (coding-system-change-eol-conversion,
10624         coding-system-change-text-conversion): Don't define here.
10626         * international/mule-cmds.el: Define them here.  Remove the
10627         autoload cookies.
10629 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10631         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10632         if it was enabled before.
10634         * view.el (View-revert-buffer-scroll-page-forward): Bind
10635         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10637         * files.el (recover-session): Preserve point when inserting
10638         explanation.
10640 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10642         * cus-edit.el (custom-save-delete): Don't delete whitespace
10643         and comments before the sexp that is replaced.
10645 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10647         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10649 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10651         * vc.el (vc-dired-hook): Use the original value of
10652         dired-move-to-filename-regexp on lines that have not been
10653         reformatted yet.
10654         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10655         file lines have already been reformatted.
10657 1999-01-05  Dave Love  <fx@gnu.org>
10659         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10660         buffer-local.
10662 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10664         * progmodes/f90.el: Change of regular expressions for type to
10665         correct highlighting and identation. Some small fixes for
10666         compatibility with XEmacs.
10668 1999-01-05  Stephen Eglen  <stephen@gnu.org>
10670         * mspools.el (mspools-vm-system-mail): Provide an alternative
10671         value based on rmail-spool-directory if $MAIL is not defined.
10673 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10675         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10676         (reftex-section-info): Handle negative section levels.
10677         (reftex-view-crossref-extra): New option.
10678         (reftex-view-crossref): Generalized to work in more places.
10679         (reftex-find-citation-regexp-format, reftex-find-reference-format,
10680         reftex-macros-with-labels, reftex-global-search-marker): New variables.
10681         (reftex-view-cite-locations-from-bibtex): New command.
10682         (reftex-view-regexp-match, reftex-global-search,
10683         reftex-global-search-continue): New functions.
10684         (reftex-extract-bib-entries): No error for non-existing BibTeX
10685         file, just a message.
10686         (reftex-extract-bib-entries): Better error handling.
10687         (reftex-select-with-char): Use `*RefTeX Select*' for selection
10688         help and force it on current frame.
10689         (reftex-default-bibliography): New function.
10690         (reftex-access-parse-file): Check consistency after loading a
10691         parse file.  When inconsistent, enfore rescan.
10692         (reftex-check-parse-consistency): New function.
10693         (easy-menu-define): Options section drastically shortened.
10695 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
10697         * language/thai-util.el (thai-compose-string): New function.
10699 1999-01-04  Inge Frick  <inge@nada.kth.se>
10701         * easymenu.el (easy-menu-define): Doc fix.
10702         (easy-menu-create-menu): New keyword :included.
10703         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
10704         be an expression, not only a string.  Simulate style `button'.
10705         Use easy-menu-define-key-intern instead of easy-menu-define-key.
10706         (easy-menu-define-key-intern): New function.
10707         (easy-menu-add-item): Understand value returned from
10708         easy-menu-item-present-p and easy-menu-remove-item.
10709         (easy-menu-return-item): New function.
10710         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10712 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
10714         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10715         Use rmail-output-read-rmail-file-name to read the file name.
10716         Always call rmail-output-to-rmail-file noninteractively.
10717         When count > 1, do the loop here.
10718         Handle rmail-delete-after-output here.
10719         (rmail-summary-output): Similar changes.
10721         * mail/rmailout.el: Provide `rmailout'.
10722         (rmail-output-read-rmail-file-name): New function.
10723         (rmail-output-to-rmail-file): Use that.
10724         (rmail-output-read-file-name): New function.
10725         (rmail-output): Use that.
10727         * files.el (find-file-noselect): Let /: suppress wildcard matching.
10728         Error if wildcard matches no files.
10730 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
10732         * menu-bar.el (clipboard-yank): Doc fix.
10734         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10736 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
10738         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10740 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
10742         * rmail.el (rmail-encode-string): Make sure mask value is
10743         positive; (emacs-pid) returns a negative number on Windows 9x
10744         which causes odd behaviour.
10746 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
10748         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10749         and about w32-* variables unless on Windows/NT.
10751 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
10753         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10754         if buffer is modified; ask about all modified buffers.
10756 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10758         * simple.el (what-cursor-position): Fix previous change.
10760 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
10762         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10763         from paragraph-start.
10765 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
10767         * international/mule-cmds.el (prefer-coding-system): If the
10768         argument requires specific EOL conversion type, make the default
10769         coding systems use that.
10771 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
10773         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10774         Use shell-command-on-region.
10775         (m4-start-m4, m4-end-m4): Functions deleted.
10777 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
10779         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10781 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10783         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10784         to compose-mail in the correct places and as a list.
10786 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
10788         * page-ext.el: Added mouse-selection feature for pages directory buffer.
10789         (pages-directory-map): Bind mouse-2
10790         (pages-copy-header-and-position): Put text property.
10791         (pages-directory-goto-with-mouse): New function.
10793 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
10795         * international/codepage.el (cp-make-coding-systems-for-codepage):
10796         Doc fix.
10797         (cp-coding-system-for-codepage-1): Likewise.
10799 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
10801         * language/thai-util.el (thai-post-read-conversion): Handle Thai
10802         composition sequence correctly here instead of calling
10803         thai-compose-region.
10805         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10806         newline in multibyte buffer, if previous or next character is a
10807         composite char, check the first component of the composite char.
10809 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
10811         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10812         and track-mouse.
10814 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10816         * mail/sendmail.el (mail-yank-original): Remove text properties
10817         after insertion.
10818         (mail-yank-region): Barf if no mark is set in the message
10819         being replied to.
10821         * help.el (function-called-at-point): First look for function at point.
10823 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10825         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10827 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10829         * simple.el (what-cursor-position): Print character encoding also.
10831 1998-12-26  Dave Love  <fx@gnu.org>
10833         * textmodes/flyspell.el: If local-maps work, don't put
10834         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10835         in flyspell-mouse-map (only).
10836         (flyspell-use-local-map): New variable.
10837         Use a different mouse-2 binding in that case,
10838         and don't add to minor-mode-map-alist.
10839         (make-flyspell-overlay, flyspell-correct-word):
10840         Test flyspell-use-local-map.
10842 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10844         * files.el (file-expand-wildcards): Handle wildcards in directory name.
10845         Be careful about whether to return a relative file name,
10846         and if so, relative to what directory.
10848 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10850         * emacs-lisp/easymenu.el (easy-menu-get-map):
10851         Change global map only if this menu exists in the global map already,
10852         and not in the local map.
10853         (easy-menu-do-add-item): Fix error message.
10855         * foldout.el (foldout-inhibit-key-bindings):
10856         Avoid concatenating onto outline-minor-mode-prefix.
10857         Make a new keymap for that prefix, if it does not already have one.
10859 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
10861         * cperl-mode.el:
10862         Can use linear algorithm for indentation if Emacs supports it.
10863         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
10864         (cperl-after-block-p):  Likewise.
10865         (cperl-after-block-and-statement-beg): Likewise.
10866         (cperl-after-block-p):  After END/BEGIN we are a block.
10867         (cperl-after-expr-p):   Skip labels when checking
10868         (cperl-indent-region):  Make a marker for END - text added/removed.
10869         Disable hooks during the call (how to call them later?).
10870         Now indents 820-line-long function in 6.5 sec (including
10871         syntaxification) the first time (when buffer has few
10872         properties), 7.1 sec the second time.
10873         (cperl-indent-region):  Do not indent whitespace lines
10874         (cperl-style-alist)
10875                 Include `cperl-merge-trailing-else' where the value is clear.
10876         (cperl-styles-entries): Likewise.
10877         (cperl-problems):       Improvements to docs.
10878         (cperl-tips):           Likewise.
10879         (cperl-non-problems):   Likewise.
10880         (cperl-mode):           Make lazy syntaxification possible.
10881         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10882         `font-lock-unfontify-region-function' was set to a wrong function.
10884         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10885         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
10886         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10887         but 1<<6 was considered as HERE-doc.
10888         <file/glob> made into a string.
10889         Postpone addition of faces after syntactic step.
10890         Recognition of <FH> was wrong.
10891         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
10892         Knows that split// is null-RE.
10893         Highlights separators in 3-parts expressions as labels.
10894         <> was considered as a glob.
10895         Would err if the last line is `=head1'.
10896         $a-1 ? foo : bar; was a considered a regexp.
10897         `<< (' was considered a start of HERE-doc.
10898         mark qq[]-etc sections as syntax-type=string
10899         Was not processing sub protos after a comment ine.
10900         Was treating $a++ <= 5 as a glob.
10901         Tolerate unfinished REx at end-of-buffer.
10902         `unwind-protect' was left commented.
10903         / and ? after : start a REx.
10905         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10906         Better default, customizes to `message' too, off in text-mode.
10908         (cperl-array-face): Renamed from `font-lock-emphasized-face',
10909         `defface'd.
10910         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10911         `defface'd.
10912         (cperl-emacs-can-parse):        New state variable.
10913         (cperl-indent-line):    Corrected to use global state.
10914         (cperl-calculate-indent):       Likewise.
10915         (cperl-fix-line-spacing):       Likewise (not used yet).
10916         (cperl-calculate-indent):       Did not consider `,' as
10917         continuation mark for statements.
10918         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10919         Remove another parse-data optimization at toplevel: would
10920         indent correctly.
10921         Correct for labels when calculating indentation of continuations.
10922         Docstring updated.
10923         (cperl-choose-color):   Converted to a function (to be
10924         compilable in text-mode).
10925         (cperl-dark-background):        Disable without window-system.
10926         Do `defface' only if window-system.
10927         (cperl-fix-line-spacing):       Sped up to bail out early.
10928         (x-color-defined-p): Was not compiling on XEmacs
10929         Was defmacro'ed with a tick.  Remove another def.
10930         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10931         (cperl-unwind-to-safe): New function.
10932         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10933         (cperl-fontify-syntaxically): Unwinds start and end to go out of
10934                                      long strings (not very successful).
10935         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
10936         Highlight the starting // in s//foo/ as function-name.
10937         Emit a meaningful error instead of a cryptic one for an
10938         uncomplete REx near end-of-buffer.
10940         (cperl-electric-keyword):       `qr' recognized.
10941         (cperl-electric-else):          Likewise
10942         (cperl-to-comment-or-eol):      Likewise
10943         (cperl-make-regexp-x):  Likewise
10944         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
10945         Corrected to use new macros;
10946         `if' for copying `reference-face' to `constant-face' was backward.
10947         remove init `font-lock-other-emphasized-face',
10948         `font-lock-emphasized-face', `font-lock-keyword-face'.
10949         Interpolate `cperl-invalid-face'.
10950         (cperl-make-regexp-x):  Misprint in a message.
10951         (cperl-syntaxify-unwind): New configuration variable
10952         (cperl-fontify-m-as-s): New configuration variable
10953         (cperl-electric-pod):   Check for after-expr was performed
10954         inside of POD too.
10955         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10956         (cperl-clobber-mode-lists): New configuration variable.
10957         (cperl-not-bad-style-regexp):   Updated.
10958         Init:                   `cperl-is-face' was busted.
10959         (cperl-make-face):      New macros.
10960         (cperl-force-face):     New macros.
10961         (font-lock-other-type-face): Done via `defface' too.
10962         (cperl-nonoverridable-face):    New face.  Renamed from
10963         `font-lock-other-type-face'.
10964         (cperl-init-faces-weak):        Use `cperl-force-face'.
10965         (cperl-comment-indent): Commenting __END__ was not working.
10966         (cperl-indent-for-comment):     Likewise.
10967         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
10968         When removing old TAGS info was not relativizing filename.
10969         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10970         Another try to work around XEmacs problems.  Better progress messages.
10971         (toplevel):             Require custom unprotected => failure on 19.28.
10972         (cperl-xemacs-p):       Defined when compile too
10973         (cperl-find-tags):      Was writing line/pos in a wrong order,
10974         pos off by 1 and not at beg-of-line.
10975         (cperl-etags-snarf-tag): New macro
10976         (cperl-etags-goto-tag-location): New macro
10977         (cperl-version):        New variable.  New menu entry
10978         random docstrings:      References to "future" 20.3 removed.
10979         Menu was described as `CPerl' instead of `Perl'
10980         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10981         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10982         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
10983         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10984         `font-lock-reference-face', `font-lock-keyword-face'.
10985         Use `eval-after-load'.
10986         Remove not-CPerl-related faces.
10987         (cperl-tips-faces):     New variable and an entry into Mini-docs.
10988         (cperl-indent-exp):     Was not processing else-blocks.
10989         (cperl-get-state):      NOP line removed.
10990         (cperl-ps-print):       New function and menu entry.
10991         (cperl-ps-print-face-properties):       New configuration variable.
10992         (cperl-invalid-face):   New configuration variable.
10993         (perl-font-lock-keywords):      Highlight trailing whitespace
10994         (cperl-contract-levels):        Documentation corrected.
10995         (cperl-contract-level):         Likewise.
10996         (cperl-ps-extend-face-list):    New macro.
10997         (cperl-invalid-face):   Change to ''underline.
10999 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
11001         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11002         for read-file-name.
11003         (rmail-output-to-rmail-file): Likewise.
11005 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11007         * emacs-lisp/easymenu.el (easy-menu-get-map):
11008         If MENU is nil, use global menu-bar map.
11009         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11010         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11012 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11014         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11016 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11018         * ps-print.el (ps-print-version): New version number (4.1.3).
11020 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
11022         * international/mule-cmds.el: Use make-sparse-keymap instead of
11023         define-prefix-key when defining MULE menu items.
11025         * info.el (Info-node-at-bob-matching): New function.
11026         (Info-find-node, Info-build-node-completions): Call it.
11028 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
11030         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11031         when this is an autoloaded keymap.
11033 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
11035         * international/codepage.el (cp-coding-system-for-codepage-1):
11036         Create separate encoders and decoders, for DOS and Unix.  Make the
11037         usual family of 3 coding systems, so that automatic detection of
11038         EOL type works.
11039         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11040         Unix-specific symbols here, and don't call
11041         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
11042         Handa <handa@etl.go.jp>.)
11044         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11046         * term/internal.el (IT-character-translations): New variable, an
11047         alist used to display characters for which there's no glyphs in
11048         the current codepage.
11049         (IT-display-table-setup): New function, sets up the DOS terminal
11050         for a given codepage.
11051         (dos-codepage-setup): New function, sets up the MULE environment
11052         for the current value of dos-codepage.
11053         (top-level if): In the multibyte mode, turn on
11054         unibyte-display-via-language-environment.  In the unibyte mode,
11055         set up the special syntax tables to map lower- to upper case and
11056         back.
11058 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
11060         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11061         (speedbar-frame-plist) Remove useless comments.
11062         (speedbar-frame-mode) Do not specify height if it is in the param list.
11063         Use default y position w/out changing it.
11064         If default x position is a list, keep, calculate the non-list X
11065         value when devining an initial position.
11066         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11067         (speedbar-tag-group-name-minimum-length): New variable.
11068         (speedbar-frame-parameter): New compatibility function.
11069         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11070         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11071         groups to keep things in the right order, and to help with some
11072         naming conventions.
11073         (speedbar-create-tag-hierarchy): Enable buffer local version of
11074         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11075         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
11076         the case, derive it from the cursor location in speedbar.
11078 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
11080         * international/mule-cmds.el (set-language-environment): On MS-DOS
11081         terminals, install DOS-specific nonascii-translation-table if the
11082         language info doesn't specify one.  Pass the default eol-type to
11083         set-language-environment-coding-systems.
11084         (set-default-coding-systems): Copy the eol-type property for the
11085         new default values of {buffer-file,process}-coding-system from the
11086         old defaults.
11087         (set-language-environment-coding-systems): Accept an optional
11088         argument EOL-TYPE, and set the eol-type property of the default
11089         coding systems accordingly.
11090         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11091         (set-keyboard-coding-system): Likewise.
11092         (set-default-coding-systems): Don't set
11093         default-terminal-coding-system on MS-DOS to anything but nil.
11094         (prefer-coding-system): Describe in the doc string that
11095         default-terminal-coding-system is not changed on MS-DOS.
11096         (set-language-environment): For MS-DOS, set standard syntax table
11097         and display table for all characters with code above 127.
11098         (standard-display-european-internal): For MS-DOS, pass all
11099         characters with code above 127 directly to the terminal, and don't
11100         remap characters 160 and 146 in the unibyte case.
11102         * international/codepage.el: New file.
11104 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11106         * diary-lib.el (diary-float): Fix end-of-year error and typos in
11107         comments.
11109 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
11111         * map-ynp.el (map-y-or-n-p): Ignore input methods.
11113         * subr.el (read-passwd): Likewise.
11115 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
11117         * info.el (Info-find-node): Add 1 to the position read from the
11118         tag table.  Don't fail if the node delimiter ^_ is the first
11119         character in the file.
11120         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11121         first character in the file.
11122         (Info-read-subfile): Likewise.
11123         (Info-select-node): Likewise.
11124         (Info-build-node-completions): Likewise.
11126 1998-12-16  Richard Stallman  <rms@gnu.org>
11128         * term/x-win.el (x-cut-buffer-or-selection-value):
11129         If clipboard is enabled, try it before PRIMARY selection.
11131 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11133         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11134         insert c-cedilla and C-cedilla respectively, like in latin-1.
11136 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
11138         * language/hebrew.el: Don't use sublists in the flags argument
11139         passed to make-coding-system.
11141 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11143         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11144         list of character sets found by find-charset-region.
11146         * ps-mule.el: Always require ps-print.  Move some function
11147         definitions for Emacs 20.2 and the earlier to ps-print.el.
11148         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11150         * ps-print.el: Define several functions for Emacs 20.2 and the
11151         earlier version.
11152         (ps-printer-name): Check if printer-name is bound.
11154 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11156         * ps-mule.el: Programming uniformization and little code improvement.
11157         (ps-mule-prepare-font): Programming uniformization.
11158         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11159         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11161         * ps-bdf.el: Programming uniformization and little code improvement.
11162         (bdf-search-and-read): New fun.
11163         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11164         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11165         (bdf-info-relative-compose, bdf-info-baseline-offset)
11166         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11167         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11168         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11169         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11170         improvement.
11172 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11174         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11175         and mule related code extraction. Autoload ps-mule funs.
11177         * ps-mule.el: Doc fix. Require ps-print only when compiled.
11178         (ps-mule-prologue-generated): New fun.
11179         (ps-mule-plot-string): Add autoload cookie.
11180         (ps-mule-begin-job): Call ps-mule-prologue-generated.
11182 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11184         * ps-bdf.el: Require ps-mule instead of ps-print.
11185         (bdf-directory-list): Add autoload cookie.
11187         * ps-mule.el: New file.  Mule related code extracted from
11188         ps-print.el.  Require ps-print, provide ps-mule.
11189         (ps-multibyte-buffer): Add autoload cookie.
11190         (ps-mule-prepare-ascii-font): New fun.
11191         (ps-mule-set-ascii-font): New fun.
11192         (ps-mule-skip-same-charset): Fun deleted.
11193         (ps-mule-plot-string): Set ps-mule-current-charset.
11194         (ps-mule-initialize): Add autload cookie.  Don't set
11195         ps-mule-font-info-database here.
11196         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
11197         ps-mule-font-info-database and ps-control-or-escape-regexp.
11198         (ps-mule-begin-page): New fun.
11200         * ps-print.el: Mule related code moved to ps-mule.el.
11201         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11202         check ps-mule-charset-list.
11203         (ps-begin-page): Don't set ps-mule-current-charset, instead call
11204         ps-mule-begin-page.
11205         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11206         (ps-plot-region): Don't set ps-mule-current-charset, instead call
11207         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11208         instead skip same charsets by itself.
11209         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11210         non-nil.  Call ps-mule-begin-job.
11212 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11214         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11215         instead of bdf.
11217         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11218         (ps-mule-external-libraries): New element FEATURE.
11219         (ps-mule-init-external-library): Ajusted for the above change.
11220         (ps-mule-generate-font): Likewise.
11221         (ps-mule-generate-glyphs): Likewise.
11222         (ps-mule-prepare-font): Likewise.
11223         (ps-mule-initialize): Likewise.
11224         (ps-begin-file): Superfluous tailing parenthesis deleted.
11226 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11228         * international/fontset.el (x-decompose-font-name): If PATTERN
11229         doesn't have any wild cards, return a vector made from a name that
11230         is found by x-resolve-font-name found.  Comments added.
11232         * international/mule-cmds.el (find-coding-systems-for-charsets):
11233         Handle the case of unknown charset.
11234         (find-multibyte-characters): If invalid multibyte characters are
11235         found, return the corresponding strings instead of character
11236         codes.
11237         (find-multibyte-characters): Adjusted for the above change.
11238         (select-safe-coding-system): For a unibyte buffer, always returns
11239         DEFAULT-CODING-SYSTEM.
11240         (get-charset-property): Fix previous change.  Make it a function.
11241         (put-charset-property): Make it a function.
11243         * international/mule.el (make-coding-system): Set mime-charset
11244         property of *-with-esc coding system to nil.
11246         * international/quail.el (quail-point-in-conversion-region): New
11247         function.
11248         (quail-conversion-backward-delete-char): When a key sequence is
11249         being translated, call quail-delete-last-char.
11251         * language/devan-util.el
11252         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11253         handle devanagari-decomposition-rules.
11255 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
11257         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11258         tex-start-options-string to empty string.
11259         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11261 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
11263         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11264         5xx responses are already handled properly).
11266 1998-12-13  Richard Stallman  <rms@gnu.org>
11268         * progmodes/compile.el (compilation-error-regexp-alist): Insist
11269         on a non-digit in the file name.
11271         * simple.el (comment-region): Handle comment-padding
11272         separately for insertion and for deletion, in the right way for each.
11274 1998-12-13  Felix Lee  <flee@cygnus.com>
11276         * progmodes/compile.el (compilation-error-regexp-alist): Fix
11277         regexp to match "ChangeLog:1:1998-12-09 ..."
11279 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
11281         * cus-start.el (dos-unsupported-char-glyph): Add.
11283 1998-12-11  Dave Love  <fx@gnu.org>
11285         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11286         forward-sexp in condition-case.
11288         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11289         Remove unnecessary test on `library' for explicit file name.
11290         Widen scope of save-match-data.
11292 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11294         * international/mule.el (load-with-code-conversion): If the loaded
11295         file was inserted  with no-conversion or raw-text coding system,
11296         make the buffer unibyte.
11298 1998-12-09  Richard Stallman  <rms@gnu.org>
11300         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11301         Get rid of nested loops.
11303         * mouse.el (mouse-drag-vertical-line):
11304         If WHICH-SIDE is not `right', then scroll bars are on the left.
11306         * loadhist.el (load-history-loaded): defvar moved to help.el.
11308         * help.el (symbol-file-load-history-loaded): Variable renamed,
11309         and defvar moved from loadhist.el.
11310         (symbol-file): Renamed from describe-function-find-file.
11311         Load fns-VERSION.el here.
11312         (describe-variable, describe-function-1): Use symbol-file.
11314         * textmodes/tex-mode.el (tex-generate-zap-file-name):
11315         Don't start the name with #.
11317         * ispell.el: Take out the eval-when's.
11319 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
11321         * dirtrack.el (dirtrack-directory-change-hook): New hook.
11322         (dirtrack): Run it.  Make debug message more verbose.
11324 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11326         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11327         name of the abbrev table, and provide support for XEmacs.
11328         (octave-xemacs-p): New variable.
11330 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11332         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11333         exit, when mail-interactive is nil.
11335 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11337         * files.el (after-find-file): Message fix.
11339 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
11341         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11343 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
11345         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11346         filenames using backslashes.
11348 1998-12-09  Dave Love  <fx@gnu.org>
11350         * browse-url.el (browse-url-mail): Call compose-mail-other-window
11351         with correct number of args.
11352         (browse-url-maybe-new-window): New arg.  Callers changed.
11354         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11355         comment.
11357 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
11359         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11361 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
11363         * vc.el (vc-rcs-release): Fix Type.
11364         (vc-sccs-release): Fix Type.
11365         (vc-cvs-release): Fix Type.
11367         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11368         arg work right.
11370         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11371         output of last undeleted message.
11373 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
11375         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11376         (buffer-undo-list) [windows-nt]: Use different relative path.
11378 1998-12-07  Simon Marshall  <simon@gnu.org>
11380         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11382 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
11384         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11386         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11388 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
11390         * info.el (Info-menu): Don't return error if point is between menu
11391         header and first menu item.
11393 1998-12-04  Dave Love  <fx@gnu.org>
11395         * help.el (describe-function-1): Fix description for alias.
11397 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
11399         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11400         specifications from summary line.
11402         * rect.el (delete-whitespace-rectangle): Mark for autoload.
11403         (close-rectangle): Define alias only once in loaddefs.el.
11405 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
11407         * term/internal.el: Remove code which sets up a special syntax
11408         table for non-ASCII characters.
11410 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
11412         * dos-w32.el (direct-print-region-function): Try to ensure that
11413         printer-name is expanded to a file name on a local drive;
11414         sometimes printing a file loaded from a network volume fails.
11415         (direct-print-region-function): Add a function to
11416         write-region-annotate-functions to append a formfeed character to
11417         the region being printed, if the region doesn't end with a
11418         formfeed already.  This avoids creating a second print job
11419         containing a blank page when print spooling is enabled on Windows.
11421 1998-12-02  Dave Love  <fx@gnu.org>
11423         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11424         `Info-goto-node'.
11426 1998-12-02  Richard Stallman  <rms@gnu.org>
11428         * help.el (temp-buffer-resize-mode): Doc fix.
11430         * cus-edit.el (custom-save-delete): Save point before
11431         reading a sexp, rather than backing up.
11433         * international/iso-transl.el: Fix previous change.
11435 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11437         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11438         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11439         Added defvars to suppress compilation warnings.
11441 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11443         * ispell.el: Improved and fixed customize for variables:
11444         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11445         ispell-dictionary-alist, ispell-skip-sgml.
11446         Improved and fixed comments in variables and messages for
11447         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11448         ispell-menu-map, ispell-checking-message, ispell-parser,
11449         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11450         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11451         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11452         ispell-message-text-end, ispell-add-per-file-word-list.
11453         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11454         system is now required for all languages.  Casechars improved for
11455         castellano, castellano8, and norsk dictionaries.  Dictionary
11456         norsk7-tex added.  Dictionary polish added.
11457         (ispell-dictionary-alist): Redefined at load-time to support
11458         dictionary changes.
11459         (ispell-menu-map): Redefined at load-time to support menu changes.
11460         (ispell-check-version): New alias for `check-ispell-version'.
11461         (ispell-parse-output): Fixed matching for ispell error messages.
11462         Correctly returns spelling suggestions in order generated by ispell
11463         process.
11464         (check-ispell-version): Ensure `case-fold-search' doesn't get
11465         redefined.
11466         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11467         redefined.  Fix bug that didn't respect case of word being completed.
11468         (ispell-init-process): Set process coding system to be compatible
11469         with emacs processes and the ispell process.
11470         (ispell-kill-ispell): Ensures ispell process has terminated before
11471         starting new process.  This can otherwise confuse process filters
11472         and hang the ispell process.
11473         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11474         skipping support for sgml.
11475         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11476         which could cause `ispell-complete-word' to hang.
11477         (ispell-message): Improved message reference matching.  Ensure
11478         `case-fold-search' doesn't get redefined.
11479         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11480         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11481         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11482         get redefined.
11484 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11486         * textmodes/flyspell.el (flyspell-check-word-p):
11487         Don't delay inside a kbd macro.
11489         * subr.el (make-local-hook): Return the hook variable.
11491 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11493         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11494         Use a timer instead of post-command-hook.
11495         (hscroll-timer): New variable.
11497 1998-11-30  Dave Love  <fx@gnu.org>
11499         * help.el (help-xref-button): Do nothing if text already has the
11500         help-xref property.
11501         (describe-variable): Revert previous change to hyperlink to source.
11503 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11505         * bindings.el (features): Add `base64' to this list.
11507         * loadhist.el (symbol-file): Doc fix.
11509         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11511         * files.el (hack-one-local-variable): Cope with non-file buffers.
11513 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11515         * help.el (describe-mode): Put major mode first.
11517         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11518         to support special-display and same-window features.
11520 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11522         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11523         bound in one function and used in the other.
11524         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11525         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11527 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11529         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11531 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11533         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11534         Give format correct control string.
11536         * international/mule.el (define-translation-table): Fix bug of
11537         setting incorrect translation-table-id.  If the first element of
11538         ARGS is a translation table, just register it.
11540         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11541         property.
11543 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11545         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11546         syntax table to determine what is whitespace.
11548 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11550         * frame.el (frame-parameter): Doc fix.
11552         * textmodes/tex-mode.el (tex-feed-input): New function.
11553         (tex-define-common-keys): Add binding for C-c C-m.
11555 1998-11-23  Dave Love  <fx@gnu.org>
11557         * progmodes/fortran.el: Various minor doc fixes.
11558         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11559         (fortran-with-subprogram-narrowing): New macro.
11560         (fortran-check-for-matching-do): Use it.
11561         (fortran-end-do): Use fortran-check-end-prog-re.
11562         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11563         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11565 1998-11-23  Simon Marshall  <simon@gnu.org>
11567         * font-lock.el (font-lock-defaults): Doc fix.
11568         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11569         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11571         * lazy-lock.el (lazy-lock-unstall):
11572         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11574         * fast-lock.el (fast-lock-save-cache-1):
11575         (fast-lock-cache-data): Rewritten to use with-temp-message.
11577 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11579         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11580         messages that have been added with DOS line endings and convert
11581         the line endings for such messages.
11583 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11585         * help.el: Add resizing of temporary buffers.
11586         (temp-buffer-resize-mode): New command and variable.
11587         (temp-buffer-max-height): New variable.
11588         (resize-temp-buffer-window): New function.
11590         * window.el (window-buffer-height): New function, split from
11591         shrink-window-if-larger-than-buffer.
11592         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11594 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11596         * frame.el (initial-frame-alist): Add defcustom.
11598         * shell.el (shell-prompt-pattern): Add defcustom.
11600 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11602         * message.el (message-ignored-supersedes-headers): Remove
11603         NNTP-Posting-Date.
11605 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11607         * help.el (describe-mode): Don't avoid loop indirecting thru
11608         value of INDICATOR.
11610 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11612         * help.el (describe-variable): Allow any variable with a defcustom,
11613         even if it is not a user variable.
11615         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11617 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11619         * gnus/nntp.el (nntp-request-group): Allow for failures when
11620         requesting a new group.
11622 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11624         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11626 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11628         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11630 1998-11-19  Simon Marshall  <simon@gnu.org>
11632         * subr.el (with-temp-message): New macro.
11634         * emacs-lisp/lisp-mode.el (with-temp-message):
11635         Add lisp-indent-function property.
11637 1998-11-18  Dave Love  <fx@gnu.org>
11639         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11641 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11643         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11644         This is not obsolete.
11646 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11648         * textmodes/picture.el: Make a new map by make-keymap.
11649         (picture-desired-column): New variable.
11650         (picture-update-desired-column): New function.
11651         (picture-beginning-of-line): Set picture-desired-column to 0.
11652         (picture-end-of-line): Set picture-desired-column to the current
11653         column.
11654         (picture-forward-column): Pay attention to multi-column character.
11655         (picture-backward-column): Likewise.
11656         (picture-move-down): Likewise.
11657         (picture-move-up): Likewise.
11658         (picture-movement-nw): With prefix arg, move twice columns.
11659         (picture-movement-ne): Likewise.
11660         (picture-movement-sw): Likewise.
11661         (picture-movement-se): Likewise.
11662         (picture-set-motion): Handle two-column movements.
11663         (picture-move): Call picture-move-down or picture-forward-column
11664         only when necessary.
11665         (picture-insert): Pay attention to picture-desired-column.
11666         (picture-self-insert): Likewise.
11667         (picture-clear-column): Pay attention to multi-column character.
11668         (picture-mode): Modify doc-string for two-column movement.
11670         * rect.el (move-to-column-force): New function.
11671         (operate-on-rectangle): If coerce-tabs is non-nil, call
11672         move-to-column-force instead of move-to-column.
11673         (insert-rectangle): Call move-to-column-force instead of
11674         move-to-column.
11675         (open-rectangle-line): If begextra is not zero, call
11676         move-to-column-force.
11679 1998-11-16  Dave Love  <fx@gnu.org>
11681         * textmodes/sgml-mode.el Require skeleton when compiling.
11682         (sgml-font-lock-keywords-1): Accept single-letter tags.
11683         (v2): Defvar free variable.
11685 1998-11-16  Sam Steingold  <sds@goems.com>
11687         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11688         macro, not ELisp one.
11690 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11692         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11693         characters to symbol.
11695         * language/japan-util.el (japanese-zenkaku-region): New optional
11696         arg KATAKANA-ONLY.
11698 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11700         * international/mule.el
11701         (after-insert-file-set-buffer-file-coding-system): If the buffer
11702         is changed to unibyte, return inserted bytes.
11704         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11705         and link names if necessary.
11706         (tar-header-block-summarize): Handle the case that file or link
11707         names are multibyte.
11708         (tar-summarize-buffer): At first set the current buffer unibyte,
11709         then if there are multibyte file names, change it to multibyte.
11710         (tar-mode): Get char position from tar-header-offset.
11711         (tar-extract): Avoid multibyte<->unibyte conversion in
11712         insert-buffer-subsring by setting both buffers unibyte
11713         temporarily.
11714         (tar-copy): Set the buffer unibyte while doing a work.  Write
11715         without code conversion.
11716         (tar-expunge): Set the buffer unibyte while doing a work.
11717         (tar-alter-one-field): Likewise.
11718         (tar-clear-modification-flags): Compare byte position with
11719         tar-header-offset.
11720         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11721         insert-buffer-subsring by setting both buffers unibyte
11722         temporarily.  Pay attention to multibyteness while updating the
11723         descriptor-line.
11724         (tar-mode-write-file): Write without code conversion.
11726 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728         * nngateway.el: Require cl.
11730 1998-11-15  Dave Love  <fx@gnu.org>
11732         * progmodes/fortran.el: Fix previous change:
11733         (fortran-end-prog-re1): Changed.
11734         (fortran-check-end-prog-re): New function.
11735         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11737 1998-11-13  Tom Breton  <tob@world.std.com>
11739         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11740         GNU Emacs.
11742 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
11744         * textmodes/reftex.el: (reftex-finding-files): Group documentation
11745         fixed.
11746         (reftex-toc-toggle-file-boundary,
11747         reftex-toc-toggle-labels,
11748         reftex-toc-toggle-context,reftex-find-start-point): New functions.
11749         (reftex-toc-include-labels, reftex-toc-include-context,
11750         reftex-toc-include-file-boundaries,
11751         reftex-toc-keep-other-windows): New options.
11752         (reftex-use-text-after-label-as-context): Option removed.
11753         (reftex-extract-bib-entries): Protect use in non-latex
11754         buffers.
11755         (reftex-toc-visit-location): Renamed from
11756         `reftex-toc-visit-line'.
11757         (reftex-latin1-to-ascii): Works now with and without Mule.
11758         (reftex-truncate): Removed special stuff for Emacs 20.2.
11759         (reftex-get-offset): Made more general.
11760         (reftex-show-label-location): Renamed from
11761         `reftex-select-label-callback'.
11762         (reftex-pop-to-label): Function removed (using
11763         `reftex-show-label-location' instead.
11764         (reftex-insert-docstruct): Renamed from
11765         `reftex-make-and-insert-label-list'.  Function args changed.
11766         (reftex-toc): Now uses `reftex-insert-docstruct' and
11767         `reftex-find-start-point'.
11768         (reftex-select-item): Use `reftex-find-start-point'.
11769         (reftex-toc-visit-line): Can display labels and file
11770         boundaries.
11771         (reftex-TeX-master-file): `(TeX-master-file)' protected.
11773 1998-11-12  Sam Steingold  <sds@goems.com>
11775         * browse-url.el (browse-url): Handle the case when
11776         `browse-url-browser-function' is a lambda list.
11778 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
11780         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11781         version string.
11782         * loadhist.el (symbol-file): Likewise
11784 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
11786         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11788 1998-11-11  Sam Steingold  <sds@goems.com>
11790         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11791         `run-lisp' instead of signalling an error.
11793 1998-11-11  Karl Heuer  <kwzh@gnu.org>
11795         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11797 1998-11-11  Richard Stallman  <rms@gnu.org>
11799         * vc-hooks.el (vc-toggle-read-only): Doc fix.
11801 1998-11-11  Per Starback  <starback@update.uu.se>
11803         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11804         renamed svenska8 to svenska, and fixed and extended CASECHARS
11805         for it.
11807 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
11809         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11810         handling if setpagedevice is not available.
11811         (ps-begin-file): Fix typo.
11813 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
11815         * international/mule-util.el (compose-chars-component): Signal
11816         error if CH is a rule-based composition character.
11817         (compose-chars): Signal error if an already compsed character is
11818         going to be composed by rule-base.
11820         * term/x-win.el: If a resolved ASCII font name doesn't conform to
11821         full XLFD, don't try to get information of WEIGHT and SLANT from
11822         that font name.
11824 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
11826         * dos-w32.el (set-default-process-coding-system): Use function on
11827         before-init-hook to set default-process-coding-system based on
11828         enable-multibyte-characters.
11830         * term/w32-win.el ([language-change]): For now ignore
11831         keyboard language-change events.
11833 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11835         * ediff-util.el (ediff-make-temp-file): Run the prefix through
11836         convert-standard-file-name, but leave the results of
11837         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
11838         characters if the original name already exists, or has a special
11839         handler.
11841 1998-11-10  Karl Heuer  <kwzh@gnu.org>
11843         * international/iso-insert.el: Delete autoload cookies.
11845         * international/iso-transl.el: Add autoload cookies.
11847 1998-11-10  Richard Stallman  <rms@gnu.org>
11849         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11850         (ispell-process-line): Don't treat multibyte
11852 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
11854         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11855         setpagedevice to specify the page size if setpagedevice is
11856         available.  This is necessary to select the correct paper tray on
11857         Level 2 printers with multiple paper sizes available.
11859         (ps-begin-file): Cope with font names that contain spaces, and
11860         call BeginDoc in a BeginSetup/EndSetup block.
11862 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
11864         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11865         convert-standard-filename.
11867         * loadhist.el (symbol-file): Run fns-VERSION.el through
11868         convert-standard-filename.
11870 1998-11-06  Richard Stallman  <rms@gnu.org>
11872         * textmodes/texinfmt.el (texinfo-format-scan):
11873         Detect the case of two @-commands in a row; process just the first.
11874         (texinfo-append-refill): If line has a @c, insert the @refill
11875         before it.
11876         (texinfo-format-refill): Return with point where the @refill was.
11878         * files.el (hack-local-variables): Test local-enable-local-variables.
11879         (hack-local-variables-prop-line): Likewise.
11880         (set-auto-mode): Don't test local-enable-local-variables here.
11881         (enable-local-variables): Doc fix.
11882         (local-enable-local-variables): Doc fix.
11883         (normal-mode): Doc fix.
11885 1998-11-06  Karl Heuer  <kwzh@gnu.org>
11887         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11889 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
11891         * simple.el (line-number-mode): Doc fix.
11893 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
11895         * international/fontset.el (create-fontset-from-fontset-spec):
11896         Give correct arg to `error'.
11898 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
11900         * textmodes/sgml-mode.el (html-mode): Doc fix.
11901         (sgml-name-8bit-mode): Fix missing format character in message string.
11903 1998-11-05  Karl Heuer  <kwzh@gnu.org>
11905         * mail/sendmail.el (sendmail-send-it): Check for failure.
11907 1998-11-05  Richard Stallman  <rms@gnu.org>
11909         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11911         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11912         (close-rectangle): Define as alias.
11914 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
11916         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11918 1998-11-05  Dave Love  <fx@gnu.org>
11920         * help.el (describe-variable): Don't quote link to source.
11922 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
11924         * gud.el (gud-common-init): Use pop-to-buffer.
11925         (same-window-regexps): Add an element that matches all gud buffers.
11927 1998-11-04  Jason Rumney  <jasonr@altavista.net>
11929         * term/w32-win.el (x-get-selection-value): Alias to
11930         x-cut-buffer-or-selection-value.
11931         (w32-standard-fontset-spec): New variable.
11932         (w32-create-initial-fontsets, mouse-set-font): Check whether
11933         new-fontset is available.
11934         (w32-use-w32-font-dialog): Enable use of set-variable.
11936 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11938         * vc.el (with-vc-file, edit-vc-file): New macros.
11940 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
11942         * international/quail.el (quail-show-guidance-buf): Call
11943         set-minibuffer-window to set minibuffer window of the current
11944         frame correctly.
11946 1998-11-03  Theodore Jump <tjump@tertius.com>
11948         * term/w32-win.el: Require fontset.
11950 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
11952         * faces.el (set-face-font): Call resolve-fontset-name on w32.
11953         (set-face-font-auto): Ditto.
11955 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
11957         * mouse.el (mouse-drag-region): Fix typo.
11959 1998-11-02  Dave Love  <fx@gnu.org>
11961         * progmodes/fortran.el Fix for fontification of strings lost somehow:
11962         (fortran-fontify-string): New function.
11963         (fortran-font-lock-keywords-1): Use it.
11965 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
11967         * comint.el (comint-file-name-quote-list): Doc fix.
11969 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11971         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11972         build directory, not source directory.
11974         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11975         if we did not get one for the final move.
11977 1998-11-01  Dave Love  <fx@gnu.org>
11979         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11980         Don't funcall browse-url-browser-function.
11982         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11983         Don't funcall browse-url-browser-function.
11985         * fortran.el (fortran-end-prog-re1): Fix the regexp.
11987 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11989         * files.el (revert-buffer): Doc fix.
11991 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
11993         * textmodes/tex-mode.el (tex-start-options-string):
11994         Quote the backslashes with more backslashes.
11996 1998-10-31  Dave Love  <fx@gnu.org>
11998         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11999         (webjump): Don't funcall browse-url-browser-function.
12001 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
12003         * international/quail.el (quail-start-translation): Handle
12004         switching of the frame in read-key-sequence.
12005         (quail-start-conversion): Likewise.
12006         (quail-show-guidance-buf): Detach quail-guidance-buf from any
12007         windows before setting an appropriate window for it.
12008         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
12009         quail-guidance-win to nil.
12010         (quail-update-guidance): If quail-guidance-buf is not in the
12011         selected frame, call quail-show-guidance-buf again.
12013 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
12015         * progmodes/pascal.el (pascal-mode):
12016         `blink-matching-paren-dont-ignore-comments' set to t.
12018 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12020         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12022 1998-10-30  Dave Love  <fx@gnu.org>
12024         * vc.el (vc-backend-merge-news): Check for "P" output.
12026         * help.el (describe-variable): Hyperlink the definition.
12028 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
12030         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12031         (sh-set-shell): Likewise.
12033         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12035         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12036         (edebug-on-error): Fix customize type to match that of
12037         debug-on-error.
12039         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12041         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12042         report-emacs-bug-address instead of undefined bug-gnu-emacs.
12044         * international/mule-cmds.el (select-message-coding-system): Doc
12045         fix.
12047         * international/mule-diag.el (describe-coding-system): Describe
12048         all flags.
12050         * mail/sendmail.el (sendmail-coding-system,
12051         default-sendmail-coding-system): Doc fix.
12053         * simple.el (shell-command-on-region): Doc fix.
12055         * loadup.el: Write fns-*.el in current directory instead of
12056         data-directory since no installation directory exists yet.  Mark
12057         buffer unmodified afterwards.
12059         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12060         instead of data-directory since it is architecture dependent.
12061         (load-history-loaded): Update doc string.
12063 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
12065         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12066         path as a default directory when canonicalizing names.
12068         * w32-fns.el: Remove a dangling reference to a directory on the
12069         build machine.
12071 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12073         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12074         namespace related keywords such as `class', `body', `private',
12075         `variable', `namespace eval', etc.
12076         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12077         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12078         imenu and font-lock so that searches for \sw would find words
12079         containing colons.
12081         * progmodes/etags.el (initialize-new-tags-table):
12082         Do not alter find-tag-marker-ring and tags-location-ring.
12084 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
12086         * term/w32-win.el: Require fontset.
12087         (w32-init-fontsets): New function (code from x-win.el).
12089 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12091         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12092         calendar-and-diary-frame-parameters):  Add title parameter.
12094 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12096         * completion.el (dynamic-completion-mode): New function to enable
12097         the mode.  (Just loading the file now does not change anything.)
12099 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12101         * ps-print.el: User option for multibyte buffer handling and doc fix.
12102         (ps-multibyte-buffer): New user option.
12103         (ps-setup): Print new user option.
12104         (ps-print-quote): New fun.
12105         (ps-color-p, ps-mule-font-info-database-latin): New var.
12106         (ps-default-color, ps-mule-font-info-database)
12107         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12108         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12109         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12110         Little code improvement.
12111         (ps-mule-initialize): Initialize ps-mule-font-info-database.
12112         (ps-print-prologue-header, ps-font-family, ps-font-size)
12113         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12114         (ps-build-face-reference, ps-mule-font-info-database-bdf)
12115         (ps-mule-external-libraries, ps-mule-init-external-library)
12116         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12117         Doc fix.
12118         (ps-print-version): New version number (4.1.1) and doc fix.
12119         (ps-print-prologue-header): New user option.
12120         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12121         Conditional compilation for GNU Emacs and emacsens.
12122         (ps-generate-postscript-with-faces): Skip invisible text better.
12123         (ps-setup): Print new user option.
12124         (ps-print-preprint): Check if input file name exists and is unwritable.
12125         (ps-begin-file): Adjust PostScript prologue header for duplex printers
12126         and insert user PostScript prologue header comments.
12127         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12128         New funs.
12129         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12130         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12131         PostScript programming normalization.
12132         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12133         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12134         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12135         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12136         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12137         Programming style normalization.
12139 1998-10-26  Kenichi Handa <handa@etl.go.jp>
12141         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12142         version, check the value of mule-version.
12144         * international/mule-util.el (compose-region): Insert then delete
12145         to preserve markers.
12146         (decompose-region): Use search-forward for efficiency.
12148         * language/chinese.el (pre-write-encode-hz): Cancel previous
12149         change, use generate-new-buffer instead of get-buffer-create.
12150         * language/devan-util.el
12151         (in-is13194-devanagari-pre-write-conversion): Likewise.
12152         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12153         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12154         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12156 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12158         * mail/rmailsum.el (rmail-message-subject-p):
12159         Handle message whose header has not been reformatted.
12161         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12163 1998-10-25  Jason Rumney  <jasonr@altavista.net>
12165         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12166         New variables.
12167         (mouse-set-font): Use font menus instead of dialog according to
12168         w32-use-w32-font-dialog.
12170 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12172         * calendar/calendar.el (calendar-day-name-array): Add doc string
12173         correctly!
12174         (calendar-month-name-array): Add doc string correctly!
12176 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12178         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12180 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
12182         * lisp/info.el (Info-next-menu-item): Stay on top of node.
12184         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12186         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12188         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12190 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
12192         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12194 1998-10-21  Karl Heuer  <kwzh@gnu.org>
12196         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12197         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12198         (profile-filter, profile-reset-timer): Functions deleted.
12199         (profile-check-zero-init-times, profile-get-time): Likewise.
12200         (profile-find-function, profile-quit): Likewise.
12201         (profile-distinct, profile-call-stack, profile-last-time): New vars.
12202         (profile-time-list, profile-init-list): Doc fix.
12203         (profile-functions): Simplify.
12204         (profile-print): Use float.  Make output include space separators.
12205         (profile-add-time): New helper function.
12206         (profile-function-prolog): Renamed from profile-start-function.
12207         Handle profile-distinct.
12208         (profile-function-epilog): Renamed from profile-update-function.
12209         Handle profile-distinct.
12210         (profile-a-function): If the function to be profiled is an
12211         autoload form, load it.  If it's lazy-loaded, fetch it.
12212         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12213         (profile-restore-fun): Arg FUN is now a function symbol, as was
12214         documented, rather than a one-element list.
12215         (profile-finish): Call profile-restore-fun properly.
12217 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12219         * international/characters.el: Setup charset property
12220         nospace-between-words.
12222         * international/mule-cmds.el (get-charset-property): If CHARSET is
12223         composition, return nil.
12224         (put-charset-property): If CHARSET is composition, do nothing.
12226         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12227         * language/devan-util.el
12228         (in-is13194-devanagari-pre-write-conversion): Likewise.
12229         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12230         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12231         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12233         * textmodes/fill.el (sentence-end-without-period): New variable.
12234         (canonically-space-region): Pay attention to
12235         sentence-end-without-period.
12236         (fill-find-break-point): The first argument CHARSET deleted.
12237         Caller changed.
12238         (fill-region-as-paragraph): Pay attention to charset property
12239         nospace-between-words and text property nospace-between-words.
12241 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12243         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12244         an unrecognized shell.
12246 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
12248         * desktop.el (desktop-save): Include minor modes symbolically.
12249         (desktop-create-buffer): Turn on all minor modes in `mim'.
12251 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12253         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12254         (sh-font-lock-keywords): Handle rpm and rpm2.
12255         (sh-ancestor-alist): Handle rpm.
12257         * files.el (auto-mode-alist): Recognize .rpm files.
12258         Also .spec and .mspec files.
12260 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12262         * faces.el (frame-set-background-mode): Enable the function for
12263         MSDOS frames.
12265 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12267         * calendar/calendar.el (calendar-day-name-array): Add doc string.
12268         (calendar-month-name-array): Add doc string.
12270 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12272         * simple.el (kill-ring-max): Increased to 60.
12274 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
12276         * international/characters.el: Setup auto-fill-chars.
12278         * international/kinsoku.el (kinsoku): Check the variable
12279         enable-kinsoku.
12281         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12282         Don't call kinsoku directly, intead call fill-find-break-point.
12284         * textmodes/fill.el: Setup `fill-find-break-point-function'
12285         property to character sets which require `kinsoku' processing for
12286         filling.
12287         (fill-find-break-point): New function.
12288         (fill-region-as-paragraph): Don't check kinsoku-enable here.
12289         Don't call kinsoku directly, intead call fill-find-break-point.
12291 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12293         * faces.el (modify-face-read-string): Return (nil) for "none".
12294         (modify-face): Don't get error if (nil) is the argument.
12295         (face-try-color-list): Don't check whether nil is a valid color.
12297 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
12299         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12300         Print message about each directory, even in batch mode.
12302         * gnus/nntp.el: Require `cl' before using nnoo-declare.
12304         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12305         (ps-mule-string-char): No need to use sref.
12306         (ps-mule-next-index): No need to use sref.
12308         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12310         * files.el (revert-buffer-internal-hook): Add defvar.
12312         * arc-mode.el (archive-mode): Locally set file-precious-flag.
12314         * tar-mode.el (tar-mode): Locally set file-precious-flag.
12316 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
12318         * international/mule-cmds.el (default-input-method): Fix custom type.
12320         * net-utils.el (whois-server-list): Fix customization type.
12322         * shell.el (shell-input-autoexpand): Fix customization group.
12324 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
12326         * repeat.el (repeat): Handle keyboard macros properly.
12327         Handle new prefix arg after self-insert command.
12329         * repeat.el: Don't include cl even at compile time.
12330         (repeat): Avoid using `loop'.
12332         * simple.el (shell-command-on-region): Doc fix.
12333         (next-history-element): Special error message if no default.
12335 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
12337         * ps-print.el (ps-print-buffer): Doc fix.
12338         (ps-despool): Likewise.
12340         * arc-mode.el (arc-mode): Provide arc-mode.
12342 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12344         * ps-print.el (ps-print-buffer): Doc fix.
12346 1998-10-14  Dave Love  <fx@gnu.org>
12348         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12349         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12350         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12352         * progmodes/fortran.el (fortran-mode-map): Change "Join
12353         Continuation Line" to "Join Line".
12354         (fortran-font-lock-keywords-1): Add "cycle", "exit".
12356 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12358         * progmodes/fortran.el (fortran-join-line): Use
12359         `delete-indentation' instead of issuing an error message if not on
12360         a continuation line.  Provide for joining several lines using
12361         prefix arg.
12363 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
12365         * term/pc-win.el (msdos-color-values): New variable.
12366         (x-color-values): New function, emulates its namesake from
12367         src/xfns.c.
12368         (msdos-bg-mode): Add all dark colors to those which return
12369         "dark".
12371 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12373         * replace.el (keep-lines, flush-lines, how-many):
12374         Don't ignore case if arg has upper case letters.
12376 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
12378         * progmodes/vhdl-mode.el
12379         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12380         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12381         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12382         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12383         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12384         (vhdl-when): Fix indentation problem.
12385         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12386         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12387         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12389 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
12391         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12392         (ls-lisp-insert-directory): Renamed from insert-directory.
12393         (insert-directory): New function.
12395 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
12397         * simple.el (completion-fixup-function): Variable deleted.
12398         (completion-setup-function): Delete code for completion-fixup-function.
12399         * emacs-lisp/lisp.el (lisp-complete-symbol):
12400         Don't bind completion-fixup-function.
12402         * files.el (find-file-wildcards): New option.
12403         (find-file-noselect): Handle wild cards, if enabled.
12404         (file-expand-wildcards): New function.
12406         * simple.el (set-fill-column): Doc fix.
12408 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12410         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12412 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
12414         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12415         Move declaration before first use.
12416         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12417         hif-math, hif-factor): Rename token to hif-token and token-list to
12418         hif-token-list.
12419         (hif-token, hif-token-list): Declare them.
12420         (hif-find-ifdef-block): Return cons of top and bottom point
12421         instead of setting dynamically bound variables.
12422         (hide-ifdef-block, show-ifdef-block): Use return value of
12423         hif-find-ifdef-block.
12425 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12427         * subr.el (read-passwd): Use clear-this-command-keys.
12429         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12431         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12432         and ...-for-write.
12434 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12436         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12437         responses to GROUP command, since this may be called from a timer
12438         with quit inhibited.
12440 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12442         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12443         set unconditional-jump to nil.
12444         (ccl-compile-read-multibyte-character): Return nil.
12445         (ccl-compile-write-multibyte-character): Likewise.
12446         (ccl-compile-translate-character): Likewise
12447         (ccl-compile-map-multiple): Likewise.
12448         (ccl-compile-map-single): Likewise.
12450         * international/kinsoku.el: Add coding tag.
12451         (kinsoku-bol): Remove superfluous TAB in a string.
12453         * international/mule-cmds.el (find-coding-systems-for-charsets):
12454         Delete `composition' (if any) from CHARSETS.
12456 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12458         * international/mule-cmds.el (setup-specified-language-environment):
12459         Add apropos-inhibit property.
12460         (describe-specified-language-support): Likewise.
12462 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12464         * international/mule.el (make-coding-system): Create -with-esc
12465         variant coding system.
12467 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12469         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12470         (next-file): Optionally offer to revert a file's buffer,
12471         if it has an existing buffer but the file has changed.
12473         * info.el (Info-insert-dir): Detect and report problems
12474         in input files, such as "No Top node".  Return with point
12475         at the beginning of the text.
12476         (Info-find-node): Reinsert the code to handle files
12477         with no tags table; it was deleted by mistake.
12479 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12481         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12482         texinfo-find-higher-level-node repeatedly find the same node.
12483         (texinfo-find-higher-level-node): Doc fix.
12485 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12487         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12488         (smtpmail-address-buffer): Add defvar.
12489         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12491         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12493         * ffap.el (ffap-machine-p-local): Fix editing error.
12495 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12497         * faces.el (frame-set-background-mode):
12498         Don't do anythung for text-only or MSDOS frame.
12500 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12502         * international/quail.el (quail-defrule): New optional arg APPEND.
12503         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12505 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12507         * gnus/pop3.el (pop3-open-server):
12508         Set process-coding-system-alist around open-network-stream.
12510 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12512         * files.el (save-buffer): Doc fix.
12514 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12516         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12517         return DEF unchanged, not nil.  Simplify.
12519 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12521         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12523 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12525         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12527         * net-utils.el (ftp, nslookup): Require comint.
12528         (network-service-connection): Likewise.
12529         (whois-server-name): Defaults to whois.arin.net
12530         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12531         (whois): Tries to guess the appropriate top-level domain server.
12532         (whois-get-tld): New function.
12534         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12535         (dirtrack-debug-toggle): Added this function.
12537 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12539         * files.el (find-file-noselect): Switch to the correct buffer
12540         before checking find-file-literally, and allow non-nil non-t
12541         rawfile params.
12543 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12545         * midnight.el (clean-buffer-list): Add autoload cookie.
12547         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12548         no-autosave.
12549         * tar-mode.el (tar-mode-revert): Likewise.
12550         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12551         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12552         * gnus/message.el (message-auto-save-directory): Renamed from
12553         message-autosave-directory.  All references changed.
12555 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12557         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12558         string.  Expose mime stuff while searching.
12560 1998-10-06  Richard Stallman  <rms@gnu.org>
12562         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12564         * replace.el (perform-replace): Position point properly
12565         before and after the recursive edit of C-r.
12567         * progmodes/etags.el (tags-reset-tags-tables): Properly
12568         find the markers in the old rings that are being discarded.
12570 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12572         * apropos.el (apropos-print): Control invalid characters.
12574         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12575         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12576         confusing customize.
12578 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12580         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12581         built-in commands.  Add more built-in commands and fix face names.
12583 1998-10-05  Simon Marshall  <simon@gnu.org>
12585         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12587 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12589         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12590         customization since it is not useful in this case.
12591         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12592         sure it gets evalled to a number.  Also verify that set-frame-name
12593         fn exists before calling it.
12595         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12596         Protect a `forward-sexp' call which could fail, and improved regex
12597         for ie, and eg abbreviations.
12599 1998-10-02  Noah Friedman  <friedman@splode.com>
12601         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12602         send-string.
12603         (rlogin-send-Ctrl-D): Here also.
12604         (rlogin-send-Ctrl-Z): Here also.
12605         (rlogin-send-Ctrl-backslash): Here also.
12607 1998-10-02  Dave Love  <fx@gnu.org>
12609         * outline.el (hide-region-body): Bind
12610         outline-view-change-hook to nil while making repeated calls to
12611         outline-flag-region.  Run it once at the end.
12612         (hide-other, hide-sublevels, show-children): Likewise.
12614         * info-look.el: Remove duplicate scheme-mode entry.
12615         (info-lookup-make-completions): When looking for entries, check
12616         that `item' isn't null or "Menu".
12618 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12620         * net-utils.el: Don't require ffap.
12621         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12622         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12624 1998-09-30  Richard Stallman  <rms@gnu.org>
12626         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12628         * imenu.el (imenu--generic-function): Sort each submenu by position.
12629         (imenu--sort-by-position): New function.
12631         * cus-edit.el (Custom-mode-menu): Fix info node name.
12632         (customize group): Fix info node name.
12634         * mail/mailalias.el (build-mail-aliases): Don't allow
12635         a newline in the alias name.  Don't define an alias
12636         if the definition would be empty.
12638         * which-func.el (which-func-mode-global): Make :set function
12639         more reliable.
12641         * custom.el (custom-set-variables): Load the requests first,
12642         then check the symbol's `set' function.
12644         * ffap.el: Doc fixes.
12646 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12648         * gnus.el: (gnus-valid-select-methods): Fix type.
12649         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12650         * gnus-score.el (gnus-orphan-score): Fix type.
12651         (gnus-score-default-header, gnus-score-default-type): Fix type.
12652         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12653         (gnus-saved-headers): Fix type.
12655         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12656         Avoid nil value of `two-lines-citation-part'.
12658 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12660         * which-func.el (which-function): Handle case when
12661         (car imenu--index-alist) is nil.
12663 1998-09-29  Dave Love  <fx@gnu.org>
12665         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12666         bzip2 args.
12668 1998-09-29  Simon Marshall  <simon@gnu.org>
12670         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12671         comint-exec-hook.
12673 1998-09-29  Stephen Eglen  <stephen@gnu.org>
12675         * info-look.el: Add support for Octave.
12677 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
12679         * textmodes/reftex.el (reftex-finding-files): New customize group.
12680         (reftex-texpath-environment-variables,
12681         reftex-use-external-file-finders, reftex-external-file-finders,
12682         reftex-search-unrecursed-path-first): New options.
12683         (reftex-process-string, reftex-find-file-externally): New
12684         functions.
12685         (reftex-access-search-path): Execute shell commands to find the
12686         search path.
12687         (reftex-toggle-auto-view-crossref): When turning on, make sure
12688         `reftex-auto-view-crossref' becomes non-nil.
12689         (reftex-abbrev-regexp): Constant removed.
12690         (reftex-convert-string): Abbrev regexp calculated locally.
12692 1998-09-28  Dave Love  <fx@gnu.org>
12694         * progmodes/fortran.el: Don't call regexp-opt when deriving
12695         font-lock patterns with keywords that aren't all literal.
12697 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12699         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
12700         the form `octave.bin:1>' which come from using precopiled binary
12701         versions.
12703 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12705         * help.el (help-for-help): Use %THIS-KEY%.
12706         (help-quit): Add doc.
12708         * help-macro.el (make-help-screen): Keep HELP-TEXT
12709         in a separate function definition, not in the help command FNAME.
12710         Replace %THIS-KEY% with the key sequence that ran FNAME.
12712 1998-09-25  Richard Stallman  <rms@gnu.org>
12714         * textmodes/texinfo.el (texinfo-show-structure):
12715         Bind inhibit-read-only.
12717         * isearch.el (isearch-search-and-update): Properly
12718         handle upper case letters in the reverse-search special case.
12720 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12722         * gnus.el: Extend the list of autoloaded functions.
12724         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12725         buffer before creating help group. (from Gnus v5.6.43, fix by
12726         1998-08-20 Per Starback <starback@update.uu.se>)
12728         * gnus-util.el (gnus-output-to-rmail): Adjust to
12729         `rmail-output-to-rmail-file'.
12731 1998-09-25  Karl Heuer  <kwzh@gnu.org>
12733         * hexl.el (hexl-mode-map): More of previous change.
12735         * textmodes/tex-mode.el (tex-run-command): Doc fix.
12736         (tex-start-tex): Don't use tex-start-options-string in star case.
12737         Quote file name in star case as well as in non-star.
12738         Add blank and quoting of option string here.
12739         (tex-start-options-string): Not here.
12741 1998-09-23  Karl Heuer  <kwzh@gnu.org>
12743         * term.el (term-delimiter-argument-list): Doc fix.
12744         (term-emulate-terminal): Escape literal semicolon.
12745         * progmodes/asm-mode.el (asm-mode): Doc fix.
12746         (asm-comment-char): Escape literal semicolon.
12747         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12749 1998-09-23  Richard Stallman  <rms@gnu.org>
12751         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12752         only those that normally modify the buffer.
12754         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12755         over again.
12757 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
12759         * ispell.el (check-ispell-version): Ensure same buffer is current
12760         when let-binding of case-fold-search ends.
12762 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12764         * ps-print.el: Skip invisible overlay.
12765         Test for set-buffer-multibyte rather than using mule-version.
12766         (ps-print-version): New version number (4.1) and doc fix.
12767         (ps-generate-postscript-with-faces): Skip invisible overlay.
12769 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
12771         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12773 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
12775         * international/quail.el (quail-update-guidance): Check for the
12776         return value of (quail-guidance) fixed.
12777         (quail-update-translation): Bind quail-current-str locally when it
12778         calls quail-update-guidance.
12779         (quail-update-translation): If input-method-exit-on-first-char is
12780         non-nil, terminate translation only when the current input method
12781         is simple.
12783 1998-09-22  Paul Eggert  <eggert@twinsun.com>
12785         * startup.el (locale-translation-file-name): Prefer X-related names
12786         to the name used by GNU/Linux sans X.  Set to nil if no file found.
12787         (command-line): Use locale-translation-file-name if it is not nil,
12788         instead of testing for its existence again.
12789         regexp-quote the ctype before using it in a regexp.
12790         Allow a colon to appear after the ctype in the aliases file,
12791         as is done in X11R6.4.
12793 1998-09-21  Richard Stallman  <rms@gnu.org>
12795         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12797         * calendar/appt.el (appt-interval): Variable deleted.
12798         (appt-check): For minutes in between appt-display-interval times,
12799         do check, but don't display anything except an updated mode line.
12800         Count against appt-display-interval based on minutes since
12801         first display of this appointment, not based on time of day.
12802         If appt-display-mode-line, force mode line redisplay
12803         whenever appt-mode-string has changed.
12804         (appt-add, appt-delete): Add autoload cookies.
12805         (appt-check): Catch errors from calling `diary'.
12806         (appt-max-time): Renamed from max-time.
12807         (appt-now-displayed, appt-display-count): New variables.
12808         (appt-timer): Don't create one if we already have one.
12810         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12811         More general code to use the source buffer instead of the zap file.
12813         * hilit-chg.el (highlight-compare-with-file): Renamed from
12814         compare-with-file.
12816         * loadhist.el (load-history-loaded): New variable.
12817         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12819         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12821         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12822         Fix error messages.
12824 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
12826         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12827         Emacs frame.
12829 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12831         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12832         `undecided' and `undecided-unix'.
12834 1998-09-21  Dave Love  <fx@gnu.org>
12836         * help.el (help-make-xrefs): Fix typo affecting Info references.
12838         * subr.el (remove-hook): Check list values to avoid errors.
12840 1998-09-18  Noah Friedman  <friedman@splode.com>
12842         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12843         store string in eldoc-last-message without consing a new string.
12844         Rearrange logic from nested if's into cond's.
12845         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12846         Do not print message; just return string.
12847         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12848         Do not print message; just return string.
12849         Cache that string in eldoc-last-data.
12850         (eldoc-last-data): Make into a vector.
12851         (eldoc-get-fnsym-args-string): Use new data form of structure.
12852         (eldoc-get-var-docstring): Here also.
12853         (eldoc-last-data-store): New function.
12854         (eldoc-get-fnsym-args-string): Use it.
12855         (eldoc-get-var-docstring): Here also.
12856         (eldoc-docstring-first-line): Minimize interim string consing.
12857         Call substitute-command-keys on the result.
12858         (eldoc-print-var-docstrings, eldoc-print-docstring,
12859         eldoc-docstring-message): Functions removed.
12860         (eldoc-docstring-format-sym-doc): New function, functionality
12861         ripped out of eldoc-docstring-message.
12862         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12864 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
12866         * international/mule.el (make-coding-system): Doc-string modified.
12868 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
12870         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12872         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12873         customize type.
12875         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12876         type.
12878         * progmodes/compile.el (compilation-error-screen-columns): New
12879         variable.
12880         (compilation-next-error-locus): Use it to decide whether to use
12881         forward-char or move-to-column.
12883         * mail/rmail.el (rmail-movemail-program): Fix customize type.
12885         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12886         feedmail-fiddle-plex-user-list,
12887         feedmail-spray-address-fiddle-plex-list,
12888         feedmail-prompt-before-queue-user-alist,
12889         feedmail-prompt-before-queue-help-supplement,
12890         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12891         feedmail-queue-alternative-mail-header-separator): Fix customize
12892         type.
12894         * startup.el (site-run-file): Fix customize type.
12896         * speedbar.el (speedbar-initial-expansion-list-name): Fix
12897         customize type.
12899         * shell.el (shell-input-autoexpand): Fix customize type.
12901         * ps-print.el (ps-font-info-database): Add missing dots in value.
12902         Improve layout of customize type.
12904         * net-utils.el (traceroute-program-options, ping-program-options,
12905         ipconfig-program-options, netstat-program-options,
12906         arp-program-options, route-program-options,
12907         nslookup-program-options, ftp-program-options): Fix customize
12908         type.
12910         * midnight.el (clean-buffer-list-kill-regexps,
12911         clean-buffer-list-kill-buffer-names,
12912         clean-buffer-list-kill-never-buffer-names,
12913         clean-buffer-list-kill-never-regexps): Fix customize type.
12915         * man.el (Man-init-defvars): Avoid trailing nil on
12916         Man-filter-list.
12918         * lpr.el (printer-name): Fix customize type.
12920 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
12922         * international/mule-cmds.el (reset-language-environment): Call
12923         update-coding-systems-internal.
12925         * international/mule-conf.el: Call update-coding-systems-internal
12926         at the tail.
12928 1998-09-14  Dave Love  <fx@gnu.org>
12930         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
12931         use the menu-enable properties, pending doing it correctly and
12932         acceptably fast.
12934         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12936 1998-09-13  Dave Love  <d.love@dl.ac.uk>
12938         * progmodes/hideshow.el (hs-grok-mode-type): Check
12939         comment-{start,end} non-nil as well as bound.  Report an error if
12940         we can't grok the mode.
12942 1998-09-13  Richard Stallman  <rms@gnu.org>
12944         * simple.el (blink-matching-open): Don't log paren matching
12945         messages in *Messages*.
12947 1998-09-12  Richard Stallman  <rms@gnu.org>
12949         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12950         Set point-before-scroll at end even if there was an error.
12952         * ange-ftp.el (ange-ftp-insert-file-contents):
12953         Use binary mode for dumb-unix hosts as for unix hosts.
12954         (ange-ftp-copy-file-internal): Likewise.
12956         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12958         * emacs-lisp/pp.el: Doc fixes.
12960         * wid-edit.el (widget-menu-max-shortcuts): New variable.
12961         (widget-choose): Don't use single-char shortcuts if # items
12962         exceeds that many.  Use minibuffer instead.
12964 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12966         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12968 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
12970         * speedbar.el (speedbar-frame-mode): Do not set frame position if
12971         in terminal mode.
12973 1998-09-10  Noah Friedman  <friedman@splode.com>
12975         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12976         defcustom declaration.  It's wreaking too much havoc with XEmacs
12977         and older versions of Emacs, which share this code.
12979         * type-break.el (type-break-mode): Here also.
12981         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12982         `t' to add-hook also to modify the new local value.
12984 1998-09-10  Dave Love  <fx@gnu.org>
12986         * vc.el (vc-insert-headers): Doc fix.
12988 1998-09-10  Richard Stallman  <rms@gnu.org>
12990         * textmodes/flyspell.el (flyspell-mode-on): Make the
12991         ispell-... variables permanent locals.
12992         (flyspell-mode-off): Add autoload cookie.
12994         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12995         do use binary mode, just as for `unix'.
12996         (ange-ftp-host-type): If HOST is nil, return `unix'.
12998         * dired.el (dired-mark-files-containing-regexp):
12999         Don't scan directories.  Ignore non-readable files.
13001         * progmodes/compile.el (compilation-error-regexp-alist):
13002         Fix previous change: allow . and _ in command name.
13004         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13006         * uncompress.el (uncompress-while-visiting):
13007         Use just the car of what find-operation-coding-system returns.
13009         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13011         * shell.el (shell-file-name-quote-list): Add # to the value.
13013 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
13015         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13016         to make killing of ispell process work even if
13017         kill-all-local-variables has been run.
13019 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13021         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13022         loop when sexp entry ends at end of file with no newline.
13024 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13026         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13027         (Custom-reset-standard): Fix menu inconsistency.
13029         * mail/feedmail.el (feedmail-from-line): Allow t.
13030         (feedmail-message-id-suffix): Allow nil.
13032         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13033         Simplify.  Make prefix arg work right.
13035 1998-09-09  Dave Love  <fx@gnu.org>
13037         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13039         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13041 1998-09-08  Dave Love  <fx@gnu.org>
13043         * add-log.el (change-log-font-lock-keywords): Do parenthesized
13044         stuff only after file names or at start of line.  Allow parens
13045         around e-mail, as well as angles.
13047         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13048         ignore-errors too, eval'd when compile.  Require w3 stuff at load
13049         time for nicer failure if it's not available.
13051 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
13053         * comint.el (comint-arguments): Ignore backslashes when using
13054         w32 shells that expect backslashes as the directory separator.
13056 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
13058         * international/fontset.el (resolved-ascii-font): New variable.
13059         (x-complement-fontset-spec): By side effect, set
13060         `resolved-ascii-font' to the resolved name of ASCII font."
13061         (create-fontset-from-fontset-spec): Don't get a value for
13062         resolved-ascii-font from the list full-fontlist.  It is set by
13063         x-complement-fontset-spec now.
13065         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13066         version, check the value of mule-version.
13068 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
13070         * textmodes/reftex.el (reftex-view-crossref): Split up into
13071         several functions.  No longer moves to find a macro.
13072         (reftex-view-cr-cite, reftex-view-cr-ref,
13073         reftex-end-of-bib-entry): New functions.
13074         (reftex-auto-view-crossref): New value `window' allowed.
13075         (reftex-view-crossref-when-idle): Process new `window' option in
13076         (reftex-translate-to-ascii-function): New default.
13077         (reftex-label-illegal-re): Default changed, removed Latin1.
13078         (reftex-latin1-to-ascii): New function.
13079         (reftex-what-environment): Check for section regexp before use.
13080         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13081         absolute path names.
13082         (reftex-TeX-master-file): Changed sequence of file checks.
13083         (reftex-do-citation): bibview cache only with RefTeX mode on.
13085 1998-09-06  Richard Stallman  <rms@gnu.org>
13087         * progmodes/compile.el (compilation-error-regexp-alist):
13088         In first pattern (GNU utilities and other things),
13089         allow a space after the optional program name at the beginning.
13091         * mail/mail-hist.el (mail-hist-current-header-contents):
13092         Fix previous change: use mail-header-end.
13094 1998-09-06  Bill Richter  <richter@math.nwu.edu>
13096         * international/ccl.el: Doc fixes.
13097         * international/encoded-kb.el: Doc fixes.
13098         * international/fontset.el: Doc fixes.
13099         * international/kinsoku.el: Doc fixes.
13100         * international/kkc.el: Doc fixes.
13101         * international/mule-cmds.el: Doc fixes.
13102         * international/mule-conf.el: Doc fixes.
13103         * international/mule-util.el: Doc fixes.
13104         * international/mule.el: Doc fixes.
13106 1998-09-05  Eric Ludlam  <zappo@gnu.org>
13108         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13109         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13110         (checkdoc-this-string-valid-engine): Permit ? as terminating
13111         punctuation for first line sentence breaking.
13112         (checkdoc-this-string-valid): When converting a comment into a doc
13113         string, make sure " chars are \".
13114         (checkdoc-sentencespace-region-engine): Only do double space check
13115         if based on the variable `sentence-end-double-space'
13116         (checkdoc-this-string-valid-engine): ? ends valid sentence.
13117         (checkdoc-proper-noun-region-engine): Exclude items in URLs
13119 1998-09-04  Richard Stallman  <rms@gnu.org>
13121         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13122         Recognize define-skeleton as a function definer.
13124         * cus-edit.el (customize-option): Refuse to customize
13125         a variable that has no defcustom.  But if variable is autoloaded,
13126         first try to load the library that defines it.
13128         * international/iso-insert.el: Use `string' before calling `insert'
13129         so that in multibyte buffers we insert multibyte chars.
13131         * dired.el (dired-mark-files-containing-regexp):
13132         Don't use find-file; instead, insert the file in a temp buffer.
13134         * textmodes/tex-mode.el (tex-start-options-string): New option.
13135         (tex-start-tex): Use that variable.
13137         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13138         value in the `repeat' alternative a list.
13140         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13141         the inserted newline, verify that one was really inserted.
13143         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13144         remains on or remains off.
13145         (flyspell-multi-language-p): Default changed to nil.
13147         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13148         In "found in comment" case, don't beginning-of-line after forward-line.
13150         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13151         If the function definition is not a lambda, return original FORM
13152         with no error.
13154 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
13156         * net-utils.el (netstat-program-options): Changed from nil to "-a"
13157         so that by default netstat shows all network connections.
13159 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
13161         * international/quail.el: Doc fixes.
13163         * info.el (info): Don't add parens if FILE already has them.
13165 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
13167         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13168         on extension lines.
13170 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
13172         * w32-fns.el (w32-shell-dos-semantics): New function.
13174 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
13176         * international/quail.el (quail-choose-completion-string): Store
13177         completion `choice' in `quail-current-str'; don't insert it.
13179 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
13181         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
13182         argument to ps-mule-generate-bitmap-font.
13184         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13185         entry and change Latin-1 entry in the default value.
13186         (ps-mule-font-info-database-ps-bdf): New variable.
13187         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13188         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13189         registerd in FONT-SPEC.
13190         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13191         charcter width of bitmap fonts.
13192         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13193         procedure NF.
13194         (ps-begin-file): Output PostScript code for setting
13195         SpaceWidthRatio.
13196         (ps-plot-region): Use line-beginning-position to get a position of
13197         the beginning of the current line.
13199         * international/mule-cmds.el (register-input-method): Doc-string
13200         modified.
13202 1998-09-01  Dave Love  <fx@gnu.org>
13204         * international/mule-cmds.el (current-language-environment): Fix
13205         setter function.
13207 1998-09-01  Simon Marshall  <simon@gnu.org>
13209         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13210         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13211         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13212         names with font-lock-type-face.  Fontify type specs, etc., with
13213         font-lock-keyword-face.
13215 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13217         * international/fontset.el (x-complement-fontset-spec): If ASCII
13218         font is specified in FONTLIST, don't substitute it for the
13219         resolved name.
13221 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13223         * international/mule.el (charset-description): Doc fix.
13225         * language/chinese.el, language/cyrillic.el, language/czech.el,
13226         language/devanagari.el, language/ethiopic.el,
13227         language/european.el, language/hebrew.el, language/indian.el,
13228         language/japanese.el, language/korean.el, language/lao.el,
13229         language/slovak.el, language/thai.el, language/tibetan.el,
13230         language/vietnamese.el:
13231         Add coding: local variable, to avoid bootstrapping problem
13232         if you need to recompile all the Lisp files using interpreted code.
13234 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13236         * cal-china.el (chinese-year-cache): Change range of years from
13237         1989-2000 to 1990-2010.
13239 1998-08-29  Dave Love  <d.love@dl.ac.uk>
13241         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13242         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13244 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13246         * ps-print.el (ps-print-control-characters): Doc-string modified.
13247         (ps-output-string-prim): Comment format changed.
13248         (ps-do-despool): Indentation of source code changed.
13250 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
13252         * subr.el (sref): Make it an alias of aref.  Make the
13253         byte-compiler warn that it is obsolete.
13254         (char-bytes): Make the byte-compiler warn that it is obsolete.
13256         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13257         Calculate the total bytes using position-bytes instead of
13258         char-bytes.
13260 1998-08-27  Karl Heuer  <kwzh@gnu.org>
13262         * snmp-mode.el: New file.
13263         * files.el (auto-mode-alist): Add snmp-mode patterns.
13265 1998-08-27  Karl Eichwalder  <ke@suse.de>
13267         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13269 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13271         * calendar/diary-lib.el (diary-block): Doc fix..
13272         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13274 1998-08-27  Richard Stallman  <rms@gnu.org>
13276         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13277         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13278         Clear appt-mode-string if we don't put something in it.
13280 1998-08-27  Dave Love  <fx@gnu.org>
13282         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13283         dired-local-variables-file for dired-x.
13285         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13286         for compressed library files too.
13288 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
13290         * language/european.el ("Latin-1"): Modify `documentation' key value.
13291         ("Latin-2"): Likewise.
13293 1998-08-26  Karl Heuer  <kwzh@gnu.org>
13295         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13297 1998-08-26  Albert L. Ting  <alt@artisan.com>
13299         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13300         (mail-hist-current-header-contents): Use mail-text-start.
13302 1998-08-26  Richard Stallman  <rms@gnu.org>
13304         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13305         (customize-changed-options-previous-release): New variable.
13306         (customize-changed-options): Use that variable as default arg.
13308 1998-08-26  Karl Eichwalder  <ke@suse.de>
13310         * midnight.el: Require `timer' not only when compiling.
13312 1998-08-26  Per Starback  <starback@update.uu.se>
13314         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13315         buffer before creating help group.
13317 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13319         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13320         coding-system-for-write before saving.
13322 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
13324         * isearch.el (isearch-forward): Doc fix.
13326 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
13328         * emacs-lisp/find-func.el: Fix :version tags to have a string
13329         value, not a float.
13331         * cus-dep.el: Fix typo in output.
13333 1998-08-25  Dave Love  <fx@gnu.org>
13335         * repeat.el (repeat): Doc fix.
13336         [From rms:]
13337         (repeat-previous-repeated-command): New variable.
13338         (repeat): Check for real-last-command being null or repeat.  Set
13339         repeat-previous-repeated-command.
13341         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13343 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
13345         * gnus/message.el (message-send-mail-with-sendmail): Bind
13346         coding-system-for-write by the return value of
13347         select-message-coding-system.
13348         (message-send-mail-with-qmail): Likewise.
13350 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
13352         * emacs-lisp/autoload.el: Fix doc-string-elt property on
13353         define-derived-mode.
13355         * files.el (file-name-invalid-regexp):
13356         Fix regex for ms-dos without long file names.
13358 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13360         * ps-print.el: Multi-byte buffer handling.
13361         (ps-print-version): New version number (4.0) and doc fix.
13362         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13363         compilation for GNU Emacs and emacsens.
13364         (ps-generate-postscript-with-faces): Force invisible text to be
13365         visible.
13366         (dos-ps-printer): New var to avoid compilation gripes.
13368 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13370         * ps-print.el (ps-mule-plot-string): Pay attention to the case
13371         that no more characters can't be printed in the current line.
13373 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13375         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13376         greater than TO.
13378 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13380         * ps-print.el: Add codes to make ps-print.el work also on Emacs
13381         20.2 and the earlier version.
13382         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13383         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13384         (ps-mule-find-wrappoint): Likewise.
13385         (ps-mule-generate-font): Change `X' to `x' in format
13386         control-string.
13387         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13388         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13389         `restore' form procedures `BC' and `EC'.
13391 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13393         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13394         is an executable procedure.  Make LineThickness, Xshadow, and
13395         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
13396         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13397         ps-mule-font-info-database-bdf): New vars.
13398         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13399         (ccl-encode-ethio-unicode): New CCL program.
13400         (ps-mule-encode-ethiopic): New fun.
13401         (ps-mule-current-charset): New var.
13402         (ps-mule-get-font-spec, ps-mule-font-spec-src,
13403         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13404         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13405         (ps-mule-external-libraries): New var.
13406         (ps-mule-init-external-library): New fun.
13407         (ps-mule-font-cache): New var.
13408         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13409         (ps-last-font): New var.
13410         (ps-mule-prepare-font): New fun.
13411         (ps-mule-charset-list): New var.
13412         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13413         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13414         ps-mule-plot-string): New funs.
13415         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13416         New vars.
13417         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13418         ps-mule-prepare-cmpchar-font): New funs.
13419         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13420         vars.
13421         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13422         ps-mule-generate-bitmap-glyph): New funs.
13423         (ps-mule-initialize, ps-mule-begin): New funs.
13424         (ps-output-string-prim): Insert string as unibyte.
13425         (ps-output-prologue): New fun.
13426         (ps-flush-output): Handle the case of 'prologue.
13427         (ps-begin-file): Call ps-mule-initialize.
13428         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13429         printing multibyte characters.
13430         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13431         (ps-basic-plot-string): Handle the case of printing ASCII
13432         characters by external libraries (e.g. BDF).
13433         (ps-set-font): Set ps-last-font.
13434         (ps-plot-region): Handle multibyte characters, use
13435         ps-mule-plot-string for them.
13436         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13438         * bdf.el: New file.
13440 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13442         * international/mule-cmds.el (select-message-coding-system): New
13443         function.
13444         (set-language-environment-coding-systems): Set
13445         default-sendmail-coding-system.
13447         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13448         (default-sendmail-coding-system): New variable.
13449         (sendmail-send-it): Encode the message by a coding system
13450         select-message-coding-system returns.
13452 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13454         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13455         (speedbar-mode): Set buffer to read only.
13456         (speedbar-temp-buffer-show-function): For emacs don't call hook
13457         with arguments.
13458         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13460 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13462         * speedbar.el (speedbar-key-map): Fix typo.
13464 See ChangeLog.7 for earlier changes.