(remove-hook): Don't turn the hook's value into a list.
[emacs.git] / lisp / ChangeLog
blob159a64ed380aee19fa0be332d87e1faa6601e734
1 2000-05-21  Stefan Monnier  <monnier@cs.yale.edu>
3         * subr.el (remove-hook): Don't turn the hook's value into a list.
5 2000-05-21  Dave Love  <fx@gnu.org>
7         * edmacro.el (edmacro-parse-keys): Return vector if any elements
8         are invalid characters.
10         * international/mule-util.el (detect-coding-with-priority): Use
11         mapc.  Remove redundant lambda.
13         * international/mule-diag.el (list-non-iso-charset-chars)
14         (describe-fontset): Remove redundant lambda.
16         * emulation/crisp.el (brief-mode): New alias.
18         * emacs-lisp/ring.el (ring-elements): New function.
20         * emacs-lisp/easymenu.el (easy-menu-create-menu)
21         (easy-menu-do-add-item): Use keywordp.
23         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
25         * replace.el: Doc and error message fixes.
26         (replace-highlight): Use facep, not internal-find-face.
28 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
30         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
32         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
33         (log-edit-insert-changelog): Drop `:' as well.
35         * log-view.el: Fix file description.
36         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
37         available.
38         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
39         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
41         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
42         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
43         Print a status message if the toggle is called interactively.
44         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
45         for global minor modes and use `defcustom' for them.
46         Use add-minor-mode.
47         (easy-mmode-define-derived-mode): Remove.
48         (define-derived-mode): Fancier default docstring.
49         (easy-mmode-define-navigation): Signal an error rather than (ding).
51         * newcomment.el (comment-styles): New `box-multi'.
52         (comment-normalize-vars): Better default for comment-continue to
53         avoid whitespace-only continuations.
54         (comment-search-forward): Always move even in the no-syntax case.
55         (comment-padright): Only obey N if it's only obeyed for padleft.
56         (comment-make-extra-lines): Better handling of empty continuations.
57         Use `=' for the filler if comment-start has only one character.
58         (uncomment-region): Try handling the special `=' filler.
59         (comment-region): Allow LINES even if MULTI is nil.
60         (comment-box): Choose box style based on comment-style.
62 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
64         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
65         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
67 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
69         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
70         and insert, not subst-char-in-region.
72         * international/mule-diag.el (list-character-sets-1): Handle
73         charsets eight-bit-control and eight-bit-graphic.
74         (list-iso-charset-chars): Likewise.
75         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
76         charactes as is.  Use indent-to to align characters.
78         * international/mule-cmds.el (find-multibyte-characters): Never
79         exclude charsets eight-bit-control and eight-bit-graphic.
81 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
83         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
84         Don't quote lambdas.
86         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
88 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
90         * gud.el (gud-jdb-directories): Doc fix.
92 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
94         * newcomment.el: New file.
96 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
98         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
100 2000-05-18  Andreas Schwab  <schwab@suse.de>
102         * dired.el (dired-between-files): Also skip lines beginning with
103         `used'.
105 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
107         * msb.el (msb-menu-cond): Add choice `user'.
109 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
110         
111         * ps-print.el: Compatibility, customization and doc fix.
112         (ps-printer-name-option): Replace defconst by defvar.
113         (ps-postscript-code-directory): XEmacs compatibility.
114         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
115         fix.
116         (ps-user-defined-prologue, ps-print-prologue-header)
117         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
118         compatibility and code fix.
119         (ps-print-background-image, ps-print-background-text):
120         Customization fix.
121         (ps-line-number-start, ps-n-up-on): New vars.
123 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
125         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
126         the indent-comment function to just return the appropriate indent.
128 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
130         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
131         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
132         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
134 2000-05-18  Dave Love  <fx@gnu.org>
136         * info.el (Info-fontify-node): Add intangible property as well as
137         invisible.
139         * calendar/appt.el (appt-make-list): Match all lines of entry.
140         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
142 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
144         * international/mule-diag.el (describe-char-after): Call
145         internal-char-font, not char-font.  If internal-char-font returns
146         nil, display "-- none --".
148 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
150         * image.el (image-type-available-p): Don't reference image-types
151         if it isn't bound.
153 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
155         * autoarg.el (autoarg-mode): Typo in the :set argument.
157 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
159         * startup.el (command-line-1): Don't signal an error if the
160         directory for auto-save-list files does not yet exist.
162 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
164         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
166 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
168         * subr.el (remove-hook): `setq' hook-value, not `set'.
170 2000-05-16  Sam Steingold  <sds@gnu.org>
172         * info.el (debug-ignored-errors): More errors to ignore.
174 2000-05-16  Dave Love  <fx@gnu.org>
176         * cus-edit.el: Don't require cl or easymenu.
177         (custom-variable-prompt): Test standard-value property, not
178         user-variable-p.
180 2000-05-16  Sam Steingold  <sds@gnu.org>
182         * subr.el (add-hook): `setq' hook-value, not `set'.
184 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
186         * startup.el (command-line-1): Mention the FAQ in the startup
187         message.
189         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
191         * progmodes/compile.el (compilation-parse-errors): Collect
192         `nomessage' regexps last.
194         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
196         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
197         to the function name.
199 2000-05-15  Dave Love  <fx@gnu.org>
201         * speedbar.el (speedbar-recenter): Typo.
202         (speedbar-expand-line): Make arg optional.
203         (speedbar-mode): Avoid a compiler warning.
205 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
207         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
208         user-specified option string is empty.
210         * mouse.el (mouse-yank-at-click): Doc fix.
212 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
214         * term/internal.el (IT-character-translations): More updates of
215         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
216         documents.
218 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
220         * env.el (getenv): New function, interactively callable.
221         (setenv, getenv): Remove autoload cookies.
223         * loadup.el: Load `env'.
225         * progmodes/f90.el: Change author's mail address.
227 2000-05-14  Dave Love  <fx@gnu.org>
229         * mail/rmail.el (rmail-show-message-hook): Customize and offer
230         goto-addr as an option.
232         * help.el (help-xref-stack): Doc fix.
233         (help-xref-following): New variable.
234         (help-make-xrefs): Use it.
235         (help-xref-go-back): Use position information from stack element.
236         (help-follow): Make position in stack element a pair.  Use
237         help-xref-following.
239         * autoarg.el: New file.
241         * faces.el: Declare more functions obsolete.
243         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
244         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
245         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
246         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
247         Remove all the setup-...-environment functions.
249 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
251         * speedbar.el: Updated the commentary section.  xemacs20p now uses
252         >= when detecting.  Require `defimage' safely.
253         (speedbar-easymenu-definition-base): Add toggle for images.
254         (speedbar-easymenu-definition-special): Add flush cache & expand.
255         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
256         (speedbar-reconfigure-keymaps-hook): New variable.
257         (speedbar-frame-parameters): Updated documentation.
258         (speedbar-use-imenu-flag): Updated custom tag
259         (speedbar-dynamic-tags-function-list): New variable.
260         (speedbar-tag-hierarchy-method): Updated doc & custom.
261         (speedbar-indentation-width, speedbar-indentation-width) New
262         variables.
263         (speedbar-hide-button-brackets-flag): Customizable.
264         (speedbar-vc-indicator): Doc update.
265         (speedbar-ignored-path-expressions): Updated default value.
266         (speedbar-supported-extension-expressions): Updated default value.
267         (speedbar-syntax-table): Remove {} paren status.
268         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
269         as "+".  Added overlay aliases.
270         (speedbar-mode): Use `speedbar-mode-line-update' instead of
271         `force-mode-line-update'.
272         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
273         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
274         `mouse-set-point'
275         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
276         (speedbar-item-info-tag-helper): Revamped to handle a wider range
277         of arbitrary text, and new helper functions.
278         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
279         filename finder.
280         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
281         (speedbar-directory-buttons): Update path search/expansion.
282         (speedbar-make-tag-line): Pay attention to
283         `speedbar-indentation-width'.  Use more care w/ invisible
284         properties.
285         (speedbar-change-expand-button-char): Call
286         `speedbar-insert-image-button-maybe'.
287         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
288         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
289         (speedbar-trim-words-tag-hierarchy)
290         (speedbar-simple-group-tag-hierarchy): New functions
291         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
292         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
293         functions.
294         (speedbar-mouse-set-point): New function
295         (speedbar-power-click): Updated documentation.
296         (speedbar-line-token, speedbar-goto-this-file): Handle more types
297         of tag prefix text.
298         (speedbar-expand-line, speedbar-contract-line): Make more robust
299         to strange text.
300         (speedbar-expand-line): Takes universal argument to flush the
301         cache.
302         (speedbar-flush-expand-line): New function.
303         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
304         Use new generator insertion method.
305         (speedbar-fetch-dynamic-tags): New function.
306         (speedbar-fetch-dynamic-imenu): Removed code now handled in
307         `speedbar-fetch-dynamic-imenu'.
308         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
309         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
310         "Revert Buffer" menu items.
311         (speedbar-buffer-buttons-engine): Be smarter when creating a
312         filename tag (for expansion purposes.).
313         (speedbar-highlight-one-tag-line,
314         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
315         (speedbar-recenter): New functions.
316         (defimage-speedbar): Image loading abstraction.
317         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
318         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
319         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
320         (speedbar-tag-type, speedbar-tag-mail): New images.
321         (speedbar-expand-image-button-alist): New variable.
322         (speedbar-insert-image-button-maybe): Insert an image over some
323         buttons.
325 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
327         * international/mule-cmds.el (encode-coding-char): An ASCII
328         character is always encodable.
330         * international/mule-conf.el: Add more information in descriptions
331         of character sets.
333         * international/mule-diag.el (describe-char-after): New function.
334         (describe-font-internal): Adjusted for the change of font-info.
335         (describe-font): Likewise.
336         (print-fontset): Rewritten for the new fontset implementation.
337         (describe-fontset): Include fontset alias names in completion.
338         (list-fontsets): Adjusted for the change of print-fontset.
340         * simple.el (what-cursor-position): If DETAIL is non-nil, call
341         describe-char-after instead of displaying the detail in the echo
342         area.
343         (syntax-code-table): Format changed.
344         (string-to-syntax): Adjusted for the above change.
345         
346 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
348         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
350 2000-05-12  Dave Love  <fx@gnu.org>
352         * calendar/todo-mode.el: Remove some compatibility stuff and CL
353         dependence.  Use line-{beginning,end}-position, not
354         point-at{b,e}ol.  Some doc fixes.
355         (todo-position): New function.  Fix callers of position to use it.
356         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
358 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
360         * time.el (display-time-mail-icon): Use `:ascent center'.
362         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
363         handling FTP security extensions.
365 2000-05-11  Dave Love  <fx@gnu.org>
367         * calendar/todo-mode.el: New file.
369 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
371         * comint.el (comint-read-input-ring): Move reference to
372         comint-input-ring-size outside of the save-excursion.  It was
373         causing the default value to be the only one ever seen.
375         * font-lock.el: Update copyright.  Remove Simon Marshall's email
376         address on request from him.
378         * subr.el (substitute-key-definition): Add comment describing
379         the meaning of PREFIX.
381 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
383         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
385         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
386         (add-minor-mode): Don't make the variable buffer-local and add a
387         reference to define-minor-mode in the docstring.
389         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
390         HEADER/FOOTER and fix bug with trailing empty directory.
391         (cvs-append-to-ignore): Use vc-editable-p if available.
392         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
393         (vc-do-command): Tweak advice to handle the new VC.
395         * log-view.el (log-view-goto-rev): New function for the new VC.
396         (log-view-minor-wrap): Use mark-active.
398         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
399         (log-edit-changelog-full-paragraphs): New var.
400         (log-edit-insert-changelog): Remove a lonely leading `* file'.
401         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
402         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
403         (log-edit-changelog-ours-p, log-edit-changelog-entries)
404         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
405         Replace the `cvs' prefix with `log-edit'.
407         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
409         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
410         (diff-font-lock-defaults): Explicitly turn off multiline.
411         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
412         (diff-ediff-patch): Fix call to ediff-patch-file.
413         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
414         Handle comments.
416         * frame.el (automatic-hscrolling): Typo.
418         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
420 2000-05-09  Sam Steingold  <sds@goems.com>
422         * apropos.el (apropos-print): use `describe-face' instead of
423         `customize-face-other-window'.
425 2000-05-09  Dave Love  <fx@gnu.org>
427         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
429         * help.el (describe-variable): Have customize button pop the
430         help-xref stack when invoked.
431         (help-xref-symbol-regexp): Add `face'.
432         (help-make-xrefs): Check for quoted face names and adapt regexp
433         submatch numbers to cope.
434         (help-xref-interned): Maybe insert face doc too.  Separate
435         sections with a line of hyphens.
437         * faces.el:  Some doc fixes.  Declare some functions obsolete.
438         (describe-face): Add customize button.  Return the help
439         text.  Fix prompt.
441 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
443         * term/internal.el (IT-character-translations): Fix last change.
445 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
447         * woman.el: New file
448         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
450 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
452         * term/internal.el (IT-character-translations): Update ASCII
453         simulations for greek-iso8859-7, add latin-iso8859-14 and
454         latin-iso8859-15.
456         * international/mule-cmds.el (set-language-info-alist): Call
457         define-prefix-command with 3 arguments, to make the map suitable
458         for a menu.
460 2000-05-07  Dave Love  <fx@gnu.org>
462         * time.el: Small doc fixes from Pavel Janic.
464 2000-05-05  Dave Love  <fx@gnu.org>
466         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
467         list in doc string.  Don't quote keyword symbols.
468         * emacs-lisp/cl.el: Likewise
469         * emacs-lisp/cl-seq.el: Likewise
471 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
473         * abbrev.el (abbrev-mode): Make ARG optional.
475 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
477         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
479         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
481         * subr.el (substitute-key-definition): Clarify documentation.
483 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
485         * glasses.el (glasses-convert-to-unreadable): Use
486         `glasses-separator' instead of the hard-wired "_".
487         (glasses-mode): Call `glasses-make-unreadable' only in a single
488         place.
490 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
492         * term/internal.el (cjk-codepages-alist): Add associations for
493         Chinese and Korean codepages.  Remove FIXME comment.
495 2000-05-03  Dave Love  <fx@gnu.org>
497         * time.el (display-time-mail-face, display-time-use-mail-icon):
498         New option.
499         (display-time-mail-icon): New variable.
500         (display-time-string-forms): Use the above.  Fix the local-map.
502 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
504         * replace.el (query-replace-map): Add binding for `E'.
505         (query-replace-help): Extend help text.
506         (perform-replace): Allow editing the replacement string.
508         * make-mode.el (makefile-mode-abbrev-table): New variable.
509         (makefile-mode): Set local abbrev table to
510         makefile-mode-abbrev-table.
511         (makefile-font-lock-keywords): Fontify includes and conditionals.
513         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
514         set TOGGLE's value.
516         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
517         mail-interactive-insert-alias.
518         (mail-abbrev-complete-alias): New command.
519         (mail-mode-map): Bind it to `M-TAB'.
521 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
523         * language/lao-util.el (lao-compose-region): New function.
525 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
527         * files.el (recover-session): Make directories as necessary
528         if they don't exist yet.
530         * calendar/cal-french.el
531         (french-calendar-multibyte-special-days-array)
532         (french-calendar-special-days-array): Change French text.
533         (calendar-french-date-string): Change output.
534         (calendar-goto-french-date): Likewise.
536 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
538         * wid-edit.el (widget-default-active): Obey `:always-active'.
539         (widget-documentation-string-value-create): Set `:always-active'.
541 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
543         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
544         default prefix to `~/_emacs.d/auto-save.list/_s'.
545         (normal-top-level): Create the directory for auto-save files, if
546         it doesn't already exist (in the ms-dos case only).
548 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
550         * international/mule-cmds.el (set-language-environment): Don't
551         concat an integer (dos-codepage), use format instead.
553 2000-05-02  Dave Love  <fx@gnu.org>
555         * help.el (help-xref-on-pp): Check for constant symbols.
557 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
559         * startup.el (normal-top-level): Put a condition-case around
560         the code loading subdirs.el.
562 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
564         * ps-print.el: Upside-down and face background color printing,
565         line number step, doc fix.
566         (ps-print-version): New version number (5.2).
567         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
568         (ps-face-attribute-list, ps-plot-with-face): Code fix.
569         (ps-spool-config): Var fix.
570         (ps-printer-name-option): Const fix.
571         (ps-print-upside-down, ps-use-face-background)
572         (ps-line-number-step): New vars.
573         (ps-window-system, ps-lp-system): New consts.
574         (ps-face-background): New fun.
576 2000-04-28  Richard Stallman  <rms@gnu.org>
578         * files.el (make-auto-save-file-name):
579         Apply auto-save-file-name-transforms to visited file name
580         before generating auto save file name.
581         (auto-save-file-name-transforms): New variable.
583         * files.el (backup-enable-predicate):
584         Correctly test for a file under a temporary directory.
586 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
588         * subr.el (add-minor-mode): Rewritten.
590 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
592         * mail/sendmail.el (sendmail-send-it): Set
593         buffer-file-coding-system to the selected coding system for MIME
594         header.
596 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
598         * dired.el (dired-move-to-filename-regexp): Allow format where
599         YYYY is followed by two spaces.
601         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
602         in the second character class of the regexp.
604         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
605         mh-etc, too.
607         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
608         nil.
610         * subr.el (add-minor-mode): Use `set' instead of `setq'.
612         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
613         argument.
615 2000-04-27  Sen Nagata <sen@eccosys.com>
617         * emacs-lisp/crm.el (crm-completion-table): New variable.
618         (crm-collection-fn, crm-test-completion)
619         (completing-read-multiple): Use it.
621 2000-04-27  Dave Love  <fx@gnu.org>
623         * help.el (locate-library): Use mapc.
624         (help-manyarg-func-alist): Add call-process-region.
626 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
628         * subr.el (add-minor-mode): Make argument MAP optional.
630         * desktop.el (desktop-save): Save list of minor modes.
631         (desktop-create-buffer): Restore minor modes.
632         (desktop-minor-mode-table): New user-option.
634         * subr.el (add-minor-mode): New function.
636         * image.el (find-image): New function.
637         (defimage): Rewritten to find image at load time.
639         * startup.el (normal-top-level-add-to-load-path): Handle
640         case that the default directory is not in load-path.
642         * help.el: Old patch from Stefan Monnier.
643         (help-xref-on-pp): New function.
644         (describe-variable): Use it to display xrefs in a symbol's value.
646 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
648         * cus-edit.el (custom-face): Fix parenthesis.
650 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
652         * mail/rmail.el (rmail-expunge): When there are no deleted
653         messages, do nothing.
655 2000-04-26  Dave Love  <fx@gnu.org>
657         * international/mule-cmds.el (locale-translation-file-name):
658         Defvar to nil.
659         (set-locale-environment): Set it here (at runtime).
661 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
663         * replace.el (perform-replace): Add parameters START and END.  Use
664         them instead of the check for a region in Transient Mark mode.
665         (query-replace-read-args): Return two more list elements for the
666         start and end of the region in Transient Mark mode.
667         (query-replace, query-replace-regexp, query-replace-regexp-eval)
668         (map-query-replace-regexp, replace-string, replace-regexp): Add
669         optional last arguments START and END and pass them to
670         perform-replace.
672         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
673         form with additional arguments for perform-replace.
675         * progmodes/etags.el (tags-query-replace): Add parameters START
676         and END.  Construct a form with additional arguments for
677         perform-replace.
679         * simple.el (shell-command): Set default directory for "*Shell
680         Command Output" buffer.
682         * language/european.el (iso-latin-4): Fix typo.
684         * emacs-lisp/crm.el: New file.
686 2000-04-24  Dave Love  <fx@gnu.org>
688         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
689         (Custom-reset-saved, Custom-reset-standard)
690         (custom-group-value-create, custom-group-set, custom-group-save)
691         (custom-group-reset-current, custom-group-reset-saved)
692         (custom-group-reset-standard): Use mapc.
693         (custom-buffer-create-internal): Disable undo when creating items.
694         Use mapc.
695         (custom-face): Avoid redundant lambda.
697 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
699         * startup.el (auto-save-list-file-prefix): Set default to
700         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
702 2000-04-24  Sam Steingold  <sds@gnu.org>
704         * time-stamp.el (time-stamp-string-preprocess): Always convert
705         `field-result' to a string.
707 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
709         * frame.el (scrolling): New group.
710         (automatic-hscrolling): New user-option.
712         * startup.el (command-line-x-option-alist): Add `-lsp' and
713         `--line-spacing'.
715 2000-04-19  Dave Love  <fx@gnu.org>
717         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
718         (cl-mapc): Rename from mapc.  Fix the funcall.
720 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
722         * simple.el (clone-indirect-buffer-other-window): New command.
723         (clone-indirect-buffer): Add optional arg NORECROD.
724         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
726         * help.el (resize-temp-buffer-window): Use count-screen-lines.
728         * window.el (count-screen-lines): New function.
729         (shrink-window-if-larger-than-buffer): Use count-screen-lines
730         instead of window-buffer-height.
732         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
733         non-existing variable comint-input-sentinel.
734         (inferior-lisp-args-to-list): Removed.
735         (inferior-lisp): Use split-string instead of
736         inferior-lisp-args-to-list.
738         * hexl.el (hexl-insert-hex-string): New command.
740         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
741         instead of concat.
743 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
745         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
746         at the start of an existing but empty folder.
748 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
750         * ps-mule.el: Customization fix, doc fix.
751         (ps-multibyte-buffer): Customization fix.
753 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
755         * subr.el (read-passwd): Use read-char-exclusive.
757 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
759         * textmodes/texinfo.el (texinfo-insert-@email)
760         (texinfo-insert-@emph, texinfo-insert-@quotation)
761         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
762         (texinfo-mode-map): Add key bindings for them.
764         * files.el (basic-save-buffer-2): Use a template with `$'
765         instead of `#' for VMS.
767         * simple.el (clone-indirect-buffer): New function.
769 2000-04-16  Stephen Eglen  <stephen@gnu.org>
771         * iswitchb.el (iswitchb-case): New function.  If the user input
772         contains any upper-case characters, the search is made
773         case-sensitive.
775 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
777         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
778         comment-end.
779         (texinfo-font-lock-syntactic-keywords): New var.
780         (texinfo-font-lock-keywords): Remove comment regexp.
781         (texinfo-insert-block): New function.
782         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
783         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
784         and font-lock-defaults.  Use regexp-opt for outline-regexp.
785         (texinfo-environments): New var.
786         (texinfo-environment-regexp): Use regexp-opt and
787         texinfo-environments.
789         * textmodes/ispell.el (ispell-menu-map-needed): Check that
790         ispell-process is bound since this might be eval'd before ispell
791         is loaded.
792         (ispell-message): Use a tiny bit less magic and a bit more hard
793         data to figure out what kind of sc-cite-regexp to use.
795         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
797         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
798         (insert-cyclic-diary-entry): Unquote the lambda.
800         * gud.el (gud-jdb-build-source-files-list): Fix typo.
802         * files.el (backup-enable-predicate): Unquote the lambda.
804         * cus-edit.el (custom-face, face): Unquote the lambda.
806 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
808         * ps-print.el: Check for line-beginning-position definition.
810         * ps-print.el: Fix counting lines in a region.
811         (ps-print-version): New version number (5.1.5).
812         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
813         (ps-printing-region): Fun code fix.
815 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
817         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
818         to file-directory-p.
820 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
822         * gud.el (gud-jdb-build-source-files-list): Check that directory
823         exists before calling directory-files.
825 2000-04-13  Dave Love  <fx@gnu.org>
827         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
828         syntax.
830         * emacs-lisp/cl-specs.el: Remove when, unless.
832         * emacs-lisp/cl-extra.el: Don't quote keywords.
833         (cl-old-mapc): New variable.
834         (mapc): Use it.
835         (cl-map-intervals): Use with-current-buffer.  Don't check for
836         next-property-change.
837         (cl-map-overlays): Use with-current-buffer.
838         (cl-expt): Remove.
839         (copy-tree, remprop): Define unconditionally.
841         * emacs-lisp/cl-compat.el (keywordp): Remove.
843         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
844         to use keywordp.
845         (edebug-spec): Enable keywordp.
847         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
848         string-lessp.
850         * cus-start.el: Use keywordp.
852 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
854         * diary-lib.el (include-other-diary-files): Fix the fix of
855         2000-02-18 by doing a save-excursion.
857 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
859         * ps-print.el: Customization fix, doc fix.
860         (ps-print-version): New version number (5.1.4).
861         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
862         (ps-print-preprint): Adjust code.
863         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
864         (ps-print-prologue-header, ps-print-control-characters)
865         (ps-spool-config): Customization fix.
867 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
869         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
870         converted to the new menu-item format, names silightly changed,
871         help strings added.
873         Support for spelling without async subprocesses:
875         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
876         (ispell-session-buffer): New variables.
877         (ispell-start-process, ispell-process-status,
878         ispell-accept-output, ispell-send-string): New functions, for
879         Ispell invocation when async subprocesses aren't supported.
880         (ispell-word, ispell-pdict-save, ispell-command-loop,
881         ispell-process-line, ispell-buffer-local-parsing): Replace calls
882         to process-send-string with calls to ispell-send-string, and
883         accept-process-output with ispell-accept-output.
884         (ispell-init-process): Call ispell-process-status instead of
885         process-status with.
886         (ispell-init-process): Call ispell-start-process.  Call
887         ispell-accept-output and ispell-send-string.  Don't call
888         process-kill-without-query and kill-process if they are unbound.
889         (ispell-async-processp): New function.
891 2000-04-12  Dave Love  <fx@gnu.org>
893         * info.el: Add debug-ignored-errors.
894         (Info-mode-menu): Add some items.
895         (Info-directory): Add autoload cookie.
897         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
898         Modify `truncate-lines'.  Make `describe-language-environment'
899         always visible and add help.  Modify `describe-key' help.  Invoke
900         Info-directory from `info'.  New entry `emacs-manual'.
902 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
904         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
905         propertized-buffer-identification.
906         (ebrowse-update-member-buffer-mode-line): Likewise.
907         (ebrowse--mode-strings): Removed.
908         (ebrowse--mode-line-props): Removed.
910         * files.el (auto-mode-alist): Add `EBROWSE'.
912         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
913         space before testing for end of buffer.
914         (ebrowse-load): Removed.
915         (ebrowse-revert-tree-buffer-from-file): Rewritten.
916         (ebrowse-create-tree-buffer): Rewritten.
917         (ebrowse-tree-mode): Read tree from buffer.
919         * progmodes/ebrowse-ffh.el: Removed.
921 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
923         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
925 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
927         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
928         at the wrong place.
930 2000-04-09  Dave Love  <fx@gnu.org>
932         * files.el (backup-enable-predicate): Use
933         temporary-file-directory, small-temporary-file-directory.
934         (make-backup-file-name-function, backup-directory-alist): New
935         variables.
936         (make-backup-file-name-1): New function.
937         (make-backup-file-name): Use it.
938         (find-backup-file-name): Likewise.  Use format for clarity, not
939         concat.
940         (file-newest-backup): Use make-backup-file-name.
942 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
944         * progmodes/ebrowse-ffh.el: New file.
946         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
947         to ebrowse-ffh.el.
948         (ebrowse-load): Add autoload.
950         * finder.el (finder-commentary): Add autoload cookie.
952         * mail/rfc2368.el: Correct author's email address.
954         * progmodes/ebrowse.el: New file.
956         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
957         item help string.
958         (easy-menu-do-add-item): Ditto.
959         (easy-menu-define): Extend doc string.
961         * jit-lock.el (with-buffer-unmodified): Use
962         restore-buffer-modified-p.
963         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
964         (jit-lock-function, jit-lock-stealth-fontify): Don't use
965         with-buffer-unmodified.
967 2000-04-08  Dave Love  <fx@gnu.org>
969         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
970         unless, when.
972 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
974         * viper-util.el (viper-put-on-search-overlay): New subroutine.
975         (viper-flash-search-pattern): No operation when using Emacs
976         doesn't support face.
977         Use `viper-put-on-search-overlay'.
979 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
981         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
982         like C-r.
984         * progmodes/make-mode.el: Some doc fixes.
985         (makefile-mode-abbrev-table): New variable.
986         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
987         (makefile-font-lock-keywords): Fontify includes and conditionals.
988         (toplevel): Require `dabbrev' and `add-log' when compiling.
990         * replace.el (perform-replace): Don't move forward one char
991         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
992         to do that because it leaves point 1 position after the last
993         replacement, after everything has been replaced.
995         * jit-lock.el (with-buffer-unmodified): New macro.
996         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
997         modified state.
998         (jit-lock-function-1): Extracted from jit-lock-function; not
999         preserving buffer's modified state.
1000         (jit-lock-function, jit-lock-stealth-fontify): Call
1001         jit-lock-function-1.
1003         * mail/rfc2368.el: Remove supernumerary copyright line.
1005 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
1007         * glasses.el: Provide facilities for inserting space before left
1008         parentheses and uncapitalization of identifiers.
1009         (glasses-mode): Try to remove old overlays in all cases.
1011 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
1013         * progmodes/compile.el (compile-internal): Display the compilation
1014         buffer in a different frame, if it's already displayed there.
1016         * mail/rfc2368.el: New file.
1018         * simple.el (sendmail-user-agent-compose): Recognize a `body'
1019         header and insert its value as mail body.
1021         * subr.el (member-ignore-case): New function.
1023         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1024         (dabbrev--find-expansion): Ignore buffers matching a regexp
1025         from dabbrev-ignored-regexps.
1027         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1028         to extensions handled by gzip.
1030 2000-04-03  Richard M. Stallman  <rms@gnu.org>
1032         * files.el (insert-directory): List the total free space
1033         along with the used space.
1035         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1036         line is followed by one that matches CITATION-REGEXP, end the
1037         paragraph.
1039 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1041         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1042         (rmail-make-basic-summary-line): Use that option.
1044 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1046         * international/mule-cmds.el (encoded-string-description):
1047         Rewritten.   Try pretty description for ISO 2022 escape sequences
1048         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1049         for hexadecimal format.
1051 2000-04-01  Dave Love  <fx@gnu.org>
1053         * cpp.el: Change customization group to `c' from `C'.
1055         * vcursor.el (vcursor-move): Use display-color-p.
1057         * international/mule-util.el: Provide mule-utils.
1058         (string-to-sequence): Simplify and speed up.
1060         * international/mule.el (make-coding-system): Purecopy doc-string.
1062         * international/mule-cmds.el: Various menu changes.
1063         (describe-specified-language-support): Handle `Default'.
1064         (set-language-info): Purecopy `info'.
1066 2000-03-31  Andrew Innes  <andrewi@gnu.org>
1068         * vc.el (vc-backend-diff): Return the correct status if we had to
1069         retry the rcsdiff command without the --brief option.
1071 2000-03-31  Dave Love  <fx@gnu.org>
1073         * help.el (help-manyarg-func-alist): Correct several omissions.
1075         * add-log.el: Don't require cl, fortran.
1076         (add-log-current-defun-function): Doc fix.
1077         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
1078         fix.
1079         (change-log-version-rcs): Function deleted.
1080         (change-log-version-number-search): Doc fix.  Use
1081         vc-workfile-version.  Avoid CL dolist.
1082         (add-change-log-entry): Just call add-log-current-defun to get
1083         defun.  Simplify somewhat.
1084         (change-log-get-method-definition-1): Likewise.
1085         (add-log-current-defun): Return nil if calling
1086         add-log-current-defun-function does so.  Move Fortran stuff to
1087         fortran.el.  Return string without properties.
1089         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1090         and :alpha: char classes.
1092         * mail/supercite.el: Defvar curline when compiling.
1093         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1094         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1095         rather than a-zA-Z0-9 to allow non-ASCII characters.
1097 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
1099         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1101         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1102         Re-enable new code.
1104         * lpr.el (print-region-1): Use -d to specify printer name for
1105         systems `usg-unix-v*, `dgux', `hpux', `irix'.
1107 2000-03-31  Dave Love  <fx@gnu.org>
1109         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1110         for function definition in symbol's function value slot first
1111         instead of first consulting byte-compile-function-environment.
1113 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
1115         * language/european.el ("Polish"): New language environment.
1116         (setup-polish-environment): New function.
1118 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
1120         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1121         Disable new code.
1123         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1124         trying to `load' the symbol of an autoload instead of the file
1125         recorded in the autoload.  Fix error messages.
1127 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1129         * ps-print.el: PostScript programming fix for ghostview, doc fix.
1130         (ps-print-version): New version number (5.1.3).
1131         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1132         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1133         (ps-generate-postscript-with-faces): Code fix.
1134         (ps-color-values): XEmacs compatibility.
1135         (ps-print-background-image, ps-print-background-text, ps-printer-name)
1136         (ps-default-fg, ps-default-bg): Adjust customization.
1137         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1138         (ps-color-scale): Renaming old ps-color-value fun.
1139         (ps-print-headers): Replace ps-print-header group to avoid conflict
1140         with ps-print-header variable.
1141         (ps-print-miscellany): New group.
1142         (ps-format-color, ps-rgb-color): New funs.
1143         (ps-default-foreground): New var.
1144         (ps-printer-name-option): New const.
1146 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
1148         * net/net-utils.el:
1149         (network-connection-host, network-connection-service): New variables
1150         (network-connection-mode): New mode, derived from comint-mode
1151         (network-connection-mode-setup): New function, saves host and
1152         service information in local variables.
1154         * lisp/locate.el:
1155         (locate-word-at-point): Added this function
1156         (locate): Default to using locate-word-at-point as input
1157         Run dired-mode-hook
1159 2000-03-29  Dave Love  <fx@gnu.org>
1161         * calendar/appt.el: Doc fixes.
1162         (appt-check): Convert min-to-app to a string before passing to
1163         appt-disp-window-function or concat.
1164         (appt-delete-window): Remove test for frame-root-window.
1165         (appt-select-lowest-window, appt-convert-time): Simplify.
1167         * emacs-lisp/bytecomp.el: Doc fixes.
1168         (byte-compile-file-form-autoload): Update
1169         byte-compile-function-environment.
1171 2000-03-29  Andreas Schwab  <schwab@suse.de>
1173         * emacs-lisp/autoload.el: Also print defsubst doc string
1174         specially.
1176         * dired.el (dired-insert-directory): If dired-free-space-program
1177         failed just delete its output.
1179 2000-03-29  Dave Love  <fx@gnu.org>
1181         * international/iso-cvt.el: Move provide to end.  Doc fixes.
1182         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1183         (iso-iso2sgml, iso-sgml2iso): New functions.
1184         (iso-cvt-define-menu): Fix some entries and use backquote for
1185         clarity.
1187         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1189 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
1191         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1192         ISO-DATE.  If non-nil, return date in ISO 8601 format.
1194 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
1196         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1197         if it ever becomes used.
1198         (log-edit-mode-hook): Default to vc-log-mode-hook.
1199         (log-edit-mode): Fix the docstring.
1201         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1202         the code.
1204 2000-03-26  Dave Love  <fx@gnu.org>
1206         * net/browse-url.el (browse-url): Re-fix case of
1207         browse-url-browser-function being an alist.
1208         (browse-url): Add :link to defgroup.
1210         * files.el: Doc fixes.
1211         (file-truename): Include `[' in wildcard characters.
1212         (automount-dir-prefix): Customize.
1213         (find-file-wildcards): Add :version.
1214         (find-file-noselect): Simplify a mapcar call.
1216         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1217         compatible with inf-lisp version.
1218         (eval-defun-1): Fix custom-declare-variable case.
1220 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1222         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1224 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1226         * Makefile (COMPILE_FIRST): New macro.
1227         (compile-files): Compile files from COMPILE_FIRST first.
1229         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1230         code.
1232         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1233         matching open parenthesis in column 0 to defun-prompt-regexp
1234         only if open-paren-in-column-0-is-defun-start is set.
1236         * sun-curs.el: Require CL at compile-time only.
1238         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1239         instead of copy-list which is a function from CL.
1240         (msb--choose-menu, msb--mode-menu-cond)
1241         (msb--create-buffer-menu-2): Use dolist instead of mapc.
1242         (msb--init-file-alist): Use mapcar instead of mapcan.
1243         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
1244         `(' in column 0 in doc string.
1245         (msb--add-separators): Use mapcar instead of mapcan.
1247         * cus-dep.el: Require CL at compile-time only.
1249 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1251         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1252         (byte-compile-warnings): New warning `noruntime'.
1253         (byte-compile-constants, byte-compile-variables): Fix docstring.
1254         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1255         execute `eval-whenc-compile's body.
1256         (byte-compile-unresolved-functions): Fix docstring.
1257         (byte-compile-eval): New function.
1258         (byte-compile-callargs-warn): Check if the function will be available
1259         at runtime (via property `byte-compile-noruntime').
1260         (byte-compile-print-syms): New function.
1261         (byte-compile-warn-about-unresolved-functions): Also warn about
1262         `noruntime' functions (and use `byte-compile-print-syms').
1263         (byte-compile-file): Capitalize the message.
1265 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1267         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1268         (rmail-expunge): Ask for confirmation depending on the setting
1269         of rmail-confirm-expunge.
1271 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1273         * Makefile (bootstrap-clean): If $(emacs) exists, build
1274         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1275         cause a bootstrap failure because things don't autoload as
1276         expected.
1278 2000-03-23  Dave Love  <fx@gnu.org>
1280         * net/browse-url.el: Restore previous use of
1281         browse-url-maybe-new-window.
1283 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1285         * ps-print.el: Skip banner page fix.
1286         (ps-print-version): New version number (5.1.2).
1287         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1289 2000-03-23  Dave Pearson  <davep@davep.org>
1291         * net/quickurl.el Changed the type of parameter passed to the
1292         function defined by `quickurl-format-function'. Before only the
1293         text of the URL was passed. Now the whole URL structure is passed
1294         and the function is responsible for extracting the parts it
1295         requires.  Changed the default of `quickurl-format-function'
1296         accordingly.
1297         (quickurl-insert): Changed the `funcall' of
1298         `quickurl-format-function' to match the above change.
1299         (quickurl-list-insert): Changed the `url' case so that it makes
1300         use of `quickurl-format-function', previous to this the format was
1301         hard wired.
1303 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1305         * startup.el: Change some spellings for the X Window System.
1307 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1309         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1310         up the code and the regexp and make sure the cursor is temporarily
1311         moved to the suspicious line while querying the user.
1313 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1315         * w32-fns.el (w32-charset-info-alist): Initialize.
1317 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1319         * ps-print.el: N-up last page fix.
1320         (ps-print-version): New version number (5.1.1).
1321         (ps-end-file, ps-end-job, ps-generate): Code fix.
1323 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1325         * files.el (find-file-run-dired): Update docstring.
1326         (find-directory-functions): New hook.
1327         (find-file-noselect): Run find-directory-functions rather than
1328         calling dired directly.
1330         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1332         * pcvs.el: Add a minimal leading commentary.
1333         (cvs-make-cvs-buffer): Change the header part by removing the startup
1334         message and adding a `Module' entry.  Also replace the FOOTER and
1335         HEADER special fileinfos with the new support in ewoc for updating
1336         its own footer and header.
1337         (cvs-update-header): Update to use the header/footer of the ewoc.
1338         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1339         (cvs-is-within-p): New function.
1340         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1341         to only examine some subset of the buffers.
1343         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1344         `format' instead of our own ad-hoc functions.
1345         Remove HEADER and FOOTER cases, now handled in the EWOC.
1346         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1348         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1349         output to avoid scaring the user.
1350         (cvs-parse-table): Catch message for non-up-to-date commits.
1352         * pcvs-defs.el (cvs-startup-message): Remove.
1353         (cvs-global-menu): New autoloaded menu.
1355         * pcvs-util.el (cvs-string-fill): Remove.
1357         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1358         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1359         PP part of it and also make it work for footers and headers.
1360         (ewoc-create): Drop POS and BUFFER arguments.
1361         Use the DLL's dummy node to store the end-of-footer position.
1362         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1363         (ewoc-refresh): Remove unused `header' variable.
1364         (ewoc-(get|set)-hf): New functions.
1366         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1367         log-view-*-(message|file) and use easy-mmode-define-navigation.
1368         (log-view-message-re): Match SCCS format as well.
1369         And match the revision line rather than the dashed separator line.
1370         (log-view-mode): Use the new define-derived-mode.
1371         (log-view-current-tag): Fill in with an actual implementation.
1373         * cvs-status.el (cvs-status-(prev|next)): Rename from
1374         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1375         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1376         to let the output "breathe" a little more (more readable).
1377         (cvs-status-mode): Use the new define-derived-mode.
1379         * smerge-mode.el (smerge-auto-leave): New function and variable.
1380         (smerge-basic-map): Rename from smerge-basic-keymap.
1381         Change the bindings for smerge-diff-*.
1382         (smerge-*-map): Use easy-mmode-defmap.
1383         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1384         (smerge-keep-*): Use smerge-auto-leave.
1386 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1388         * cus-edit.el (custom-button-face): Use 3D look for w32.
1389         (custom-button-pressed-face): Likewise.
1391 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1393         * progmodes/etags.el (tags-case-fold-search): New user-option.
1394         (tags-loop-eval): New function.  Bind case-fold-search around eval
1395         depending on the value of tags-case-fold-search.
1396         (tags-loop-continue): Use tags-loop-eval.
1397         (find-tag-in-order): Bind case-fold-search depending on the value
1398         of tags-case-fold-search.
1400 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1402         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1403         (diff-end-of-hunk): Return the end position for use in
1404         `easy-mmode-define-navigation'.
1405         (diff-recenter): Remove.
1406         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1407         of `easy-mmode-define-navigation'.
1408         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1409         previous renaming) and fix to use new names.
1410         (diff-merge-strings): Use \n as separator: simpler, faster.
1411         (diff-mode): Use `define-derived-mode'.
1413         * derived.el (define-derived-mode): Don't autoload anymore.
1414         Prefer the macro-only version provided by easy-mmode.el.
1416         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1417         `easy-mmode-define-derived-mode'.
1418         Use `combine-run-hooks'.
1419         (easy-mmode-define-navigation): New macro.
1421         * subr.el (combine-run-hooks): New function.
1423 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1425         * term/x-win.el: Fontsets related initialization is simplified.
1427         * international/mule-diag.el (describe-font): Don't refer to
1428         global-fontset-alist, instead call font-list.
1429         (describe-fontset, list-fontsets, mule-diag): Likewise.
1430         (print-fontset): Adjusted for the change of fontset
1431         implementation.
1433         * international/fontset.el (x-charset-registries): Variable
1434         removed, instead the corresponding data is stored in the default
1435         fontset.
1436         (register-alternate-fontnames): Function removed.
1437         (resolved-ascii-font): Variable removed.
1438         (x-compose-font-name): Ignore the second argument REDOCE.
1439         (x-complement-fontset-spec): Complement only an ASCII font and
1440         element for those charsets than can use that ASCII font.
1441         (generate-fontset-menu): Don't refer to global-fontset-alist,
1442         instead call fontset-list.
1443         (uninstantiated-fontset-alist): Variable removed.
1444         (x-style-funcs-alist): Likewise.
1445         (fontset-default-styles): Likewise.
1446         (x-modify-font-name): Function removed.
1447         (create-fontset-from-fontset-spec): Ignore the argument
1448         STYLE-VARIANT.
1449         (create-fontset-from-ascii-font): Docsting adjusted for the above
1450         change.
1451         (instantiate-fontset, resolve-fontset-name): Functions removed.
1452         (fontset-list): Now implemented by C code.
1454         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1455         (describe-face): Include `font' attribute in the description.
1457 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1459         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1461 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1463         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1464         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1465         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1467         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1468         about behavior of set-buffer-modified-p wrt redisplay.
1470 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1472         * view.el (view-mode-disable): Kill local binding of view-read-only.
1474 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1476         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1477         is a string, convert it to a syntax cell using string-to-syntax.
1479         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1480         (string-to-syntax): New function.
1482         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1483         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1484         try to use passive ftp mode.
1486 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1488         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1490         * simple.el (append-to-buffer): Update point of windows after
1491         insertion.
1493         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1494         forward then moving backward.  Reindent.
1496         * frame.el (other-frame): Call x-focus-frame only if
1497         focus-follows-mouse is off.
1499 2000-03-17  Dave Love  <fx@gnu.org>
1501         * pcvs-util.el (cvs-strings->string): Rename
1502         replace-regexps-in-string.
1504 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1506         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1507         regexp for labels cannot span several lines.
1509         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1510         `(setq :<key> ':<key>)' to the macro expansion.
1512 2000-03-16  Dave Love  <fx@gnu.org>
1514         * progmodes/f90.el (f90): Put custom group under `languages', not
1515         `fortran'.
1516         (f90-mode-hook): Customize.
1517         (f90-mode): Set add-log-current-defun-function.
1518         (f90-current-defun): New function.
1520 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
1522         * cus-edit.el (custom-variable-tag-face): Handle case that
1523         default face's height is not a number.
1524         (custom-face-tag-face, custom-group-tag-face-1)
1525         (custom-group-tag-face): Ditto.
1526         (custom-group-tag-face-1): Add :group.
1528         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1530 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
1532         * pcvs-defs.el (toplevel): Remove autoload cookie for form
1533         requiring easymenu.
1535 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1537         * ps-print.el: PostScript user-defined prologue, PostScript error
1538         handler, doc fix.
1539         (ps-print-version): New version number (5.1).
1540         (ps-user-defined-prologue, ps-error-handler-message)
1541         (ps-print-prologue-0, ps-error-handler-alist): New vars.
1542         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1543         (ps-insert-string): New function.
1545 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
1547         * international/ccl.el (ccl-compile-expression): Don't generate
1548         invalid self-assignment code.
1550 2000-03-14  Dave Love  <fx@gnu.org>
1552         * subr.el (replace-regexp-in-string): Renamed from
1553         replace-regexps-in-string.  Doc fix.
1555 2000-03-12  Dave Love  <fx@gnu.org>
1557         * cus-edit.el: Doc fixes.
1558         (customize-set-variable, customize-save-variable): Rename args for
1559         doc.
1560         (custom-variable-tag-face, custom-face-tag-face)
1561         (custom-group-tag-face-1, custom-group-tag-face): Modify from
1562         style which user identify as hyperlink.
1563         (hook): Don't add undefined functions to the hook.
1564         (debug-ignored-errors): Transfer message from bindings.el.
1566 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1568         * recentf.el (recentf-keep-non-readable-files-p): Remove
1569         double/nested definition.
1571 2000-03-12  Dave Love  <fx@gnu.org>
1573         * facemenu.el (facemenu-get-face): Use display-color-p.
1574         * enriched.el (enriched-decode-foreground): Likewise.
1575         (enriched-decode-background): Likewise.
1576         * isearch.el (isearch-highlight): Likewise.
1577         * info-look.el (info-lookup): Likewise.
1578         * simple.el (completion-setup-function): Likewise.
1580         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1581         :options.
1583         * bindings.el (mode-line-format): Fix line-number and
1584         column-number items.  Add help-echo for the background.
1585         (mode-line-mule-info): Modify help-echo.
1587         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1588         defcustom.
1590         * files.el (load-file): Allow completion to .elc.
1592         * man.el: Doc fixes.
1593         (Man-init-defvars): Use display-color-p to set fontification.
1595         * play/hanoi.el (hanoi-internal): Don't use oddp.
1597 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1599         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1601         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1603 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1605         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1606         Fix comment.
1608 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
1610         * font-lock.el (font-lock-keywords): Fix the doc now that
1611         regexp-opt-depth is unnecessary.
1612         (save-buffer-state): Set an edebug spec.
1613         (font-lock-fontify-anchored-keywords): Properly handle the case when
1614         the matcher goes past the limit.
1616         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1617         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1619         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
1620         dll.el and cookie.el (from Elib) with heavy renaming and other
1621         massaging.
1623         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1624         Autoload the functions used.
1625         (easy-mmode-define-syntax): Fix CL typo.
1626         (easy-mmode-define-derived-mode): Improve the docstring generation.
1628 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
1630         * textmodes/texinfo.el (texinfo-version): Variable and function
1631         removed.
1633 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1635         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1636         allow more flexibility.
1637         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1638         fns.
1639         (easy-mmode-defmap, easy-mmode-defsyntax)
1640         (easy-mmode-define-derived-mode): New macros.
1642 2000-03-09  Didier Verna  <didier@xemacs.org>
1644         * rect.el (replace-rectangle): New function.
1646 2000-03-09  Dave Love  <fx@gnu.org>
1648         * progmodes/fortran.el (fortran-comment-line-start): Define as
1649         "C".
1650         (fortran-comment-line-start-skip): Don't match cpp stuff.
1651         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
1652         (fortran-mode-map): Remove over-eager custom-menu-create for now.
1653         (fortran-mode): Don't set fortran-comment-line-start-skip,
1654         fortran-comment-line-start here.  Set comment-start,
1655         add-log-current-defun.
1656         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1657         (fortran-current-defun): New function.
1659 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
1661         * emacs-lisp/re-builder.el: New file.
1663         * mouse.el (mouse-drag-region): Don't run up-event handler
1664         if hscroll has changed.
1666         * octave-mod.el (octave-font-lock-keywords): To font-lock the
1667         builtin operators, use `font-lock-builtin-face' for Emacs and
1668         `font-lock-preprocessor-face' otherwise.
1670         * font-lock.el (lisp-font-lock-keywords-1): Highlight
1671         `(defun (setf foo)' differently.
1673 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
1675         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1676         (regexp-opt): Update comment and adapt the code the new meaning of
1677         the `paren' argument of regex-opt-group for shy-groups.
1678         (regexp-opt-depth): Handle shy groups as well as backslashed
1679         backslashes.
1680         (regexp-opt-group): Turn the leading comment into a docstring.
1681         Allow `paren' to be a string (the string to use to open a group).
1682         Remove open-presuf and close-presuf.  Instead of checking for `all
1683         one-char' and then later on check for `several one-char', handle
1684         both cases close together.  Also apply a more generic algorithm
1685         for suffixes (the mirror image of the algorithm used for
1686         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
1687         (regexp-opt-try-suffix): Removed.
1689         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1690         from comint-mode-map, so we can just inherit from it.  Also, move
1691         the initialization into the `defvar' since there's no docstring
1692         anyway and it's fairly short.
1693         (inferior-scheme-mode): Define it as derived-mode: the code is
1694         shorter and this way we inherit from comint-mode-map rather than
1695         copying it.
1697         * subr.el (replace-regexps-in-string): Properly handle the case
1698         where we match an empty string.
1700         * comint.el (comint-exec-1): Add the current-dir to the exec-path
1701         when the command has a directory component (such as "./testml").
1702         Also fix a typo in the comment.
1704 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
1706         * Makefile (compile-files): Compile files one by one because
1707         that's the only way to ensure a clean compilation environment for
1708         each individual file.
1710         * frame.el (other-frame): Call x-focus-frame.
1712 2000-03-07  Dave Love  <fx@gnu.org>
1714         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1715         :require to defcustom.
1717         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1718         lists.
1720         * files.el (auto-mode-alist): Add configure.in.
1722         * progmodes/autoconf.el: New file.
1724 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
1726         * mail/mh-e.el: Change maintainer to `none'.
1728         * recentf.el (recentf-keep-non-readable-files-p): Quote args
1729         to remove-hook and add-hook.
1731 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1733         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1734         it as the default.
1735         (mail-send): Test mail-send-nonascii also for the new `mime' value.
1736         (sendmail-send-it): Conditionally add MIME headers specifying the
1737         used character set.
1739 2000-03-07  Dave Love  <fx@gnu.org>
1741         * winner.el: Fix keywords, autoload cookies.  Split
1742         eval-when-compile form to avoid compilation failure.
1744 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
1746         * international/mule.el: Modify comment about coding system
1747         property `coding-category'.
1748         (make-coding-system): New argument EOL-TYPE.  Pay attention to
1749         coding-category property of PROPERTIES.
1751         * international/mule-conf.el (coding-category-utf-8,
1752         coding-category-utf-16-be, coding-category-utf-16-le): New coding
1753         categories.  Include them in the argument for set-coding-priority.
1755         * international/mule-cmds.el (reset-language-environment): Include
1756         coding-category-utf-8, coding-category-utf-16-be, and
1757         coding-category-utf-16-le in the argument for set-coding-priority.
1758         (reset-language-environment): Initialize coding-category-utf-8,
1759         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1761 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
1763         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1764         code abstracted out of `bookmark-jump-noselect'.  Now tries info
1765         extensions as well as compression extensions.
1766         (bookmark-jump-noselect): Use above new func.
1768 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
1770         * strokes.el: Change maintainer's mail address.
1772 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
1774         * international/mule-diag.el (list-character-sets): Make help-echo
1775         string by substitute-command-keys.
1776         (list-character-sets): Likewise.
1777         (sort-listed-character-sets): Call help-setup-xref.
1779 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1781         * time.el (display-time-mail-file): Add `none' to the list of
1782         choices.
1784 2000-03-01  Dave Love  <fx@gnu.org>
1786         * help.el (help-xref-go-back): Don't try to set position.
1788         * international/mule-diag.el (list-character-sets): Call
1789         help-setup-xref.  Add help-echo to xrefs.
1790         (list-character-sets-1): Add help-echo to xrefs.
1792 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1794         * frame.el (blink-cursor-mode): Switch cursor on when turning
1795         the mode off.
1797         * add-log.el (add-log-current-defun): Add support for
1798         Autoconf mode.
1800         * mail/rmail.el (rmail-quit-hook): New variable.
1802 2000-03-01  Dave Love  <fx@gnu.org>
1804         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1806         * help.el (help-xref-button): Add help-echo arg.
1807         (describe-function-1, describe-variable, help-make-xrefs): Use it.
1809         * faces.el (list-faces-display): Supply help-echo with
1810         help-make-xrefs.
1812         * facemenu.el (list-text-properties-at): Set help-xref-stack to
1813         nil.
1815 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
1817         * image.el (defimage): Look for image files in load-path.
1819         * frame.el (busy-cursor-delay-seconds): Change type to
1820         `number'.
1822 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1824         * recentf.el (recentf): Added version tag to the defgroup of
1825         recentf.
1827 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1829         * recentf.el (recentf-cleanup): Changed to remove excluded file
1830         too.
1831         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1832         action to select/unselect a file.
1833         (recentf-edit-list): Code cleanup and improvement.
1834         (recentf-open-more-files-action): `recentf-open-more-files' button
1835         widget action to open a file.
1836         (recentf-open-more-files): No more use standard completion but
1837         widgets.
1838         (recentf-more-collection): Deleted.
1839         (recentf-more-history): Deleted.
1840         (recentf-setup-more-completion): Deleted.
1842 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1844         * recentf.el (recentf-mode): No more needs that Emacs is running
1845         under a window-system.
1847 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1849         * recentf.el (recentf-edit-list): New command to edit the recent
1850         list which allow the user to remove files.
1851         (recentf-edit-selected-items): New global variable, used by
1852         `recentf-edit-list' to hold the list of files to be removed from
1853         the recent list.
1854         (recentf-make-menu-items): Updated to display a "Edit list..."
1855         menu item.  Minor code cleanup.
1857 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1859         * recentf.el (recentf-open-more-files): New command to open files
1860         that are not displayed in the menu.
1861         (recentf-more-collection): New global variable holding the set of
1862         permissible completions used by `recentf-open-more-files'.
1863         (recentf-more-history): New global variable holding the history list
1864         used by `recentf-open-more-files' completion.
1865         (recentf-setup-more-completion): New function to setup completion for
1866         `recentf-open-more-files'.
1867         (recentf-make-menu-items): Updated to display a "More..." menu item.
1869 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1871         * recentf.el (recentf-menu-action): Doc fixed.
1873 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1875         * recentf.el (recentf-menu-filter): Doc updated.
1876         (recentf-update-menu-hook): Allow menu filters to force menu update.
1877         (recentf-make-menu-items): New menu filter handling.
1878         (recentf-make-menu-item): New helper function.
1879         (recentf-menu-elements): New menu handling function.
1880         (recentf-sort-ascending): Updated to new menu filter handling.
1881         (recentf-sort-descending): Updated to new menu filter handling.
1882         (recentf-sort-basenames-ascending): New menu filter function.
1883         (recentf-sort-basenames-descending): New menu filter function.
1884         (recentf-show-basenames): New menu filter function.
1885         (recentf-show-basenames-ascending): New menu filter function.
1886         (recentf-show-basenames-descending): New menu filter function.
1888 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1890         * diary-lib.el (list-diary-entries): Don't try to go forward at
1891         the end of the buffer.
1893 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
1895         * international/mule-diag.el (list-character-sets): Completely
1896         rewritten.
1897         (sort-listed-character-sets): New function.
1898         (list-character-sets-1): Completely rewritten.
1899         (list-character-sets-2): New function.
1900         (non-iso-charset-alist): New variable.
1901         (decode-codepage-char): New function.
1902         (charset-history): New variable.
1903         (read-charset) (list-block-of-chars)
1904         (list-iso-charset-chars)
1905         (list-non-iso-charset-chars)
1906         (list-charset-chars): New functions.
1907         (mule-diag): Call list-character-sets-2, not
1908         list-character-sets-2.
1909         (dump-charsets): Likewise.
1911 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
1913         * dired-x.el (dired-filename-at-point): Add `@' to valid
1914         file name characters.
1915         (dired-filename-at-point): Handle ange-ftp file names.
1917         * frame.el (frame-notice-user-settings): Use assq-delete-all
1918         instead of assoc-delete-all.
1919         (frame-notice-user-settings): Ditto.
1921         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1922         Don't copy alist.
1924 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
1926         * calculator.el (calculator-use-menu): New option.
1927         (calculator-initial-bindings): Changed some bindings to work as
1928         macros.
1929         (calculator-forced-input): Removed.
1930         (calculator-restart-other-mode): New variable.
1931         (calculator-mode-map): Set up menu.
1933 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
1935         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1936         tags.
1938 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
1940         * viper-cmd.el (viper-envelop-ESC-key): added the option to
1941         translate all ESC key sequences.
1942         (viper-goto-mark-subr): restore markers for files for which
1943         they were saved.
1944         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1945         * viper-util.el (viper-set-replace-overlay-glyphs,
1946         viper-set-replace-overlay): always check if the replacement
1947         overlay is live.
1948         * viper.el (viper-vi-state-mode-list): added major modes.
1949         * ediff-wind.el: minor comment changes.
1950         * ediff.el: copyright notice date fix.
1952 2000-02-27  Jason Rumney  <jasonr@gnu.org>
1954         * faces.el (face-font-family-alternatives): Add arial to helv.
1955         (mode-line, header-line, tool-bar): Same default as x for w32.
1956         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1957         face-font-family-alternatives from working.
1958         * term/w32-win.el (mouse-set-font): Do not build fontset from
1959         chosen font.
1961 2000-02-25  Sam Steingold  <sds@goems.com>
1963         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1964         properly.
1966 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1968         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1970 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
1972         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1973         writable.
1975         * frame.el (busy-cursor-delay-seconds): New option.
1977 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
1979         * frame.el (show-cursor-in-non-selected-windows): New option.
1981 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1983         * diary-lib.el (include-other-diary-files): Undo the selective
1984         display in any included file and don't kill it.
1986 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
1988         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1989         bar.  Menu items converted to (menu-item format, help strings
1990         added.
1991         [downcase, upcase]: Don't enable on MS-DOS.
1992         [symlink, symlinks]: Don't show if make-symbolic-link is not
1993         bound.
1994         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1996 2000-02-23  Dave Love  <fx@gnu.org>
1998         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1999         (backward-kill-word): Revert addition of * to interactive spec --
2000         it's a feature.
2002         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2003         (backward-kill-sentence, kill-sentence): Likewise.
2005         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2006         scratch buffer name.
2007         (gud-format-command): Use int-to-string in ?l case.  Simplify
2008         slightly.
2010         * term/w32-win.el (internal-face-interactive): Update prompt for
2011         new read-face-name.
2013         * mail/footnote.el (footnote): Add :version to defgroup.
2014         (footnote-section-tag-regexp): Customize.
2015         (footnote-start-tag, footnote-end-tag): New option.
2016         (footnote-latin-regexp): New variable.
2017         (Footnote-latin): New function.
2018         (footnote-style-alist): Add element for latin style.
2019         (footnote-style): Moved.
2020         (Footnote-goto-footnote): Use eq to test arg.
2022         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2024         * emacs-lisp/byte-opt.el: Change old backquote syntax.
2025         (byte-compile-trueconstp): Include keywords.
2026         (byte-optimize-quote, byte-optimize-lapcode): Use
2027         byte-compile-const-symbol-p.
2028         (byte-optimize-char-before): New optimization.
2030         * emacs-lisp/bytecomp.el: Change old backquote syntax.
2031         (byte-compile-const-symbol-p): New function.
2032         (byte-compile-constp, byte-compile-out-toplevel)
2033         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2034         Use it.
2036         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2038 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2040         * international/encoded-kb.el: Be sure to update minor-mode-alist
2041         and minor-mode-map-alist.
2042         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2043         codes SS2 and SS3 correctly.
2044         (encoded-kbd-self-insert-ccl): New function.
2045         (encoded-kbd-setup-keymap): New function.
2046         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2047         by calling encoded-kbd-setup-keymap.
2049         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2050         characters.
2051         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2052         locally.
2054 2000-02-22  Dave Love  <fx@gnu.org>
2056         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2057         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2058         defvar.
2059         (lisp-mode-syntax-table): Set up for #|...|# comments.
2060         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
2061         classes.  Match `defface'.
2062         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2063         (eval-defun-1): Fix for defcustom.
2064         (lisp-indent-region): Doc fix.
2066         * subr.el (when, unless, split-string): Doc fix.
2067         (read-passwd): Move call of clear-this-command-keys to the right
2068         place.
2069         (replace-regexps-in-string): New function.
2071 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
2073         * help.el (describe-variable): Set syntax table to
2074         emacs-lisp-mode-syntax-table when moving forward over the
2075         symbol's name.
2077 2000-02-22  Dave Love  <fx@gnu.org>
2079         * xt-mouse.el: Doc fixes.
2080         (xterm-mouse-position-function): New function, replacing advice of
2081         mouse-position.
2082         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
2084         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2086 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
2088         * format.el (format-annotate-single-property-change): Handle
2089         properties.with dotted-list values.
2090         (format-proper-list-p): New function.
2092         * enriched.el (enriched-face-ans): Handle '(foreground-color
2093         . COLOR) and (background-color . COLOR).
2095 2000-02-20  Dave Love  <fx@gnu.org>
2097         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2098         and assignments to it.
2099         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2100         current local map.
2101         (make-flyspell-overlay): Use it.
2102         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2104         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2105         (lm-get-header-re): Defun, not defsubst.
2106         (lm-get-package-name): Defun, not defsubst.  Simplify.
2107         (lm-version): Doc fix.  Simplify.
2108         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2109         (lm-crack-address, lm-last-modified-date, lm-commentary)
2110         (lm-verify, lm-synopsis): Simplify.
2111         (lm-report-bug): Require emacsbug.  Use compose-mail.
2113 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
2115         * dired.el (dired-mode): Call propertized-buffer-identification
2116         to set mode-line-buffer-identification to something having
2117         the right text properties.
2119         * bindings.el (propertized-buffer-identification): New function.
2121 2000-02-20  Dave Love  <fx@gnu.org>
2123         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2124         check for t-mouse too.
2126         * cus-start.el: Make echo-keystrokes `number'.
2128 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2130         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2131         Don't call ring-empty-p unless tags-location-ring is bound.
2132         From Noah Friedman <friedman@splode.com>.
2134 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
2136         * progmodes/hideshow.el (hs-flag-region): No longer use
2137         `intangible' overlay property.
2139         (hs-toggle-hiding): New command.
2140         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2142         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2143         Fix omission bug: Run `hs-minor-mode-hook' for both activation
2144         and deactivation.
2146 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
2148         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2150 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2152         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2154         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2155         of `*' to handle `(* ... *)' comments.
2157 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
2159         * faces.el (list-faces-display): Use display-mouse-p instead of
2160         window-system.
2162         * menu-bar.el (global-map): Menu-bar items converted to the new
2163         format (menu-item..., rearranged for better CUA compliance, and
2164         their names changed for better clarity.  Help strings added.
2166         * international/mule-cmds.el (mule-menu-keymap)
2167         (describe-language-environment-map, set-coding-system-map)
2168         (setup-language-environment-map): Convert to new (menu-item...
2169         form, add help strings.  Change names of menu items for better
2170         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
2171         submenu).
2173 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2175         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2176         within the code.
2178 2000-02-16  Dave Love  <fx@gnu.org>
2180         * faces.el: Don't require custom.  Add more specific :groups to
2181         various deffaces.
2182         (set-face-attribute): Purecopy args.
2183         (read-face-name): Default to name at point and use it in prompt.
2184         Remove colon from arg in all callers.
2185         (list-faces-display): Hyperlink to face descriptions and customize
2186         buffers.
2188 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2190         * wid-edit.el (widget-match-inline): An atom never matches a
2191         list.
2193 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2195         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2196         at ':' characters by call to split-string.
2198 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2200         * textmodes/bibtex.el: Added RCS version identification.
2202 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2204         * textmodes/bibtex.el: Some temporary comments removed.
2205         (bibtex-field-name, bibtex-entry-type): Made the relationship
2206         explicit.
2207         (bibtex-field-const): Allow capital letters.
2208         (bibtex-start-of-string): Deleted because unused.
2210         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2211         use the term 'reference' to describe a bibtex entry as a whole.
2212         Further, reference keys are no longer called 'labels'.
2213         (bibtex-keys): Renamed to bibtex-reference-keys.
2214         (bibtex-reformat-previous-labels): Renamed to
2215         bibtex-reformat-previous-reference-keys.
2216         (bibtex-reference-type): Renamed to bibtex-entry-type.
2217         (bibtex-reference-head): Renamed to bibtex-entry-head.
2218         (bibtex-reference-maybe-empty-head): Renamed to
2219         bibtex-entry-maybe-empty-head.
2220         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2221         (bibtex-search-reference): Renamed to bibtex-search-entry.
2222         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2223         bibtex-enclosing-entry-maybe-empty-head.
2224         (bibtex-entry-field-alist, bibtex-entry-head,
2225         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2226         bibtex-map-entries, bibtex-search-entry,
2227         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2228         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2229         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2230         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2231         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2232         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2233         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2235 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2237         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2238         comment.
2239         (bibtex-format-field-delimiters): New function, functionality
2240         extracted from bibtex-format-entry.
2241         (bibtex-autokey-get-yearfield-digits): New function, functionality
2242         extracted from bibtex-autokey-get-yearfield.
2244         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2245         entries in order to avoid stack overflow in the regexp matcher if
2246         field contents become large.
2247         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2248         bibtex-field-string-part-not-braced,
2249         bibtex-field-string-part-no-inner-braces,
2250         bibtex-field-string-part-1-inner-brace,
2251         bibtex-field-string-part-2-inner-braces,
2252         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2253         bibtex-field-string-quoted, bibtex-field-string,
2254         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2255         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2256         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2257         as parsing is now performed by the following functions.
2258         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2259         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2260         bibtex-parse-field-string, bibtex-search-forward-field-string,
2261         bibtex-parse-association, bibtex-field-name-for-parsing,
2262         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2263         bibtex-search-forward-field, bibtex-search-backward-field,
2264         bibtex-start-of-field, bibtex-end-of-field,
2265         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2266         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2267         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2268         bibtex-parse-string, bibtex-search-forward-string,
2269         bibtex-search-backward-string, bibtex-start-of-string,
2270         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2271         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2272         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2273         entries.  Instead of reporting the results of the parsing by
2274         match-beginning or match-end, these functions return data structures
2275         that hold the corresponding positions.
2276         (bibtex-enclosing-field): Changed to also report field boundaries by
2277         return values rather than by match-beginning or match-end.  The
2278         following functions have been adapted to use the new parsing
2279         functions.
2280         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2281         bibtex-enclosing-field, bibtex-format-entry,
2282         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2283         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2284         bibtex-print-help-message, bibtex-end-of-entry,
2285         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2286         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2287         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2288         method for parsing.
2289         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2290         bibtex-map-entries, bibtex-flash-head,
2291         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2292         bibtex-autokey-change, bibtex-autokey-get-namefield,
2293         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2294         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2295         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2296         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2297         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2298         order to make the new binding of case-fold-search immediately
2299         visible.
2301 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2303         * textmodes/bibtex.el: Copyright notice is up to date.
2304         Added constant 'bibtex-maintainer-salutation.
2306         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2307         than make-temp-name, use match-string-no-properties and eliminate
2308         a quadratic behavior when building bibtex-strings.
2310         * bibtex.el (bibtex-reference-key): Accept string entries whose
2311         reference key contains upper case letters.
2313 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2315         * bibtex.el (bibtex-reference-head): Allow entries to start with
2316         a new line.
2318 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2320         * bibtex.el: Hiding of entry bodies is not longer provided by
2321         bibtex.el directly.  Instead the hideshow package can be used.
2322         Added a special bibtex entry to hs-special-modes-alist.
2323         (bibtex-hs-forward-sexp): Added for hideshow.el.
2325 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2327         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2328         at ':' characters by call to split-string.
2330 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2332         * textmodes/bibtex.el: Added RCS version identification.
2334 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2336         * textmodes/bibtex.el: Some temporary comments removed.
2337         (bibtex-field-name, bibtex-entry-type): Made the relationship
2338         explicit.
2339         (bibtex-field-const): Allow capital letters.
2340         (bibtex-start-of-string): Deleted because unused.
2342         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2343         use the term 'reference' to describe a bibtex entry as a whole.
2344         Further, reference keys are no longer called 'labels'.
2345         (bibtex-keys): Renamed to bibtex-reference-keys.
2346         (bibtex-reformat-previous-labels): Renamed to
2347         bibtex-reformat-previous-reference-keys.
2348         (bibtex-reference-type): Renamed to bibtex-entry-type.
2349         (bibtex-reference-head): Renamed to bibtex-entry-head.
2350         (bibtex-reference-maybe-empty-head): Renamed to
2351         bibtex-entry-maybe-empty-head.
2352         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2353         (bibtex-search-reference): Renamed to bibtex-search-entry.
2354         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2355         bibtex-enclosing-entry-maybe-empty-head.
2356         (bibtex-entry-field-alist, bibtex-entry-head,
2357         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2358         bibtex-map-entries, bibtex-search-entry,
2359         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2360         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2361         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2362         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2363         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2364         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2365         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2367 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2369         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2370         comment.
2371         (bibtex-format-field-delimiters): New function, functionality
2372         extracted from bibtex-format-entry.
2373         (bibtex-autokey-get-yearfield-digits): New function, functionality
2374         extracted from bibtex-autokey-get-yearfield.
2376         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2377         entries in order to avoid stack overflow in the regexp matcher if
2378         field contents become large.
2379         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2380         bibtex-field-string-part-not-braced,
2381         bibtex-field-string-part-no-inner-braces,
2382         bibtex-field-string-part-1-inner-brace,
2383         bibtex-field-string-part-2-inner-braces,
2384         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2385         bibtex-field-string-quoted, bibtex-field-string,
2386         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2387         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2388         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2389         as parsing is now performed by the following functions.
2390         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2391         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2392         bibtex-parse-field-string, bibtex-search-forward-field-string,
2393         bibtex-parse-association, bibtex-field-name-for-parsing,
2394         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2395         bibtex-search-forward-field, bibtex-search-backward-field,
2396         bibtex-start-of-field, bibtex-end-of-field,
2397         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2398         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2399         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2400         bibtex-parse-string, bibtex-search-forward-string,
2401         bibtex-search-backward-string, bibtex-start-of-string,
2402         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2403         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2404         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2405         entries.  Instead of reporting the results of the parsing by
2406         match-beginning or match-end, these functions return data structures
2407         that hold the corresponding positions.
2408         (bibtex-enclosing-field): Changed to also report field boundaries by
2409         return values rather than by match-beginning or match-end.  The
2410         following functions have been adapted to use the new parsing
2411         functions.
2412         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2413         bibtex-enclosing-field, bibtex-format-entry,
2414         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2415         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2416         bibtex-print-help-message, bibtex-end-of-entry,
2417         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2418         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2419         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2420         method for parsing.
2421         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2422         bibtex-map-entries, bibtex-flash-head,
2423         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2424         bibtex-autokey-change, bibtex-autokey-get-namefield,
2425         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2426         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2427         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2428         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2429         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2430         order to make the new binding of case-fold-search immediately
2431         visible.
2433 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2435         * textmodes/bibtex.el: Copyright notice is up to date.
2436         Added constant 'bibtex-maintainer-salutation.
2438         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2439         than make-temp-name, use match-string-no-properties and eliminate
2440         a quadratic behavior when building bibtex-strings.
2442         * bibtex.el (bibtex-reference-key): Accept string entries whose
2443         reference key contains upper case letters.
2445 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2447         * bibtex.el (bibtex-reference-head): Allow entries to start with
2448         a new line.
2450 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2452         * bibtex.el: Hiding of entry bodies is not longer provided by
2453         bibtex.el directly.  Instead the hideshow package can be used.
2454         Added a special bibtex entry to hs-special-modes-alist.
2455         (bibtex-hs-forward-sexp): Added for hideshow.el.
2457 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2459         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2460         proceedings entry type (for cross referencing). Thanks to Wagner
2461         Toledo Correa for the suggestion.
2463         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2465 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2467         * international/characters.el: Setup case table for Vietnamese.
2469 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2471         * uniquify.el (toplevel): Require CL at compile time.
2472         (uniquify-push): Removed.
2474         * shadowfile.el (shadow-when): Removed.
2476         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2477         (tempo-process-and-insert-string): Use dolist instead of
2478         tempo-dolist.
2480         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2481         regexp for paragraph-start.
2483         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2484         commas as well.
2486 2000-02-10  Dave Love  <fx@gnu.org>
2488         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2489         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2490         Deleted.
2491         (widget-specify-field, widget-specify-button): Don't use
2492         widget-mouse-help as help-echo property.
2493         (default): Use #'ignore for :validate and :mouse-down-action.
2494         (checkbox): Add help-echo.
2495         (widget-sexp-validate): Rewritten to clarify error messages.
2496         (character): Use char-valid-p in :match function.
2497         (widget-color-complete): Use facemenu-color-alist.
2498         (widget-color-action): Use facemenu-read-color.
2500         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
2501         set up `caar' &c that we now have.
2503 2000-02-09  Ray Blaak  <blaak@gnu.org>
2505         * delphi.el: Make resourcestring a declaration region, like const
2506         and var.
2508 2000-02-09  Dave Love  <fx@gnu.org>
2510         * bindings.el (mode-line-input-method-map): New variable.
2511         (mode-line-mule-info): Use it; fix last change.
2512         (mode-line-mode-menu): Move definition.
2513         (mode-line-mouse-sensitive-p): Deleted.
2514         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2515         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
2516         level.
2518         * startup.el (command-line-1): Don't call
2519         make-mode-line-mouse-sensitive.
2521 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2523         * mail/rmail.el (rmail-retry-failure): Use
2524         rmail-beginning-of-message before rmail-toggle-header, because the
2525         former toggles headers.
2527 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
2529         * diff-mode.el (diff-kill-junk): New interactive function.
2530         (diff-reverse-direction): Use delete-and-extract-region.
2531         (diff-post-command-hook): Restrict the area so that the hook also works
2532         outside of any diff hunk.  This is necessary for the minor-mode.
2533         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2534         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2536         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2537         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2538         so that it can be used more easily in <foo>-mode-hook.  Also make sure
2539         to avoid duplicate entries.
2540         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2541         (font-lock-remove-keywords): Just as was done for `add', allow it to
2542         work even if font-lock-mode is nil.  Also make sure we don't modify
2543         any pre-existing list by forcing a copy-sequence.  Finally rename
2544         `major-mode' to `mode'.
2545         (font-lock-fontify-syntactic-anchored-keywords)
2546         (font-lock-fontify-anchored-keywords)
2547         (font-lock-fontify-keywords-region): Use line-end-position.
2548         Don't make `font-lock-multiline' local (it's now done in
2549         font-lock-set-defaults).
2550         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
2551         move the `font-lock-fontified' creation to inside the `unless'.
2553 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2555         * term/w32-win.el (x-handle-args): Comment out call to message,
2556         which occurs before window system is initialized.
2558         * makefile.nt: Add support for recompiling lisp code.
2560 2000-02-04  Dave Love  <fx@gnu.org>
2562         * bindings.el (mode-line-mule-info): Fix/extend last change.
2564         * completion.el: Replace completion-dolist with dolist.
2566         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2567         dotimes.
2569 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2571         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2572         environment names before they go into the section regexp.
2574         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2575         char class in regexp.
2577         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2578         `case-fold-search' to nil.
2580         * progmodes/idlwave.el (idlwave-template): Respect
2581         `idlwave-abbrev-change-case'.
2582         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2583         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2584         idlwave-while): respect `idlwave-reserved-word-upcase'.
2585         (idlwave-rw-case): New function.
2586         (idlwave-statement-match): Fixed problem with assignment regexp.
2587         (idlwave-font-lock-keywords): Improved regexp for keyword
2588         parameters.
2589         (idlwave-surround): New argument LENGTH to support padding of
2590         operators longer than 1 char.
2592         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2593         idlwave-shell-expression-overlay.  Implemented printing of
2594         expressions on higher levels of the calling stack.
2595         (idlwave-shell-display-level-in-calling-stack): Restore stack
2596         level.
2597         (idlwave-retrieve-expression-from-level): New function.
2598         (idlwave-shell-last-calling-stack): Variable removed.
2599         (idlwave-shell-reset): Argument action reversed (`visible' to
2600         `hidden').  Also remove stop-line overlay.
2601         (idlwave-shell-calling-stack-routine): New variable.
2602         (idlwave-shell-parse-stack-and-display): Messages now display
2603         negative level numbers.
2604         (idlwave-shell-mode): Set `modeline-format'.
2605         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2606         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2607         21.
2608         (idlwave-shell-print-expression-function): New option.
2610         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2611         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2612         `tool-bar' instead of `toolbar'.
2614 2000-02-02  Dave Love  <fx@gnu.org>
2616         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2617         emacs-lisp-mode-hook.  Don't check for defalias being defined.
2619         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2620         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
2621         the new builtins directly.
2623         * whitespace.el (whitespace): Add :version to defgroup.
2625         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2626         Doc fix.
2628         * thingatpt.el (sexp-at-point, symbol-at-point)
2629         (number-at-point, list-at-point): Add autoload cookie.
2631         * recentf.el (recentf): Add :version to defgroup.
2633         * quickurl.el (quickurl): Add :version to defgroup.
2635         * elide-head.el (elide-head): Use point-marker more.
2637         * bs.el (bs): Add :version to defgroup.
2639         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2641         * progmodes/delphi.el (delphi): Add :version to defgroup.
2643 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
2645         * ange-ftp.el (ange-ftp-write-region): Handle case that
2646         succeeding process operation sets a different coding system.
2648         * calculator.el: New file.
2650 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2652         * frame.el (frames-on-display-list, framep-on-display): New
2653         functions.
2654         (display-mouse-p, display-popup-menus-p, display-graphic-p)
2655         (display-selections-p, display-screens, display-pixel-width)
2656         (display-pixel-height, display-mm-width, display-mm-height)
2657         (display-backing-store, display-save-under, display-planes)
2658         (display-color-cells, display-visual-class): New functions.
2660         * term/tty-colors.el (tty-color-gray-shades): New function.
2662         * faces.el (display-color-p): Use framep-on-display.
2663         (display-grayscale-p): New function.
2665 2000-01-31  Dave Love  <fx@gnu.org>
2667         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2668         (create-fontset-from-x-resource): Don't concat integers.
2670 2000-01-31  Inge Frick  <inge@nada.kth.se>
2672         * view.el: Some changes in documentation.  Removed some trailing
2673         whitespace. Changed some parameter names to agree with
2674         documentation.
2675         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2676         window is not deleted.  Modifies change 1998-04-26.
2678 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
2680         * windmove.el: New file.
2682         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2683         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2684         progmodes/ebnf-yac.el: Update copyright and license info.
2686         * jit-lock.el (jit-lock-function): Widen before calculating end
2687         position.
2688         (jit-lock-stealth-chunk-start): Rewritten.
2690         * info.el (Info-title-face-alist): Removed.
2691         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2692         faces.
2693         (Info-fontify-node): Use these faces.
2695 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
2697         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2698         (cl-macro-list1): Recognize `&allow-other-keys' instead of
2699         `&allow-other-keywords'.
2701         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2702         the list of directories scanned heuristically.
2704         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2705         exist.
2707 2000-01-30  Jason Rumney  <jasonr@gnu.org>
2709         * w32-fns.el: Define w32-tty-standard-colors.
2711         * startup.el (command-line): Use w32-tty-standard-colors when in
2712         w32 console mode.
2714 2000-01-30  Dave Love  <fx@gnu.org>
2716         * jka-compr.el (jka-compr-load): Fix up load-history.
2718         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2720         * emacs-lisp/cl-macs.el: Revert previous change.
2722 2000-01-29  Dave Love  <fx@gnu.org>
2724         * facemenu.el: Purecopy various strings.
2726         * timezone.el (timezone-fix-time): Window against 69 for two-digit
2727         years.  Deal with three-digit years.
2729         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2730         defconst, purecopy.
2731         (help-back-label): Purecopy it.
2733 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2735         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2736         variable. If non-nil, order the buffer list according to the
2737         currently selected frame.
2738         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2739         non-nil, pass the selected frame to function buffer-list.
2741 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2743         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2745 2000-01-28  Dave Love  <fx@gnu.org>
2747         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2749         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2750         Don't use lisp-indent-hook property.
2751         (cl-abs): Remove.
2753         * subr.el: Move out indent and edebug specs for when and unless.
2755         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2756         when, unless.
2758         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2759         unless, when.
2761 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
2763         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2764         `collecting' as synonym for `collect'.
2766         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2767         for the case it contains spaces.
2769         * simple.el (what-cursor-position): Change formatting of
2770         messages.
2772         * frame.el (delete-other-frames): New function.
2773         (toplevel): Bind it to C-x 5 1.
2775         * sort.el (sort-numeric-base): New option.
2776         (sort-numeric-fields): If number starts with `0' or `0[xX[',
2777         interpret it as octal or hexadecimal.  Use sort-numeric-base
2778         as default base.
2780         * progmodes/glasses.el: New file.
2782 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
2784         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2785         userids differently.
2787         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2788         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2789         progmodes/ebnf-yac.el: New files.
2791 2000-01-26  Dave Love  <fx@gnu.org>
2793         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2794         on a function with an empty body.  [From Eric Ludlam.]
2796 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
2798         * vc.el (vc-version-diff): Make sure file name is expanded.
2800 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
2802         * scroll-bar.el (scroll-bar-timer): Variable removed.
2803         (scroll-bar-toolkit-scroll): Don't use a timer.
2805 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
2807         * language/thai-util.el (thai-composition-function): Delete
2808         superfluous `a'.
2810 2000-01-24  Dave Love  <fx@gnu.org>
2812         * fortran.el (fortran-mode): Use beginning-of-defun-function,
2813         end-of-defun-function.
2815         * font-lock.el (turn-on-font-lock): Don't depend on window-system
2816         &c.
2818 2000-01-22  Jason Rumney  <jasonr@gnu.org>
2820         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2821         conflicts with new face support.
2823 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2825         * replace.el (query-replace): Rename last arg to DELIMITED.
2826         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2827         (query-replace-regexp): Likewise.
2829 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2831         * subr.el (with-syntax-table): Use make-symbol, not gensym.
2833         * emacs-lisp/lisp.el (beginning-of-defun-function):
2834         Variable renamed from beginning-of-defun.
2835         Do not call make-variable-buffer-local.
2836         (beginning-of-defun-raw): Use new variable name; doc fix.
2837         (beginning-of-defun): Doc fix.
2838         (end-of-defun-function): Variable renamed from end-of-defun.
2839         Do not call make-variable-buffer-local.
2840         (end-of-defun): Use new variable name; doc fix.
2842         * subr.el (dolist, dotimes): Copied from cl-macs.el
2843         and made to work.
2845         * mail/undigest.el (rmail-digest-end-regexps):
2846         Variable replaces rmail-digest-end-regexp.
2847         Allows multiple regexps for detecting the end line.
2848         (undigestify-rmail-message): Corresponding changes.
2850 2000-01-19  Dave Love  <fx@gnu.org>
2852         * files.el (user-init-file): Don't declare here -- is primitive.
2854         * startup.el (command-line): Check for compiled user-init-file and
2855         set to uncompiled version if necessary.
2857 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2859         * mail/undigest.el (rmail-digest-end-regexp): New user option.
2860         (undigestify-rmail-message): Use it.
2862         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2864 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
2866         * tmm.el (tmm-goto-completions): Adapt to prompt being part
2867         of mini-buffer.
2869 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
2871         * emacs-lisp/copyright.el (copyright-update): Removed the
2872         requirement for a trailing space from `copyright-regexp', to
2873         support copyrights with owner specified on a separate line..
2875         * align.el: New file.
2877         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2879         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2881 2000-01-13  Dave Love  <fx@gnu.org>
2883         * ph.el: Removed.  (Obsoleted by EUDC.)
2885 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2887         * net/eudc.el (toplevel): Remove autoloaded code installing
2888         menu with easymenu, because that causes build problems.
2890         * frame.el (frame-notice-user-settings): New variable.
2891         (frame-notice-user-settings): Don't modify frame parameters
2892         if called a second time.
2894 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2896         * frame.el (frame-notice-user-settings):
2897         Notice default-frame-parameters even for non-window frames.
2899 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2901         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2902         for Emacs.
2903         (eudc-bob-can-display-inline-images): Extend for Emacs.
2904         (eudc-bob-toggle-inline-display): Ditto.
2905         (eudc-bob-display-jpeg): Ditto.
2907 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
2909         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2910         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2911         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2913         * add-log.el (add-change-log-entry): Fix error trying an `(insert
2914         nil)'.
2916         * subdirs.el: Add `net' directory.
2918         * net: New directory.
2920         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2921         eval-last-sexp.  Don't bind debug-on-error here.
2922         (eval-last-sexp): New function.  Bind debug-on-error if
2923         eval-expression-debug-on-error is non-nil.
2924         (eval-defun-2, eval-defun): Likewise.
2926         * simple.el (eval-expression): Don't bind debug-on-error if
2927         eval-expression-debug-on-error is nil.  Detect changed
2928         debug-on-error, and propagate new value to global binding, if
2929         eval-expression-debug-on-error is non-nil,
2930         (eval-expression-debug-on-error): Change doc string.
2932 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2934         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2936         * emacs-lisp/lisp-mode.el (with-syntax-table):
2937         Set up lisp-indent-function property.
2939         * subr.el (with-syntax-table): Moved from simple.el.
2941         * simple.el (with-syntax-table): Moved to subr.el.
2943 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
2945         * tmm.el (tmm-shortcut): Delete region after prompt instead
2946         of erasing buffer.
2948         * textmodes/fill.el (fill-common-string-prefix): New function.
2949         (fill-context-prefix): Use the longest common prefix of first
2950         and second line fill prefix, if there is one.
2952 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2954         * array.el (array-mode): Don't use make-variable-buffer-local.
2955         Use make-local-variable for `truncate-lines'.
2957 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
2959         * add-log.el (add-log-current-defun): Handle user-defined
2960         add-log-current-function returning nil,
2962         * add-log.el (add-change-log-entry): Insert version number
2963         if having found a current function
2965         * add-log.el (add-log-current-defun): Call
2966         `add-log-current-defun-function'.  Try matches at level 0 and
2967         level 1.  Strip whitespace from defun found.
2969 2000-01-10  John Wiegley  <johnw@gnu.org>
2971         * allout.el (isearch-done/outline-provisions): Added `edit'
2972         argument to correspond with the current definition of
2973         `isearch-done'.
2975 2000-01-10  Dave Love  <fx@gnu.org>
2977         * elide-head.el (elide-head): Use point-marker, not point.
2979 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
2981         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2982         before and after the year 2000.
2984         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2985         Add ispell- prefix.
2987 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
2989         * ispell.el:  Only define dictionaries in menus when they exist.
2990         (version18p): New variable.
2991         (version20p): New variable.
2992         (xemacsp): New variable.
2993         (ispell-choices-win-default-height): Fix for XEmacs visibility.
2994         (ispell-dictionary-alist1): Added Brasileiro dictionary.
2995         (ispell-dictionary-alist6): Russian command lines no longer accept
2996         run-together words.
2997         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2998         (ispell-dictionary-alist): Add koi8-r to customize definition.
2999         (check-ispell-version): Added documentation string.  Returns
3000         library path when called non-interactively.
3001         (ispell-menu-map-needed): Uses new variables.
3002         (ispell-library-path): New variable.
3003         (ispell-decode-string): XEmacs fix for bogus variable bindings.
3004         (ispell-word): Improved documentation string.  Test for valid
3005         character mappings.  Correctly check typed in word changes that can
3006         result in single words split into multiple words.  Returns
3007         replacement word.
3008         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
3009         replace in recursive query replace mode.  Help message for
3010         recursive edit mode.
3011         (ispell-show-choices): Protect against bad framepop bindings.
3012         (ispell-help): Fix to work with XEmacs.
3013         (ispell-highlight-spelling-error): Use new variables.
3014         (ispell-overlay-window): Fix to work with XEmacs.
3015         (ispell-parse-output): Passed and returns location information
3016         tracking spelling corrections.  Doesn't recheck same word on
3017         current line.
3018         (ispell-init-process): Protect against bogus XEmacs variable binding.
3019         Fix call to single argument in sleep-for.  Use new variables.
3020         (ispell-region): Passed and returns location information tracking
3021         spelling corrections.  Doesn't check same word on current line.
3022         Improved documentation string.  Doesn't resend a line already
3023         checked to the ispell process - fixes bug in LaTeX parsing.
3024         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3025         (ispell-skip-region): No longer skips <TT> in SGML.
3026         (ispell-process-line): Tracks location information with spelling
3027         corrections.  Added documentation string.  Accounts for words
3028         already accepted on this line.  Don't allow query-replace on line
3029         starting with math characters.  Doesn't resend a line already sent
3030         to ispell process.  Fixes alignment error bug.
3032 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3034         * dired-x.el (dired-guess-shell-alist-default):
3035         Suggest xloadimage, which is free, not xv, which isn't.
3037         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3038         Don't ever include the host name or user name in the value.
3040 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3042         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3043         of a real newline.
3045 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3047         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3048         for .png files.
3050 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3052         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3054 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3056         * progmodes/cperl-mode.el: Replace ^F with ^L.
3058         * sendmail.el (toplevel): Provide `sendmail' when compiling
3059         before `require'ing rmail and mailalias to prevent infinite
3060         recursion.
3062 2000-01-08  Dave Love  <fx@gnu.org>
3064         * emacs-lisp/backquote.el: Remove inappropriate customization
3065         (allowing custom.el to use backquote).
3067 2000-01-07  Dave Love  <fx@gnu.org>
3069         * add-log.el (add-log-debugging): Deleted.
3070         (add-change-log-entry): Treat a backup FILE-NAME as its parent
3071         file.  Remove debugging code.
3072         (change-log-get-method-definition, change-log-name): Add doc.
3073         (change-log-sortable-date-at): New function.
3074         (change-log-merge): New command.
3076         * time.el (display-time-string-forms): Make the Mail string active.
3077         (display-time-update): Provide help-echo for load average.
3079         * bindings.el (make-mode-line-mouse2-map): New function.
3080         (mode-line-modified): Use it and simplify.
3081         (mode-line-mule-info): Provide help-echo info.
3082         (minor-mode-alist): Activate the strings.
3083         (make-mode-line-mouse-sensitive): Simplify for
3084         mode-line-buffer-identification.
3086 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
3088         * play/pong.el: New file.
3090 2000-01-06  Dave Love  <fx@gnu.org>
3092         * array.el: Assorted cleanups for compiler warnings, doc strings,
3093         `array-' prefix for symbols.
3095 2000-01-05  Dave Love  <fx@gnu.org>
3097         * textmodes/outline.el (outline-mode-menu-bar-map): Add
3098         outline-headers-as-kill.
3099         (outline-mode): Define imenu-generic-expression.
3100         (outline-headers-as-kill): New command.
3102         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3103         from paragraph-start.
3104         (paragraph-indent-minor-mode): New command.
3106         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3107         M-C-e, M-C-h, C-j, C-xnd, TAB.
3108         (fortran-mode): Set beginning-of-defun, end-of-defun.
3109         (fortran-column-ruler): Simplify.
3110         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3111         (fortran-with-subprogram-narrowing): Likewise.
3112         (fortran-indent-subprogram): Call mark-defun.
3113         (fortran-check-for-matching-do): Change narrowing.
3115         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3116         (cl-lucid-hash-tag): Delete.
3117         (cl-hash-table-p): Correct test for native table.
3118         (cl-hash-table-count): Use hash-table-count.
3120         * browse-url.el (browse-url): Fix case of
3121         browse-url-browser-function being an alist.
3123 2000-01-05  Carsten Dominik  <cd@gnu.org>
3125         * textmodes/reftex-vars.el (reftex-parse-file-extension)
3126         (reftex-index-phrase-file-extension): New options.
3128         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3129         Use new option `reftex-index-phrase-file-extension'.
3131         * textmodes/reftex.el (reftex-access-parse-file): Use new option
3132         `reftex-parse-file-extension'.
3134 2000-01-05  Dave Love  <fx@gnu.org>
3136         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3137         (beginning-of-defun-raw): Use it.
3138         (end-of-defun): New variable.
3139         (end-of-defun): Use it.
3140         (check-parens): New command.
3142 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3144         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3145         (hs-show-block): Don't use `mapcar' when not accumulating.
3147         Fix buglet in local variables initialization.
3149 2000-01-05  Andreas Schwab  <schwab@suse.de>
3151         * hscroll.el (hscroll): Doc fix.
3153 2000-01-05  Carsten Dominik  <cd@gnu.org>
3155         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3156         idlw-toolbar.
3158         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3159         file idlw-rinfo.el.
3160         (idlwave-customize): load must read file idlw-shell.el.
3161         (idlwave-create-customize-menu): load must read file idlw-shell.el.
3163 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
3165         * progmodes/idlw-shell.el: Also provide idlwave-shell
3166         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3167         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3169         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3170         both reftex-dcr and reftex-vcr.
3172         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3174 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3176         * ps-print.el: PostScript code now is in separate files, doc fix.
3177         (ps-print-version): New version number (5.0.3).
3178         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3179         local.
3180         (ps-spool-config): Initialization fix.
3181         (ps-print-prologue-1, ps-print-prologue-2)
3182         (ps-print-duplex-feature): PostScript code moved to separated file.
3183         (ps-background-image): Little code reformating.
3184         (ps-begin-file, ps-begin-job): Fix code.
3185         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3186         (ps-prologue-file): New fun.
3188 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3190         * ps-vars.el: Eliminated.
3192         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3193         `;;;###autoload'.
3195         * ps-print.el: ps-vars eliminated, doc fix.
3196         (ps-print-version): New version number (5.0.2).
3197         (ps-spool-config): Initialization fix.
3198         (ps-print-customize): New fun.
3200 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
3202         * autorevert.el (auto-revert-mode): Return value of
3203         auto-revert-mode.
3205 2000-01-04  Dave Love  <fx@gnu.org>
3207         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3208         menu items.
3210 2000-01-03  Dave Love  <fx@gnu.org>
3212         * elide-head.el (elide-head) [defgroup]: Add :version.
3214         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3215         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3216         `cl-hash-table-p', not `hash-table-p'.
3217         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3219 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3221         * faces.el (face-read-integer, read-face-attribute)
3222         (color-defined-p, color-values): unspecified-{f,b}g are now
3223         strings.
3225 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3227         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3228         at comment end, and re-insert them after filling.
3230 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3232         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3233         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3234         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3236 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3238         * term/x-win.el (xw-defined-colors): Call color-supported-p,
3239         the new name of face-color-supported-p.
3241         * term/w32-win.el (xw-defined-colors): Likewise.
3243 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3245         * simple.el (completion-setup-function): Count completion-size
3246         from minibuffer-prompt-end, not from point-min.
3248 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3250         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3251         Pass the frame to tty-color-* functions.
3252         (display-color-p, frame-set-background-mode): Pass the frame to
3253         tty-display-color-p.
3255         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3256         tty-color-alist.
3257         (tty-color-alist, tty-modify-color-alist): New functions.
3258         (tty-color-define,  tty-color-clear, tty-color-approximate)
3259         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3260         an optional parameter FRAME.
3262 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3264         * image.el (create-image, defimage): Don't assume image data is a
3265         string.
3267         * image.el (defimage): Handle specifications containing :data
3268         instead of :file.
3269         (image-type-from-data): New function.
3270         (image-type-from-file-header): Use it.
3271         (create-image): Add parameter DATA-P.
3273 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3275         * echistory.el (electric-command-history): Call Command-history-setup
3276         and command-history-mode using their new conventions.
3278         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3279         no args, and do not set major-mode, mode-name or the local map.
3280         (command-history-mode): New function, does some of those things
3281         Command-history-setup used to do.
3282         (list-command-history): Call command-history-mode, not
3283         Command-history-setup.
3284         (command-history): Renamed from command-history-mode.
3286 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3288         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3290 1999-12-31  William M. Perry  <wmperry@aventail.com>
3292         * image.el (defimage): Images with the `:data' keyword should be
3293         considered valid as well.
3295 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3297         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3298         with FILE if FILE is nil.
3300 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3302         * simple.el (choose-completion-string): In minibuffer,
3303         do not delete the prompt string.
3305 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3307         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3308         assigned to mode-line-mode-menu because bindings.el is dumped with
3309         Emacs, and thus the lists used for menu-item definition will be
3310         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3311         like pure menu item definitions.
3313         * expand.el (expand-abbrev-hook): Return t if expansion was
3314         done, nil otherwise.
3316 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3318         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3319         (tar-quit): Function deleted.
3321 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3323         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3324         was used but not declared.
3326         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3327         hs-find-block-beginning): Add or modify docstrings.
3329         (hs-isearch-show): Rewrite.
3331 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3333         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3335         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3336         space in front of a C-style comment end.
3338 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3340         * startup.el (command-line-1): Make mode line mouse-sensitive for
3341         the MS-DOS version as well.
3343 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3345         * bs.el: New file.
3347 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3349         * textmodes/ispell.el (ispell-process-line):
3350         Add local var line-offset to adjust for the change
3351         in positions within the line, due to previous replacements.
3353 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3355         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3356         Doc fixes.
3358 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3360         * add-log.el (change-log-version-number-regexp-list)
3361         (change-log-version-info-enabled): Change :version to 21.1.
3362         (toplevel): Require CL when compiling.
3364 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3366         * add-log.el (change-log-version-number-regexp-list): Added tag
3367         :version 20.6
3368         (change-log-version-info-enabled): Added tag :version 20.6
3370 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3372         * add-log.el: More general version number search with
3373         user-configurable regexp list.
3374         (change-log-version-number-regexp-list): New user variable.
3375         (change-log-find-version): Rewritten.  Use user-configurable
3376         version numbering regexp list
3377         change-log-version-number-regexp-list.
3378         (change-log-find-version): Renamed to
3379         change-log-version-number-search
3380         (add-log-file-name-function): New.
3381         (change-log-search-vc-number): Added END paramaeter.  Added doc
3382         string to function.
3383         (change-log-version-rcs): Renamed.  Was
3384         change-log-search-vc-number.
3386 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3388         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3389         overlays if they interfere.
3390         (compilation-find-file): Make intangible overlays tangible.
3392         * progmodes/hideshow.el: Generally, synch w/ maintainer
3393         version 5.9.
3395         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3397         (hs-minor-mode-hook): Don't initialize.
3399         (hs-special-modes-alist): Rewrite value and docstring.
3401         (hs-minor-mode-prefix): Delete unused var.
3403         (hs-block-start-mdata-select): New var, buffer local.
3405         (hs-headline): New var.
3407         (hs-match-data, hs-forward-sexp): New funcs.
3409         (hs-hide-comment-region): New func.
3411         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3412         hs-safety-is-job-n, hs-hide-initial-comment-block,
3413         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3414         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3415         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3416         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3417         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3419         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3420         (hs-isearch-show-temporary): New funcs.
3422         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3424         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3426         When constructing menu, use `[(shift button2)]' notation.
3428 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3430         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3431         (jka-compr-compression-info-list): Add new elt to each vector.
3432         (jka-compr-write-region): Don't compress the data if it is
3433         already compressed.
3435         * jka-compr.el (jka-compr-really-do-compress): New variable.
3436         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3437         if visiting.
3438         (jka-compr-write-region): Set jka-compr-really-do-compress
3439         if visiting.  Test it when deciding to compress.
3441 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3443         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3444         with third argument t.
3446 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3448         * antlr-mode.el: Version 1.2 is released.
3449         (antlr): This package has a web page.
3451 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3453         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3454         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3455         (antlr-mode-map): New binding [C-c C-c].
3456         (antlr-mode-menu): New entries.
3458 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3460         * antlr-mode.el: Respect Emacs conventions.
3461         ((require 'cl)): Only use during compilation.
3462         (antlr-language-for-option): New function to avoid using `find'.
3463         (antlr-mode): Use it.
3464         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3465         (antlr-imenu-create-index-function): Change accordingly.
3466         (antlr-inside-rule-p): Ditto.
3467         (antlr-end-of-rule): Ditto.
3468         (antlr-end-of-body): Ditto.
3469         (antlr-beginning-of-rule): Ditto.
3470         (antlr-indent-line): Ditto.
3472 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3474         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3475         (antlr-set-tabs): Don't use hard-coded values.
3477         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3478         won't be possible without a huge time penalty.
3479         (antlr-skip-exception-part): Be more specific.
3480         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3481         Renamed from `antlr-skip-grammar-header'.
3482         (antlr-next-rule): Change accordingly.
3483         (antlr-end-of-body): Ditto.  Better error message.
3484         (antlr-beginning-of-body): Better error message.
3485         (antlr-imenu-create-index-function): Skip rule action prelude.
3487         * antlr-mode.el: Minor syntax highlighting changes.
3488         (antlr-font-lock-default-face): Deletia.
3489         (antlr-font-lock-tokendef-face): Changed color.
3490         (antlr-font-lock-tokenref-face): Changed color.
3491         (antlr-font-lock-literal-face): Changed color.
3492         (antlr-font-lock-additional-keywords): Minor changes.
3494 1999-12-20  Carsten Dominik  <cd@gnu.org>
3496         * progmodes/idlwave.el: New file.
3498         * progmodes/idlwave-rinfo.el: New file.
3500         * progmodes/idlwave-shell.el: New file.
3502         * progmodes/idlwave-toolbar.el: New file.
3504         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3506 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
3508         * progmodes/cwarn.el: New file.
3510 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3512         * bindings.el (completion-ignored-extensions): Add .pdf.
3514 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3516         * version.el: Put the version info into binary on MS-DOS as well.
3518 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3520         * emacs-lisp/debug.el (debugger-continue): Don't continue if
3521         debugger-may-continue is nil.
3523 1999-12-18  Dave Love  <fx@gnu.org>
3525         * emacs-lisp/cl-macs.el: Remove conditional definition of
3526         eval-when-compile.  Don't specify abs, expt, gethash,
3527         hash-table-count, hash-table-p as side-effect-free here.
3528         (cl-emacs-type): Don't declare.
3529         (cl-compile-time-init): Remove Emacs 18 compiler patch.
3530         (cl-parse-loop-clause): Remove compatibility code.
3532         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3533         (side-effect-free-fns): Add gethash, hash-table-count.
3534         (side-effect-and-error-free-fns): Add hash-table-p.
3536         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
3537         `cl-' to autoload names for some hash functions.  Don't autoload
3538         eval-when-compile.  Don't provide mini-cl.
3539         (cl-emacs-type): Remove.
3540         (cl-map-extents): Remove compatibility code.
3542         * emacs-lisp/float.el: Bind free variables.
3544         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3546 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3548         * bindings.el (completion-ignored-extensions): Add .tfm.
3550 1999-12-16  Dave Love  <fx@gnu.org>
3552         * faces.el (set-face-attribute): Purecopy the attributes set.
3554         * custom.el (custom-declare-variable): Purecopy value.
3556         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3557         (byte-extrude-byte-code-vectors): Use remprop.
3558         (byte-compile-lambda): Check that arg is a lambda.
3560 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
3562         * font-lock.el: System for adding and removing keywords.
3563         Both local (previously added keyword) and global keywords
3564         can be removed.
3565         (font-lock-remove-keywords): New user-level function.
3566         (font-lock-update-removed-keyword-alist): New internal function.
3567         (font-lock-removed-keywords-alist): New variable.
3568         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3569         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3570         growing datastructures.
3571         (font-lock-set-defaults): Removes keywords stored in
3572         `font-lock-removed-keywords-alist' after local keywords added.
3574 1999-12-16  Anders Lindgren  <andersl@andersl.com>
3576         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3577         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3579         * font-lock.el (c-keywords): Only highlight preprocessor
3580         directives when spelled correctly.
3582         * font-lock.el (font-lock-match-c++-structor-declaration,
3583         c++-keywords): Fontify constructors and destructors with function
3584         face inside C++ class declarations.
3586 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3588         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3589         the shell from sh-shell-file.
3591         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3593 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3595         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3596         if one of the files specified cannot be accessed by
3597         file-attributes.  Do not strip any leading directories from the
3598         file names, to behave more like `ls' does.
3600         * dired.el (dired-get-filename): Handle absolute file names.
3601         (dired-readin-insert): If argument is a cons, don't print
3602         "wildcard" on the ``total'' line.
3604 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3606         * faces.el (face-read-integer, read-face-attribute)
3607         (color-defined-p, color-values): Allow color values unspecified-fg
3608         and unspecified-bg, handle them as unspecified.
3610 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
3612         * textmodes/reftex.el: (reftex-compile-variables): respect new
3613         structure of `reftex-index-macro'
3614         (reftex-compile-variables): Use the changed structure of
3615         `reftex-label-alist'.
3617         * textmodes/reftex-vars.el (reftex-index-math-format,
3618         (reftex-toc-max-level): New option.
3619         reftex-index-phrases-search-whole-words,
3620         reftex-index-phrases-case-fold-search,
3621         reftex-index-phrases-skip-indexed-matches,
3622         reftex-index-phrases-wrap-long-lines,
3623         reftex-index-phrases-sort-prefers-entry,
3624         reftex-index-phrases-sort-in-blocks): New options.
3625         (reftex-index-macros): Option structure changed.
3626         (reftex-index-macros-builtin): Added `repeat' item to each entry.
3627         (reftex-label-alist): Additional item in each entry to specify if
3628         the environment should be listed in the TOC.
3629         (eval-when-compile (require 'cl)) added.
3631         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3632         longer deals with "repeat".
3633         (reftex-index): "repeat property in `reftex-index-macro-alist' is
3634         now used.
3635         (reftex-index-phrases-comment-regexp,
3636         reftex-index-phrases-macrodef-regexp,
3637         reftex-index-phrases-phrase-regexp1,
3638         reftex-index-phrases-phrase-regexp2,
3639         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3640         New constants.
3641         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3642         reftex-index-phrases-font-lock-keywords,
3643         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3644         reftex-index-phrases-restrict-file): New variables.
3645         (reftex-index-phrase-selection-or-word,
3646         reftex-index-visit-phrases-buffer,
3647         reftex-index-initialize-phrases-buffer,
3648         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3649         reftex-index-next-phrase, reftex-index-this-phrase,
3650         reftex-index-all-phrases, reftex-index-region-phrases,
3651         reftex-index-phrases-parse-header,
3652         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3653         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3654         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3655         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3656         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3657         reftex-index-make-replace-string,
3658         reftex-query-index-phrase-globally, reftex-query-index-phrase,
3659         reftex-index-phrase-match-is-indexed,
3660         reftex-index-phrases-fixup-line,
3661         reftex-index-phrases-replace-space,
3662         reftex-index-select-phrases-macro): New functions.
3663         (reftex-index-globalize, reftex-index-globally): functions removed
3664         (eval-when-compile (require 'cl)) added.
3666          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3667          for max level.
3668          (reftex-toc-max-level-indicator): New variable.
3669          (reftex-toc-max-level): New command.
3670          (reftex-toc-map): New keybinding `t'.
3671          (reftex-toc-help): Constant updated.
3672          (eval-when-compile (require 'cl)) added.
3674          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3675          `t' command key can change `reftex-toc-max-level'
3676          (eval-when-compile (require 'cl)) added.
3678          * textmode/reftex-sel (reftex-insert-docstruct): Respect
3679          `reftex-toc-max-level'
3680          (eval-when-compile (require 'cl)) added.
3682          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3683          added.
3685          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3686          added.
3688          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3689          commands.
3690          (reftex-citation, reftex-do-citation,
3691          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3692          preselect a citation format.
3693          (eval-when-compile (require 'cl)) added.
3695          * textmodes/reftex-parse.el (reftex-context-substring): Optional
3696          parameter to-end
3697          (reftex-section-info): Deal with environment matches.
3698          (eval-when-compile (require 'cl)) added.
3700          * reftex-global.el (eval-when-compile (require 'cl)) added.
3702 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
3704         The following changes are for the new composition mechanism.  We
3705         have deleted `composition' charset and composite characters,
3706         instead introduced a special text property `composition'.
3708         * composite.el: New file.
3710         * ps-mule.el: Define encode-composition-rule and find-composition
3711         for Emacs 20.4 and the earlier versions.
3712         (ps-mule-init-external-library): Just require a feature for
3713         external libraries.
3714         (ps-mule-prologue): Postscript code modified for new composition.
3715         (ps-mule-find-wrappoint): New arg COMPOSITION.
3716         (ps-mule-plot-string): Delete code for composite characaters.
3717         (ps-mule-plot-composition): New funcion.
3718         (ps-mule-prepare-font-for-components): New function.
3719         (ps-mule-plot-components): New function.
3720         (ps-mule-composition-prologue-generated): Renamed from
3721         ps-mule-cmpchar-prologue-generated.
3722         (ps-mule-composition-prologue): New named from
3723         ps-mule-cmpchar-prologue.  Modified for new composition.
3724         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3725         ps-mule-prepare-cmpchar-font): Deleted.
3726         (ps-mule-string-encoding): New arg NO-SETFONT.
3727         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3728         check Composing, not Cmpchar
3729         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3730         to nil.
3731         (ps-mule-begin-job): Check existence of new composition.
3733         * ps-print.el (ps-plot-region): Handle new composition.
3735         * simple.el (what-cursor-position): Show "(composed)" if the
3736         character is composed.
3738         * international/characters.el: Fix cateogries of Lao symbols.
3740         * international/fontset.el (vertical-centering-font-regexp): New
3741         variable.
3743         * international/mule.el (mule-version): Updated to 5.0 (AOI).
3744         (mule-version-date): Updated to 1999.12.7.
3745         (with-category-table): New macro.
3747         * international/mule-cmds.el (encode-coding-char): Don't check
3748         composite character.
3750         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3751         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3752         x-ctext): Give `composition' property t.
3754         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3755         non-nil) at the tail of ALIST.
3756         (compose-region, decompose-region, decompse-string,
3757         reference-point-alist, compose-chars): Moved to composite.el.
3758         (compose-chars-component, compose-chars-rule,
3759         decompose-composite-char): Deleted.
3761         * international/quail.el (quail-install-map): New optional arg
3762         NAME.
3763         (quail-get-translation): If DEF is a symbol but not a function,
3764         ignore it.
3765         (quail-start-translation): Put a key sequence undefined in the
3766         translation keymap in unread-command-events, not generated-events.
3767         Return parameterized event (compose-last-chars N) if the input
3768         characters should be composed.
3769         (quail-map-definition): If DEF is t, treat it as nil.
3770         (quail-delete-last-char): Delete the quail region.
3771         (quail-show-translations): Don't show list of translations if the
3772         quail package is deterministic.
3773         (quail-completion-max-depth): New variable.
3774         (quail-completion-1): Pay attention to the above variable.  Fix
3775         for the case that a translation is a function.
3776         (quail-map-from-table, quail-map-from-table-1,
3777         quail-map-from-table-2): New functions.
3778         (quail-lookup-map-and-concat): New function
3780         * language/devan-util.el: Mostly rewritten.
3782         * language/lao.el: Register lao-composition-function in
3783         composition-function-table.
3785         * language/lao-util.el: Mostly rewritten.
3787         * language/thai.el: Register thai-composition-function in
3788         composition-function-table.
3789         (thai-tis620): Delete `pre-write-conversion' property.
3791         * language/thai-util.el: (thai-category-table): Make it by
3792         make-category-table.
3793         (thai-composition-pattern): New variable.
3794         (thai-compose-region, thai-compose-string): Use
3795         with-category-table.
3796         (thai-post-read-conversion): Just call thai-compose-region.
3797         (thai-pre-write-conversion): Deleted.
3798         (thai-composition-function): New funciton.
3800         * language/tibet-util.el: Most functions rewritten.
3801         (tibetan-char-p): Renamed from tibetan-char-examin.
3802         (tibetan-composable-examin) (tibetan-complete-char-examin)
3803         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3804         (tibetan-add-components): New function.
3805         (tibetan-composition-function): New function.
3807         * language/tibetan.el: Register tibetan-composition-function in
3808         composition-function-table.
3809         (tibetan-composable-pattern): New variable.
3810         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3811         (tibetan-precomposition-rule-alist): Move punctuations to
3812         tibetan-punctuation-transcription-alist and
3813         tibetan-obsolete-glyphs.
3814         (tibetan-punctuation-transcription-alist): New variable.
3815         (tibetan-obsolete-glyphs): New variable.
3816         (tibetan-regexp): Improve the initialization code.
3818         * textmodes/fill.el (fill-find-break-point): Delete codes for
3819         composite characters.
3820         (fill-region-as-paragraph): Likewise.
3822 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
3824         * international/mule-cmds.el (default-input-method): Specify
3825         that it should be set after current-language-environment.
3827         * custom.el (custom-handle-keyword): Add :set-after.
3828         (custom-add-dependencies): New function.
3829         (custom-set-variables): Take dependencies between args into
3830         account.
3832         * battery.el (battery): Doc fix.
3834 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3836         * progmodes/cc-make.el: Removed.
3838 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3840         * Release of cc-mode 5.26
3842 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3844         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3845         target depth.  Optionally count #else lines as clause limits,
3846         as suggested by don provan <provan@lucent.com>.  #elif
3847         handling fixed.
3849         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3850         (c-down-conditional-with-else): New commands that uses the
3851         added functionality in `c-forward-conditional'.
3853 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3855         * cc-align.el (c-lineup-comment): Preserve the alignment with
3856         a comment on the previous line instead of preserving the
3857         comment-column.
3859 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3861         * Fixes to IDL mode after input from Eric Eide
3862         <eeide@cs.utah.edu>:
3863         * cc-engine.el (c-beginning-of-statement-1): Allow
3864         `c-conditional-key' to be nil, for the benefit of IDL mode.
3865         * cc-engine.el (c-guess-basic-syntax): Ditto.
3866         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
3867         but do match CORBA 2.3 `valuetype'.
3868         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
3869         for IDL.
3870         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
3871         be nil for IDL.
3872         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3873         Like C++.
3874         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
3875         set `c-method-key' and `c-baseclass-key' to nil.
3877 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3879         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3880         with nonhanging open braces.
3882 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3884         * cc-align.el: Added docstrings to all lineup functions.
3886         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3887         keyword.
3889         * cc-align.el (c-lineup-C-comments): Handle free form text
3890         comments.  Use c-comment-prefix-regexp and comment-start-skip
3891         instead of hardcoded regexps.
3893 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3895         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3896         behavior and return value as documented.
3898 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3900         * Changes for new style variable init system:
3901         * cc-langs.el (c-common-init): Dito.
3902         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3903         now customizable.
3904         * cc-vars.el: Style variables may now take a value
3905         'set-from-style to make them take their value from the style
3906         system. This value is now the default on all these variables.
3907         * cc-vars.el (c-valid-offset): New function to verify a
3908         syntactic symbol offset setting.
3909         * cc-vars.el (c-offsets-alist): Variable moved from
3910         cc-styles.el since it's now customizable in a similar way to
3911         the other style variables.
3912         * cc-vars.el (c-old-style-variable-behavior): New variable to
3913         revert to the old style init behavior.
3915         * cc-vars.el (c-file-style, c-file-offsets): Made always
3916         buffer local.
3918         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3919         the throws clause that might follow the function prototype in
3920         C++.
3922 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3924         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3925         could move forward for macros that doesn't start in column 0.
3927 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3929         * cc-align.el (c-indent-multi-line-block,
3930         c-lineup-whitesmith-in-block): Two new lineup functions for
3931         use in whitesmith style.
3933         * cc-styles.el (c-style-alist): More fixes to whitesmith
3934         style.  It should now handle all different braces uniformly in
3935         both hanging and non-hanging cases.
3937 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3939         * cc-cmds.el (c-indent-exp): Use a marker to save point to
3940         make it stay in the same position relative to the surrounding
3941         text.
3943         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3944         when adaptive-fill-mode doesn't manage to get it correct.
3946         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3947         with dotted notation, e.g. foo.bar.Gnu.
3949         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3950         within unwind-protect (previously only some were wrapped so it
3951         would be possible to register mode initialization when full
3952         initialization did not finish).
3954         * cc-styles.el (c-style-alist): Corrected the brace placement
3955         in the whitesmith style.  Thanks to Sean Luke
3956         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
3957         styles with consistent brace placement for all constructs.
3959 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3961         * cc-cmds.el (c-context-line-break): Continue C++ comments too
3962         when point is in the middle of them.
3964         * cc-cmds.el: Line breaking and paragraph filling code
3965         rewritten:
3966         (c-guess-fill-prefix): New function that uses various
3967         heuristics to guess the comment prefix.
3968         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3969         It now assumes adaptive filling is active to preserve the line
3970         prefix inside comments.
3971         (c-indent-new-comment-line): Replacement for the now
3972         obsolete `c-comment-line-break-function' that uses
3973         `c-guess-fill-prefix' when appropriate.  It now observes the
3974         setting of `comment-multi-line', which has effect in C-style
3975         block comments.
3977         * cc-cmds.el (c-context-line-break): New function intended to
3978         be put on RET.  It's essentially `newline-and-indent', but
3979         continues C block comments with the appropriate line prefix.
3981         * cc-cmds.el (c-do-auto-fill): New function put on
3982         `normal-auto-fill-function' to implement the
3983         `c-ignore-auto-fill' variable.
3985         * cc-cmds.el (c-beginning-of-statement): Use
3986         `c-comment-prefix-regexp' to avoid ending up inside the
3987         comment prefix.  Better handling of comment starters and
3988         enders. Catch comments better when traversing code.  Stop at
3989         preprocessor directives.
3991         * cc-defs.el (c-forward-comment): New subst to hide platform
3992         dependent quirks in `forward-comment'.
3994         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3995         argument.
3996         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3997         arguments. Activate this function by default when
3998         `parse-partial-sexp' supports it (currently Emacs 20.x).
4000         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4001         on the comment opener to make constants usable as lineup
4002         arguments.
4004         * cc-align.el (c-lineup-C-comments): Fixes to handle the
4005         changed anchor position in the `c' syntactic symbol.  Handle
4006         more than stars in the comment prefix; use the new variable
4007         `c-comment-prefix-regexp'.  Don't indent text not preceded by
4008         a comment prefix to the right of the comment opener if it's
4009         long.
4011         * cc-langs.el: Fixes to mode initialization for new line
4012         breaking and paragraph filling method.  Adaptive fill mode is
4013         now activated at startup instead of deactivated.  The
4014         variables used for adaptive filling and paragraph movement are
4015         also changed to incorporate the value of
4016         `c-comment-prefix-regexp'.  `substitute-key-definition' is
4017         used to override some functions in the global map instead of
4018         overriding their default bindings.
4020         * cc-mode.el (java-mode): Modify `paragraph-start' for the
4021         javadoc markup at mode init.
4023         * cc-mode.el (c-setup-filladapt): A new convenience function
4024         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
4025         function is intended to be used explicitly by the end user
4026         only.
4028         * cc-vars.el (c-comment-prefix-regexp): New variable used to
4029         recognize the comment fill prefix inside comments.
4030         (c-block-comment-prefix): New name for
4031         `c-comment-contiuation-stars', which is now obsolete.  It's
4032         generalized to handle any character sequence.
4033         (c-ignore-auto-fill): New variable used to selectively disable
4034         Auto Fill mode in specific contexts.
4036 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4038         * cc-cmds.el (c-comment-indent): Leave at least one space
4039         between the comment and the last nonblank character in the
4040         case where we look at the indentation of the comment on the
4041         previous line (case 4).
4043         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4044         list of characters that may start a statement (it's a sort of
4045         prefix operator in Pike, and isn't used at all in any of the
4046         other languages).
4048 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4050         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4051         inside continued statements as statement-cont instead of
4052         brace-list-open.  The reason is that one normally adjusts
4053         brace-list-open for brace lists as top-level constructs, and
4054         brace lists inside statements is a completely different
4055         context.  Case 10B.2 changed.  Also changed (the somewhat
4056         esoteric) case 9A to cope with this.
4058 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4060         * cc-cmds.el (c-electric-brace): Added electric handling of
4061         the open brace for brace-elseif-brace.
4063 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4065         * cc-defs.el (c-with-syntax-table): New macro to easily switch
4066         syntax tables temporarily.
4068         * cc-engine.el (c-guess-basic-syntax): Handle template and
4069         member init argument lists split over several lines.  Case 5D
4070         changed.
4072         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4073         @throws introduced in Javadoc 1.2.
4075         * cc-menus.el (cc-imenu-java-generic-expression): Applied
4076         patch from RMS to avoid infinite backtracking.
4078 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4080         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4081         by [ ].
4083 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4085         * cc-align.el (c-lineup-dont-change): Compensate properly for
4086         the column in langelem.
4088         * cc-engine.el (c-syntactic-information-on-region): New
4089         function to help debugging the syntactic analysis.
4091 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4093         * cc-align.el (c-lineup-template-args): Handle nested template
4094         arglists.
4096         * cc-langs.el (c++-template-syntax-table): New syntax table
4097         that makes `<' and `>' parenthesis characters, which is useful
4098         to switch to temporarily when analyzing template arglists.
4100         * cc-styles.el: Changed default alignment of labels in the
4101         java style to conform to the examples in the Java Language
4102         Specification.
4104         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4105         by default.
4107 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4109         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4110         immediately before the closing paren in an arglist, so don't
4111         check that in Pike mode.  Case 7A changed.
4113 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4115         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4116         lines were ignored under certain conditions.
4118 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4120         * cc-align.el (c-lineup-template-args): New function for
4121         aligning continued template argument lists.
4123         * cc-engine.el (c-guess-basic-syntax): Fix for member init
4124         lists containing function arglists split over several lines.
4125         Case 5D.1 changed.
4127         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4128         template-args-cont didn't get recognized when the first
4129         arglist opener line doesn't contain a template argument.  New
4130         case 5K.
4132 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4134         * cc-defs.el (c-point): Changed from subst to macro for
4135         efficiency.
4136         (c-beginning-of-defun-1, c-end-of-defun-1): New
4137         beginning-of-defun/end-of-defun wrappers separated from
4138         c-point.
4140         * cc-menus.el (imenu-generic-expression,
4141         imenu-case-fold-search, imenu-progress-message): Dummy
4142         definitions to avoid compiler warnings if imenu can't be
4143         loaded.
4144         * cc-menus.el (cc-imenu-init): New function called at mode
4145         init.
4146         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4147         imenu initializations to cc-imenu-init.
4149 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4151         * cc-engine.el (c-guess-basic-syntax): Slightly better check
4152         for lambda-intro-cont in Pike mode.  Case 6 changed.
4154         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4155         anything following "new Foo()" was considered an anonymous
4156         class body in Java mode.
4158 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4160         * cc-cmds.el (c-comment-line-break-function): When breaking in
4161         a string, don't insert a new line.
4163 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4165         * cc-engine.el (c-at-toplevel-p): New interface function which
4166         returns information useful to add-on authors.  It tells you
4167         whether you're at a toplevel statement or not.
4169 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4171         * cc-cmds.el (c-comment-line-break-function): It is possible
4172         that forward-line does not land us at the bol, say if we're on
4173         the last line in a file.  In that case, do a
4174         back-to-indentation instead of a forward-comment -1.
4176 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4178         * cc-engine.el (c-beginning-of-statement-1): Don't catch
4179         "default:" as normal label in case 4.
4181 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4183         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4184         recognize continued bitfield declarations.  Case 5D.1 changed.
4185         * cc-langs.el: New variable c-bitfield-key.
4186         * cc-mode.el: New variable c-bitfield-key.
4188 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4190         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4191         anonymous array expressions (i.e. "new Foo[] {.. bracelist
4192         ..}").
4194 1999-12-12  Dave Love  <fx@gnu.org>
4196         * mail/footnote.el: Require cl when compiling.  Don't autoload
4197         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
4198         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4199         Avoid `acons'.
4200         (footnote-mode-line-string, Footnote-add-footnote): Remove
4201         autoload cookie.
4203 1999-12-12  Richard Sharman  <rsharman@pobox.com>
4205         * sh-script.el: Fix for when font-lock mode is active.
4206         (sh-font-lock-unfontify-region-function): New function.
4208 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4210         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4211         if start-process is not bound, since Ispell now supports such
4212         platforms as well.
4214 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4216         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4217         rmail-summary-goto-msg.
4219         * files.el (after-find-file): Fix previous change.
4221 1999-12-11  Dave Love  <fx@gnu.org>
4223         * help.el (where-is): Use `commandp' as predicate for
4224         `completing-read'
4226 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4228         * cus-edit.el (custom-save-delete): Delete all occurrences,
4229         leave point where the first occurrence was.
4230         (custom-save-faces): Insert a newline at the end of the comment.
4231         Avoid a double newline there.
4232         If final closeparen is at bol, put a space before it.
4233         (custom-save-variables): Likewise.
4234         (custom-file): Doc fix.
4236 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
4238         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4239         regexp matching image and audio files.
4241 1999-12-09  Dave Love  <fx@gnu.org>
4243         * mail/footnote.el: New file.
4245 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4247         * files.el (after-find-file): Use auto-save-visited-file-name if
4248         set.
4250         * mail/feedmail.el (feedmail-find-eoh): Take
4251         feedmail-queue-alternative-mail-header-separator into account.
4253 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4255         * smerge-mode.el: New file.
4257         * font-lock.el (font-lock-multiline): New variable.
4258         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4259         (font-lock-remove-keywords): Added a dummy `mode' argument for
4260         potential future support.
4261         (font-lock-fontify-anchored-keywords,
4262         (font-lock-fontify-keywords-region): Only handle multiline strings
4263         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4265 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4267         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4269         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4271 1999-12-07  Dave Love  <fx@gnu.org>
4273         * help.el (view-emacs-problems): New command, bound to C-h P.
4275         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4277 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4279         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4280         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4281         New code to support the minor mode version.
4282         (diff-recenter): New function.
4283         (diff-next-hunk, diff-next-file): Use it.
4284         (diff-remembered-files-alist): New var.
4285         (diff-merge-strings): New function.
4286         (diff-find-file-name): Make it smarter and use the user's input more.
4287         (diff-mode): Cosmetic changes.
4289         * files.el (save-some-buffers): Turn EXITING into the more general
4290         PRED argument to allow specifying a subset of buffers.
4292         * simple.el (kill-region): Use the new `delete-and-extract-region'
4293         rather than the undo log (which is incorrect with *-change-functions).
4295         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4296         off-by-one problem that could force re-fontifying the whole buffer.
4297         (font-lock-remove-keywords): New function.
4298         (font-lock-add-keywords): Use the new function to ensure idempotence.
4300 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4302         * viper-cmd.el (viper-minibuffer-standard-hook,
4303         viper-minibuffer-real-start): Mew functions.
4304         (viper-read-string-with-history,viper-file-add-suffix,
4305         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4306         change in the status of the minibuffer prompt.
4308 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4310         * comint.el (comint-redirect-results-list)
4311         (comint-redirect-results-list-from-process): Remove interactive
4312         spec.
4314 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4316         * info.el (info-node, info-menu-5, info-xref): Define colors for
4317         Info faces if the display supports them.
4319 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4321         Changes for automatic remapping of X colors on terminal frames:
4323         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4324         term-setup-hook.  Call msdos-remember-default-colors and
4325         msdos-handle-reverse-video.
4326         (msdos-face-setup): Parts of code moved to
4327         msdos-setup-initial-frame.
4328         (msdos-handle-reverse-video): New function, modeled after
4329         x-handle-reverse-video.
4330         (make-msdos-frame): Don't use initial-frame-alist and
4331         default-frame-alist.  Call msdos-handle-reverse-video.
4332         (msdos-color-aliases): Remove.
4333         (msdos-color-translate, msdos-approximate-color): Remove.
4334         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4335         for better approximation of X colors.
4336         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4337         up tty-color-alist (it is now on startup.el).
4338         (x-display-color-p, x-color-defined-p, x-color-values,
4339         x-defined-colors, face-color-supported-p, face-color-gray-p):
4340         Remove.
4342         * facemenu.el (facemenu-read-color, list-colors-display): Use
4343         defined-colors for all frame types.
4344         (facemenu-color-equal): Use color-values for all frame types.
4346         * faces.el (read-face-attribute): For :foreground and :background
4347         attributes and frames on character terminals, translate the color
4348         to the closest supported one before looking it up in the list of
4349         valid values.
4350         (face-valid-attribute-values): Call defined-colors for all types
4351         of frames.
4352         (defined-colors, color-defined-p, color-values, display-color-p):
4353         New finctions.
4354         (x-defined-colors, x-color-defined-p, x-color-values,
4355         x-display-color-p): Aliases for the above.
4357         * startup.el (command-line): Register terminal colors for frame
4358         types other than x and w32, but only if the terminal supports
4359         colors.  Call tty-color-define instead of face-register-tty-color.
4361         * term/x-win.el (xw-defined-colors): Renamed from
4362         x-defined-colors.
4363         * term/w32-win.el (xw-defined-colors): Likewise.
4365         * term/tty-colors.el: New file.
4366         * loadup.el: Load term/tty-colors.
4368 1999-12-06  Dave Love  <fx@gnu.org>
4370         * ffap.el: Autoload the ffap alias directly.
4372 1999-12-06  Inge Frick  <inge@nada.kth.se>
4374         * dired-aux.el (dired-do-shell-command): Changed documentation.
4375         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4376         meaning as `*'.
4378 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4380         * simple.el (insert-buffer): Doc fix.
4382         * apropos.el (apropos-mode): Add autoload cookie.
4384 1999-12-06  Sam Steingold  <sds@goems.com>
4386         * progmodes/etags.el (etags-tags-completion-table): Modified the
4387         regexp to allow for the CL symbols starting with `+*'.
4388         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4389         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4390         `function' quoting lambda.
4391         (tags-with-face): New macro.
4392         (list-tags, tags-apropos): Use it.
4393         (tags-apropos-additional-actions): New user option.
4394         (etags-tags-apropos-additional): Use it.
4395         (tags-apropos): Call etags-tags-apropos-additional.
4396         (tags-apropos-verbose): New user option.
4397         (etags-tags-apropos): Use it.
4398         (visit-tags-table-buffer, next-file): Use `unless'.
4399         (recognize-empty-tags-table): Renamed to
4400         tags-recognize-empty-tags-table.
4401         (complete-tag): Call tags-complete-tag bypassing try-completion.
4403 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4405         * international/mule.el (set-buffer-file-coding-system): Docstring
4406         modified.
4408 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4410         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4411         using the hideshow package.
4412         (hs-special-modes-alist): Added entry for bibtex to allow the use
4413         of the hideshow package.
4414         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4415         not longer provided by bibtex.el directly.  Instead the hideshow
4416         package should be used.
4417         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4418         references to bibtex-hide-entry-bodies.
4420 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4422         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4423         maintainer information closer to the beginning of the bibtex.el
4424         file.
4425         (bibtex-maintainer-salutation): New constant.
4426         (bibtex-version): New constant.
4427         (bibtex-submit-bug-report): Use bibtex-version and
4428         bibtex-maintainer-salutation.
4429         (bibtex-entry-field-alist): Made booktitle field optional for
4430         @inproceedings entries when crossreferenced.
4431         (bibtex-entry-field-alist): Added booktitle field to proceedings
4432         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4433         for the suggestion.
4434         (bibtex-string-file-path): Fixed typo.
4436 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4438         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4439         for reftex.el.
4440         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4441         to menu.
4443 1999-12-04  Dave Love  <fx@gnu.org>
4445         * delsel.el: Revert previous change -- region is significant to
4446         skeleton.
4448 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4450         * viper-cmd.el (viper-change-state): Use
4451         viper-ESC-moves-cursor-back to decide whether to move the cursor
4452         back.
4454 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4456         * international/mule-util.el (truncate-string-to-width): Docsting
4457         fixed.
4459 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4461         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4462         use of `cond'.
4463         (lm-with-file): Move all the find-file...kill-buffer stuff into
4464         this macro.  Make it use `find-file-noselect' and make it kill
4465         the buffer only if it wasn't already displayed somewhere.
4466         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4467         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4468         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4469         (lm-commentary): Fix to handle the case when the change log is
4470         at the end of the file.
4472 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4474         * international/mule.el (charsetp): Fix typo in docstring.
4476         * international/mule-diag.el (list-coding-categories): Fix typo;
4477         automatic -> autoload.
4479 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4481         * vc.el (vc-update-change-log): Look for rcs2log under
4482         exec-directory.
4484         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4485         outline-regexp, add outline-level.
4486         (lisp-outline-level): New.
4488         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4489         remove extraneous string-match.
4491         * finder.el (finder-commentary): Activate Finder mode.
4493 1999-12-01  Anders Lindgren  <andersl@andersl.com>
4495         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4496         off when reverting buffers that contained mode specifiers.
4497         `revert-buffer' is now called with non-nil PRESERVE-MODES
4498         argument.
4500 1999-12-01  Dave Love  <fx@gnu.org>
4502         * delsel.el: Grok skeleton-pair-insert-maybe.
4504 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4506         * progmodes/cperl-mode.el (cperl-under-as-char):
4507         Use nil as default.
4509 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
4511         * speedbar.el (toplevel): Remove compatibility code for Emacs
4512         versions without custom.el.
4514 1999-11-30  Dave Love  <fx@gnu.org>
4516         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4518         * autoinsert.el: Minor doc fixes.
4519         (auto-insert): Return nil.
4521         * faces.el (set-face-documentation): Purecopy STRING.
4523 1999-11-29  Dave Love  <fx@gnu.org>
4525         * derived.el: Doc fixes, remove old backquote syntax.
4527         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4528         comment warning about editing.
4530         * help.el (help-mode-hook): Define.
4532 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
4534         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4535         invalid translation of old-style backquote syntax to new syntax.
4537 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4539         * Makefile (DONTCOMPILE): Add term/internal.el.
4541 1999-11-26  Dave Love  <fx@gnu.org>
4543         * comint.el: Fix last change.
4545         * emacs-lisp/advice.el: Fix last change.
4547 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4549         * cus-edit.el (Custom-reset-standard): Doc fix.
4550         (custom-variable-reset-standard): Doc fix.
4551         (custom-face-reset-standard): Doc fix.
4552         (custom-face-menu): "Reset to Standard" => "Erase Customization".
4553         (custom-variable-menu): Likewise.
4554         (custom-reset-menu): Likewise.
4555         (custom-buffer-create-internal): Likewise.
4557 1999-11-26  Dave Love  <fx@gnu.org>
4559         * progmodes/make-mode.el (makefile-mode-hook): Customize.
4561         * font-lock.el: Doc fixes.
4563         * menu-bar.el (menu-bar-mode): Customize.
4565         * cus-start.el: Add use-dialog-box.
4567         * add-log.el (change-log-mode-hook): Customize.
4568         (add-log-current-defun): Use
4569         fortran-{beginning,end}-of-subprogram.
4571 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4573         * emacs-lisp/advice.el: Many doc fixes.
4575         * comint.el (comint-preoutput-filter-functions): Doc fix.
4577 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4579         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4580         Improve messages for capitalization of arg names,
4581         for flag variables, for t and nil, for imperatives.
4582         Call them imperatives rather than infinitives sans "to".
4583         (checkdoc-common-verbs-wrong-voice): Add "moves".
4584         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4586         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4587         Don't convert comments from 3-semicolon to 2-semicolon.
4588         That is a matter of style.
4589         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4590         (checkdoc-comments): Don't bind that variable.
4592 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4594         * files.el (write-file-hooks): Doc fix.
4596 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
4598         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4600 1999-11-25  Dave Love  <fx@gnu.org>
4602         * hippie-exp.el: Require comint when compiling.
4603         (hippie-expand): Add :links.
4604         (hippie-expand-try-functions-list): Customize.
4606 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4608         * viper*el: Replaced old-style backquotes.
4610         * ediff*el: Replaced old-style backquotes.
4612         * ediff-merge
4613         (ediff-looks-like-combined-merge,ediff-get-combined-region):
4614         Changed to support the new format for ediff-combination-pattern.
4616         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4617         Changed to support the new format for ediff-combination-pattern.
4619 1999-11-24  Dave Love  <fx@gnu.org>
4621         * custom.el (custom-declare-group): Purecopy DOC.
4622         (custom-handle-keyword): Purecopy VALUE.
4623         (custom-add-link): Purecopy WIDGET.
4624         (custom-add-version): Purecopy VERSION.
4625         (custom-add-load): Purecopy LOAD.
4627         * cus-face.el (custom-declare-face): Purecopy DOC.
4629         * info.el:
4630         (Info-build-node-completions, Info-search, Info-follow-reference)
4631         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4632         (Info-find-emacs-command-nodes): Avoid properties on matched text
4633         which may appear in minibuffer.
4635 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
4637         * locate.el (locate-with-filter): Doc fix.
4639 1999-11-24  Alex Schroeder  <alex@gnu.org>
4641         * sql.el (sql-find-sqli-buffer): New function.
4642         (sql-set-sqli-buffer-generally): New function.
4643         (sql-set-sqli-buffer): Better checking of new-buffer.
4644         (sql-copy-column): Add comma after INTO clause, too.
4646 1999-11-24  Alex Schroeder  <alex@gnu.org>
4648         * sql.el (sql-imenu-generic-expression): New, used to set
4649         imenu-generic-expression.
4651         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4652         setting font-lock-defaults' SYNTAX-ALIST.  Set
4653         imenu-generic-expression, imenu-case-fold-search, and
4654         imenu-syntax-alist.
4656         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4657         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4659 1999-11-23  Andrew Innes  <andrewi@gnu.org>
4661         * w32-win.el (w32-drag-n-drop): Load files in current window, if
4662         drop coords aren't over a specific window.
4664 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4666         * ps-print.el: Define mule funs without checking if mule package is
4667         loaded.
4668         (ps-print-version): New version number (5.0.1).
4669         (ps-header-dirpart): Now uses abbreviate-file-name.
4671 1999-11-23  Dave Love  <fx@gnu.org>
4673         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4674         comment-line-start.
4675         (fortran-comment-line-start-skip): Renamed from
4676         comment-line-start-skip.
4677         (fortran-mode-map): Use renamed functions.  Add manual and custom
4678         entries to menu.
4679         (fortran-mode-hook): Customize.
4680         (fortran-comment-indent-function): Renamed from
4681         fortran-comment-hook.
4682         (delete-horizontal-regexp): Function deleted.
4683         (fortran-electric-line-number): Simplified.
4684         (fortran-beginning-of-subprogram): Renamed from
4685         beginning-of-fortran-subprogram.
4686         (fortran-end-of-subprogram): Renamed from
4687         end-of-fortran-subprogram.
4688         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4689         (fortran-previous-statement, fortran-next-statement): Simplified.
4690         (fortran-blink-match): New function.
4691         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4692         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4693         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4694         line-end-position.
4695         (fortran-fill): No longer interactive.  Simplified.
4696         (fortran-break-line): Simplified.
4697         (fortran-analyze-file-format): Use char-after, not looking-at.
4699         * emacs-lisp/find-func.el (find-function-regexp): Use
4700         `define-minor-mode' after easy-menu change.
4702 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
4704         * comint.el: Add redirection.from active comint buffers into
4705         another buffer.  Written by Peter Breton.
4707 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4709         * emacs-lisp/autoload.el (make-autoload): Recognize the new
4710         `define-minor-mode'.
4711         (define-minor-mode): Specify `doc-string-elt'.
4713         * emacs-lisp/easy-mmode.el: Changed maintainer.
4714         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4715         Use defcustom for the hooks; Improve the auto-generated docstrings.
4716         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4717         (define-minor-mode): Add BODY arg; Only declare the keymap if
4718         provided; Improve the auto-generated docstrings.
4720 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
4722         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4723         that the leading `^' is at the start.  This is necessary because
4724         paragraphs.el tries to remove anchors, but can find them only if
4725         they are the first character.
4727         * progmodes/antlr-mode.el: New file.
4729         * calendar/calendar.el: Fix autoload for
4730         calendar-absolute-from-astro.  Add autoload for
4731         calendar-print-astro-day-number.
4733 1999-11-21  Anders Lindgren  <andersl@andersl.com>
4735         * follow.el: Use modern backquote syntax.  Minor comment update.
4737 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
4739         * simple.el (with-syntax-table): Don't switch buffers.
4741         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4742         progmodes/hideif.el: Use new backquote syntax.
4744 1999-11-21  Ken Manheimer  <klm@python.org>
4746         * icomplete.el (icomplete-completions): Use an explicit variable
4747         `icomplete-prospects-length', obviating the need to use an
4748         apparently faulty throw/catch arrangement.
4750 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
4752         * term/internal.el (IT-display-table-setup): Don't overstep
4753         character code 255.
4755 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
4757         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4758         for the charset chinese-sisheng is 7bit encoding, not 8bit.
4760 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4762         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4763         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4765         * files.el (auto-mode-alist): Add patterns for diff-mode.
4767         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4768         to detect an empty prompt.
4770 1999-11-18  Dave Love  <fx@gnu.org>
4772         * simple.el (input-mode-8-bit): Fix the customization.
4774 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
4776         * international/iso-acc.el (iso-languages): Add more
4777         characters for Portuguese.
4779         * speedbar.el: Clean up comment at the start of the file.
4780         Remove RCS id.
4782         * progmodes/compile.el (compilation-parse-errors): Use
4783         compilation-buffer-p instead of testing major-mode.
4785 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
4787         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4788         (quickurl-ask): completion-ignore-case is set to the value of
4789         quickurl-completion-ignore-case for the duration of the call to
4790         completing-read.
4792 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4794         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4796 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
4798         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
4799         instead of ps-print-def.
4801         * ps-print.el: Require ps-vars instead of ps-print-def.
4803         * ps-mule.el: Require ps-vars instead of ps-print-def.
4805 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
4807         * simple.el (with-syntax-table): Save buffer explicitly instead of
4808         using save-excursion.
4810 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4812         * mail/supercite.el: New maintainer.
4814 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
4816         * progmodes/vhdl-mode.el: Use new backquote syntax.
4818 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4820         * simple.el (with-syntax-table): New.
4822 1999-11-15  Sam Steingold  <sds@ksp.com>
4824         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4826 1999-02-22  Sam Steingold  <sds@goems.com>
4828         * goto-addr.el (goto-address-at-mouse,
4829         goto-address-find-address-at-point): Use compose-mail.
4830         (goto-address-mail-method): Removed variable.
4831         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4832         goto-address-send-using-mail): Removed functions.
4834 1998-11-03  Sam Steingold  <sds@goems.com>
4836         * simple.el (backward-delete-char-untabify):
4837         backward-delete-char-untabify-method can be `all' now - to delete
4838         hungrily including newlines.
4840 1999-11-15  Sam Steingold  <sds@ksp.com>
4842         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4844 1999-11-15  Dave Love  <fx@gnu.org>
4846         * cus-edit.el (customize-face, customize-face-other-window):
4847         Require match from completing-read.
4848         (custom-buffer-done-function): Default to custom-bury-buffer, not
4849         bury-buffer.
4851 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
4853         * mail/rmail.el, iswitchb.el, hippie-exp.el,
4854         progmodes/cperl-mode.el: Use new backquote syntax.
4856 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
4858         * uniquify.el: Use new backquote syntax.
4860 1999-11-14  Markus Rost  <rost@ias.edu>
4862         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4863         as in ispell-local-dictionary-alist.
4865 1999-11-14  Alex Schroeder  <alex@gnu.org>
4867         * ansi-color.el (ansi-color-apply): Updated regexps to include
4868         highlighted face.
4870 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
4872         * forms.el (forms--make-format-elt-using-text-properties):
4873         Treat `intangible' differently.
4875         * forms.el: Use new backquote syntax.
4877 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
4879         * textmodes/scribe.el (scribe-mode): Doc-fix.
4881 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
4883         * net-utils.el (run-network-program, net-utils-run-program): Use
4884         the new backquote syntax.
4885         (smbclient-program, smbclient-program-options)
4886         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4887         variables
4888         (smbclient, smbclient-list-shares): New functions
4890 1999-11-12  Sam Steingold  <sds@ksp.com>
4892         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4893         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4894         (viper-kbd-buf-definition, viper-kbd-mode-alist)
4895         (viper-kbd-mode-pair, viper-kbd-mode-definition)
4896         (viper-kbd-global-pair, viper-kbd-global-definition):
4897         Use the new backquote syntax.
4899         * emulation/viper-cmd.el (viper-test-com-defun)
4900         (viper-prefix-arg-value, viper-prefix-arg-com):
4901         Use the new backquote syntax.
4903         * emacs-lisp/debug.el (debugger-env-macro):
4904         Use the new backquote syntax.
4906         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4907         Use the new backquote syntax.
4909         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4910         New user variable.
4911         (calendar-hide-window): Use it.
4912         (increment-calendar-month, calendar-for-loop, calendar-sum):
4913         Use the new backquote syntax.
4915 1999-11-12  Andrew Innes  <andrewi@gnu.org>
4917         * select.el (x-set-selection): Call buffer-substring, not
4918         substring.  Also fix docstring
4920 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
4922         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4923         of customizable variables to bug report message. Added
4924         system-type to package name in bug report.
4926 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
4928         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4929         to display file names.
4931 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
4933         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4935         * isearch.el: Add lazy-highlighting feature.
4937 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4939         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4940         constant.
4941         (ps-mode-submit-bug-report): New function. Entry added to menu.
4943 1999-11-10  William M. Perry  <wmperry@aventail.com>
4945         * mwheel.el: New file to support the new style wheeled mice.
4947 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
4949         * startup.el (initial-scratch-message): Add ";;" to the front of
4950         lines in the message.
4952         * files.el (file-local-copy): Remove optional BUFFER argument
4953         because that's not used by anything.
4955         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4956         to-address.
4958 1999-11-08  Markus Rost  <rost@ias.edu>
4960         * wid-edit.el (widget-button-click): Wrap with save-excursion
4961         to restore track-mouse in the correct buffer.
4963 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
4965         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4967 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
4969         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4970         lpr-command to "lp" for some system-types. (copied from lpr.el
4971         Emacs version 20.2.1).
4973 1999-11-04  Markus Rost  <rost@ias.edu>
4975         * simple.el (comment-region): Strip off white space at end of
4976         comment-start.
4978 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4980         * faces.el (secondary-selection): Fix wrong color name.
4982 1999-11-04  John Tobey  <jtobey@epsilondev.com>
4984         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4985         the default when invoking perldb in a non-Perl buffer, and other
4986         cases involving -e or --.
4988 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4990         * simple.el (previous-matching-history-element)
4991         (next-history-element): Use delete-field instead of erase-field.
4993         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4994         Use delete-field instead of erase-field.
4996         * faces.el (secondary-selection): Change background to yellow.
4998         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4999         find the start of the text.  Use field-string to read the user
5000         input.
5002 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
5004         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5005         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5006         for compatibility with old face implementation.
5008         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5009         Use erase-field instead of erase-buffer.
5011         * frame.el (blink-cursor-mode, blink-cursor-end): Use
5012         internal-show-cursor with new interface.
5013         (blink-cursor-timer-function): New.
5014         (blink-cursor-start): Use blink-cursor-timer-function.
5016 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5018         * calendar.el (redraw-calendar): Move to nearest date before
5019         redrawing.
5021         * diary-lib.el (simple-diary-display): Reset modeline even if
5022         there are no diary entries since the diary buffer may be displayed.
5024 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5026         * emacs-lisp/debug.el (debug): If noninteractive, display the
5027         backtrace using `message', then exit Emacs.
5028         (debugger-batch-max-lines): New variable.
5029         (debugger-setup-buffer): New subroutine, broken out of `debug'.
5030         Change the messages put at the start, to say that the debugger
5031         was entered.
5033 1999-11-02  Sam Steingold  <sds@ksp.com>
5035         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5037 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5039         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5040         presence of perl switches other than "-e".
5042 1999-11-01  Markus Rost  <rost@ias.edu>
5044         * dired-x.el (dired-smart-shell-command): Use
5045         shell-command-history as in shell-command.
5047 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5049         * userlock.el (ask-user-about-lock): Doc fix.
5051         * frame.el: Doc fixes.
5053 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5055         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5056         of show-cursor.
5057         (blink-cursor-start, blink-cursor-end): Ditto.
5059         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5061 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5063         * window.el (walk-windows): If ALL-FRAMES is a frame,
5064         start on that frame.  Use save-selected-window.
5066 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5068         * simple.el (end-of-buffer): Use window-end to find the window end
5069         instead of vertical-motion because this handles variable-height
5070         lines correctly.
5072 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
5074         * ediff.el: Version change.
5076         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5077         make sure you are in a good frame before deleting other
5078         windows.
5079         (ediff-file-checked-in-p): Don't consider CVS
5080         files checked in.
5081         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
5082         are writing to a newly created empty file.
5084         * ediff-mult.el (ediff-show-session-group-hook): New default.
5086         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5087         First cd to the file directory. reportedly works
5088         better with remote files.
5090         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5091         Use file-name-nondirectory when passing files to CVS.
5093         * ediff-diff.el (ediff-cmp-options): New variable.
5094         (ediff-same-file-contents): Use ediff-cmp-options.
5096         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5097         ediff-get-patch-buffer): Use current buffer if it appears to be a
5098         patch.
5100         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5101         C-g
5103         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5104         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5105         (viper-save-cursor-color,viper-restore-cursor-color):
5106         Improved cursor color handling.
5107         (viper-get-saved-cursor-color-in-replace-mode,
5108         viper-get-saved-cursor-color-in-insert-mode): New functions for
5109         better cursor color handling.
5111         * viper-ex.el (ex-read,ex-edit):
5112         Fixes for correct interpretation of #,%.
5113         (viper-ex): Now works correctly when called from other functions.
5114         (viper-glob-function): New variable.
5115         (viper-ex): Save excursion before doing :global.
5117         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5119         * viper-cmd.el (viper-post-command-sentinel,
5120         viper-insert-state-post-command-sentinel,
5121         viper-insert-state-pre-command-sentinel): Takes better care of
5122          cursor colors.
5124         * viper.el: Version change.
5126 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
5128         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5129         that the modeline display was updated *only* when
5130         `whitespace-display-in-modeline' was set, not otherwise.
5132 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5134         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5135         "frac12".
5137         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5138         ad-activate.
5140 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
5142         * whitespace.el: Test for existence of `defcustom' and `defgroup'
5143         using fboundp instead of assuming that these are not present in
5144         particular flavors of emacs.
5145         (whitespace-version): Update to 2.8
5146         (whitespace-display-in-modeline): Add custom variable to control
5147         displaying the whitespace errors on the modeline based on
5148         suggestion from <klaus.berndl@sdm.de>
5149         (whitespace-buffer): Now returns `t' if unclean and `nil' if
5150         clean, to enable using as a hook function, as suggested by Puneet
5151         Goel <puneet@computer.org>
5152         (whitespace-buffer): Fix a subtle bug that cleaned up only if
5153         quiet was not set, even with whitespace-auto-cleanup set.
5154         (whitespace-mode-line): Now uses less modeline real estate and
5155         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5156         which is present in the file, and <y> is any type of whitespace
5157         whose check has been suppressed by setting
5158         `whitespace-check-<whitespace-type>' to nil.
5159         (whitespace-unchecked-whitespaces): New function to return the
5160         list of whitespaces for whom checks have been suppressed.
5161         (whitespace-display-unchecked-whitespaces): Renamed to
5162         `whitespace-update-modeline' to reflect its functionality.
5164 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5166         * progmodes/compile.el (compilation-error-regexp-alist):
5167         Undo previous change.
5169 1999-10-28  Dave Love  <fx@gnu.org>
5171         * help.el (help-follow): Make arg optional again and really
5172         default to point.
5174 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
5176         * paths.el (rmail-file-name): Make it an option.
5178         * progmodes/ada-mode.el, progmodes/ada-prj.el,
5179         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5180         comment fixes.
5182         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5183         MIPS Pro 7.3 compiler error message syntax.
5185 1999-10-27  Dave Love  <fx@gnu.org>
5187         * progmodes/compile.el: Checkdoc-inspired fixes.
5189 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
5191         * lpr.el (print-buffer): Doc-string fix.
5193 1999-10-27  Dave Love  <fx@gnu.org>
5195         * emacs-lisp/advice.el: Doc fixes.
5196         (ad-lemacs-p): Removed.
5197         (advice): Add :link to defgroup.
5199 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
5201         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5202         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5204 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5206         * window.el (walk-windows): If ALL-FRAMES is a frame,
5207         start on that frame.  Use save-selected-window.
5209 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5211         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5212         ad-activate.  All callers changed, including those in data.c.
5213         (ad-activate-internal-off): Renamed from ad-activate-off.
5214         All uses changed.
5215         (ad-activate): Renamed from ad-activate-on.  All uses changed.
5216         (ad-start-advice, ad-stop-advice, ad-recover-normality):
5217         Alter the definition of ad-activate-internal, not ad-activate.
5219 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5221         * startup.el (command-line-1): Add support for command line
5222         arguments `file' and `execute'.  Fix handling of `visit'.
5224 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
5226         * international/mule-cmds.el (read-input-method-name): Handle the
5227         case that the arg DEFAULT is symbol.
5229         * international/mule-diag.el (mule-diag): Handle the case that
5230         default-input-method is symbol.
5232 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5234         * textmodes/tildify.el: New file.
5236 1999-10-25  Sam Steingold  <sds@ksp.com>
5238         * Makefile (compile-files): Fixed the "tr" strings.
5239         (EMACS): Set to ../src/emacs.
5241 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
5243         * info.el (Info-build-node-completions): Add '("*") to the
5244         completion list.
5246 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5248         * frame.el (auto-raise-mode): When enabling the mode,
5249         immediately raise the selected frame.
5251         * indent.el (indent-region): Doc fix.
5253         * comint.el (comint-output-filter): Make the Comint buffer current
5254         for the comint-preoutput-filter-functions.
5256         * mail/reporter.el: Doc fix.
5258 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5260         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5261         that Octave lisp files can also run under XEmacs 20.
5262         (require 'custom) added so that files can run under Emacs 19.34.
5264         * iswitchb.el (iswitchb-default-keybindings): No need to use
5265         read-kbd-macro in keybindings.
5267 1999-10-23  Dave Love  <fx@gnu.org>
5269         * elide-head.el: New file.
5271 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5273         * Makefile (compile-files, backup-compiled-files): New targets.
5274         (bootstrap, bootstrap-clean): Ditto.
5276 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5278         * international/mule-cmds.c (locale-language-names):
5279         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5280         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5281         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5282         Use Latin-8 for Welsh.
5283         Use Latin-1 for English if "en" is explicitly specified.
5284         Use Latin-1 for Scots Gaelic, Tagalog.
5285         Use Latin-1 (not Latin-4) for Greenlandic.
5286         Use Latin-1 (not Latin-2) for Albanian.
5287         (locale-preferred-coding-systems, locale-language-names):
5288         Remove generic ISO 8859 locales; locale-charset-language-names now
5289         does this.
5290         (locale-charset-language-names): New variable.
5291         (set-locale-environment): Use language name specified by
5292         locale-charset-language-names if its charsets disagree with the
5293         language name specified by locale-language-names.
5295 1999-10-22  Dave Love  <fx@gnu.org>
5297         * make-mode.el: Minor doc fixes.
5299         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5301 1999-10-21  Dave Love  <fx@gnu.org>
5303         * loadup.el: Add latin-8, latin-9.
5305 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5307         * disp-table.el (standard-display-european): Remove undocumented
5308         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5309         all non-English language environments as coding system names.
5310         Instead, use the downcased language environment name as a coding
5311         system name if it is one; otherwise, use latin-1.
5313 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5315         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5316         that were split so that part of the comment appeared as Lisp code.
5318 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5320         * ps-bdf.el: Doc fix.
5322         * ps-print-def.el: New file: common definitions for all parts of
5323         ps-print.
5324         (ps-multibyte-buffer): Moved from ps-mule.
5326         * ps-mule.el: File dependence fix.
5327         (ps-multibyte-buffer): Moved to ps-print-def.
5329         * ps-print.el: Doc fix, better customization.
5330         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5331         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5332         (ps-end-file): Doc fix.
5333         (ps-setup, ps-begin-file): Fun fix.
5334         (postscript): New group.
5335         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5336         (ps-print-prologue-1): Adjust PostScript programming.
5337         (ps-print): Adjust group hierarchy.
5338         (ps-print-n-up, ps-print-zebra, ps-print-background,
5339         ps-print-printer)
5340         (ps-print-page): New subgroups.
5341         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5342         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5343         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5344         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5345         (ps-zebra-stripe-height, ps-print-background-image)
5346         (ps-print-background-text, ps-spool-config): Adjust customization.
5347         (dos-ps-printer): Definition eliminated.
5349 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5351         * ps-mule.el: Doc fix, define functions properly if mule package is
5352         loaded or not.
5353         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5354         mule package is loaded or not.
5356         * ps-print.el: Doc fix, n-up printing.
5357         (ps-print-version): New version number (5.0).
5358         (ps-page-dimensions-database): Added document media.
5359         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5360         (ps-page-order, ps-printing-region-p): New vars.
5361         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5362         funs.
5363         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5364         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5365         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5366         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5367         (ps-print-begin-sheet-hook): New hook.
5368         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5369         const.
5370         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5371         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5372         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5373         (ps-count-lines): Changed to defun.
5374         (ps-header-page): Changed to defsubst, fix fun.
5375         (ps-printing-region): Doc fix, adjust programming code.
5376         (ps-output-boolean, ps-background-pages, ps-background-text)
5377         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5378         programming code.
5380 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5382         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5383         (ps-print-version): New version number (4.2).
5384         (ps-spool-config, ps-spool-tumble): New vars.
5385         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5386         programming, new PostScript procedure to handle errors.
5387         (ps-print-prologue-2): Changed to defconst.
5388         (ps-print-duplex-feature): New const: duplex and tumble setting.
5389         (ps-setup, ps-begin-file): Fix funs.
5390         (ps-boolean-capitalized): New fun.
5392 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5394         * Makefile (dontcompilefiles): Obsoleted.
5395         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5396         (EL): Unused.
5397         (temacs): Removed (unused).
5398         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5399         version of the file (necessary for the update to work properly).
5400         (autoloads): Force the use of `pwd`/loaddefs.el.
5401         (updates); Redefined in terms of other targets to reduce redundancy.
5402         (.el.elc): New default rule, just in case you want it.
5403         (compile): Use a single invocation of Emacs.
5404         (bootstrap-compile); Unneeded.
5405         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5407 1999-10-19  Dave Love  <fx@gnu.org>
5409         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5411 1999-10-19  Sam Steingold  <sds@ksp.com>
5413         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5414         comply with the comment.
5416 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5418         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5419         permanent-local.
5421 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5423         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5424         value: \"lpr\" changed to "lpr"
5425         (ps-mode-version): New constant
5426         (ps-mode-show-version): New function, added key in ps-mode-map
5427         (ps-run-messages): Removed
5428         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5429         ps-run-messages. These keywords now include the value of
5430         ps-run-prompt, making its fontification customizable.
5431         (ps-run-init): Removed \\n from docstring, it is now added when
5432         the value is used
5433         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5434         ps-run-prompt
5435         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5436         customizable variables in doc-string (its equivalent
5437         ps-run-messages was missing in previous version of the doc-string)
5438         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5439         symbols only
5441 1999-10-19  Alex Schroeder  <alex@gnu.org>
5443         * ansi-color.el: Complete rewrite.
5445 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5447         Fix bootstrapping problems.
5448         Use the system locale to specify Emacs locale defaults.
5450         * international/mule-cmds.el (global-map):
5451         Do not use backquote, because that makes a bootstrapping
5452         problem if you need to recompile all Lisp files using interpreted code.
5453         * international/mule.el (charset-id, charset-bytes,
5454         charset-dimension, charset-chars, charset-width,
5455         charset-direction, charset-iso-final-char,
5456         charset-iso-graphic-plane, charset-reverse-charset,
5457         charset-short-name, charset-long-name, charset-description,
5458         charset-plist): Likewise.
5459         * subr.el (save-match-data): Likewise.
5461         * international/mule-cmds.el
5462         (set-display-table-and-terminal-coding-system): New function,
5463         containing code migrated out of set-language-environment.
5464         (set-language-environment, set-locale-environment): Use it.
5465         (locale-translation-file-name): Moved here from startup.el.
5466         (locale-language-names, locale-preferred-coding-systems):
5467         New vars.
5468         (locale-name-match, set-locale-environment): New functions.
5470         * language/japan-util.el (setup-japanese-environment-internal):
5471         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5473         * startup.el (iso-8859-n-locale-regexp): Remove.
5474         (locale-translation-file-name): Move to mule-cmds.el.
5475         (command-line): Move locale-stuff into set-locale-environment.
5477 1999-10-18  Dave Love  <fx@gnu.org>
5479         * abbrev.el (add-abbrev, inverse-add-abbrev)
5480         (expand-region-abbrevs): Remove properties from buffer text.
5482 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5484         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5485         from the mini-buffer, without the prompt.
5487         * simple.el (minibuffer-prompt-end): Return the position
5488         after the prompt, not the position of that last character
5489         of the prompt.
5491 1999-10-17  Miles Bader  <miles@gnu.org>
5493         * simple.el: Doc fixes.
5495 1999-10-17  Miles Bader  <miles@gnu.org>
5497         * simple.el (previous-matching-history-element, next-history-element):
5498         Change to work correctly even if the point is in the prompt.
5499         (choose-completion-string): Likewise.
5500         (minibuffer-prompt-width): New function (compatibility with old subr).
5502         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5503         When constraining the final position to the current field,
5504         don't use the ONLY-IN-LINE mode of constrain-to-field.
5506 1999-10-17  Miles Bader  <miles@gnu.org>
5508         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5509         constrain-to-field.
5510         * textmodes/paragraphs.el (forward-sentence): Likewise.
5512 1999-10-17  Miles Bader  <miles@gnu.org>
5514         * simple.el (line-move): Use constrain-to-field to avoid
5515         moving into a prompt.
5516         (previous-complete-history-element): Clarify doc string.
5517         (next-complete-history-element): Likewise.
5518         Use field-beginning instead of point-min.
5519         (next-matching-history-element): Use field-beginning and
5520         erase-field instead of point-min and erase-buffer.
5521         * textmodes/paragraphs.el
5522         (forward-paragraph, forward-sentence): Likewise.
5523         (backward-kill-paragraph, backward-kill-sentence): Remove code to
5524         constrain the kill to an field, as the movement commands now
5525         do this.
5527 1999-10-17  Miles Bader  <miles@gnu.org>
5529         * simple.el (previous-matching-history-element): Get the
5530         minibuffer input with field-string instead of buffer-string.
5531         (choose-completion-string): Likewise.
5532         (next-history-element): Likewise.
5533         Erase the minibuffer input with erase-field, not erase-buffer.
5534         Use field-beginning to find the beginning of the input.
5535         * textmodes/paragraphs.el (backward-kill-sentence):
5536         Remove minibuffer-prompt hack.
5537         Constrain to any input field.
5539 1999-10-17  Sam Steingold  <sds@ksp.com>
5541         * bindings.el (completion-ignored-extensions): Added ".sparcf"
5542         for CMUCL on sparc and ".ufsl" for LispWorks.
5543         (bound-and-true-p): Bugfix: free variable `v'.
5545 1999-10-16  Dave Love  <d.love@dl.ac.uk>
5547         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5548         (edebug-uninstall-read-eval-functions): Use load-read-function,
5549         avoiding elisp-eval.
5551 1999-10-16  Sam Steingold  <sds@ksp.com>
5553         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5554         instead of `eql'.
5556 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5558         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5559         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5560         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5561         * ediff-util.el (ediff-make-temp-file):
5562         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5563         * emerge.el (emerge-make-temp-file):
5564         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5565         * vc.el (vc-update-change-log):
5566         * mail/mailpost.el (post-mail-send-it):
5567         * mail/metamail.el (metamail-region):
5568         * progmodes/cmacexp.el (c-macro-expansion):
5569         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5571 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
5573         * smtpmail.el (smtpmail-via-smtp): Add support for
5574         automatically appending a domain to RCPT TO: addresses.
5576 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5578         * dired.el (dired-insert-directory): Insert the amount of
5579         free space after the total size.
5580         (dired-free-space-program, dired-free-space-args): New variables.
5582 1999-10-14  Karl Heuer  <kwzh@gnu.org>
5584         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5586 1999-10-14  Dave Love  <fx@gnu.org>
5588         * international/characters.el:
5589         * international/fontset.el:
5590         * international/mule-conf.el: Add latin-iso8859-1[45].
5592         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
5593         strings.
5595         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5596         (command-line): Detect Latin-[89] locales.
5598 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5600         * international/mule-cmds.el (select-safe-coding-system)
5601         (leim-list-header): Avoid the use of strings that start with backslash
5602         newline since lread.c:read1 has a hack to turn those strings into
5603         integer 0 during the loadup.el process.
5605         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5607 1999-10-13  Dave Love  <fx@gnu.org>
5609         * image.el (insert-image): Copy the image spec and add an
5610         intangible property.
5612 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5614         * help.el (help-xref-interned): Make it also work on variable-only
5615         and function-only symbols.
5616         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5617         (help-follow): If the point under mouse is not highlighted, try
5618         `help-xref-interned' on the pointed-to symbol anyway.
5620         * info.el (Info-on-current-buffer): New entry point.
5621         (Info-find-node): Split into two for Info-on-current-buffer to
5622         hook into it.
5623         (Info-current-file, Info-set-mode-line, Info-up):
5624         Info-current-file can now be t.
5625         (Info-clone-buffer-hook): Function for `clone-buffer'.
5626         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5627         Make `clone-buffer' available in various ways to the user.
5629 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5631         * simple.el (shell-command, shell-command-on-region): Use
5632         make-temp-file.
5633         (clone-buffer, clone-process, clone-buffer-hook): New functions.
5635         * subr.el (with-current-buffer): Don't use backquotes to avoid
5636         bootstrapping problems.
5638         * loadup.el (load-path): Add subdirs for bootstrapping.
5639         (docstrings): Ignore errors during bootstrapping.
5640         (args): New `bootstrap' argument (for use in place of `dump').
5642 1999-10-12  Emmanuel Briot  <briot@gnat.com>
5644         * ada-stmt.el: Doc-string fixes.
5646 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
5648         * recentf.el: New file.
5650         * ps-mode.el: New file.
5652         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5653         case insensitive.
5655 1999-10-12  Richard Sharman  <rsharman@pobox.com>
5657         * sh-script.el: Added support for indenting existing scripts.
5658         (sh-mode-map): Added new bindings.
5659         (sh-mode): Updated mode doc-string for new commands, added
5660         make-local-variable calls, initialize mode-specific variables.
5661         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
5662         is now a different function.
5663         (sh-header-marker):  Changed docstring.
5664         (sh-set-shell): Initialize mode-specific variables.
5665         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5666         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5667         Changed these define-skeleton calls to work with user-specified
5668         indentation settings.
5669         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5670         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5671         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5672         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5673         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5674         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5675         (sh-guess-basic-offset, sh-handle-after-case-label)
5676         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5677         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5678         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5679         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5680         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5681         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5682         (sh-handle-this-then, sh-help-string-for-variable)
5683         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5684         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5685         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5686         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5687         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5688         (sh-remove-our-text-properties, sh-rescan-buffer)
5689         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5690         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5691         (sh-scan-case, sh-search-word, sh-set-char-syntax)
5692         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5693         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5694         functions.
5695         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5696         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5697         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5698         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5699         (sh-var-list): New variables.
5701 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
5703         * quickurl.el (quickurl-list-insert): `count-lines' was returning
5704         a value one line to high if the cursor wasn't at the start of a
5705         line. A `beginning-of-line' is now performed before making the
5706         call to `count-lines'.
5708 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5710         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5712 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
5714         * Makefile (setwins): Abstract out the command to find subdirectories
5715         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5716         (custom-deps, finder-data, autoloads, update-subdirs, updates)
5717         (autoloads-with-other-emacs): Use it.
5719         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
5721 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
5723         * Makefile (bootstrap-compile): New target.  Compile Lisp
5724         files with ../src/temacs.
5726 1999-10-08  Dave Love  <fx@gnu.org>
5728         * ange-ftp.el: Require dired when compiling.
5729         (ange-ftp-normal-login): Allow EFS-style port specification.
5731 1999-10-08  Simon Marshall  <simon@gnu.org>
5733         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5734         (regexp-opt-group): Use it to get common suffixes in STRINGS.
5735         If STRINGS is nil, return "" rather than nil.
5737 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5739         * Makefile (compile): Compile files one by one.  Set load-path to
5740         current directory and subdirectories when compiling.
5742 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5744         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5745         (emacs): Use it everywhere instead of EMACS.
5746         (compile): New target.  Compile all Lisp files from scratch.
5747         (recompile): New target.  Recompile lisp directory.
5748         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
5749         an Emacs executable not built in the current directory tree.
5751 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
5753         * filecache.el (file-cache-completion-ignore-case): New variable,
5754         defaulting to the value of completion-ignore-case.
5755         (file-cache-minibuffer-complete): Use it.
5756         (file-cache-files-matching, file-cache-files-matching-internal):
5757         New functions.
5759 1999-10-07  Emmanuel Briot  <briot@gnat.com>
5761         * ada-xref.el: New file
5763         * ada-prj.el: New file
5765         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5767         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5768         subprogram being created.
5770         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5771         ada-indent-newline-indent): Rewritten to support the new indentation
5772         scheme
5774         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5775         New functions
5777         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5778         justification parameter
5780         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5781         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5782         external program
5784 1999-10-07  Dave Love  <fx@gnu.org>
5786         * bindings.el (bound-and-true-p): New macro.
5787         (make-mode-line-mouse-sensitive): Don't require easymenu.
5789 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
5791         * custom.el (defface): Extend documentation for new values of
5792         `type'.
5794         * faces.el (face-spec-set-match-display): Recognize `type' of
5795         `motif', `lucid', `x-toolkit'.
5796         (menu): New face.
5798 1999-10-05  Dave Love  <fx@gnu.org>
5800         * files.el: Recognize temporary crontab files.
5802         * info.el: Require jka-compr when compiling.
5803         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5805 1999-10-04  Dave Love  <fx@gnu.org>
5807         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5808         scroll-up-aggressively, scroll-down-aggressively.
5810         * time.el (display-time-mode): Add autoload cookie.
5812         * rect.el (delete-extract-rectangle): Doc fix from verna.
5814         * help-macro.el (three-step-help): Customize.
5816 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5818         * hexl.el (hexlify-buffer): Move point in proper range
5819         if it is too large.
5820         (hexl-after-revert-hook): Update hexl-max-address.
5821         (hexl-address-to-marker): Doc fix.
5823 1999-10-03  Dave Love  <fx@gnu.org>
5825         * image.el (defimage): Remove redundant code.  Substitute file in
5826         image plist.
5828 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5830         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5831         when doing with-temp-file.
5833 1999-10-01  Dave Love  <fx@gnu.org>
5835         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5837         * help.el: Require view when compiling.
5838         (view-emacs-FAQ): Use Info version.
5840 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
5842         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5843         (normat->normal).  Use correct font names for Korean
5844         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5846 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
5848         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5849         code not used by KOI8 to the same 8-bit code instead of mapping to
5850         SPC.
5851         (cyrillic-alternativnyj-decode-table): Likewise.
5853 1999-09-29  Alex Schroeder  <alex@gnu.org>
5855         * sql.el (sql-imenu-generic-expression): Aew, used to set
5856         imenu-generic-expression.
5857         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5858         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
5859         imenu-case-fold-search, and imenu-syntax-alist.
5860         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5861         setting font-lock-defaults' SYNTAX-ALIST.
5863 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5865         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5866         macro, try again.
5868 1999-09-28  Dave Love  <fx@gnu.org>
5870         * cus-edit.el (custom-comment): Change widget definition.
5871         (custom-comment-create, custom-comment-show)
5872         (custom-comment-invisible-p): Don't use :comment-overlay.
5873         (custom-comment-hide): New function.
5874         (custom-variable-set, custom-variable-save)
5875         (custom-variable-reset-standard, custom-face-set)
5876         (custom-face-save): Use it.
5878 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5880         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5882 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5884         * faces.el (region): Doc fix.
5886 1999-09-27  Dave Love  <fx@gnu.org>
5888         * isearch.el (isearch): Add :links in defgroup.
5889         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5890         (isearch-switch-frame-handler): Comment out (unused).
5891         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5892         (isearch-ring-retreat-edit): Doc fix.
5893         (isearch-mouse-yank): New command.
5894         (isearch-last-command-char): Removed.  Callers changed to use
5895         last-command-char.
5896         (isearch-char-to-string): Removed.  Callers changed to use
5897         char-to-string.
5899 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
5901         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5902         option for Russian.
5904 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
5906         * faces.el (face-differs-from-default-p): Compare face
5907         attributes individually.
5909         * image.el (put-image, insert-image): Add string argument.
5911 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
5913         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5914         LANG=de_DE.iso88591 on HPUX 11.0.
5916         * dired.el (dired-move-to-filename-regexp): Make it work
5917         for LANG=de_DE.iso88591 on HPUX 11.0.
5919 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5921         * info.el (info-initialize): Don't test existence of ALTERNATIVE
5922         if we know for some other reason it should not be used.
5924         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5925         New variable.
5926         (edebug-recursive-edit): Save current-prefix-arg there,
5927         bind it, and set it back at the end.
5928         (edebug-outside-excursion): Restore and update the outside
5929         value of current-prefix-arg.
5930         (edebug-emacs-version-specific): Delete support for Epoch.
5932 1999-09-24  Howard Melman  <howard@silverstream.com>
5934         * imenu.el (imenu-after-jump-hook): New variable.
5935         (imenu): Run menu-after-jump-hook.
5936         (imenu-name-lookup-function): New variable.
5937         * imenu.el (imenu--in-alist): Use those variables.
5939 1999-09-24  Carsten Dominik  <cd@gnu.org>
5941         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5942         multiple thebibliography environments.
5944         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5945         with recentering window.
5946         (reftex-extract-bib-entries-from-thebibliography,
5947         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
5948         with multiple thebibliography environments.
5950         * textmodes/reftex-vars.el
5951         (reftex-section-levels): Function allowed as cdr.
5952         (reftex-max-section-depth) New option.
5954         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5955         with multiple thebibliography environments.
5957 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
5959         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5960         instead of point-min in call to delete-region.
5962 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5964         * vc.el (vc-backend-checkout): Use with-temp-file when checking
5965         out into arbitrary file names.
5967 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
5969         * language/european.el ("Turkish"): New language environment.
5971 1999-09-19  Dave Love  <fx@gnu.org>
5973         * delim-col.el: New file.
5975 1999-09-17  Richard Stallman  <rms@gnu.org>
5977         * files.el (after-find-file): When visiting a backup file,
5978         make it read-only.
5980         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5981         (apropos-keybinding-face, apropos-label-face): Likewise.
5982         (apropos-property-face, apropos-match-face): Likewise.
5983         (apropos-label-properties): New variable.
5984         (apropos-print-doc): Use apropos-label-properties.
5985         (apropos-print): Set apropos-label-properties.
5987 1999-09-15  Richard Stallman  <rms@gnu.org>
5989         * winner.el: Use aref instead of sref.
5991         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5993 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
5995         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5997 1999-09-14  Richard Stallman  <rms@gnu.org>
5999         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6000         cookie, even if followed by a letter.
6002 1999-09-14  Stephen Eglen  <stephen@gnu.org>
6004         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6005         --no-line-editing are passed to Octave by including them here
6006         rather than storing them in inferior-octave-startup-args.
6008 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
6010         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6011         command, option, env and sc.
6013         * subr.el (shell-quote-argument): Quote argument with double
6014         quotes for ms-dos.
6016 1999-09-14  Richard Stallman  <rms@gnu.org>
6018         * simple.el (eval-expression-print-level): New variable.
6019         (eval-expression-print-length): New variable.
6020         (eval-expression-debug-on-error): New variable.
6021         (eval-expression): Bind print-level, print-length and
6022         debug-on-error from those vars.
6024         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6025         Bind print-level, print-length and debug-on-error.
6027 1999-09-14  Inge Frick  <inge@nada.kth.se>
6029         * dired.el (dired-recursive-deletes): New custom variable.
6030         (dired-re-no-dot): New variable.
6031         (dired-delete-file): New function deletes files and directories
6032         recursively.
6033         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6035         * dired-aux.el (dired-recursive-copies): New custom variable.
6036         (dired-handle-overwrite): Broke a long line.
6037         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6038         `copy-file'.
6039         (dired-copy-file-recursive): New function.  Copy directories
6040         recursively.
6041         (dired-do-create-files): Added support for generalized directory
6042         target.  How-to function may now return a function.  New fluid
6043         variable `dired-one-file'.
6044         (dired-copy-how-to-fn): New variable.
6045         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6046         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6047         (dired-do-copy-regexp): No recursive copies.
6049 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6051         * whitespace.el (whitespace-version): Update version to 2.4
6053         * whitespace.el: Add customization variables to conditionally test
6054         any of the five whitespaces, per request from Rune Kleveland
6055         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6057         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6059         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6060         list of modes to be checked for bogus whitespaces.
6062         * whitespace.el (whitespace-rescan-timer-time): Update
6063         documentation.
6065         * whitespace.el (whitespace-display-unchecked-whitespaces):
6066         New function to update modeline with untested whitespaces.
6068         * whitespace.el (whitespace-buffer): Test only whitespaces whose
6069         checking is turned on, and update modeline using the newly created
6070         `whitespace-display-unchecked-whitespaces'.
6072         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6073         whose checking is turned on, and update modeline using the newly
6074         created `whitespace-display-unchecked-whitespaces'.
6076         * whitespace.el (whitespace-describe): Update documentation.
6078         * whitespace.el (whitespace-tickle-timer): Test if
6079         `whitespace-rescan-timer-time' is non-zero before tickling timer.
6081 1999-09-13  Dave Love  <fx@gnu.org>
6083         * hideif.el (hide-ifdef-mode): Add autoload cookie.
6085         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6086         for temp buffer.
6087         (checkdoc-this-string-valid): Don't assume default comment-start.
6089 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
6091         * rsz-mini.el: Remove code, keep the interface.
6093 1999-09-13  Dave Love  <fx@gnu.org>
6095         * help.el (help-highlight-p): Doc fix.
6097         * faces.el (mode-line, header-line, tool-bar): Add :version.
6098         (highlight, secondary-selection): Add :group.
6099         (trailing-whitespace): Add :group, :version.
6101         * wid-edit.el: Remove some compatibility code and checks.
6102         (widget-specify-field, widget-specify-button): Don't use XEmacs
6103         properties.
6104         (widget-overlay-inactive): Change error message.
6105         (widget-button-pressed-face): New variable.
6106         (widget-button-click): Use it.
6107         (widget-documentation-link-add): Specify mouse and button faces.
6108         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6109         removed now the functionality is built in.
6111         * cus-edit.el: Don't define-widget-keywords.
6112         (multimedia): New group.
6113         (custom-last): Function removed.
6114         (custom-quote): Add vectorp case, comment out characterp case.
6115         (custom-buffer-done-function, custom-raised-buttons): New option.
6116         (Custom-buffer-done): New function.
6117         (custom-buffer-create-internal): Obey custom-raised-buttons,
6118         Custom-buffer-done.
6119         (custom-button-face): Make it `released-button'.
6120         (custom-button-pressed-face): Make it `pressed-button'
6121         (custom-mode-map): Bind "q" to Custom-buffer-done.
6122         (custom-mode): Deal with raised/pressed buttons.
6124         Changes from Didier Verna:
6125         (custom-prompt-variable): Optional third arg makes prompt for a
6126         comment string.
6127         (customize-set-value, customize-set-variable,
6128         customize-save-variable): Optional prefix makes function handle
6129         variable comments.
6130         (customize-customized, customize-saved, custom-variable-state-set)
6131         (custom-variable-set, custom-variable-save, custom-face-state-set)
6132         (custom-variable-reset-saved, custom-variable-reset-standard)
6133         (custom-face-set, custom-face-save, custom-face-reset-saved)
6134         (custom-face-reset-standard, customize-save-customized): Handle
6135         custom comments.
6136         (custom-comment-face, custom-comment-tag-face): New face.
6137         (custom-comment): New widget.
6138         (custom-comment-create, custom-comment-delete)
6139         (custom-comment-value-set, custom-comment-show)
6140         ()custom-comment-invisible-p): New functions.
6141         (custom-variable-value-create, custom-face-value-create): Create a
6142         comment field widget.
6143         (custom-variable-menu, custom-face-menu): New entry for custom
6144         comment.
6145         (custom-face-value-create): Remove compatibility code.
6146         (custom-save-variables, custom-save-faces): Possibly save custom
6147         comments.
6149         * cus-face.el (custom-face-attributes): Simplify :underline,
6150         :overline, :inverse-video cases.  Fix up :box case (probably needs
6151         more work).
6153         Change from Didier Verna:
6154         (custom-set-faces): The arguments can now have a custom comment as
6155         fourth argument.
6157         * custom.el: Don't define-widget-keywords.
6158         Change from Didier Verna:
6159         (custom-set-variables): The arguments can now have a
6160         custom comment as fifth element.
6162 1999-09-13  Richard Stallman  <rms@gnu.org>
6164         * info.el (Info-find-node): Cope better if guesspos is too large.
6166 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6168         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6169         of buffer-substring because buffer-string doesn't copy the
6170         prompt.
6172         * faces.el (mode-line): Replaces `modeline'.
6173         (toplevel): Make `modeline' an alias for `mode-line'.
6175 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6177         * gs.el: Change `ghostscript' to `postscript' in comment.
6179 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
6181         * emulation/tpu-edt.el (tpu-version): New version.
6182         (tpu-search-overlay, tpu-replace-overlay): New variables.
6183         (tpu-search-highlight, tpu-toggle-direction): New functions.
6184         (tpu-lm-replace): Set tpu-replace-overlay.
6185         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6186         command hook.
6188 1999-09-11  Richard Stallman  <rms@gnu.org>
6190         * isearch.el (isearch-mode-map): Undo previous change.
6192         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6193         use all of that as the sexp.
6195         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6196         and use the initial argument as file name directly.
6197         Likewise if nothing matches.
6199 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
6201         * winner.el: Major changes.  Avoid changing point and mark.
6202         Save configurations after they change, not before.
6204 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
6206         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6207         Bind print-continuous-numbering and print-number-table.
6209 1999-09-10  Dave Love  <fx@gnu.org>
6211         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6213 1999-09-09  Richard Stallman  <rms@gnu.org>
6215         * whitespace.el: Finish making it fit Emacs conventions.
6216         Add autoloads.
6218 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6220         * generic-x.el (bat-generic-mode): "::"-style comments don't
6221         need to begin with "-".  Fix the font-lock definitions of ON/OFF
6222         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
6223         from the list of keywords.  Add DO to the list of keywords.
6225 1999-09-09  Dave Love  <fx@gnu.org>
6227         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6228         (byte-optimize-backward-word): New optimizations.
6229         (side-effect-free-fns, side-effect-and-error-free-fns): Add
6230         entries.
6232 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
6234         * image.el (put-image): Remove optional buffer parameter.
6236         * faces.el (face-italic-p): Return t only for values `italic'
6237         and `oblique'.
6239         * mouse.el (mouse-drag-mode-line-1): Extension of former
6240         mouse-drag-mode-line that also drags the header line.
6241         (mouse-drag-mode-line): Call it.
6242         (mouse-drag-header-line): New.
6243         (toplevel): Bind down-mouse-1 on header lines to
6244         mouse-drage-header-line.
6246 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6248         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6249         (make-mode-line-mouse-sensitive): Replace `top-line' by
6250         `header-line'.
6252 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6254         * help.el (describe-function-1): Don't return empty string for keymaps.
6256         * fill.el (fill-region-as-paragraph, canonically-space-region):
6257         Respect colon-double-space at end of line.
6259 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6261         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6262         (backup-buffer): Use it.
6264 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6266         * generic-x.el (generic-define-unix-modes): Added new modes:
6267         inetd-conf-generic-mode, etc-services-generic-mode,
6268         etc-passwd-generic-mode.  These are all defined for Unix by default.
6269         (apache-generic-mode): Use an imenu-generic-expression to list
6270         Configuration keywords.
6271         (samba-generic-mode): Use both ; and # as comment characters.
6272         (samba-generic-mode): Font-lock expressions now highlight name
6273         value pairs.
6274         (bat-generic-mode): Keywords are now case-insensitive through
6275         font-lock-defaults setting.
6276         (java-properties-generic-mode): Supports both ! and # as comment
6277         characters.
6278         (java-properties-generic-mode): Added an imenu-generic-expression
6279         (java-properties-generic-mode): Reworked to support the various
6280         different ways to separate name and value (viz, '=', ':' and
6281         whitespace).
6282         (show-tabs-generic-mode): Added this new generic-mode.
6284 1999-09-08  Richard Stallman  <rms@gnu.org>
6286         * progmodes/inf-lisp.el: Moved from top directory.
6288         * tar-mode.el (tar-header-block-tokenize):
6289         Use `when' instead of `and'.  Fix some clobbered text.
6291         * gud.el (gud-make-debug-menu): Make a child for the
6292         local menu, for its menu bar, and the debug menu.
6293         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6294         Use the history in the simple way.
6296 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6298         * language/korea-util.el (default-korean-keyboard): Initialize it
6299         according to the environment variable HANGUL_KEYBOARD_TYPE.
6301 1999-09-07  Richard Stallman  <rms@gnu.org>
6303         * subr.el (make-temp-file): New function.
6305 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6307         * font-lock.el (font-lock-multiline): New text property contains
6308         a boolean to indicate if the char is part of a multiline match.
6309         (font-lock-default-fontify-region): Extend the region appropriately
6310         for multiline keywords.
6311         (font-lock-default-unfontify-region): Also remove the new
6312         font-lock-multiline text property.
6313         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6314         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6316 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6318         * diary-lib.el (list-diary-entries): Make sure two-digit years
6319         have leading zeros.
6321 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6323         * faces.el (face-set-after-frame-default): Initialize some
6324         attributes of some faces from frame parameters.
6326         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6328 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6330         * faces.el (fringe): Replaces face `margin'.
6332 1999-09-07  Dave Love  <fx@gnu.org>
6334         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6336 1999-09-07  Richard Stallman  <rms@gnu.org>
6338         * subr.el (push): Doc fix.
6340 1999-09-06  Richard Stallman  <rms@gnu.org>
6342         * vc.el (vc-annotate-display): Use < 69 not < 70
6343         to distinguish 20YY from 19YY.
6345         * timezone.el (timezone-parse-date): Use < 69 not < 70
6346         to distinguish 20YY from 19YY.
6348         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6350 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6352         * quickurl.el: (quickurl-list-focused-line): Removed.
6353         (quickurl-list-insert): Now works out the focused line using
6354         `count-lines' instead of using `quickurl-list-focused-line'.
6356 1999-09-06  Richard Stallman  <rms@gnu.org>
6358         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6359         to beginning of message.
6361 1999-09-06  Dave Love  <fx@gnu.org>
6363         * isearch.el (isearch-mode-map): Add mouse-2.
6365         * mail/rmail.el (rmail-read-password): Deleted.
6366         (rmail-get-pop-password): Use read-password.
6368         * quickurl.el: Don't conditionally define caddr.
6369         (quickurl-url-comment): Use nth, not caddr in function and
6370         defsetf.
6372 1999-09-06  Richard Stallman  <rms@gnu.org>
6374         * auto-show.el: Doc fixes.
6376 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6378         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6379         --no-line-editing so that TABs in source files are not interpreted
6380         as completion requests.
6382 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6384         * hscroll.el, auto-show.el: Remove all code, keep the public
6385         interface as no-ops.
6387         * faces.el (face-bold-p): Don't return t if face has lighter
6388         weight than normal.
6390 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6392         * startup.el (command-line): Make small-temporary-file-directory
6393         be nil except on ms-dos.
6395         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6397         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6398         is defined.
6400         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6401         letters with a colon after d or l.
6403 1999-09-06  Dave Love  <fx@gnu.org>
6405         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6406         primitive.)
6408 1999-09-05  Richard Stallman  <rms@gnu.org>
6410         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6412         * textmodes/paragraphs.el (backward-kill-sentence):
6413         Don't test minibuffer-prompt-end here.
6414         (forward-sentence): Do handle it here.
6415         (backward-kill-paragraph): Don't test it here.
6416         (forward-paragraph): Handle it here.
6418         * mouse.el (font-menu-add-default): Simplify code.
6420 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6422         * faces.el (header-line): Renamed from `top-line'.
6424 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6426         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6428 1999-09-04  Richard Stallman  <rms@gnu.org>
6430         * whitespace.el: New file.
6432 1999-09-04  Dave Love  <fx@gnu.org>
6434         * paths.el: Make some doc strings obey the make-docfile convention.
6436         * bindings.el: Likewise.
6437         (debug-ignored-errors): Remove BBDB ones.
6439 1999-09-03  Richard Stallman  <rms@gnu.org>
6441         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6442         not from the draft to forward.
6444         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6446 1999-09-03  Dave Love  <fx@gnu.org>
6448         * double.el (double-mode): Customize the variable.
6450 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6452         * international/characters.el: Delete duplicated code.
6454 1999-09-02  Richard Stallman  <rms@gnu.org>
6456         * indent.el (indent-relative): Doc fix.
6458         * quickurl.el (quickurl): Doc fix.
6460 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6462         * faces.el (margin): Change background to "gray" for mono (this is
6463         drawn with a stipple pattern).
6465 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6467         * simple.el (next-history-element): Use minibuffer-prompt-end once
6468         again.  Remove test for minibuffer-prompt-in-buffer.
6470 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6472         * files.el (small-temporary-file-directory): New variable.
6474         * startup.el (command-line): Compute the value of
6475         small-temporary-file-directory.
6477         * ediff-init.el (ediff-temp-file-prefix): Use
6478         small-temporary-file-directory if non-nil.
6480         * vc.el (vc-update-change-log): Likewise.
6482         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6484         * simple.el (shell-command, shell-command-on-region): Use
6485         make-temp-name properly.  Use small-temporary-file-directory if
6486         non-nil, otherwise temporary-file-directory, to generate temporary
6487         files.
6489         * dos-w32.el (direct-print-region-helper): Use
6490         temporary-file-directory.  (From Stefan Monnier.)
6492 1999-09-02  Richard Stallman  <rms@gnu.org>
6494         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6495         from asm-comment-char.
6496         (asm-font-lock-keywords): Recognize instruction width suffixes.
6498 1999-09-01  Richard Stallman  <rms@gnu.org>
6500         * play/fortune.el: New file.
6502 1999-08-31  Dave Love  <fx@gnu.org>
6504         * help.el (help-make-xrefs): Don't lose on non-empty blank line
6505         after key table.
6507         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6508         redisplay variables.
6510         * subr.el (push): Fix typo.
6512 1999-08-30  Kevin Blake  <kblake@ticnet.com>
6514         * emacs-lisp/ring.el: Many doc fixes.
6515         (ring-size, ring-copy): New functions.
6517 1999-08-29  Richard Stallman  <rms@gnu.org>
6519         * progmodes/etags.el (tags-loop-continue):
6520         After tags-loop-operate returns, force skip to next file.
6522         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6523         (mail-extr-first-letters, mail-extr-last-letters):
6524         Use character classes [:alpha:] and [:alnum:].
6526         * subr.el (push, pop): New macros.
6528         * progmodes/compile.el (compilation-error-regexp-alist):
6529         New item for SGI IRIX MipsPro compilers.
6531         * speedbar.el (speedbar-directory-buttons): Recognize
6532         device names when checking for file names.
6534         * array.el (array-reconfigure-rows): Use generate-new-buffer.
6536         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6537         and specially handle defvar inside their expansions.
6538         (eval-defun-1): New subroutine.
6540         * progmodes/compile.el (compilation-error-regexp-alist):
6541         Fix the Perl -w entry to allow period after line number.
6542         Don't allow newlines in file name, but allow them after line number
6543         for Perl debugging traces.
6545         * which-func.el (which-func-cleanup-function): New variable.
6546         (which-function): Call that function.
6548         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6549         to end a function name.
6551         * informat.el (Info-tagify): Don't insert more than one newline
6552         before the tag table.
6554 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6556         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6557         than make-temp-name, use match-string-no-properties, and eliminate
6558         a quadratic behavior when building bibtex-strings.
6560 1999-08-29  Alex Schroeder  <alex@gnu.org>
6562         * comint.el (comint-input-ring-separator): New variable.
6563         (comint-read-input-ring): Doc change; use
6564         comint-input-ring-separator when reading file.
6565         (comint-write-input-ring): Use
6566         comint-input-ring-separator when writing file.
6568 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
6570         * informat.el (Info-tagify): Start by widening.
6571         Match node headers that don't list the file name,
6572         and more kinds of page separations.
6573         Strip properties during tagification.
6574         Use start of node header line as tag's position.
6575         Fix the "done" message.
6577         (Info-validate): Save and restore match data around narrowing down.
6579 1999-08-28  Richard M. Stallman  <rms@gnu.org>
6581         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6582         On repeated call, override previous values put into
6583         minor-mode-map-alist and minor-mode-alist.
6585 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
6587         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6589 1999-08-27  Andreas Schwab  <schwab@gnu.org>
6591         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6592         from cvs update.
6594 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6596         * calendar/calendar.el (calendar-move-hook): New hook.
6598         * calendar/cal-move.el: Call the new hook in every movement function.
6600         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6601         the right function name.
6603 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
6605         * time-stamp.el: Put quote-backquote around all symbol names
6606         in doc strings, for mousing.
6607         (time-stamp): Support multi-line patterns.
6608         (time-stamp-inserts-lines): New variable.
6609         (time-stamp-count): New variable.
6610         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6611         "Thu" instead of "%a".
6613 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6615         * simple.el (kill-word): Undo previous change.
6617 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6619         * jit-lock.el (jit-lock-function): Extend the fontified range
6620         to the beginning of the line containing the range start and
6621         the beginning of the line following the range end.
6623 1999-08-24  Dave Love  <fx@gnu.org>
6625         * timezone.el: Move provide to end.
6626         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
6627         <70 are 2000+.
6628         (timezone-parse-time): Simplify somewhat.
6630 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
6632         * faces.el (margin): Renamed from bitmap-area.
6634 1999-08-24  Alex Schroeder  <alex@gnu.org>
6636         * sql.el: Doc changes.
6637         (sql-sybase): Use sql-server instead of sql-database.
6639 1999-08-23  Dave Love  <fx@gnu.org>
6641         * rect.el: Add/fix various doc strings.  Add `*' to all the
6642         interactive specs.
6644 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
6646         * jit-lock.el (jit-lock-function): Use line-beginning-position.
6647         Don't unwind-protect font-lock-fontify-region.
6649         * paragraphs.el (backward-kill-paragraph): Don't move
6650         point into mini-buffer prompt.
6651         (backward-kill-sentence): Ditto.
6653         * simple.el (next-history-element): Use minibuffer-prompt-end.
6654         Remove test for minibuffer-prompt-in-buffer.
6655         (kill-word): Don't move point into mini-buffer prompt.
6657 1999-08-21  Dave Love  <fx@gnu.org>
6659         * Makefile: Exclude CVS dirs like RCS.
6661 1999-08-19  Dave Love  <fx@gnu.org>
6663         * tooltip.el (tooltip-mode): Customize this, per convention.
6664         (tooltip-active): Option deleted.
6666         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
6668         * hanoi.el, page-ext.el: Declare dynamic vars.
6670         * term.el: Avoid ange-ftp related compilation warnings.
6672 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
6674         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6675         the default so that beginners can benefit from it without
6676         searching in manuals.
6678 1999-08-18  Ray Blaak  <blaak@gnu.org>
6680         * progmodes/delphi.el: Consider assembly sections as blocks, to
6681         indent them better. Make auto-indent on newline optional.
6683 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
6685         * bindings.el (mode-line-modified): Look up key binding for C-x
6686         C-q.  If it's bound call that binding, otherwise call
6687         toggle-read-only.
6689 1999-08-17  Dave Love  <fx@gnu.org>
6691         * info.el (info): Doc fix.
6693         * finder.el (finder-known-keywords): Add `multimedia'.
6695         * apropos.el: Don't capitalize custom group name.
6697         * info-look.el: Remove compatibility code.
6698         (info-lookup-guess-default*): DTRT for point at start of symbol.
6699         (info-complete): Don't lose with point not at end of symbol.
6701 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
6703         * term.el (toplevel): Make face `term-default' an empty face.
6704         The code relied on the fact that Emacs ignored invalid faces in
6705         face text properties in 20.4.
6707 1999-08-16  Richard M. Stallman  <rms@gnu.org>
6709         * subr.el (point-at-eol, point-at-bol): New aliases.
6711         * simple.el: Functions reordered.
6713         * rect.el (delete-rectangle-line): Use line-end-position.
6715 1999-08-16  Karl Heuer  <kwzh@gnu.org>
6717         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6718         here from simple.el.
6720 1999-08-16  Dave Love  <fx@gnu.org>
6722         * mouse.el: Provide `mldrag' for compatibility.
6723         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6724         marked obsolete.
6726         * mldrag.el: Removed since the features are in mouse.el.
6728         * jka-compr.el (auto-compression-mode): New variable for
6729         customization.
6731         * bindings.el (mode-line-mule-info): Doc fix.
6733         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6734         name comparisons.
6736         * files.el (interpreter-mode-alist): Add make, guile, clisp.
6737         (find-file): Doc fix.
6739 1999-08-16  Carsten Dominik  <cd@gnu.org>
6741         * textmodes/reftex.el: Most of the code moved to other files.
6742         * textmodes/reftex-auc.el: New file, split out from reftex.el
6743         * textmodes/reftex-cite.el: New file, split out from reftex.el
6744         * textmodes/reftex-global.el: New file, split out from reftex.el
6745         * textmodes/reftex-index.el: New file, split out from reftex.el
6746         * textmodes/reftex-parse.el: New file, split out from reftex.el
6747         * textmodes/reftex-ref.el: New file, split out from reftex.el
6748         * textmodes/reftex-sel.el: New file, split out from reftex.el
6749         * textmodes/reftex-toc.el: New file, split out from reftex.el
6750         * textmodes/reftex-vars.el: New file, split out from reftex.el
6751         * textmodes/reftex-vcr.el: New file, split out from reftex.el
6753 1999-08-16  Carsten Dominik  <cd@gnu.org>
6755         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6756         conflict with pop-up-frames.
6757         (reftex-special-environment-parsers): New constant.
6758         (reftex-label-alist): car of an entry can also be a function.
6759         (reftex-what-special-env): Cew function.
6760         (reftex-label-location): Call `reftex-what-special-env'.
6761         (reftex-compile-variables): Check for symbol in
6762         `reftex-label-alist'.
6763         (reftex-what-environment): Fixed bug with stacked environments of
6764         same kind (e.g. enumerate).
6765         (reftex-process-string): Preserve default directory.
6766         (reftex-label-alist-builtin): Changed prefixes of endnote and
6767         footnote.  Also the magic words.
6768         (reftex-reference): Interprete new option
6769         `reftex-fref-is-default'.
6770         (reftex-replace-prefix-escapes): Interprete new `%S' format.
6771         (reftex-toc-mouse-view-line): Command removed (had no binding).
6772         (reftex-everything-regexp): New function.
6773         (reftex-nearest-match): Made better.
6774         (reftex-toc-find-section): Use new version of
6775         `reftex-nearest-match'.
6776         (reftex-insert-docstruct): Adapted to work with the index stuff.
6777         (reftex-parse-from-file): Find index entries as well.
6778         (reftex-toc-toggle-index): New function
6779         (reftex-toc-map): `i' is now used to togle the index, File
6780         boundaries has been moved to `F'.
6781         (reftex-select-label-map): Toggling display of file boundaries is
6782         now on the `F' key, for consistency with `reftex-toc-map'.
6783         (reftex-erase-all-selection-and-index-buffers): Renamed from
6784         `reftex-erase-all-selection-buffer'.  Now also kills the index
6785         buffers.
6786         (reftex-viewing-cross-references): Customization group renamed
6787         from reftex-viewing-cross-references-and-citations.
6788         (reftex-index-macro-regexp,
6789         reftex-find-index-entry-regexp-format): New variables
6790         (reftex-macros-with-index): New variable
6791         (reftex-add-index-macros): New function
6792         (reftex-renumber-simple-labels, reftex-translate): Allow for
6793         multiple labels in a single ref command.
6794         (reftex-index-support): New customization group
6795         (reftex-support-index, reftex-index-special-chars,
6796         reftex-index-macros, reftex-index-default-macro,
6797         reftex-index-default-tag, reftex-index-math-format,
6798         reftex-index-section-letters, reftex-index-include-context,
6799         reftex-index-follow-mode, reftex-index-header-face,
6800         reftex-index-section-face, reftex-index-tag-face,
6801         reftex-index-face): New options
6802         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6803         reftex-index-tag, reftex-index-return-marker,
6804         reftex-index-restriction-indicator, reftex-index-restriction-data,
6805         reftex-index-macro-regexp, reftex-index-level-re,
6806         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6807         reftex-everything-regexp-no-index, reftex-index-re,
6808         reftex-macros-with-index, reftex-index-macro-alist): New variables
6809         (reftex-index-help, reftex-index-macros-builtin,
6810         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6811         reftex-query-index-macro-help): New constants
6812         (reftex-index-selection-or-word, reftex-index,
6813         reftex-default-index, reftex-update-default-index,
6814         reftex-index-complete-tag, reftex-index-select-tag,
6815         reftex-index-complete-key, reftex-index-update-taglist,
6816         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6817         reftex-display-index, reftex-insert-index,
6818         reftex-index-insert-new-letter, reftex-get-restriction,
6819         reftex-index-pre-command-hook, reftex-index-post-command-hook,
6820         reftex-index-show-help, reftex-index-next, reftex-index-previous,
6821         reftex-index-toggle-follow, reftex-index-toggle-context,
6822         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6823         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6824         reftex-index-quit, reftex-index-quit-and-kill,
6825         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6826         reftex-index-revert, reftex-index-switch-index-tag,
6827         reftex-index-restrict-to-section, reftex-index-widen,
6828         reftex-index-restriction-forward,
6829         reftex-index-restriction-backward, reftex-index-visit-location,
6830         reftex-index-analyze-entry, reftex-index-globalize,
6831         reftex-index-edit, reftex-index-toggle-range-beginning,
6832         reftex-index-toggle-range-end, reftex-index-edit-key,
6833         reftex-index-edit-attribute, reftex-index-edit-visual,
6834         reftex-index-edit-part, reftex-index-level-down,
6835         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6836         reftex-index-change-entry, reftex-index-goto-letter,
6837         reftex-add-index-macros, reftex-ensure-index-support,
6838         reftex-index-info-safe, reftex-index-info): New functions.
6841 1999-08-15  Richard M. Stallman  <rms@gnu.org>
6843         * paren.el (show-paren-mode): Support making show-paren-mode
6844         a buffer-local variable.  Don't check for a window system.
6845         (show-paren-function): Check whether show-paren-function is
6846         enabled in current buffer; do the right thing if not.
6847         Don't check for a window system.
6848         (show-paren-mode): Make it a user variable.
6850         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6851         Handle `enum' like `struct'.
6853         * server.el (server-process-filter): If a client visits no buffers,
6854         close it immediately before recording it.
6856         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6857         Optimize by calling concat just once.  Handle =\n sequence.
6858         (mail-unquote-printable-region): New command.
6859         (mail-quote-printable): Make it autoload.
6861 1999-08-15  Karl Heuer  <kwzh@gnu.org>
6863         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6865 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
6867         * lisp/texinfmt.el: Handle @ifnottex.
6869 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
6871         * frame.el (blink-cursor): Don't turn on cursor blinking for
6872         ms-dos.
6874         * faces.el (face-valid-attribute-values): Look in
6875         x-bitmap-file-path only for x and w32 window systems.
6877         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6878         Do that if width is nil as well.
6879         (x-display-mm-height, x-display-mm-width): Update values.
6880         (x-colors): Compute the list from msdos-color-values.
6881         (x-select-enable-clipboard): Doc fix.
6882         (x-frob-font-weight, x-font-family-list): New functions.
6884 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
6886         * window.el (shrink-window-if-larger-than-buffer): Don't try to
6887         back up from beginning of buffer.
6889 1999-08-13  Karl Heuer  <kwzh@gnu.org>
6891         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6893 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
6895         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
6896         doomsday clock, speed control is added and changes are made to
6897         allow large numbers of rings: rings now show the whole ring
6898         number, not just the last digit; consecutive rings are allowed to
6899         be the same size when necessary to fit all the rings in the
6900         window; and poles can be oriented horizontally.  Face support is
6901         thrown in gratuitously.
6902         (hanoi): Changed default number of rings back to 3.
6903         (hanoi-unix, hanoi-unix-64): New commands
6904         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6905         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6906         hanoi-odd-ring-face): New variables.
6907         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6908         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6909         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6910         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6911         (hanoi-topos, hanoi-draw-ring): Removed.
6913 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
6915         * faces.el (face-valid-attribute-values): Return an alist for
6916         families on ttys.
6917         (face-read-integer): Handle unspecified face attributes.  Add
6918         completion for `unspecified'.
6919         (read-face-attribute): Handle unspecified font attributes.
6920         (face-valid-attribute-values): Add `unspecified' to lists so that
6921         it can be chosen via completion.
6922         (face-read-string): Don't recognize "none" as input.
6924 1999-08-10  Dave Love  <fx@gnu.org>
6926         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6927         string.
6929         * sun-curs.el: Require sun-fns.
6931 1999-08-10  Dave Love  <fx@gnu.org>
6933         * autorevert.el (auto-revert-mode): Add autoload cookie.
6935         * hscroll.el, auto-show.el: Files deleted -- we have built-in
6936         hscroll.
6938         * simple.el (hscroll-step, hscroll-point-visible)
6939         (hscroll-window-column): Remove now we have the mentioned real
6940         horizontal autoscrolling.
6942 1999-08-10  Richard M. Stallman  <rms@gnu.org>
6944         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6945         control use of -f option.
6946         (mail-specify-envelope-from): New variable.
6947         (mail-from-style): Doc fix.
6949         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6950         (easy-menu-get-map): New arg TO-MODIFY helps choose
6951         between local and global maps.
6952         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6953         (easy-menu-change): Doc fix.
6955         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6956         (info-lookup-guess-default): Simplified and cleaned up.
6957         (info-lookup-guess-default*): Preserve point.
6959         * view.el (view-mode-disable): If buffer-read-only is nil,
6960         don't change it.
6962         * files.el (after-find-file): Disable View mode if buffer is no
6963         longer read-only.
6965         * view.el (view-mode-enable, view-mode-disable):
6966         Call force-mode-line-update.
6968 1999-08-10  Karl Heuer  <kwzh@gnu.org>
6970         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6971         * array.el, play/landmark.el, international/latin-3.el: Likewise.
6972         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6974 1999-08-10  Alex Schroeder  <asc@bsiag.com>
6976         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6977         to prevent m-eating-bug.
6979 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
6981         * term/pc-win.el (msdos-bg-mode): Remove.  Call
6982         frame-set-background-mode instead.  All callers changed.
6983         (msdos-face-setup): Don't force color display parameter, it is set
6984         by frame-set-background-mode.
6985         (make-msdos-frame): Call x-handle-reverse-video and
6986         face-set-after-frame-default.  Delete frame if creation failed.
6988         * faces.el (face-set-after-frame-default): Don't call
6989         make-face-x-resource-internal for the pc window-system.
6991 1999-08-10  Dave Love  <fx@melange.gnu.org>
6993         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6994         case with no docstring specially.
6996 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
6998         * complete.el (PC-do-completion): If completing on file name,
6999         reproduce str by concatenating its directory and basename parts.
7001 1999-08-07  Dave Love  <fx@gnu.org>
7003         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
7004         unibyte to multibyte conversion of search-forward (from Handa),
7005         but avoid the replacement if the language is Latin-N.
7007 1999-08-06  Richard Stallman  <rms@gnu.org>
7009         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7010         of eval-buffer.
7012         * international/mule.el (load-with-code-conversion):
7013         Pass t to eval-buffer for DO-ALLOW-PRINT.
7015 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
7017         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7018         of filenames and attributes.
7019         (ls-lisp-insert-directory): Use directory-files-and-attributes
7020         for speed.
7022 1999-08-05  Dave Love  <fx@gnu.org>
7024         * auto-show.el (auto-show-mode): Fix :set.
7026         * widget.el (define-widget-keywords): Make dummy definition and
7027         comment-out its use.
7029 1999-08-04  Richard Stallman  <rms@gnu.org>
7031         * progmodes/tcl.el: Customized.
7033         * sql.el (sql-accumulate-and-indent): Instead of testing
7034         whether this is Emacs 20 before calling comint-accumulate,
7035         test whether comint-accumulate is defined.
7037 1999-08-04  Dave Love  <fx@gnu.org>
7039         * sgml-mode.el: Require outline when compiling.
7040         (sgml-mode-hook, html-mode-hook): Customize.
7041         (sgml-validate-command): Fix :version.
7042         (html-autoview-mode): Doc fix.
7044         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7045         nothing in Latin-N environment.
7047         * info.el (Info-find-node): Call info-initialize here.
7048         (info): Not here.
7049         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7051 1999-08-04  Richard Stallman  <rms@gnu.org>
7053         * ansi-color.el: New file.
7055 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7057         * dired.el (dired-string-replace-match): Return `nil' when no match
7058         found with global search.
7060         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7061         * terminal.el (te-terminfo-directory):
7062         * mail/mailpost.el (post-mail-send-it):
7063         * mail/metamail.el (metamail-region):
7064         * progmodes/ada-mode.el (ada-tmp-directory):
7065         Use temporary-file-directory.
7067         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7068         (compilation-filter, compilation-forget-errors)
7069         (compilation-parse-errors): Use a marker instead of an integer for
7070         `compilation-parsing-end'.
7072         * progmodes/diff.el (diff-parse-differences):
7073         Use a marker instead of an integer for `compilation-parsing-end'.
7074         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7075         Use a marker instead of an integer for `compilation-parsing-end'.
7077 1999-08-03  Richard Stallman  <rms@gnu.org>
7079         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7080         (Buffer-menu-mode): Doc fix.
7081         (Buffer-menu-view): New command.
7082         (Buffer-menu-view-other-window): New command.
7084 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
7086         * replace.el (query-replace-regexp-eval)
7087         (replace-eval-replacement, replace-loop-through-replacements)
7088         (replace-match-string-symbols): New functions.
7089         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7090         Use replace-loop-through-replacements.
7092 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
7094         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7095         (5x5): Doc fix.
7097 1999-08-03  Dave Love  <fx@gnu.org>
7099         * fortran.el (fortran-indent-new-line): Make it an alias
7100         for reindent-then-newline-and-indent.
7102 1999-08-03  Didier Verna  <verna@inf.enst.fr>
7104         * rect.el: All functions rewritten, except when noted above
7105         their declaration.  Below is a list of interface changes.
7106         (apply-on-rectangle): New function, mostly replaces
7107         `operate-on-rectangle'.  All callers changed.
7108         (move-to-column-force): Pass new second argument to `move-to-column'.
7109         (kill-rectangle): Added optional prefix arg to fill lines.
7110         (delete-rectangle): Ditto.
7111         (delete-whitespace-rectangle): Ditto.
7112         (delete-extract-rectangle): Ditto.
7113         (open-rectangle): Ditto.
7114         (clear-rectangle): Ditto.
7115         (delete-whitespace-rectangle-line): New function.
7116         (delete-rectangle-line): Added third arg FILL.
7117         (delete-extract-rectangle-line): Ditto.
7118         (open-rectangle-line): Ditto.
7119         (clear-rectangle-line): Ditto.
7121 1999-08-03  Ray Blaak  <blaak@gnu.org>
7123         * progmodes/delphi.el: New file.
7125 1999-08-02  Richard Stallman  <rms@gnu.org>
7127         * textmodes/outline.el (outline-previous-heading): New function.
7128         (outline-up-heading-all): Use outline-previous-heading.
7129         (outline-next-heading): Delete definition inserted yesterday.
7131 1999-08-01  Richard Stallman  <rms@gnu.org>
7133         * textmodes/outline.el (outline-next-heading): New function.
7134         (outline-up-heading-all): New function.
7135         (outline-font-lock-level): Using outline-up-heading-all.
7136         Tell outline-back-to-heading to accept invisible headings.
7138         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7140         * mail/mh-utils.el (mh-find-path-run): New variable.
7141         (mh-find-path): Test and set that.
7142         Set mail-user-agent only the first time this function is run.
7143         (mail-user-agent): Defvar deleted.
7145         * info.el (info-initialize): New function.
7146         (info): Call info-initialize.
7147         (Info-directory-list): Initialize to nil,
7148         so info-initialize will set it up for real.
7150 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7152         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7153         does not interpret a time as the year in a day-month entry.
7155         * calendar/diary-lib.el: Change syntax table entry for colon in
7156         the diary as part of the european-date-diary-pattern fix.
7158 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
7160         * international/mule.el (set-auto-coding): Allow whitespace before
7161         and after the "variable: value" pair.
7163 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
7165         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7166         (default-sendmail-coding-system): Doc-string fixed.
7168 1999-07-30  Dave Love  <fx@gnu.org>
7170         * subr.el (assoc-delete-all): New function, renamed from
7171         frame-delete-all.
7173         * frame.el: Change comments to doc strings and other doc fixes.
7174         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7175         Callers changed.
7176         (set-background-color, set-foreground-color, set-cursor-color)
7177         (set-mouse-color, set-border-color): Offer completion of colours.
7178         (cursor): Add :version to defgroup.
7180         * facemenu.el (list-colors-display): Make it work on ttys.
7181         (facemenu-read-color): Likewise.
7183 1999-07-30  Richard M. Stallman  <rms@gnu.org>
7185         * frame.el (frame-notice-user-settings): If background
7186         color has been changed, update background-mode from it,
7187         then update faces.
7189 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7191         * net-utils.el (finger): Don't do indirect fingering.
7193 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7195         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7196         rules.  Add separator at end of holidays.
7197         (cal-tex-rules): New customizable variable.
7198         (cal-tex-latexify-list): Add optional parameter to put separator
7199         at end.
7201 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
7203         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7204         fill prefix on each line while looping to the end of paragraph.
7205         End paragraph if it's longer than the existing fill prefix.
7207         * textmodes/fill.el (fill-context-prefix): Doc fix.
7209 1999-07-30  Dave Love  <fx@gnu.org>
7211         * font-lock.el (jit-lock): Fix :load, add :version.
7213 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
7215         * term/pc-win.el (msdos-face-setup): Register standard colors in
7216         Vface_tty_color_alist.
7217         (face-color-supported-p, face_color_gray_p): New functions.
7219         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7220         is bound.
7222         * startup.el (command-line): Don't register default colors for
7223         MSDOS window-system.
7225 1999-07-29  Dave Love  <fx@gnu.org>
7227         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7228         charquote.
7230         * lisp-mode.el (eval-defun): Re-written to avoid
7231         capturing variables.
7233         * picture.el (picture-beginning-of-line): Don't call
7234         hscroll-point-visible now we have real autoscrolling.
7235         (picture-end-of-line, picture-newline, picture-open-line):
7236         Likewise.
7238         * international/latin-8.el: New file.
7239         * international/latin-9.el: New file.
7241 1999-07-28  Dave Love  <fx@gnu.org>
7243         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7245         * msb.el: Require cl only when compiling.
7246         (msb--home-dir): Deleted.
7247         (msb--format-title): Use abbreviate-file-name.
7248         (msb--choose-file-menu): Simplify string comparison.
7250 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7252         * faces.el (toolbar): Add face definition for mono displays.
7254 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7256         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7258         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7259         force copying of default-frame-alist.
7261 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7263         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7265 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7267         * frame.el (set-mouse-color): If new color is nil,
7268         really respecify the current color.
7270 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7272         * faces.el (bitmap-area): Change background of face `bitmap-area'
7273         to white for mono displays.
7275 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7277         * international/ccl.el (ccl-embed-symbol): New function.
7278         (ccl-program-p): Deleted.  Now it's implemented in C code.
7279         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7280         (ccl-compile-translate-character): Likewise.
7281         (ccl-compile-map-single): Likewise.
7282         (ccl-compile-multiple-map-function): Likewise.
7283         (declare-ccl-program): Doc-string modified.
7284         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7286 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7288         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7290 1999-07-25  Markus Rost  <rost@gnu.org>
7292         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7293         the entries to make custom-file more readable.
7295 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7297         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7299         * emacs-lisp/edebug.el: Delete compatibility code.
7300         (edebug-next-token-class): If . is followed by a digit,
7301         return `symbol' for the token class.
7303         * startup.el (command-line): If we don't find the user's init file,
7304         set user-init-file to nil.
7306 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7308         * info-look.el (info-lookup-interactive-arguments): Add optional
7309         argument query for new choice of help mode.
7310         (info-lookup-symbol):  Use it.
7311         (info-lookup-file): Ditto.
7312         (info-lookup): Don't switch to other window, if already in Info
7313         buffer.
7315 1999-07-23  Dave Love  <fx@gnu.org>
7317         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7318         syntax.
7319         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7320         (fortran-font-lock-syntactic-keywords): New variable.
7321         (fortran-mode): Use it.
7322         (fortran-font-lock-keywords-1): Don't do comments.
7323         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7324         match data.
7326         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7328         * msb.el (msb-menu-bar-update-buffers): Renamed from
7329         menu-bar-update-buffers.
7330         (msb-custom-set, msb--toggle-menu-type): Call
7331         msb-menu-bar-update-buffers.
7332         (msb-mode): Revise the hook setting.
7334         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7336 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7338         * font-lock.el, help.el, simple.el: Re-integrate previously
7339         described changes that were lost due to errors while checking them
7340         in.
7342 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7344         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7346 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7348         * international/encoded-kb.el
7349         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7350         but push it to unread-command-events.
7351         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7352         (encoded-kbd-self-insert-sjis): Likewise.
7353         (encoded-kbd-self-insert-big5): Likewise.
7355         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7356         before left margin and fill-prefix by fill-find-break-point.
7358 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7360         * info-look.el (info-lookup-setup-mode): Don't give up, if
7361         info-lookup-make-completions returns an error.
7362         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7363         name latex, not latex2e.
7365 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7367         * replace.el (perform-replace): Turn off case-fold-search
7368         if FROM-STRING argument has uppercase in it.
7370 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7372         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7373         mode is on.  Don't use end of changed text.
7375 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7377         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7378         (cl-hash-table-p): Renamed from hash-table-p.
7379         (cl-hash-table-count): Renamed from hash-table-count.
7380         (maphash): Alias to cl-maphash removed.
7381         (gethash): Likewise.
7382         (puthash): Likewise.
7383         (remhash): Likewise.
7384         (clrhash): Likewise.
7386 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7388         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7389         third arg non-nil.  See comment there why this isn't a good idea.
7391 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7393         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7395         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7396         sit-for with 3rd arg non-nil to prevent redisplay.
7398 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7400         * image.el (image-type-from-file-header): If file doesn't
7401         have a directory part, add data-directory.
7403 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7405         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7406         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7407         motion handling when tooltip-gud-tips-p is nil.
7409 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7411         * tooltip.el (tooltip-mode): Don't use `plusp'.
7412         (tooltip-active): Use initial value of nil.
7414         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7416 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7418         * bindings.el (make-mode-line-mouse-sensitive): Add key
7419         definitions for `top-line'.
7421 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7423         * faces.el (top-line): New face.
7425 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7427         * image.el (image-type-regexps): Add regexp for PS files.
7429 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7431         * faces.el (set-face-attribute): Fix wrong handling of frame
7432         begin equal to t.
7434 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7436         * image.el (image-type-regexps): Add PNG format.
7438 1999-07-21  Dave Love  <fx@gnu.org>
7440         * bindings.el (mode-line-modified): New variable.
7441         (mode-line-mode-menu-1): Switch to appropriate window before
7442         showing menu.
7444 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7446         * faces.el (face-underline): Removed.
7447         (face-underline-color): Ditto.
7449 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7451         * faces.el (face-x-resources): Fix typo.
7453 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7455         * faces.el: Remove handling of `:relief', extend handling of
7456         `:box'.
7457         (frame-set-background-mode): Choose new defface specs after
7458         frame parameters have changed.
7460         * cus-face.el: Ditto.
7462 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7464         * custom.el (defface): Extend documentation to include new
7465         face attributes.
7467         * cus-face.el (custom-face-attributes): Add overline,
7468         strike-through, box.
7470         * faces.el (face-valid-attribute-values): Handle overline,
7471         strike-through, box.
7472         (face-attribute-name-alist): Add pairs for new face attributes.
7473         (describe-face): Handle new face attributes.
7475 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7477         * faces.el (face-x-resources): Add overline, strike-through, box.
7479 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7481         * enriched.el (enriched-translations): Add `display' and
7482         "x-display".
7483         (enriched-handle-display-prop): New.
7484         (enriched-decode-display-prop): New.
7486         * format.el (top-level): Give `display' property
7487         `format-list-atomic-p.
7488         (format-annotate-single-property-change): Test that property.
7489         If present, treat list property values like atoms.
7491 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7493         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7494         so that "*" can be entered.
7496 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7498         * cus-face.el (custom-face-attributes): Don't use `#''.
7500 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7502         * cus-face.el (custom-face-attributes): Return underline
7503         face attribute directly from the second lambda of underline.
7505 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7507         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7509         * frame.el (after-setting-font-hooks): New variable.
7510         (set-frame-font): Run those hooks.
7512         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7514         * faces.el (set-face-attribute): Fix doc string.
7516 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7518         * cus-face.el (custom-face-attributes): Accept color name.
7520         * faces.el (face-underline-p): Accept unspecified underlining.
7521         (face-underline): Ditto.  Fix doc string.
7523 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7525         * faces.el (face-underline-color): New function.
7527 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7529         * cus-face.el (custom-face-attributes): Support underline coloring.
7530         Added slot to choose a color.
7532         * faces.el (face-underline): New function.
7533         (face-underline-p): Support underline coloring.
7534         Return nil only if the underline attribute is 'normal.
7535         (set-face-underline): New function.
7536         (face-valid-attribute-values): Support underline coloring.
7538 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7540         * image.el (insert-image): Use `display' instead of `glyph'
7541         as text property name.
7542         (put-image): Ditto.
7543         (image-type-from-file-header): Use insert-file-contents-literally.
7545 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7547         * easymenu.el (easy-menu-do-add-item): Don't use the empty
7548         string to indicate separators.
7550 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7552         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7553         instead of message-log.
7555 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7557         * faces.el (bitmap-area): New face.
7559 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7561         * image.el (insert-image): New.
7563 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7565         * frame.el (blink-cursor): Set the symbol's value.
7566         (show-trailing-whitespace): Change group to font-lock.
7568 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7570         * jit-lock.el: New.
7571         * font-lock.el: Add jit-mode as new support mode.
7573         * font-lock.el (font-lock-fontify-keywords-region): Stop when
7574         reaching end instead of letting re-search-forward signal an error.
7575         (demand-lock-mode): New.
7576         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7577         (font-lock-turn-off-thing-lock): Ditto.
7578         (font-lock-after-fontify-buffer): Ditto.
7579         (font-lock-after-unfontify-buffer): Ditto.
7581 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7583         * gs.el: New file.
7585         * startup.el (command-line-1): Activate tooltip mode if
7586         interactive.
7588 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7590         * faces.el (toolbar): Grey default background.
7591         (modeline): Ditto.
7593         * image.el (image-type-regexps): New.
7594         (image-type-from-file-header): New.
7595         (create-image): Call it.
7597 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7599         * image.el: New file.
7601 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7603         * bindings.el (mode-line-format): Replace `mode-name' with
7604         `(:eval mode-line-mode-name)'.
7605         (mode-line-mode-name): New.
7606         (make-mode-line-mouse-sensitive): Don't change default value
7607         of `mode-name'.
7609 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7611         * tooltip.el: New file.
7613 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7615         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7616         instead of mouse-3 to pop up menus.
7617         (mode-line-kill-buffer): Removed.
7618         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7619         buffer name.
7620         (mode-line-buffer-menu-1): Removed.
7622         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7624         * bindings.el (mode-line-buffer-identification-keymap): New.
7625         (mode-line-buffer-menu-keymap): New.
7626         (mode-line-mode-menu-keymap): New.
7627         (mode-line-unbury-buffer): New.
7628         (mode-line-other-buffer): New.
7629         (mode-line-kill-buffer): New.
7630         (mode-line-buffer-menu-1): New.
7631         (mode-line-mode-menu-1): New.
7632         (make-mode-line-mouse-sensitive): New.
7634 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7636         * help.el (describe-key-briefly): Handle mode line strings
7637         with local-map properties.
7638         (describe-key): Ditto.
7639         (mode-line-key-binding): New.
7641 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7643         * scroll-bar.el (scroll-bar-timer): New.
7644         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7646 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7648         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7649         and `bottom'.
7651 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7653         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7654         (global): Use different key bindings if using tookit scroll bars.
7656 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7658         * faces.el (modeline): Define mode line face with relief for
7659         class color, only.
7660         (toolbar): New face.
7662 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7664         * frame.el (frame-initialize): Set frame-creation-function to
7665         tty-create-frame-with-faces.
7667         * faces.el (frame-set-background-mode): Make it work for
7668         window-system nil.
7670         * faces.el (tty-create-frame-with-faces): New.
7671         (face-set-after-frame-default): Make it work for TTY frames.
7673 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7675         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7676         Return a list of one font family for TTYs.  Don't return bitmap
7677         file paths for TTY frames.
7679         * faces.el: Add face specs for tty displays to basic faces.
7681         * font-lock.el (font-lock-comment-face): Add spec for color tty.
7682         (font-lock-string-face): Ditto.
7683         (font-lock-keyword-face): Ditto.
7684         (font-lock-builtin-face): Ditto.
7685         (font-lock-function-name-face): Ditto.
7686         (font-lock-variable-name-face): Ditto.
7687         (font-lock-type-face): Ditto.
7688         (font-lock-constant-face): Ditto.
7689         (font-lock-warning-face): Ditto.
7691 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7693         * startup.el (command-line): Register default tty colors.
7695         * faces.el (face-spec-set-match-display): Recognize `type tty'.
7697 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7699         * faces.el (modeline): For X frames, use a modeline with relief.
7701 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7703         * faces.el (frame-update-faces): Copied from 20.2.
7704         (frame-update-face-colors): Ditto.  Code removed that isn't
7705         applicable in the new face implementation.
7707 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7709         * frame.el (show-trailing-whitespace): New.
7711         * faces.el (trailing-whitespace): New basic face.
7713 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7715         * cus-face.el (custom-facep): Always define as alias for facep.
7717         * cus-face.el (custom-face-attributes): Use choice widgets.
7718         Remove :bold and :italic.
7720 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7722         * faces.el (face-charset-registries): Removed since fontset.el
7723         is no always loaded.
7725 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7727         * faces.el (internal-get-face): Added as obsolete function for
7728         compatibility.
7730 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7732         * frame.el (blink-cursor-end): Call show-cursor.
7733         (blink-cursor-mode): Ditto.
7735 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7737         * faces.el (face-spec-reset-face): Reset all attributes to
7738         `unspecified'.
7739         (face-spec-set): Use it.
7741 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7743         * faces.el (read-all-face-attributes): Bug fix.
7744         (face-read-integer): Allow nil default value.
7745         (face-valid-attribute-values): Use symbol names of attribute
7746         values for completion list.
7748 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7750         * faces.el (internal-find-face): Define for compatibility with
7751         20.2.
7752         (face-id): Likewise.
7754         * faces.el (face-id): Return the ID of a realized face for ASCII.
7756         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
7757         (x-complement-fontset-spec): Use face-charset-registries.
7759         * faces.el (face-font-selection-order): Set font selection order
7760         from Lisp.
7761         (face-alternative-font-family-alist): Set alternative font
7762         families from Lisp.
7764 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7766         * faces.el (set-face-charset-registries): Set symbol value.
7768 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7770         * faces.el (face-set-after-frame-default): Call function
7771         internal-merge-in-global-face.
7773 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7775         * faces.el (face-list): Return symbols from face-global-alist.
7777         * faces.el (face-list): Return a copy of the face name list so
7778         that it cannot be modified from outside (facemenu.el uses
7779         nreverse, for example).
7781         * cus-face.el (custom-face-attributes): Add :bold and :italic
7782         for compatibility with old code.
7784         * faces.el (set-face-attributes-from-resources): Additional
7785         frame parameter.
7786         (make-face-x-resource-internal): Set attributes from resources
7787         for a given frame or all frames.
7789 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7791         * faces.el (all-faces): Removed.
7793         * custom.el (defface): Add new face attributes to function
7794         comment.
7796         * font-lock.el (font-lock-comment-face): Use new face attribute
7797         names.
7798         (font-lock-string-face): Ditto.
7799         (font-lock-keyword-face): Ditto.
7800         (font-lock-builtin-face): Ditto.
7801         (font-lock-function-name-face): Ditto.
7802         (font-lock-variable-name-face): Ditto.
7803         (font-lock-type-face): Ditto.
7804         (font-lock-reference-face): Ditto.
7805         (font-lock-warning-face): Ditto.
7806         ((boundp 'font-lock-face-attributes)): Ditto.
7808         * cus-face.el (custom-face-attributes): Use new face attributes.
7810         * faces.el (set-face-attribute-from-resource): Initialize
7811         from resources only for X and W32.
7813         * cus-face.el (custom-declare-face): Don't make frame-local
7814         faces.
7816         * faces.el (describe-face): Use princ instead of insert.
7818         * faces.el: Add XLFD manipulation functions from 20.2 again
7819         because fontset.el uses them.
7820         (face-set-after-frame-default): Add empty definition.
7822 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7824         * faces.el (make-face): Correct typo.
7825         (set-face-attribute-from-resource): Use let*.
7826         (face-underline-p): Correct typo.
7827         (face-inverse-video-p): Ditto.
7828         (set-face-stipple): Ditto.
7829         (face-read-string): Make completion-list optional parameter.
7831 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7833         * faces.el (face-charset-registries): Alist mapping charset
7834         symbols to registries and encoding.
7836 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7838         * frame.el (blink-cursor-mode): Use interactive spec "P".
7840 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7842         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7843         mode.  The cursor of selected_window blinks if the mode is enabled.
7845 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7847         * simple.el (next-history-element): Set point to the end of the
7848         prompt if minibuffer-prompt-in-buffer.
7850 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7852         * faces.el (x-font-regexp): Add sub-expression parentheses for
7853         several font name components.
7855 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7857         * faces.el (set-face-relief): Use index 12 for relief.
7858         (face-fill-in): Set relief from data.
7859         (internal-make-face): Init relief to zero.
7861         * faces.el (face-spec-set): Call modify-face with additional
7862         parameters for relief and fixed-p.
7864 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7866         * cus-face.el: ':fixed and ':relief added.
7868         * faces.el (describe-face): Add fixed font attribute and relief.
7869         (face-attr-match-p): Ditto.
7870         (face-attr-construct): Ditto.
7871         (face-spec-set): Ditto.
7873 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7875         * faces.el (internal-make-face): Function to create a Lisp vector
7876         suitable for representing a face.
7877         (make-face): Use it instead of make-vector.
7878         (x-create-frame-with-faces): Use it instead of vector.
7879         (internal-facep): Increase vector size to 14.
7880         (internal-make-face): Ditto.
7881         (face-relief): Access relief thickness.
7882         (face-fixed-p): Access fixed font attribute.
7883         (set-face-fixed-p): Set fixed font attribute.
7884         (set-face-relief): Set relief attribute.
7885         (internal-face-interactive-int): Read int attribute of face.
7886         (modify-face): Add fixed-p and relief parameters.
7887         (copy-face): Handle fixed-p and relief.
7888         (face-equal): Compare fixed-p and relief.
7889         (face-differs-from-default-p): Ditto.
7890         (face-nontrivial-p): Add fixed-p and relief.
7892 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7894         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7895         (internal-facep): Increase vector size.
7896         (make-face): Ditto.
7897         (face-shadow-thickness): Added.
7898         (set-face-shadow-thickness): Added.
7899         (modify-face): Add optional shadow-thickness parameter.
7900         (make-face-x-resource-internal): Add shadows.
7901         (copy-face): Ditto.
7902         (face-equal): Ditto.
7903         (face-differs-from-default-p): Ditto.
7904         (face-nontrivial-p): Ditto.
7905         (face-attr-match-p): Ditto.
7906         (face-attr-construct): Ditto.
7907         (face-spec-set): Ditto.
7908         (face-fill-in): Ditto.
7910 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7912         * bench.el (bench-mark-split-window): New bench mark.
7914 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7916         * faces.el (set-face-font): Don't pass default font to
7917         x-resolve-font so that font will not have to be of the same
7918         size.
7920 1999-07-20  Dave Love  <fx@gnu.org>
7922         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7923         unconditionally t.
7925 1999-07-20  Karl Heuer  <kwzh@gnu.org>
7927         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7929 1999-07-20  Dave Love  <fx@gnu.org>
7931         * help.el (describe-variable): Fix test for customizability.
7933         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7934         Check for readonly buffer in interactive spec.
7935         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7936         (backward-kill-word): Add * to interactive spec.
7938         * underline.el (underline-region, ununderline-region): Add * to
7939         interactive spec.
7941         * fill.el (canonically-space-region, justify-current-line): Add *
7942         to interactive spec.
7943         (fill-region-as-paragraph, fill-paragraph, fill-region)
7944         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7945         readonly buffer in interactive spec.
7947         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7948         (backward-kill-sentence, kill-sentence): Add * to interactive
7949         spec.
7951 1999-07-19  Richard M. Stallman  <rms@gnu.org>
7953         * dired-aux.el (dired-do-shell-command): Doc fix.
7955         * shell.el (shell-unquote-argument): New function.
7956         (shell-directory-tracker): Use shell-unquote-argument.
7957         * comint.el (comint-arguments): Handle \ followed by space or tab.
7959 1999-07-19  John Wiegley  <jwiegley@borland.com>
7961         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7962         color codes 39 and 49, which by the way lynx uses them seem to
7963         mean "foreground reset" and "background reset".
7965 1999-07-19  Karl Heuer  <kwzh@gnu.org>
7967         * font-lock.el (c++-keywords): Add "typeid".
7969         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7970         selects no font, treat that as zero selections, not one.
7972 1999-07-19  Dave Love  <fx@gnu.org>
7974         * info.el (Info-search): Don't lose with empty regexp.
7976         * version.el: Cater for (free) `ident' program, not `which'.
7978         * hl-line.el: New file.
7980         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7981         for modes which don't define menus.
7983 1999-07-16  Richard M. Stallman  <rms@gnu.org>
7985         * webjump.el (webjump-sample-sites): Update some URLs.
7987 1999-07-14  Richard Stallman  <rms@gnu.org>
7989         * Version 20.4 released.
7991 1999-07-14  Andreas Schwab  <schwab@gnu.org>
7993         * compare-w.el (compare-windows): Try to find the next window in
7994         the current frame before looking at the other frames.
7996 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
7998         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7999         Use cyrillic-jcuken as default input method.
8001 1999-07-12  Richard Stallman  <rms@gnu.org>
8003         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8004         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8006         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8007         (ispell-local-dictionary-alist): Add koi8-r for character set.
8009         * textmodes/flyspell.el (flyspell-get-word):
8010         Add special handling for when ispell-otherchars is empty.
8012 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
8014         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8015         when having nested functons.
8016         (pascal-indent-nested-functions) (pascal-indent-line)
8017         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8018         indenting nested functions.
8020 1999-07-09  Richard Stallman  <rms@gnu.org>
8022         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8024 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
8026         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8027         the `end' keyword was in the very beginning of the buffer.
8029 1999-07-08  Richard Stallman  <rms@gnu.org>
8031         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8033         * term.el (term-emulate-terminal): Avoid infinite loop
8034         in strange case where minibuffer window is selected but not active.
8036 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8038         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8039         Change regexp so that it doesn't match commands beginning with `cd'.
8041 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8043         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8045 1999-07-06  Richard Stallman  <rms@gnu.org>
8047         * hscroll.el (hscroll-minibuffer-hook): New function.
8048         (hscroll-global-mode): Add and remove that hook.
8049         Set hscroll-old-truncate-was-global's default value.
8051 1999-07-05  Richard Stallman  <rms@gnu.org>
8053         * files.el (revert-buffer): Don't preserve point here.
8054         (revert-buffer-insert-file-contents-function): Doc fix.
8056         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8058         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8059         doing a `stat' when it isn't necessary because that can cause
8060         trouble when an NFS server is down.
8062 1999-07-04  Richard Stallman  <rms@gnu.org>
8064         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8066 1999-07-03  Richard Stallman  <rms@gnu.org>
8068         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8069         for \200...\240 also.
8070         (isearch-printing-char): Use unibyte-char-to-multibyte.
8072 1999-07-02  Richard Stallman  <rms@gnu.org>
8074         * frame.el (minibuffer-frame-alist): Use defcustom.
8075         (pop-up-frame-alist): Likewise.
8076         (initial-frame-alist): Specify * in the doc string.
8078         * hscroll.el (hscroll-mode): Make it a permanent local.
8079         (hscroll-mode): Don't cancel the timer
8080         if HScroll mode is enabled in some other buffer.
8082         * isearch.el (isearch-done): If search ends in middle of intangible
8083         text (due to text property), move on to the limit of that text.
8085 1999-07-01  Andrew Innes  <andrewi@gnu.org>
8087         * man.el (Man-build-man-command): Use value of null-device,
8088         instead of hard-coding "/dev/null".
8090         * dos-w32.el (untranslated-canonical-name): Avoid expanding
8091         ange-ftp file names, which might force ange-ftp to prompt for a
8092         password.
8094         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8095         to prevent references to temp files.
8097 1999-06-30  Richard Stallman  <rms@gnu.org>
8099         * progmodes/sh-script.el (sh-feature): If nothing is known
8100         about the given shell, use the values for `sh'.
8102 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8104         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8105         to make it non-recursive.
8107         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8109 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8111         * auto-show.el (auto-show-mode): Fix Typo in :set.
8113 1999-06-29  Richard M. Stallman  <rms@gnu.org>
8115         * progmodes/sh-script.el (sh-mode): When setting syntax
8116         table, default to the standard one.
8118 1999-06-27  Richard M. Stallman  <rms@gnu.org>
8120         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8122 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8124         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8125         a frame when `return' is requested (even if pop-up-frames = t)
8126         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8127         should only be set for the bibtex buffer.
8129         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8131         * progmodes/compile.el: Deal with compilation-error-screen-columns
8132         being buffer-local.
8134 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8136         * comint.el (comint-password-prompt-regexp): Allow "(again)".
8138 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8140         * cal-x.el (calendar-only-one-frame-setup): New function.
8141         * calendar.el (calendar): Call it if requested.
8143 1999-06-24  Karl Heuer  <kwzh@gnu.org>
8145         * startup.el (iso-8859-n-locale-regexp): Doc fix.
8147 1999-06-22  Richard M. Stallman  <rms@gnu.org>
8149         * mail/supercite.el (sc-emacs-features): Doc fix.
8151 1999-06-22  Karl Heuer  <kwzh@gnu.org>
8153         * files.el (auto-mode-alist): Add pike-mode.
8155 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
8157         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8158         last byte of a numeric field is a space or a NUL.  Parse it as
8159         potentially part of the number.  This is used by GNU tar
8160         1.12.64012 to handle larger values.
8162 1999-06-20  Karl Heuer  <kwzh@gnu.org>
8164         * custom.el (custom-handle-keyword): Fix error message.
8166 1999-06-18  Andrew Innes  <andrewi@gnu.org>
8168         * mail/smtpmail.el (smtpmail-send-it): Use
8169         convert-standard-filename to make file names for queued mail safe
8170         on Windows (`:' is invalid in file names on Windows).
8172 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
8174         * international/mule-cmds.el (describe-current-input-method):
8175         Current-input-method is string.
8176         (toggle-input-method): Docstring fixed.
8178         * international/mule-diag.el
8179         (describe-current-coding-system-briefly): Fix format string.
8181         * international/mule-util.el (coding-system-eol-type-mnemonic):
8182         Docstring modified.  Return a string.
8184 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
8186         * sql.el (sql-input-ring-file-name): Doc fix.
8188 1999-06-17  Richard M. Stallman  <rms@gnu.org>
8190         * calendar/cal-x.el (special-display-buffer-names):
8191         Don't put (get-file-buffer diary-file) on this list.
8193 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
8195         * play/mpuz.el (mpuz-try-proposal): Fix message call.
8196         Don't penalize player for certain impossible guesses.
8198 1999-06-16  Andrew Innes  <andrewi@gnu.org>
8200         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8201         return the string "Unk  0  0000" so at least it appears to be a
8202         valid timestamp to `dired-move-to-filename-regexp'.
8204 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
8206         * ps-print.el (ps-control-character): Fix previous change.
8208 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8210         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8211         multiple output of the last message.
8213 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
8215         * term/internal.el (IT-display-table-setup): Do not remap \222 to
8216         the ASCII apostrophe, as most DOS codepages have some other glyph
8217         there.
8219 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
8221         * language/ethio-util.el (setup-ethiopic-environment-internal):
8222         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8223         (exit-ethiopic-environment): Likewize.
8225 1999-06-12  Richard M. Stallman  <rms@gnu.org>
8227         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8229 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8231         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8232         custom-initialize-default to avoid infinite loop.
8233         (crisp-mode): (defun) Call transient-mark-mode here, not when
8234         loading the file.  Run crisp-mode-hook here, and run
8235         crisp-load-hook when loading the file.
8237         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8238         rmail-summary buffer, search for pattern in rmail-file.
8240         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8242         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8244         * ps-print.el (ps-printer-name): Fix custom type.
8246 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8248         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8249         (vhdl-port-paste-generic-map): Fix indentation bug.
8250         (vhdl-port-paste-port-map): Fix indentation bug.
8251         (vhdl-scan-file-contents): Make scanning case insensitive.
8253 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8255         * files.el (write-file): When buffer is not already visiting a file,
8256         don't put buffer name in the minibuffer, just make it the default.
8257         Also handle just directory as arg usefully in that case.
8259         * simple.el (sendmail-user-agent-compose):
8260         Ignore case when inserting the rest of the "other" headers.
8262         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8264         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8265         (info-lookup-interactive-arguments): Never insert the default
8266         into the minibuffer automatically.
8268         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8270 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8272         * simple.el (shell-command): Avoid printing "mark set" message.
8274 1999-06-09  Dave Love  <fx@gnu.org>
8276         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8277         digits in program name in first pattern.
8279 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8281         * vc.el (vc-dired-mode): Don't match anything before the date in
8282         dired-move-to-filename-regexp.
8284 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8286         * international/quail.el (quail-define-rules): Fix typo in
8287         docstring.
8289 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8291         * iswitchb.el (iswitchb-default-keybindings): Add
8292         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8293         than when package is loaded.
8295 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8297         * startup.el (command-line): Don't set user-init-file directly;
8298         tell `load' to set it.
8300         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8302         * simple.el (next-history-element):
8303         Handle minibuffer-text-before-history properly when reading sexps.
8305         * disp-table.el (standard-display-european):
8306         For an interactive call by the user,
8307         don't set enable-multibyte-characters,
8308         and don't set the terminal coding system.
8310         * textmodes/refbib.el: Don't print any messages or display
8311         a buffer when loading the library.
8312         (r2b-help): Doc fix.
8313         (r2b-help-message): Update the documentation.
8314         (r2b-load-quietly): Variable deleted.
8315         (r2b-convert-buffer): Doc fix.
8317 1999-06-04  Dave Love  <fx@gnu.org>
8319         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8321         * auto-show.el: Don't change hooks on loading.
8322         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8323         (auto-show-mode): Add to hooks here.
8325 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8327         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8328         recursion on bogus input.
8330 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8332         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8333         does not select a buffer from the buffers menu, then the attached
8334         frame is not switched to anything.
8336 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8338         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8339         (viet-viscii-...->viet-vscii...).
8341         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8343 1999-06-01  Dave Love  <fx@gnu.org>
8345         * progmodes/fortran.el: Add :link to defgroup.
8346         (fortran-blink-matching-if): Match ELSE statements too.
8347         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8348         that filling is always done.
8350 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8352         * simple.el (append-next-kill): Use an arg to distinguish
8353         interactive calls from Lisp calls, rather than (interactive-p).
8355         * international/iso-transl.el (iso-transl-language-alist):
8356         Interchange n and N.
8358 1999-05-31  Dave Love  <fx@gnu.org>
8360         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8361         and keymap munging on load.
8362         (msb-mode): New option.
8363         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8364         Doc fix.
8365         (msb-mode-map): New variable.
8366         (msb-mode): New command.
8368 1999-05-31  Dave Love  <fx@gnu.org>
8370         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8371         (ispell-complete-word-dict): Likewise.
8373 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8375         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8376         force the data buffer to be saved, even if the data didn't
8377         change, in case the write filter was modified.  Restore the
8378         current record after read-file-filter finishes.
8380 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8382         * ispell4.el: Obsolete; file deleted.
8384         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8386         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8387         VALUE is a syntax table.
8389         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8391         * simple.el (zap-to-char): Doc fix.
8393 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8395         * isearch.el (isearch-quote-char): Don't assume character codes
8396         0200 - 0237 stand for characters in some single-byte character
8397         charset.
8399 1999-05-27  Dave Love  <fx@gnu.org>
8401         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8403 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8405         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8406         headerline does not exist already.
8408 1999-05-26  Richard Stallman  <rms@gnu.org>
8410         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8411         Avoid nested null-loops.
8413 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8415         * international/characters.el: Typo fixed; prefered->preferred.
8417         * international/mule-cmds.el (find-coding-systems-for-charsets):
8418         Typo fixed; prefered->preferred.
8420         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8421         method in read-event.
8423         * international/mule.el (charset-info): Doc-string fixed.
8425 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8427         * mail/smtpmail.el (smtpmail-send-it): Bind
8428         smtpmail-code-conv-from properly.
8429         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8430         by smtpmail-code-conv-from.
8432 1999-05-24  Richard Stallman  <rms@gnu.org>
8434         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8435         Binding deleted also.
8437 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8439         * comint.el (comint-bol-or-process-mark): Doc fix.
8441 1999-05-23  Dave Love  <fx@gnu.org>
8443         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8444         Enter it on minor-mode-map-alist.
8445         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8446         Autoload.  Add custom setter.
8447         (crisp-mark-line): Doc fix.
8448         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8449         (crisp-mode-hook): Define.
8451 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8453         * files.el (recover-file): Recover buffer-file-coding-system.
8455 1999-05-22  Richard Stallman  <rms@gnu.org>
8457         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8458         regexp match the date, to avoid treating date as file size.
8459         Add YYYY S option to WESTERN/
8461         * bookmark.el: Delete some XEmacs compatibility code.
8462         (bookmark-jump-noselect): Check vc-backend.
8464         * subr.el (add-to-list): Doc fix.
8466 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8468         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8470 1999-05-18  Richard Stallman  <rms@gnu.org>
8472         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8473         non-space after the @anchor command.
8474         (texinfo-format-var): Handle other nested constructs, using
8475         texinfo-parse-expanded-arg and texinfo-discard-command, not
8476         texinfo-parse-arg-discard.
8478         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8479         (debug): Bind and use debugger-outer-inhibit-redisplay.
8480         Bind inhibit-redisplay to nil.
8481         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8483 1999-05-17  Dave Love  <fx@gnu.org>
8485         * help.el (describe-function-1): Extra arg, interactive-p.
8486         (describe-key, describe-function): Use it.
8488 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8490         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8492 1999-05-16  Dave Love  <fx@gnu.org>
8494         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
8495         scroll-preserve-screen-position, scroll-conservatively.
8497 1999-05-16  Dave Love  <fx@gnu.org>
8499         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8501 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
8503         * progmodes/vhdl-mode.el: Completely revised and massively extended.
8505 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8507         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8508         magic number and is not associated with a file.
8510 1999-05-14  Richard M. Stallman  <rms@gnu.org>
8512         * files.el (find-file-noselect-1): Fix previous change.
8514 1999-05-14  Simon Marshall  <simon@gnu.org>
8516         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8518 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
8520         * international/mule-diag.el (mule-diag): Change MULE to Mule in
8521         docstring.
8523         * international/mule-cmds.el: Change MULE to Mule in docstrings
8524         and menus.
8526 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
8528         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8529         to correctly reflect the value of BaseLineOffset in
8530         RelativeCompose.  Now the value of RelativeCompose is an array of
8531         low and high positions.
8532         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8533         RLC for the above change.
8535 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
8537         * comint.el (comint-password-prompt-regexp): Modified to match the
8538         output of ksu and ssh-add.
8540 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
8542         * language/korea-util.el (isearch-toggle-korean-input-method):
8543         Adjusted for the change of input method handling in isearch.el.
8544         (isearch-hangul-switch-symbol-ksc): Likewise.
8545         (isearch-hangul-switch-hanja): Likewise.
8547 1999-05-10  Dave Love  <fx@gnu.org>
8549         * help.el (help-make-xrefs): Fix typo.
8551 1999-05-10  Andreas Schwab  <schwab@gnu.org>
8553         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8554         unibyte-display-via-language-environment.
8556         * help.el (help-make-xrefs): Handle more cases when looking for
8557         commands in a keymap description.
8559 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
8561         * loadup.el: For ms-dos systems, load ccl and codepage.
8563 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
8565         * ps-print.el (ps-control-character): Call
8566         ps-mule-prepare-ascii-font to setup ASCII fonts.
8568         * ps-mule.el (ps-mule-begin-job): Redo this change "if
8569         ps-multibyte-buffer is nil, use
8570         ps-mule-font-info-database-default."
8572 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
8574         * ispell.el (ispell-local-dictionary-alist): New variable for
8575         customizing local dictionaries not accessable by everyone.
8576         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8577         (ispell-required-version): Changed format `(major minor
8578         revision)' to support general pattern matching.
8579         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8580         skip region commented out due to incorrect skip potential in std latex.
8581         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
8582         cursor point on small words for calls from `ispell-minor-mode'.
8583         (check-ispell-version): Tests and accepts versions major.minor
8584         and above, with adjustments for interactions in 3.1.0-3.1.11.
8585         (ispell-get-line): No longer skips ispell process special characters.
8586         (ispell-comments-and-strings): Removed `when' macro call.
8587         (ispell-minor-check): Requires ispell-word to restore cursor point.
8588         (ispell-buffer-local-parsing): Supports checking comments only.
8590 1999-05-08  Karl Heuer  <kwzh@gnu.org>
8592         * comint.el (comint-password-prompt-regexp): Fix last change to be
8593         more specific.
8595 1999-05-07  Richard M. Stallman  <rms@gnu.org>
8597         * subr.el (with-temp-message): Fix the other call to message
8598         to use %s.
8600 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
8602         * gud.el (gud-format-command): "%F" means file sans extension.
8603         (jdb): Use %F, not %f, for gud-break.
8605 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
8607         * comint.el (comint-password-prompt-regexp): Modified so that it
8608         matches the output of kinit.
8610 1999-05-06  Greg Stark  <gsstark@mit.edu>
8612         * timezone.el (timezone-parse-date): Recognize new format used in
8613         internet cookies.
8615 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
8617         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8619 1999-05-04  Andrew Innes  <andrewi@gnu.org>
8621         * time.el (display-time-update): Allow for wrap-around when
8622         checking against display-time-server-down-time.
8624 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
8626         * international/mule-diag.el (describe-coding-system): Fix English
8627         message.
8629 1999-05-03  Jason Rumney <jasonr@altavista.net>
8631         * term/w32-win.el: Change the x-charset-registry property for the
8632         Japanese charsets that are supported by Japanese Windows fonts.
8634 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8636         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8637         diary-block diary entries for which the reminders and the diary
8638         entries can overlap.
8640 1999-05-02  Jason Rumney <jasonr@altavista.net>
8642         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8643         matches the font selected in the dialog.
8645 1999-05-02  Dave Love  <fx@gnu.org>
8647         * browse-url.el (browse-url-browser-function): Add :version.
8649         * international/mule.el (auto-coding-alist): Add .tgz.
8651 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
8653         * international/codepage.el (cp-coding-system-for-codepage-1):
8654         Make the magnification parameter for the -dos encoder be 2.
8656 1999-05-2  Andrew Innes  <andrewi@gnu.org>
8658         * term/w32-win.el (w32-drag-n-drop): Select file in window where
8659         it is dropped, rather than current window.
8661         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8662         after switching buffer, as case-fold-search is a buffer local
8663         variable.
8665         * w32-fns.el (convert-standard-filename): Only convert directory
8666         separators to backslash if the interactive shell is one of the
8667         standard Windows shells that has DOS semantics.
8669         * ls-lisp.el (ls-lisp-format-time): Trap errors from
8670         format-time-string, and return a suitable string to indicate the
8671         timestamp was invalid.
8673         * hexl.el (hexlify-command): Apply shell-quote-argument after
8674         expanding hexl-program in case exec-directory contains a space.
8675         (dehexlify-command): Ditto.
8677         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8678         file extension regexps which aren't necessarily binary files.
8679         (direct-print-region-helper): Use subst-char-in-string instead of
8680         binding directory-sep-char to convert filenames to DOS syntax.
8681         (direct-print-region-use-command-dot-com): New variable.
8682         (direct-print-region-helper): Use it to control whether to invoked
8683         command.com to print on Windows 9x.
8685         * browse-url.el (browse-url-browser-function): Default to
8686         browse-url-default-windows-browser on windows-nt.
8687         (browse-url-default-windows-browser): New function.
8689 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8691         * forms.el (forms-mode): Don't call forms-first-record or
8692         forms-last-record if the data file has zero records.
8694 1999-04-29  Richard M. Stallman  <rms@gnu.org>
8696         * files.el (find-file-noselect-1): If buffer-file-name has changed
8697         after find-file-not-found-hooks runs, recompute the truename.
8698         And don't use FILENAME after that point.
8700 1999-04-27  Dave Love  <fx@gnu.org>
8702         * paren.el (show-paren-mode)
8703         * which-func.el (which-func-mode-global)
8704         * type-break.el (type-break-mode)
8705         * time.el (display-time-mode)
8706         * rsz-mini.el (resize-minibuffer-mode)
8707         * mouse-sel.el (mouse-sel-mode)
8708         * icomplete.el (icomplete-mode)
8709         * hscroll.el (hscroll-global-mode)
8710         * help.el (temp-buffer-resize-mode)
8711         * font-lock.el (global-font-lock-mode)
8712         * delsel.el (delete-selection-mode)
8713         * avoid.el (mouse-avoidance-mode)
8714         * autoinsert.el (auto-insert-mode)
8715         * winner.el (winner-mode): Doc fix.
8717 1999-04-26  Karl Heuer  <kwzh@gnu.org>
8719         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8720         the same whitespace that was ignored in choosing the subject string.
8722 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8724         * info.el (Info-find-node): Position properly after finding anchor.
8726         * cus-start.el (all): Handle unibyte-display-via-language-environment.
8728         * simple.el (indent-new-comment-line): Fix previous change.
8730         * complete.el: Delete the wildcard expansion feature
8731         since that is now standard in find-file.
8732         (PC-try-load-many-files): Function deleted.
8733         (PC-after-load-many-files): Function deleted.
8734         (PC-many-files-list): Variable deleted.
8735         (PC-disable-wildcards): Variable deleted.
8736         (partial-completion-mode): Don't enable the wildcard feature.
8738         * complete.el (PC-look-for-include-file): Don't set global variables
8739         `error', `buf' and `filename' here.
8741         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8743 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
8745         * textmodes/outline.el (outline-regexp): Doc fix.
8747 1999-04-26  John Wiegley  <johnw@borland.com>
8749         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8750         C++Builder 4.0 error message syntax.
8752 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
8754         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8755         supported, use find -exec.
8757 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8759         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8760         coding-system-for-write, to avoid hanging when non-interactive.
8762 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8764         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8765         start with a newline.
8767 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
8769         * international/mule-conf.el (x-ctext): New coding system.
8771 1999-04-12  Richard M. Stallman  <rms@gnu.org>
8773         * international/mule-cmds.el (input-method-function):
8774         Add permanent-local property.
8776 1999-04-12  Dave Love  <fx@gnu.org>
8778         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8779         change to use jka-compr-byte-compiler-base-file-name.
8781         * supercite.el (sc-scan-info-alist): Revert last change.
8782         (sc-attrib-selection-list): Fix :type here instead.
8784 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
8786         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8787         in the list of case-insensitive filesystems.
8789 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
8791         * international/fontset.el (create-fontset-from-fontset-spec):
8792         Don't register duplicated alias fontset names.
8794 1999-04-08  Richard Stallman  <rms@gnu.org>
8796         * international/mule.el (auto-coding-alist-lookup): New function.
8797         (set-auto-coding): Use auto-coding-alist-lookup.
8799         * jka-compr.el (jka-compr-insert-file-contents):
8800         Use auto-coding-alist-lookup to check for files that
8801         should not have eol conversion, in the unibyte case.
8803 1999-04-07  Dave Love  <fx@gnu.org>
8805         * help.el (describe-variable): Check custom-loads property as well
8806         as custom-type.
8808         * abbrev.el (abbrev-mode): Customizing sets the default value.
8810 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8812         * vc.el (vc-backend-revert): For CVS files that were made
8813         writeable with "cvs edit", call "cvs unedit" to undo that.
8815 1999-04-08  Dave Love  <fx@gnu.org>
8817         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8818         more.
8819         (sc-emacs-features): Recognize Emacs 20.
8820         (sc-read-string): Use history arg.
8821         (sc-scan-info-alist): Check for rtnvalue a cons.
8823 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
8825         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8826         coding system to encode the message by
8827         select-message-coding-system.
8829 1999-04-07  Richard Stallman  <rms@gnu.org>
8831         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8833         * winner.el: Reorder definitions.
8835         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8837         * mail/rmail.el (rmail-decode-babyl-format):
8838         Undo previous change.
8840 1999-04-06  Richard Stallman  <rms@gnu.org>
8842         * info.el (Info-find-node): Check for an anchor at the
8843         proper place, before reading an indirect file.
8845         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8847         * jka-compr.el (jka-compr-insert-file-contents):
8848         Use raw-text-unix when we want no conversion.
8850 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8852         * timezone.el (timezone-parse-date): Corrected regexp for
8853         style (5) date format so that tenths of seconds are optional.
8855 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
8857         * term/internal.el (dos-cpNNN-setup): New function, with the guts
8858         of dos-codepage-setup.
8859         (cjk-codepages-alist): New variable, an alist of Far-Eastern
8860         codepages for which there's no need to set up cpNNN coding
8861         systems.
8862         (dos-codepage-setup): Support Far-Eastern DOS terminals.
8864 1999-04-05  Richard Stallman  <rms@gnu.org>
8866         * mail/rmail.el (rmail-ignored-headers): Doc fix.
8868 1999-04-02  Richard Stallman  <rms@gnu.org>
8870         * progmodes/compile.el (compilation-handle-exit): Do right thing
8871         if (car status) doesn't end in a newline.
8873 1999-04-01  Dave Love  <fx@gnu.org>
8875         * progmodes/sql.el (SQL): Add defgroup :version.
8877 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
8879         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8880         buffer-file-coding-system.  If the coding system used is raw-text,
8881         etc., make the *Compiler Input* buffer unibyte.
8883         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8885         * loadup.el: Don't write the fns-...el file if not dumping.
8887 1999-03-31  Dave Love  <fx@gnu.org>
8889         * snmp-mode.el (snmp): Fix defgroup :version.
8891         * hilit-chg.el (highlight-changes): Add defgroup :version.
8893 1999-03-31  Andreas Schwab  <schwab@gnu.org>
8895         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8896         the gnus-save-hidden-threads macro.
8898 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8900         * faces.el (face-set-after-frame-default): Obey the
8901         `customized-face' for new faces.
8903 1999-03-30  Dave Love  <fx@gnu.org>
8905         * international/mule-cmds.el (current-language-environment): Doc fix.
8906         * abbrev.el (abbrev-mode): Doc fix.
8907         * autoinsert.el (auto-insert-mode): Doc fix.
8908         * complete.el (partial-completion-mode): Doc fix.
8909         * avoid.el (mouse-avoidance-mode): Doc fix.
8910         * delsel.el (delete-selection-mode): Doc fix.
8911         * font-lock.el (global-font-lock-mode): Doc fix.
8912         * help.el (temp-buffer-resize-mode): Doc fix.
8913         * hscroll.el (hscroll-global-mode): Doc fix.
8914         * icomplete.el (icomplete-mode): Doc fix.
8915         * mouse-sel.el (mouse-sel-mode): Doc fix.
8916         * paren.el (show-paren-mode): Doc fix.
8917         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8918         * time.el (display-time-mode): Doc fix.
8919         * type-break.el (type-break-mode): Doc fix.
8920         * which-func.el (which-func-mode-global): Doc fix.
8921         * winner.el (winner-mode): Doc fix.
8923 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
8925         * wid-edit.el (widget-before-change): Signal text-read-only rather
8926         than an ordinary error.
8928 1999-03-30  Richard M. Stallman  <rms@gnu.org>
8930         * repeat.el: Don't require advice.
8931         (repeat): Do function-indirection in check for kbd macro.
8932         In self-insert case, use the *last* char in INSERTION.
8934 1999-03-30  Karl Heuer  <kwzh@gnu.org>
8936         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8938 1999-03-29  Andreas Schwab  <schwab@gnu.org>
8940         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8941         comint-input-filter-functions.  Make variables related to shell
8942         directory tracking local.
8944 1999-03-26  Andreas Schwab  <schwab@gnu.org>
8946         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8948         * simple.el (shell-command-on-region): Cope with exit-status being
8949         nil, which happens if call-process-region was interrupted.
8951 1999-03-26  Richard M. Stallman  <rms@gnu.org>
8953         * simple.el (indent-new-comment-line): Handle use at a point
8954         after a comment-end.  Handle multiple comments.
8956         * mail/rmail.el (rmail-decode-babyl-format):
8957         To prevent locking, bind buffer-file-name to nil.
8959 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
8961         * mail-hist.el (mail-hist-current-header-name): Don't make
8962         off-by-one-error when determining if in message body.
8964 1999-03-25  Andrew Innes  <andrewi@gnu.org>
8966         * w32-fns.el (set-default-process-coding-system): Copied from
8967         dos-w32.el, but modified to use Unix line endings for process
8968         input, and to add a suitable entry to process-coding-system-alist
8969         for DOS shells.
8971         * dos-fns.el (set-default-process-coding-system): Copied from
8972         dos-w32.el.
8974         * dos-w32.el (set-default-process-coding-system): Move function to
8975         dos-fns.el; a different version is used in w32-fns.el.
8977 1999-03-24  Dave Love  <fx@gnu.org>
8979         * info.el (Info-directory-list): Revert change to re-writing
8980         Info-default-directory-list, but put `alternative' first.
8981         (Info-insert-dir): Modify selecting the top dir file as a consequence.
8983 1999-03-23  Simon Marshall  <simon@gnu.org>
8985         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8986         on the line by itself.
8987         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
8988         it is not in a declarative context.
8990 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8992         * cus-edit.el (custom-variable-prompt): Allow customization of
8993         autoloaded symbols.
8995 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
8997         * simple.el (what-cursor-position): Don't cause error when point
8998         is at invalid multibyte sequence.
9000 1999-03-21  Karl Heuer  <kwzh@gnu.org>
9002         * complete.el (partial-completion-mode): Doc fix.
9004 1999-03-19  Richard M. Stallman  <rms@gnu.org>
9006         * progmodes/cplus-md.el (old-c++): Remove :group.
9008         * progmodes/c-mode.el (old-c): Remove :group.
9010 1999-03-18  Simon Marshall  <simon@gnu.org>
9012         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9013         (java-font-lock-keywords-2): Added "strictfp" keyword.
9015 1999-03-17  Jason Rumney <jasonr@altavista.net>
9017         * w32-fns.el (set-w32-system-coding-system) New function.
9018         (w32-system-coding-system) Initialize to 'iso-latin-1.
9020 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
9022         * international/mule-cmds.el (set-language-environment): Fix
9023         previous change: don't use dos-codepage when unbound.
9025 1999-03-17  Karl Heuer  <kwzh@gnu.org>
9027         * calendar/appt.el (appt-make-list): Fix previous change.
9029 1999-03-16  Richard M. Stallman  <rms@gnu.org>
9031         * window.el (shrink-window-if-larger-than-buffer):
9032         Don't try to redisplay with the cursor at the end
9033         on its own line--that would force a scroll and spoil things.
9035 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
9037         * international/mule-cmds.el (set-language-environment): Don't use
9038         cpNNN-nonascii-translation-table if it is unbound.
9040         * term/internal.el (dos-codepage-setup): Compute the unibyte
9041         syntax table and bind unibyte-display-via-language-environment
9042         here, rather than at top level, so that resetting to unibyte in
9043         .emacs works as expected.
9045 1999-03-15  Simon Marshall  <simon@gnu.org>
9047         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9049 1999-03-14  Milan Zamazal <pdm@pvt.net>
9051         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9053 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9055         * international/mule-util.el (detect-coding-with-priority):
9056         Restore the internal database.
9058 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9060         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9061         if mail-from-style has invalid value.
9063 1999-03-12  Karl Heuer  <kwzh@gnu.org>
9065         * vc.el (vc-delete-logbuf-window): New var.
9066         (vc-finish-logentry): Use it.
9068 1999-03-12  Richard M. Stallman  <rms@gnu.org>
9070         * startup.el (command-line-1): Improve startup msg.
9072 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
9074         * speedbar.el: Added commentary about stealthy functions.
9075         (speedbar-message) new function.
9076         (speedbar-y-or-n-p): New function
9077         (speedbar-with-attached-buffer) Moved macro before reference.
9078         Now uses `save-selected-window'.
9079         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9080         speedbar-generic-item-info, speedbar-item-info-file-helper,
9081         speedbar-item-delete, speedbar-insert-generic-list,
9082         speedbar-timer-fn, speedbar-check-vc-this-line,
9083         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9084         speedbar-buffers-item-info) Use speedbar-message.
9085         (speedbar-item-info) Limit `message-log-max'.
9086         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9087         speedbar-item-delete, speedbar-item-object-delete,
9088         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9090 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
9092         * server.el (server-start): Set coding system for the server
9093         process to raw-text.
9094         (server-process-filter): Decode file names if necessary.
9096 1999-03-12  Dave Love  <fx@gnu.org>
9098         * textmodes/fill.el (sentence-end-double-space): Doc fix.
9100         * textmodes/paragraphs.el (sentence-end): Doc fix.
9102 1999-03-11  Karl Heuer  <kwzh@gnu.org>
9104         * comint.el (comint-password-prompt-regexp): Accept "login password:"
9106 1999-03-09  Karl Heuer  <kwzh@gnu.org>
9108         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9109         (ispell-dictionary-alist-2): Likewise.
9110         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9111         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9112         (ispell-dictionary-alist): Build from six pieces, not just two.
9114         * ps-bdf.el (bdf-directory-list): Doc fix.
9116         * enriched.el (enriched-mode): Make var permanent-local.
9118 1999-03-09  Dave Love  <fx@gnu.org>
9120         * textmodes/sgml-mode.el (html-mode): Use
9121         sentence-end-double-space when setting sentence-end.
9123 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
9125         * language/thai.el (tis-620): New alias coding system for thai-tis620.
9127 1999-03-08  Felix Lee  <flee@cygnus.com>
9129         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9131         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9133 1999-03-08  Karl Heuer  <kwzh@gnu.org>
9135         * dired-aux.el (dired-do-copy-regexp): Doc fix.
9136         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9138         * dired.el (dired-do-copy-regexp): Doc fix.
9139         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9141 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
9143         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9145 1999-03-08  Jason Rumney <jasonr@altavista.net>
9147         * international/codepage.el (cp1250-decode-table)
9148         (cp1251-decode-table, cp1253-decode-table)
9149         (cp1257-decode-table): New translation tables for MS Windows codepages.
9150         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9152 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9154         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9156 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
9158         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9160         * term/internal.el (top level): Display character 255 as 8bit as well.
9162 1999-03-06  Dave Love  <fx@gnu.org>
9164         * progmodes/cc-cmds.el (c-outline-level): Bind
9165         buffer-invisibility-spec.
9167         * progmodes/c-mode.el (c-outline-level): Likewise.
9169         * progmodes/ada-mode.el (ada-outline-level): Likewise.
9171 1999-03-05  Felix Lee  <flee@cygnus.com>
9173         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9175 1999-03-05  Richard M. Stallman  <rms@gnu.org>
9177         * bindings.el (complete-symbol): Invert meaning of prefix arg.
9179 1999-03-05  Andrew Innes  <andrewi@gnu.org>
9181         * w32-fns.el (convert-standard-filename): Convert directory
9182         separators to Windows format.
9184 1999-03-05  Andreas Schwab  <schwab@gnu.org>
9186         * international/skkdic-cnv.el: Provide skkdic-cnv.
9187         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9188         (batch-skkdic-convert): Doc fix.
9190 1999-03-04  Dave Love  <fx@gnu.org>
9192         * custom.el (custom-set-variables): Protect against setter errors.
9194 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
9196         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9197         the file sizes from overflowing.
9198         (ls-lisp-format): If file size is a float, use %8.0f to print it.
9199         Under -s, print the size in blocks with %4.0f, in case they have
9200         a *really* huge file.
9202 1999-03-03  Dave Love  <fx@gnu.org>
9204         * options.el (edit-options): Doc fix.
9205         (list-options): Don't lose with unbound symbols.  Maintain
9206         Edit-options-mode.
9208 1999-03-01  Dave Love  <fx@gnu.org>
9210         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9212 1999-02-28  Richard M. Stallman  <rms@gnu.org>
9214         * ispell.el (ispell-dictionary-alist-override): New variable.
9215         (ispell-dictionary-alist): Don't setq it,
9216         if ispell-dictionary-alist-override is set.
9218         * simple.el (shell-command-default-error-buffer): Renamed from
9219         shell-command-on-region-default-error-buffer.
9220         (shell-command-on-region): Mention in echo area when there
9221         is some error output.  Mention success or failure, too.
9222         Accumulate multiple error outputs
9223         going forward, with formfeed in between.  Display the error buffer
9224         when we have put something in it.
9225         (shell-command): Add the ERROR-BUFFER argument feature.
9227 1999-02-28  Karl Heuer  <kwzh@gnu.org>
9229         * mail/mh-utils.el (mh-lib): Doc fix.
9230         (mh-lib-progs, mh-nmh-p): New vars.
9231         (mh-find-progs): Set mh-lib-progs along with other vars.
9232         (mh-path-search): New arg FUNC-P; if specified, use that instead
9233         of mh-file-command-p.
9234         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9236         * mail/mh-comp.el (mh-repl-formfile): New var.
9237         (mh-smail-batch): Don't ignore all arguments.
9238         (mh-reply): Do the right thing when using nmh.
9240 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
9242         * international/mule-cmds.el (select-safe-coding-system): Be sure
9243         to show a buffer being decoded.
9245 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9247         * ps-bdf.el (bdf-directory-list): Initialize it to
9248         '("/usr/local/share/emacs/fonts/bdf").
9250 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9252         * ps-print.el: PostScript programming fix.
9253         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9254         setpagedevice operator).
9256 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9258         * ps-print.el: Doc fix, font size specifies landscape and portrait
9259         sizes.
9260         (ps-print-version): New version number (4.1.4).
9261         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9262         Specifies landscape and portrait sizes.
9263         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9264         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9265         fix.
9266         (ps-get-font-size): New fun.
9267         (ps-font-size-internal, ps-header-font-size-internal)
9268         (ps-header-title-font-size-internal): New vars.
9270         * ps-mule.el: Change of ps-print font size variable name.
9271         (ps-mule-generate-font): Fun fix.
9272         (ps-mule-begin-job): Programming uniformization.
9274 1999-02-25  Dave Love  <fx@gnu.org>
9276         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9277         (help-make-xrefs): Do Info case first.
9279         * repeat.el: Don't require advice.
9280         (repeat-last-kill-command): Variable deleted.
9282 1999-02-25  Richard Stallman  <rms@gnu.org>
9284         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9285         case just because the current buffer is the output buffer.
9287 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9289         * simple.el (what-cursor-position): To show the character's
9290         encoding, use encoded-string-description instead of information
9291         of chaset-origin-alist.
9293         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9294         (encoded-code-description): New function.
9295         (encoded-string-description): New function.
9296         (encode-coding-char): New function.
9298 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9300         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9301         checking for .emacs[.el[c]].
9303 1999-02-24  Richard Stallman  <rms@gnu.org>
9305         * help.el (describe-function-1): Don't print a whole lambda-function.
9307 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9309         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9310         inputting ?\240.
9312 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9314         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9316         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9317         (clean-buffer-list-kill-buffer-names): Doc fix.
9319         * gud.el (gud-jdb-massage-args): Spelling fix.
9321 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9323         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9325 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9327         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9328         excursion while calling set-auto-coding-function.
9330         * play/handwrite.el (handwrite): Require ps-print, and use
9331         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9332         if it's defined, instead of forking ps-lpr-command unconditionally.
9334 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9336         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9337         charset-origin-alist property to a coding system for the codepage.
9339         * international/mule.el: Modify comment for charset-origin-alist
9340         property of a coding system.
9342         * simple.el (what-cursor-position): charset-origin-alist property
9343         of a coding system may be a translation table or a symbol of which
9344         `translation-table' property is a translation table.
9346 1999-02-21  Richard Stallman  <rms@gnu.org>
9348         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9349         to the "html" template.
9351 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9353         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9355 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9357         * dirtrack.el (dirtrack): Check for the prompt in the input string
9358         instead of the buffer.
9360 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9362         * sql.el: Set version to 1.4.1.  Changed mail address to
9363         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9364         (sql-input-ring-separator): Doc fix.
9365         (sql-mode-syntax-table): double-dash starts comments is defined as
9366         ". 56" instead of ". 12b" for XEmacs.
9367         (sql-stop, sql-interactive-mode): Doc fixes.
9368         (sql-postgres): Queries for database and server, not just one.
9369         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9371         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9372         changed.  This is needed for master.el to work.
9373         (sql-set-sqli-buffer): Use the new hook.
9375         * sql.el (sql-make-alternate-buffer-name): Function that sets
9376         sql-alternate-buffer-name.
9377         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9378         (sql-interactive-mode): Set sql-alternate-buffer-name.
9379         (sql-rename-buffer): New command.
9380         (sql-interactive-mode-menu): Menu for SQLi buffers.
9382         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9383         and sql-input-ring-file-name are used to temporarily set
9384         comint-input-ring-file-name and comint-input-ring-separator when
9385         reading and writing input history files.
9387         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9388         (sql-input-ring-file-name): New variable with customization.
9389         (sql-input-ring-separator): New variable with customization.
9390         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9391         Callers changed.
9392         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9393         now includes the name of the current buffer.
9395         (sql-mode): Set paragraph-separate and paragraph-start so that
9396         sql-send-paragraph sends the entire SQL statements, even if it
9397         contains indented lines.
9399 1999-02-18  Dave Love  <fx@gnu.org>
9401         * format.el (format-encode-run-method, format-decode-run-method):
9402         Fix previous change.
9404 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9406         * international/mule.el (coding-system-list): Moved here from
9407         mule-util.el to avoid autoloading mule-util by the call of
9408         select-safe-coding-system.
9410 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9412         * simple.el (turn-on-auto-fill): Mark it as an option for
9413         `text-mode-hook'.
9415 1999-02-17  Richard Stallman  <rms@gnu.org>
9417         * emacs-lisp/easymenu.el (easy-menu-get-map):
9418         Don't crash if (current-local-map) is nil.
9420 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9422         * filecache.el (file-cache-filter-regexps): Added .class.
9424 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9426         * international/mule-util.el (decompose-region): Use
9427         insert-buffer-substring instead of insert-buffer to avoid putting
9428         mark.
9430 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9432         * calendar/cal-move.el (scroll-calendar-left): Don't set
9433         displayed-month and displayed-year here, let generate-calendar do
9434         it, after range checking.
9436 1999-02-17  Simon Marshall  <simon@gnu.org>
9438         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9440         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9441         correctly between an object declared via a constructor and a method.
9442         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9443         (java-font-lock-keywords-1): Fontify package names individually.
9444         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9445         (java-font-lock-keywords-2): Simplify type fontification.
9446         (java-font-lock-keywords-3): Likewise.
9448 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9450         * language/japanese.el (iso-2022-jp-2): New coding system.
9451         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9453 1999-02-16  Dave Love  <fx@gnu.org>
9455         * help.el (describe-function-1): Accept non-symbols.
9457 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9459         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9460         find the last match if there are multiple matches.
9462 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9464         * tex-mode.el (tex-run-command, latex-run-command)
9465         (slitex-run-command, tex-command): Doc changes.
9466         (tex-start-options-string): Autoload it.  Doc change.  Provide
9467         a menu for customization.  Allow nil.  Quote backslashes only once.
9468         (tex-start-tex): Handle nil value of tex-start-options-string
9469         and apply shell-quote-argument to it.
9471 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9473         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9474         the size in blocks, since it can be a float.
9475         (ls-lisp-format): Likewise
9477 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9479         * language/japanese.el (japanese-shift-jis): Add
9480         charset-origin-alist property.
9482 1999-02-15  Richard Stallman  <rms@gnu.org>
9484         * progmodes/compile.el (compile-internal): Use save-selected-window.
9486         * subr.el (momentary-string-display): Bind inhibit-read-only.
9488         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9490 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9492         * mail/rmail.el (rmail-show-message): If an unseen message has a
9493         Summary-line in its header, get past one more line before looking
9494         for the X-Coding-System header.
9496 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
9498         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9499         explicitly to accomodate Windows 9X lack of a useful copy program.
9501 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9503         * wid-edit.el (widget-choice-value-create): Use `equal'
9504         instead of `eq'.
9506 1999-02-14  Richard Stallman  <rms@gnu.org>
9508         * international/iso-transl.el:
9509         (iso-transl-ae): Renamed from iso-transl-e-slash.
9510         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9511         (iso-transl-AE): Renamed from iso-transl-E-slash.
9512         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9513         (iso-transl-char-map): Related changes.
9515         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9517 1999-02-13  Richard Stallman  <rms@gnu.org>
9519         * textmodes/texinfmt.el (texinfo-alias): New function.
9520         (texinfo-fold-nodename-case): Add defvar.
9521         (texinfo-format-node): Do case folding if specified.
9523         * ffap.el (ffap-file-at-point): Test local file names
9524         immediately.  Strip off line numbers.
9526 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
9528         * sql.el: Set version to 1.3.2
9529         (sql-solid-program): Added support for solid.
9530         (sql-help): Doc mentions sql-solid.
9531         (sql-solid): Entry function for Solid.
9532         (sql-buffer): Doc explains the use of the variable and how to
9533         change it.
9534         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9535         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9536         disabled if sql-buffer doesn't have a process; sql-send-paragraph
9537         is new.
9538         (sql-show-sqli-buffer): New function to display the value of
9539         sql-buffer.
9540         (sql-change-sqli-buffer): New function to change sql-buffer.
9541         (sql-mode): Doc explains how to change sql-buffer.
9542         (sql-send-paragraph): New function to send a paragraph.
9543         (sql-mode-map): Added keybinding for sql-send-paragraph.
9544         (sql-mysql): Doc corrected.
9545         (sql-ms): Doc corrected.
9547         * sql.el (sql-server): Doc fix.
9548         (sql-mysql): Added the use of sql-server to specify the host,
9549         sql-database now specifies database instead of host.
9550         (sql-mode-menu): Send... menu items are only active if sql-buffer
9551         is non-nil.
9552         (sql-help): Changed tag of entry functions a bit.
9554         * sql.el: Added keywords from `finder-by-keyword'.
9555         (sql-mode): Made sql-buffer a local variable, changed the
9556         documentation: removed instructions to add *.sql files to
9557         auto-mode-alist, added documentation for having mutliple SQL
9558         buffers sending their stuff to different SQLi buffers, each
9559         running a different process.
9560         (sql-postgres): Quoted *SQL* in doc string.
9561         (sql-ms): Likewise.
9562         (sql-ingres): Likewise.
9563         (sql-ingres): Quoted *SQL* in doc string, added references to
9564         sql-user and sql-password used during login.
9565         (sql-sybase): Quoted *SQL* in doc string, added comma.
9566         (sql-oracle): Likewise.
9567         (sql-interactive-mode): Added extensive documentation for having
9568         mutliple SQL buffers sending their stuff to different SQLi
9569         buffers, each running a different process.
9570         (sql-buffer): Changed doc from *SQL* to SQLi.
9571         (sql-get-login): Doc fix.
9573 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9575         * international/mule-conf.el (undecided): Set ascii in
9576         safe-charsets property.
9578 1999-02-12  Richard Stallman  <rms@gnu.org>
9580         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9582 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9584         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9585         value to ps-mule-font-info-database-latin.
9587 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
9589         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9590         (ps-mule-font-info-database-default): New variable.
9591         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9592         ps-mule-font-info-database-default.
9594 1999-02-12  Dave Love  <fx@gnu.org>
9596         * timezone.el (timezone-make-date-sortable)
9597         (timezone-make-date-arpa-standard): Doc fix.
9599 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9601         * international/quail.el (quail-show-kbd-layout): Bind
9602         blink-matching-paren to nil.
9604         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9605         for ASCII and Latin-1.
9607 1999-02-12  Andreas Schwab  <schwab@gnu.org>
9609         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9611 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
9613         * international/mule-cmds.el (language-info-alist): Remove
9614         description about charset-origin-alist.
9616         * international/mule.el: Comment added for a new coding system
9617         property `charset-origin-alit'.
9618         (make-translation-table): This variable deleted.
9620         * language/chinese.el (chinese-big5): Add charset-origin-alist
9621         property.
9622         ("Chinese-CNS"): Remove charset-origin-alist property.
9624         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9625         property.
9626         (cyrillic-alternativnyj): Likewise.
9627         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9628         ("Cyrillic-ALT"): Likewise.
9630         * language/vietnamese.el (vietnamese-viqr): Add
9631         charset-origin-alist property.
9632         ("Vietnamese"): Remove charset-origin-alist property.
9634         * simple.el (what-cursor-position): Don't use the varialbe
9635         charset-origin-alist, but use charset-origin-alist property of
9636         buffer-file-coding-system to decide external character set code.
9638 1999-02-10  Richard Stallman  <rms@gnu.org>
9640         * shadowfile.el: Don't turn on the mode when the file is loaded.
9642 1999-02-09  Richard Stallman  <rms@gnu.org>
9644         * progmodes/compile.el (compile-auto-highlight): Customize.
9646         * add-log.el (add-log-file-name-function): New variable.
9647         (add-change-log-entry): Call that function, if non-nil.
9649 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
9651         * rmail.el (rmail-search): Track match with a marker, not an integer.
9653 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9655         * progmodes/compile.el (compilation-setup): Set value of
9656         compilation-directory-stack as in compilation-forget-errors.
9657         (compile-reinitialize-errors): Bind buffer-undo-list and
9658         deactivate-mark.
9659         (compilation-forget-errors): Likewise.
9661 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
9663         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9664         def... constructs.
9666         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9667         Remove calls to sleep-for.
9669 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
9671         * international/codepage.el (cp-coding-system-for-codepage-1): On
9672         MS-DOS, use dos-unsupported-char-glyph for characters not
9673         supported by the codepage.
9674         (cp-make-coding-systems-for-codepage): Likewise.
9676 1999-02-08  Andreas Schwab  <schwab@gnu.org>
9678         * international/mule-util.el (coding-system-list): Don't sort
9679         coding-system-list here.
9681         * international/mule.el (coding-system-lessp): Moved here from
9682         mule-util.el
9683         (add-to-coding-system-list): New function.
9684         (make-subsidiary-coding-system, make-coding-system,
9685         define-coding-system-alias): Use it instead of setting
9686         coding-system-list directly.
9688 1999-02-07  Dave Love  <fx@gnu.org>
9690         * calendar/appt.el (appt-make-list): Don't splice quotes and date
9691         onto message.
9693 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9695         * imenu.el (imenu--last-menubar-index-alist): Add doc.
9696         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
9698 1999-02-06  Richard Stallman  <rms@gnu.org>
9700         * language/european.el (setup-slovenian-environment): New function.
9701         ("Slovenian"): New language environment.
9703         * progmodes/sql.el (sql-help): Doc fix.
9704         (sql-mysql): Doc fix.
9706 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9708         * tex-mode.el: When compiling, require compare-w and skeleton
9709         to pacify the byte-compiler.  Move the def's of the tex-commands
9710         together.  Add a comment on kill-process vs. quit-process.
9712 1999-02-05  Dave Love  <fx@gnu.org>
9714         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9715         null markers.
9716         (compile-goto-error): Likewise.
9718 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
9720         * time-stamp.el (time-stamp-format): Format doc tighter.
9721         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9722         (time-stamp): Don't re-write the time stamp if it didn't change.
9724 1999-02-05  Alex Schroeder  <asc@bsiag.com>
9726         * progmodes/sql.el: Changed version to 1.2.1.
9727         (sql-pop-to-buffer-after-send-region): Improved documentation.
9728         (sql-mysql-program): Added MySQL support.
9729         (sql-prompt-length): Made prompt-length configurable.
9730         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9731         (sql-help): Added MySQL support, changed documentation.
9732         (sql-send-region): A message is displayed if something is sent.
9733         (sql-mode): Added buffer-local comment-start.
9734         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9735         (sql-interactive-mode): Added buffer-local comment-start.
9736         (sql-oracle): Set sql-prompt-length.
9737         (sql-sybase): Set sql-prompt-length.
9738         (sql-mysql): Added MySQL support.
9739         (sql-ingres): Set sql-prompt-length.
9740         (sql-ms): Set sql-prompt-length.
9741         (sql-postgres): Set sql-prompt-length.
9743 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
9745         * term/internal.el (dos-codepage-setup): Set selection coding
9746         system to cpNNN-dos.
9748 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750         * international/characters.el: Let ethiopic use iso-2022-7bit.
9752 1999-02-02  Dave Love  <fx@gnu.org>
9754         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9755         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9757 1999-02-02  Karl Heuer  <kwzh@gnu.org>
9759         * terminal.el (terminal-emulator): Doc fix.
9761 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
9763         * international/mule-util.el (compose-chars): Doc-string
9764         modified.  Correctly handle a composition character in ARGS.
9766 1999-02-01  Richard Stallman  <rms@gnu.org>
9768         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9769         (makefile-menu-index-function): Function deleted.
9770         (makefile-mode): Use makefile-imenu-generic-expression.
9772 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
9774         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9775         change, invoke from before-init-hook.
9777 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
9779         * subr.el (remove-from-invisibility-spec): Cope with the case when
9780         buffer-invisibility-spec is t.
9782 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
9784         * calendar/calendar.el (calendar-mode-map): Fix bindings for
9785         appt-add and appt-delete.
9787 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
9789         * term/pc-win.el (msdos-approximate-color): New function.
9790         (msdos-color-translate): Call it to find a DOS color that best
9791         approximates an X-style "#NNNNNN" color specification.
9793 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
9795         * international/mule-util.el (compose-chars-component): Add
9796         autoload cookie.
9798 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
9800         * international/quail.el (quail-lookup-key): If cdr of MAP is a
9801         function, replace cdr of MAP by the return value of the function
9802         unconditionally.
9804 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9806         * progmodes/compile.el (compilation-next-error-locus): Don't
9807         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9809 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
9811         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9812         and NLs before "charset", and allow the charset name be in double
9813         quotes.
9815 1999-01-31  Richard Stallman  <rms@gnu.org>
9817         * imenu.el (imenu-sort-function): Fix custom type.
9819 1999-01-30  Richard Stallman  <rms@gnu.org>
9821         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9822         (speedbar-line-token): Likewise.
9824         * play/gametree.el (gametree-default-score): Use defcustom.
9825         (gametree-score-regexp, gametree-score-closer): Likewise.
9826         (gametree-score-manual-flag, gametree-score-opener): Likewise.
9828 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9830         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9831         decoding.
9833 1999-01-29  Markus Rost  <rost@gnu.org>
9835         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9836         tex-validate-buffer.
9837         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9838         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
9839         now with recent occur-mode.
9840         (tex-validate-region): Really walk through all Sexps.
9841         (tex-region): Bind shell-dirtrack-verbose.
9842         (tex-file, tex-bibtex-file): Likewise.
9844 1999-01-29  Dave Love  <fx@gnu.org>
9846         * finder.el: (finder-commentary): Fix interactive spec.  Try
9847         appending .el to file name.
9848         (finder-find-library, finder-commentary): Doc fixes.
9850 1999-01-29  Andrew Innes  <andrewi@gnu.org>
9852         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9853         where the userid contains directory separators.
9855 1999-01-29  Dave Love  <fx@gnu.org>
9857         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9858         (lm-commentary): Doc fix.
9860 1999-01-29  Andreas Schwab  <schwab@gnu.org>
9862         * files.el (file-expand-wildcards): Never consider `.' and `..' a
9863         wildcard match.  Fix regexp that tests if dirpart contains
9864         wildcard characters.
9866 1999-01-28  Richard Stallman  <rms@gnu.org>
9868         * font-lock.el (font-lock-default-unfontify-region):
9869         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9871 1999-01-27  Jason Rumney <jasonr@altavista.net>
9873         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9874         from FAMILY field.
9875         (w32-create-initial-fontsets): Do not use before-init-hook.
9876         (mouse-set-font): Document.  Automatically create and use fontsets.
9878         * dos-w32.el (direct-print-region-helper): Check for printer
9879         being t as well as a string.
9881 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
9883         * mail/rmail.el (rmail-decode-mime-charset): New variable.
9884         (rmail-mime-charset-pattern): New variable.
9885         (rmail-convert-to-babyl-format): Decode by MIME-charset if
9886         rmail-decode-mime-charset is non-nil.
9888 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
9890         * international/characters.el: Set category `q' for all characters
9891         in tibetan and tibetan-1-column.
9893 1999-01-27  Andrew Innes  <andrewi@gnu.org>
9895         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9896         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9898 1999-01-27  Dave Love  <fx@gnu.org>
9900         * international/mule-cmds.el (current-language-environment):
9901         Provide :link, :type (choices) and appropriate :get.
9903 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
9905         * startup.el (command-line): Set default eol-mnemonic-* strings to
9906         display end-of-line format in mode line.
9908         * cus-start.el (all): Add eol-mnemonic-* variables.
9910 1999-01-26  Dave Love  <fx@gnu.org>
9912         * startup.el (command-line-1): Up-date copyright.
9914         * paths.el (Info-default-directory-list): Use configdir twice.
9916         * info.el (Info-directory-list): Don't set path-separator now
9917         we're not shipped with Texinfo.  Simplify path definition.
9918         Substitute all occurrences of instdir in Info-default-directory-list.
9920 1999-01-25  Richard Stallman  <rms@gnu.org>
9922         * startup.el (normal-top-level-add-subdirs-to-load-path):
9923         Record the inode numbers of the dirs processed, to avoid loop.
9925         * textmodes/tex-mode.el (tex-run-command): Doc fix.
9927 1999-01-25  Dave Love  <fx@gnu.org>
9929         * browse-url.el (browse-url-netscape-program): Doc addition.
9931         * help.el (help-make-xrefs): Default info references to an `(emacs)'
9932         prefix.
9934         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9935         auto-mode-alist.
9937 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9939         * calendar/diary-lib.el (mark-diary-entries): Use
9940         assoc-ignore-case and do not capitalize when matching month and
9941         day names.
9943         * calendar/calendar.el (calendar-read-date): Ditto.
9945         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9946         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9948         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9950         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9952         * calendar/cal-islam.el (calendar-goto-islamic-date)
9953         (mark-islamic-diary-entries): Ditto.
9955         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9957         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9958         (calendar-read-mayan-tzolkin-date): Ditto.
9960         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9962 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
9964         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9966 1999-01-25  Karl Heuer  <kwzh@gnu.org>
9968         * faces.el (list-faces-display): Multiline case of previous fix.
9970 1999-01-25  Andreas Schwab  <schwab@gnu.org>
9972         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9974 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
9976         * files.el (find-file): If find-file-noselect returns a list,
9977         do switch-to-buffer on each element.
9978         (find-file-other-window): Likewise for all but the first element.
9979         (find-file-other-frame): Same.
9980         (find-file-noselect): When we expand a wildcard, return a list
9981         of buffers.
9983 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
9985         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9986         to set the appropriate cpNNN-dos coding system as the
9987         highest-priority coding system.
9989 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9991         * international/fontset.el (generate-fontset-menu): Return a
9992         sorted list by plain names of fontsets.
9994         * international/mule-diag.el (list-fontsets): Sort fontsets by
9995         plain names.
9997         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9998         FIRST is a composite character, decompose it at first.
10000 1999-01-23  Dave Love  <fx@gnu.org>
10002         * format.el: Doc fixes.
10003         (format-encode-run-method): Have things happen in the right buffer.
10004         Deal with errors from method.  Set coding-system-for-write.
10005         (format-decode-run-method): Have things happen in the right buffer.
10006         Deal with errors from method.  Set coding-system-for-read.
10007         (format-alist): Use nil instead of unmatchable regexps.
10009         * simple.el (shell-command-on-region): Return command's exit status.
10011 1999-01-23  Eric Ludlam  <zappo@gnu.org>
10013         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10014         of the file whose info we want to display.
10015         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10016         (speedbar-add-mode-functions-list) Improve doc.
10017         (speedbar-line-token) New function.
10018         (speedbar-dired) Fix order of directories in -shown-directories.
10019         (speedbar-line-path): Default return is default-directory
10020         (speedbar-buffers-line-path): Return is dir name only.
10021         (speedbar-mode-functions-list): New variable.
10022         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10023         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10024         speedbar-files-item-info speedbar-buffers-item-info): New functions.
10025         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10026         New functions.
10027         (speedbar-line-file): Broke out part that fetches file from a line.
10028         (speedbar-line-text): New function extracted from speedbar-line-file.
10029         (speedbar-line-path): Converted into a replaceable function.
10030         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10032 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10034         * international/fontset.el (create-fontset-from-x-resource): Make
10035         style variants.
10037 1999-01-22  Dave Love  <fx@gnu.org>
10039         * paths.el (Info-default-directory-list): Put sysdir after start.
10041 1999-01-22  Sam Steingold  <sds@goems.com>
10043         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10044         a process associated with it.
10046 1999-01-22  Jason Rumney <jasonr@altavista.net>
10048         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10050 1999-01-22  Felix Lee  <flee@cygnus.com>
10052         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10053         major-mode.
10054         (vc-annotate-mode): Delete variable.
10056 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10058         * startup.el (command-line): [windows-nt]: Check for existence of
10059         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10060         in preference to _emacs.
10062 1999-01-22  Dave Love  <fx@gnu.org>
10064         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10066 1999-01-20  Richard Stallman  <rms@gnu.org>
10068         * files.el (find-file-noselect): Do wildcard processing only
10069         if new arg WILDCARDS is non-nil.
10070         (find-file, find-file-other-window): New arg WILDCARDS.
10071         Default it to non-nil if interactive.
10072         (find-file-other-frame): Likewise.
10073         (find-file-read-only): Likewise.
10074         (find-file-read-only-other-window): Likewise.
10075         (find-file-read-only-other-frame): Likewise.
10077         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10078         (widget-plist-convert-option): Delete spurious comma.
10080 1999-01-19  Jason Rumney <jasonr@altavista.net>
10082         * term/w32-win.el (w32-standard-fontspec-spec): Change
10083         iso8859-5 to koi8-r.  Add iso8859-9.
10085 1999-01-19  Dave Love  <fx@gnu.org>
10087         * browse-url.el (browse-url-maybe-new-window): Delete macro and
10088         its uses.
10090         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10091         is active.
10092         (fortran-indent-subprogram): Likewise.
10094 1999-01-19  Dave Love  <d.love@dl.ac.uk>
10096         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10098 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10100         * wid-edit.el (alist): Use sexp as default key-type.
10102 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10104         * textmodes/tex-mode.el (tex-define-common-keys):
10105         Remove key binding of tex-feed-input.
10106         (tex-mode-map): Bind tex-feed-input here.
10107         (tex-start-shell): Use compilation-shell-minor-mode.  Set
10108         comint-input-filter-functions before running tex-shell-hook.
10109         (tex-start-tex): Forget compilation errors.
10110         (tex-compilation-parse-errors): Rewritten to work also with
10111         compile-mouse-goto-error and compile-goto-error.  Adjusted to
10112         change in tex-region.
10113         (tex-region): For the temp file use file-name without directory.
10114         (tex-file): Expand file name of tex-print-file.
10116 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10118         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
10120 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
10122         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10123         beginning could cause Emacs to hang.  Fixed.
10125 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
10127         * international/ccl.el (ccl-compile-translate-character): Handle
10128         the case that a tranlation table is CCL register correctly.
10130         * international/mule-cmds.el (select-safe-coding-system):
10131         Hightlight at most 256 characters.
10133 1999-01-18  Dave Love  <fx@gnu.org>
10135         * startup.el (command-line): If the init file changes operation to
10136         unibyte, make all buffers unibyte and re-set language environment.
10138         * disp-table.el (standard-display-european): Make all existing
10139         buffers unibyte.  Fix doc.
10141 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10143         * wid-edit.el (coding-system): Define this unconditionally.
10145         * simple.el (shell-command-on-region-default-error-buffer): New var.
10146         (shell-command-on-region): Use that variable as interactive
10147         value of ERROR-BUFFER argument.
10149 1999-01-17  Sam Steingold  <sds@goems.com>
10151         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10153 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10155         * progmodes/compile.el (compilation-goto-locus): If already in the
10156         compilation buffer's window, keep it in that window.
10157         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
10158         (compile-goto-error): Don't play with windows.
10160         * textmodes/tex-mode.el (latex-run-command): Doc fix.
10161         (tex-command): Doc fix.
10162         (tex-compilation-parse-errors): Doc fix.
10163         (tex-generate-zap-file-name): Don't start the name with -.
10164         (tex-expand-files): Works now also with strings ending with ":".
10166 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
10168         Patch failed to install:
10169         * gametree.el: Document scoring functionality.
10170         (gametree-score-regexp): Add optional plus sign.
10171         (gametree-score-opener): Replace `:' with `=' as the former
10172         conflicts with gametree-half-ply-regexp.
10173         (gametree-transpose-following-leaves): Add.
10174         (gametree-insert-new-leaf): Make modifying commands barf in read
10175         only buffers.
10176         (gametree-break-line-here): Add a call to
10177         `gametree-transpose-following-leaves'.  This maintains the
10178         necessary invariant that on each level all leaf children precede
10179         all nonleaf children.  This has always been implied, but left to
10180         the user, and, unfortunately, undocumented.
10182 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10184         * wid-edit.el (plist, alist): New widget types.
10186 1999-01-17  Dave Love  <fx@gnu.org>
10188         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10189         fix scope of condition-case therein.
10191 1999-01-17  Andrew Innes  <andrewi@gnu.org>
10193         * dos-w32.el: (find-buffer-file-type-coding-system): Use
10194         default-buffer-file-coding-system when file doesn't exist (and
10195         isn't covered by a special case) instead of forcing undecided-dos
10196         against the user's wishes.
10198         * dos-w32.el (direct-print-region-helper): New function based on
10199         direct-print-region-function; sends data to specified printer port
10200         without further translation.  Recognize and handle specially the
10201         standard `print' and `nprint' programs, as well as `lpr' and
10202         similar programs.  Only write directly to the printer port if no
10203         print program is specified.  Work around a bug in Windows 9x
10204         affecting Win32 version of Emacs by invoking command.com to write
10205         to the printer port instead of writing directly.
10206         (direct-print-region-function): Use direct-print-region-helper to
10207         do most of the work.
10208         (direct-ps-print-region-function): New function; analogue of
10209         direct-print-region-function for ps-print.
10210         (ps-lpr-command): Comment out setq; leave as example usage.
10211         (ps-lpr-switches): Ditto.
10213         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10214         and MS-Windows.
10215         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10216         DOS and Windows platforms, to indicate direct printing.  Update
10217         the docstring accordingly.
10219         * ps-print.el: (ps-printer-name): Update docstring about usage on
10220         MS-DOS and MS-Windows.
10221         (ps-lpr-command): Update docstring as for lpr-command.
10222         (ps-print-region-function): New variable.
10223         (ps-do-despool): Use it.
10224         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10225         DOS/Windows.
10227         * subr.el (subst-char-in-string): New function.
10229 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
10231         * international/codepage.el (cp852-decode-table): Fill a nil entry.
10233         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10234         (bdf-find-font-info): New function, looks for the first readable
10235         file from a list of alternatives.
10236         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10237         instead of bdf-get-font-info.
10238         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10239         to ps-mule-generate-bitmap-glyph.
10241         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10242         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
10243         now be a list of alternative names.
10244         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10245         (ps-mule-prepare-font): Likewise.
10247         * international/codepage.el (cp855-decode-table,
10248         cp850-decode-table): Fill some nil entries.
10250 1999-01-16  Dave Love  <fx@gnu.org>
10252         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10253         last change.
10255 1999-01-15  Dave Love  <fx@gnu.org>
10257         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10258         and change regexp for command names.
10259         (help-xref-go-back, function-called-at-point, symbol-file)
10260         (where-is): Doc fixes.
10261         (help-xref-go-back): Remove interactive spec.
10262         (describe-function-1): Fix message for alias.  Buttomize alias
10263         name.
10265         * simple.el (join-line): New alias.
10267 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10269         * forms.el: (forms--show-record): Convert integers to string
10270         expicitly since concat will no longer accept integers.
10271         (forms-print): Use local `total-nb-records' since
10272         `forms--total-records' will be inaccessible after buffer switching.
10274 1998-01-14  Felix Lee  <flee@cygnus.com>
10276         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10278 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10280         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10282 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10284         * international/codepage.el (cp850-decode-table): Fix previous change.
10286 1999-01-14  Simon Marshall  <simon@gnu.org>
10288         * shell.el (shell-dirtrack-verbose): New custom variable.
10289         (shell-dirstack-message): Use it.
10291 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10293         * international/mule-conf.el: Coding system alias `dos' for
10294         `undecided-dos', `mac' for `undecided-mac'.
10296         * international/mule-cmds.el (describe-language-environment):
10297         Don't alter input-method-alist.
10299 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10301         * international/codepage.el (cp850-decode-table): Replace nil
10302         entries with codes of similary looking glyphs.  (Suggested by
10303         Jason Rumney <jasonr@altavista.net>.)
10305 1999-01-13  Dave Love  <fx@gnu.org>
10307         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10309         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10311 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10313         * files.el (auto-save-hook): Defvar this.
10315 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10317         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10318         faces, eliminating the need to load font-lock before loading sql.
10319         (sql-mode-oracle-font-lock-keywords): Likewise.
10320         (sql-mode-postgres-font-lock-keywords): Likewise.
10322 1999-01-11  Dave Love  <fx@gnu.org>
10324         * cus-start.el: Add inhibit-eol-conversion.
10326         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10327         the values round.
10329 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10331         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10332         Don't switch to Help mode here.
10333         (temp-buffer-setup-hook): Use help-mode-finish.
10334         (help-mode-setup): New function.
10335         (temp-buffer-setup-hook): Use help-mode-setup.
10337         * progmodes/sql.el: New file.
10339         * files.el (auto-mode-alist): Add sql-mode.
10341         * faces.el (list-faces-display): Improve the formatting
10342         by computing the maximum length required for any face-name.
10344 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10346         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10348 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10350         * term.el (term_send_home): Change the string to
10351         be the same as the one emitted by xterm and consistent with the
10352         ones emitted by prior and next.
10353         (term_send_end): Likewise.
10355 1999-01-10  Dave Love  <fx@gnu.org>
10357         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10358         bindings.
10360 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10362         * international/codepage.el (codepage-setup): Doc fix.
10363         (cp-decoding-vector-for-codepage): Likewise.
10365 1999-01-10  Markus Rost  <rost@gnu.org>
10367         * cus-edit.el (custom-save-delete): First scan the custom-file.
10369 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10371         * international/iso-transl.el: Define a "function name" for
10372         each translation that isn't ASCII.  Use these function names
10373         in iso-transl-char-map.
10375 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10377         * international/mule-util.el (decompose-region): Do decomposition
10378         on temporary unibyte buffer.
10380         * international/mule.el (make-char): Doc-string modified.
10382 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10384         * simple.el (comment-region): Delete spaces only if we
10385         deleted a comment starter.
10387 1999-01-07  Dave Love  <fx@gnu.org>
10389         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10391         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10392         like eval-defun does.
10394         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10396         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10397         constructions.  Doc fixes.
10398         (generic-create-generic-function): Use defalias, not fset.
10400         * find-func.el: More doc fixes.
10402 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10404         * files.el (save-buffers-kill-emacs): Show the list of current
10405         processes before prompting to kill them and exit.
10407 1999-01-06  Dave Love  <fx@gnu.org>
10409         * emacs-lisp/find-func.el: Doc fixes.
10410         (find-function-regexp): Extend for define-generic-mode,
10411         define-derived-mode, easy-mmode-define-minor-mode.
10413 1999-01-06  Dave Love  <fx@gnu.org>
10415         * progmodes/fortran.el (fortran-window-create): Account for scroll
10416         bar width.
10418         * browse-url.el: Require (noerror) w3-auto when compiling.
10419         (browse-url-maybe-new-window): Make it a macro and revert last
10420         change to callers.
10421         (browse-url-w3): Require w3 for w3-fetch-other-window.
10423 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10425         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10426         argument.
10428 1999-01-06  Simon Marshall  <simon@gnu.org>
10430         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10432         * font-lock.el (font-lock-default-fontify-buffer): When using
10433         with-temp-message, use nil rather than current-message.
10435         * lazy-lock.el (lazy-lock-unstall):
10436         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10437         rather than current-message.
10439         * fast-lock.el (fast-lock-save-cache-1):
10440         (fast-lock-cache-data): When using with-temp-message, use nil rather
10441         than current-message.
10443 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10445         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10446         the valid-codes property.
10448         * international/mule-cmds.el (prefer-coding-system): Call
10449         set-coding-priority, so that the internal array of priorities is
10450         also updated.
10452         * international/mule-util.el:
10453         (coding-system-change-eol-conversion,
10454         coding-system-change-text-conversion): Don't define here.
10456         * international/mule-cmds.el: Define them here.  Remove the
10457         autoload cookies.
10459 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10461         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10462         if it was enabled before.
10464         * view.el (View-revert-buffer-scroll-page-forward): Bind
10465         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10467         * files.el (recover-session): Preserve point when inserting
10468         explanation.
10470 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10472         * cus-edit.el (custom-save-delete): Don't delete whitespace
10473         and comments before the sexp that is replaced.
10475 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10477         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10479 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10481         * vc.el (vc-dired-hook): Use the original value of
10482         dired-move-to-filename-regexp on lines that have not been
10483         reformatted yet.
10484         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10485         file lines have already been reformatted.
10487 1999-01-05  Dave Love  <fx@gnu.org>
10489         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10490         buffer-local.
10492 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10494         * progmodes/f90.el: Change of regular expressions for type to
10495         correct highlighting and identation. Some small fixes for
10496         compatibility with XEmacs.
10498 1999-01-05  Stephen Eglen  <stephen@gnu.org>
10500         * mspools.el (mspools-vm-system-mail): Provide an alternative
10501         value based on rmail-spool-directory if $MAIL is not defined.
10503 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10505         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10506         (reftex-section-info): Handle negative section levels.
10507         (reftex-view-crossref-extra): New option.
10508         (reftex-view-crossref): Generalized to work in more places.
10509         (reftex-find-citation-regexp-format, reftex-find-reference-format,
10510         reftex-macros-with-labels, reftex-global-search-marker): New variables.
10511         (reftex-view-cite-locations-from-bibtex): New command.
10512         (reftex-view-regexp-match, reftex-global-search,
10513         reftex-global-search-continue): New functions.
10514         (reftex-extract-bib-entries): No error for non-existing BibTeX
10515         file, just a message.
10516         (reftex-extract-bib-entries): Better error handling.
10517         (reftex-select-with-char): Use `*RefTeX Select*' for selection
10518         help and force it on current frame.
10519         (reftex-default-bibliography): New function.
10520         (reftex-access-parse-file): Check consistency after loading a
10521         parse file.  When inconsistent, enfore rescan.
10522         (reftex-check-parse-consistency): New function.
10523         (easy-menu-define): Options section drastically shortened.
10525 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
10527         * language/thai-util.el (thai-compose-string): New function.
10529 1999-01-04  Inge Frick  <inge@nada.kth.se>
10531         * easymenu.el (easy-menu-define): Doc fix.
10532         (easy-menu-create-menu): New keyword :included.
10533         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
10534         be an expression, not only a string.  Simulate style `button'.
10535         Use easy-menu-define-key-intern instead of easy-menu-define-key.
10536         (easy-menu-define-key-intern): New function.
10537         (easy-menu-add-item): Understand value returned from
10538         easy-menu-item-present-p and easy-menu-remove-item.
10539         (easy-menu-return-item): New function.
10540         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10542 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
10544         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10545         Use rmail-output-read-rmail-file-name to read the file name.
10546         Always call rmail-output-to-rmail-file noninteractively.
10547         When count > 1, do the loop here.
10548         Handle rmail-delete-after-output here.
10549         (rmail-summary-output): Similar changes.
10551         * mail/rmailout.el: Provide `rmailout'.
10552         (rmail-output-read-rmail-file-name): New function.
10553         (rmail-output-to-rmail-file): Use that.
10554         (rmail-output-read-file-name): New function.
10555         (rmail-output): Use that.
10557         * files.el (find-file-noselect): Let /: suppress wildcard matching.
10558         Error if wildcard matches no files.
10560 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
10562         * menu-bar.el (clipboard-yank): Doc fix.
10564         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10566 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
10568         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10570 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
10572         * rmail.el (rmail-encode-string): Make sure mask value is
10573         positive; (emacs-pid) returns a negative number on Windows 9x
10574         which causes odd behaviour.
10576 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
10578         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10579         and about w32-* variables unless on Windows/NT.
10581 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
10583         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10584         if buffer is modified; ask about all modified buffers.
10586 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10588         * simple.el (what-cursor-position): Fix previous change.
10590 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
10592         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10593         from paragraph-start.
10595 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
10597         * international/mule-cmds.el (prefer-coding-system): If the
10598         argument requires specific EOL conversion type, make the default
10599         coding systems use that.
10601 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
10603         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10604         Use shell-command-on-region.
10605         (m4-start-m4, m4-end-m4): Functions deleted.
10607 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
10609         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10611 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10613         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10614         to compose-mail in the correct places and as a list.
10616 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
10618         * page-ext.el: Added mouse-selection feature for pages directory buffer.
10619         (pages-directory-map): Bind mouse-2
10620         (pages-copy-header-and-position): Put text property.
10621         (pages-directory-goto-with-mouse): New function.
10623 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
10625         * international/codepage.el (cp-make-coding-systems-for-codepage):
10626         Doc fix.
10627         (cp-coding-system-for-codepage-1): Likewise.
10629 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
10631         * language/thai-util.el (thai-post-read-conversion): Handle Thai
10632         composition sequence correctly here instead of calling
10633         thai-compose-region.
10635         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10636         newline in multibyte buffer, if previous or next character is a
10637         composite char, check the first component of the composite char.
10639 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
10641         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10642         and track-mouse.
10644 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10646         * mail/sendmail.el (mail-yank-original): Remove text properties
10647         after insertion.
10648         (mail-yank-region): Barf if no mark is set in the message
10649         being replied to.
10651         * help.el (function-called-at-point): First look for function at point.
10653 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10655         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10657 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10659         * simple.el (what-cursor-position): Print character encoding also.
10661 1998-12-26  Dave Love  <fx@gnu.org>
10663         * textmodes/flyspell.el: If local-maps work, don't put
10664         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10665         in flyspell-mouse-map (only).
10666         (flyspell-use-local-map): New variable.
10667         Use a different mouse-2 binding in that case,
10668         and don't add to minor-mode-map-alist.
10669         (make-flyspell-overlay, flyspell-correct-word):
10670         Test flyspell-use-local-map.
10672 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10674         * files.el (file-expand-wildcards): Handle wildcards in directory name.
10675         Be careful about whether to return a relative file name,
10676         and if so, relative to what directory.
10678 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10680         * emacs-lisp/easymenu.el (easy-menu-get-map):
10681         Change global map only if this menu exists in the global map already,
10682         and not in the local map.
10683         (easy-menu-do-add-item): Fix error message.
10685         * foldout.el (foldout-inhibit-key-bindings):
10686         Avoid concatenating onto outline-minor-mode-prefix.
10687         Make a new keymap for that prefix, if it does not already have one.
10689 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
10691         * cperl-mode.el:
10692         Can use linear algorithm for indentation if Emacs supports it.
10693         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
10694         (cperl-after-block-p):  Likewise.
10695         (cperl-after-block-and-statement-beg): Likewise.
10696         (cperl-after-block-p):  After END/BEGIN we are a block.
10697         (cperl-after-expr-p):   Skip labels when checking
10698         (cperl-indent-region):  Make a marker for END - text added/removed.
10699         Disable hooks during the call (how to call them later?).
10700         Now indents 820-line-long function in 6.5 sec (including
10701         syntaxification) the first time (when buffer has few
10702         properties), 7.1 sec the second time.
10703         (cperl-indent-region):  Do not indent whitespace lines
10704         (cperl-style-alist)
10705                 Include `cperl-merge-trailing-else' where the value is clear.
10706         (cperl-styles-entries): Likewise.
10707         (cperl-problems):       Improvements to docs.
10708         (cperl-tips):           Likewise.
10709         (cperl-non-problems):   Likewise.
10710         (cperl-mode):           Make lazy syntaxification possible.
10711         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10712         `font-lock-unfontify-region-function' was set to a wrong function.
10714         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10715         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
10716         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10717         but 1<<6 was considered as HERE-doc.
10718         <file/glob> made into a string.
10719         Postpone addition of faces after syntactic step.
10720         Recognition of <FH> was wrong.
10721         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
10722         Knows that split// is null-RE.
10723         Highlights separators in 3-parts expressions as labels.
10724         <> was considered as a glob.
10725         Would err if the last line is `=head1'.
10726         $a-1 ? foo : bar; was a considered a regexp.
10727         `<< (' was considered a start of HERE-doc.
10728         mark qq[]-etc sections as syntax-type=string
10729         Was not processing sub protos after a comment ine.
10730         Was treating $a++ <= 5 as a glob.
10731         Tolerate unfinished REx at end-of-buffer.
10732         `unwind-protect' was left commented.
10733         / and ? after : start a REx.
10735         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10736         Better default, customizes to `message' too, off in text-mode.
10738         (cperl-array-face): Renamed from `font-lock-emphasized-face',
10739         `defface'd.
10740         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10741         `defface'd.
10742         (cperl-emacs-can-parse):        New state variable.
10743         (cperl-indent-line):    Corrected to use global state.
10744         (cperl-calculate-indent):       Likewise.
10745         (cperl-fix-line-spacing):       Likewise (not used yet).
10746         (cperl-calculate-indent):       Did not consider `,' as
10747         continuation mark for statements.
10748         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10749         Remove another parse-data optimization at toplevel: would
10750         indent correctly.
10751         Correct for labels when calculating indentation of continuations.
10752         Docstring updated.
10753         (cperl-choose-color):   Converted to a function (to be
10754         compilable in text-mode).
10755         (cperl-dark-background):        Disable without window-system.
10756         Do `defface' only if window-system.
10757         (cperl-fix-line-spacing):       Sped up to bail out early.
10758         (x-color-defined-p): Was not compiling on XEmacs
10759         Was defmacro'ed with a tick.  Remove another def.
10760         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10761         (cperl-unwind-to-safe): New function.
10762         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10763         (cperl-fontify-syntaxically): Unwinds start and end to go out of
10764                                      long strings (not very successful).
10765         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
10766         Highlight the starting // in s//foo/ as function-name.
10767         Emit a meaningful error instead of a cryptic one for an
10768         uncomplete REx near end-of-buffer.
10770         (cperl-electric-keyword):       `qr' recognized.
10771         (cperl-electric-else):          Likewise
10772         (cperl-to-comment-or-eol):      Likewise
10773         (cperl-make-regexp-x):  Likewise
10774         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
10775         Corrected to use new macros;
10776         `if' for copying `reference-face' to `constant-face' was backward.
10777         remove init `font-lock-other-emphasized-face',
10778         `font-lock-emphasized-face', `font-lock-keyword-face'.
10779         Interpolate `cperl-invalid-face'.
10780         (cperl-make-regexp-x):  Misprint in a message.
10781         (cperl-syntaxify-unwind): New configuration variable
10782         (cperl-fontify-m-as-s): New configuration variable
10783         (cperl-electric-pod):   Check for after-expr was performed
10784         inside of POD too.
10785         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10786         (cperl-clobber-mode-lists): New configuration variable.
10787         (cperl-not-bad-style-regexp):   Updated.
10788         Init:                   `cperl-is-face' was busted.
10789         (cperl-make-face):      New macros.
10790         (cperl-force-face):     New macros.
10791         (font-lock-other-type-face): Done via `defface' too.
10792         (cperl-nonoverridable-face):    New face.  Renamed from
10793         `font-lock-other-type-face'.
10794         (cperl-init-faces-weak):        Use `cperl-force-face'.
10795         (cperl-comment-indent): Commenting __END__ was not working.
10796         (cperl-indent-for-comment):     Likewise.
10797         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
10798         When removing old TAGS info was not relativizing filename.
10799         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10800         Another try to work around XEmacs problems.  Better progress messages.
10801         (toplevel):             Require custom unprotected => failure on 19.28.
10802         (cperl-xemacs-p):       Defined when compile too
10803         (cperl-find-tags):      Was writing line/pos in a wrong order,
10804         pos off by 1 and not at beg-of-line.
10805         (cperl-etags-snarf-tag): New macro
10806         (cperl-etags-goto-tag-location): New macro
10807         (cperl-version):        New variable.  New menu entry
10808         random docstrings:      References to "future" 20.3 removed.
10809         Menu was described as `CPerl' instead of `Perl'
10810         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10811         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10812         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
10813         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10814         `font-lock-reference-face', `font-lock-keyword-face'.
10815         Use `eval-after-load'.
10816         Remove not-CPerl-related faces.
10817         (cperl-tips-faces):     New variable and an entry into Mini-docs.
10818         (cperl-indent-exp):     Was not processing else-blocks.
10819         (cperl-get-state):      NOP line removed.
10820         (cperl-ps-print):       New function and menu entry.
10821         (cperl-ps-print-face-properties):       New configuration variable.
10822         (cperl-invalid-face):   New configuration variable.
10823         (perl-font-lock-keywords):      Highlight trailing whitespace
10824         (cperl-contract-levels):        Documentation corrected.
10825         (cperl-contract-level):         Likewise.
10826         (cperl-ps-extend-face-list):    New macro.
10827         (cperl-invalid-face):   Change to ''underline.
10829 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
10831         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10832         for read-file-name.
10833         (rmail-output-to-rmail-file): Likewise.
10835 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10837         * emacs-lisp/easymenu.el (easy-menu-get-map):
10838         If MENU is nil, use global menu-bar map.
10839         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10840         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10842 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10844         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10846 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10848         * ps-print.el (ps-print-version): New version number (4.1.3).
10850 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
10852         * international/mule-cmds.el: Use make-sparse-keymap instead of
10853         define-prefix-key when defining MULE menu items.
10855         * info.el (Info-node-at-bob-matching): New function.
10856         (Info-find-node, Info-build-node-completions): Call it.
10858 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
10860         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10861         when this is an autoloaded keymap.
10863 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10865         * international/codepage.el (cp-coding-system-for-codepage-1):
10866         Create separate encoders and decoders, for DOS and Unix.  Make the
10867         usual family of 3 coding systems, so that automatic detection of
10868         EOL type works.
10869         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10870         Unix-specific symbols here, and don't call
10871         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
10872         Handa <handa@etl.go.jp>.)
10874         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10876         * term/internal.el (IT-character-translations): New variable, an
10877         alist used to display characters for which there's no glyphs in
10878         the current codepage.
10879         (IT-display-table-setup): New function, sets up the DOS terminal
10880         for a given codepage.
10881         (dos-codepage-setup): New function, sets up the MULE environment
10882         for the current value of dos-codepage.
10883         (top-level if): In the multibyte mode, turn on
10884         unibyte-display-via-language-environment.  In the unibyte mode,
10885         set up the special syntax tables to map lower- to upper case and
10886         back.
10888 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
10890         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10891         (speedbar-frame-plist) Remove useless comments.
10892         (speedbar-frame-mode) Do not specify height if it is in the param list.
10893         Use default y position w/out changing it.
10894         If default x position is a list, keep, calculate the non-list X
10895         value when devining an initial position.
10896         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10897         (speedbar-tag-group-name-minimum-length): New variable.
10898         (speedbar-frame-parameter): New compatibility function.
10899         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10900         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10901         groups to keep things in the right order, and to help with some
10902         naming conventions.
10903         (speedbar-create-tag-hierarchy): Enable buffer local version of
10904         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10905         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
10906         the case, derive it from the cursor location in speedbar.
10908 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
10910         * international/mule-cmds.el (set-language-environment): On MS-DOS
10911         terminals, install DOS-specific nonascii-translation-table if the
10912         language info doesn't specify one.  Pass the default eol-type to
10913         set-language-environment-coding-systems.
10914         (set-default-coding-systems): Copy the eol-type property for the
10915         new default values of {buffer-file,process}-coding-system from the
10916         old defaults.
10917         (set-language-environment-coding-systems): Accept an optional
10918         argument EOL-TYPE, and set the eol-type property of the default
10919         coding systems accordingly.
10920         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10921         (set-keyboard-coding-system): Likewise.
10922         (set-default-coding-systems): Don't set
10923         default-terminal-coding-system on MS-DOS to anything but nil.
10924         (prefer-coding-system): Describe in the doc string that
10925         default-terminal-coding-system is not changed on MS-DOS.
10926         (set-language-environment): For MS-DOS, set standard syntax table
10927         and display table for all characters with code above 127.
10928         (standard-display-european-internal): For MS-DOS, pass all
10929         characters with code above 127 directly to the terminal, and don't
10930         remap characters 160 and 146 in the unibyte case.
10932         * international/codepage.el: New file.
10934 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10936         * diary-lib.el (diary-float): Fix end-of-year error and typos in
10937         comments.
10939 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
10941         * map-ynp.el (map-y-or-n-p): Ignore input methods.
10943         * subr.el (read-passwd): Likewise.
10945 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
10947         * info.el (Info-find-node): Add 1 to the position read from the
10948         tag table.  Don't fail if the node delimiter ^_ is the first
10949         character in the file.
10950         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10951         first character in the file.
10952         (Info-read-subfile): Likewise.
10953         (Info-select-node): Likewise.
10954         (Info-build-node-completions): Likewise.
10956 1998-12-16  Richard Stallman  <rms@gnu.org>
10958         * term/x-win.el (x-cut-buffer-or-selection-value):
10959         If clipboard is enabled, try it before PRIMARY selection.
10961 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10963         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10964         insert c-cedilla and C-cedilla respectively, like in latin-1.
10966 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
10968         * language/hebrew.el: Don't use sublists in the flags argument
10969         passed to make-coding-system.
10971 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10973         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10974         list of character sets found by find-charset-region.
10976         * ps-mule.el: Always require ps-print.  Move some function
10977         definitions for Emacs 20.2 and the earlier to ps-print.el.
10978         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10980         * ps-print.el: Define several functions for Emacs 20.2 and the
10981         earlier version.
10982         (ps-printer-name): Check if printer-name is bound.
10984 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10986         * ps-mule.el: Programming uniformization and little code improvement.
10987         (ps-mule-prepare-font): Programming uniformization.
10988         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10989         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10991         * ps-bdf.el: Programming uniformization and little code improvement.
10992         (bdf-search-and-read): New fun.
10993         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10994         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10995         (bdf-info-relative-compose, bdf-info-baseline-offset)
10996         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10997         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10998         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10999         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11000         improvement.
11002 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11004         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11005         and mule related code extraction. Autoload ps-mule funs.
11007         * ps-mule.el: Doc fix. Require ps-print only when compiled.
11008         (ps-mule-prologue-generated): New fun.
11009         (ps-mule-plot-string): Add autoload cookie.
11010         (ps-mule-begin-job): Call ps-mule-prologue-generated.
11012 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11014         * ps-bdf.el: Require ps-mule instead of ps-print.
11015         (bdf-directory-list): Add autoload cookie.
11017         * ps-mule.el: New file.  Mule related code extracted from
11018         ps-print.el.  Require ps-print, provide ps-mule.
11019         (ps-multibyte-buffer): Add autoload cookie.
11020         (ps-mule-prepare-ascii-font): New fun.
11021         (ps-mule-set-ascii-font): New fun.
11022         (ps-mule-skip-same-charset): Fun deleted.
11023         (ps-mule-plot-string): Set ps-mule-current-charset.
11024         (ps-mule-initialize): Add autload cookie.  Don't set
11025         ps-mule-font-info-database here.
11026         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
11027         ps-mule-font-info-database and ps-control-or-escape-regexp.
11028         (ps-mule-begin-page): New fun.
11030         * ps-print.el: Mule related code moved to ps-mule.el.
11031         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11032         check ps-mule-charset-list.
11033         (ps-begin-page): Don't set ps-mule-current-charset, instead call
11034         ps-mule-begin-page.
11035         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11036         (ps-plot-region): Don't set ps-mule-current-charset, instead call
11037         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11038         instead skip same charsets by itself.
11039         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11040         non-nil.  Call ps-mule-begin-job.
11042 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11044         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11045         instead of bdf.
11047         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11048         (ps-mule-external-libraries): New element FEATURE.
11049         (ps-mule-init-external-library): Ajusted for the above change.
11050         (ps-mule-generate-font): Likewise.
11051         (ps-mule-generate-glyphs): Likewise.
11052         (ps-mule-prepare-font): Likewise.
11053         (ps-mule-initialize): Likewise.
11054         (ps-begin-file): Superfluous tailing parenthesis deleted.
11056 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11058         * international/fontset.el (x-decompose-font-name): If PATTERN
11059         doesn't have any wild cards, return a vector made from a name that
11060         is found by x-resolve-font-name found.  Comments added.
11062         * international/mule-cmds.el (find-coding-systems-for-charsets):
11063         Handle the case of unknown charset.
11064         (find-multibyte-characters): If invalid multibyte characters are
11065         found, return the corresponding strings instead of character
11066         codes.
11067         (find-multibyte-characters): Adjusted for the above change.
11068         (select-safe-coding-system): For a unibyte buffer, always returns
11069         DEFAULT-CODING-SYSTEM.
11070         (get-charset-property): Fix previous change.  Make it a function.
11071         (put-charset-property): Make it a function.
11073         * international/mule.el (make-coding-system): Set mime-charset
11074         property of *-with-esc coding system to nil.
11076         * international/quail.el (quail-point-in-conversion-region): New
11077         function.
11078         (quail-conversion-backward-delete-char): When a key sequence is
11079         being translated, call quail-delete-last-char.
11081         * language/devan-util.el
11082         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11083         handle devanagari-decomposition-rules.
11085 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
11087         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11088         tex-start-options-string to empty string.
11089         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11091 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
11093         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11094         5xx responses are already handled properly).
11096 1998-12-13  Richard Stallman  <rms@gnu.org>
11098         * progmodes/compile.el (compilation-error-regexp-alist): Insist
11099         on a non-digit in the file name.
11101         * simple.el (comment-region): Handle comment-padding
11102         separately for insertion and for deletion, in the right way for each.
11104 1998-12-13  Felix Lee  <flee@cygnus.com>
11106         * progmodes/compile.el (compilation-error-regexp-alist): Fix
11107         regexp to match "ChangeLog:1:1998-12-09 ..."
11109 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
11111         * cus-start.el (dos-unsupported-char-glyph): Add.
11113 1998-12-11  Dave Love  <fx@gnu.org>
11115         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11116         forward-sexp in condition-case.
11118         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11119         Remove unnecessary test on `library' for explicit file name.
11120         Widen scope of save-match-data.
11122 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11124         * international/mule.el (load-with-code-conversion): If the loaded
11125         file was inserted  with no-conversion or raw-text coding system,
11126         make the buffer unibyte.
11128 1998-12-09  Richard Stallman  <rms@gnu.org>
11130         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11131         Get rid of nested loops.
11133         * mouse.el (mouse-drag-vertical-line):
11134         If WHICH-SIDE is not `right', then scroll bars are on the left.
11136         * loadhist.el (load-history-loaded): defvar moved to help.el.
11138         * help.el (symbol-file-load-history-loaded): Variable renamed,
11139         and defvar moved from loadhist.el.
11140         (symbol-file): Renamed from describe-function-find-file.
11141         Load fns-VERSION.el here.
11142         (describe-variable, describe-function-1): Use symbol-file.
11144         * textmodes/tex-mode.el (tex-generate-zap-file-name):
11145         Don't start the name with #.
11147         * ispell.el: Take out the eval-when's.
11149 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
11151         * dirtrack.el (dirtrack-directory-change-hook): New hook.
11152         (dirtrack): Run it.  Make debug message more verbose.
11154 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11156         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11157         name of the abbrev table, and provide support for XEmacs.
11158         (octave-xemacs-p): New variable.
11160 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11162         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11163         exit, when mail-interactive is nil.
11165 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11167         * files.el (after-find-file): Message fix.
11169 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
11171         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11173 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
11175         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11176         filenames using backslashes.
11178 1998-12-09  Dave Love  <fx@gnu.org>
11180         * browse-url.el (browse-url-mail): Call compose-mail-other-window
11181         with correct number of args.
11182         (browse-url-maybe-new-window): New arg.  Callers changed.
11184         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11185         comment.
11187 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
11189         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11191 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
11193         * vc.el (vc-rcs-release): Fix Type.
11194         (vc-sccs-release): Fix Type.
11195         (vc-cvs-release): Fix Type.
11197         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11198         arg work right.
11200         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11201         output of last undeleted message.
11203 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
11205         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11206         (buffer-undo-list) [windows-nt]: Use different relative path.
11208 1998-12-07  Simon Marshall  <simon@gnu.org>
11210         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11212 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
11214         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11216         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11218 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
11220         * info.el (Info-menu): Don't return error if point is between menu
11221         header and first menu item.
11223 1998-12-04  Dave Love  <fx@gnu.org>
11225         * help.el (describe-function-1): Fix description for alias.
11227 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
11229         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11230         specifications from summary line.
11232         * rect.el (delete-whitespace-rectangle): Mark for autoload.
11233         (close-rectangle): Define alias only once in loaddefs.el.
11235 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
11237         * term/internal.el: Remove code which sets up a special syntax
11238         table for non-ASCII characters.
11240 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
11242         * dos-w32.el (direct-print-region-function): Try to ensure that
11243         printer-name is expanded to a file name on a local drive;
11244         sometimes printing a file loaded from a network volume fails.
11245         (direct-print-region-function): Add a function to
11246         write-region-annotate-functions to append a formfeed character to
11247         the region being printed, if the region doesn't end with a
11248         formfeed already.  This avoids creating a second print job
11249         containing a blank page when print spooling is enabled on Windows.
11251 1998-12-02  Dave Love  <fx@gnu.org>
11253         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11254         `Info-goto-node'.
11256 1998-12-02  Richard Stallman  <rms@gnu.org>
11258         * help.el (temp-buffer-resize-mode): Doc fix.
11260         * cus-edit.el (custom-save-delete): Save point before
11261         reading a sexp, rather than backing up.
11263         * international/iso-transl.el: Fix previous change.
11265 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11267         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11268         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11269         Added defvars to suppress compilation warnings.
11271 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11273         * ispell.el: Improved and fixed customize for variables:
11274         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11275         ispell-dictionary-alist, ispell-skip-sgml.
11276         Improved and fixed comments in variables and messages for
11277         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11278         ispell-menu-map, ispell-checking-message, ispell-parser,
11279         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11280         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11281         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11282         ispell-message-text-end, ispell-add-per-file-word-list.
11283         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11284         system is now required for all languages.  Casechars improved for
11285         castellano, castellano8, and norsk dictionaries.  Dictionary
11286         norsk7-tex added.  Dictionary polish added.
11287         (ispell-dictionary-alist): Redefined at load-time to support
11288         dictionary changes.
11289         (ispell-menu-map): Redefined at load-time to support menu changes.
11290         (ispell-check-version): New alias for `check-ispell-version'.
11291         (ispell-parse-output): Fixed matching for ispell error messages.
11292         Correctly returns spelling suggestions in order generated by ispell
11293         process.
11294         (check-ispell-version): Ensure `case-fold-search' doesn't get
11295         redefined.
11296         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11297         redefined.  Fix bug that didn't respect case of word being completed.
11298         (ispell-init-process): Set process coding system to be compatible
11299         with emacs processes and the ispell process.
11300         (ispell-kill-ispell): Ensures ispell process has terminated before
11301         starting new process.  This can otherwise confuse process filters
11302         and hang the ispell process.
11303         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11304         skipping support for sgml.
11305         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11306         which could cause `ispell-complete-word' to hang.
11307         (ispell-message): Improved message reference matching.  Ensure
11308         `case-fold-search' doesn't get redefined.
11309         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11310         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11311         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11312         get redefined.
11314 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11316         * textmodes/flyspell.el (flyspell-check-word-p):
11317         Don't delay inside a kbd macro.
11319         * subr.el (make-local-hook): Return the hook variable.
11321 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11323         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11324         Use a timer instead of post-command-hook.
11325         (hscroll-timer): New variable.
11327 1998-11-30  Dave Love  <fx@gnu.org>
11329         * help.el (help-xref-button): Do nothing if text already has the
11330         help-xref property.
11331         (describe-variable): Revert previous change to hyperlink to source.
11333 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11335         * bindings.el (features): Add `base64' to this list.
11337         * loadhist.el (symbol-file): Doc fix.
11339         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11341         * files.el (hack-one-local-variable): Cope with non-file buffers.
11343 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11345         * help.el (describe-mode): Put major mode first.
11347         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11348         to support special-display and same-window features.
11350 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11352         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11353         bound in one function and used in the other.
11354         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11355         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11357 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11359         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11361 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11363         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11364         Give format correct control string.
11366         * international/mule.el (define-translation-table): Fix bug of
11367         setting incorrect translation-table-id.  If the first element of
11368         ARGS is a translation table, just register it.
11370         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11371         property.
11373 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11375         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11376         syntax table to determine what is whitespace.
11378 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11380         * frame.el (frame-parameter): Doc fix.
11382         * textmodes/tex-mode.el (tex-feed-input): New function.
11383         (tex-define-common-keys): Add binding for C-c C-m.
11385 1998-11-23  Dave Love  <fx@gnu.org>
11387         * progmodes/fortran.el: Various minor doc fixes.
11388         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11389         (fortran-with-subprogram-narrowing): New macro.
11390         (fortran-check-for-matching-do): Use it.
11391         (fortran-end-do): Use fortran-check-end-prog-re.
11392         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11393         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11395 1998-11-23  Simon Marshall  <simon@gnu.org>
11397         * font-lock.el (font-lock-defaults): Doc fix.
11398         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11399         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11401         * lazy-lock.el (lazy-lock-unstall):
11402         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11404         * fast-lock.el (fast-lock-save-cache-1):
11405         (fast-lock-cache-data): Rewritten to use with-temp-message.
11407 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11409         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11410         messages that have been added with DOS line endings and convert
11411         the line endings for such messages.
11413 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11415         * help.el: Add resizing of temporary buffers.
11416         (temp-buffer-resize-mode): New command and variable.
11417         (temp-buffer-max-height): New variable.
11418         (resize-temp-buffer-window): New function.
11420         * window.el (window-buffer-height): New function, split from
11421         shrink-window-if-larger-than-buffer.
11422         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11424 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11426         * frame.el (initial-frame-alist): Add defcustom.
11428         * shell.el (shell-prompt-pattern): Add defcustom.
11430 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11432         * message.el (message-ignored-supersedes-headers): Remove
11433         NNTP-Posting-Date.
11435 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11437         * help.el (describe-mode): Don't avoid loop indirecting thru
11438         value of INDICATOR.
11440 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11442         * help.el (describe-variable): Allow any variable with a defcustom,
11443         even if it is not a user variable.
11445         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11447 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11449         * gnus/nntp.el (nntp-request-group): Allow for failures when
11450         requesting a new group.
11452 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11454         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11456 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11458         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11460 1998-11-19  Simon Marshall  <simon@gnu.org>
11462         * subr.el (with-temp-message): New macro.
11464         * emacs-lisp/lisp-mode.el (with-temp-message):
11465         Add lisp-indent-function property.
11467 1998-11-18  Dave Love  <fx@gnu.org>
11469         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11471 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11473         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11474         This is not obsolete.
11476 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11478         * textmodes/picture.el: Make a new map by make-keymap.
11479         (picture-desired-column): New variable.
11480         (picture-update-desired-column): New function.
11481         (picture-beginning-of-line): Set picture-desired-column to 0.
11482         (picture-end-of-line): Set picture-desired-column to the current
11483         column.
11484         (picture-forward-column): Pay attention to multi-column character.
11485         (picture-backward-column): Likewise.
11486         (picture-move-down): Likewise.
11487         (picture-move-up): Likewise.
11488         (picture-movement-nw): With prefix arg, move twice columns.
11489         (picture-movement-ne): Likewise.
11490         (picture-movement-sw): Likewise.
11491         (picture-movement-se): Likewise.
11492         (picture-set-motion): Handle two-column movements.
11493         (picture-move): Call picture-move-down or picture-forward-column
11494         only when necessary.
11495         (picture-insert): Pay attention to picture-desired-column.
11496         (picture-self-insert): Likewise.
11497         (picture-clear-column): Pay attention to multi-column character.
11498         (picture-mode): Modify doc-string for two-column movement.
11500         * rect.el (move-to-column-force): New function.
11501         (operate-on-rectangle): If coerce-tabs is non-nil, call
11502         move-to-column-force instead of move-to-column.
11503         (insert-rectangle): Call move-to-column-force instead of
11504         move-to-column.
11505         (open-rectangle-line): If begextra is not zero, call
11506         move-to-column-force.
11509 1998-11-16  Dave Love  <fx@gnu.org>
11511         * textmodes/sgml-mode.el Require skeleton when compiling.
11512         (sgml-font-lock-keywords-1): Accept single-letter tags.
11513         (v2): Defvar free variable.
11515 1998-11-16  Sam Steingold  <sds@goems.com>
11517         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11518         macro, not ELisp one.
11520 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11522         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11523         characters to symbol.
11525         * language/japan-util.el (japanese-zenkaku-region): New optional
11526         arg KATAKANA-ONLY.
11528 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11530         * international/mule.el
11531         (after-insert-file-set-buffer-file-coding-system): If the buffer
11532         is changed to unibyte, return inserted bytes.
11534         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11535         and link names if necessary.
11536         (tar-header-block-summarize): Handle the case that file or link
11537         names are multibyte.
11538         (tar-summarize-buffer): At first set the current buffer unibyte,
11539         then if there are multibyte file names, change it to multibyte.
11540         (tar-mode): Get char position from tar-header-offset.
11541         (tar-extract): Avoid multibyte<->unibyte conversion in
11542         insert-buffer-subsring by setting both buffers unibyte
11543         temporarily.
11544         (tar-copy): Set the buffer unibyte while doing a work.  Write
11545         without code conversion.
11546         (tar-expunge): Set the buffer unibyte while doing a work.
11547         (tar-alter-one-field): Likewise.
11548         (tar-clear-modification-flags): Compare byte position with
11549         tar-header-offset.
11550         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11551         insert-buffer-subsring by setting both buffers unibyte
11552         temporarily.  Pay attention to multibyteness while updating the
11553         descriptor-line.
11554         (tar-mode-write-file): Write without code conversion.
11556 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558         * nngateway.el: Require cl.
11560 1998-11-15  Dave Love  <fx@gnu.org>
11562         * progmodes/fortran.el: Fix previous change:
11563         (fortran-end-prog-re1): Changed.
11564         (fortran-check-end-prog-re): New function.
11565         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11567 1998-11-13  Tom Breton  <tob@world.std.com>
11569         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11570         GNU Emacs.
11572 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
11574         * textmodes/reftex.el: (reftex-finding-files): Group documentation
11575         fixed.
11576         (reftex-toc-toggle-file-boundary,
11577         reftex-toc-toggle-labels,
11578         reftex-toc-toggle-context,reftex-find-start-point): New functions.
11579         (reftex-toc-include-labels, reftex-toc-include-context,
11580         reftex-toc-include-file-boundaries,
11581         reftex-toc-keep-other-windows): New options.
11582         (reftex-use-text-after-label-as-context): Option removed.
11583         (reftex-extract-bib-entries): Protect use in non-latex
11584         buffers.
11585         (reftex-toc-visit-location): Renamed from
11586         `reftex-toc-visit-line'.
11587         (reftex-latin1-to-ascii): Works now with and without Mule.
11588         (reftex-truncate): Removed special stuff for Emacs 20.2.
11589         (reftex-get-offset): Made more general.
11590         (reftex-show-label-location): Renamed from
11591         `reftex-select-label-callback'.
11592         (reftex-pop-to-label): Function removed (using
11593         `reftex-show-label-location' instead.
11594         (reftex-insert-docstruct): Renamed from
11595         `reftex-make-and-insert-label-list'.  Function args changed.
11596         (reftex-toc): Now uses `reftex-insert-docstruct' and
11597         `reftex-find-start-point'.
11598         (reftex-select-item): Use `reftex-find-start-point'.
11599         (reftex-toc-visit-line): Can display labels and file
11600         boundaries.
11601         (reftex-TeX-master-file): `(TeX-master-file)' protected.
11603 1998-11-12  Sam Steingold  <sds@goems.com>
11605         * browse-url.el (browse-url): Handle the case when
11606         `browse-url-browser-function' is a lambda list.
11608 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
11610         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11611         version string.
11612         * loadhist.el (symbol-file): Likewise
11614 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
11616         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11618 1998-11-11  Sam Steingold  <sds@goems.com>
11620         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11621         `run-lisp' instead of signalling an error.
11623 1998-11-11  Karl Heuer  <kwzh@gnu.org>
11625         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11627 1998-11-11  Richard Stallman  <rms@gnu.org>
11629         * vc-hooks.el (vc-toggle-read-only): Doc fix.
11631 1998-11-11  Per Starback  <starback@update.uu.se>
11633         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11634         renamed svenska8 to svenska, and fixed and extended CASECHARS
11635         for it.
11637 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
11639         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11640         handling if setpagedevice is not available.
11641         (ps-begin-file): Fix typo.
11643 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
11645         * international/mule-util.el (compose-chars-component): Signal
11646         error if CH is a rule-based composition character.
11647         (compose-chars): Signal error if an already compsed character is
11648         going to be composed by rule-base.
11650         * term/x-win.el: If a resolved ASCII font name doesn't conform to
11651         full XLFD, don't try to get information of WEIGHT and SLANT from
11652         that font name.
11654 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
11656         * dos-w32.el (set-default-process-coding-system): Use function on
11657         before-init-hook to set default-process-coding-system based on
11658         enable-multibyte-characters.
11660         * term/w32-win.el ([language-change]): For now ignore
11661         keyboard language-change events.
11663 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11665         * ediff-util.el (ediff-make-temp-file): Run the prefix through
11666         convert-standard-file-name, but leave the results of
11667         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
11668         characters if the original name already exists, or has a special
11669         handler.
11671 1998-11-10  Karl Heuer  <kwzh@gnu.org>
11673         * international/iso-insert.el: Delete autoload cookies.
11675         * international/iso-transl.el: Add autoload cookies.
11677 1998-11-10  Richard Stallman  <rms@gnu.org>
11679         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11680         (ispell-process-line): Don't treat multibyte
11682 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
11684         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11685         setpagedevice to specify the page size if setpagedevice is
11686         available.  This is necessary to select the correct paper tray on
11687         Level 2 printers with multiple paper sizes available.
11689         (ps-begin-file): Cope with font names that contain spaces, and
11690         call BeginDoc in a BeginSetup/EndSetup block.
11692 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
11694         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11695         convert-standard-filename.
11697         * loadhist.el (symbol-file): Run fns-VERSION.el through
11698         convert-standard-filename.
11700 1998-11-06  Richard Stallman  <rms@gnu.org>
11702         * textmodes/texinfmt.el (texinfo-format-scan):
11703         Detect the case of two @-commands in a row; process just the first.
11704         (texinfo-append-refill): If line has a @c, insert the @refill
11705         before it.
11706         (texinfo-format-refill): Return with point where the @refill was.
11708         * files.el (hack-local-variables): Test local-enable-local-variables.
11709         (hack-local-variables-prop-line): Likewise.
11710         (set-auto-mode): Don't test local-enable-local-variables here.
11711         (enable-local-variables): Doc fix.
11712         (local-enable-local-variables): Doc fix.
11713         (normal-mode): Doc fix.
11715 1998-11-06  Karl Heuer  <kwzh@gnu.org>
11717         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11719 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
11721         * simple.el (line-number-mode): Doc fix.
11723 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
11725         * international/fontset.el (create-fontset-from-fontset-spec):
11726         Give correct arg to `error'.
11728 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
11730         * textmodes/sgml-mode.el (html-mode): Doc fix.
11731         (sgml-name-8bit-mode): Fix missing format character in message string.
11733 1998-11-05  Karl Heuer  <kwzh@gnu.org>
11735         * mail/sendmail.el (sendmail-send-it): Check for failure.
11737 1998-11-05  Richard Stallman  <rms@gnu.org>
11739         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11741         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11742         (close-rectangle): Define as alias.
11744 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
11746         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11748 1998-11-05  Dave Love  <fx@gnu.org>
11750         * help.el (describe-variable): Don't quote link to source.
11752 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
11754         * gud.el (gud-common-init): Use pop-to-buffer.
11755         (same-window-regexps): Add an element that matches all gud buffers.
11757 1998-11-04  Jason Rumney  <jasonr@altavista.net>
11759         * term/w32-win.el (x-get-selection-value): Alias to
11760         x-cut-buffer-or-selection-value.
11761         (w32-standard-fontset-spec): New variable.
11762         (w32-create-initial-fontsets, mouse-set-font): Check whether
11763         new-fontset is available.
11764         (w32-use-w32-font-dialog): Enable use of set-variable.
11766 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11768         * vc.el (with-vc-file, edit-vc-file): New macros.
11770 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
11772         * international/quail.el (quail-show-guidance-buf): Call
11773         set-minibuffer-window to set minibuffer window of the current
11774         frame correctly.
11776 1998-11-03  Theodore Jump <tjump@tertius.com>
11778         * term/w32-win.el: Require fontset.
11780 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
11782         * faces.el (set-face-font): Call resolve-fontset-name on w32.
11783         (set-face-font-auto): Ditto.
11785 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
11787         * mouse.el (mouse-drag-region): Fix typo.
11789 1998-11-02  Dave Love  <fx@gnu.org>
11791         * progmodes/fortran.el Fix for fontification of strings lost somehow:
11792         (fortran-fontify-string): New function.
11793         (fortran-font-lock-keywords-1): Use it.
11795 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
11797         * comint.el (comint-file-name-quote-list): Doc fix.
11799 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11801         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11802         build directory, not source directory.
11804         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11805         if we did not get one for the final move.
11807 1998-11-01  Dave Love  <fx@gnu.org>
11809         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11810         Don't funcall browse-url-browser-function.
11812         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11813         Don't funcall browse-url-browser-function.
11815         * fortran.el (fortran-end-prog-re1): Fix the regexp.
11817 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11819         * files.el (revert-buffer): Doc fix.
11821 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
11823         * textmodes/tex-mode.el (tex-start-options-string):
11824         Quote the backslashes with more backslashes.
11826 1998-10-31  Dave Love  <fx@gnu.org>
11828         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11829         (webjump): Don't funcall browse-url-browser-function.
11831 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
11833         * international/quail.el (quail-start-translation): Handle
11834         switching of the frame in read-key-sequence.
11835         (quail-start-conversion): Likewise.
11836         (quail-show-guidance-buf): Detach quail-guidance-buf from any
11837         windows before setting an appropriate window for it.
11838         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
11839         quail-guidance-win to nil.
11840         (quail-update-guidance): If quail-guidance-buf is not in the
11841         selected frame, call quail-show-guidance-buf again.
11843 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
11845         * progmodes/pascal.el (pascal-mode):
11846         `blink-matching-paren-dont-ignore-comments' set to t.
11848 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11850         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11852 1998-10-30  Dave Love  <fx@gnu.org>
11854         * vc.el (vc-backend-merge-news): Check for "P" output.
11856         * help.el (describe-variable): Hyperlink the definition.
11858 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
11860         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11861         (sh-set-shell): Likewise.
11863         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11865         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11866         (edebug-on-error): Fix customize type to match that of
11867         debug-on-error.
11869         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11871         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11872         report-emacs-bug-address instead of undefined bug-gnu-emacs.
11874         * international/mule-cmds.el (select-message-coding-system): Doc
11875         fix.
11877         * international/mule-diag.el (describe-coding-system): Describe
11878         all flags.
11880         * mail/sendmail.el (sendmail-coding-system,
11881         default-sendmail-coding-system): Doc fix.
11883         * simple.el (shell-command-on-region): Doc fix.
11885         * loadup.el: Write fns-*.el in current directory instead of
11886         data-directory since no installation directory exists yet.  Mark
11887         buffer unmodified afterwards.
11889         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11890         instead of data-directory since it is architecture dependent.
11891         (load-history-loaded): Update doc string.
11893 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
11895         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11896         path as a default directory when canonicalizing names.
11898         * w32-fns.el: Remove a dangling reference to a directory on the
11899         build machine.
11901 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11903         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11904         namespace related keywords such as `class', `body', `private',
11905         `variable', `namespace eval', etc.
11906         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11907         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11908         imenu and font-lock so that searches for \sw would find words
11909         containing colons.
11911         * progmodes/etags.el (initialize-new-tags-table):
11912         Do not alter find-tag-marker-ring and tags-location-ring.
11914 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
11916         * term/w32-win.el: Require fontset.
11917         (w32-init-fontsets): New function (code from x-win.el).
11919 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11921         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11922         calendar-and-diary-frame-parameters):  Add title parameter.
11924 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11926         * completion.el (dynamic-completion-mode): New function to enable
11927         the mode.  (Just loading the file now does not change anything.)
11929 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11931         * ps-print.el: User option for multibyte buffer handling and doc fix.
11932         (ps-multibyte-buffer): New user option.
11933         (ps-setup): Print new user option.
11934         (ps-print-quote): New fun.
11935         (ps-color-p, ps-mule-font-info-database-latin): New var.
11936         (ps-default-color, ps-mule-font-info-database)
11937         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11938         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11939         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11940         Little code improvement.
11941         (ps-mule-initialize): Initialize ps-mule-font-info-database.
11942         (ps-print-prologue-header, ps-font-family, ps-font-size)
11943         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11944         (ps-build-face-reference, ps-mule-font-info-database-bdf)
11945         (ps-mule-external-libraries, ps-mule-init-external-library)
11946         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11947         Doc fix.
11948         (ps-print-version): New version number (4.1.1) and doc fix.
11949         (ps-print-prologue-header): New user option.
11950         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11951         Conditional compilation for GNU Emacs and emacsens.
11952         (ps-generate-postscript-with-faces): Skip invisible text better.
11953         (ps-setup): Print new user option.
11954         (ps-print-preprint): Check if input file name exists and is unwritable.
11955         (ps-begin-file): Adjust PostScript prologue header for duplex printers
11956         and insert user PostScript prologue header comments.
11957         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11958         New funs.
11959         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11960         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11961         PostScript programming normalization.
11962         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11963         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11964         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11965         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11966         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11967         Programming style normalization.
11969 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11971         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11972         version, check the value of mule-version.
11974         * international/mule-util.el (compose-region): Insert then delete
11975         to preserve markers.
11976         (decompose-region): Use search-forward for efficiency.
11978         * language/chinese.el (pre-write-encode-hz): Cancel previous
11979         change, use generate-new-buffer instead of get-buffer-create.
11980         * language/devan-util.el
11981         (in-is13194-devanagari-pre-write-conversion): Likewise.
11982         * language/thai-util.el (thai-pre-write-conversion): Likewise.
11983         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11984         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11986 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11988         * mail/rmailsum.el (rmail-message-subject-p):
11989         Handle message whose header has not been reformatted.
11991         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11993 1998-10-25  Jason Rumney  <jasonr@altavista.net>
11995         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11996         New variables.
11997         (mouse-set-font): Use font menus instead of dialog according to
11998         w32-use-w32-font-dialog.
12000 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12002         * calendar/calendar.el (calendar-day-name-array): Add doc string
12003         correctly!
12004         (calendar-month-name-array): Add doc string correctly!
12006 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12008         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12010 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
12012         * lisp/info.el (Info-next-menu-item): Stay on top of node.
12014         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12016         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12018         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12020 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
12022         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12024 1998-10-21  Karl Heuer  <kwzh@gnu.org>
12026         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12027         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12028         (profile-filter, profile-reset-timer): Functions deleted.
12029         (profile-check-zero-init-times, profile-get-time): Likewise.
12030         (profile-find-function, profile-quit): Likewise.
12031         (profile-distinct, profile-call-stack, profile-last-time): New vars.
12032         (profile-time-list, profile-init-list): Doc fix.
12033         (profile-functions): Simplify.
12034         (profile-print): Use float.  Make output include space separators.
12035         (profile-add-time): New helper function.
12036         (profile-function-prolog): Renamed from profile-start-function.
12037         Handle profile-distinct.
12038         (profile-function-epilog): Renamed from profile-update-function.
12039         Handle profile-distinct.
12040         (profile-a-function): If the function to be profiled is an
12041         autoload form, load it.  If it's lazy-loaded, fetch it.
12042         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12043         (profile-restore-fun): Arg FUN is now a function symbol, as was
12044         documented, rather than a one-element list.
12045         (profile-finish): Call profile-restore-fun properly.
12047 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12049         * international/characters.el: Setup charset property
12050         nospace-between-words.
12052         * international/mule-cmds.el (get-charset-property): If CHARSET is
12053         composition, return nil.
12054         (put-charset-property): If CHARSET is composition, do nothing.
12056         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12057         * language/devan-util.el
12058         (in-is13194-devanagari-pre-write-conversion): Likewise.
12059         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12060         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12061         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12063         * textmodes/fill.el (sentence-end-without-period): New variable.
12064         (canonically-space-region): Pay attention to
12065         sentence-end-without-period.
12066         (fill-find-break-point): The first argument CHARSET deleted.
12067         Caller changed.
12068         (fill-region-as-paragraph): Pay attention to charset property
12069         nospace-between-words and text property nospace-between-words.
12071 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12073         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12074         an unrecognized shell.
12076 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
12078         * desktop.el (desktop-save): Include minor modes symbolically.
12079         (desktop-create-buffer): Turn on all minor modes in `mim'.
12081 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12083         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12084         (sh-font-lock-keywords): Handle rpm and rpm2.
12085         (sh-ancestor-alist): Handle rpm.
12087         * files.el (auto-mode-alist): Recognize .rpm files.
12088         Also .spec and .mspec files.
12090 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12092         * faces.el (frame-set-background-mode): Enable the function for
12093         MSDOS frames.
12095 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12097         * calendar/calendar.el (calendar-day-name-array): Add doc string.
12098         (calendar-month-name-array): Add doc string.
12100 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12102         * simple.el (kill-ring-max): Increased to 60.
12104 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
12106         * international/characters.el: Setup auto-fill-chars.
12108         * international/kinsoku.el (kinsoku): Check the variable
12109         enable-kinsoku.
12111         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12112         Don't call kinsoku directly, intead call fill-find-break-point.
12114         * textmodes/fill.el: Setup `fill-find-break-point-function'
12115         property to character sets which require `kinsoku' processing for
12116         filling.
12117         (fill-find-break-point): New function.
12118         (fill-region-as-paragraph): Don't check kinsoku-enable here.
12119         Don't call kinsoku directly, intead call fill-find-break-point.
12121 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12123         * faces.el (modify-face-read-string): Return (nil) for "none".
12124         (modify-face): Don't get error if (nil) is the argument.
12125         (face-try-color-list): Don't check whether nil is a valid color.
12127 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
12129         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12130         Print message about each directory, even in batch mode.
12132         * gnus/nntp.el: Require `cl' before using nnoo-declare.
12134         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12135         (ps-mule-string-char): No need to use sref.
12136         (ps-mule-next-index): No need to use sref.
12138         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12140         * files.el (revert-buffer-internal-hook): Add defvar.
12142         * arc-mode.el (archive-mode): Locally set file-precious-flag.
12144         * tar-mode.el (tar-mode): Locally set file-precious-flag.
12146 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
12148         * international/mule-cmds.el (default-input-method): Fix custom type.
12150         * net-utils.el (whois-server-list): Fix customization type.
12152         * shell.el (shell-input-autoexpand): Fix customization group.
12154 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
12156         * repeat.el (repeat): Handle keyboard macros properly.
12157         Handle new prefix arg after self-insert command.
12159         * repeat.el: Don't include cl even at compile time.
12160         (repeat): Avoid using `loop'.
12162         * simple.el (shell-command-on-region): Doc fix.
12163         (next-history-element): Special error message if no default.
12165 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
12167         * ps-print.el (ps-print-buffer): Doc fix.
12168         (ps-despool): Likewise.
12170         * arc-mode.el (arc-mode): Provide arc-mode.
12172 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12174         * ps-print.el (ps-print-buffer): Doc fix.
12176 1998-10-14  Dave Love  <fx@gnu.org>
12178         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12179         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12180         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12182         * progmodes/fortran.el (fortran-mode-map): Change "Join
12183         Continuation Line" to "Join Line".
12184         (fortran-font-lock-keywords-1): Add "cycle", "exit".
12186 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12188         * progmodes/fortran.el (fortran-join-line): Use
12189         `delete-indentation' instead of issuing an error message if not on
12190         a continuation line.  Provide for joining several lines using
12191         prefix arg.
12193 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
12195         * term/pc-win.el (msdos-color-values): New variable.
12196         (x-color-values): New function, emulates its namesake from
12197         src/xfns.c.
12198         (msdos-bg-mode): Add all dark colors to those which return
12199         "dark".
12201 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12203         * replace.el (keep-lines, flush-lines, how-many):
12204         Don't ignore case if arg has upper case letters.
12206 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
12208         * progmodes/vhdl-mode.el
12209         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12210         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12211         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12212         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12213         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12214         (vhdl-when): Fix indentation problem.
12215         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12216         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12217         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12219 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
12221         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12222         (ls-lisp-insert-directory): Renamed from insert-directory.
12223         (insert-directory): New function.
12225 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
12227         * simple.el (completion-fixup-function): Variable deleted.
12228         (completion-setup-function): Delete code for completion-fixup-function.
12229         * emacs-lisp/lisp.el (lisp-complete-symbol):
12230         Don't bind completion-fixup-function.
12232         * files.el (find-file-wildcards): New option.
12233         (find-file-noselect): Handle wild cards, if enabled.
12234         (file-expand-wildcards): New function.
12236         * simple.el (set-fill-column): Doc fix.
12238 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12240         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12242 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
12244         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12245         Move declaration before first use.
12246         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12247         hif-math, hif-factor): Rename token to hif-token and token-list to
12248         hif-token-list.
12249         (hif-token, hif-token-list): Declare them.
12250         (hif-find-ifdef-block): Return cons of top and bottom point
12251         instead of setting dynamically bound variables.
12252         (hide-ifdef-block, show-ifdef-block): Use return value of
12253         hif-find-ifdef-block.
12255 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12257         * subr.el (read-passwd): Use clear-this-command-keys.
12259         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12261         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12262         and ...-for-write.
12264 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12266         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12267         responses to GROUP command, since this may be called from a timer
12268         with quit inhibited.
12270 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12272         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12273         set unconditional-jump to nil.
12274         (ccl-compile-read-multibyte-character): Return nil.
12275         (ccl-compile-write-multibyte-character): Likewise.
12276         (ccl-compile-translate-character): Likewise
12277         (ccl-compile-map-multiple): Likewise.
12278         (ccl-compile-map-single): Likewise.
12280         * international/kinsoku.el: Add coding tag.
12281         (kinsoku-bol): Remove superfluous TAB in a string.
12283         * international/mule-cmds.el (find-coding-systems-for-charsets):
12284         Delete `composition' (if any) from CHARSETS.
12286 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12288         * international/mule-cmds.el (setup-specified-language-environment):
12289         Add apropos-inhibit property.
12290         (describe-specified-language-support): Likewise.
12292 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12294         * international/mule.el (make-coding-system): Create -with-esc
12295         variant coding system.
12297 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12299         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12300         (next-file): Optionally offer to revert a file's buffer,
12301         if it has an existing buffer but the file has changed.
12303         * info.el (Info-insert-dir): Detect and report problems
12304         in input files, such as "No Top node".  Return with point
12305         at the beginning of the text.
12306         (Info-find-node): Reinsert the code to handle files
12307         with no tags table; it was deleted by mistake.
12309 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12311         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12312         texinfo-find-higher-level-node repeatedly find the same node.
12313         (texinfo-find-higher-level-node): Doc fix.
12315 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12317         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12318         (smtpmail-address-buffer): Add defvar.
12319         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12321         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12323         * ffap.el (ffap-machine-p-local): Fix editing error.
12325 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12327         * faces.el (frame-set-background-mode):
12328         Don't do anythung for text-only or MSDOS frame.
12330 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12332         * international/quail.el (quail-defrule): New optional arg APPEND.
12333         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12335 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12337         * gnus/pop3.el (pop3-open-server):
12338         Set process-coding-system-alist around open-network-stream.
12340 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12342         * files.el (save-buffer): Doc fix.
12344 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12346         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12347         return DEF unchanged, not nil.  Simplify.
12349 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12351         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12353 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12355         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12357         * net-utils.el (ftp, nslookup): Require comint.
12358         (network-service-connection): Likewise.
12359         (whois-server-name): Defaults to whois.arin.net
12360         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12361         (whois): Tries to guess the appropriate top-level domain server.
12362         (whois-get-tld): New function.
12364         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12365         (dirtrack-debug-toggle): Added this function.
12367 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12369         * files.el (find-file-noselect): Switch to the correct buffer
12370         before checking find-file-literally, and allow non-nil non-t
12371         rawfile params.
12373 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12375         * midnight.el (clean-buffer-list): Add autoload cookie.
12377         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12378         no-autosave.
12379         * tar-mode.el (tar-mode-revert): Likewise.
12380         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12381         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12382         * gnus/message.el (message-auto-save-directory): Renamed from
12383         message-autosave-directory.  All references changed.
12385 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12387         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12388         string.  Expose mime stuff while searching.
12390 1998-10-06  Richard Stallman  <rms@gnu.org>
12392         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12394         * replace.el (perform-replace): Position point properly
12395         before and after the recursive edit of C-r.
12397         * progmodes/etags.el (tags-reset-tags-tables): Properly
12398         find the markers in the old rings that are being discarded.
12400 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12402         * apropos.el (apropos-print): Control invalid characters.
12404         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12405         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12406         confusing customize.
12408 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12410         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12411         built-in commands.  Add more built-in commands and fix face names.
12413 1998-10-05  Simon Marshall  <simon@gnu.org>
12415         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12417 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12419         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12420         customization since it is not useful in this case.
12421         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12422         sure it gets evalled to a number.  Also verify that set-frame-name
12423         fn exists before calling it.
12425         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12426         Protect a `forward-sexp' call which could fail, and improved regex
12427         for ie, and eg abbreviations.
12429 1998-10-02  Noah Friedman  <friedman@splode.com>
12431         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12432         send-string.
12433         (rlogin-send-Ctrl-D): Here also.
12434         (rlogin-send-Ctrl-Z): Here also.
12435         (rlogin-send-Ctrl-backslash): Here also.
12437 1998-10-02  Dave Love  <fx@gnu.org>
12439         * outline.el (hide-region-body): Bind
12440         outline-view-change-hook to nil while making repeated calls to
12441         outline-flag-region.  Run it once at the end.
12442         (hide-other, hide-sublevels, show-children): Likewise.
12444         * info-look.el: Remove duplicate scheme-mode entry.
12445         (info-lookup-make-completions): When looking for entries, check
12446         that `item' isn't null or "Menu".
12448 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12450         * net-utils.el: Don't require ffap.
12451         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12452         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12454 1998-09-30  Richard Stallman  <rms@gnu.org>
12456         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12458         * imenu.el (imenu--generic-function): Sort each submenu by position.
12459         (imenu--sort-by-position): New function.
12461         * cus-edit.el (Custom-mode-menu): Fix info node name.
12462         (customize group): Fix info node name.
12464         * mail/mailalias.el (build-mail-aliases): Don't allow
12465         a newline in the alias name.  Don't define an alias
12466         if the definition would be empty.
12468         * which-func.el (which-func-mode-global): Make :set function
12469         more reliable.
12471         * custom.el (custom-set-variables): Load the requests first,
12472         then check the symbol's `set' function.
12474         * ffap.el: Doc fixes.
12476 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12478         * gnus.el: (gnus-valid-select-methods): Fix type.
12479         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12480         * gnus-score.el (gnus-orphan-score): Fix type.
12481         (gnus-score-default-header, gnus-score-default-type): Fix type.
12482         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12483         (gnus-saved-headers): Fix type.
12485         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12486         Avoid nil value of `two-lines-citation-part'.
12488 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12490         * which-func.el (which-function): Handle case when
12491         (car imenu--index-alist) is nil.
12493 1998-09-29  Dave Love  <fx@gnu.org>
12495         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12496         bzip2 args.
12498 1998-09-29  Simon Marshall  <simon@gnu.org>
12500         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12501         comint-exec-hook.
12503 1998-09-29  Stephen Eglen  <stephen@gnu.org>
12505         * info-look.el: Add support for Octave.
12507 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
12509         * textmodes/reftex.el (reftex-finding-files): New customize group.
12510         (reftex-texpath-environment-variables,
12511         reftex-use-external-file-finders, reftex-external-file-finders,
12512         reftex-search-unrecursed-path-first): New options.
12513         (reftex-process-string, reftex-find-file-externally): New
12514         functions.
12515         (reftex-access-search-path): Execute shell commands to find the
12516         search path.
12517         (reftex-toggle-auto-view-crossref): When turning on, make sure
12518         `reftex-auto-view-crossref' becomes non-nil.
12519         (reftex-abbrev-regexp): Constant removed.
12520         (reftex-convert-string): Abbrev regexp calculated locally.
12522 1998-09-28  Dave Love  <fx@gnu.org>
12524         * progmodes/fortran.el: Don't call regexp-opt when deriving
12525         font-lock patterns with keywords that aren't all literal.
12527 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12529         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
12530         the form `octave.bin:1>' which come from using precopiled binary
12531         versions.
12533 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12535         * help.el (help-for-help): Use %THIS-KEY%.
12536         (help-quit): Add doc.
12538         * help-macro.el (make-help-screen): Keep HELP-TEXT
12539         in a separate function definition, not in the help command FNAME.
12540         Replace %THIS-KEY% with the key sequence that ran FNAME.
12542 1998-09-25  Richard Stallman  <rms@gnu.org>
12544         * textmodes/texinfo.el (texinfo-show-structure):
12545         Bind inhibit-read-only.
12547         * isearch.el (isearch-search-and-update): Properly
12548         handle upper case letters in the reverse-search special case.
12550 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12552         * gnus.el: Extend the list of autoloaded functions.
12554         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12555         buffer before creating help group. (from Gnus v5.6.43, fix by
12556         1998-08-20 Per Starback <starback@update.uu.se>)
12558         * gnus-util.el (gnus-output-to-rmail): Adjust to
12559         `rmail-output-to-rmail-file'.
12561 1998-09-25  Karl Heuer  <kwzh@gnu.org>
12563         * hexl.el (hexl-mode-map): More of previous change.
12565         * textmodes/tex-mode.el (tex-run-command): Doc fix.
12566         (tex-start-tex): Don't use tex-start-options-string in star case.
12567         Quote file name in star case as well as in non-star.
12568         Add blank and quoting of option string here.
12569         (tex-start-options-string): Not here.
12571 1998-09-23  Karl Heuer  <kwzh@gnu.org>
12573         * term.el (term-delimiter-argument-list): Doc fix.
12574         (term-emulate-terminal): Escape literal semicolon.
12575         * progmodes/asm-mode.el (asm-mode): Doc fix.
12576         (asm-comment-char): Escape literal semicolon.
12577         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12579 1998-09-23  Richard Stallman  <rms@gnu.org>
12581         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12582         only those that normally modify the buffer.
12584         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12585         over again.
12587 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
12589         * ispell.el (check-ispell-version): Ensure same buffer is current
12590         when let-binding of case-fold-search ends.
12592 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12594         * ps-print.el: Skip invisible overlay.
12595         Test for set-buffer-multibyte rather than using mule-version.
12596         (ps-print-version): New version number (4.1) and doc fix.
12597         (ps-generate-postscript-with-faces): Skip invisible overlay.
12599 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
12601         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12603 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
12605         * international/quail.el (quail-update-guidance): Check for the
12606         return value of (quail-guidance) fixed.
12607         (quail-update-translation): Bind quail-current-str locally when it
12608         calls quail-update-guidance.
12609         (quail-update-translation): If input-method-exit-on-first-char is
12610         non-nil, terminate translation only when the current input method
12611         is simple.
12613 1998-09-22  Paul Eggert  <eggert@twinsun.com>
12615         * startup.el (locale-translation-file-name): Prefer X-related names
12616         to the name used by GNU/Linux sans X.  Set to nil if no file found.
12617         (command-line): Use locale-translation-file-name if it is not nil,
12618         instead of testing for its existence again.
12619         regexp-quote the ctype before using it in a regexp.
12620         Allow a colon to appear after the ctype in the aliases file,
12621         as is done in X11R6.4.
12623 1998-09-21  Richard Stallman  <rms@gnu.org>
12625         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12627         * calendar/appt.el (appt-interval): Variable deleted.
12628         (appt-check): For minutes in between appt-display-interval times,
12629         do check, but don't display anything except an updated mode line.
12630         Count against appt-display-interval based on minutes since
12631         first display of this appointment, not based on time of day.
12632         If appt-display-mode-line, force mode line redisplay
12633         whenever appt-mode-string has changed.
12634         (appt-add, appt-delete): Add autoload cookies.
12635         (appt-check): Catch errors from calling `diary'.
12636         (appt-max-time): Renamed from max-time.
12637         (appt-now-displayed, appt-display-count): New variables.
12638         (appt-timer): Don't create one if we already have one.
12640         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12641         More general code to use the source buffer instead of the zap file.
12643         * hilit-chg.el (highlight-compare-with-file): Renamed from
12644         compare-with-file.
12646         * loadhist.el (load-history-loaded): New variable.
12647         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12649         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12651         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12652         Fix error messages.
12654 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
12656         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12657         Emacs frame.
12659 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12661         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12662         `undecided' and `undecided-unix'.
12664 1998-09-21  Dave Love  <fx@gnu.org>
12666         * help.el (help-make-xrefs): Fix typo affecting Info references.
12668         * subr.el (remove-hook): Check list values to avoid errors.
12670 1998-09-18  Noah Friedman  <friedman@splode.com>
12672         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12673         store string in eldoc-last-message without consing a new string.
12674         Rearrange logic from nested if's into cond's.
12675         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12676         Do not print message; just return string.
12677         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12678         Do not print message; just return string.
12679         Cache that string in eldoc-last-data.
12680         (eldoc-last-data): Make into a vector.
12681         (eldoc-get-fnsym-args-string): Use new data form of structure.
12682         (eldoc-get-var-docstring): Here also.
12683         (eldoc-last-data-store): New function.
12684         (eldoc-get-fnsym-args-string): Use it.
12685         (eldoc-get-var-docstring): Here also.
12686         (eldoc-docstring-first-line): Minimize interim string consing.
12687         Call substitute-command-keys on the result.
12688         (eldoc-print-var-docstrings, eldoc-print-docstring,
12689         eldoc-docstring-message): Functions removed.
12690         (eldoc-docstring-format-sym-doc): New function, functionality
12691         ripped out of eldoc-docstring-message.
12692         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12694 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
12696         * international/mule.el (make-coding-system): Doc-string modified.
12698 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
12700         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12702         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12703         customize type.
12705         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12706         type.
12708         * progmodes/compile.el (compilation-error-screen-columns): New
12709         variable.
12710         (compilation-next-error-locus): Use it to decide whether to use
12711         forward-char or move-to-column.
12713         * mail/rmail.el (rmail-movemail-program): Fix customize type.
12715         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12716         feedmail-fiddle-plex-user-list,
12717         feedmail-spray-address-fiddle-plex-list,
12718         feedmail-prompt-before-queue-user-alist,
12719         feedmail-prompt-before-queue-help-supplement,
12720         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12721         feedmail-queue-alternative-mail-header-separator): Fix customize
12722         type.
12724         * startup.el (site-run-file): Fix customize type.
12726         * speedbar.el (speedbar-initial-expansion-list-name): Fix
12727         customize type.
12729         * shell.el (shell-input-autoexpand): Fix customize type.
12731         * ps-print.el (ps-font-info-database): Add missing dots in value.
12732         Improve layout of customize type.
12734         * net-utils.el (traceroute-program-options, ping-program-options,
12735         ipconfig-program-options, netstat-program-options,
12736         arp-program-options, route-program-options,
12737         nslookup-program-options, ftp-program-options): Fix customize
12738         type.
12740         * midnight.el (clean-buffer-list-kill-regexps,
12741         clean-buffer-list-kill-buffer-names,
12742         clean-buffer-list-kill-never-buffer-names,
12743         clean-buffer-list-kill-never-regexps): Fix customize type.
12745         * man.el (Man-init-defvars): Avoid trailing nil on
12746         Man-filter-list.
12748         * lpr.el (printer-name): Fix customize type.
12750 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
12752         * international/mule-cmds.el (reset-language-environment): Call
12753         update-coding-systems-internal.
12755         * international/mule-conf.el: Call update-coding-systems-internal
12756         at the tail.
12758 1998-09-14  Dave Love  <fx@gnu.org>
12760         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
12761         use the menu-enable properties, pending doing it correctly and
12762         acceptably fast.
12764         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12766 1998-09-13  Dave Love  <d.love@dl.ac.uk>
12768         * progmodes/hideshow.el (hs-grok-mode-type): Check
12769         comment-{start,end} non-nil as well as bound.  Report an error if
12770         we can't grok the mode.
12772 1998-09-13  Richard Stallman  <rms@gnu.org>
12774         * simple.el (blink-matching-open): Don't log paren matching
12775         messages in *Messages*.
12777 1998-09-12  Richard Stallman  <rms@gnu.org>
12779         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12780         Set point-before-scroll at end even if there was an error.
12782         * ange-ftp.el (ange-ftp-insert-file-contents):
12783         Use binary mode for dumb-unix hosts as for unix hosts.
12784         (ange-ftp-copy-file-internal): Likewise.
12786         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12788         * emacs-lisp/pp.el: Doc fixes.
12790         * wid-edit.el (widget-menu-max-shortcuts): New variable.
12791         (widget-choose): Don't use single-char shortcuts if # items
12792         exceeds that many.  Use minibuffer instead.
12794 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12796         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12798 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
12800         * speedbar.el (speedbar-frame-mode): Do not set frame position if
12801         in terminal mode.
12803 1998-09-10  Noah Friedman  <friedman@splode.com>
12805         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12806         defcustom declaration.  It's wreaking too much havoc with XEmacs
12807         and older versions of Emacs, which share this code.
12809         * type-break.el (type-break-mode): Here also.
12811         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12812         `t' to add-hook also to modify the new local value.
12814 1998-09-10  Dave Love  <fx@gnu.org>
12816         * vc.el (vc-insert-headers): Doc fix.
12818 1998-09-10  Richard Stallman  <rms@gnu.org>
12820         * textmodes/flyspell.el (flyspell-mode-on): Make the
12821         ispell-... variables permanent locals.
12822         (flyspell-mode-off): Add autoload cookie.
12824         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12825         do use binary mode, just as for `unix'.
12826         (ange-ftp-host-type): If HOST is nil, return `unix'.
12828         * dired.el (dired-mark-files-containing-regexp):
12829         Don't scan directories.  Ignore non-readable files.
12831         * progmodes/compile.el (compilation-error-regexp-alist):
12832         Fix previous change: allow . and _ in command name.
12834         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12836         * uncompress.el (uncompress-while-visiting):
12837         Use just the car of what find-operation-coding-system returns.
12839         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12841         * shell.el (shell-file-name-quote-list): Add # to the value.
12843 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
12845         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12846         to make killing of ispell process work even if
12847         kill-all-local-variables has been run.
12849 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12851         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12852         loop when sexp entry ends at end of file with no newline.
12854 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12856         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12857         (Custom-reset-standard): Fix menu inconsistency.
12859         * mail/feedmail.el (feedmail-from-line): Allow t.
12860         (feedmail-message-id-suffix): Allow nil.
12862         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12863         Simplify.  Make prefix arg work right.
12865 1998-09-09  Dave Love  <fx@gnu.org>
12867         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12869         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12871 1998-09-08  Dave Love  <fx@gnu.org>
12873         * add-log.el (change-log-font-lock-keywords): Do parenthesized
12874         stuff only after file names or at start of line.  Allow parens
12875         around e-mail, as well as angles.
12877         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12878         ignore-errors too, eval'd when compile.  Require w3 stuff at load
12879         time for nicer failure if it's not available.
12881 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
12883         * comint.el (comint-arguments): Ignore backslashes when using
12884         w32 shells that expect backslashes as the directory separator.
12886 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
12888         * international/fontset.el (resolved-ascii-font): New variable.
12889         (x-complement-fontset-spec): By side effect, set
12890         `resolved-ascii-font' to the resolved name of ASCII font."
12891         (create-fontset-from-fontset-spec): Don't get a value for
12892         resolved-ascii-font from the list full-fontlist.  It is set by
12893         x-complement-fontset-spec now.
12895         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12896         version, check the value of mule-version.
12898 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
12900         * textmodes/reftex.el (reftex-view-crossref): Split up into
12901         several functions.  No longer moves to find a macro.
12902         (reftex-view-cr-cite, reftex-view-cr-ref,
12903         reftex-end-of-bib-entry): New functions.
12904         (reftex-auto-view-crossref): New value `window' allowed.
12905         (reftex-view-crossref-when-idle): Process new `window' option in
12906         (reftex-translate-to-ascii-function): New default.
12907         (reftex-label-illegal-re): Default changed, removed Latin1.
12908         (reftex-latin1-to-ascii): New function.
12909         (reftex-what-environment): Check for section regexp before use.
12910         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12911         absolute path names.
12912         (reftex-TeX-master-file): Changed sequence of file checks.
12913         (reftex-do-citation): bibview cache only with RefTeX mode on.
12915 1998-09-06  Richard Stallman  <rms@gnu.org>
12917         * progmodes/compile.el (compilation-error-regexp-alist):
12918         In first pattern (GNU utilities and other things),
12919         allow a space after the optional program name at the beginning.
12921         * mail/mail-hist.el (mail-hist-current-header-contents):
12922         Fix previous change: use mail-header-end.
12924 1998-09-06  Bill Richter  <richter@math.nwu.edu>
12926         * international/ccl.el: Doc fixes.
12927         * international/encoded-kb.el: Doc fixes.
12928         * international/fontset.el: Doc fixes.
12929         * international/kinsoku.el: Doc fixes.
12930         * international/kkc.el: Doc fixes.
12931         * international/mule-cmds.el: Doc fixes.
12932         * international/mule-conf.el: Doc fixes.
12933         * international/mule-util.el: Doc fixes.
12934         * international/mule.el: Doc fixes.
12936 1998-09-05  Eric Ludlam  <zappo@gnu.org>
12938         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12939         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12940         (checkdoc-this-string-valid-engine): Permit ? as terminating
12941         punctuation for first line sentence breaking.
12942         (checkdoc-this-string-valid): When converting a comment into a doc
12943         string, make sure " chars are \".
12944         (checkdoc-sentencespace-region-engine): Only do double space check
12945         if based on the variable `sentence-end-double-space'
12946         (checkdoc-this-string-valid-engine): ? ends valid sentence.
12947         (checkdoc-proper-noun-region-engine): Exclude items in URLs
12949 1998-09-04  Richard Stallman  <rms@gnu.org>
12951         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12952         Recognize define-skeleton as a function definer.
12954         * cus-edit.el (customize-option): Refuse to customize
12955         a variable that has no defcustom.  But if variable is autoloaded,
12956         first try to load the library that defines it.
12958         * international/iso-insert.el: Use `string' before calling `insert'
12959         so that in multibyte buffers we insert multibyte chars.
12961         * dired.el (dired-mark-files-containing-regexp):
12962         Don't use find-file; instead, insert the file in a temp buffer.
12964         * textmodes/tex-mode.el (tex-start-options-string): New option.
12965         (tex-start-tex): Use that variable.
12967         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12968         value in the `repeat' alternative a list.
12970         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12971         the inserted newline, verify that one was really inserted.
12973         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12974         remains on or remains off.
12975         (flyspell-multi-language-p): Default changed to nil.
12977         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12978         In "found in comment" case, don't beginning-of-line after forward-line.
12980         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12981         If the function definition is not a lambda, return original FORM
12982         with no error.
12984 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
12986         * net-utils.el (netstat-program-options): Changed from nil to "-a"
12987         so that by default netstat shows all network connections.
12989 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
12991         * international/quail.el: Doc fixes.
12993         * info.el (info): Don't add parens if FILE already has them.
12995 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
12997         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12998         on extension lines.
13000 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
13002         * w32-fns.el (w32-shell-dos-semantics): New function.
13004 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
13006         * international/quail.el (quail-choose-completion-string): Store
13007         completion `choice' in `quail-current-str'; don't insert it.
13009 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
13011         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
13012         argument to ps-mule-generate-bitmap-font.
13014         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13015         entry and change Latin-1 entry in the default value.
13016         (ps-mule-font-info-database-ps-bdf): New variable.
13017         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13018         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13019         registerd in FONT-SPEC.
13020         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13021         charcter width of bitmap fonts.
13022         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13023         procedure NF.
13024         (ps-begin-file): Output PostScript code for setting
13025         SpaceWidthRatio.
13026         (ps-plot-region): Use line-beginning-position to get a position of
13027         the beginning of the current line.
13029         * international/mule-cmds.el (register-input-method): Doc-string
13030         modified.
13032 1998-09-01  Dave Love  <fx@gnu.org>
13034         * international/mule-cmds.el (current-language-environment): Fix
13035         setter function.
13037 1998-09-01  Simon Marshall  <simon@gnu.org>
13039         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13040         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13041         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13042         names with font-lock-type-face.  Fontify type specs, etc., with
13043         font-lock-keyword-face.
13045 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13047         * international/fontset.el (x-complement-fontset-spec): If ASCII
13048         font is specified in FONTLIST, don't substitute it for the
13049         resolved name.
13051 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13053         * international/mule.el (charset-description): Doc fix.
13055         * language/chinese.el, language/cyrillic.el, language/czech.el,
13056         language/devanagari.el, language/ethiopic.el,
13057         language/european.el, language/hebrew.el, language/indian.el,
13058         language/japanese.el, language/korean.el, language/lao.el,
13059         language/slovak.el, language/thai.el, language/tibetan.el,
13060         language/vietnamese.el:
13061         Add coding: local variable, to avoid bootstrapping problem
13062         if you need to recompile all the Lisp files using interpreted code.
13064 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13066         * cal-china.el (chinese-year-cache): Change range of years from
13067         1989-2000 to 1990-2010.
13069 1998-08-29  Dave Love  <d.love@dl.ac.uk>
13071         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13072         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13074 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13076         * ps-print.el (ps-print-control-characters): Doc-string modified.
13077         (ps-output-string-prim): Comment format changed.
13078         (ps-do-despool): Indentation of source code changed.
13080 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
13082         * subr.el (sref): Make it an alias of aref.  Make the
13083         byte-compiler warn that it is obsolete.
13084         (char-bytes): Make the byte-compiler warn that it is obsolete.
13086         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13087         Calculate the total bytes using position-bytes instead of
13088         char-bytes.
13090 1998-08-27  Karl Heuer  <kwzh@gnu.org>
13092         * snmp-mode.el: New file.
13093         * files.el (auto-mode-alist): Add snmp-mode patterns.
13095 1998-08-27  Karl Eichwalder  <ke@suse.de>
13097         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13099 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13101         * calendar/diary-lib.el (diary-block): Doc fix..
13102         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13104 1998-08-27  Richard Stallman  <rms@gnu.org>
13106         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13107         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13108         Clear appt-mode-string if we don't put something in it.
13110 1998-08-27  Dave Love  <fx@gnu.org>
13112         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13113         dired-local-variables-file for dired-x.
13115         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13116         for compressed library files too.
13118 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
13120         * language/european.el ("Latin-1"): Modify `documentation' key value.
13121         ("Latin-2"): Likewise.
13123 1998-08-26  Karl Heuer  <kwzh@gnu.org>
13125         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13127 1998-08-26  Albert L. Ting  <alt@artisan.com>
13129         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13130         (mail-hist-current-header-contents): Use mail-text-start.
13132 1998-08-26  Richard Stallman  <rms@gnu.org>
13134         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13135         (customize-changed-options-previous-release): New variable.
13136         (customize-changed-options): Use that variable as default arg.
13138 1998-08-26  Karl Eichwalder  <ke@suse.de>
13140         * midnight.el: Require `timer' not only when compiling.
13142 1998-08-26  Per Starback  <starback@update.uu.se>
13144         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13145         buffer before creating help group.
13147 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13150         coding-system-for-write before saving.
13152 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
13154         * isearch.el (isearch-forward): Doc fix.
13156 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
13158         * emacs-lisp/find-func.el: Fix :version tags to have a string
13159         value, not a float.
13161         * cus-dep.el: Fix typo in output.
13163 1998-08-25  Dave Love  <fx@gnu.org>
13165         * repeat.el (repeat): Doc fix.
13166         [From rms:]
13167         (repeat-previous-repeated-command): New variable.
13168         (repeat): Check for real-last-command being null or repeat.  Set
13169         repeat-previous-repeated-command.
13171         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13173 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
13175         * gnus/message.el (message-send-mail-with-sendmail): Bind
13176         coding-system-for-write by the return value of
13177         select-message-coding-system.
13178         (message-send-mail-with-qmail): Likewise.
13180 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
13182         * emacs-lisp/autoload.el: Fix doc-string-elt property on
13183         define-derived-mode.
13185         * files.el (file-name-invalid-regexp):
13186         Fix regex for ms-dos without long file names.
13188 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13190         * ps-print.el: Multi-byte buffer handling.
13191         (ps-print-version): New version number (4.0) and doc fix.
13192         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13193         compilation for GNU Emacs and emacsens.
13194         (ps-generate-postscript-with-faces): Force invisible text to be
13195         visible.
13196         (dos-ps-printer): New var to avoid compilation gripes.
13198 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13200         * ps-print.el (ps-mule-plot-string): Pay attention to the case
13201         that no more characters can't be printed in the current line.
13203 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13205         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13206         greater than TO.
13208 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13210         * ps-print.el: Add codes to make ps-print.el work also on Emacs
13211         20.2 and the earlier version.
13212         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13213         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13214         (ps-mule-find-wrappoint): Likewise.
13215         (ps-mule-generate-font): Change `X' to `x' in format
13216         control-string.
13217         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13218         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13219         `restore' form procedures `BC' and `EC'.
13221 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13223         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13224         is an executable procedure.  Make LineThickness, Xshadow, and
13225         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
13226         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13227         ps-mule-font-info-database-bdf): New vars.
13228         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13229         (ccl-encode-ethio-unicode): New CCL program.
13230         (ps-mule-encode-ethiopic): New fun.
13231         (ps-mule-current-charset): New var.
13232         (ps-mule-get-font-spec, ps-mule-font-spec-src,
13233         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13234         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13235         (ps-mule-external-libraries): New var.
13236         (ps-mule-init-external-library): New fun.
13237         (ps-mule-font-cache): New var.
13238         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13239         (ps-last-font): New var.
13240         (ps-mule-prepare-font): New fun.
13241         (ps-mule-charset-list): New var.
13242         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13243         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13244         ps-mule-plot-string): New funs.
13245         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13246         New vars.
13247         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13248         ps-mule-prepare-cmpchar-font): New funs.
13249         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13250         vars.
13251         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13252         ps-mule-generate-bitmap-glyph): New funs.
13253         (ps-mule-initialize, ps-mule-begin): New funs.
13254         (ps-output-string-prim): Insert string as unibyte.
13255         (ps-output-prologue): New fun.
13256         (ps-flush-output): Handle the case of 'prologue.
13257         (ps-begin-file): Call ps-mule-initialize.
13258         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13259         printing multibyte characters.
13260         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13261         (ps-basic-plot-string): Handle the case of printing ASCII
13262         characters by external libraries (e.g. BDF).
13263         (ps-set-font): Set ps-last-font.
13264         (ps-plot-region): Handle multibyte characters, use
13265         ps-mule-plot-string for them.
13266         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13268         * bdf.el: New file.
13270 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13272         * international/mule-cmds.el (select-message-coding-system): New
13273         function.
13274         (set-language-environment-coding-systems): Set
13275         default-sendmail-coding-system.
13277         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13278         (default-sendmail-coding-system): New variable.
13279         (sendmail-send-it): Encode the message by a coding system
13280         select-message-coding-system returns.
13282 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13284         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13285         (speedbar-mode): Set buffer to read only.
13286         (speedbar-temp-buffer-show-function): For emacs don't call hook
13287         with arguments.
13288         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13290 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13292         * speedbar.el (speedbar-key-map): Fix typo.
13294 See ChangeLog.7 for earlier changes.