*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobe3abe1253ce69c8f9211edb2c52f87d638dacd10
1 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
5         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6         (log-edit-insert-changelog): Drop `:' as well.
8         * log-view.el: Fix file description.
9         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10         available.
11         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16         Print a status message if the toggle is called interactively.
17         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
18         for global minor modes and use `defcustom' for them.
19         Use add-minor-mode.
20         (easy-mmode-define-derived-mode): Remove.
21         (define-derived-mode): Fancier default docstring.
22         (easy-mmode-define-navigation): Signal an error rather than (ding).
24         * newcomment.el (comment-styles): New `box-multi'.
25         (comment-normalize-vars): Better default for comment-continue to
26         avoid whitespace-only continuations.
27         (comment-search-forward): Always move even in the no-syntax case.
28         (comment-padright): Only obey N if it's only obeyed for padleft.
29         (comment-make-extra-lines): Better handling of empty continuations.
30         Use `=' for the filler if comment-start has only one character.
31         (uncomment-region): Try handling the special `=' filler.
32         (comment-region): Allow LINES even if MULTI is nil.
33         (comment-box): Choose box style based on comment-style.
35 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
37         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
38         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
40 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
42         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
43         and insert, not subst-char-in-region.
45         * international/mule-diag.el (list-character-sets-1): Handle
46         charsets eight-bit-control and eight-bit-graphic.
47         (list-iso-charset-chars): Likewise.
48         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
49         charactes as is.  Use indent-to to align characters.
51         * international/mule-cmds.el (find-multibyte-characters): Never
52         exclude charsets eight-bit-control and eight-bit-graphic.
54 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
56         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
57         Don't quote lambdas.
59         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
61 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
63         * gud.el (gud-jdb-directories): Doc fix.
65 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
67         * newcomment.el: New file.
69 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
71         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
73 2000-05-18  Andreas Schwab  <schwab@suse.de>
75         * dired.el (dired-between-files): Also skip lines beginning with
76         `used'.
78 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
80         * msb.el (msb-menu-cond): Add choice `user'.
82 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
83         
84         * ps-print.el: Compatibility, customization and doc fix.
85         (ps-printer-name-option): Replace defconst by defvar.
86         (ps-postscript-code-directory): XEmacs compatibility.
87         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
88         fix.
89         (ps-user-defined-prologue, ps-print-prologue-header)
90         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
91         compatibility and code fix.
92         (ps-print-background-image, ps-print-background-text):
93         Customization fix.
94         (ps-line-number-start, ps-n-up-on): New vars.
96 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
98         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
99         the indent-comment function to just return the appropriate indent.
101 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
103         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
104         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
105         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
107 2000-05-18  Dave Love  <fx@gnu.org>
109         * info.el (Info-fontify-node): Add intangible property as well as
110         invisible.
112         * calendar/appt.el (appt-make-list): Match all lines of entry.
113         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
115 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
117         * international/mule-diag.el (describe-char-after): Call
118         internal-char-font, not char-font.  If internal-char-font returns
119         nil, display "-- none --".
121 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
123         * image.el (image-type-available-p): Don't reference image-types
124         if it isn't bound.
126 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
128         * autoarg.el (autoarg-mode): Typo in the :set argument.
130 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
132         * startup.el (command-line-1): Don't signal an error if the
133         directory for auto-save-list files does not yet exist.
135 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
137         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
139 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
141         * subr.el (remove-hook): `setq' hook-value, not `set'.
143 2000-05-16  Sam Steingold  <sds@gnu.org>
145         * info.el (debug-ignored-errors): More errors to ignore.
147 2000-05-16  Dave Love  <fx@gnu.org>
149         * cus-edit.el: Don't require cl or easymenu.
150         (custom-variable-prompt): Test standard-value property, not
151         user-variable-p.
153 2000-05-16  Sam Steingold  <sds@gnu.org>
155         * subr.el (add-hook): `setq' hook-value, not `set'.
157 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
159         * startup.el (command-line-1): Mention the FAQ in the startup
160         message.
162         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
164         * progmodes/compile.el (compilation-parse-errors): Collect
165         `nomessage' regexps last.
167         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
169         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
170         to the function name.
172 2000-05-15  Dave Love  <fx@gnu.org>
174         * speedbar.el (speedbar-recenter): Typo.
175         (speedbar-expand-line): Make arg optional.
176         (speedbar-mode): Avoid a compiler warning.
178 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
180         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
181         user-specified option string is empty.
183         * mouse.el (mouse-yank-at-click): Doc fix.
185 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
187         * term/internal.el (IT-character-translations): More updates of
188         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
189         documents.
191 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
193         * env.el (getenv): New function, interactively callable.
194         (setenv, getenv): Remove autoload cookies.
196         * loadup.el: Load `env'.
198         * progmodes/f90.el: Change author's mail address.
200 2000-05-14  Dave Love  <fx@gnu.org>
202         * mail/rmail.el (rmail-show-message-hook): Customize and offer
203         goto-addr as an option.
205         * help.el (help-xref-stack): Doc fix.
206         (help-xref-following): New variable.
207         (help-make-xrefs): Use it.
208         (help-xref-go-back): Use position information from stack element.
209         (help-follow): Make position in stack element a pair.  Use
210         help-xref-following.
212         * autoarg.el: New file.
214         * faces.el: Declare more functions obsolete.
216         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
217         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
218         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
219         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
220         Remove all the setup-...-environment functions.
222 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
224         * speedbar.el: Updated the commentary section.  xemacs20p now uses
225         >= when detecting.  Require `defimage' safely.
226         (speedbar-easymenu-definition-base): Add toggle for images.
227         (speedbar-easymenu-definition-special): Add flush cache & expand.
228         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
229         (speedbar-reconfigure-keymaps-hook): New variable.
230         (speedbar-frame-parameters): Updated documentation.
231         (speedbar-use-imenu-flag): Updated custom tag
232         (speedbar-dynamic-tags-function-list): New variable.
233         (speedbar-tag-hierarchy-method): Updated doc & custom.
234         (speedbar-indentation-width, speedbar-indentation-width) New
235         variables.
236         (speedbar-hide-button-brackets-flag): Customizable.
237         (speedbar-vc-indicator): Doc update.
238         (speedbar-ignored-path-expressions): Updated default value.
239         (speedbar-supported-extension-expressions): Updated default value.
240         (speedbar-syntax-table): Remove {} paren status.
241         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
242         as "+".  Added overlay aliases.
243         (speedbar-mode): Use `speedbar-mode-line-update' instead of
244         `force-mode-line-update'.
245         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
246         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
247         `mouse-set-point'
248         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
249         (speedbar-item-info-tag-helper): Revamped to handle a wider range
250         of arbitrary text, and new helper functions.
251         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
252         filename finder.
253         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
254         (speedbar-directory-buttons): Update path search/expansion.
255         (speedbar-make-tag-line): Pay attention to
256         `speedbar-indentation-width'.  Use more care w/ invisible
257         properties.
258         (speedbar-change-expand-button-char): Call
259         `speedbar-insert-image-button-maybe'.
260         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
261         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
262         (speedbar-trim-words-tag-hierarchy)
263         (speedbar-simple-group-tag-hierarchy): New functions
264         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
265         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
266         functions.
267         (speedbar-mouse-set-point): New function
268         (speedbar-power-click): Updated documentation.
269         (speedbar-line-token, speedbar-goto-this-file): Handle more types
270         of tag prefix text.
271         (speedbar-expand-line, speedbar-contract-line): Make more robust
272         to strange text.
273         (speedbar-expand-line): Takes universal argument to flush the
274         cache.
275         (speedbar-flush-expand-line): New function.
276         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
277         Use new generator insertion method.
278         (speedbar-fetch-dynamic-tags): New function.
279         (speedbar-fetch-dynamic-imenu): Removed code now handled in
280         `speedbar-fetch-dynamic-imenu'.
281         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
282         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
283         "Revert Buffer" menu items.
284         (speedbar-buffer-buttons-engine): Be smarter when creating a
285         filename tag (for expansion purposes.).
286         (speedbar-highlight-one-tag-line,
287         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
288         (speedbar-recenter): New functions.
289         (defimage-speedbar): Image loading abstraction.
290         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
291         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
292         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
293         (speedbar-tag-type, speedbar-tag-mail): New images.
294         (speedbar-expand-image-button-alist): New variable.
295         (speedbar-insert-image-button-maybe): Insert an image over some
296         buttons.
298 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
300         * international/mule-cmds.el (encode-coding-char): An ASCII
301         character is always encodable.
303         * international/mule-conf.el: Add more information in descriptions
304         of character sets.
306         * international/mule-diag.el (describe-char-after): New function.
307         (describe-font-internal): Adjusted for the change of font-info.
308         (describe-font): Likewise.
309         (print-fontset): Rewritten for the new fontset implementation.
310         (describe-fontset): Include fontset alias names in completion.
311         (list-fontsets): Adjusted for the change of print-fontset.
313         * simple.el (what-cursor-position): If DETAIL is non-nil, call
314         describe-char-after instead of displaying the detail in the echo
315         area.
316         (syntax-code-table): Format changed.
317         (string-to-syntax): Adjusted for the above change.
318         
319 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
321         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
323 2000-05-12  Dave Love  <fx@gnu.org>
325         * calendar/todo-mode.el: Remove some compatibility stuff and CL
326         dependence.  Use line-{beginning,end}-position, not
327         point-at{b,e}ol.  Some doc fixes.
328         (todo-position): New function.  Fix callers of position to use it.
329         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
331 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
333         * time.el (display-time-mail-icon): Use `:ascent center'.
335         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
336         handling FTP security extensions.
338 2000-05-11  Dave Love  <fx@gnu.org>
340         * calendar/todo-mode.el: New file.
342 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
344         * comint.el (comint-read-input-ring): Move reference to
345         comint-input-ring-size outside of the save-excursion.  It was
346         causing the default value to be the only one ever seen.
348         * font-lock.el: Update copyright.  Remove Simon Marshall's email
349         address on request from him.
351         * subr.el (substitute-key-definition): Add comment describing
352         the meaning of PREFIX.
354 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
356         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
358         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
359         (add-minor-mode): Don't make the variable buffer-local and add a
360         reference to define-minor-mode in the docstring.
362         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
363         HEADER/FOOTER and fix bug with trailing empty directory.
364         (cvs-append-to-ignore): Use vc-editable-p if available.
365         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
366         (vc-do-command): Tweak advice to handle the new VC.
368         * log-view.el (log-view-goto-rev): New function for the new VC.
369         (log-view-minor-wrap): Use mark-active.
371         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
372         (log-edit-changelog-full-paragraphs): New var.
373         (log-edit-insert-changelog): Remove a lonely leading `* file'.
374         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
375         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
376         (log-edit-changelog-ours-p, log-edit-changelog-entries)
377         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
378         Replace the `cvs' prefix with `log-edit'.
380         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
382         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
383         (diff-font-lock-defaults): Explicitly turn off multiline.
384         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
385         (diff-ediff-patch): Fix call to ediff-patch-file.
386         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
387         Handle comments.
389         * frame.el (automatic-hscrolling): Typo.
391         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
393 2000-05-09  Sam Steingold  <sds@goems.com>
395         * apropos.el (apropos-print): use `describe-face' instead of
396         `customize-face-other-window'.
398 2000-05-09  Dave Love  <fx@gnu.org>
400         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
402         * help.el (describe-variable): Have customize button pop the
403         help-xref stack when invoked.
404         (help-xref-symbol-regexp): Add `face'.
405         (help-make-xrefs): Check for quoted face names and adapt regexp
406         submatch numbers to cope.
407         (help-xref-interned): Maybe insert face doc too.  Separate
408         sections with a line of hyphens.
410         * faces.el:  Some doc fixes.  Declare some functions obsolete.
411         (describe-face): Add customize button.  Return the help
412         text.  Fix prompt.
414 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
416         * term/internal.el (IT-character-translations): Fix last change.
418 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
420         * woman.el: New file
421         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
423 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
425         * term/internal.el (IT-character-translations): Update ASCII
426         simulations for greek-iso8859-7, add latin-iso8859-14 and
427         latin-iso8859-15.
429         * international/mule-cmds.el (set-language-info-alist): Call
430         define-prefix-command with 3 arguments, to make the map suitable
431         for a menu.
433 2000-05-07  Dave Love  <fx@gnu.org>
435         * time.el: Small doc fixes from Pavel Janic.
437 2000-05-05  Dave Love  <fx@gnu.org>
439         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
440         list in doc string.  Don't quote keyword symbols.
441         * emacs-lisp/cl.el: Likewise
442         * emacs-lisp/cl-seq.el: Likewise
444 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
446         * abbrev.el (abbrev-mode): Make ARG optional.
448 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
450         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
452         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
454         * subr.el (substitute-key-definition): Clarify documentation.
456 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
458         * glasses.el (glasses-convert-to-unreadable): Use
459         `glasses-separator' instead of the hard-wired "_".
460         (glasses-mode): Call `glasses-make-unreadable' only in a single
461         place.
463 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
465         * term/internal.el (cjk-codepages-alist): Add associations for
466         Chinese and Korean codepages.  Remove FIXME comment.
468 2000-05-03  Dave Love  <fx@gnu.org>
470         * time.el (display-time-mail-face, display-time-use-mail-icon):
471         New option.
472         (display-time-mail-icon): New variable.
473         (display-time-string-forms): Use the above.  Fix the local-map.
475 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
477         * replace.el (query-replace-map): Add binding for `E'.
478         (query-replace-help): Extend help text.
479         (perform-replace): Allow editing the replacement string.
481         * make-mode.el (makefile-mode-abbrev-table): New variable.
482         (makefile-mode): Set local abbrev table to
483         makefile-mode-abbrev-table.
484         (makefile-font-lock-keywords): Fontify includes and conditionals.
486         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
487         set TOGGLE's value.
489         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
490         mail-interactive-insert-alias.
491         (mail-abbrev-complete-alias): New command.
492         (mail-mode-map): Bind it to `M-TAB'.
494 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
496         * language/lao-util.el (lao-compose-region): New function.
498 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
500         * files.el (recover-session): Make directories as necessary
501         if they don't exist yet.
503         * calendar/cal-french.el
504         (french-calendar-multibyte-special-days-array)
505         (french-calendar-special-days-array): Change French text.
506         (calendar-french-date-string): Change output.
507         (calendar-goto-french-date): Likewise.
509 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
511         * wid-edit.el (widget-default-active): Obey `:always-active'.
512         (widget-documentation-string-value-create): Set `:always-active'.
514 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
516         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
517         default prefix to `~/_emacs.d/auto-save.list/_s'.
518         (normal-top-level): Create the directory for auto-save files, if
519         it doesn't already exist (in the ms-dos case only).
521 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
523         * international/mule-cmds.el (set-language-environment): Don't
524         concat an integer (dos-codepage), use format instead.
526 2000-05-02  Dave Love  <fx@gnu.org>
528         * help.el (help-xref-on-pp): Check for constant symbols.
530 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
532         * startup.el (normal-top-level): Put a condition-case around
533         the code loading subdirs.el.
535 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
537         * ps-print.el: Upside-down and face background color printing,
538         line number step, doc fix.
539         (ps-print-version): New version number (5.2).
540         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
541         (ps-face-attribute-list, ps-plot-with-face): Code fix.
542         (ps-spool-config): Var fix.
543         (ps-printer-name-option): Const fix.
544         (ps-print-upside-down, ps-use-face-background)
545         (ps-line-number-step): New vars.
546         (ps-window-system, ps-lp-system): New consts.
547         (ps-face-background): New fun.
549 2000-04-28  Richard Stallman  <rms@gnu.org>
551         * files.el (make-auto-save-file-name):
552         Apply auto-save-file-name-transforms to visited file name
553         before generating auto save file name.
554         (auto-save-file-name-transforms): New variable.
556         * files.el (backup-enable-predicate):
557         Correctly test for a file under a temporary directory.
559 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
561         * subr.el (add-minor-mode): Rewritten.
563 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
565         * mail/sendmail.el (sendmail-send-it): Set
566         buffer-file-coding-system to the selected coding system for MIME
567         header.
569 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
571         * dired.el (dired-move-to-filename-regexp): Allow format where
572         YYYY is followed by two spaces.
574         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
575         in the second character class of the regexp.
577         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
578         mh-etc, too.
580         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
581         nil.
583         * subr.el (add-minor-mode): Use `set' instead of `setq'.
585         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
586         argument.
588 2000-04-27  Sen Nagata <sen@eccosys.com>
590         * emacs-lisp/crm.el (crm-completion-table): New variable.
591         (crm-collection-fn, crm-test-completion)
592         (completing-read-multiple): Use it.
594 2000-04-27  Dave Love  <fx@gnu.org>
596         * help.el (locate-library): Use mapc.
597         (help-manyarg-func-alist): Add call-process-region.
599 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
601         * subr.el (add-minor-mode): Make argument MAP optional.
603         * desktop.el (desktop-save): Save list of minor modes.
604         (desktop-create-buffer): Restore minor modes.
605         (desktop-minor-mode-table): New user-option.
607         * subr.el (add-minor-mode): New function.
609         * image.el (find-image): New function.
610         (defimage): Rewritten to find image at load time.
612         * startup.el (normal-top-level-add-to-load-path): Handle
613         case that the default directory is not in load-path.
615         * help.el: Old patch from Stefan Monnier.
616         (help-xref-on-pp): New function.
617         (describe-variable): Use it to display xrefs in a symbol's value.
619 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
621         * cus-edit.el (custom-face): Fix parenthesis.
623 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
625         * mail/rmail.el (rmail-expunge): When there are no deleted
626         messages, do nothing.
628 2000-04-26  Dave Love  <fx@gnu.org>
630         * international/mule-cmds.el (locale-translation-file-name):
631         Defvar to nil.
632         (set-locale-environment): Set it here (at runtime).
634 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
636         * replace.el (perform-replace): Add parameters START and END.  Use
637         them instead of the check for a region in Transient Mark mode.
638         (query-replace-read-args): Return two more list elements for the
639         start and end of the region in Transient Mark mode.
640         (query-replace, query-replace-regexp, query-replace-regexp-eval)
641         (map-query-replace-regexp, replace-string, replace-regexp): Add
642         optional last arguments START and END and pass them to
643         perform-replace.
645         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
646         form with additional arguments for perform-replace.
648         * progmodes/etags.el (tags-query-replace): Add parameters START
649         and END.  Construct a form with additional arguments for
650         perform-replace.
652         * simple.el (shell-command): Set default directory for "*Shell
653         Command Output" buffer.
655         * language/european.el (iso-latin-4): Fix typo.
657         * emacs-lisp/crm.el: New file.
659 2000-04-24  Dave Love  <fx@gnu.org>
661         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
662         (Custom-reset-saved, Custom-reset-standard)
663         (custom-group-value-create, custom-group-set, custom-group-save)
664         (custom-group-reset-current, custom-group-reset-saved)
665         (custom-group-reset-standard): Use mapc.
666         (custom-buffer-create-internal): Disable undo when creating items.
667         Use mapc.
668         (custom-face): Avoid redundant lambda.
670 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
672         * startup.el (auto-save-list-file-prefix): Set default to
673         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
675 2000-04-24  Sam Steingold  <sds@gnu.org>
677         * time-stamp.el (time-stamp-string-preprocess): Always convert
678         `field-result' to a string.
680 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
682         * frame.el (scrolling): New group.
683         (automatic-hscrolling): New user-option.
685         * startup.el (command-line-x-option-alist): Add `-lsp' and
686         `--line-spacing'.
688 2000-04-19  Dave Love  <fx@gnu.org>
690         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
691         (cl-mapc): Rename from mapc.  Fix the funcall.
693 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
695         * simple.el (clone-indirect-buffer-other-window): New command.
696         (clone-indirect-buffer): Add optional arg NORECROD.
697         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
699         * help.el (resize-temp-buffer-window): Use count-screen-lines.
701         * window.el (count-screen-lines): New function.
702         (shrink-window-if-larger-than-buffer): Use count-screen-lines
703         instead of window-buffer-height.
705         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
706         non-existing variable comint-input-sentinel.
707         (inferior-lisp-args-to-list): Removed.
708         (inferior-lisp): Use split-string instead of
709         inferior-lisp-args-to-list.
711         * hexl.el (hexl-insert-hex-string): New command.
713         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
714         instead of concat.
716 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
718         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
719         at the start of an existing but empty folder.
721 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
723         * ps-mule.el: Customization fix, doc fix.
724         (ps-multibyte-buffer): Customization fix.
726 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
728         * subr.el (read-passwd): Use read-char-exclusive.
730 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
732         * textmodes/texinfo.el (texinfo-insert-@email)
733         (texinfo-insert-@emph, texinfo-insert-@quotation)
734         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
735         (texinfo-mode-map): Add key bindings for them.
737         * files.el (basic-save-buffer-2): Use a template with `$'
738         instead of `#' for VMS.
740         * simple.el (clone-indirect-buffer): New function.
742 2000-04-16  Stephen Eglen  <stephen@gnu.org>
744         * iswitchb.el (iswitchb-case): New function.  If the user input
745         contains any upper-case characters, the search is made
746         case-sensitive.
748 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
750         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
751         comment-end.
752         (texinfo-font-lock-syntactic-keywords): New var.
753         (texinfo-font-lock-keywords): Remove comment regexp.
754         (texinfo-insert-block): New function.
755         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
756         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
757         and font-lock-defaults.  Use regexp-opt for outline-regexp.
758         (texinfo-environments): New var.
759         (texinfo-environment-regexp): Use regexp-opt and
760         texinfo-environments.
762         * textmodes/ispell.el (ispell-menu-map-needed): Check that
763         ispell-process is bound since this might be eval'd before ispell
764         is loaded.
765         (ispell-message): Use a tiny bit less magic and a bit more hard
766         data to figure out what kind of sc-cite-regexp to use.
768         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
770         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
771         (insert-cyclic-diary-entry): Unquote the lambda.
773         * gud.el (gud-jdb-build-source-files-list): Fix typo.
775         * files.el (backup-enable-predicate): Unquote the lambda.
777         * cus-edit.el (custom-face, face): Unquote the lambda.
779 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
781         * ps-print.el: Check for line-beginning-position definition.
783         * ps-print.el: Fix counting lines in a region.
784         (ps-print-version): New version number (5.1.5).
785         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
786         (ps-printing-region): Fun code fix.
788 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
790         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
791         to file-directory-p.
793 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
795         * gud.el (gud-jdb-build-source-files-list): Check that directory
796         exists before calling directory-files.
798 2000-04-13  Dave Love  <fx@gnu.org>
800         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
801         syntax.
803         * emacs-lisp/cl-specs.el: Remove when, unless.
805         * emacs-lisp/cl-extra.el: Don't quote keywords.
806         (cl-old-mapc): New variable.
807         (mapc): Use it.
808         (cl-map-intervals): Use with-current-buffer.  Don't check for
809         next-property-change.
810         (cl-map-overlays): Use with-current-buffer.
811         (cl-expt): Remove.
812         (copy-tree, remprop): Define unconditionally.
814         * emacs-lisp/cl-compat.el (keywordp): Remove.
816         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
817         to use keywordp.
818         (edebug-spec): Enable keywordp.
820         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
821         string-lessp.
823         * cus-start.el: Use keywordp.
825 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
827         * diary-lib.el (include-other-diary-files): Fix the fix of
828         2000-02-18 by doing a save-excursion.
830 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
832         * ps-print.el: Customization fix, doc fix.
833         (ps-print-version): New version number (5.1.4).
834         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
835         (ps-print-preprint): Adjust code.
836         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
837         (ps-print-prologue-header, ps-print-control-characters)
838         (ps-spool-config): Customization fix.
840 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
842         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
843         converted to the new menu-item format, names silightly changed,
844         help strings added.
846         Support for spelling without async subprocesses:
848         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
849         (ispell-session-buffer): New variables.
850         (ispell-start-process, ispell-process-status,
851         ispell-accept-output, ispell-send-string): New functions, for
852         Ispell invocation when async subprocesses aren't supported.
853         (ispell-word, ispell-pdict-save, ispell-command-loop,
854         ispell-process-line, ispell-buffer-local-parsing): Replace calls
855         to process-send-string with calls to ispell-send-string, and
856         accept-process-output with ispell-accept-output.
857         (ispell-init-process): Call ispell-process-status instead of
858         process-status with.
859         (ispell-init-process): Call ispell-start-process.  Call
860         ispell-accept-output and ispell-send-string.  Don't call
861         process-kill-without-query and kill-process if they are unbound.
862         (ispell-async-processp): New function.
864 2000-04-12  Dave Love  <fx@gnu.org>
866         * info.el: Add debug-ignored-errors.
867         (Info-mode-menu): Add some items.
868         (Info-directory): Add autoload cookie.
870         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
871         Modify `truncate-lines'.  Make `describe-language-environment'
872         always visible and add help.  Modify `describe-key' help.  Invoke
873         Info-directory from `info'.  New entry `emacs-manual'.
875 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
877         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
878         propertized-buffer-identification.
879         (ebrowse-update-member-buffer-mode-line): Likewise.
880         (ebrowse--mode-strings): Removed.
881         (ebrowse--mode-line-props): Removed.
883         * files.el (auto-mode-alist): Add `EBROWSE'.
885         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
886         space before testing for end of buffer.
887         (ebrowse-load): Removed.
888         (ebrowse-revert-tree-buffer-from-file): Rewritten.
889         (ebrowse-create-tree-buffer): Rewritten.
890         (ebrowse-tree-mode): Read tree from buffer.
892         * progmodes/ebrowse-ffh.el: Removed.
894 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
896         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
898 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
900         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
901         at the wrong place.
903 2000-04-09  Dave Love  <fx@gnu.org>
905         * files.el (backup-enable-predicate): Use
906         temporary-file-directory, small-temporary-file-directory.
907         (make-backup-file-name-function, backup-directory-alist): New
908         variables.
909         (make-backup-file-name-1): New function.
910         (make-backup-file-name): Use it.
911         (find-backup-file-name): Likewise.  Use format for clarity, not
912         concat.
913         (file-newest-backup): Use make-backup-file-name.
915 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
917         * progmodes/ebrowse-ffh.el: New file.
919         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
920         to ebrowse-ffh.el.
921         (ebrowse-load): Add autoload.
923         * finder.el (finder-commentary): Add autoload cookie.
925         * mail/rfc2368.el: Correct author's email address.
927         * progmodes/ebrowse.el: New file.
929         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
930         item help string.
931         (easy-menu-do-add-item): Ditto.
932         (easy-menu-define): Extend doc string.
934         * jit-lock.el (with-buffer-unmodified): Use
935         restore-buffer-modified-p.
936         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
937         (jit-lock-function, jit-lock-stealth-fontify): Don't use
938         with-buffer-unmodified.
940 2000-04-08  Dave Love  <fx@gnu.org>
942         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
943         unless, when.
945 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
947         * viper-util.el (viper-put-on-search-overlay): New subroutine.
948         (viper-flash-search-pattern): No operation when using Emacs
949         doesn't support face.
950         Use `viper-put-on-search-overlay'.
952 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
954         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
955         like C-r.
957         * progmodes/make-mode.el: Some doc fixes.
958         (makefile-mode-abbrev-table): New variable.
959         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
960         (makefile-font-lock-keywords): Fontify includes and conditionals.
961         (toplevel): Require `dabbrev' and `add-log' when compiling.
963         * replace.el (perform-replace): Don't move forward one char
964         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
965         to do that because it leaves point 1 position after the last
966         replacement, after everything has been replaced.
968         * jit-lock.el (with-buffer-unmodified): New macro.
969         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
970         modified state.
971         (jit-lock-function-1): Extracted from jit-lock-function; not
972         preserving buffer's modified state.
973         (jit-lock-function, jit-lock-stealth-fontify): Call
974         jit-lock-function-1.
976         * mail/rfc2368.el: Remove supernumerary copyright line.
978 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
980         * glasses.el: Provide facilities for inserting space before left
981         parentheses and uncapitalization of identifiers.
982         (glasses-mode): Try to remove old overlays in all cases.
984 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
986         * progmodes/compile.el (compile-internal): Display the compilation
987         buffer in a different frame, if it's already displayed there.
989         * mail/rfc2368.el: New file.
991         * simple.el (sendmail-user-agent-compose): Recognize a `body'
992         header and insert its value as mail body.
994         * subr.el (member-ignore-case): New function.
996         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
997         (dabbrev--find-expansion): Ignore buffers matching a regexp
998         from dabbrev-ignored-regexps.
1000         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1001         to extensions handled by gzip.
1003 2000-04-03  Richard M. Stallman  <rms@gnu.org>
1005         * files.el (insert-directory): List the total free space
1006         along with the used space.
1008         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1009         line is followed by one that matches CITATION-REGEXP, end the
1010         paragraph.
1012 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1014         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1015         (rmail-make-basic-summary-line): Use that option.
1017 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1019         * international/mule-cmds.el (encoded-string-description):
1020         Rewritten.   Try pretty description for ISO 2022 escape sequences
1021         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1022         for hexadecimal format.
1024 2000-04-01  Dave Love  <fx@gnu.org>
1026         * cpp.el: Change customization group to `c' from `C'.
1028         * vcursor.el (vcursor-move): Use display-color-p.
1030         * international/mule-util.el: Provide mule-utils.
1031         (string-to-sequence): Simplify and speed up.
1033         * international/mule.el (make-coding-system): Purecopy doc-string.
1035         * international/mule-cmds.el: Various menu changes.
1036         (describe-specified-language-support): Handle `Default'.
1037         (set-language-info): Purecopy `info'.
1039 2000-03-31  Andrew Innes  <andrewi@gnu.org>
1041         * vc.el (vc-backend-diff): Return the correct status if we had to
1042         retry the rcsdiff command without the --brief option.
1044 2000-03-31  Dave Love  <fx@gnu.org>
1046         * help.el (help-manyarg-func-alist): Correct several omissions.
1048         * add-log.el: Don't require cl, fortran.
1049         (add-log-current-defun-function): Doc fix.
1050         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
1051         fix.
1052         (change-log-version-rcs): Function deleted.
1053         (change-log-version-number-search): Doc fix.  Use
1054         vc-workfile-version.  Avoid CL dolist.
1055         (add-change-log-entry): Just call add-log-current-defun to get
1056         defun.  Simplify somewhat.
1057         (change-log-get-method-definition-1): Likewise.
1058         (add-log-current-defun): Return nil if calling
1059         add-log-current-defun-function does so.  Move Fortran stuff to
1060         fortran.el.  Return string without properties.
1062         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1063         and :alpha: char classes.
1065         * mail/supercite.el: Defvar curline when compiling.
1066         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1067         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1068         rather than a-zA-Z0-9 to allow non-ASCII characters.
1070 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
1072         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1074         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1075         Re-enable new code.
1077         * lpr.el (print-region-1): Use -d to specify printer name for
1078         systems `usg-unix-v*, `dgux', `hpux', `irix'.
1080 2000-03-31  Dave Love  <fx@gnu.org>
1082         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1083         for function definition in symbol's function value slot first
1084         instead of first consulting byte-compile-function-environment.
1086 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
1088         * language/european.el ("Polish"): New language environment.
1089         (setup-polish-environment): New function.
1091 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
1093         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1094         Disable new code.
1096         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1097         trying to `load' the symbol of an autoload instead of the file
1098         recorded in the autoload.  Fix error messages.
1100 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1102         * ps-print.el: PostScript programming fix for ghostview, doc fix.
1103         (ps-print-version): New version number (5.1.3).
1104         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1105         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1106         (ps-generate-postscript-with-faces): Code fix.
1107         (ps-color-values): XEmacs compatibility.
1108         (ps-print-background-image, ps-print-background-text, ps-printer-name)
1109         (ps-default-fg, ps-default-bg): Adjust customization.
1110         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1111         (ps-color-scale): Renaming old ps-color-value fun.
1112         (ps-print-headers): Replace ps-print-header group to avoid conflict
1113         with ps-print-header variable.
1114         (ps-print-miscellany): New group.
1115         (ps-format-color, ps-rgb-color): New funs.
1116         (ps-default-foreground): New var.
1117         (ps-printer-name-option): New const.
1119 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
1121         * net/net-utils.el:
1122         (network-connection-host, network-connection-service): New variables
1123         (network-connection-mode): New mode, derived from comint-mode
1124         (network-connection-mode-setup): New function, saves host and
1125         service information in local variables.
1127         * lisp/locate.el:
1128         (locate-word-at-point): Added this function
1129         (locate): Default to using locate-word-at-point as input
1130         Run dired-mode-hook
1132 2000-03-29  Dave Love  <fx@gnu.org>
1134         * calendar/appt.el: Doc fixes.
1135         (appt-check): Convert min-to-app to a string before passing to
1136         appt-disp-window-function or concat.
1137         (appt-delete-window): Remove test for frame-root-window.
1138         (appt-select-lowest-window, appt-convert-time): Simplify.
1140         * emacs-lisp/bytecomp.el: Doc fixes.
1141         (byte-compile-file-form-autoload): Update
1142         byte-compile-function-environment.
1144 2000-03-29  Andreas Schwab  <schwab@suse.de>
1146         * emacs-lisp/autoload.el: Also print defsubst doc string
1147         specially.
1149         * dired.el (dired-insert-directory): If dired-free-space-program
1150         failed just delete its output.
1152 2000-03-29  Dave Love  <fx@gnu.org>
1154         * international/iso-cvt.el: Move provide to end.  Doc fixes.
1155         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1156         (iso-iso2sgml, iso-sgml2iso): New functions.
1157         (iso-cvt-define-menu): Fix some entries and use backquote for
1158         clarity.
1160         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1162 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
1164         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1165         ISO-DATE.  If non-nil, return date in ISO 8601 format.
1167 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
1169         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1170         if it ever becomes used.
1171         (log-edit-mode-hook): Default to vc-log-mode-hook.
1172         (log-edit-mode): Fix the docstring.
1174         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1175         the code.
1177 2000-03-26  Dave Love  <fx@gnu.org>
1179         * net/browse-url.el (browse-url): Re-fix case of
1180         browse-url-browser-function being an alist.
1181         (browse-url): Add :link to defgroup.
1183         * files.el: Doc fixes.
1184         (file-truename): Include `[' in wildcard characters.
1185         (automount-dir-prefix): Customize.
1186         (find-file-wildcards): Add :version.
1187         (find-file-noselect): Simplify a mapcar call.
1189         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1190         compatible with inf-lisp version.
1191         (eval-defun-1): Fix custom-declare-variable case.
1193 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1195         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1197 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1199         * Makefile (COMPILE_FIRST): New macro.
1200         (compile-files): Compile files from COMPILE_FIRST first.
1202         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1203         code.
1205         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1206         matching open parenthesis in column 0 to defun-prompt-regexp
1207         only if open-paren-in-column-0-is-defun-start is set.
1209         * sun-curs.el: Require CL at compile-time only.
1211         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1212         instead of copy-list which is a function from CL.
1213         (msb--choose-menu, msb--mode-menu-cond)
1214         (msb--create-buffer-menu-2): Use dolist instead of mapc.
1215         (msb--init-file-alist): Use mapcar instead of mapcan.
1216         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
1217         `(' in column 0 in doc string.
1218         (msb--add-separators): Use mapcar instead of mapcan.
1220         * cus-dep.el: Require CL at compile-time only.
1222 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1224         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1225         (byte-compile-warnings): New warning `noruntime'.
1226         (byte-compile-constants, byte-compile-variables): Fix docstring.
1227         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1228         execute `eval-whenc-compile's body.
1229         (byte-compile-unresolved-functions): Fix docstring.
1230         (byte-compile-eval): New function.
1231         (byte-compile-callargs-warn): Check if the function will be available
1232         at runtime (via property `byte-compile-noruntime').
1233         (byte-compile-print-syms): New function.
1234         (byte-compile-warn-about-unresolved-functions): Also warn about
1235         `noruntime' functions (and use `byte-compile-print-syms').
1236         (byte-compile-file): Capitalize the message.
1238 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1240         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1241         (rmail-expunge): Ask for confirmation depending on the setting
1242         of rmail-confirm-expunge.
1244 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1246         * Makefile (bootstrap-clean): If $(emacs) exists, build
1247         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1248         cause a bootstrap failure because things don't autoload as
1249         expected.
1251 2000-03-23  Dave Love  <fx@gnu.org>
1253         * net/browse-url.el: Restore previous use of
1254         browse-url-maybe-new-window.
1256 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1258         * ps-print.el: Skip banner page fix.
1259         (ps-print-version): New version number (5.1.2).
1260         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1262 2000-03-23  Dave Pearson  <davep@davep.org>
1264         * net/quickurl.el Changed the type of parameter passed to the
1265         function defined by `quickurl-format-function'. Before only the
1266         text of the URL was passed. Now the whole URL structure is passed
1267         and the function is responsible for extracting the parts it
1268         requires.  Changed the default of `quickurl-format-function'
1269         accordingly.
1270         (quickurl-insert): Changed the `funcall' of
1271         `quickurl-format-function' to match the above change.
1272         (quickurl-list-insert): Changed the `url' case so that it makes
1273         use of `quickurl-format-function', previous to this the format was
1274         hard wired.
1276 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1278         * startup.el: Change some spellings for the X Window System.
1280 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1282         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1283         up the code and the regexp and make sure the cursor is temporarily
1284         moved to the suspicious line while querying the user.
1286 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1288         * w32-fns.el (w32-charset-info-alist): Initialize.
1290 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1292         * ps-print.el: N-up last page fix.
1293         (ps-print-version): New version number (5.1.1).
1294         (ps-end-file, ps-end-job, ps-generate): Code fix.
1296 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1298         * files.el (find-file-run-dired): Update docstring.
1299         (find-directory-functions): New hook.
1300         (find-file-noselect): Run find-directory-functions rather than
1301         calling dired directly.
1303         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1305         * pcvs.el: Add a minimal leading commentary.
1306         (cvs-make-cvs-buffer): Change the header part by removing the startup
1307         message and adding a `Module' entry.  Also replace the FOOTER and
1308         HEADER special fileinfos with the new support in ewoc for updating
1309         its own footer and header.
1310         (cvs-update-header): Update to use the header/footer of the ewoc.
1311         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1312         (cvs-is-within-p): New function.
1313         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1314         to only examine some subset of the buffers.
1316         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1317         `format' instead of our own ad-hoc functions.
1318         Remove HEADER and FOOTER cases, now handled in the EWOC.
1319         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1321         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1322         output to avoid scaring the user.
1323         (cvs-parse-table): Catch message for non-up-to-date commits.
1325         * pcvs-defs.el (cvs-startup-message): Remove.
1326         (cvs-global-menu): New autoloaded menu.
1328         * pcvs-util.el (cvs-string-fill): Remove.
1330         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1331         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1332         PP part of it and also make it work for footers and headers.
1333         (ewoc-create): Drop POS and BUFFER arguments.
1334         Use the DLL's dummy node to store the end-of-footer position.
1335         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1336         (ewoc-refresh): Remove unused `header' variable.
1337         (ewoc-(get|set)-hf): New functions.
1339         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1340         log-view-*-(message|file) and use easy-mmode-define-navigation.
1341         (log-view-message-re): Match SCCS format as well.
1342         And match the revision line rather than the dashed separator line.
1343         (log-view-mode): Use the new define-derived-mode.
1344         (log-view-current-tag): Fill in with an actual implementation.
1346         * cvs-status.el (cvs-status-(prev|next)): Rename from
1347         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1348         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1349         to let the output "breathe" a little more (more readable).
1350         (cvs-status-mode): Use the new define-derived-mode.
1352         * smerge-mode.el (smerge-auto-leave): New function and variable.
1353         (smerge-basic-map): Rename from smerge-basic-keymap.
1354         Change the bindings for smerge-diff-*.
1355         (smerge-*-map): Use easy-mmode-defmap.
1356         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1357         (smerge-keep-*): Use smerge-auto-leave.
1359 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1361         * cus-edit.el (custom-button-face): Use 3D look for w32.
1362         (custom-button-pressed-face): Likewise.
1364 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1366         * progmodes/etags.el (tags-case-fold-search): New user-option.
1367         (tags-loop-eval): New function.  Bind case-fold-search around eval
1368         depending on the value of tags-case-fold-search.
1369         (tags-loop-continue): Use tags-loop-eval.
1370         (find-tag-in-order): Bind case-fold-search depending on the value
1371         of tags-case-fold-search.
1373 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1375         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1376         (diff-end-of-hunk): Return the end position for use in
1377         `easy-mmode-define-navigation'.
1378         (diff-recenter): Remove.
1379         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1380         of `easy-mmode-define-navigation'.
1381         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1382         previous renaming) and fix to use new names.
1383         (diff-merge-strings): Use \n as separator: simpler, faster.
1384         (diff-mode): Use `define-derived-mode'.
1386         * derived.el (define-derived-mode): Don't autoload anymore.
1387         Prefer the macro-only version provided by easy-mmode.el.
1389         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1390         `easy-mmode-define-derived-mode'.
1391         Use `combine-run-hooks'.
1392         (easy-mmode-define-navigation): New macro.
1394         * subr.el (combine-run-hooks): New function.
1396 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1398         * term/x-win.el: Fontsets related initialization is simplified.
1400         * international/mule-diag.el (describe-font): Don't refer to
1401         global-fontset-alist, instead call font-list.
1402         (describe-fontset, list-fontsets, mule-diag): Likewise.
1403         (print-fontset): Adjusted for the change of fontset
1404         implementation.
1406         * international/fontset.el (x-charset-registries): Variable
1407         removed, instead the corresponding data is stored in the default
1408         fontset.
1409         (register-alternate-fontnames): Function removed.
1410         (resolved-ascii-font): Variable removed.
1411         (x-compose-font-name): Ignore the second argument REDOCE.
1412         (x-complement-fontset-spec): Complement only an ASCII font and
1413         element for those charsets than can use that ASCII font.
1414         (generate-fontset-menu): Don't refer to global-fontset-alist,
1415         instead call fontset-list.
1416         (uninstantiated-fontset-alist): Variable removed.
1417         (x-style-funcs-alist): Likewise.
1418         (fontset-default-styles): Likewise.
1419         (x-modify-font-name): Function removed.
1420         (create-fontset-from-fontset-spec): Ignore the argument
1421         STYLE-VARIANT.
1422         (create-fontset-from-ascii-font): Docsting adjusted for the above
1423         change.
1424         (instantiate-fontset, resolve-fontset-name): Functions removed.
1425         (fontset-list): Now implemented by C code.
1427         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1428         (describe-face): Include `font' attribute in the description.
1430 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1432         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1434 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1436         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1437         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1438         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1440         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1441         about behavior of set-buffer-modified-p wrt redisplay.
1443 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1445         * view.el (view-mode-disable): Kill local binding of view-read-only.
1447 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1449         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1450         is a string, convert it to a syntax cell using string-to-syntax.
1452         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1453         (string-to-syntax): New function.
1455         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1456         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1457         try to use passive ftp mode.
1459 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1461         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1463         * simple.el (append-to-buffer): Update point of windows after
1464         insertion.
1466         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1467         forward then moving backward.  Reindent.
1469         * frame.el (other-frame): Call x-focus-frame only if
1470         focus-follows-mouse is off.
1472 2000-03-17  Dave Love  <fx@gnu.org>
1474         * pcvs-util.el (cvs-strings->string): Rename
1475         replace-regexps-in-string.
1477 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1479         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1480         regexp for labels cannot span several lines.
1482         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1483         `(setq :<key> ':<key>)' to the macro expansion.
1485 2000-03-16  Dave Love  <fx@gnu.org>
1487         * progmodes/f90.el (f90): Put custom group under `languages', not
1488         `fortran'.
1489         (f90-mode-hook): Customize.
1490         (f90-mode): Set add-log-current-defun-function.
1491         (f90-current-defun): New function.
1493 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
1495         * cus-edit.el (custom-variable-tag-face): Handle case that
1496         default face's height is not a number.
1497         (custom-face-tag-face, custom-group-tag-face-1)
1498         (custom-group-tag-face): Ditto.
1499         (custom-group-tag-face-1): Add :group.
1501         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1503 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
1505         * pcvs-defs.el (toplevel): Remove autoload cookie for form
1506         requiring easymenu.
1508 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1510         * ps-print.el: PostScript user-defined prologue, PostScript error
1511         handler, doc fix.
1512         (ps-print-version): New version number (5.1).
1513         (ps-user-defined-prologue, ps-error-handler-message)
1514         (ps-print-prologue-0, ps-error-handler-alist): New vars.
1515         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1516         (ps-insert-string): New function.
1518 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
1520         * international/ccl.el (ccl-compile-expression): Don't generate
1521         invalid self-assignment code.
1523 2000-03-14  Dave Love  <fx@gnu.org>
1525         * subr.el (replace-regexp-in-string): Renamed from
1526         replace-regexps-in-string.  Doc fix.
1528 2000-03-12  Dave Love  <fx@gnu.org>
1530         * cus-edit.el: Doc fixes.
1531         (customize-set-variable, customize-save-variable): Rename args for
1532         doc.
1533         (custom-variable-tag-face, custom-face-tag-face)
1534         (custom-group-tag-face-1, custom-group-tag-face): Modify from
1535         style which user identify as hyperlink.
1536         (hook): Don't add undefined functions to the hook.
1537         (debug-ignored-errors): Transfer message from bindings.el.
1539 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1541         * recentf.el (recentf-keep-non-readable-files-p): Remove
1542         double/nested definition.
1544 2000-03-12  Dave Love  <fx@gnu.org>
1546         * facemenu.el (facemenu-get-face): Use display-color-p.
1547         * enriched.el (enriched-decode-foreground): Likewise.
1548         (enriched-decode-background): Likewise.
1549         * isearch.el (isearch-highlight): Likewise.
1550         * info-look.el (info-lookup): Likewise.
1551         * simple.el (completion-setup-function): Likewise.
1553         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1554         :options.
1556         * bindings.el (mode-line-format): Fix line-number and
1557         column-number items.  Add help-echo for the background.
1558         (mode-line-mule-info): Modify help-echo.
1560         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1561         defcustom.
1563         * files.el (load-file): Allow completion to .elc.
1565         * man.el: Doc fixes.
1566         (Man-init-defvars): Use display-color-p to set fontification.
1568         * play/hanoi.el (hanoi-internal): Don't use oddp.
1570 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1572         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1574         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1576 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1578         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1579         Fix comment.
1581 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
1583         * font-lock.el (font-lock-keywords): Fix the doc now that
1584         regexp-opt-depth is unnecessary.
1585         (save-buffer-state): Set an edebug spec.
1586         (font-lock-fontify-anchored-keywords): Properly handle the case when
1587         the matcher goes past the limit.
1589         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1590         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1592         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
1593         dll.el and cookie.el (from Elib) with heavy renaming and other
1594         massaging.
1596         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1597         Autoload the functions used.
1598         (easy-mmode-define-syntax): Fix CL typo.
1599         (easy-mmode-define-derived-mode): Improve the docstring generation.
1601 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
1603         * textmodes/texinfo.el (texinfo-version): Variable and function
1604         removed.
1606 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1608         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1609         allow more flexibility.
1610         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1611         fns.
1612         (easy-mmode-defmap, easy-mmode-defsyntax)
1613         (easy-mmode-define-derived-mode): New macros.
1615 2000-03-09  Didier Verna  <didier@xemacs.org>
1617         * rect.el (replace-rectangle): New function.
1619 2000-03-09  Dave Love  <fx@gnu.org>
1621         * progmodes/fortran.el (fortran-comment-line-start): Define as
1622         "C".
1623         (fortran-comment-line-start-skip): Don't match cpp stuff.
1624         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
1625         (fortran-mode-map): Remove over-eager custom-menu-create for now.
1626         (fortran-mode): Don't set fortran-comment-line-start-skip,
1627         fortran-comment-line-start here.  Set comment-start,
1628         add-log-current-defun.
1629         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1630         (fortran-current-defun): New function.
1632 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
1634         * emacs-lisp/re-builder.el: New file.
1636         * mouse.el (mouse-drag-region): Don't run up-event handler
1637         if hscroll has changed.
1639         * octave-mod.el (octave-font-lock-keywords): To font-lock the
1640         builtin operators, use `font-lock-builtin-face' for Emacs and
1641         `font-lock-preprocessor-face' otherwise.
1643         * font-lock.el (lisp-font-lock-keywords-1): Highlight
1644         `(defun (setf foo)' differently.
1646 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
1648         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1649         (regexp-opt): Update comment and adapt the code the new meaning of
1650         the `paren' argument of regex-opt-group for shy-groups.
1651         (regexp-opt-depth): Handle shy groups as well as backslashed
1652         backslashes.
1653         (regexp-opt-group): Turn the leading comment into a docstring.
1654         Allow `paren' to be a string (the string to use to open a group).
1655         Remove open-presuf and close-presuf.  Instead of checking for `all
1656         one-char' and then later on check for `several one-char', handle
1657         both cases close together.  Also apply a more generic algorithm
1658         for suffixes (the mirror image of the algorithm used for
1659         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
1660         (regexp-opt-try-suffix): Removed.
1662         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1663         from comint-mode-map, so we can just inherit from it.  Also, move
1664         the initialization into the `defvar' since there's no docstring
1665         anyway and it's fairly short.
1666         (inferior-scheme-mode): Define it as derived-mode: the code is
1667         shorter and this way we inherit from comint-mode-map rather than
1668         copying it.
1670         * subr.el (replace-regexps-in-string): Properly handle the case
1671         where we match an empty string.
1673         * comint.el (comint-exec-1): Add the current-dir to the exec-path
1674         when the command has a directory component (such as "./testml").
1675         Also fix a typo in the comment.
1677 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
1679         * Makefile (compile-files): Compile files one by one because
1680         that's the only way to ensure a clean compilation environment for
1681         each individual file.
1683         * frame.el (other-frame): Call x-focus-frame.
1685 2000-03-07  Dave Love  <fx@gnu.org>
1687         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1688         :require to defcustom.
1690         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1691         lists.
1693         * files.el (auto-mode-alist): Add configure.in.
1695         * progmodes/autoconf.el: New file.
1697 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
1699         * mail/mh-e.el: Change maintainer to `none'.
1701         * recentf.el (recentf-keep-non-readable-files-p): Quote args
1702         to remove-hook and add-hook.
1704 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1706         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1707         it as the default.
1708         (mail-send): Test mail-send-nonascii also for the new `mime' value.
1709         (sendmail-send-it): Conditionally add MIME headers specifying the
1710         used character set.
1712 2000-03-07  Dave Love  <fx@gnu.org>
1714         * winner.el: Fix keywords, autoload cookies.  Split
1715         eval-when-compile form to avoid compilation failure.
1717 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
1719         * international/mule.el: Modify comment about coding system
1720         property `coding-category'.
1721         (make-coding-system): New argument EOL-TYPE.  Pay attention to
1722         coding-category property of PROPERTIES.
1724         * international/mule-conf.el (coding-category-utf-8,
1725         coding-category-utf-16-be, coding-category-utf-16-le): New coding
1726         categories.  Include them in the argument for set-coding-priority.
1728         * international/mule-cmds.el (reset-language-environment): Include
1729         coding-category-utf-8, coding-category-utf-16-be, and
1730         coding-category-utf-16-le in the argument for set-coding-priority.
1731         (reset-language-environment): Initialize coding-category-utf-8,
1732         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1734 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
1736         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1737         code abstracted out of `bookmark-jump-noselect'.  Now tries info
1738         extensions as well as compression extensions.
1739         (bookmark-jump-noselect): Use above new func.
1741 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
1743         * strokes.el: Change maintainer's mail address.
1745 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
1747         * international/mule-diag.el (list-character-sets): Make help-echo
1748         string by substitute-command-keys.
1749         (list-character-sets): Likewise.
1750         (sort-listed-character-sets): Call help-setup-xref.
1752 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1754         * time.el (display-time-mail-file): Add `none' to the list of
1755         choices.
1757 2000-03-01  Dave Love  <fx@gnu.org>
1759         * help.el (help-xref-go-back): Don't try to set position.
1761         * international/mule-diag.el (list-character-sets): Call
1762         help-setup-xref.  Add help-echo to xrefs.
1763         (list-character-sets-1): Add help-echo to xrefs.
1765 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1767         * frame.el (blink-cursor-mode): Switch cursor on when turning
1768         the mode off.
1770         * add-log.el (add-log-current-defun): Add support for
1771         Autoconf mode.
1773         * mail/rmail.el (rmail-quit-hook): New variable.
1775 2000-03-01  Dave Love  <fx@gnu.org>
1777         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1779         * help.el (help-xref-button): Add help-echo arg.
1780         (describe-function-1, describe-variable, help-make-xrefs): Use it.
1782         * faces.el (list-faces-display): Supply help-echo with
1783         help-make-xrefs.
1785         * facemenu.el (list-text-properties-at): Set help-xref-stack to
1786         nil.
1788 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
1790         * image.el (defimage): Look for image files in load-path.
1792         * frame.el (busy-cursor-delay-seconds): Change type to
1793         `number'.
1795 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1797         * recentf.el (recentf): Added version tag to the defgroup of
1798         recentf.
1800 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1802         * recentf.el (recentf-cleanup): Changed to remove excluded file
1803         too.
1804         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1805         action to select/unselect a file.
1806         (recentf-edit-list): Code cleanup and improvement.
1807         (recentf-open-more-files-action): `recentf-open-more-files' button
1808         widget action to open a file.
1809         (recentf-open-more-files): No more use standard completion but
1810         widgets.
1811         (recentf-more-collection): Deleted.
1812         (recentf-more-history): Deleted.
1813         (recentf-setup-more-completion): Deleted.
1815 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1817         * recentf.el (recentf-mode): No more needs that Emacs is running
1818         under a window-system.
1820 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1822         * recentf.el (recentf-edit-list): New command to edit the recent
1823         list which allow the user to remove files.
1824         (recentf-edit-selected-items): New global variable, used by
1825         `recentf-edit-list' to hold the list of files to be removed from
1826         the recent list.
1827         (recentf-make-menu-items): Updated to display a "Edit list..."
1828         menu item.  Minor code cleanup.
1830 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1832         * recentf.el (recentf-open-more-files): New command to open files
1833         that are not displayed in the menu.
1834         (recentf-more-collection): New global variable holding the set of
1835         permissible completions used by `recentf-open-more-files'.
1836         (recentf-more-history): New global variable holding the history list
1837         used by `recentf-open-more-files' completion.
1838         (recentf-setup-more-completion): New function to setup completion for
1839         `recentf-open-more-files'.
1840         (recentf-make-menu-items): Updated to display a "More..." menu item.
1842 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1844         * recentf.el (recentf-menu-action): Doc fixed.
1846 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1848         * recentf.el (recentf-menu-filter): Doc updated.
1849         (recentf-update-menu-hook): Allow menu filters to force menu update.
1850         (recentf-make-menu-items): New menu filter handling.
1851         (recentf-make-menu-item): New helper function.
1852         (recentf-menu-elements): New menu handling function.
1853         (recentf-sort-ascending): Updated to new menu filter handling.
1854         (recentf-sort-descending): Updated to new menu filter handling.
1855         (recentf-sort-basenames-ascending): New menu filter function.
1856         (recentf-sort-basenames-descending): New menu filter function.
1857         (recentf-show-basenames): New menu filter function.
1858         (recentf-show-basenames-ascending): New menu filter function.
1859         (recentf-show-basenames-descending): New menu filter function.
1861 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1863         * diary-lib.el (list-diary-entries): Don't try to go forward at
1864         the end of the buffer.
1866 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
1868         * international/mule-diag.el (list-character-sets): Completely
1869         rewritten.
1870         (sort-listed-character-sets): New function.
1871         (list-character-sets-1): Completely rewritten.
1872         (list-character-sets-2): New function.
1873         (non-iso-charset-alist): New variable.
1874         (decode-codepage-char): New function.
1875         (charset-history): New variable.
1876         (read-charset) (list-block-of-chars)
1877         (list-iso-charset-chars)
1878         (list-non-iso-charset-chars)
1879         (list-charset-chars): New functions.
1880         (mule-diag): Call list-character-sets-2, not
1881         list-character-sets-2.
1882         (dump-charsets): Likewise.
1884 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
1886         * dired-x.el (dired-filename-at-point): Add `@' to valid
1887         file name characters.
1888         (dired-filename-at-point): Handle ange-ftp file names.
1890         * frame.el (frame-notice-user-settings): Use assq-delete-all
1891         instead of assoc-delete-all.
1892         (frame-notice-user-settings): Ditto.
1894         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1895         Don't copy alist.
1897 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
1899         * calculator.el (calculator-use-menu): New option.
1900         (calculator-initial-bindings): Changed some bindings to work as
1901         macros.
1902         (calculator-forced-input): Removed.
1903         (calculator-restart-other-mode): New variable.
1904         (calculator-mode-map): Set up menu.
1906 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
1908         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1909         tags.
1911 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
1913         * viper-cmd.el (viper-envelop-ESC-key): added the option to
1914         translate all ESC key sequences.
1915         (viper-goto-mark-subr): restore markers for files for which
1916         they were saved.
1917         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1918         * viper-util.el (viper-set-replace-overlay-glyphs,
1919         viper-set-replace-overlay): always check if the replacement
1920         overlay is live.
1921         * viper.el (viper-vi-state-mode-list): added major modes.
1922         * ediff-wind.el: minor comment changes.
1923         * ediff.el: copyright notice date fix.
1925 2000-02-27  Jason Rumney  <jasonr@gnu.org>
1927         * faces.el (face-font-family-alternatives): Add arial to helv.
1928         (mode-line, header-line, tool-bar): Same default as x for w32.
1929         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1930         face-font-family-alternatives from working.
1931         * term/w32-win.el (mouse-set-font): Do not build fontset from
1932         chosen font.
1934 2000-02-25  Sam Steingold  <sds@goems.com>
1936         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1937         properly.
1939 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1941         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1943 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
1945         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1946         writable.
1948         * frame.el (busy-cursor-delay-seconds): New option.
1950 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
1952         * frame.el (show-cursor-in-non-selected-windows): New option.
1954 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1956         * diary-lib.el (include-other-diary-files): Undo the selective
1957         display in any included file and don't kill it.
1959 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
1961         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1962         bar.  Menu items converted to (menu-item format, help strings
1963         added.
1964         [downcase, upcase]: Don't enable on MS-DOS.
1965         [symlink, symlinks]: Don't show if make-symbolic-link is not
1966         bound.
1967         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1969 2000-02-23  Dave Love  <fx@gnu.org>
1971         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1972         (backward-kill-word): Revert addition of * to interactive spec --
1973         it's a feature.
1975         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1976         (backward-kill-sentence, kill-sentence): Likewise.
1978         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1979         scratch buffer name.
1980         (gud-format-command): Use int-to-string in ?l case.  Simplify
1981         slightly.
1983         * term/w32-win.el (internal-face-interactive): Update prompt for
1984         new read-face-name.
1986         * mail/footnote.el (footnote): Add :version to defgroup.
1987         (footnote-section-tag-regexp): Customize.
1988         (footnote-start-tag, footnote-end-tag): New option.
1989         (footnote-latin-regexp): New variable.
1990         (Footnote-latin): New function.
1991         (footnote-style-alist): Add element for latin style.
1992         (footnote-style): Moved.
1993         (Footnote-goto-footnote): Use eq to test arg.
1995         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1997         * emacs-lisp/byte-opt.el: Change old backquote syntax.
1998         (byte-compile-trueconstp): Include keywords.
1999         (byte-optimize-quote, byte-optimize-lapcode): Use
2000         byte-compile-const-symbol-p.
2001         (byte-optimize-char-before): New optimization.
2003         * emacs-lisp/bytecomp.el: Change old backquote syntax.
2004         (byte-compile-const-symbol-p): New function.
2005         (byte-compile-constp, byte-compile-out-toplevel)
2006         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2007         Use it.
2009         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2011 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2013         * international/encoded-kb.el: Be sure to update minor-mode-alist
2014         and minor-mode-map-alist.
2015         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2016         codes SS2 and SS3 correctly.
2017         (encoded-kbd-self-insert-ccl): New function.
2018         (encoded-kbd-setup-keymap): New function.
2019         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2020         by calling encoded-kbd-setup-keymap.
2022         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2023         characters.
2024         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2025         locally.
2027 2000-02-22  Dave Love  <fx@gnu.org>
2029         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2030         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2031         defvar.
2032         (lisp-mode-syntax-table): Set up for #|...|# comments.
2033         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
2034         classes.  Match `defface'.
2035         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2036         (eval-defun-1): Fix for defcustom.
2037         (lisp-indent-region): Doc fix.
2039         * subr.el (when, unless, split-string): Doc fix.
2040         (read-passwd): Move call of clear-this-command-keys to the right
2041         place.
2042         (replace-regexps-in-string): New function.
2044 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
2046         * help.el (describe-variable): Set syntax table to
2047         emacs-lisp-mode-syntax-table when moving forward over the
2048         symbol's name.
2050 2000-02-22  Dave Love  <fx@gnu.org>
2052         * xt-mouse.el: Doc fixes.
2053         (xterm-mouse-position-function): New function, replacing advice of
2054         mouse-position.
2055         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
2057         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2059 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
2061         * format.el (format-annotate-single-property-change): Handle
2062         properties.with dotted-list values.
2063         (format-proper-list-p): New function.
2065         * enriched.el (enriched-face-ans): Handle '(foreground-color
2066         . COLOR) and (background-color . COLOR).
2068 2000-02-20  Dave Love  <fx@gnu.org>
2070         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2071         and assignments to it.
2072         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2073         current local map.
2074         (make-flyspell-overlay): Use it.
2075         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2077         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2078         (lm-get-header-re): Defun, not defsubst.
2079         (lm-get-package-name): Defun, not defsubst.  Simplify.
2080         (lm-version): Doc fix.  Simplify.
2081         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2082         (lm-crack-address, lm-last-modified-date, lm-commentary)
2083         (lm-verify, lm-synopsis): Simplify.
2084         (lm-report-bug): Require emacsbug.  Use compose-mail.
2086 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
2088         * dired.el (dired-mode): Call propertized-buffer-identification
2089         to set mode-line-buffer-identification to something having
2090         the right text properties.
2092         * bindings.el (propertized-buffer-identification): New function.
2094 2000-02-20  Dave Love  <fx@gnu.org>
2096         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2097         check for t-mouse too.
2099         * cus-start.el: Make echo-keystrokes `number'.
2101 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2103         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2104         Don't call ring-empty-p unless tags-location-ring is bound.
2105         From Noah Friedman <friedman@splode.com>.
2107 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
2109         * progmodes/hideshow.el (hs-flag-region): No longer use
2110         `intangible' overlay property.
2112         (hs-toggle-hiding): New command.
2113         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2115         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2116         Fix omission bug: Run `hs-minor-mode-hook' for both activation
2117         and deactivation.
2119 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
2121         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2123 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2125         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2127         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2128         of `*' to handle `(* ... *)' comments.
2130 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
2132         * faces.el (list-faces-display): Use display-mouse-p instead of
2133         window-system.
2135         * menu-bar.el (global-map): Menu-bar items converted to the new
2136         format (menu-item..., rearranged for better CUA compliance, and
2137         their names changed for better clarity.  Help strings added.
2139         * international/mule-cmds.el (mule-menu-keymap)
2140         (describe-language-environment-map, set-coding-system-map)
2141         (setup-language-environment-map): Convert to new (menu-item...
2142         form, add help strings.  Change names of menu items for better
2143         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
2144         submenu).
2146 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2148         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2149         within the code.
2151 2000-02-16  Dave Love  <fx@gnu.org>
2153         * faces.el: Don't require custom.  Add more specific :groups to
2154         various deffaces.
2155         (set-face-attribute): Purecopy args.
2156         (read-face-name): Default to name at point and use it in prompt.
2157         Remove colon from arg in all callers.
2158         (list-faces-display): Hyperlink to face descriptions and customize
2159         buffers.
2161 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2163         * wid-edit.el (widget-match-inline): An atom never matches a
2164         list.
2166 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2168         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2169         at ':' characters by call to split-string.
2171 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2173         * textmodes/bibtex.el: Added RCS version identification.
2175 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2177         * textmodes/bibtex.el: Some temporary comments removed.
2178         (bibtex-field-name, bibtex-entry-type): Made the relationship
2179         explicit.
2180         (bibtex-field-const): Allow capital letters.
2181         (bibtex-start-of-string): Deleted because unused.
2183         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2184         use the term 'reference' to describe a bibtex entry as a whole.
2185         Further, reference keys are no longer called 'labels'.
2186         (bibtex-keys): Renamed to bibtex-reference-keys.
2187         (bibtex-reformat-previous-labels): Renamed to
2188         bibtex-reformat-previous-reference-keys.
2189         (bibtex-reference-type): Renamed to bibtex-entry-type.
2190         (bibtex-reference-head): Renamed to bibtex-entry-head.
2191         (bibtex-reference-maybe-empty-head): Renamed to
2192         bibtex-entry-maybe-empty-head.
2193         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2194         (bibtex-search-reference): Renamed to bibtex-search-entry.
2195         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2196         bibtex-enclosing-entry-maybe-empty-head.
2197         (bibtex-entry-field-alist, bibtex-entry-head,
2198         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2199         bibtex-map-entries, bibtex-search-entry,
2200         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2201         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2202         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2203         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2204         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2205         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2206         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2208 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2210         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2211         comment.
2212         (bibtex-format-field-delimiters): New function, functionality
2213         extracted from bibtex-format-entry.
2214         (bibtex-autokey-get-yearfield-digits): New function, functionality
2215         extracted from bibtex-autokey-get-yearfield.
2217         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2218         entries in order to avoid stack overflow in the regexp matcher if
2219         field contents become large.
2220         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2221         bibtex-field-string-part-not-braced,
2222         bibtex-field-string-part-no-inner-braces,
2223         bibtex-field-string-part-1-inner-brace,
2224         bibtex-field-string-part-2-inner-braces,
2225         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2226         bibtex-field-string-quoted, bibtex-field-string,
2227         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2228         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2229         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2230         as parsing is now performed by the following functions.
2231         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2232         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2233         bibtex-parse-field-string, bibtex-search-forward-field-string,
2234         bibtex-parse-association, bibtex-field-name-for-parsing,
2235         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2236         bibtex-search-forward-field, bibtex-search-backward-field,
2237         bibtex-start-of-field, bibtex-end-of-field,
2238         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2239         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2240         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2241         bibtex-parse-string, bibtex-search-forward-string,
2242         bibtex-search-backward-string, bibtex-start-of-string,
2243         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2244         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2245         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2246         entries.  Instead of reporting the results of the parsing by
2247         match-beginning or match-end, these functions return data structures
2248         that hold the corresponding positions.
2249         (bibtex-enclosing-field): Changed to also report field boundaries by
2250         return values rather than by match-beginning or match-end.  The
2251         following functions have been adapted to use the new parsing
2252         functions.
2253         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2254         bibtex-enclosing-field, bibtex-format-entry,
2255         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2256         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2257         bibtex-print-help-message, bibtex-end-of-entry,
2258         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2259         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2260         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2261         method for parsing.
2262         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2263         bibtex-map-entries, bibtex-flash-head,
2264         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2265         bibtex-autokey-change, bibtex-autokey-get-namefield,
2266         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2267         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2268         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2269         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2270         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2271         order to make the new binding of case-fold-search immediately
2272         visible.
2274 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2276         * textmodes/bibtex.el: Copyright notice is up to date.
2277         Added constant 'bibtex-maintainer-salutation.
2279         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2280         than make-temp-name, use match-string-no-properties and eliminate
2281         a quadratic behavior when building bibtex-strings.
2283         * bibtex.el (bibtex-reference-key): Accept string entries whose
2284         reference key contains upper case letters.
2286 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2288         * bibtex.el (bibtex-reference-head): Allow entries to start with
2289         a new line.
2291 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2293         * bibtex.el: Hiding of entry bodies is not longer provided by
2294         bibtex.el directly.  Instead the hideshow package can be used.
2295         Added a special bibtex entry to hs-special-modes-alist.
2296         (bibtex-hs-forward-sexp): Added for hideshow.el.
2298 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2300         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2301         at ':' characters by call to split-string.
2303 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2305         * textmodes/bibtex.el: Added RCS version identification.
2307 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2309         * textmodes/bibtex.el: Some temporary comments removed.
2310         (bibtex-field-name, bibtex-entry-type): Made the relationship
2311         explicit.
2312         (bibtex-field-const): Allow capital letters.
2313         (bibtex-start-of-string): Deleted because unused.
2315         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2316         use the term 'reference' to describe a bibtex entry as a whole.
2317         Further, reference keys are no longer called 'labels'.
2318         (bibtex-keys): Renamed to bibtex-reference-keys.
2319         (bibtex-reformat-previous-labels): Renamed to
2320         bibtex-reformat-previous-reference-keys.
2321         (bibtex-reference-type): Renamed to bibtex-entry-type.
2322         (bibtex-reference-head): Renamed to bibtex-entry-head.
2323         (bibtex-reference-maybe-empty-head): Renamed to
2324         bibtex-entry-maybe-empty-head.
2325         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2326         (bibtex-search-reference): Renamed to bibtex-search-entry.
2327         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2328         bibtex-enclosing-entry-maybe-empty-head.
2329         (bibtex-entry-field-alist, bibtex-entry-head,
2330         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2331         bibtex-map-entries, bibtex-search-entry,
2332         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2333         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2334         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2335         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2336         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2337         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2338         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2340 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2342         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2343         comment.
2344         (bibtex-format-field-delimiters): New function, functionality
2345         extracted from bibtex-format-entry.
2346         (bibtex-autokey-get-yearfield-digits): New function, functionality
2347         extracted from bibtex-autokey-get-yearfield.
2349         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2350         entries in order to avoid stack overflow in the regexp matcher if
2351         field contents become large.
2352         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2353         bibtex-field-string-part-not-braced,
2354         bibtex-field-string-part-no-inner-braces,
2355         bibtex-field-string-part-1-inner-brace,
2356         bibtex-field-string-part-2-inner-braces,
2357         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2358         bibtex-field-string-quoted, bibtex-field-string,
2359         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2360         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2361         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2362         as parsing is now performed by the following functions.
2363         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2364         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2365         bibtex-parse-field-string, bibtex-search-forward-field-string,
2366         bibtex-parse-association, bibtex-field-name-for-parsing,
2367         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2368         bibtex-search-forward-field, bibtex-search-backward-field,
2369         bibtex-start-of-field, bibtex-end-of-field,
2370         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2371         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2372         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2373         bibtex-parse-string, bibtex-search-forward-string,
2374         bibtex-search-backward-string, bibtex-start-of-string,
2375         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2376         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2377         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2378         entries.  Instead of reporting the results of the parsing by
2379         match-beginning or match-end, these functions return data structures
2380         that hold the corresponding positions.
2381         (bibtex-enclosing-field): Changed to also report field boundaries by
2382         return values rather than by match-beginning or match-end.  The
2383         following functions have been adapted to use the new parsing
2384         functions.
2385         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2386         bibtex-enclosing-field, bibtex-format-entry,
2387         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2388         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2389         bibtex-print-help-message, bibtex-end-of-entry,
2390         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2391         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2392         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2393         method for parsing.
2394         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2395         bibtex-map-entries, bibtex-flash-head,
2396         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2397         bibtex-autokey-change, bibtex-autokey-get-namefield,
2398         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2399         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2400         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2401         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2402         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2403         order to make the new binding of case-fold-search immediately
2404         visible.
2406 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2408         * textmodes/bibtex.el: Copyright notice is up to date.
2409         Added constant 'bibtex-maintainer-salutation.
2411         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2412         than make-temp-name, use match-string-no-properties and eliminate
2413         a quadratic behavior when building bibtex-strings.
2415         * bibtex.el (bibtex-reference-key): Accept string entries whose
2416         reference key contains upper case letters.
2418 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2420         * bibtex.el (bibtex-reference-head): Allow entries to start with
2421         a new line.
2423 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2425         * bibtex.el: Hiding of entry bodies is not longer provided by
2426         bibtex.el directly.  Instead the hideshow package can be used.
2427         Added a special bibtex entry to hs-special-modes-alist.
2428         (bibtex-hs-forward-sexp): Added for hideshow.el.
2430 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2432         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2433         proceedings entry type (for cross referencing). Thanks to Wagner
2434         Toledo Correa for the suggestion.
2436         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2438 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2440         * international/characters.el: Setup case table for Vietnamese.
2442 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2444         * uniquify.el (toplevel): Require CL at compile time.
2445         (uniquify-push): Removed.
2447         * shadowfile.el (shadow-when): Removed.
2449         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2450         (tempo-process-and-insert-string): Use dolist instead of
2451         tempo-dolist.
2453         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2454         regexp for paragraph-start.
2456         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2457         commas as well.
2459 2000-02-10  Dave Love  <fx@gnu.org>
2461         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2462         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2463         Deleted.
2464         (widget-specify-field, widget-specify-button): Don't use
2465         widget-mouse-help as help-echo property.
2466         (default): Use #'ignore for :validate and :mouse-down-action.
2467         (checkbox): Add help-echo.
2468         (widget-sexp-validate): Rewritten to clarify error messages.
2469         (character): Use char-valid-p in :match function.
2470         (widget-color-complete): Use facemenu-color-alist.
2471         (widget-color-action): Use facemenu-read-color.
2473         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
2474         set up `caar' &c that we now have.
2476 2000-02-09  Ray Blaak  <blaak@gnu.org>
2478         * delphi.el: Make resourcestring a declaration region, like const
2479         and var.
2481 2000-02-09  Dave Love  <fx@gnu.org>
2483         * bindings.el (mode-line-input-method-map): New variable.
2484         (mode-line-mule-info): Use it; fix last change.
2485         (mode-line-mode-menu): Move definition.
2486         (mode-line-mouse-sensitive-p): Deleted.
2487         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2488         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
2489         level.
2491         * startup.el (command-line-1): Don't call
2492         make-mode-line-mouse-sensitive.
2494 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2496         * mail/rmail.el (rmail-retry-failure): Use
2497         rmail-beginning-of-message before rmail-toggle-header, because the
2498         former toggles headers.
2500 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
2502         * diff-mode.el (diff-kill-junk): New interactive function.
2503         (diff-reverse-direction): Use delete-and-extract-region.
2504         (diff-post-command-hook): Restrict the area so that the hook also works
2505         outside of any diff hunk.  This is necessary for the minor-mode.
2506         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2507         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2509         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2510         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2511         so that it can be used more easily in <foo>-mode-hook.  Also make sure
2512         to avoid duplicate entries.
2513         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2514         (font-lock-remove-keywords): Just as was done for `add', allow it to
2515         work even if font-lock-mode is nil.  Also make sure we don't modify
2516         any pre-existing list by forcing a copy-sequence.  Finally rename
2517         `major-mode' to `mode'.
2518         (font-lock-fontify-syntactic-anchored-keywords)
2519         (font-lock-fontify-anchored-keywords)
2520         (font-lock-fontify-keywords-region): Use line-end-position.
2521         Don't make `font-lock-multiline' local (it's now done in
2522         font-lock-set-defaults).
2523         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
2524         move the `font-lock-fontified' creation to inside the `unless'.
2526 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2528         * term/w32-win.el (x-handle-args): Comment out call to message,
2529         which occurs before window system is initialized.
2531         * makefile.nt: Add support for recompiling lisp code.
2533 2000-02-04  Dave Love  <fx@gnu.org>
2535         * bindings.el (mode-line-mule-info): Fix/extend last change.
2537         * completion.el: Replace completion-dolist with dolist.
2539         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2540         dotimes.
2542 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2544         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2545         environment names before they go into the section regexp.
2547         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2548         char class in regexp.
2550         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2551         `case-fold-search' to nil.
2553         * progmodes/idlwave.el (idlwave-template): Respect
2554         `idlwave-abbrev-change-case'.
2555         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2556         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2557         idlwave-while): respect `idlwave-reserved-word-upcase'.
2558         (idlwave-rw-case): New function.
2559         (idlwave-statement-match): Fixed problem with assignment regexp.
2560         (idlwave-font-lock-keywords): Improved regexp for keyword
2561         parameters.
2562         (idlwave-surround): New argument LENGTH to support padding of
2563         operators longer than 1 char.
2565         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2566         idlwave-shell-expression-overlay.  Implemented printing of
2567         expressions on higher levels of the calling stack.
2568         (idlwave-shell-display-level-in-calling-stack): Restore stack
2569         level.
2570         (idlwave-retrieve-expression-from-level): New function.
2571         (idlwave-shell-last-calling-stack): Variable removed.
2572         (idlwave-shell-reset): Argument action reversed (`visible' to
2573         `hidden').  Also remove stop-line overlay.
2574         (idlwave-shell-calling-stack-routine): New variable.
2575         (idlwave-shell-parse-stack-and-display): Messages now display
2576         negative level numbers.
2577         (idlwave-shell-mode): Set `modeline-format'.
2578         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2579         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2580         21.
2581         (idlwave-shell-print-expression-function): New option.
2583         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2584         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2585         `tool-bar' instead of `toolbar'.
2587 2000-02-02  Dave Love  <fx@gnu.org>
2589         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2590         emacs-lisp-mode-hook.  Don't check for defalias being defined.
2592         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2593         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
2594         the new builtins directly.
2596         * whitespace.el (whitespace): Add :version to defgroup.
2598         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2599         Doc fix.
2601         * thingatpt.el (sexp-at-point, symbol-at-point)
2602         (number-at-point, list-at-point): Add autoload cookie.
2604         * recentf.el (recentf): Add :version to defgroup.
2606         * quickurl.el (quickurl): Add :version to defgroup.
2608         * elide-head.el (elide-head): Use point-marker more.
2610         * bs.el (bs): Add :version to defgroup.
2612         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2614         * progmodes/delphi.el (delphi): Add :version to defgroup.
2616 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
2618         * ange-ftp.el (ange-ftp-write-region): Handle case that
2619         succeeding process operation sets a different coding system.
2621         * calculator.el: New file.
2623 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2625         * frame.el (frames-on-display-list, framep-on-display): New
2626         functions.
2627         (display-mouse-p, display-popup-menus-p, display-graphic-p)
2628         (display-selections-p, display-screens, display-pixel-width)
2629         (display-pixel-height, display-mm-width, display-mm-height)
2630         (display-backing-store, display-save-under, display-planes)
2631         (display-color-cells, display-visual-class): New functions.
2633         * term/tty-colors.el (tty-color-gray-shades): New function.
2635         * faces.el (display-color-p): Use framep-on-display.
2636         (display-grayscale-p): New function.
2638 2000-01-31  Dave Love  <fx@gnu.org>
2640         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2641         (create-fontset-from-x-resource): Don't concat integers.
2643 2000-01-31  Inge Frick  <inge@nada.kth.se>
2645         * view.el: Some changes in documentation.  Removed some trailing
2646         whitespace. Changed some parameter names to agree with
2647         documentation.
2648         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2649         window is not deleted.  Modifies change 1998-04-26.
2651 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
2653         * windmove.el: New file.
2655         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2656         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2657         progmodes/ebnf-yac.el: Update copyright and license info.
2659         * jit-lock.el (jit-lock-function): Widen before calculating end
2660         position.
2661         (jit-lock-stealth-chunk-start): Rewritten.
2663         * info.el (Info-title-face-alist): Removed.
2664         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2665         faces.
2666         (Info-fontify-node): Use these faces.
2668 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
2670         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2671         (cl-macro-list1): Recognize `&allow-other-keys' instead of
2672         `&allow-other-keywords'.
2674         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2675         the list of directories scanned heuristically.
2677         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2678         exist.
2680 2000-01-30  Jason Rumney  <jasonr@gnu.org>
2682         * w32-fns.el: Define w32-tty-standard-colors.
2684         * startup.el (command-line): Use w32-tty-standard-colors when in
2685         w32 console mode.
2687 2000-01-30  Dave Love  <fx@gnu.org>
2689         * jka-compr.el (jka-compr-load): Fix up load-history.
2691         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2693         * emacs-lisp/cl-macs.el: Revert previous change.
2695 2000-01-29  Dave Love  <fx@gnu.org>
2697         * facemenu.el: Purecopy various strings.
2699         * timezone.el (timezone-fix-time): Window against 69 for two-digit
2700         years.  Deal with three-digit years.
2702         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2703         defconst, purecopy.
2704         (help-back-label): Purecopy it.
2706 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2708         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2709         variable. If non-nil, order the buffer list according to the
2710         currently selected frame.
2711         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2712         non-nil, pass the selected frame to function buffer-list.
2714 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2716         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2718 2000-01-28  Dave Love  <fx@gnu.org>
2720         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2722         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2723         Don't use lisp-indent-hook property.
2724         (cl-abs): Remove.
2726         * subr.el: Move out indent and edebug specs for when and unless.
2728         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2729         when, unless.
2731         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2732         unless, when.
2734 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
2736         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2737         `collecting' as synonym for `collect'.
2739         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2740         for the case it contains spaces.
2742         * simple.el (what-cursor-position): Change formatting of
2743         messages.
2745         * frame.el (delete-other-frames): New function.
2746         (toplevel): Bind it to C-x 5 1.
2748         * sort.el (sort-numeric-base): New option.
2749         (sort-numeric-fields): If number starts with `0' or `0[xX[',
2750         interpret it as octal or hexadecimal.  Use sort-numeric-base
2751         as default base.
2753         * progmodes/glasses.el: New file.
2755 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
2757         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2758         userids differently.
2760         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2761         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2762         progmodes/ebnf-yac.el: New files.
2764 2000-01-26  Dave Love  <fx@gnu.org>
2766         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2767         on a function with an empty body.  [From Eric Ludlam.]
2769 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
2771         * vc.el (vc-version-diff): Make sure file name is expanded.
2773 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
2775         * scroll-bar.el (scroll-bar-timer): Variable removed.
2776         (scroll-bar-toolkit-scroll): Don't use a timer.
2778 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
2780         * language/thai-util.el (thai-composition-function): Delete
2781         superfluous `a'.
2783 2000-01-24  Dave Love  <fx@gnu.org>
2785         * fortran.el (fortran-mode): Use beginning-of-defun-function,
2786         end-of-defun-function.
2788         * font-lock.el (turn-on-font-lock): Don't depend on window-system
2789         &c.
2791 2000-01-22  Jason Rumney  <jasonr@gnu.org>
2793         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2794         conflicts with new face support.
2796 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2798         * replace.el (query-replace): Rename last arg to DELIMITED.
2799         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2800         (query-replace-regexp): Likewise.
2802 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2804         * subr.el (with-syntax-table): Use make-symbol, not gensym.
2806         * emacs-lisp/lisp.el (beginning-of-defun-function):
2807         Variable renamed from beginning-of-defun.
2808         Do not call make-variable-buffer-local.
2809         (beginning-of-defun-raw): Use new variable name; doc fix.
2810         (beginning-of-defun): Doc fix.
2811         (end-of-defun-function): Variable renamed from end-of-defun.
2812         Do not call make-variable-buffer-local.
2813         (end-of-defun): Use new variable name; doc fix.
2815         * subr.el (dolist, dotimes): Copied from cl-macs.el
2816         and made to work.
2818         * mail/undigest.el (rmail-digest-end-regexps):
2819         Variable replaces rmail-digest-end-regexp.
2820         Allows multiple regexps for detecting the end line.
2821         (undigestify-rmail-message): Corresponding changes.
2823 2000-01-19  Dave Love  <fx@gnu.org>
2825         * files.el (user-init-file): Don't declare here -- is primitive.
2827         * startup.el (command-line): Check for compiled user-init-file and
2828         set to uncompiled version if necessary.
2830 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2832         * mail/undigest.el (rmail-digest-end-regexp): New user option.
2833         (undigestify-rmail-message): Use it.
2835         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2837 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
2839         * tmm.el (tmm-goto-completions): Adapt to prompt being part
2840         of mini-buffer.
2842 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
2844         * emacs-lisp/copyright.el (copyright-update): Removed the
2845         requirement for a trailing space from `copyright-regexp', to
2846         support copyrights with owner specified on a separate line..
2848         * align.el: New file.
2850         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2852         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2854 2000-01-13  Dave Love  <fx@gnu.org>
2856         * ph.el: Removed.  (Obsoleted by EUDC.)
2858 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2860         * net/eudc.el (toplevel): Remove autoloaded code installing
2861         menu with easymenu, because that causes build problems.
2863         * frame.el (frame-notice-user-settings): New variable.
2864         (frame-notice-user-settings): Don't modify frame parameters
2865         if called a second time.
2867 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2869         * frame.el (frame-notice-user-settings):
2870         Notice default-frame-parameters even for non-window frames.
2872 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2874         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2875         for Emacs.
2876         (eudc-bob-can-display-inline-images): Extend for Emacs.
2877         (eudc-bob-toggle-inline-display): Ditto.
2878         (eudc-bob-display-jpeg): Ditto.
2880 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
2882         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2883         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2884         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2886         * add-log.el (add-change-log-entry): Fix error trying an `(insert
2887         nil)'.
2889         * subdirs.el: Add `net' directory.
2891         * net: New directory.
2893         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2894         eval-last-sexp.  Don't bind debug-on-error here.
2895         (eval-last-sexp): New function.  Bind debug-on-error if
2896         eval-expression-debug-on-error is non-nil.
2897         (eval-defun-2, eval-defun): Likewise.
2899         * simple.el (eval-expression): Don't bind debug-on-error if
2900         eval-expression-debug-on-error is nil.  Detect changed
2901         debug-on-error, and propagate new value to global binding, if
2902         eval-expression-debug-on-error is non-nil,
2903         (eval-expression-debug-on-error): Change doc string.
2905 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2907         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2909         * emacs-lisp/lisp-mode.el (with-syntax-table):
2910         Set up lisp-indent-function property.
2912         * subr.el (with-syntax-table): Moved from simple.el.
2914         * simple.el (with-syntax-table): Moved to subr.el.
2916 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
2918         * tmm.el (tmm-shortcut): Delete region after prompt instead
2919         of erasing buffer.
2921         * textmodes/fill.el (fill-common-string-prefix): New function.
2922         (fill-context-prefix): Use the longest common prefix of first
2923         and second line fill prefix, if there is one.
2925 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2927         * array.el (array-mode): Don't use make-variable-buffer-local.
2928         Use make-local-variable for `truncate-lines'.
2930 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
2932         * add-log.el (add-log-current-defun): Handle user-defined
2933         add-log-current-function returning nil,
2935         * add-log.el (add-change-log-entry): Insert version number
2936         if having found a current function
2938         * add-log.el (add-log-current-defun): Call
2939         `add-log-current-defun-function'.  Try matches at level 0 and
2940         level 1.  Strip whitespace from defun found.
2942 2000-01-10  John Wiegley  <johnw@gnu.org>
2944         * allout.el (isearch-done/outline-provisions): Added `edit'
2945         argument to correspond with the current definition of
2946         `isearch-done'.
2948 2000-01-10  Dave Love  <fx@gnu.org>
2950         * elide-head.el (elide-head): Use point-marker, not point.
2952 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
2954         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2955         before and after the year 2000.
2957         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2958         Add ispell- prefix.
2960 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
2962         * ispell.el:  Only define dictionaries in menus when they exist.
2963         (version18p): New variable.
2964         (version20p): New variable.
2965         (xemacsp): New variable.
2966         (ispell-choices-win-default-height): Fix for XEmacs visibility.
2967         (ispell-dictionary-alist1): Added Brasileiro dictionary.
2968         (ispell-dictionary-alist6): Russian command lines no longer accept
2969         run-together words.
2970         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2971         (ispell-dictionary-alist): Add koi8-r to customize definition.
2972         (check-ispell-version): Added documentation string.  Returns
2973         library path when called non-interactively.
2974         (ispell-menu-map-needed): Uses new variables.
2975         (ispell-library-path): New variable.
2976         (ispell-decode-string): XEmacs fix for bogus variable bindings.
2977         (ispell-word): Improved documentation string.  Test for valid
2978         character mappings.  Correctly check typed in word changes that can
2979         result in single words split into multiple words.  Returns
2980         replacement word.
2981         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
2982         replace in recursive query replace mode.  Help message for
2983         recursive edit mode.
2984         (ispell-show-choices): Protect against bad framepop bindings.
2985         (ispell-help): Fix to work with XEmacs.
2986         (ispell-highlight-spelling-error): Use new variables.
2987         (ispell-overlay-window): Fix to work with XEmacs.
2988         (ispell-parse-output): Passed and returns location information
2989         tracking spelling corrections.  Doesn't recheck same word on
2990         current line.
2991         (ispell-init-process): Protect against bogus XEmacs variable binding.
2992         Fix call to single argument in sleep-for.  Use new variables.
2993         (ispell-region): Passed and returns location information tracking
2994         spelling corrections.  Doesn't check same word on current line.
2995         Improved documentation string.  Doesn't resend a line already
2996         checked to the ispell process - fixes bug in LaTeX parsing.
2997         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2998         (ispell-skip-region): No longer skips <TT> in SGML.
2999         (ispell-process-line): Tracks location information with spelling
3000         corrections.  Added documentation string.  Accounts for words
3001         already accepted on this line.  Don't allow query-replace on line
3002         starting with math characters.  Doesn't resend a line already sent
3003         to ispell process.  Fixes alignment error bug.
3005 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3007         * dired-x.el (dired-guess-shell-alist-default):
3008         Suggest xloadimage, which is free, not xv, which isn't.
3010         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3011         Don't ever include the host name or user name in the value.
3013 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3015         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3016         of a real newline.
3018 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3020         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3021         for .png files.
3023 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3025         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3027 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3029         * progmodes/cperl-mode.el: Replace ^F with ^L.
3031         * sendmail.el (toplevel): Provide `sendmail' when compiling
3032         before `require'ing rmail and mailalias to prevent infinite
3033         recursion.
3035 2000-01-08  Dave Love  <fx@gnu.org>
3037         * emacs-lisp/backquote.el: Remove inappropriate customization
3038         (allowing custom.el to use backquote).
3040 2000-01-07  Dave Love  <fx@gnu.org>
3042         * add-log.el (add-log-debugging): Deleted.
3043         (add-change-log-entry): Treat a backup FILE-NAME as its parent
3044         file.  Remove debugging code.
3045         (change-log-get-method-definition, change-log-name): Add doc.
3046         (change-log-sortable-date-at): New function.
3047         (change-log-merge): New command.
3049         * time.el (display-time-string-forms): Make the Mail string active.
3050         (display-time-update): Provide help-echo for load average.
3052         * bindings.el (make-mode-line-mouse2-map): New function.
3053         (mode-line-modified): Use it and simplify.
3054         (mode-line-mule-info): Provide help-echo info.
3055         (minor-mode-alist): Activate the strings.
3056         (make-mode-line-mouse-sensitive): Simplify for
3057         mode-line-buffer-identification.
3059 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
3061         * play/pong.el: New file.
3063 2000-01-06  Dave Love  <fx@gnu.org>
3065         * array.el: Assorted cleanups for compiler warnings, doc strings,
3066         `array-' prefix for symbols.
3068 2000-01-05  Dave Love  <fx@gnu.org>
3070         * textmodes/outline.el (outline-mode-menu-bar-map): Add
3071         outline-headers-as-kill.
3072         (outline-mode): Define imenu-generic-expression.
3073         (outline-headers-as-kill): New command.
3075         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3076         from paragraph-start.
3077         (paragraph-indent-minor-mode): New command.
3079         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3080         M-C-e, M-C-h, C-j, C-xnd, TAB.
3081         (fortran-mode): Set beginning-of-defun, end-of-defun.
3082         (fortran-column-ruler): Simplify.
3083         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3084         (fortran-with-subprogram-narrowing): Likewise.
3085         (fortran-indent-subprogram): Call mark-defun.
3086         (fortran-check-for-matching-do): Change narrowing.
3088         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3089         (cl-lucid-hash-tag): Delete.
3090         (cl-hash-table-p): Correct test for native table.
3091         (cl-hash-table-count): Use hash-table-count.
3093         * browse-url.el (browse-url): Fix case of
3094         browse-url-browser-function being an alist.
3096 2000-01-05  Carsten Dominik  <cd@gnu.org>
3098         * textmodes/reftex-vars.el (reftex-parse-file-extension)
3099         (reftex-index-phrase-file-extension): New options.
3101         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3102         Use new option `reftex-index-phrase-file-extension'.
3104         * textmodes/reftex.el (reftex-access-parse-file): Use new option
3105         `reftex-parse-file-extension'.
3107 2000-01-05  Dave Love  <fx@gnu.org>
3109         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3110         (beginning-of-defun-raw): Use it.
3111         (end-of-defun): New variable.
3112         (end-of-defun): Use it.
3113         (check-parens): New command.
3115 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3117         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3118         (hs-show-block): Don't use `mapcar' when not accumulating.
3120         Fix buglet in local variables initialization.
3122 2000-01-05  Andreas Schwab  <schwab@suse.de>
3124         * hscroll.el (hscroll): Doc fix.
3126 2000-01-05  Carsten Dominik  <cd@gnu.org>
3128         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3129         idlw-toolbar.
3131         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3132         file idlw-rinfo.el.
3133         (idlwave-customize): load must read file idlw-shell.el.
3134         (idlwave-create-customize-menu): load must read file idlw-shell.el.
3136 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
3138         * progmodes/idlw-shell.el: Also provide idlwave-shell
3139         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3140         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3142         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3143         both reftex-dcr and reftex-vcr.
3145         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3147 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3149         * ps-print.el: PostScript code now is in separate files, doc fix.
3150         (ps-print-version): New version number (5.0.3).
3151         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3152         local.
3153         (ps-spool-config): Initialization fix.
3154         (ps-print-prologue-1, ps-print-prologue-2)
3155         (ps-print-duplex-feature): PostScript code moved to separated file.
3156         (ps-background-image): Little code reformating.
3157         (ps-begin-file, ps-begin-job): Fix code.
3158         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3159         (ps-prologue-file): New fun.
3161 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3163         * ps-vars.el: Eliminated.
3165         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3166         `;;;###autoload'.
3168         * ps-print.el: ps-vars eliminated, doc fix.
3169         (ps-print-version): New version number (5.0.2).
3170         (ps-spool-config): Initialization fix.
3171         (ps-print-customize): New fun.
3173 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
3175         * autorevert.el (auto-revert-mode): Return value of
3176         auto-revert-mode.
3178 2000-01-04  Dave Love  <fx@gnu.org>
3180         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3181         menu items.
3183 2000-01-03  Dave Love  <fx@gnu.org>
3185         * elide-head.el (elide-head) [defgroup]: Add :version.
3187         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3188         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3189         `cl-hash-table-p', not `hash-table-p'.
3190         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3192 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3194         * faces.el (face-read-integer, read-face-attribute)
3195         (color-defined-p, color-values): unspecified-{f,b}g are now
3196         strings.
3198 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3200         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3201         at comment end, and re-insert them after filling.
3203 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3205         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3206         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3207         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3209 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3211         * term/x-win.el (xw-defined-colors): Call color-supported-p,
3212         the new name of face-color-supported-p.
3214         * term/w32-win.el (xw-defined-colors): Likewise.
3216 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3218         * simple.el (completion-setup-function): Count completion-size
3219         from minibuffer-prompt-end, not from point-min.
3221 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3223         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3224         Pass the frame to tty-color-* functions.
3225         (display-color-p, frame-set-background-mode): Pass the frame to
3226         tty-display-color-p.
3228         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3229         tty-color-alist.
3230         (tty-color-alist, tty-modify-color-alist): New functions.
3231         (tty-color-define,  tty-color-clear, tty-color-approximate)
3232         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3233         an optional parameter FRAME.
3235 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3237         * image.el (create-image, defimage): Don't assume image data is a
3238         string.
3240         * image.el (defimage): Handle specifications containing :data
3241         instead of :file.
3242         (image-type-from-data): New function.
3243         (image-type-from-file-header): Use it.
3244         (create-image): Add parameter DATA-P.
3246 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3248         * echistory.el (electric-command-history): Call Command-history-setup
3249         and command-history-mode using their new conventions.
3251         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3252         no args, and do not set major-mode, mode-name or the local map.
3253         (command-history-mode): New function, does some of those things
3254         Command-history-setup used to do.
3255         (list-command-history): Call command-history-mode, not
3256         Command-history-setup.
3257         (command-history): Renamed from command-history-mode.
3259 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3261         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3263 1999-12-31  William M. Perry  <wmperry@aventail.com>
3265         * image.el (defimage): Images with the `:data' keyword should be
3266         considered valid as well.
3268 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3270         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3271         with FILE if FILE is nil.
3273 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3275         * simple.el (choose-completion-string): In minibuffer,
3276         do not delete the prompt string.
3278 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3280         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3281         assigned to mode-line-mode-menu because bindings.el is dumped with
3282         Emacs, and thus the lists used for menu-item definition will be
3283         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3284         like pure menu item definitions.
3286         * expand.el (expand-abbrev-hook): Return t if expansion was
3287         done, nil otherwise.
3289 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3291         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3292         (tar-quit): Function deleted.
3294 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3296         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3297         was used but not declared.
3299         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3300         hs-find-block-beginning): Add or modify docstrings.
3302         (hs-isearch-show): Rewrite.
3304 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3306         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3308         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3309         space in front of a C-style comment end.
3311 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3313         * startup.el (command-line-1): Make mode line mouse-sensitive for
3314         the MS-DOS version as well.
3316 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3318         * bs.el: New file.
3320 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3322         * textmodes/ispell.el (ispell-process-line):
3323         Add local var line-offset to adjust for the change
3324         in positions within the line, due to previous replacements.
3326 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3328         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3329         Doc fixes.
3331 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3333         * add-log.el (change-log-version-number-regexp-list)
3334         (change-log-version-info-enabled): Change :version to 21.1.
3335         (toplevel): Require CL when compiling.
3337 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3339         * add-log.el (change-log-version-number-regexp-list): Added tag
3340         :version 20.6
3341         (change-log-version-info-enabled): Added tag :version 20.6
3343 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3345         * add-log.el: More general version number search with
3346         user-configurable regexp list.
3347         (change-log-version-number-regexp-list): New user variable.
3348         (change-log-find-version): Rewritten.  Use user-configurable
3349         version numbering regexp list
3350         change-log-version-number-regexp-list.
3351         (change-log-find-version): Renamed to
3352         change-log-version-number-search
3353         (add-log-file-name-function): New.
3354         (change-log-search-vc-number): Added END paramaeter.  Added doc
3355         string to function.
3356         (change-log-version-rcs): Renamed.  Was
3357         change-log-search-vc-number.
3359 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3361         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3362         overlays if they interfere.
3363         (compilation-find-file): Make intangible overlays tangible.
3365         * progmodes/hideshow.el: Generally, synch w/ maintainer
3366         version 5.9.
3368         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3370         (hs-minor-mode-hook): Don't initialize.
3372         (hs-special-modes-alist): Rewrite value and docstring.
3374         (hs-minor-mode-prefix): Delete unused var.
3376         (hs-block-start-mdata-select): New var, buffer local.
3378         (hs-headline): New var.
3380         (hs-match-data, hs-forward-sexp): New funcs.
3382         (hs-hide-comment-region): New func.
3384         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3385         hs-safety-is-job-n, hs-hide-initial-comment-block,
3386         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3387         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3388         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3389         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3390         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3392         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3393         (hs-isearch-show-temporary): New funcs.
3395         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3397         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3399         When constructing menu, use `[(shift button2)]' notation.
3401 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3403         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3404         (jka-compr-compression-info-list): Add new elt to each vector.
3405         (jka-compr-write-region): Don't compress the data if it is
3406         already compressed.
3408         * jka-compr.el (jka-compr-really-do-compress): New variable.
3409         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3410         if visiting.
3411         (jka-compr-write-region): Set jka-compr-really-do-compress
3412         if visiting.  Test it when deciding to compress.
3414 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3416         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3417         with third argument t.
3419 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3421         * antlr-mode.el: Version 1.2 is released.
3422         (antlr): This package has a web page.
3424 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3426         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3427         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3428         (antlr-mode-map): New binding [C-c C-c].
3429         (antlr-mode-menu): New entries.
3431 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3433         * antlr-mode.el: Respect Emacs conventions.
3434         ((require 'cl)): Only use during compilation.
3435         (antlr-language-for-option): New function to avoid using `find'.
3436         (antlr-mode): Use it.
3437         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3438         (antlr-imenu-create-index-function): Change accordingly.
3439         (antlr-inside-rule-p): Ditto.
3440         (antlr-end-of-rule): Ditto.
3441         (antlr-end-of-body): Ditto.
3442         (antlr-beginning-of-rule): Ditto.
3443         (antlr-indent-line): Ditto.
3445 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3447         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3448         (antlr-set-tabs): Don't use hard-coded values.
3450         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3451         won't be possible without a huge time penalty.
3452         (antlr-skip-exception-part): Be more specific.
3453         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3454         Renamed from `antlr-skip-grammar-header'.
3455         (antlr-next-rule): Change accordingly.
3456         (antlr-end-of-body): Ditto.  Better error message.
3457         (antlr-beginning-of-body): Better error message.
3458         (antlr-imenu-create-index-function): Skip rule action prelude.
3460         * antlr-mode.el: Minor syntax highlighting changes.
3461         (antlr-font-lock-default-face): Deletia.
3462         (antlr-font-lock-tokendef-face): Changed color.
3463         (antlr-font-lock-tokenref-face): Changed color.
3464         (antlr-font-lock-literal-face): Changed color.
3465         (antlr-font-lock-additional-keywords): Minor changes.
3467 1999-12-20  Carsten Dominik  <cd@gnu.org>
3469         * progmodes/idlwave.el: New file.
3471         * progmodes/idlwave-rinfo.el: New file.
3473         * progmodes/idlwave-shell.el: New file.
3475         * progmodes/idlwave-toolbar.el: New file.
3477         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3479 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
3481         * progmodes/cwarn.el: New file.
3483 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3485         * bindings.el (completion-ignored-extensions): Add .pdf.
3487 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3489         * version.el: Put the version info into binary on MS-DOS as well.
3491 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3493         * emacs-lisp/debug.el (debugger-continue): Don't continue if
3494         debugger-may-continue is nil.
3496 1999-12-18  Dave Love  <fx@gnu.org>
3498         * emacs-lisp/cl-macs.el: Remove conditional definition of
3499         eval-when-compile.  Don't specify abs, expt, gethash,
3500         hash-table-count, hash-table-p as side-effect-free here.
3501         (cl-emacs-type): Don't declare.
3502         (cl-compile-time-init): Remove Emacs 18 compiler patch.
3503         (cl-parse-loop-clause): Remove compatibility code.
3505         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3506         (side-effect-free-fns): Add gethash, hash-table-count.
3507         (side-effect-and-error-free-fns): Add hash-table-p.
3509         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
3510         `cl-' to autoload names for some hash functions.  Don't autoload
3511         eval-when-compile.  Don't provide mini-cl.
3512         (cl-emacs-type): Remove.
3513         (cl-map-extents): Remove compatibility code.
3515         * emacs-lisp/float.el: Bind free variables.
3517         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3519 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3521         * bindings.el (completion-ignored-extensions): Add .tfm.
3523 1999-12-16  Dave Love  <fx@gnu.org>
3525         * faces.el (set-face-attribute): Purecopy the attributes set.
3527         * custom.el (custom-declare-variable): Purecopy value.
3529         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3530         (byte-extrude-byte-code-vectors): Use remprop.
3531         (byte-compile-lambda): Check that arg is a lambda.
3533 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
3535         * font-lock.el: System for adding and removing keywords.
3536         Both local (previously added keyword) and global keywords
3537         can be removed.
3538         (font-lock-remove-keywords): New user-level function.
3539         (font-lock-update-removed-keyword-alist): New internal function.
3540         (font-lock-removed-keywords-alist): New variable.
3541         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3542         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3543         growing datastructures.
3544         (font-lock-set-defaults): Removes keywords stored in
3545         `font-lock-removed-keywords-alist' after local keywords added.
3547 1999-12-16  Anders Lindgren  <andersl@andersl.com>
3549         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3550         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3552         * font-lock.el (c-keywords): Only highlight preprocessor
3553         directives when spelled correctly.
3555         * font-lock.el (font-lock-match-c++-structor-declaration,
3556         c++-keywords): Fontify constructors and destructors with function
3557         face inside C++ class declarations.
3559 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3561         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3562         the shell from sh-shell-file.
3564         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3566 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3568         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3569         if one of the files specified cannot be accessed by
3570         file-attributes.  Do not strip any leading directories from the
3571         file names, to behave more like `ls' does.
3573         * dired.el (dired-get-filename): Handle absolute file names.
3574         (dired-readin-insert): If argument is a cons, don't print
3575         "wildcard" on the ``total'' line.
3577 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3579         * faces.el (face-read-integer, read-face-attribute)
3580         (color-defined-p, color-values): Allow color values unspecified-fg
3581         and unspecified-bg, handle them as unspecified.
3583 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
3585         * textmodes/reftex.el: (reftex-compile-variables): respect new
3586         structure of `reftex-index-macro'
3587         (reftex-compile-variables): Use the changed structure of
3588         `reftex-label-alist'.
3590         * textmodes/reftex-vars.el (reftex-index-math-format,
3591         (reftex-toc-max-level): New option.
3592         reftex-index-phrases-search-whole-words,
3593         reftex-index-phrases-case-fold-search,
3594         reftex-index-phrases-skip-indexed-matches,
3595         reftex-index-phrases-wrap-long-lines,
3596         reftex-index-phrases-sort-prefers-entry,
3597         reftex-index-phrases-sort-in-blocks): New options.
3598         (reftex-index-macros): Option structure changed.
3599         (reftex-index-macros-builtin): Added `repeat' item to each entry.
3600         (reftex-label-alist): Additional item in each entry to specify if
3601         the environment should be listed in the TOC.
3602         (eval-when-compile (require 'cl)) added.
3604         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3605         longer deals with "repeat".
3606         (reftex-index): "repeat property in `reftex-index-macro-alist' is
3607         now used.
3608         (reftex-index-phrases-comment-regexp,
3609         reftex-index-phrases-macrodef-regexp,
3610         reftex-index-phrases-phrase-regexp1,
3611         reftex-index-phrases-phrase-regexp2,
3612         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3613         New constants.
3614         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3615         reftex-index-phrases-font-lock-keywords,
3616         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3617         reftex-index-phrases-restrict-file): New variables.
3618         (reftex-index-phrase-selection-or-word,
3619         reftex-index-visit-phrases-buffer,
3620         reftex-index-initialize-phrases-buffer,
3621         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3622         reftex-index-next-phrase, reftex-index-this-phrase,
3623         reftex-index-all-phrases, reftex-index-region-phrases,
3624         reftex-index-phrases-parse-header,
3625         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3626         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3627         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3628         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3629         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3630         reftex-index-make-replace-string,
3631         reftex-query-index-phrase-globally, reftex-query-index-phrase,
3632         reftex-index-phrase-match-is-indexed,
3633         reftex-index-phrases-fixup-line,
3634         reftex-index-phrases-replace-space,
3635         reftex-index-select-phrases-macro): New functions.
3636         (reftex-index-globalize, reftex-index-globally): functions removed
3637         (eval-when-compile (require 'cl)) added.
3639          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3640          for max level.
3641          (reftex-toc-max-level-indicator): New variable.
3642          (reftex-toc-max-level): New command.
3643          (reftex-toc-map): New keybinding `t'.
3644          (reftex-toc-help): Constant updated.
3645          (eval-when-compile (require 'cl)) added.
3647          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3648          `t' command key can change `reftex-toc-max-level'
3649          (eval-when-compile (require 'cl)) added.
3651          * textmode/reftex-sel (reftex-insert-docstruct): Respect
3652          `reftex-toc-max-level'
3653          (eval-when-compile (require 'cl)) added.
3655          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3656          added.
3658          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3659          added.
3661          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3662          commands.
3663          (reftex-citation, reftex-do-citation,
3664          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3665          preselect a citation format.
3666          (eval-when-compile (require 'cl)) added.
3668          * textmodes/reftex-parse.el (reftex-context-substring): Optional
3669          parameter to-end
3670          (reftex-section-info): Deal with environment matches.
3671          (eval-when-compile (require 'cl)) added.
3673          * reftex-global.el (eval-when-compile (require 'cl)) added.
3675 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
3677         The following changes are for the new composition mechanism.  We
3678         have deleted `composition' charset and composite characters,
3679         instead introduced a special text property `composition'.
3681         * composite.el: New file.
3683         * ps-mule.el: Define encode-composition-rule and find-composition
3684         for Emacs 20.4 and the earlier versions.
3685         (ps-mule-init-external-library): Just require a feature for
3686         external libraries.
3687         (ps-mule-prologue): Postscript code modified for new composition.
3688         (ps-mule-find-wrappoint): New arg COMPOSITION.
3689         (ps-mule-plot-string): Delete code for composite characaters.
3690         (ps-mule-plot-composition): New funcion.
3691         (ps-mule-prepare-font-for-components): New function.
3692         (ps-mule-plot-components): New function.
3693         (ps-mule-composition-prologue-generated): Renamed from
3694         ps-mule-cmpchar-prologue-generated.
3695         (ps-mule-composition-prologue): New named from
3696         ps-mule-cmpchar-prologue.  Modified for new composition.
3697         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3698         ps-mule-prepare-cmpchar-font): Deleted.
3699         (ps-mule-string-encoding): New arg NO-SETFONT.
3700         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3701         check Composing, not Cmpchar
3702         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3703         to nil.
3704         (ps-mule-begin-job): Check existence of new composition.
3706         * ps-print.el (ps-plot-region): Handle new composition.
3708         * simple.el (what-cursor-position): Show "(composed)" if the
3709         character is composed.
3711         * international/characters.el: Fix cateogries of Lao symbols.
3713         * international/fontset.el (vertical-centering-font-regexp): New
3714         variable.
3716         * international/mule.el (mule-version): Updated to 5.0 (AOI).
3717         (mule-version-date): Updated to 1999.12.7.
3718         (with-category-table): New macro.
3720         * international/mule-cmds.el (encode-coding-char): Don't check
3721         composite character.
3723         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3724         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3725         x-ctext): Give `composition' property t.
3727         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3728         non-nil) at the tail of ALIST.
3729         (compose-region, decompose-region, decompse-string,
3730         reference-point-alist, compose-chars): Moved to composite.el.
3731         (compose-chars-component, compose-chars-rule,
3732         decompose-composite-char): Deleted.
3734         * international/quail.el (quail-install-map): New optional arg
3735         NAME.
3736         (quail-get-translation): If DEF is a symbol but not a function,
3737         ignore it.
3738         (quail-start-translation): Put a key sequence undefined in the
3739         translation keymap in unread-command-events, not generated-events.
3740         Return parameterized event (compose-last-chars N) if the input
3741         characters should be composed.
3742         (quail-map-definition): If DEF is t, treat it as nil.
3743         (quail-delete-last-char): Delete the quail region.
3744         (quail-show-translations): Don't show list of translations if the
3745         quail package is deterministic.
3746         (quail-completion-max-depth): New variable.
3747         (quail-completion-1): Pay attention to the above variable.  Fix
3748         for the case that a translation is a function.
3749         (quail-map-from-table, quail-map-from-table-1,
3750         quail-map-from-table-2): New functions.
3751         (quail-lookup-map-and-concat): New function
3753         * language/devan-util.el: Mostly rewritten.
3755         * language/lao.el: Register lao-composition-function in
3756         composition-function-table.
3758         * language/lao-util.el: Mostly rewritten.
3760         * language/thai.el: Register thai-composition-function in
3761         composition-function-table.
3762         (thai-tis620): Delete `pre-write-conversion' property.
3764         * language/thai-util.el: (thai-category-table): Make it by
3765         make-category-table.
3766         (thai-composition-pattern): New variable.
3767         (thai-compose-region, thai-compose-string): Use
3768         with-category-table.
3769         (thai-post-read-conversion): Just call thai-compose-region.
3770         (thai-pre-write-conversion): Deleted.
3771         (thai-composition-function): New funciton.
3773         * language/tibet-util.el: Most functions rewritten.
3774         (tibetan-char-p): Renamed from tibetan-char-examin.
3775         (tibetan-composable-examin) (tibetan-complete-char-examin)
3776         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3777         (tibetan-add-components): New function.
3778         (tibetan-composition-function): New function.
3780         * language/tibetan.el: Register tibetan-composition-function in
3781         composition-function-table.
3782         (tibetan-composable-pattern): New variable.
3783         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3784         (tibetan-precomposition-rule-alist): Move punctuations to
3785         tibetan-punctuation-transcription-alist and
3786         tibetan-obsolete-glyphs.
3787         (tibetan-punctuation-transcription-alist): New variable.
3788         (tibetan-obsolete-glyphs): New variable.
3789         (tibetan-regexp): Improve the initialization code.
3791         * textmodes/fill.el (fill-find-break-point): Delete codes for
3792         composite characters.
3793         (fill-region-as-paragraph): Likewise.
3795 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
3797         * international/mule-cmds.el (default-input-method): Specify
3798         that it should be set after current-language-environment.
3800         * custom.el (custom-handle-keyword): Add :set-after.
3801         (custom-add-dependencies): New function.
3802         (custom-set-variables): Take dependencies between args into
3803         account.
3805         * battery.el (battery): Doc fix.
3807 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3809         * progmodes/cc-make.el: Removed.
3811 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3813         * Release of cc-mode 5.26
3815 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3817         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3818         target depth.  Optionally count #else lines as clause limits,
3819         as suggested by don provan <provan@lucent.com>.  #elif
3820         handling fixed.
3822         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3823         (c-down-conditional-with-else): New commands that uses the
3824         added functionality in `c-forward-conditional'.
3826 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3828         * cc-align.el (c-lineup-comment): Preserve the alignment with
3829         a comment on the previous line instead of preserving the
3830         comment-column.
3832 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3834         * Fixes to IDL mode after input from Eric Eide
3835         <eeide@cs.utah.edu>:
3836         * cc-engine.el (c-beginning-of-statement-1): Allow
3837         `c-conditional-key' to be nil, for the benefit of IDL mode.
3838         * cc-engine.el (c-guess-basic-syntax): Ditto.
3839         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
3840         but do match CORBA 2.3 `valuetype'.
3841         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
3842         for IDL.
3843         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
3844         be nil for IDL.
3845         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3846         Like C++.
3847         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
3848         set `c-method-key' and `c-baseclass-key' to nil.
3850 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3852         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3853         with nonhanging open braces.
3855 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3857         * cc-align.el: Added docstrings to all lineup functions.
3859         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3860         keyword.
3862         * cc-align.el (c-lineup-C-comments): Handle free form text
3863         comments.  Use c-comment-prefix-regexp and comment-start-skip
3864         instead of hardcoded regexps.
3866 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3868         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3869         behavior and return value as documented.
3871 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3873         * Changes for new style variable init system:
3874         * cc-langs.el (c-common-init): Dito.
3875         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3876         now customizable.
3877         * cc-vars.el: Style variables may now take a value
3878         'set-from-style to make them take their value from the style
3879         system. This value is now the default on all these variables.
3880         * cc-vars.el (c-valid-offset): New function to verify a
3881         syntactic symbol offset setting.
3882         * cc-vars.el (c-offsets-alist): Variable moved from
3883         cc-styles.el since it's now customizable in a similar way to
3884         the other style variables.
3885         * cc-vars.el (c-old-style-variable-behavior): New variable to
3886         revert to the old style init behavior.
3888         * cc-vars.el (c-file-style, c-file-offsets): Made always
3889         buffer local.
3891         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3892         the throws clause that might follow the function prototype in
3893         C++.
3895 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3897         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3898         could move forward for macros that doesn't start in column 0.
3900 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3902         * cc-align.el (c-indent-multi-line-block,
3903         c-lineup-whitesmith-in-block): Two new lineup functions for
3904         use in whitesmith style.
3906         * cc-styles.el (c-style-alist): More fixes to whitesmith
3907         style.  It should now handle all different braces uniformly in
3908         both hanging and non-hanging cases.
3910 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3912         * cc-cmds.el (c-indent-exp): Use a marker to save point to
3913         make it stay in the same position relative to the surrounding
3914         text.
3916         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3917         when adaptive-fill-mode doesn't manage to get it correct.
3919         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3920         with dotted notation, e.g. foo.bar.Gnu.
3922         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3923         within unwind-protect (previously only some were wrapped so it
3924         would be possible to register mode initialization when full
3925         initialization did not finish).
3927         * cc-styles.el (c-style-alist): Corrected the brace placement
3928         in the whitesmith style.  Thanks to Sean Luke
3929         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
3930         styles with consistent brace placement for all constructs.
3932 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3934         * cc-cmds.el (c-context-line-break): Continue C++ comments too
3935         when point is in the middle of them.
3937         * cc-cmds.el: Line breaking and paragraph filling code
3938         rewritten:
3939         (c-guess-fill-prefix): New function that uses various
3940         heuristics to guess the comment prefix.
3941         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3942         It now assumes adaptive filling is active to preserve the line
3943         prefix inside comments.
3944         (c-indent-new-comment-line): Replacement for the now
3945         obsolete `c-comment-line-break-function' that uses
3946         `c-guess-fill-prefix' when appropriate.  It now observes the
3947         setting of `comment-multi-line', which has effect in C-style
3948         block comments.
3950         * cc-cmds.el (c-context-line-break): New function intended to
3951         be put on RET.  It's essentially `newline-and-indent', but
3952         continues C block comments with the appropriate line prefix.
3954         * cc-cmds.el (c-do-auto-fill): New function put on
3955         `normal-auto-fill-function' to implement the
3956         `c-ignore-auto-fill' variable.
3958         * cc-cmds.el (c-beginning-of-statement): Use
3959         `c-comment-prefix-regexp' to avoid ending up inside the
3960         comment prefix.  Better handling of comment starters and
3961         enders. Catch comments better when traversing code.  Stop at
3962         preprocessor directives.
3964         * cc-defs.el (c-forward-comment): New subst to hide platform
3965         dependent quirks in `forward-comment'.
3967         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3968         argument.
3969         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3970         arguments. Activate this function by default when
3971         `parse-partial-sexp' supports it (currently Emacs 20.x).
3973         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3974         on the comment opener to make constants usable as lineup
3975         arguments.
3977         * cc-align.el (c-lineup-C-comments): Fixes to handle the
3978         changed anchor position in the `c' syntactic symbol.  Handle
3979         more than stars in the comment prefix; use the new variable
3980         `c-comment-prefix-regexp'.  Don't indent text not preceded by
3981         a comment prefix to the right of the comment opener if it's
3982         long.
3984         * cc-langs.el: Fixes to mode initialization for new line
3985         breaking and paragraph filling method.  Adaptive fill mode is
3986         now activated at startup instead of deactivated.  The
3987         variables used for adaptive filling and paragraph movement are
3988         also changed to incorporate the value of
3989         `c-comment-prefix-regexp'.  `substitute-key-definition' is
3990         used to override some functions in the global map instead of
3991         overriding their default bindings.
3993         * cc-mode.el (java-mode): Modify `paragraph-start' for the
3994         javadoc markup at mode init.
3996         * cc-mode.el (c-setup-filladapt): A new convenience function
3997         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
3998         function is intended to be used explicitly by the end user
3999         only.
4001         * cc-vars.el (c-comment-prefix-regexp): New variable used to
4002         recognize the comment fill prefix inside comments.
4003         (c-block-comment-prefix): New name for
4004         `c-comment-contiuation-stars', which is now obsolete.  It's
4005         generalized to handle any character sequence.
4006         (c-ignore-auto-fill): New variable used to selectively disable
4007         Auto Fill mode in specific contexts.
4009 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4011         * cc-cmds.el (c-comment-indent): Leave at least one space
4012         between the comment and the last nonblank character in the
4013         case where we look at the indentation of the comment on the
4014         previous line (case 4).
4016         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4017         list of characters that may start a statement (it's a sort of
4018         prefix operator in Pike, and isn't used at all in any of the
4019         other languages).
4021 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4023         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4024         inside continued statements as statement-cont instead of
4025         brace-list-open.  The reason is that one normally adjusts
4026         brace-list-open for brace lists as top-level constructs, and
4027         brace lists inside statements is a completely different
4028         context.  Case 10B.2 changed.  Also changed (the somewhat
4029         esoteric) case 9A to cope with this.
4031 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4033         * cc-cmds.el (c-electric-brace): Added electric handling of
4034         the open brace for brace-elseif-brace.
4036 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4038         * cc-defs.el (c-with-syntax-table): New macro to easily switch
4039         syntax tables temporarily.
4041         * cc-engine.el (c-guess-basic-syntax): Handle template and
4042         member init argument lists split over several lines.  Case 5D
4043         changed.
4045         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4046         @throws introduced in Javadoc 1.2.
4048         * cc-menus.el (cc-imenu-java-generic-expression): Applied
4049         patch from RMS to avoid infinite backtracking.
4051 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4053         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4054         by [ ].
4056 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4058         * cc-align.el (c-lineup-dont-change): Compensate properly for
4059         the column in langelem.
4061         * cc-engine.el (c-syntactic-information-on-region): New
4062         function to help debugging the syntactic analysis.
4064 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4066         * cc-align.el (c-lineup-template-args): Handle nested template
4067         arglists.
4069         * cc-langs.el (c++-template-syntax-table): New syntax table
4070         that makes `<' and `>' parenthesis characters, which is useful
4071         to switch to temporarily when analyzing template arglists.
4073         * cc-styles.el: Changed default alignment of labels in the
4074         java style to conform to the examples in the Java Language
4075         Specification.
4077         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4078         by default.
4080 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4082         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4083         immediately before the closing paren in an arglist, so don't
4084         check that in Pike mode.  Case 7A changed.
4086 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4088         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4089         lines were ignored under certain conditions.
4091 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4093         * cc-align.el (c-lineup-template-args): New function for
4094         aligning continued template argument lists.
4096         * cc-engine.el (c-guess-basic-syntax): Fix for member init
4097         lists containing function arglists split over several lines.
4098         Case 5D.1 changed.
4100         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4101         template-args-cont didn't get recognized when the first
4102         arglist opener line doesn't contain a template argument.  New
4103         case 5K.
4105 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4107         * cc-defs.el (c-point): Changed from subst to macro for
4108         efficiency.
4109         (c-beginning-of-defun-1, c-end-of-defun-1): New
4110         beginning-of-defun/end-of-defun wrappers separated from
4111         c-point.
4113         * cc-menus.el (imenu-generic-expression,
4114         imenu-case-fold-search, imenu-progress-message): Dummy
4115         definitions to avoid compiler warnings if imenu can't be
4116         loaded.
4117         * cc-menus.el (cc-imenu-init): New function called at mode
4118         init.
4119         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4120         imenu initializations to cc-imenu-init.
4122 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4124         * cc-engine.el (c-guess-basic-syntax): Slightly better check
4125         for lambda-intro-cont in Pike mode.  Case 6 changed.
4127         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4128         anything following "new Foo()" was considered an anonymous
4129         class body in Java mode.
4131 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4133         * cc-cmds.el (c-comment-line-break-function): When breaking in
4134         a string, don't insert a new line.
4136 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4138         * cc-engine.el (c-at-toplevel-p): New interface function which
4139         returns information useful to add-on authors.  It tells you
4140         whether you're at a toplevel statement or not.
4142 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4144         * cc-cmds.el (c-comment-line-break-function): It is possible
4145         that forward-line does not land us at the bol, say if we're on
4146         the last line in a file.  In that case, do a
4147         back-to-indentation instead of a forward-comment -1.
4149 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4151         * cc-engine.el (c-beginning-of-statement-1): Don't catch
4152         "default:" as normal label in case 4.
4154 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4156         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4157         recognize continued bitfield declarations.  Case 5D.1 changed.
4158         * cc-langs.el: New variable c-bitfield-key.
4159         * cc-mode.el: New variable c-bitfield-key.
4161 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4163         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4164         anonymous array expressions (i.e. "new Foo[] {.. bracelist
4165         ..}").
4167 1999-12-12  Dave Love  <fx@gnu.org>
4169         * mail/footnote.el: Require cl when compiling.  Don't autoload
4170         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
4171         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4172         Avoid `acons'.
4173         (footnote-mode-line-string, Footnote-add-footnote): Remove
4174         autoload cookie.
4176 1999-12-12  Richard Sharman  <rsharman@pobox.com>
4178         * sh-script.el: Fix for when font-lock mode is active.
4179         (sh-font-lock-unfontify-region-function): New function.
4181 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4183         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4184         if start-process is not bound, since Ispell now supports such
4185         platforms as well.
4187 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4189         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4190         rmail-summary-goto-msg.
4192         * files.el (after-find-file): Fix previous change.
4194 1999-12-11  Dave Love  <fx@gnu.org>
4196         * help.el (where-is): Use `commandp' as predicate for
4197         `completing-read'
4199 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4201         * cus-edit.el (custom-save-delete): Delete all occurrences,
4202         leave point where the first occurrence was.
4203         (custom-save-faces): Insert a newline at the end of the comment.
4204         Avoid a double newline there.
4205         If final closeparen is at bol, put a space before it.
4206         (custom-save-variables): Likewise.
4207         (custom-file): Doc fix.
4209 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
4211         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4212         regexp matching image and audio files.
4214 1999-12-09  Dave Love  <fx@gnu.org>
4216         * mail/footnote.el: New file.
4218 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4220         * files.el (after-find-file): Use auto-save-visited-file-name if
4221         set.
4223         * mail/feedmail.el (feedmail-find-eoh): Take
4224         feedmail-queue-alternative-mail-header-separator into account.
4226 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4228         * smerge-mode.el: New file.
4230         * font-lock.el (font-lock-multiline): New variable.
4231         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4232         (font-lock-remove-keywords): Added a dummy `mode' argument for
4233         potential future support.
4234         (font-lock-fontify-anchored-keywords,
4235         (font-lock-fontify-keywords-region): Only handle multiline strings
4236         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4238 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4240         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4242         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4244 1999-12-07  Dave Love  <fx@gnu.org>
4246         * help.el (view-emacs-problems): New command, bound to C-h P.
4248         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4250 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4252         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4253         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4254         New code to support the minor mode version.
4255         (diff-recenter): New function.
4256         (diff-next-hunk, diff-next-file): Use it.
4257         (diff-remembered-files-alist): New var.
4258         (diff-merge-strings): New function.
4259         (diff-find-file-name): Make it smarter and use the user's input more.
4260         (diff-mode): Cosmetic changes.
4262         * files.el (save-some-buffers): Turn EXITING into the more general
4263         PRED argument to allow specifying a subset of buffers.
4265         * simple.el (kill-region): Use the new `delete-and-extract-region'
4266         rather than the undo log (which is incorrect with *-change-functions).
4268         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4269         off-by-one problem that could force re-fontifying the whole buffer.
4270         (font-lock-remove-keywords): New function.
4271         (font-lock-add-keywords): Use the new function to ensure idempotence.
4273 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4275         * viper-cmd.el (viper-minibuffer-standard-hook,
4276         viper-minibuffer-real-start): Mew functions.
4277         (viper-read-string-with-history,viper-file-add-suffix,
4278         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4279         change in the status of the minibuffer prompt.
4281 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4283         * comint.el (comint-redirect-results-list)
4284         (comint-redirect-results-list-from-process): Remove interactive
4285         spec.
4287 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4289         * info.el (info-node, info-menu-5, info-xref): Define colors for
4290         Info faces if the display supports them.
4292 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4294         Changes for automatic remapping of X colors on terminal frames:
4296         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4297         term-setup-hook.  Call msdos-remember-default-colors and
4298         msdos-handle-reverse-video.
4299         (msdos-face-setup): Parts of code moved to
4300         msdos-setup-initial-frame.
4301         (msdos-handle-reverse-video): New function, modeled after
4302         x-handle-reverse-video.
4303         (make-msdos-frame): Don't use initial-frame-alist and
4304         default-frame-alist.  Call msdos-handle-reverse-video.
4305         (msdos-color-aliases): Remove.
4306         (msdos-color-translate, msdos-approximate-color): Remove.
4307         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4308         for better approximation of X colors.
4309         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4310         up tty-color-alist (it is now on startup.el).
4311         (x-display-color-p, x-color-defined-p, x-color-values,
4312         x-defined-colors, face-color-supported-p, face-color-gray-p):
4313         Remove.
4315         * facemenu.el (facemenu-read-color, list-colors-display): Use
4316         defined-colors for all frame types.
4317         (facemenu-color-equal): Use color-values for all frame types.
4319         * faces.el (read-face-attribute): For :foreground and :background
4320         attributes and frames on character terminals, translate the color
4321         to the closest supported one before looking it up in the list of
4322         valid values.
4323         (face-valid-attribute-values): Call defined-colors for all types
4324         of frames.
4325         (defined-colors, color-defined-p, color-values, display-color-p):
4326         New finctions.
4327         (x-defined-colors, x-color-defined-p, x-color-values,
4328         x-display-color-p): Aliases for the above.
4330         * startup.el (command-line): Register terminal colors for frame
4331         types other than x and w32, but only if the terminal supports
4332         colors.  Call tty-color-define instead of face-register-tty-color.
4334         * term/x-win.el (xw-defined-colors): Renamed from
4335         x-defined-colors.
4336         * term/w32-win.el (xw-defined-colors): Likewise.
4338         * term/tty-colors.el: New file.
4339         * loadup.el: Load term/tty-colors.
4341 1999-12-06  Dave Love  <fx@gnu.org>
4343         * ffap.el: Autoload the ffap alias directly.
4345 1999-12-06  Inge Frick  <inge@nada.kth.se>
4347         * dired-aux.el (dired-do-shell-command): Changed documentation.
4348         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4349         meaning as `*'.
4351 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4353         * simple.el (insert-buffer): Doc fix.
4355         * apropos.el (apropos-mode): Add autoload cookie.
4357 1999-12-06  Sam Steingold  <sds@goems.com>
4359         * progmodes/etags.el (etags-tags-completion-table): Modified the
4360         regexp to allow for the CL symbols starting with `+*'.
4361         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4362         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4363         `function' quoting lambda.
4364         (tags-with-face): New macro.
4365         (list-tags, tags-apropos): Use it.
4366         (tags-apropos-additional-actions): New user option.
4367         (etags-tags-apropos-additional): Use it.
4368         (tags-apropos): Call etags-tags-apropos-additional.
4369         (tags-apropos-verbose): New user option.
4370         (etags-tags-apropos): Use it.
4371         (visit-tags-table-buffer, next-file): Use `unless'.
4372         (recognize-empty-tags-table): Renamed to
4373         tags-recognize-empty-tags-table.
4374         (complete-tag): Call tags-complete-tag bypassing try-completion.
4376 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4378         * international/mule.el (set-buffer-file-coding-system): Docstring
4379         modified.
4381 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4383         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4384         using the hideshow package.
4385         (hs-special-modes-alist): Added entry for bibtex to allow the use
4386         of the hideshow package.
4387         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4388         not longer provided by bibtex.el directly.  Instead the hideshow
4389         package should be used.
4390         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4391         references to bibtex-hide-entry-bodies.
4393 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4395         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4396         maintainer information closer to the beginning of the bibtex.el
4397         file.
4398         (bibtex-maintainer-salutation): New constant.
4399         (bibtex-version): New constant.
4400         (bibtex-submit-bug-report): Use bibtex-version and
4401         bibtex-maintainer-salutation.
4402         (bibtex-entry-field-alist): Made booktitle field optional for
4403         @inproceedings entries when crossreferenced.
4404         (bibtex-entry-field-alist): Added booktitle field to proceedings
4405         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4406         for the suggestion.
4407         (bibtex-string-file-path): Fixed typo.
4409 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4411         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4412         for reftex.el.
4413         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4414         to menu.
4416 1999-12-04  Dave Love  <fx@gnu.org>
4418         * delsel.el: Revert previous change -- region is significant to
4419         skeleton.
4421 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4423         * viper-cmd.el (viper-change-state): Use
4424         viper-ESC-moves-cursor-back to decide whether to move the cursor
4425         back.
4427 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4429         * international/mule-util.el (truncate-string-to-width): Docsting
4430         fixed.
4432 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4434         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4435         use of `cond'.
4436         (lm-with-file): Move all the find-file...kill-buffer stuff into
4437         this macro.  Make it use `find-file-noselect' and make it kill
4438         the buffer only if it wasn't already displayed somewhere.
4439         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4440         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4441         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4442         (lm-commentary): Fix to handle the case when the change log is
4443         at the end of the file.
4445 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4447         * international/mule.el (charsetp): Fix typo in docstring.
4449         * international/mule-diag.el (list-coding-categories): Fix typo;
4450         automatic -> autoload.
4452 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4454         * vc.el (vc-update-change-log): Look for rcs2log under
4455         exec-directory.
4457         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4458         outline-regexp, add outline-level.
4459         (lisp-outline-level): New.
4461         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4462         remove extraneous string-match.
4464         * finder.el (finder-commentary): Activate Finder mode.
4466 1999-12-01  Anders Lindgren  <andersl@andersl.com>
4468         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4469         off when reverting buffers that contained mode specifiers.
4470         `revert-buffer' is now called with non-nil PRESERVE-MODES
4471         argument.
4473 1999-12-01  Dave Love  <fx@gnu.org>
4475         * delsel.el: Grok skeleton-pair-insert-maybe.
4477 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4479         * progmodes/cperl-mode.el (cperl-under-as-char):
4480         Use nil as default.
4482 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
4484         * speedbar.el (toplevel): Remove compatibility code for Emacs
4485         versions without custom.el.
4487 1999-11-30  Dave Love  <fx@gnu.org>
4489         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4491         * autoinsert.el: Minor doc fixes.
4492         (auto-insert): Return nil.
4494         * faces.el (set-face-documentation): Purecopy STRING.
4496 1999-11-29  Dave Love  <fx@gnu.org>
4498         * derived.el: Doc fixes, remove old backquote syntax.
4500         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4501         comment warning about editing.
4503         * help.el (help-mode-hook): Define.
4505 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
4507         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4508         invalid translation of old-style backquote syntax to new syntax.
4510 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4512         * Makefile (DONTCOMPILE): Add term/internal.el.
4514 1999-11-26  Dave Love  <fx@gnu.org>
4516         * comint.el: Fix last change.
4518         * emacs-lisp/advice.el: Fix last change.
4520 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4522         * cus-edit.el (Custom-reset-standard): Doc fix.
4523         (custom-variable-reset-standard): Doc fix.
4524         (custom-face-reset-standard): Doc fix.
4525         (custom-face-menu): "Reset to Standard" => "Erase Customization".
4526         (custom-variable-menu): Likewise.
4527         (custom-reset-menu): Likewise.
4528         (custom-buffer-create-internal): Likewise.
4530 1999-11-26  Dave Love  <fx@gnu.org>
4532         * progmodes/make-mode.el (makefile-mode-hook): Customize.
4534         * font-lock.el: Doc fixes.
4536         * menu-bar.el (menu-bar-mode): Customize.
4538         * cus-start.el: Add use-dialog-box.
4540         * add-log.el (change-log-mode-hook): Customize.
4541         (add-log-current-defun): Use
4542         fortran-{beginning,end}-of-subprogram.
4544 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4546         * emacs-lisp/advice.el: Many doc fixes.
4548         * comint.el (comint-preoutput-filter-functions): Doc fix.
4550 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4552         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4553         Improve messages for capitalization of arg names,
4554         for flag variables, for t and nil, for imperatives.
4555         Call them imperatives rather than infinitives sans "to".
4556         (checkdoc-common-verbs-wrong-voice): Add "moves".
4557         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4559         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4560         Don't convert comments from 3-semicolon to 2-semicolon.
4561         That is a matter of style.
4562         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4563         (checkdoc-comments): Don't bind that variable.
4565 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4567         * files.el (write-file-hooks): Doc fix.
4569 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
4571         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4573 1999-11-25  Dave Love  <fx@gnu.org>
4575         * hippie-exp.el: Require comint when compiling.
4576         (hippie-expand): Add :links.
4577         (hippie-expand-try-functions-list): Customize.
4579 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4581         * viper*el: Replaced old-style backquotes.
4583         * ediff*el: Replaced old-style backquotes.
4585         * ediff-merge
4586         (ediff-looks-like-combined-merge,ediff-get-combined-region):
4587         Changed to support the new format for ediff-combination-pattern.
4589         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4590         Changed to support the new format for ediff-combination-pattern.
4592 1999-11-24  Dave Love  <fx@gnu.org>
4594         * custom.el (custom-declare-group): Purecopy DOC.
4595         (custom-handle-keyword): Purecopy VALUE.
4596         (custom-add-link): Purecopy WIDGET.
4597         (custom-add-version): Purecopy VERSION.
4598         (custom-add-load): Purecopy LOAD.
4600         * cus-face.el (custom-declare-face): Purecopy DOC.
4602         * info.el:
4603         (Info-build-node-completions, Info-search, Info-follow-reference)
4604         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4605         (Info-find-emacs-command-nodes): Avoid properties on matched text
4606         which may appear in minibuffer.
4608 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
4610         * locate.el (locate-with-filter): Doc fix.
4612 1999-11-24  Alex Schroeder  <alex@gnu.org>
4614         * sql.el (sql-find-sqli-buffer): New function.
4615         (sql-set-sqli-buffer-generally): New function.
4616         (sql-set-sqli-buffer): Better checking of new-buffer.
4617         (sql-copy-column): Add comma after INTO clause, too.
4619 1999-11-24  Alex Schroeder  <alex@gnu.org>
4621         * sql.el (sql-imenu-generic-expression): New, used to set
4622         imenu-generic-expression.
4624         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4625         setting font-lock-defaults' SYNTAX-ALIST.  Set
4626         imenu-generic-expression, imenu-case-fold-search, and
4627         imenu-syntax-alist.
4629         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4630         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4632 1999-11-23  Andrew Innes  <andrewi@gnu.org>
4634         * w32-win.el (w32-drag-n-drop): Load files in current window, if
4635         drop coords aren't over a specific window.
4637 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4639         * ps-print.el: Define mule funs without checking if mule package is
4640         loaded.
4641         (ps-print-version): New version number (5.0.1).
4642         (ps-header-dirpart): Now uses abbreviate-file-name.
4644 1999-11-23  Dave Love  <fx@gnu.org>
4646         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4647         comment-line-start.
4648         (fortran-comment-line-start-skip): Renamed from
4649         comment-line-start-skip.
4650         (fortran-mode-map): Use renamed functions.  Add manual and custom
4651         entries to menu.
4652         (fortran-mode-hook): Customize.
4653         (fortran-comment-indent-function): Renamed from
4654         fortran-comment-hook.
4655         (delete-horizontal-regexp): Function deleted.
4656         (fortran-electric-line-number): Simplified.
4657         (fortran-beginning-of-subprogram): Renamed from
4658         beginning-of-fortran-subprogram.
4659         (fortran-end-of-subprogram): Renamed from
4660         end-of-fortran-subprogram.
4661         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4662         (fortran-previous-statement, fortran-next-statement): Simplified.
4663         (fortran-blink-match): New function.
4664         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4665         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4666         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4667         line-end-position.
4668         (fortran-fill): No longer interactive.  Simplified.
4669         (fortran-break-line): Simplified.
4670         (fortran-analyze-file-format): Use char-after, not looking-at.
4672         * emacs-lisp/find-func.el (find-function-regexp): Use
4673         `define-minor-mode' after easy-menu change.
4675 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
4677         * comint.el: Add redirection.from active comint buffers into
4678         another buffer.  Written by Peter Breton.
4680 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4682         * emacs-lisp/autoload.el (make-autoload): Recognize the new
4683         `define-minor-mode'.
4684         (define-minor-mode): Specify `doc-string-elt'.
4686         * emacs-lisp/easy-mmode.el: Changed maintainer.
4687         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4688         Use defcustom for the hooks; Improve the auto-generated docstrings.
4689         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4690         (define-minor-mode): Add BODY arg; Only declare the keymap if
4691         provided; Improve the auto-generated docstrings.
4693 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
4695         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4696         that the leading `^' is at the start.  This is necessary because
4697         paragraphs.el tries to remove anchors, but can find them only if
4698         they are the first character.
4700         * progmodes/antlr-mode.el: New file.
4702         * calendar/calendar.el: Fix autoload for
4703         calendar-absolute-from-astro.  Add autoload for
4704         calendar-print-astro-day-number.
4706 1999-11-21  Anders Lindgren  <andersl@andersl.com>
4708         * follow.el: Use modern backquote syntax.  Minor comment update.
4710 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
4712         * simple.el (with-syntax-table): Don't switch buffers.
4714         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4715         progmodes/hideif.el: Use new backquote syntax.
4717 1999-11-21  Ken Manheimer  <klm@python.org>
4719         * icomplete.el (icomplete-completions): Use an explicit variable
4720         `icomplete-prospects-length', obviating the need to use an
4721         apparently faulty throw/catch arrangement.
4723 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
4725         * term/internal.el (IT-display-table-setup): Don't overstep
4726         character code 255.
4728 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
4730         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4731         for the charset chinese-sisheng is 7bit encoding, not 8bit.
4733 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4735         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4736         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4738         * files.el (auto-mode-alist): Add patterns for diff-mode.
4740         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4741         to detect an empty prompt.
4743 1999-11-18  Dave Love  <fx@gnu.org>
4745         * simple.el (input-mode-8-bit): Fix the customization.
4747 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
4749         * international/iso-acc.el (iso-languages): Add more
4750         characters for Portuguese.
4752         * speedbar.el: Clean up comment at the start of the file.
4753         Remove RCS id.
4755         * progmodes/compile.el (compilation-parse-errors): Use
4756         compilation-buffer-p instead of testing major-mode.
4758 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
4760         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4761         (quickurl-ask): completion-ignore-case is set to the value of
4762         quickurl-completion-ignore-case for the duration of the call to
4763         completing-read.
4765 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4767         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4769 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
4771         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
4772         instead of ps-print-def.
4774         * ps-print.el: Require ps-vars instead of ps-print-def.
4776         * ps-mule.el: Require ps-vars instead of ps-print-def.
4778 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
4780         * simple.el (with-syntax-table): Save buffer explicitly instead of
4781         using save-excursion.
4783 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4785         * mail/supercite.el: New maintainer.
4787 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
4789         * progmodes/vhdl-mode.el: Use new backquote syntax.
4791 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4793         * simple.el (with-syntax-table): New.
4795 1999-11-15  Sam Steingold  <sds@ksp.com>
4797         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4799 1999-02-22  Sam Steingold  <sds@goems.com>
4801         * goto-addr.el (goto-address-at-mouse,
4802         goto-address-find-address-at-point): Use compose-mail.
4803         (goto-address-mail-method): Removed variable.
4804         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4805         goto-address-send-using-mail): Removed functions.
4807 1998-11-03  Sam Steingold  <sds@goems.com>
4809         * simple.el (backward-delete-char-untabify):
4810         backward-delete-char-untabify-method can be `all' now - to delete
4811         hungrily including newlines.
4813 1999-11-15  Sam Steingold  <sds@ksp.com>
4815         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4817 1999-11-15  Dave Love  <fx@gnu.org>
4819         * cus-edit.el (customize-face, customize-face-other-window):
4820         Require match from completing-read.
4821         (custom-buffer-done-function): Default to custom-bury-buffer, not
4822         bury-buffer.
4824 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
4826         * mail/rmail.el, iswitchb.el, hippie-exp.el,
4827         progmodes/cperl-mode.el: Use new backquote syntax.
4829 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
4831         * uniquify.el: Use new backquote syntax.
4833 1999-11-14  Markus Rost  <rost@ias.edu>
4835         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4836         as in ispell-local-dictionary-alist.
4838 1999-11-14  Alex Schroeder  <alex@gnu.org>
4840         * ansi-color.el (ansi-color-apply): Updated regexps to include
4841         highlighted face.
4843 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
4845         * forms.el (forms--make-format-elt-using-text-properties):
4846         Treat `intangible' differently.
4848         * forms.el: Use new backquote syntax.
4850 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
4852         * textmodes/scribe.el (scribe-mode): Doc-fix.
4854 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
4856         * net-utils.el (run-network-program, net-utils-run-program): Use
4857         the new backquote syntax.
4858         (smbclient-program, smbclient-program-options)
4859         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4860         variables
4861         (smbclient, smbclient-list-shares): New functions
4863 1999-11-12  Sam Steingold  <sds@ksp.com>
4865         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4866         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4867         (viper-kbd-buf-definition, viper-kbd-mode-alist)
4868         (viper-kbd-mode-pair, viper-kbd-mode-definition)
4869         (viper-kbd-global-pair, viper-kbd-global-definition):
4870         Use the new backquote syntax.
4872         * emulation/viper-cmd.el (viper-test-com-defun)
4873         (viper-prefix-arg-value, viper-prefix-arg-com):
4874         Use the new backquote syntax.
4876         * emacs-lisp/debug.el (debugger-env-macro):
4877         Use the new backquote syntax.
4879         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4880         Use the new backquote syntax.
4882         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4883         New user variable.
4884         (calendar-hide-window): Use it.
4885         (increment-calendar-month, calendar-for-loop, calendar-sum):
4886         Use the new backquote syntax.
4888 1999-11-12  Andrew Innes  <andrewi@gnu.org>
4890         * select.el (x-set-selection): Call buffer-substring, not
4891         substring.  Also fix docstring
4893 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
4895         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4896         of customizable variables to bug report message. Added
4897         system-type to package name in bug report.
4899 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
4901         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4902         to display file names.
4904 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
4906         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4908         * isearch.el: Add lazy-highlighting feature.
4910 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4912         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4913         constant.
4914         (ps-mode-submit-bug-report): New function. Entry added to menu.
4916 1999-11-10  William M. Perry  <wmperry@aventail.com>
4918         * mwheel.el: New file to support the new style wheeled mice.
4920 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
4922         * startup.el (initial-scratch-message): Add ";;" to the front of
4923         lines in the message.
4925         * files.el (file-local-copy): Remove optional BUFFER argument
4926         because that's not used by anything.
4928         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4929         to-address.
4931 1999-11-08  Markus Rost  <rost@ias.edu>
4933         * wid-edit.el (widget-button-click): Wrap with save-excursion
4934         to restore track-mouse in the correct buffer.
4936 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
4938         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4940 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
4942         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4943         lpr-command to "lp" for some system-types. (copied from lpr.el
4944         Emacs version 20.2.1).
4946 1999-11-04  Markus Rost  <rost@ias.edu>
4948         * simple.el (comment-region): Strip off white space at end of
4949         comment-start.
4951 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4953         * faces.el (secondary-selection): Fix wrong color name.
4955 1999-11-04  John Tobey  <jtobey@epsilondev.com>
4957         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4958         the default when invoking perldb in a non-Perl buffer, and other
4959         cases involving -e or --.
4961 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4963         * simple.el (previous-matching-history-element)
4964         (next-history-element): Use delete-field instead of erase-field.
4966         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4967         Use delete-field instead of erase-field.
4969         * faces.el (secondary-selection): Change background to yellow.
4971         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4972         find the start of the text.  Use field-string to read the user
4973         input.
4975 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
4977         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4978         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4979         for compatibility with old face implementation.
4981         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4982         Use erase-field instead of erase-buffer.
4984         * frame.el (blink-cursor-mode, blink-cursor-end): Use
4985         internal-show-cursor with new interface.
4986         (blink-cursor-timer-function): New.
4987         (blink-cursor-start): Use blink-cursor-timer-function.
4989 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4991         * calendar.el (redraw-calendar): Move to nearest date before
4992         redrawing.
4994         * diary-lib.el (simple-diary-display): Reset modeline even if
4995         there are no diary entries since the diary buffer may be displayed.
4997 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4999         * emacs-lisp/debug.el (debug): If noninteractive, display the
5000         backtrace using `message', then exit Emacs.
5001         (debugger-batch-max-lines): New variable.
5002         (debugger-setup-buffer): New subroutine, broken out of `debug'.
5003         Change the messages put at the start, to say that the debugger
5004         was entered.
5006 1999-11-02  Sam Steingold  <sds@ksp.com>
5008         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5010 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5012         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5013         presence of perl switches other than "-e".
5015 1999-11-01  Markus Rost  <rost@ias.edu>
5017         * dired-x.el (dired-smart-shell-command): Use
5018         shell-command-history as in shell-command.
5020 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5022         * userlock.el (ask-user-about-lock): Doc fix.
5024         * frame.el: Doc fixes.
5026 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5028         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5029         of show-cursor.
5030         (blink-cursor-start, blink-cursor-end): Ditto.
5032         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5034 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5036         * window.el (walk-windows): If ALL-FRAMES is a frame,
5037         start on that frame.  Use save-selected-window.
5039 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5041         * simple.el (end-of-buffer): Use window-end to find the window end
5042         instead of vertical-motion because this handles variable-height
5043         lines correctly.
5045 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
5047         * ediff.el: Version change.
5049         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5050         make sure you are in a good frame before deleting other
5051         windows.
5052         (ediff-file-checked-in-p): Don't consider CVS
5053         files checked in.
5054         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
5055         are writing to a newly created empty file.
5057         * ediff-mult.el (ediff-show-session-group-hook): New default.
5059         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5060         First cd to the file directory. reportedly works
5061         better with remote files.
5063         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5064         Use file-name-nondirectory when passing files to CVS.
5066         * ediff-diff.el (ediff-cmp-options): New variable.
5067         (ediff-same-file-contents): Use ediff-cmp-options.
5069         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5070         ediff-get-patch-buffer): Use current buffer if it appears to be a
5071         patch.
5073         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5074         C-g
5076         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5077         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5078         (viper-save-cursor-color,viper-restore-cursor-color):
5079         Improved cursor color handling.
5080         (viper-get-saved-cursor-color-in-replace-mode,
5081         viper-get-saved-cursor-color-in-insert-mode): New functions for
5082         better cursor color handling.
5084         * viper-ex.el (ex-read,ex-edit):
5085         Fixes for correct interpretation of #,%.
5086         (viper-ex): Now works correctly when called from other functions.
5087         (viper-glob-function): New variable.
5088         (viper-ex): Save excursion before doing :global.
5090         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5092         * viper-cmd.el (viper-post-command-sentinel,
5093         viper-insert-state-post-command-sentinel,
5094         viper-insert-state-pre-command-sentinel): Takes better care of
5095          cursor colors.
5097         * viper.el: Version change.
5099 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
5101         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5102         that the modeline display was updated *only* when
5103         `whitespace-display-in-modeline' was set, not otherwise.
5105 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5107         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5108         "frac12".
5110         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5111         ad-activate.
5113 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
5115         * whitespace.el: Test for existence of `defcustom' and `defgroup'
5116         using fboundp instead of assuming that these are not present in
5117         particular flavors of emacs.
5118         (whitespace-version): Update to 2.8
5119         (whitespace-display-in-modeline): Add custom variable to control
5120         displaying the whitespace errors on the modeline based on
5121         suggestion from <klaus.berndl@sdm.de>
5122         (whitespace-buffer): Now returns `t' if unclean and `nil' if
5123         clean, to enable using as a hook function, as suggested by Puneet
5124         Goel <puneet@computer.org>
5125         (whitespace-buffer): Fix a subtle bug that cleaned up only if
5126         quiet was not set, even with whitespace-auto-cleanup set.
5127         (whitespace-mode-line): Now uses less modeline real estate and
5128         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5129         which is present in the file, and <y> is any type of whitespace
5130         whose check has been suppressed by setting
5131         `whitespace-check-<whitespace-type>' to nil.
5132         (whitespace-unchecked-whitespaces): New function to return the
5133         list of whitespaces for whom checks have been suppressed.
5134         (whitespace-display-unchecked-whitespaces): Renamed to
5135         `whitespace-update-modeline' to reflect its functionality.
5137 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5139         * progmodes/compile.el (compilation-error-regexp-alist):
5140         Undo previous change.
5142 1999-10-28  Dave Love  <fx@gnu.org>
5144         * help.el (help-follow): Make arg optional again and really
5145         default to point.
5147 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
5149         * paths.el (rmail-file-name): Make it an option.
5151         * progmodes/ada-mode.el, progmodes/ada-prj.el,
5152         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5153         comment fixes.
5155         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5156         MIPS Pro 7.3 compiler error message syntax.
5158 1999-10-27  Dave Love  <fx@gnu.org>
5160         * progmodes/compile.el: Checkdoc-inspired fixes.
5162 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
5164         * lpr.el (print-buffer): Doc-string fix.
5166 1999-10-27  Dave Love  <fx@gnu.org>
5168         * emacs-lisp/advice.el: Doc fixes.
5169         (ad-lemacs-p): Removed.
5170         (advice): Add :link to defgroup.
5172 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
5174         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5175         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5177 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5179         * window.el (walk-windows): If ALL-FRAMES is a frame,
5180         start on that frame.  Use save-selected-window.
5182 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5184         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5185         ad-activate.  All callers changed, including those in data.c.
5186         (ad-activate-internal-off): Renamed from ad-activate-off.
5187         All uses changed.
5188         (ad-activate): Renamed from ad-activate-on.  All uses changed.
5189         (ad-start-advice, ad-stop-advice, ad-recover-normality):
5190         Alter the definition of ad-activate-internal, not ad-activate.
5192 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5194         * startup.el (command-line-1): Add support for command line
5195         arguments `file' and `execute'.  Fix handling of `visit'.
5197 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
5199         * international/mule-cmds.el (read-input-method-name): Handle the
5200         case that the arg DEFAULT is symbol.
5202         * international/mule-diag.el (mule-diag): Handle the case that
5203         default-input-method is symbol.
5205 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5207         * textmodes/tildify.el: New file.
5209 1999-10-25  Sam Steingold  <sds@ksp.com>
5211         * Makefile (compile-files): Fixed the "tr" strings.
5212         (EMACS): Set to ../src/emacs.
5214 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
5216         * info.el (Info-build-node-completions): Add '("*") to the
5217         completion list.
5219 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5221         * frame.el (auto-raise-mode): When enabling the mode,
5222         immediately raise the selected frame.
5224         * indent.el (indent-region): Doc fix.
5226         * comint.el (comint-output-filter): Make the Comint buffer current
5227         for the comint-preoutput-filter-functions.
5229         * mail/reporter.el: Doc fix.
5231 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5233         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5234         that Octave lisp files can also run under XEmacs 20.
5235         (require 'custom) added so that files can run under Emacs 19.34.
5237         * iswitchb.el (iswitchb-default-keybindings): No need to use
5238         read-kbd-macro in keybindings.
5240 1999-10-23  Dave Love  <fx@gnu.org>
5242         * elide-head.el: New file.
5244 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5246         * Makefile (compile-files, backup-compiled-files): New targets.
5247         (bootstrap, bootstrap-clean): Ditto.
5249 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5251         * international/mule-cmds.c (locale-language-names):
5252         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5253         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5254         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5255         Use Latin-8 for Welsh.
5256         Use Latin-1 for English if "en" is explicitly specified.
5257         Use Latin-1 for Scots Gaelic, Tagalog.
5258         Use Latin-1 (not Latin-4) for Greenlandic.
5259         Use Latin-1 (not Latin-2) for Albanian.
5260         (locale-preferred-coding-systems, locale-language-names):
5261         Remove generic ISO 8859 locales; locale-charset-language-names now
5262         does this.
5263         (locale-charset-language-names): New variable.
5264         (set-locale-environment): Use language name specified by
5265         locale-charset-language-names if its charsets disagree with the
5266         language name specified by locale-language-names.
5268 1999-10-22  Dave Love  <fx@gnu.org>
5270         * make-mode.el: Minor doc fixes.
5272         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5274 1999-10-21  Dave Love  <fx@gnu.org>
5276         * loadup.el: Add latin-8, latin-9.
5278 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5280         * disp-table.el (standard-display-european): Remove undocumented
5281         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5282         all non-English language environments as coding system names.
5283         Instead, use the downcased language environment name as a coding
5284         system name if it is one; otherwise, use latin-1.
5286 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5288         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5289         that were split so that part of the comment appeared as Lisp code.
5291 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5293         * ps-bdf.el: Doc fix.
5295         * ps-print-def.el: New file: common definitions for all parts of
5296         ps-print.
5297         (ps-multibyte-buffer): Moved from ps-mule.
5299         * ps-mule.el: File dependence fix.
5300         (ps-multibyte-buffer): Moved to ps-print-def.
5302         * ps-print.el: Doc fix, better customization.
5303         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5304         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5305         (ps-end-file): Doc fix.
5306         (ps-setup, ps-begin-file): Fun fix.
5307         (postscript): New group.
5308         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5309         (ps-print-prologue-1): Adjust PostScript programming.
5310         (ps-print): Adjust group hierarchy.
5311         (ps-print-n-up, ps-print-zebra, ps-print-background,
5312         ps-print-printer)
5313         (ps-print-page): New subgroups.
5314         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5315         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5316         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5317         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5318         (ps-zebra-stripe-height, ps-print-background-image)
5319         (ps-print-background-text, ps-spool-config): Adjust customization.
5320         (dos-ps-printer): Definition eliminated.
5322 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5324         * ps-mule.el: Doc fix, define functions properly if mule package is
5325         loaded or not.
5326         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5327         mule package is loaded or not.
5329         * ps-print.el: Doc fix, n-up printing.
5330         (ps-print-version): New version number (5.0).
5331         (ps-page-dimensions-database): Added document media.
5332         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5333         (ps-page-order, ps-printing-region-p): New vars.
5334         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5335         funs.
5336         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5337         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5338         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5339         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5340         (ps-print-begin-sheet-hook): New hook.
5341         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5342         const.
5343         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5344         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5345         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5346         (ps-count-lines): Changed to defun.
5347         (ps-header-page): Changed to defsubst, fix fun.
5348         (ps-printing-region): Doc fix, adjust programming code.
5349         (ps-output-boolean, ps-background-pages, ps-background-text)
5350         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5351         programming code.
5353 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5355         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5356         (ps-print-version): New version number (4.2).
5357         (ps-spool-config, ps-spool-tumble): New vars.
5358         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5359         programming, new PostScript procedure to handle errors.
5360         (ps-print-prologue-2): Changed to defconst.
5361         (ps-print-duplex-feature): New const: duplex and tumble setting.
5362         (ps-setup, ps-begin-file): Fix funs.
5363         (ps-boolean-capitalized): New fun.
5365 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5367         * Makefile (dontcompilefiles): Obsoleted.
5368         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5369         (EL): Unused.
5370         (temacs): Removed (unused).
5371         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5372         version of the file (necessary for the update to work properly).
5373         (autoloads): Force the use of `pwd`/loaddefs.el.
5374         (updates); Redefined in terms of other targets to reduce redundancy.
5375         (.el.elc): New default rule, just in case you want it.
5376         (compile): Use a single invocation of Emacs.
5377         (bootstrap-compile); Unneeded.
5378         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5380 1999-10-19  Dave Love  <fx@gnu.org>
5382         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5384 1999-10-19  Sam Steingold  <sds@ksp.com>
5386         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5387         comply with the comment.
5389 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5391         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5392         permanent-local.
5394 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5396         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5397         value: \"lpr\" changed to "lpr"
5398         (ps-mode-version): New constant
5399         (ps-mode-show-version): New function, added key in ps-mode-map
5400         (ps-run-messages): Removed
5401         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5402         ps-run-messages. These keywords now include the value of
5403         ps-run-prompt, making its fontification customizable.
5404         (ps-run-init): Removed \\n from docstring, it is now added when
5405         the value is used
5406         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5407         ps-run-prompt
5408         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5409         customizable variables in doc-string (its equivalent
5410         ps-run-messages was missing in previous version of the doc-string)
5411         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5412         symbols only
5414 1999-10-19  Alex Schroeder  <alex@gnu.org>
5416         * ansi-color.el: Complete rewrite.
5418 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5420         Fix bootstrapping problems.
5421         Use the system locale to specify Emacs locale defaults.
5423         * international/mule-cmds.el (global-map):
5424         Do not use backquote, because that makes a bootstrapping
5425         problem if you need to recompile all Lisp files using interpreted code.
5426         * international/mule.el (charset-id, charset-bytes,
5427         charset-dimension, charset-chars, charset-width,
5428         charset-direction, charset-iso-final-char,
5429         charset-iso-graphic-plane, charset-reverse-charset,
5430         charset-short-name, charset-long-name, charset-description,
5431         charset-plist): Likewise.
5432         * subr.el (save-match-data): Likewise.
5434         * international/mule-cmds.el
5435         (set-display-table-and-terminal-coding-system): New function,
5436         containing code migrated out of set-language-environment.
5437         (set-language-environment, set-locale-environment): Use it.
5438         (locale-translation-file-name): Moved here from startup.el.
5439         (locale-language-names, locale-preferred-coding-systems):
5440         New vars.
5441         (locale-name-match, set-locale-environment): New functions.
5443         * language/japan-util.el (setup-japanese-environment-internal):
5444         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5446         * startup.el (iso-8859-n-locale-regexp): Remove.
5447         (locale-translation-file-name): Move to mule-cmds.el.
5448         (command-line): Move locale-stuff into set-locale-environment.
5450 1999-10-18  Dave Love  <fx@gnu.org>
5452         * abbrev.el (add-abbrev, inverse-add-abbrev)
5453         (expand-region-abbrevs): Remove properties from buffer text.
5455 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5457         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5458         from the mini-buffer, without the prompt.
5460         * simple.el (minibuffer-prompt-end): Return the position
5461         after the prompt, not the position of that last character
5462         of the prompt.
5464 1999-10-17  Miles Bader  <miles@gnu.org>
5466         * simple.el: Doc fixes.
5468 1999-10-17  Miles Bader  <miles@gnu.org>
5470         * simple.el (previous-matching-history-element, next-history-element):
5471         Change to work correctly even if the point is in the prompt.
5472         (choose-completion-string): Likewise.
5473         (minibuffer-prompt-width): New function (compatibility with old subr).
5475         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5476         When constraining the final position to the current field,
5477         don't use the ONLY-IN-LINE mode of constrain-to-field.
5479 1999-10-17  Miles Bader  <miles@gnu.org>
5481         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5482         constrain-to-field.
5483         * textmodes/paragraphs.el (forward-sentence): Likewise.
5485 1999-10-17  Miles Bader  <miles@gnu.org>
5487         * simple.el (line-move): Use constrain-to-field to avoid
5488         moving into a prompt.
5489         (previous-complete-history-element): Clarify doc string.
5490         (next-complete-history-element): Likewise.
5491         Use field-beginning instead of point-min.
5492         (next-matching-history-element): Use field-beginning and
5493         erase-field instead of point-min and erase-buffer.
5494         * textmodes/paragraphs.el
5495         (forward-paragraph, forward-sentence): Likewise.
5496         (backward-kill-paragraph, backward-kill-sentence): Remove code to
5497         constrain the kill to an field, as the movement commands now
5498         do this.
5500 1999-10-17  Miles Bader  <miles@gnu.org>
5502         * simple.el (previous-matching-history-element): Get the
5503         minibuffer input with field-string instead of buffer-string.
5504         (choose-completion-string): Likewise.
5505         (next-history-element): Likewise.
5506         Erase the minibuffer input with erase-field, not erase-buffer.
5507         Use field-beginning to find the beginning of the input.
5508         * textmodes/paragraphs.el (backward-kill-sentence):
5509         Remove minibuffer-prompt hack.
5510         Constrain to any input field.
5512 1999-10-17  Sam Steingold  <sds@ksp.com>
5514         * bindings.el (completion-ignored-extensions): Added ".sparcf"
5515         for CMUCL on sparc and ".ufsl" for LispWorks.
5516         (bound-and-true-p): Bugfix: free variable `v'.
5518 1999-10-16  Dave Love  <d.love@dl.ac.uk>
5520         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5521         (edebug-uninstall-read-eval-functions): Use load-read-function,
5522         avoiding elisp-eval.
5524 1999-10-16  Sam Steingold  <sds@ksp.com>
5526         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5527         instead of `eql'.
5529 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5531         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5532         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5533         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5534         * ediff-util.el (ediff-make-temp-file):
5535         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5536         * emerge.el (emerge-make-temp-file):
5537         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5538         * vc.el (vc-update-change-log):
5539         * mail/mailpost.el (post-mail-send-it):
5540         * mail/metamail.el (metamail-region):
5541         * progmodes/cmacexp.el (c-macro-expansion):
5542         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5544 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
5546         * smtpmail.el (smtpmail-via-smtp): Add support for
5547         automatically appending a domain to RCPT TO: addresses.
5549 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5551         * dired.el (dired-insert-directory): Insert the amount of
5552         free space after the total size.
5553         (dired-free-space-program, dired-free-space-args): New variables.
5555 1999-10-14  Karl Heuer  <kwzh@gnu.org>
5557         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5559 1999-10-14  Dave Love  <fx@gnu.org>
5561         * international/characters.el:
5562         * international/fontset.el:
5563         * international/mule-conf.el: Add latin-iso8859-1[45].
5565         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
5566         strings.
5568         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5569         (command-line): Detect Latin-[89] locales.
5571 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5573         * international/mule-cmds.el (select-safe-coding-system)
5574         (leim-list-header): Avoid the use of strings that start with backslash
5575         newline since lread.c:read1 has a hack to turn those strings into
5576         integer 0 during the loadup.el process.
5578         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5580 1999-10-13  Dave Love  <fx@gnu.org>
5582         * image.el (insert-image): Copy the image spec and add an
5583         intangible property.
5585 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5587         * help.el (help-xref-interned): Make it also work on variable-only
5588         and function-only symbols.
5589         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5590         (help-follow): If the point under mouse is not highlighted, try
5591         `help-xref-interned' on the pointed-to symbol anyway.
5593         * info.el (Info-on-current-buffer): New entry point.
5594         (Info-find-node): Split into two for Info-on-current-buffer to
5595         hook into it.
5596         (Info-current-file, Info-set-mode-line, Info-up):
5597         Info-current-file can now be t.
5598         (Info-clone-buffer-hook): Function for `clone-buffer'.
5599         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5600         Make `clone-buffer' available in various ways to the user.
5602 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5604         * simple.el (shell-command, shell-command-on-region): Use
5605         make-temp-file.
5606         (clone-buffer, clone-process, clone-buffer-hook): New functions.
5608         * subr.el (with-current-buffer): Don't use backquotes to avoid
5609         bootstrapping problems.
5611         * loadup.el (load-path): Add subdirs for bootstrapping.
5612         (docstrings): Ignore errors during bootstrapping.
5613         (args): New `bootstrap' argument (for use in place of `dump').
5615 1999-10-12  Emmanuel Briot  <briot@gnat.com>
5617         * ada-stmt.el: Doc-string fixes.
5619 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
5621         * recentf.el: New file.
5623         * ps-mode.el: New file.
5625         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5626         case insensitive.
5628 1999-10-12  Richard Sharman  <rsharman@pobox.com>
5630         * sh-script.el: Added support for indenting existing scripts.
5631         (sh-mode-map): Added new bindings.
5632         (sh-mode): Updated mode doc-string for new commands, added
5633         make-local-variable calls, initialize mode-specific variables.
5634         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
5635         is now a different function.
5636         (sh-header-marker):  Changed docstring.
5637         (sh-set-shell): Initialize mode-specific variables.
5638         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5639         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5640         Changed these define-skeleton calls to work with user-specified
5641         indentation settings.
5642         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5643         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5644         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5645         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5646         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5647         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5648         (sh-guess-basic-offset, sh-handle-after-case-label)
5649         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5650         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5651         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5652         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5653         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5654         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5655         (sh-handle-this-then, sh-help-string-for-variable)
5656         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5657         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5658         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5659         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5660         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5661         (sh-remove-our-text-properties, sh-rescan-buffer)
5662         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5663         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5664         (sh-scan-case, sh-search-word, sh-set-char-syntax)
5665         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5666         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5667         functions.
5668         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5669         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5670         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5671         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5672         (sh-var-list): New variables.
5674 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
5676         * quickurl.el (quickurl-list-insert): `count-lines' was returning
5677         a value one line to high if the cursor wasn't at the start of a
5678         line. A `beginning-of-line' is now performed before making the
5679         call to `count-lines'.
5681 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5683         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5685 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
5687         * Makefile (setwins): Abstract out the command to find subdirectories
5688         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5689         (custom-deps, finder-data, autoloads, update-subdirs, updates)
5690         (autoloads-with-other-emacs): Use it.
5692         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
5694 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
5696         * Makefile (bootstrap-compile): New target.  Compile Lisp
5697         files with ../src/temacs.
5699 1999-10-08  Dave Love  <fx@gnu.org>
5701         * ange-ftp.el: Require dired when compiling.
5702         (ange-ftp-normal-login): Allow EFS-style port specification.
5704 1999-10-08  Simon Marshall  <simon@gnu.org>
5706         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5707         (regexp-opt-group): Use it to get common suffixes in STRINGS.
5708         If STRINGS is nil, return "" rather than nil.
5710 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5712         * Makefile (compile): Compile files one by one.  Set load-path to
5713         current directory and subdirectories when compiling.
5715 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5717         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5718         (emacs): Use it everywhere instead of EMACS.
5719         (compile): New target.  Compile all Lisp files from scratch.
5720         (recompile): New target.  Recompile lisp directory.
5721         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
5722         an Emacs executable not built in the current directory tree.
5724 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
5726         * filecache.el (file-cache-completion-ignore-case): New variable,
5727         defaulting to the value of completion-ignore-case.
5728         (file-cache-minibuffer-complete): Use it.
5729         (file-cache-files-matching, file-cache-files-matching-internal):
5730         New functions.
5732 1999-10-07  Emmanuel Briot  <briot@gnat.com>
5734         * ada-xref.el: New file
5736         * ada-prj.el: New file
5738         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5740         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5741         subprogram being created.
5743         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5744         ada-indent-newline-indent): Rewritten to support the new indentation
5745         scheme
5747         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5748         New functions
5750         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5751         justification parameter
5753         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5754         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5755         external program
5757 1999-10-07  Dave Love  <fx@gnu.org>
5759         * bindings.el (bound-and-true-p): New macro.
5760         (make-mode-line-mouse-sensitive): Don't require easymenu.
5762 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
5764         * custom.el (defface): Extend documentation for new values of
5765         `type'.
5767         * faces.el (face-spec-set-match-display): Recognize `type' of
5768         `motif', `lucid', `x-toolkit'.
5769         (menu): New face.
5771 1999-10-05  Dave Love  <fx@gnu.org>
5773         * files.el: Recognize temporary crontab files.
5775         * info.el: Require jka-compr when compiling.
5776         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5778 1999-10-04  Dave Love  <fx@gnu.org>
5780         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5781         scroll-up-aggressively, scroll-down-aggressively.
5783         * time.el (display-time-mode): Add autoload cookie.
5785         * rect.el (delete-extract-rectangle): Doc fix from verna.
5787         * help-macro.el (three-step-help): Customize.
5789 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5791         * hexl.el (hexlify-buffer): Move point in proper range
5792         if it is too large.
5793         (hexl-after-revert-hook): Update hexl-max-address.
5794         (hexl-address-to-marker): Doc fix.
5796 1999-10-03  Dave Love  <fx@gnu.org>
5798         * image.el (defimage): Remove redundant code.  Substitute file in
5799         image plist.
5801 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5803         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5804         when doing with-temp-file.
5806 1999-10-01  Dave Love  <fx@gnu.org>
5808         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5810         * help.el: Require view when compiling.
5811         (view-emacs-FAQ): Use Info version.
5813 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
5815         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5816         (normat->normal).  Use correct font names for Korean
5817         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5819 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
5821         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5822         code not used by KOI8 to the same 8-bit code instead of mapping to
5823         SPC.
5824         (cyrillic-alternativnyj-decode-table): Likewise.
5826 1999-09-29  Alex Schroeder  <alex@gnu.org>
5828         * sql.el (sql-imenu-generic-expression): Aew, used to set
5829         imenu-generic-expression.
5830         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5831         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
5832         imenu-case-fold-search, and imenu-syntax-alist.
5833         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5834         setting font-lock-defaults' SYNTAX-ALIST.
5836 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5838         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5839         macro, try again.
5841 1999-09-28  Dave Love  <fx@gnu.org>
5843         * cus-edit.el (custom-comment): Change widget definition.
5844         (custom-comment-create, custom-comment-show)
5845         (custom-comment-invisible-p): Don't use :comment-overlay.
5846         (custom-comment-hide): New function.
5847         (custom-variable-set, custom-variable-save)
5848         (custom-variable-reset-standard, custom-face-set)
5849         (custom-face-save): Use it.
5851 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5853         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5855 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5857         * faces.el (region): Doc fix.
5859 1999-09-27  Dave Love  <fx@gnu.org>
5861         * isearch.el (isearch): Add :links in defgroup.
5862         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5863         (isearch-switch-frame-handler): Comment out (unused).
5864         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5865         (isearch-ring-retreat-edit): Doc fix.
5866         (isearch-mouse-yank): New command.
5867         (isearch-last-command-char): Removed.  Callers changed to use
5868         last-command-char.
5869         (isearch-char-to-string): Removed.  Callers changed to use
5870         char-to-string.
5872 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
5874         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5875         option for Russian.
5877 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
5879         * faces.el (face-differs-from-default-p): Compare face
5880         attributes individually.
5882         * image.el (put-image, insert-image): Add string argument.
5884 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
5886         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5887         LANG=de_DE.iso88591 on HPUX 11.0.
5889         * dired.el (dired-move-to-filename-regexp): Make it work
5890         for LANG=de_DE.iso88591 on HPUX 11.0.
5892 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5894         * info.el (info-initialize): Don't test existence of ALTERNATIVE
5895         if we know for some other reason it should not be used.
5897         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5898         New variable.
5899         (edebug-recursive-edit): Save current-prefix-arg there,
5900         bind it, and set it back at the end.
5901         (edebug-outside-excursion): Restore and update the outside
5902         value of current-prefix-arg.
5903         (edebug-emacs-version-specific): Delete support for Epoch.
5905 1999-09-24  Howard Melman  <howard@silverstream.com>
5907         * imenu.el (imenu-after-jump-hook): New variable.
5908         (imenu): Run menu-after-jump-hook.
5909         (imenu-name-lookup-function): New variable.
5910         * imenu.el (imenu--in-alist): Use those variables.
5912 1999-09-24  Carsten Dominik  <cd@gnu.org>
5914         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5915         multiple thebibliography environments.
5917         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5918         with recentering window.
5919         (reftex-extract-bib-entries-from-thebibliography,
5920         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
5921         with multiple thebibliography environments.
5923         * textmodes/reftex-vars.el
5924         (reftex-section-levels): Function allowed as cdr.
5925         (reftex-max-section-depth) New option.
5927         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5928         with multiple thebibliography environments.
5930 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
5932         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5933         instead of point-min in call to delete-region.
5935 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5937         * vc.el (vc-backend-checkout): Use with-temp-file when checking
5938         out into arbitrary file names.
5940 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
5942         * language/european.el ("Turkish"): New language environment.
5944 1999-09-19  Dave Love  <fx@gnu.org>
5946         * delim-col.el: New file.
5948 1999-09-17  Richard Stallman  <rms@gnu.org>
5950         * files.el (after-find-file): When visiting a backup file,
5951         make it read-only.
5953         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5954         (apropos-keybinding-face, apropos-label-face): Likewise.
5955         (apropos-property-face, apropos-match-face): Likewise.
5956         (apropos-label-properties): New variable.
5957         (apropos-print-doc): Use apropos-label-properties.
5958         (apropos-print): Set apropos-label-properties.
5960 1999-09-15  Richard Stallman  <rms@gnu.org>
5962         * winner.el: Use aref instead of sref.
5964         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5966 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
5968         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5970 1999-09-14  Richard Stallman  <rms@gnu.org>
5972         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5973         cookie, even if followed by a letter.
5975 1999-09-14  Stephen Eglen  <stephen@gnu.org>
5977         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5978         --no-line-editing are passed to Octave by including them here
5979         rather than storing them in inferior-octave-startup-args.
5981 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
5983         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5984         command, option, env and sc.
5986         * subr.el (shell-quote-argument): Quote argument with double
5987         quotes for ms-dos.
5989 1999-09-14  Richard Stallman  <rms@gnu.org>
5991         * simple.el (eval-expression-print-level): New variable.
5992         (eval-expression-print-length): New variable.
5993         (eval-expression-debug-on-error): New variable.
5994         (eval-expression): Bind print-level, print-length and
5995         debug-on-error from those vars.
5997         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5998         Bind print-level, print-length and debug-on-error.
6000 1999-09-14  Inge Frick  <inge@nada.kth.se>
6002         * dired.el (dired-recursive-deletes): New custom variable.
6003         (dired-re-no-dot): New variable.
6004         (dired-delete-file): New function deletes files and directories
6005         recursively.
6006         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6008         * dired-aux.el (dired-recursive-copies): New custom variable.
6009         (dired-handle-overwrite): Broke a long line.
6010         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6011         `copy-file'.
6012         (dired-copy-file-recursive): New function.  Copy directories
6013         recursively.
6014         (dired-do-create-files): Added support for generalized directory
6015         target.  How-to function may now return a function.  New fluid
6016         variable `dired-one-file'.
6017         (dired-copy-how-to-fn): New variable.
6018         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6019         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6020         (dired-do-copy-regexp): No recursive copies.
6022 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6024         * whitespace.el (whitespace-version): Update version to 2.4
6026         * whitespace.el: Add customization variables to conditionally test
6027         any of the five whitespaces, per request from Rune Kleveland
6028         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6030         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6032         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6033         list of modes to be checked for bogus whitespaces.
6035         * whitespace.el (whitespace-rescan-timer-time): Update
6036         documentation.
6038         * whitespace.el (whitespace-display-unchecked-whitespaces):
6039         New function to update modeline with untested whitespaces.
6041         * whitespace.el (whitespace-buffer): Test only whitespaces whose
6042         checking is turned on, and update modeline using the newly created
6043         `whitespace-display-unchecked-whitespaces'.
6045         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6046         whose checking is turned on, and update modeline using the newly
6047         created `whitespace-display-unchecked-whitespaces'.
6049         * whitespace.el (whitespace-describe): Update documentation.
6051         * whitespace.el (whitespace-tickle-timer): Test if
6052         `whitespace-rescan-timer-time' is non-zero before tickling timer.
6054 1999-09-13  Dave Love  <fx@gnu.org>
6056         * hideif.el (hide-ifdef-mode): Add autoload cookie.
6058         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6059         for temp buffer.
6060         (checkdoc-this-string-valid): Don't assume default comment-start.
6062 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
6064         * rsz-mini.el: Remove code, keep the interface.
6066 1999-09-13  Dave Love  <fx@gnu.org>
6068         * help.el (help-highlight-p): Doc fix.
6070         * faces.el (mode-line, header-line, tool-bar): Add :version.
6071         (highlight, secondary-selection): Add :group.
6072         (trailing-whitespace): Add :group, :version.
6074         * wid-edit.el: Remove some compatibility code and checks.
6075         (widget-specify-field, widget-specify-button): Don't use XEmacs
6076         properties.
6077         (widget-overlay-inactive): Change error message.
6078         (widget-button-pressed-face): New variable.
6079         (widget-button-click): Use it.
6080         (widget-documentation-link-add): Specify mouse and button faces.
6081         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6082         removed now the functionality is built in.
6084         * cus-edit.el: Don't define-widget-keywords.
6085         (multimedia): New group.
6086         (custom-last): Function removed.
6087         (custom-quote): Add vectorp case, comment out characterp case.
6088         (custom-buffer-done-function, custom-raised-buttons): New option.
6089         (Custom-buffer-done): New function.
6090         (custom-buffer-create-internal): Obey custom-raised-buttons,
6091         Custom-buffer-done.
6092         (custom-button-face): Make it `released-button'.
6093         (custom-button-pressed-face): Make it `pressed-button'
6094         (custom-mode-map): Bind "q" to Custom-buffer-done.
6095         (custom-mode): Deal with raised/pressed buttons.
6097         Changes from Didier Verna:
6098         (custom-prompt-variable): Optional third arg makes prompt for a
6099         comment string.
6100         (customize-set-value, customize-set-variable,
6101         customize-save-variable): Optional prefix makes function handle
6102         variable comments.
6103         (customize-customized, customize-saved, custom-variable-state-set)
6104         (custom-variable-set, custom-variable-save, custom-face-state-set)
6105         (custom-variable-reset-saved, custom-variable-reset-standard)
6106         (custom-face-set, custom-face-save, custom-face-reset-saved)
6107         (custom-face-reset-standard, customize-save-customized): Handle
6108         custom comments.
6109         (custom-comment-face, custom-comment-tag-face): New face.
6110         (custom-comment): New widget.
6111         (custom-comment-create, custom-comment-delete)
6112         (custom-comment-value-set, custom-comment-show)
6113         ()custom-comment-invisible-p): New functions.
6114         (custom-variable-value-create, custom-face-value-create): Create a
6115         comment field widget.
6116         (custom-variable-menu, custom-face-menu): New entry for custom
6117         comment.
6118         (custom-face-value-create): Remove compatibility code.
6119         (custom-save-variables, custom-save-faces): Possibly save custom
6120         comments.
6122         * cus-face.el (custom-face-attributes): Simplify :underline,
6123         :overline, :inverse-video cases.  Fix up :box case (probably needs
6124         more work).
6126         Change from Didier Verna:
6127         (custom-set-faces): The arguments can now have a custom comment as
6128         fourth argument.
6130         * custom.el: Don't define-widget-keywords.
6131         Change from Didier Verna:
6132         (custom-set-variables): The arguments can now have a
6133         custom comment as fifth element.
6135 1999-09-13  Richard Stallman  <rms@gnu.org>
6137         * info.el (Info-find-node): Cope better if guesspos is too large.
6139 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6141         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6142         of buffer-substring because buffer-string doesn't copy the
6143         prompt.
6145         * faces.el (mode-line): Replaces `modeline'.
6146         (toplevel): Make `modeline' an alias for `mode-line'.
6148 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6150         * gs.el: Change `ghostscript' to `postscript' in comment.
6152 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
6154         * emulation/tpu-edt.el (tpu-version): New version.
6155         (tpu-search-overlay, tpu-replace-overlay): New variables.
6156         (tpu-search-highlight, tpu-toggle-direction): New functions.
6157         (tpu-lm-replace): Set tpu-replace-overlay.
6158         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6159         command hook.
6161 1999-09-11  Richard Stallman  <rms@gnu.org>
6163         * isearch.el (isearch-mode-map): Undo previous change.
6165         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6166         use all of that as the sexp.
6168         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6169         and use the initial argument as file name directly.
6170         Likewise if nothing matches.
6172 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
6174         * winner.el: Major changes.  Avoid changing point and mark.
6175         Save configurations after they change, not before.
6177 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
6179         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6180         Bind print-continuous-numbering and print-number-table.
6182 1999-09-10  Dave Love  <fx@gnu.org>
6184         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6186 1999-09-09  Richard Stallman  <rms@gnu.org>
6188         * whitespace.el: Finish making it fit Emacs conventions.
6189         Add autoloads.
6191 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6193         * generic-x.el (bat-generic-mode): "::"-style comments don't
6194         need to begin with "-".  Fix the font-lock definitions of ON/OFF
6195         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
6196         from the list of keywords.  Add DO to the list of keywords.
6198 1999-09-09  Dave Love  <fx@gnu.org>
6200         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6201         (byte-optimize-backward-word): New optimizations.
6202         (side-effect-free-fns, side-effect-and-error-free-fns): Add
6203         entries.
6205 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
6207         * image.el (put-image): Remove optional buffer parameter.
6209         * faces.el (face-italic-p): Return t only for values `italic'
6210         and `oblique'.
6212         * mouse.el (mouse-drag-mode-line-1): Extension of former
6213         mouse-drag-mode-line that also drags the header line.
6214         (mouse-drag-mode-line): Call it.
6215         (mouse-drag-header-line): New.
6216         (toplevel): Bind down-mouse-1 on header lines to
6217         mouse-drage-header-line.
6219 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6221         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6222         (make-mode-line-mouse-sensitive): Replace `top-line' by
6223         `header-line'.
6225 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6227         * help.el (describe-function-1): Don't return empty string for keymaps.
6229         * fill.el (fill-region-as-paragraph, canonically-space-region):
6230         Respect colon-double-space at end of line.
6232 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6234         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6235         (backup-buffer): Use it.
6237 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6239         * generic-x.el (generic-define-unix-modes): Added new modes:
6240         inetd-conf-generic-mode, etc-services-generic-mode,
6241         etc-passwd-generic-mode.  These are all defined for Unix by default.
6242         (apache-generic-mode): Use an imenu-generic-expression to list
6243         Configuration keywords.
6244         (samba-generic-mode): Use both ; and # as comment characters.
6245         (samba-generic-mode): Font-lock expressions now highlight name
6246         value pairs.
6247         (bat-generic-mode): Keywords are now case-insensitive through
6248         font-lock-defaults setting.
6249         (java-properties-generic-mode): Supports both ! and # as comment
6250         characters.
6251         (java-properties-generic-mode): Added an imenu-generic-expression
6252         (java-properties-generic-mode): Reworked to support the various
6253         different ways to separate name and value (viz, '=', ':' and
6254         whitespace).
6255         (show-tabs-generic-mode): Added this new generic-mode.
6257 1999-09-08  Richard Stallman  <rms@gnu.org>
6259         * progmodes/inf-lisp.el: Moved from top directory.
6261         * tar-mode.el (tar-header-block-tokenize):
6262         Use `when' instead of `and'.  Fix some clobbered text.
6264         * gud.el (gud-make-debug-menu): Make a child for the
6265         local menu, for its menu bar, and the debug menu.
6266         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6267         Use the history in the simple way.
6269 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6271         * language/korea-util.el (default-korean-keyboard): Initialize it
6272         according to the environment variable HANGUL_KEYBOARD_TYPE.
6274 1999-09-07  Richard Stallman  <rms@gnu.org>
6276         * subr.el (make-temp-file): New function.
6278 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6280         * font-lock.el (font-lock-multiline): New text property contains
6281         a boolean to indicate if the char is part of a multiline match.
6282         (font-lock-default-fontify-region): Extend the region appropriately
6283         for multiline keywords.
6284         (font-lock-default-unfontify-region): Also remove the new
6285         font-lock-multiline text property.
6286         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6287         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6289 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6291         * diary-lib.el (list-diary-entries): Make sure two-digit years
6292         have leading zeros.
6294 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6296         * faces.el (face-set-after-frame-default): Initialize some
6297         attributes of some faces from frame parameters.
6299         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6301 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6303         * faces.el (fringe): Replaces face `margin'.
6305 1999-09-07  Dave Love  <fx@gnu.org>
6307         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6309 1999-09-07  Richard Stallman  <rms@gnu.org>
6311         * subr.el (push): Doc fix.
6313 1999-09-06  Richard Stallman  <rms@gnu.org>
6315         * vc.el (vc-annotate-display): Use < 69 not < 70
6316         to distinguish 20YY from 19YY.
6318         * timezone.el (timezone-parse-date): Use < 69 not < 70
6319         to distinguish 20YY from 19YY.
6321         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6323 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6325         * quickurl.el: (quickurl-list-focused-line): Removed.
6326         (quickurl-list-insert): Now works out the focused line using
6327         `count-lines' instead of using `quickurl-list-focused-line'.
6329 1999-09-06  Richard Stallman  <rms@gnu.org>
6331         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6332         to beginning of message.
6334 1999-09-06  Dave Love  <fx@gnu.org>
6336         * isearch.el (isearch-mode-map): Add mouse-2.
6338         * mail/rmail.el (rmail-read-password): Deleted.
6339         (rmail-get-pop-password): Use read-password.
6341         * quickurl.el: Don't conditionally define caddr.
6342         (quickurl-url-comment): Use nth, not caddr in function and
6343         defsetf.
6345 1999-09-06  Richard Stallman  <rms@gnu.org>
6347         * auto-show.el: Doc fixes.
6349 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6351         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6352         --no-line-editing so that TABs in source files are not interpreted
6353         as completion requests.
6355 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6357         * hscroll.el, auto-show.el: Remove all code, keep the public
6358         interface as no-ops.
6360         * faces.el (face-bold-p): Don't return t if face has lighter
6361         weight than normal.
6363 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6365         * startup.el (command-line): Make small-temporary-file-directory
6366         be nil except on ms-dos.
6368         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6370         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6371         is defined.
6373         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6374         letters with a colon after d or l.
6376 1999-09-06  Dave Love  <fx@gnu.org>
6378         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6379         primitive.)
6381 1999-09-05  Richard Stallman  <rms@gnu.org>
6383         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6385         * textmodes/paragraphs.el (backward-kill-sentence):
6386         Don't test minibuffer-prompt-end here.
6387         (forward-sentence): Do handle it here.
6388         (backward-kill-paragraph): Don't test it here.
6389         (forward-paragraph): Handle it here.
6391         * mouse.el (font-menu-add-default): Simplify code.
6393 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6395         * faces.el (header-line): Renamed from `top-line'.
6397 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6399         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6401 1999-09-04  Richard Stallman  <rms@gnu.org>
6403         * whitespace.el: New file.
6405 1999-09-04  Dave Love  <fx@gnu.org>
6407         * paths.el: Make some doc strings obey the make-docfile convention.
6409         * bindings.el: Likewise.
6410         (debug-ignored-errors): Remove BBDB ones.
6412 1999-09-03  Richard Stallman  <rms@gnu.org>
6414         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6415         not from the draft to forward.
6417         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6419 1999-09-03  Dave Love  <fx@gnu.org>
6421         * double.el (double-mode): Customize the variable.
6423 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6425         * international/characters.el: Delete duplicated code.
6427 1999-09-02  Richard Stallman  <rms@gnu.org>
6429         * indent.el (indent-relative): Doc fix.
6431         * quickurl.el (quickurl): Doc fix.
6433 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6435         * faces.el (margin): Change background to "gray" for mono (this is
6436         drawn with a stipple pattern).
6438 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6440         * simple.el (next-history-element): Use minibuffer-prompt-end once
6441         again.  Remove test for minibuffer-prompt-in-buffer.
6443 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6445         * files.el (small-temporary-file-directory): New variable.
6447         * startup.el (command-line): Compute the value of
6448         small-temporary-file-directory.
6450         * ediff-init.el (ediff-temp-file-prefix): Use
6451         small-temporary-file-directory if non-nil.
6453         * vc.el (vc-update-change-log): Likewise.
6455         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6457         * simple.el (shell-command, shell-command-on-region): Use
6458         make-temp-name properly.  Use small-temporary-file-directory if
6459         non-nil, otherwise temporary-file-directory, to generate temporary
6460         files.
6462         * dos-w32.el (direct-print-region-helper): Use
6463         temporary-file-directory.  (From Stefan Monnier.)
6465 1999-09-02  Richard Stallman  <rms@gnu.org>
6467         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6468         from asm-comment-char.
6469         (asm-font-lock-keywords): Recognize instruction width suffixes.
6471 1999-09-01  Richard Stallman  <rms@gnu.org>
6473         * play/fortune.el: New file.
6475 1999-08-31  Dave Love  <fx@gnu.org>
6477         * help.el (help-make-xrefs): Don't lose on non-empty blank line
6478         after key table.
6480         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6481         redisplay variables.
6483         * subr.el (push): Fix typo.
6485 1999-08-30  Kevin Blake  <kblake@ticnet.com>
6487         * emacs-lisp/ring.el: Many doc fixes.
6488         (ring-size, ring-copy): New functions.
6490 1999-08-29  Richard Stallman  <rms@gnu.org>
6492         * progmodes/etags.el (tags-loop-continue):
6493         After tags-loop-operate returns, force skip to next file.
6495         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6496         (mail-extr-first-letters, mail-extr-last-letters):
6497         Use character classes [:alpha:] and [:alnum:].
6499         * subr.el (push, pop): New macros.
6501         * progmodes/compile.el (compilation-error-regexp-alist):
6502         New item for SGI IRIX MipsPro compilers.
6504         * speedbar.el (speedbar-directory-buttons): Recognize
6505         device names when checking for file names.
6507         * array.el (array-reconfigure-rows): Use generate-new-buffer.
6509         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6510         and specially handle defvar inside their expansions.
6511         (eval-defun-1): New subroutine.
6513         * progmodes/compile.el (compilation-error-regexp-alist):
6514         Fix the Perl -w entry to allow period after line number.
6515         Don't allow newlines in file name, but allow them after line number
6516         for Perl debugging traces.
6518         * which-func.el (which-func-cleanup-function): New variable.
6519         (which-function): Call that function.
6521         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6522         to end a function name.
6524         * informat.el (Info-tagify): Don't insert more than one newline
6525         before the tag table.
6527 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6529         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6530         than make-temp-name, use match-string-no-properties, and eliminate
6531         a quadratic behavior when building bibtex-strings.
6533 1999-08-29  Alex Schroeder  <alex@gnu.org>
6535         * comint.el (comint-input-ring-separator): New variable.
6536         (comint-read-input-ring): Doc change; use
6537         comint-input-ring-separator when reading file.
6538         (comint-write-input-ring): Use
6539         comint-input-ring-separator when writing file.
6541 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
6543         * informat.el (Info-tagify): Start by widening.
6544         Match node headers that don't list the file name,
6545         and more kinds of page separations.
6546         Strip properties during tagification.
6547         Use start of node header line as tag's position.
6548         Fix the "done" message.
6550         (Info-validate): Save and restore match data around narrowing down.
6552 1999-08-28  Richard M. Stallman  <rms@gnu.org>
6554         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6555         On repeated call, override previous values put into
6556         minor-mode-map-alist and minor-mode-alist.
6558 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
6560         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6562 1999-08-27  Andreas Schwab  <schwab@gnu.org>
6564         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6565         from cvs update.
6567 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6569         * calendar/calendar.el (calendar-move-hook): New hook.
6571         * calendar/cal-move.el: Call the new hook in every movement function.
6573         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6574         the right function name.
6576 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
6578         * time-stamp.el: Put quote-backquote around all symbol names
6579         in doc strings, for mousing.
6580         (time-stamp): Support multi-line patterns.
6581         (time-stamp-inserts-lines): New variable.
6582         (time-stamp-count): New variable.
6583         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6584         "Thu" instead of "%a".
6586 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6588         * simple.el (kill-word): Undo previous change.
6590 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6592         * jit-lock.el (jit-lock-function): Extend the fontified range
6593         to the beginning of the line containing the range start and
6594         the beginning of the line following the range end.
6596 1999-08-24  Dave Love  <fx@gnu.org>
6598         * timezone.el: Move provide to end.
6599         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
6600         <70 are 2000+.
6601         (timezone-parse-time): Simplify somewhat.
6603 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
6605         * faces.el (margin): Renamed from bitmap-area.
6607 1999-08-24  Alex Schroeder  <alex@gnu.org>
6609         * sql.el: Doc changes.
6610         (sql-sybase): Use sql-server instead of sql-database.
6612 1999-08-23  Dave Love  <fx@gnu.org>
6614         * rect.el: Add/fix various doc strings.  Add `*' to all the
6615         interactive specs.
6617 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
6619         * jit-lock.el (jit-lock-function): Use line-beginning-position.
6620         Don't unwind-protect font-lock-fontify-region.
6622         * paragraphs.el (backward-kill-paragraph): Don't move
6623         point into mini-buffer prompt.
6624         (backward-kill-sentence): Ditto.
6626         * simple.el (next-history-element): Use minibuffer-prompt-end.
6627         Remove test for minibuffer-prompt-in-buffer.
6628         (kill-word): Don't move point into mini-buffer prompt.
6630 1999-08-21  Dave Love  <fx@gnu.org>
6632         * Makefile: Exclude CVS dirs like RCS.
6634 1999-08-19  Dave Love  <fx@gnu.org>
6636         * tooltip.el (tooltip-mode): Customize this, per convention.
6637         (tooltip-active): Option deleted.
6639         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
6641         * hanoi.el, page-ext.el: Declare dynamic vars.
6643         * term.el: Avoid ange-ftp related compilation warnings.
6645 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
6647         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6648         the default so that beginners can benefit from it without
6649         searching in manuals.
6651 1999-08-18  Ray Blaak  <blaak@gnu.org>
6653         * progmodes/delphi.el: Consider assembly sections as blocks, to
6654         indent them better. Make auto-indent on newline optional.
6656 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
6658         * bindings.el (mode-line-modified): Look up key binding for C-x
6659         C-q.  If it's bound call that binding, otherwise call
6660         toggle-read-only.
6662 1999-08-17  Dave Love  <fx@gnu.org>
6664         * info.el (info): Doc fix.
6666         * finder.el (finder-known-keywords): Add `multimedia'.
6668         * apropos.el: Don't capitalize custom group name.
6670         * info-look.el: Remove compatibility code.
6671         (info-lookup-guess-default*): DTRT for point at start of symbol.
6672         (info-complete): Don't lose with point not at end of symbol.
6674 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
6676         * term.el (toplevel): Make face `term-default' an empty face.
6677         The code relied on the fact that Emacs ignored invalid faces in
6678         face text properties in 20.4.
6680 1999-08-16  Richard M. Stallman  <rms@gnu.org>
6682         * subr.el (point-at-eol, point-at-bol): New aliases.
6684         * simple.el: Functions reordered.
6686         * rect.el (delete-rectangle-line): Use line-end-position.
6688 1999-08-16  Karl Heuer  <kwzh@gnu.org>
6690         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6691         here from simple.el.
6693 1999-08-16  Dave Love  <fx@gnu.org>
6695         * mouse.el: Provide `mldrag' for compatibility.
6696         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6697         marked obsolete.
6699         * mldrag.el: Removed since the features are in mouse.el.
6701         * jka-compr.el (auto-compression-mode): New variable for
6702         customization.
6704         * bindings.el (mode-line-mule-info): Doc fix.
6706         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6707         name comparisons.
6709         * files.el (interpreter-mode-alist): Add make, guile, clisp.
6710         (find-file): Doc fix.
6712 1999-08-16  Carsten Dominik  <cd@gnu.org>
6714         * textmodes/reftex.el: Most of the code moved to other files.
6715         * textmodes/reftex-auc.el: New file, split out from reftex.el
6716         * textmodes/reftex-cite.el: New file, split out from reftex.el
6717         * textmodes/reftex-global.el: New file, split out from reftex.el
6718         * textmodes/reftex-index.el: New file, split out from reftex.el
6719         * textmodes/reftex-parse.el: New file, split out from reftex.el
6720         * textmodes/reftex-ref.el: New file, split out from reftex.el
6721         * textmodes/reftex-sel.el: New file, split out from reftex.el
6722         * textmodes/reftex-toc.el: New file, split out from reftex.el
6723         * textmodes/reftex-vars.el: New file, split out from reftex.el
6724         * textmodes/reftex-vcr.el: New file, split out from reftex.el
6726 1999-08-16  Carsten Dominik  <cd@gnu.org>
6728         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6729         conflict with pop-up-frames.
6730         (reftex-special-environment-parsers): New constant.
6731         (reftex-label-alist): car of an entry can also be a function.
6732         (reftex-what-special-env): Cew function.
6733         (reftex-label-location): Call `reftex-what-special-env'.
6734         (reftex-compile-variables): Check for symbol in
6735         `reftex-label-alist'.
6736         (reftex-what-environment): Fixed bug with stacked environments of
6737         same kind (e.g. enumerate).
6738         (reftex-process-string): Preserve default directory.
6739         (reftex-label-alist-builtin): Changed prefixes of endnote and
6740         footnote.  Also the magic words.
6741         (reftex-reference): Interprete new option
6742         `reftex-fref-is-default'.
6743         (reftex-replace-prefix-escapes): Interprete new `%S' format.
6744         (reftex-toc-mouse-view-line): Command removed (had no binding).
6745         (reftex-everything-regexp): New function.
6746         (reftex-nearest-match): Made better.
6747         (reftex-toc-find-section): Use new version of
6748         `reftex-nearest-match'.
6749         (reftex-insert-docstruct): Adapted to work with the index stuff.
6750         (reftex-parse-from-file): Find index entries as well.
6751         (reftex-toc-toggle-index): New function
6752         (reftex-toc-map): `i' is now used to togle the index, File
6753         boundaries has been moved to `F'.
6754         (reftex-select-label-map): Toggling display of file boundaries is
6755         now on the `F' key, for consistency with `reftex-toc-map'.
6756         (reftex-erase-all-selection-and-index-buffers): Renamed from
6757         `reftex-erase-all-selection-buffer'.  Now also kills the index
6758         buffers.
6759         (reftex-viewing-cross-references): Customization group renamed
6760         from reftex-viewing-cross-references-and-citations.
6761         (reftex-index-macro-regexp,
6762         reftex-find-index-entry-regexp-format): New variables
6763         (reftex-macros-with-index): New variable
6764         (reftex-add-index-macros): New function
6765         (reftex-renumber-simple-labels, reftex-translate): Allow for
6766         multiple labels in a single ref command.
6767         (reftex-index-support): New customization group
6768         (reftex-support-index, reftex-index-special-chars,
6769         reftex-index-macros, reftex-index-default-macro,
6770         reftex-index-default-tag, reftex-index-math-format,
6771         reftex-index-section-letters, reftex-index-include-context,
6772         reftex-index-follow-mode, reftex-index-header-face,
6773         reftex-index-section-face, reftex-index-tag-face,
6774         reftex-index-face): New options
6775         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6776         reftex-index-tag, reftex-index-return-marker,
6777         reftex-index-restriction-indicator, reftex-index-restriction-data,
6778         reftex-index-macro-regexp, reftex-index-level-re,
6779         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6780         reftex-everything-regexp-no-index, reftex-index-re,
6781         reftex-macros-with-index, reftex-index-macro-alist): New variables
6782         (reftex-index-help, reftex-index-macros-builtin,
6783         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6784         reftex-query-index-macro-help): New constants
6785         (reftex-index-selection-or-word, reftex-index,
6786         reftex-default-index, reftex-update-default-index,
6787         reftex-index-complete-tag, reftex-index-select-tag,
6788         reftex-index-complete-key, reftex-index-update-taglist,
6789         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6790         reftex-display-index, reftex-insert-index,
6791         reftex-index-insert-new-letter, reftex-get-restriction,
6792         reftex-index-pre-command-hook, reftex-index-post-command-hook,
6793         reftex-index-show-help, reftex-index-next, reftex-index-previous,
6794         reftex-index-toggle-follow, reftex-index-toggle-context,
6795         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6796         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6797         reftex-index-quit, reftex-index-quit-and-kill,
6798         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6799         reftex-index-revert, reftex-index-switch-index-tag,
6800         reftex-index-restrict-to-section, reftex-index-widen,
6801         reftex-index-restriction-forward,
6802         reftex-index-restriction-backward, reftex-index-visit-location,
6803         reftex-index-analyze-entry, reftex-index-globalize,
6804         reftex-index-edit, reftex-index-toggle-range-beginning,
6805         reftex-index-toggle-range-end, reftex-index-edit-key,
6806         reftex-index-edit-attribute, reftex-index-edit-visual,
6807         reftex-index-edit-part, reftex-index-level-down,
6808         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6809         reftex-index-change-entry, reftex-index-goto-letter,
6810         reftex-add-index-macros, reftex-ensure-index-support,
6811         reftex-index-info-safe, reftex-index-info): New functions.
6814 1999-08-15  Richard M. Stallman  <rms@gnu.org>
6816         * paren.el (show-paren-mode): Support making show-paren-mode
6817         a buffer-local variable.  Don't check for a window system.
6818         (show-paren-function): Check whether show-paren-function is
6819         enabled in current buffer; do the right thing if not.
6820         Don't check for a window system.
6821         (show-paren-mode): Make it a user variable.
6823         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6824         Handle `enum' like `struct'.
6826         * server.el (server-process-filter): If a client visits no buffers,
6827         close it immediately before recording it.
6829         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6830         Optimize by calling concat just once.  Handle =\n sequence.
6831         (mail-unquote-printable-region): New command.
6832         (mail-quote-printable): Make it autoload.
6834 1999-08-15  Karl Heuer  <kwzh@gnu.org>
6836         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6838 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
6840         * lisp/texinfmt.el: Handle @ifnottex.
6842 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
6844         * frame.el (blink-cursor): Don't turn on cursor blinking for
6845         ms-dos.
6847         * faces.el (face-valid-attribute-values): Look in
6848         x-bitmap-file-path only for x and w32 window systems.
6850         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6851         Do that if width is nil as well.
6852         (x-display-mm-height, x-display-mm-width): Update values.
6853         (x-colors): Compute the list from msdos-color-values.
6854         (x-select-enable-clipboard): Doc fix.
6855         (x-frob-font-weight, x-font-family-list): New functions.
6857 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
6859         * window.el (shrink-window-if-larger-than-buffer): Don't try to
6860         back up from beginning of buffer.
6862 1999-08-13  Karl Heuer  <kwzh@gnu.org>
6864         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6866 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
6868         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
6869         doomsday clock, speed control is added and changes are made to
6870         allow large numbers of rings: rings now show the whole ring
6871         number, not just the last digit; consecutive rings are allowed to
6872         be the same size when necessary to fit all the rings in the
6873         window; and poles can be oriented horizontally.  Face support is
6874         thrown in gratuitously.
6875         (hanoi): Changed default number of rings back to 3.
6876         (hanoi-unix, hanoi-unix-64): New commands
6877         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6878         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6879         hanoi-odd-ring-face): New variables.
6880         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6881         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6882         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6883         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6884         (hanoi-topos, hanoi-draw-ring): Removed.
6886 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
6888         * faces.el (face-valid-attribute-values): Return an alist for
6889         families on ttys.
6890         (face-read-integer): Handle unspecified face attributes.  Add
6891         completion for `unspecified'.
6892         (read-face-attribute): Handle unspecified font attributes.
6893         (face-valid-attribute-values): Add `unspecified' to lists so that
6894         it can be chosen via completion.
6895         (face-read-string): Don't recognize "none" as input.
6897 1999-08-10  Dave Love  <fx@gnu.org>
6899         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6900         string.
6902         * sun-curs.el: Require sun-fns.
6904 1999-08-10  Dave Love  <fx@gnu.org>
6906         * autorevert.el (auto-revert-mode): Add autoload cookie.
6908         * hscroll.el, auto-show.el: Files deleted -- we have built-in
6909         hscroll.
6911         * simple.el (hscroll-step, hscroll-point-visible)
6912         (hscroll-window-column): Remove now we have the mentioned real
6913         horizontal autoscrolling.
6915 1999-08-10  Richard M. Stallman  <rms@gnu.org>
6917         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6918         control use of -f option.
6919         (mail-specify-envelope-from): New variable.
6920         (mail-from-style): Doc fix.
6922         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6923         (easy-menu-get-map): New arg TO-MODIFY helps choose
6924         between local and global maps.
6925         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6926         (easy-menu-change): Doc fix.
6928         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6929         (info-lookup-guess-default): Simplified and cleaned up.
6930         (info-lookup-guess-default*): Preserve point.
6932         * view.el (view-mode-disable): If buffer-read-only is nil,
6933         don't change it.
6935         * files.el (after-find-file): Disable View mode if buffer is no
6936         longer read-only.
6938         * view.el (view-mode-enable, view-mode-disable):
6939         Call force-mode-line-update.
6941 1999-08-10  Karl Heuer  <kwzh@gnu.org>
6943         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6944         * array.el, play/landmark.el, international/latin-3.el: Likewise.
6945         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6947 1999-08-10  Alex Schroeder  <asc@bsiag.com>
6949         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6950         to prevent m-eating-bug.
6952 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
6954         * term/pc-win.el (msdos-bg-mode): Remove.  Call
6955         frame-set-background-mode instead.  All callers changed.
6956         (msdos-face-setup): Don't force color display parameter, it is set
6957         by frame-set-background-mode.
6958         (make-msdos-frame): Call x-handle-reverse-video and
6959         face-set-after-frame-default.  Delete frame if creation failed.
6961         * faces.el (face-set-after-frame-default): Don't call
6962         make-face-x-resource-internal for the pc window-system.
6964 1999-08-10  Dave Love  <fx@melange.gnu.org>
6966         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6967         case with no docstring specially.
6969 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
6971         * complete.el (PC-do-completion): If completing on file name,
6972         reproduce str by concatenating its directory and basename parts.
6974 1999-08-07  Dave Love  <fx@gnu.org>
6976         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
6977         unibyte to multibyte conversion of search-forward (from Handa),
6978         but avoid the replacement if the language is Latin-N.
6980 1999-08-06  Richard Stallman  <rms@gnu.org>
6982         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6983         of eval-buffer.
6985         * international/mule.el (load-with-code-conversion):
6986         Pass t to eval-buffer for DO-ALLOW-PRINT.
6988 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
6990         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6991         of filenames and attributes.
6992         (ls-lisp-insert-directory): Use directory-files-and-attributes
6993         for speed.
6995 1999-08-05  Dave Love  <fx@gnu.org>
6997         * auto-show.el (auto-show-mode): Fix :set.
6999         * widget.el (define-widget-keywords): Make dummy definition and
7000         comment-out its use.
7002 1999-08-04  Richard Stallman  <rms@gnu.org>
7004         * progmodes/tcl.el: Customized.
7006         * sql.el (sql-accumulate-and-indent): Instead of testing
7007         whether this is Emacs 20 before calling comint-accumulate,
7008         test whether comint-accumulate is defined.
7010 1999-08-04  Dave Love  <fx@gnu.org>
7012         * sgml-mode.el: Require outline when compiling.
7013         (sgml-mode-hook, html-mode-hook): Customize.
7014         (sgml-validate-command): Fix :version.
7015         (html-autoview-mode): Doc fix.
7017         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7018         nothing in Latin-N environment.
7020         * info.el (Info-find-node): Call info-initialize here.
7021         (info): Not here.
7022         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7024 1999-08-04  Richard Stallman  <rms@gnu.org>
7026         * ansi-color.el: New file.
7028 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7030         * dired.el (dired-string-replace-match): Return `nil' when no match
7031         found with global search.
7033         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7034         * terminal.el (te-terminfo-directory):
7035         * mail/mailpost.el (post-mail-send-it):
7036         * mail/metamail.el (metamail-region):
7037         * progmodes/ada-mode.el (ada-tmp-directory):
7038         Use temporary-file-directory.
7040         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7041         (compilation-filter, compilation-forget-errors)
7042         (compilation-parse-errors): Use a marker instead of an integer for
7043         `compilation-parsing-end'.
7045         * progmodes/diff.el (diff-parse-differences):
7046         Use a marker instead of an integer for `compilation-parsing-end'.
7047         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7048         Use a marker instead of an integer for `compilation-parsing-end'.
7050 1999-08-03  Richard Stallman  <rms@gnu.org>
7052         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7053         (Buffer-menu-mode): Doc fix.
7054         (Buffer-menu-view): New command.
7055         (Buffer-menu-view-other-window): New command.
7057 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
7059         * replace.el (query-replace-regexp-eval)
7060         (replace-eval-replacement, replace-loop-through-replacements)
7061         (replace-match-string-symbols): New functions.
7062         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7063         Use replace-loop-through-replacements.
7065 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
7067         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7068         (5x5): Doc fix.
7070 1999-08-03  Dave Love  <fx@gnu.org>
7072         * fortran.el (fortran-indent-new-line): Make it an alias
7073         for reindent-then-newline-and-indent.
7075 1999-08-03  Didier Verna  <verna@inf.enst.fr>
7077         * rect.el: All functions rewritten, except when noted above
7078         their declaration.  Below is a list of interface changes.
7079         (apply-on-rectangle): New function, mostly replaces
7080         `operate-on-rectangle'.  All callers changed.
7081         (move-to-column-force): Pass new second argument to `move-to-column'.
7082         (kill-rectangle): Added optional prefix arg to fill lines.
7083         (delete-rectangle): Ditto.
7084         (delete-whitespace-rectangle): Ditto.
7085         (delete-extract-rectangle): Ditto.
7086         (open-rectangle): Ditto.
7087         (clear-rectangle): Ditto.
7088         (delete-whitespace-rectangle-line): New function.
7089         (delete-rectangle-line): Added third arg FILL.
7090         (delete-extract-rectangle-line): Ditto.
7091         (open-rectangle-line): Ditto.
7092         (clear-rectangle-line): Ditto.
7094 1999-08-03  Ray Blaak  <blaak@gnu.org>
7096         * progmodes/delphi.el: New file.
7098 1999-08-02  Richard Stallman  <rms@gnu.org>
7100         * textmodes/outline.el (outline-previous-heading): New function.
7101         (outline-up-heading-all): Use outline-previous-heading.
7102         (outline-next-heading): Delete definition inserted yesterday.
7104 1999-08-01  Richard Stallman  <rms@gnu.org>
7106         * textmodes/outline.el (outline-next-heading): New function.
7107         (outline-up-heading-all): New function.
7108         (outline-font-lock-level): Using outline-up-heading-all.
7109         Tell outline-back-to-heading to accept invisible headings.
7111         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7113         * mail/mh-utils.el (mh-find-path-run): New variable.
7114         (mh-find-path): Test and set that.
7115         Set mail-user-agent only the first time this function is run.
7116         (mail-user-agent): Defvar deleted.
7118         * info.el (info-initialize): New function.
7119         (info): Call info-initialize.
7120         (Info-directory-list): Initialize to nil,
7121         so info-initialize will set it up for real.
7123 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7125         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7126         does not interpret a time as the year in a day-month entry.
7128         * calendar/diary-lib.el: Change syntax table entry for colon in
7129         the diary as part of the european-date-diary-pattern fix.
7131 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
7133         * international/mule.el (set-auto-coding): Allow whitespace before
7134         and after the "variable: value" pair.
7136 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
7138         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7139         (default-sendmail-coding-system): Doc-string fixed.
7141 1999-07-30  Dave Love  <fx@gnu.org>
7143         * subr.el (assoc-delete-all): New function, renamed from
7144         frame-delete-all.
7146         * frame.el: Change comments to doc strings and other doc fixes.
7147         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7148         Callers changed.
7149         (set-background-color, set-foreground-color, set-cursor-color)
7150         (set-mouse-color, set-border-color): Offer completion of colours.
7151         (cursor): Add :version to defgroup.
7153         * facemenu.el (list-colors-display): Make it work on ttys.
7154         (facemenu-read-color): Likewise.
7156 1999-07-30  Richard M. Stallman  <rms@gnu.org>
7158         * frame.el (frame-notice-user-settings): If background
7159         color has been changed, update background-mode from it,
7160         then update faces.
7162 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7164         * net-utils.el (finger): Don't do indirect fingering.
7166 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7168         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7169         rules.  Add separator at end of holidays.
7170         (cal-tex-rules): New customizable variable.
7171         (cal-tex-latexify-list): Add optional parameter to put separator
7172         at end.
7174 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
7176         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7177         fill prefix on each line while looping to the end of paragraph.
7178         End paragraph if it's longer than the existing fill prefix.
7180         * textmodes/fill.el (fill-context-prefix): Doc fix.
7182 1999-07-30  Dave Love  <fx@gnu.org>
7184         * font-lock.el (jit-lock): Fix :load, add :version.
7186 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
7188         * term/pc-win.el (msdos-face-setup): Register standard colors in
7189         Vface_tty_color_alist.
7190         (face-color-supported-p, face_color_gray_p): New functions.
7192         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7193         is bound.
7195         * startup.el (command-line): Don't register default colors for
7196         MSDOS window-system.
7198 1999-07-29  Dave Love  <fx@gnu.org>
7200         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7201         charquote.
7203         * lisp-mode.el (eval-defun): Re-written to avoid
7204         capturing variables.
7206         * picture.el (picture-beginning-of-line): Don't call
7207         hscroll-point-visible now we have real autoscrolling.
7208         (picture-end-of-line, picture-newline, picture-open-line):
7209         Likewise.
7211         * international/latin-8.el: New file.
7212         * international/latin-9.el: New file.
7214 1999-07-28  Dave Love  <fx@gnu.org>
7216         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7218         * msb.el: Require cl only when compiling.
7219         (msb--home-dir): Deleted.
7220         (msb--format-title): Use abbreviate-file-name.
7221         (msb--choose-file-menu): Simplify string comparison.
7223 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7225         * faces.el (toolbar): Add face definition for mono displays.
7227 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7229         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7231         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7232         force copying of default-frame-alist.
7234 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7236         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7238 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7240         * frame.el (set-mouse-color): If new color is nil,
7241         really respecify the current color.
7243 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7245         * faces.el (bitmap-area): Change background of face `bitmap-area'
7246         to white for mono displays.
7248 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7250         * international/ccl.el (ccl-embed-symbol): New function.
7251         (ccl-program-p): Deleted.  Now it's implemented in C code.
7252         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7253         (ccl-compile-translate-character): Likewise.
7254         (ccl-compile-map-single): Likewise.
7255         (ccl-compile-multiple-map-function): Likewise.
7256         (declare-ccl-program): Doc-string modified.
7257         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7259 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7261         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7263 1999-07-25  Markus Rost  <rost@gnu.org>
7265         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7266         the entries to make custom-file more readable.
7268 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7270         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7272         * emacs-lisp/edebug.el: Delete compatibility code.
7273         (edebug-next-token-class): If . is followed by a digit,
7274         return `symbol' for the token class.
7276         * startup.el (command-line): If we don't find the user's init file,
7277         set user-init-file to nil.
7279 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7281         * info-look.el (info-lookup-interactive-arguments): Add optional
7282         argument query for new choice of help mode.
7283         (info-lookup-symbol):  Use it.
7284         (info-lookup-file): Ditto.
7285         (info-lookup): Don't switch to other window, if already in Info
7286         buffer.
7288 1999-07-23  Dave Love  <fx@gnu.org>
7290         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7291         syntax.
7292         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7293         (fortran-font-lock-syntactic-keywords): New variable.
7294         (fortran-mode): Use it.
7295         (fortran-font-lock-keywords-1): Don't do comments.
7296         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7297         match data.
7299         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7301         * msb.el (msb-menu-bar-update-buffers): Renamed from
7302         menu-bar-update-buffers.
7303         (msb-custom-set, msb--toggle-menu-type): Call
7304         msb-menu-bar-update-buffers.
7305         (msb-mode): Revise the hook setting.
7307         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7309 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7311         * font-lock.el, help.el, simple.el: Re-integrate previously
7312         described changes that were lost due to errors while checking them
7313         in.
7315 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7317         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7319 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7321         * international/encoded-kb.el
7322         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7323         but push it to unread-command-events.
7324         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7325         (encoded-kbd-self-insert-sjis): Likewise.
7326         (encoded-kbd-self-insert-big5): Likewise.
7328         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7329         before left margin and fill-prefix by fill-find-break-point.
7331 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7333         * info-look.el (info-lookup-setup-mode): Don't give up, if
7334         info-lookup-make-completions returns an error.
7335         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7336         name latex, not latex2e.
7338 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7340         * replace.el (perform-replace): Turn off case-fold-search
7341         if FROM-STRING argument has uppercase in it.
7343 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7345         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7346         mode is on.  Don't use end of changed text.
7348 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7350         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7351         (cl-hash-table-p): Renamed from hash-table-p.
7352         (cl-hash-table-count): Renamed from hash-table-count.
7353         (maphash): Alias to cl-maphash removed.
7354         (gethash): Likewise.
7355         (puthash): Likewise.
7356         (remhash): Likewise.
7357         (clrhash): Likewise.
7359 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7361         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7362         third arg non-nil.  See comment there why this isn't a good idea.
7364 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7366         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7368         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7369         sit-for with 3rd arg non-nil to prevent redisplay.
7371 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7373         * image.el (image-type-from-file-header): If file doesn't
7374         have a directory part, add data-directory.
7376 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7378         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7379         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7380         motion handling when tooltip-gud-tips-p is nil.
7382 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7384         * tooltip.el (tooltip-mode): Don't use `plusp'.
7385         (tooltip-active): Use initial value of nil.
7387         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7389 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7391         * bindings.el (make-mode-line-mouse-sensitive): Add key
7392         definitions for `top-line'.
7394 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7396         * faces.el (top-line): New face.
7398 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7400         * image.el (image-type-regexps): Add regexp for PS files.
7402 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7404         * faces.el (set-face-attribute): Fix wrong handling of frame
7405         begin equal to t.
7407 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7409         * image.el (image-type-regexps): Add PNG format.
7411 1999-07-21  Dave Love  <fx@gnu.org>
7413         * bindings.el (mode-line-modified): New variable.
7414         (mode-line-mode-menu-1): Switch to appropriate window before
7415         showing menu.
7417 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7419         * faces.el (face-underline): Removed.
7420         (face-underline-color): Ditto.
7422 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7424         * faces.el (face-x-resources): Fix typo.
7426 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7428         * faces.el: Remove handling of `:relief', extend handling of
7429         `:box'.
7430         (frame-set-background-mode): Choose new defface specs after
7431         frame parameters have changed.
7433         * cus-face.el: Ditto.
7435 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7437         * custom.el (defface): Extend documentation to include new
7438         face attributes.
7440         * cus-face.el (custom-face-attributes): Add overline,
7441         strike-through, box.
7443         * faces.el (face-valid-attribute-values): Handle overline,
7444         strike-through, box.
7445         (face-attribute-name-alist): Add pairs for new face attributes.
7446         (describe-face): Handle new face attributes.
7448 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7450         * faces.el (face-x-resources): Add overline, strike-through, box.
7452 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7454         * enriched.el (enriched-translations): Add `display' and
7455         "x-display".
7456         (enriched-handle-display-prop): New.
7457         (enriched-decode-display-prop): New.
7459         * format.el (top-level): Give `display' property
7460         `format-list-atomic-p.
7461         (format-annotate-single-property-change): Test that property.
7462         If present, treat list property values like atoms.
7464 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7466         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7467         so that "*" can be entered.
7469 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7471         * cus-face.el (custom-face-attributes): Don't use `#''.
7473 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7475         * cus-face.el (custom-face-attributes): Return underline
7476         face attribute directly from the second lambda of underline.
7478 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7480         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7482         * frame.el (after-setting-font-hooks): New variable.
7483         (set-frame-font): Run those hooks.
7485         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7487         * faces.el (set-face-attribute): Fix doc string.
7489 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7491         * cus-face.el (custom-face-attributes): Accept color name.
7493         * faces.el (face-underline-p): Accept unspecified underlining.
7494         (face-underline): Ditto.  Fix doc string.
7496 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7498         * faces.el (face-underline-color): New function.
7500 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7502         * cus-face.el (custom-face-attributes): Support underline coloring.
7503         Added slot to choose a color.
7505         * faces.el (face-underline): New function.
7506         (face-underline-p): Support underline coloring.
7507         Return nil only if the underline attribute is 'normal.
7508         (set-face-underline): New function.
7509         (face-valid-attribute-values): Support underline coloring.
7511 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7513         * image.el (insert-image): Use `display' instead of `glyph'
7514         as text property name.
7515         (put-image): Ditto.
7516         (image-type-from-file-header): Use insert-file-contents-literally.
7518 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7520         * easymenu.el (easy-menu-do-add-item): Don't use the empty
7521         string to indicate separators.
7523 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7525         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7526         instead of message-log.
7528 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7530         * faces.el (bitmap-area): New face.
7532 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7534         * image.el (insert-image): New.
7536 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7538         * frame.el (blink-cursor): Set the symbol's value.
7539         (show-trailing-whitespace): Change group to font-lock.
7541 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7543         * jit-lock.el: New.
7544         * font-lock.el: Add jit-mode as new support mode.
7546         * font-lock.el (font-lock-fontify-keywords-region): Stop when
7547         reaching end instead of letting re-search-forward signal an error.
7548         (demand-lock-mode): New.
7549         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7550         (font-lock-turn-off-thing-lock): Ditto.
7551         (font-lock-after-fontify-buffer): Ditto.
7552         (font-lock-after-unfontify-buffer): Ditto.
7554 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7556         * gs.el: New file.
7558         * startup.el (command-line-1): Activate tooltip mode if
7559         interactive.
7561 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7563         * faces.el (toolbar): Grey default background.
7564         (modeline): Ditto.
7566         * image.el (image-type-regexps): New.
7567         (image-type-from-file-header): New.
7568         (create-image): Call it.
7570 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7572         * image.el: New file.
7574 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7576         * bindings.el (mode-line-format): Replace `mode-name' with
7577         `(:eval mode-line-mode-name)'.
7578         (mode-line-mode-name): New.
7579         (make-mode-line-mouse-sensitive): Don't change default value
7580         of `mode-name'.
7582 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7584         * tooltip.el: New file.
7586 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7588         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7589         instead of mouse-3 to pop up menus.
7590         (mode-line-kill-buffer): Removed.
7591         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7592         buffer name.
7593         (mode-line-buffer-menu-1): Removed.
7595         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7597         * bindings.el (mode-line-buffer-identification-keymap): New.
7598         (mode-line-buffer-menu-keymap): New.
7599         (mode-line-mode-menu-keymap): New.
7600         (mode-line-unbury-buffer): New.
7601         (mode-line-other-buffer): New.
7602         (mode-line-kill-buffer): New.
7603         (mode-line-buffer-menu-1): New.
7604         (mode-line-mode-menu-1): New.
7605         (make-mode-line-mouse-sensitive): New.
7607 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7609         * help.el (describe-key-briefly): Handle mode line strings
7610         with local-map properties.
7611         (describe-key): Ditto.
7612         (mode-line-key-binding): New.
7614 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7616         * scroll-bar.el (scroll-bar-timer): New.
7617         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7619 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7621         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7622         and `bottom'.
7624 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7626         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7627         (global): Use different key bindings if using tookit scroll bars.
7629 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7631         * faces.el (modeline): Define mode line face with relief for
7632         class color, only.
7633         (toolbar): New face.
7635 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7637         * frame.el (frame-initialize): Set frame-creation-function to
7638         tty-create-frame-with-faces.
7640         * faces.el (frame-set-background-mode): Make it work for
7641         window-system nil.
7643         * faces.el (tty-create-frame-with-faces): New.
7644         (face-set-after-frame-default): Make it work for TTY frames.
7646 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7648         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7649         Return a list of one font family for TTYs.  Don't return bitmap
7650         file paths for TTY frames.
7652         * faces.el: Add face specs for tty displays to basic faces.
7654         * font-lock.el (font-lock-comment-face): Add spec for color tty.
7655         (font-lock-string-face): Ditto.
7656         (font-lock-keyword-face): Ditto.
7657         (font-lock-builtin-face): Ditto.
7658         (font-lock-function-name-face): Ditto.
7659         (font-lock-variable-name-face): Ditto.
7660         (font-lock-type-face): Ditto.
7661         (font-lock-constant-face): Ditto.
7662         (font-lock-warning-face): Ditto.
7664 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7666         * startup.el (command-line): Register default tty colors.
7668         * faces.el (face-spec-set-match-display): Recognize `type tty'.
7670 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7672         * faces.el (modeline): For X frames, use a modeline with relief.
7674 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7676         * faces.el (frame-update-faces): Copied from 20.2.
7677         (frame-update-face-colors): Ditto.  Code removed that isn't
7678         applicable in the new face implementation.
7680 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7682         * frame.el (show-trailing-whitespace): New.
7684         * faces.el (trailing-whitespace): New basic face.
7686 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7688         * cus-face.el (custom-facep): Always define as alias for facep.
7690         * cus-face.el (custom-face-attributes): Use choice widgets.
7691         Remove :bold and :italic.
7693 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7695         * faces.el (face-charset-registries): Removed since fontset.el
7696         is no always loaded.
7698 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7700         * faces.el (internal-get-face): Added as obsolete function for
7701         compatibility.
7703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7705         * frame.el (blink-cursor-end): Call show-cursor.
7706         (blink-cursor-mode): Ditto.
7708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7710         * faces.el (face-spec-reset-face): Reset all attributes to
7711         `unspecified'.
7712         (face-spec-set): Use it.
7714 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7716         * faces.el (read-all-face-attributes): Bug fix.
7717         (face-read-integer): Allow nil default value.
7718         (face-valid-attribute-values): Use symbol names of attribute
7719         values for completion list.
7721 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7723         * faces.el (internal-find-face): Define for compatibility with
7724         20.2.
7725         (face-id): Likewise.
7727         * faces.el (face-id): Return the ID of a realized face for ASCII.
7729         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
7730         (x-complement-fontset-spec): Use face-charset-registries.
7732         * faces.el (face-font-selection-order): Set font selection order
7733         from Lisp.
7734         (face-alternative-font-family-alist): Set alternative font
7735         families from Lisp.
7737 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7739         * faces.el (set-face-charset-registries): Set symbol value.
7741 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7743         * faces.el (face-set-after-frame-default): Call function
7744         internal-merge-in-global-face.
7746 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7748         * faces.el (face-list): Return symbols from face-global-alist.
7750         * faces.el (face-list): Return a copy of the face name list so
7751         that it cannot be modified from outside (facemenu.el uses
7752         nreverse, for example).
7754         * cus-face.el (custom-face-attributes): Add :bold and :italic
7755         for compatibility with old code.
7757         * faces.el (set-face-attributes-from-resources): Additional
7758         frame parameter.
7759         (make-face-x-resource-internal): Set attributes from resources
7760         for a given frame or all frames.
7762 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7764         * faces.el (all-faces): Removed.
7766         * custom.el (defface): Add new face attributes to function
7767         comment.
7769         * font-lock.el (font-lock-comment-face): Use new face attribute
7770         names.
7771         (font-lock-string-face): Ditto.
7772         (font-lock-keyword-face): Ditto.
7773         (font-lock-builtin-face): Ditto.
7774         (font-lock-function-name-face): Ditto.
7775         (font-lock-variable-name-face): Ditto.
7776         (font-lock-type-face): Ditto.
7777         (font-lock-reference-face): Ditto.
7778         (font-lock-warning-face): Ditto.
7779         ((boundp 'font-lock-face-attributes)): Ditto.
7781         * cus-face.el (custom-face-attributes): Use new face attributes.
7783         * faces.el (set-face-attribute-from-resource): Initialize
7784         from resources only for X and W32.
7786         * cus-face.el (custom-declare-face): Don't make frame-local
7787         faces.
7789         * faces.el (describe-face): Use princ instead of insert.
7791         * faces.el: Add XLFD manipulation functions from 20.2 again
7792         because fontset.el uses them.
7793         (face-set-after-frame-default): Add empty definition.
7795 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7797         * faces.el (make-face): Correct typo.
7798         (set-face-attribute-from-resource): Use let*.
7799         (face-underline-p): Correct typo.
7800         (face-inverse-video-p): Ditto.
7801         (set-face-stipple): Ditto.
7802         (face-read-string): Make completion-list optional parameter.
7804 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7806         * faces.el (face-charset-registries): Alist mapping charset
7807         symbols to registries and encoding.
7809 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7811         * frame.el (blink-cursor-mode): Use interactive spec "P".
7813 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7815         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7816         mode.  The cursor of selected_window blinks if the mode is enabled.
7818 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7820         * simple.el (next-history-element): Set point to the end of the
7821         prompt if minibuffer-prompt-in-buffer.
7823 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7825         * faces.el (x-font-regexp): Add sub-expression parentheses for
7826         several font name components.
7828 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7830         * faces.el (set-face-relief): Use index 12 for relief.
7831         (face-fill-in): Set relief from data.
7832         (internal-make-face): Init relief to zero.
7834         * faces.el (face-spec-set): Call modify-face with additional
7835         parameters for relief and fixed-p.
7837 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7839         * cus-face.el: ':fixed and ':relief added.
7841         * faces.el (describe-face): Add fixed font attribute and relief.
7842         (face-attr-match-p): Ditto.
7843         (face-attr-construct): Ditto.
7844         (face-spec-set): Ditto.
7846 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7848         * faces.el (internal-make-face): Function to create a Lisp vector
7849         suitable for representing a face.
7850         (make-face): Use it instead of make-vector.
7851         (x-create-frame-with-faces): Use it instead of vector.
7852         (internal-facep): Increase vector size to 14.
7853         (internal-make-face): Ditto.
7854         (face-relief): Access relief thickness.
7855         (face-fixed-p): Access fixed font attribute.
7856         (set-face-fixed-p): Set fixed font attribute.
7857         (set-face-relief): Set relief attribute.
7858         (internal-face-interactive-int): Read int attribute of face.
7859         (modify-face): Add fixed-p and relief parameters.
7860         (copy-face): Handle fixed-p and relief.
7861         (face-equal): Compare fixed-p and relief.
7862         (face-differs-from-default-p): Ditto.
7863         (face-nontrivial-p): Add fixed-p and relief.
7865 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7867         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7868         (internal-facep): Increase vector size.
7869         (make-face): Ditto.
7870         (face-shadow-thickness): Added.
7871         (set-face-shadow-thickness): Added.
7872         (modify-face): Add optional shadow-thickness parameter.
7873         (make-face-x-resource-internal): Add shadows.
7874         (copy-face): Ditto.
7875         (face-equal): Ditto.
7876         (face-differs-from-default-p): Ditto.
7877         (face-nontrivial-p): Ditto.
7878         (face-attr-match-p): Ditto.
7879         (face-attr-construct): Ditto.
7880         (face-spec-set): Ditto.
7881         (face-fill-in): Ditto.
7883 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7885         * bench.el (bench-mark-split-window): New bench mark.
7887 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7889         * faces.el (set-face-font): Don't pass default font to
7890         x-resolve-font so that font will not have to be of the same
7891         size.
7893 1999-07-20  Dave Love  <fx@gnu.org>
7895         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7896         unconditionally t.
7898 1999-07-20  Karl Heuer  <kwzh@gnu.org>
7900         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7902 1999-07-20  Dave Love  <fx@gnu.org>
7904         * help.el (describe-variable): Fix test for customizability.
7906         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7907         Check for readonly buffer in interactive spec.
7908         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7909         (backward-kill-word): Add * to interactive spec.
7911         * underline.el (underline-region, ununderline-region): Add * to
7912         interactive spec.
7914         * fill.el (canonically-space-region, justify-current-line): Add *
7915         to interactive spec.
7916         (fill-region-as-paragraph, fill-paragraph, fill-region)
7917         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7918         readonly buffer in interactive spec.
7920         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7921         (backward-kill-sentence, kill-sentence): Add * to interactive
7922         spec.
7924 1999-07-19  Richard M. Stallman  <rms@gnu.org>
7926         * dired-aux.el (dired-do-shell-command): Doc fix.
7928         * shell.el (shell-unquote-argument): New function.
7929         (shell-directory-tracker): Use shell-unquote-argument.
7930         * comint.el (comint-arguments): Handle \ followed by space or tab.
7932 1999-07-19  John Wiegley  <jwiegley@borland.com>
7934         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7935         color codes 39 and 49, which by the way lynx uses them seem to
7936         mean "foreground reset" and "background reset".
7938 1999-07-19  Karl Heuer  <kwzh@gnu.org>
7940         * font-lock.el (c++-keywords): Add "typeid".
7942         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7943         selects no font, treat that as zero selections, not one.
7945 1999-07-19  Dave Love  <fx@gnu.org>
7947         * info.el (Info-search): Don't lose with empty regexp.
7949         * version.el: Cater for (free) `ident' program, not `which'.
7951         * hl-line.el: New file.
7953         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7954         for modes which don't define menus.
7956 1999-07-16  Richard M. Stallman  <rms@gnu.org>
7958         * webjump.el (webjump-sample-sites): Update some URLs.
7960 1999-07-14  Richard Stallman  <rms@gnu.org>
7962         * Version 20.4 released.
7964 1999-07-14  Andreas Schwab  <schwab@gnu.org>
7966         * compare-w.el (compare-windows): Try to find the next window in
7967         the current frame before looking at the other frames.
7969 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
7971         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7972         Use cyrillic-jcuken as default input method.
7974 1999-07-12  Richard Stallman  <rms@gnu.org>
7976         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7977         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7979         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7980         (ispell-local-dictionary-alist): Add koi8-r for character set.
7982         * textmodes/flyspell.el (flyspell-get-word):
7983         Add special handling for when ispell-otherchars is empty.
7985 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
7987         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7988         when having nested functons.
7989         (pascal-indent-nested-functions) (pascal-indent-line)
7990         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7991         indenting nested functions.
7993 1999-07-09  Richard Stallman  <rms@gnu.org>
7995         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7997 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
7999         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8000         the `end' keyword was in the very beginning of the buffer.
8002 1999-07-08  Richard Stallman  <rms@gnu.org>
8004         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8006         * term.el (term-emulate-terminal): Avoid infinite loop
8007         in strange case where minibuffer window is selected but not active.
8009 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8011         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8012         Change regexp so that it doesn't match commands beginning with `cd'.
8014 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8016         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8018 1999-07-06  Richard Stallman  <rms@gnu.org>
8020         * hscroll.el (hscroll-minibuffer-hook): New function.
8021         (hscroll-global-mode): Add and remove that hook.
8022         Set hscroll-old-truncate-was-global's default value.
8024 1999-07-05  Richard Stallman  <rms@gnu.org>
8026         * files.el (revert-buffer): Don't preserve point here.
8027         (revert-buffer-insert-file-contents-function): Doc fix.
8029         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8031         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8032         doing a `stat' when it isn't necessary because that can cause
8033         trouble when an NFS server is down.
8035 1999-07-04  Richard Stallman  <rms@gnu.org>
8037         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8039 1999-07-03  Richard Stallman  <rms@gnu.org>
8041         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8042         for \200...\240 also.
8043         (isearch-printing-char): Use unibyte-char-to-multibyte.
8045 1999-07-02  Richard Stallman  <rms@gnu.org>
8047         * frame.el (minibuffer-frame-alist): Use defcustom.
8048         (pop-up-frame-alist): Likewise.
8049         (initial-frame-alist): Specify * in the doc string.
8051         * hscroll.el (hscroll-mode): Make it a permanent local.
8052         (hscroll-mode): Don't cancel the timer
8053         if HScroll mode is enabled in some other buffer.
8055         * isearch.el (isearch-done): If search ends in middle of intangible
8056         text (due to text property), move on to the limit of that text.
8058 1999-07-01  Andrew Innes  <andrewi@gnu.org>
8060         * man.el (Man-build-man-command): Use value of null-device,
8061         instead of hard-coding "/dev/null".
8063         * dos-w32.el (untranslated-canonical-name): Avoid expanding
8064         ange-ftp file names, which might force ange-ftp to prompt for a
8065         password.
8067         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8068         to prevent references to temp files.
8070 1999-06-30  Richard Stallman  <rms@gnu.org>
8072         * progmodes/sh-script.el (sh-feature): If nothing is known
8073         about the given shell, use the values for `sh'.
8075 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8077         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8078         to make it non-recursive.
8080         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8082 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8084         * auto-show.el (auto-show-mode): Fix Typo in :set.
8086 1999-06-29  Richard M. Stallman  <rms@gnu.org>
8088         * progmodes/sh-script.el (sh-mode): When setting syntax
8089         table, default to the standard one.
8091 1999-06-27  Richard M. Stallman  <rms@gnu.org>
8093         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8095 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8097         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8098         a frame when `return' is requested (even if pop-up-frames = t)
8099         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8100         should only be set for the bibtex buffer.
8102         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8104         * progmodes/compile.el: Deal with compilation-error-screen-columns
8105         being buffer-local.
8107 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8109         * comint.el (comint-password-prompt-regexp): Allow "(again)".
8111 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8113         * cal-x.el (calendar-only-one-frame-setup): New function.
8114         * calendar.el (calendar): Call it if requested.
8116 1999-06-24  Karl Heuer  <kwzh@gnu.org>
8118         * startup.el (iso-8859-n-locale-regexp): Doc fix.
8120 1999-06-22  Richard M. Stallman  <rms@gnu.org>
8122         * mail/supercite.el (sc-emacs-features): Doc fix.
8124 1999-06-22  Karl Heuer  <kwzh@gnu.org>
8126         * files.el (auto-mode-alist): Add pike-mode.
8128 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
8130         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8131         last byte of a numeric field is a space or a NUL.  Parse it as
8132         potentially part of the number.  This is used by GNU tar
8133         1.12.64012 to handle larger values.
8135 1999-06-20  Karl Heuer  <kwzh@gnu.org>
8137         * custom.el (custom-handle-keyword): Fix error message.
8139 1999-06-18  Andrew Innes  <andrewi@gnu.org>
8141         * mail/smtpmail.el (smtpmail-send-it): Use
8142         convert-standard-filename to make file names for queued mail safe
8143         on Windows (`:' is invalid in file names on Windows).
8145 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
8147         * international/mule-cmds.el (describe-current-input-method):
8148         Current-input-method is string.
8149         (toggle-input-method): Docstring fixed.
8151         * international/mule-diag.el
8152         (describe-current-coding-system-briefly): Fix format string.
8154         * international/mule-util.el (coding-system-eol-type-mnemonic):
8155         Docstring modified.  Return a string.
8157 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
8159         * sql.el (sql-input-ring-file-name): Doc fix.
8161 1999-06-17  Richard M. Stallman  <rms@gnu.org>
8163         * calendar/cal-x.el (special-display-buffer-names):
8164         Don't put (get-file-buffer diary-file) on this list.
8166 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
8168         * play/mpuz.el (mpuz-try-proposal): Fix message call.
8169         Don't penalize player for certain impossible guesses.
8171 1999-06-16  Andrew Innes  <andrewi@gnu.org>
8173         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8174         return the string "Unk  0  0000" so at least it appears to be a
8175         valid timestamp to `dired-move-to-filename-regexp'.
8177 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
8179         * ps-print.el (ps-control-character): Fix previous change.
8181 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8183         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8184         multiple output of the last message.
8186 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
8188         * term/internal.el (IT-display-table-setup): Do not remap \222 to
8189         the ASCII apostrophe, as most DOS codepages have some other glyph
8190         there.
8192 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
8194         * language/ethio-util.el (setup-ethiopic-environment-internal):
8195         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8196         (exit-ethiopic-environment): Likewize.
8198 1999-06-12  Richard M. Stallman  <rms@gnu.org>
8200         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8202 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8204         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8205         custom-initialize-default to avoid infinite loop.
8206         (crisp-mode): (defun) Call transient-mark-mode here, not when
8207         loading the file.  Run crisp-mode-hook here, and run
8208         crisp-load-hook when loading the file.
8210         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8211         rmail-summary buffer, search for pattern in rmail-file.
8213         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8215         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8217         * ps-print.el (ps-printer-name): Fix custom type.
8219 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8221         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8222         (vhdl-port-paste-generic-map): Fix indentation bug.
8223         (vhdl-port-paste-port-map): Fix indentation bug.
8224         (vhdl-scan-file-contents): Make scanning case insensitive.
8226 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8228         * files.el (write-file): When buffer is not already visiting a file,
8229         don't put buffer name in the minibuffer, just make it the default.
8230         Also handle just directory as arg usefully in that case.
8232         * simple.el (sendmail-user-agent-compose):
8233         Ignore case when inserting the rest of the "other" headers.
8235         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8237         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8238         (info-lookup-interactive-arguments): Never insert the default
8239         into the minibuffer automatically.
8241         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8243 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8245         * simple.el (shell-command): Avoid printing "mark set" message.
8247 1999-06-09  Dave Love  <fx@gnu.org>
8249         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8250         digits in program name in first pattern.
8252 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8254         * vc.el (vc-dired-mode): Don't match anything before the date in
8255         dired-move-to-filename-regexp.
8257 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8259         * international/quail.el (quail-define-rules): Fix typo in
8260         docstring.
8262 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8264         * iswitchb.el (iswitchb-default-keybindings): Add
8265         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8266         than when package is loaded.
8268 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8270         * startup.el (command-line): Don't set user-init-file directly;
8271         tell `load' to set it.
8273         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8275         * simple.el (next-history-element):
8276         Handle minibuffer-text-before-history properly when reading sexps.
8278         * disp-table.el (standard-display-european):
8279         For an interactive call by the user,
8280         don't set enable-multibyte-characters,
8281         and don't set the terminal coding system.
8283         * textmodes/refbib.el: Don't print any messages or display
8284         a buffer when loading the library.
8285         (r2b-help): Doc fix.
8286         (r2b-help-message): Update the documentation.
8287         (r2b-load-quietly): Variable deleted.
8288         (r2b-convert-buffer): Doc fix.
8290 1999-06-04  Dave Love  <fx@gnu.org>
8292         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8294         * auto-show.el: Don't change hooks on loading.
8295         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8296         (auto-show-mode): Add to hooks here.
8298 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8300         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8301         recursion on bogus input.
8303 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8305         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8306         does not select a buffer from the buffers menu, then the attached
8307         frame is not switched to anything.
8309 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8311         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8312         (viet-viscii-...->viet-vscii...).
8314         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8316 1999-06-01  Dave Love  <fx@gnu.org>
8318         * progmodes/fortran.el: Add :link to defgroup.
8319         (fortran-blink-matching-if): Match ELSE statements too.
8320         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8321         that filling is always done.
8323 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8325         * simple.el (append-next-kill): Use an arg to distinguish
8326         interactive calls from Lisp calls, rather than (interactive-p).
8328         * international/iso-transl.el (iso-transl-language-alist):
8329         Interchange n and N.
8331 1999-05-31  Dave Love  <fx@gnu.org>
8333         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8334         and keymap munging on load.
8335         (msb-mode): New option.
8336         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8337         Doc fix.
8338         (msb-mode-map): New variable.
8339         (msb-mode): New command.
8341 1999-05-31  Dave Love  <fx@gnu.org>
8343         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8344         (ispell-complete-word-dict): Likewise.
8346 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8348         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8349         force the data buffer to be saved, even if the data didn't
8350         change, in case the write filter was modified.  Restore the
8351         current record after read-file-filter finishes.
8353 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8355         * ispell4.el: Obsolete; file deleted.
8357         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8359         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8360         VALUE is a syntax table.
8362         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8364         * simple.el (zap-to-char): Doc fix.
8366 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8368         * isearch.el (isearch-quote-char): Don't assume character codes
8369         0200 - 0237 stand for characters in some single-byte character
8370         charset.
8372 1999-05-27  Dave Love  <fx@gnu.org>
8374         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8376 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8378         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8379         headerline does not exist already.
8381 1999-05-26  Richard Stallman  <rms@gnu.org>
8383         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8384         Avoid nested null-loops.
8386 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8388         * international/characters.el: Typo fixed; prefered->preferred.
8390         * international/mule-cmds.el (find-coding-systems-for-charsets):
8391         Typo fixed; prefered->preferred.
8393         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8394         method in read-event.
8396         * international/mule.el (charset-info): Doc-string fixed.
8398 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8400         * mail/smtpmail.el (smtpmail-send-it): Bind
8401         smtpmail-code-conv-from properly.
8402         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8403         by smtpmail-code-conv-from.
8405 1999-05-24  Richard Stallman  <rms@gnu.org>
8407         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8408         Binding deleted also.
8410 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8412         * comint.el (comint-bol-or-process-mark): Doc fix.
8414 1999-05-23  Dave Love  <fx@gnu.org>
8416         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8417         Enter it on minor-mode-map-alist.
8418         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8419         Autoload.  Add custom setter.
8420         (crisp-mark-line): Doc fix.
8421         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8422         (crisp-mode-hook): Define.
8424 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8426         * files.el (recover-file): Recover buffer-file-coding-system.
8428 1999-05-22  Richard Stallman  <rms@gnu.org>
8430         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8431         regexp match the date, to avoid treating date as file size.
8432         Add YYYY S option to WESTERN/
8434         * bookmark.el: Delete some XEmacs compatibility code.
8435         (bookmark-jump-noselect): Check vc-backend.
8437         * subr.el (add-to-list): Doc fix.
8439 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8441         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8443 1999-05-18  Richard Stallman  <rms@gnu.org>
8445         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8446         non-space after the @anchor command.
8447         (texinfo-format-var): Handle other nested constructs, using
8448         texinfo-parse-expanded-arg and texinfo-discard-command, not
8449         texinfo-parse-arg-discard.
8451         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8452         (debug): Bind and use debugger-outer-inhibit-redisplay.
8453         Bind inhibit-redisplay to nil.
8454         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8456 1999-05-17  Dave Love  <fx@gnu.org>
8458         * help.el (describe-function-1): Extra arg, interactive-p.
8459         (describe-key, describe-function): Use it.
8461 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8463         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8465 1999-05-16  Dave Love  <fx@gnu.org>
8467         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
8468         scroll-preserve-screen-position, scroll-conservatively.
8470 1999-05-16  Dave Love  <fx@gnu.org>
8472         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8474 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
8476         * progmodes/vhdl-mode.el: Completely revised and massively extended.
8478 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8480         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8481         magic number and is not associated with a file.
8483 1999-05-14  Richard M. Stallman  <rms@gnu.org>
8485         * files.el (find-file-noselect-1): Fix previous change.
8487 1999-05-14  Simon Marshall  <simon@gnu.org>
8489         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8491 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
8493         * international/mule-diag.el (mule-diag): Change MULE to Mule in
8494         docstring.
8496         * international/mule-cmds.el: Change MULE to Mule in docstrings
8497         and menus.
8499 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
8501         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8502         to correctly reflect the value of BaseLineOffset in
8503         RelativeCompose.  Now the value of RelativeCompose is an array of
8504         low and high positions.
8505         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8506         RLC for the above change.
8508 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
8510         * comint.el (comint-password-prompt-regexp): Modified to match the
8511         output of ksu and ssh-add.
8513 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
8515         * language/korea-util.el (isearch-toggle-korean-input-method):
8516         Adjusted for the change of input method handling in isearch.el.
8517         (isearch-hangul-switch-symbol-ksc): Likewise.
8518         (isearch-hangul-switch-hanja): Likewise.
8520 1999-05-10  Dave Love  <fx@gnu.org>
8522         * help.el (help-make-xrefs): Fix typo.
8524 1999-05-10  Andreas Schwab  <schwab@gnu.org>
8526         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8527         unibyte-display-via-language-environment.
8529         * help.el (help-make-xrefs): Handle more cases when looking for
8530         commands in a keymap description.
8532 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
8534         * loadup.el: For ms-dos systems, load ccl and codepage.
8536 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
8538         * ps-print.el (ps-control-character): Call
8539         ps-mule-prepare-ascii-font to setup ASCII fonts.
8541         * ps-mule.el (ps-mule-begin-job): Redo this change "if
8542         ps-multibyte-buffer is nil, use
8543         ps-mule-font-info-database-default."
8545 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
8547         * ispell.el (ispell-local-dictionary-alist): New variable for
8548         customizing local dictionaries not accessable by everyone.
8549         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8550         (ispell-required-version): Changed format `(major minor
8551         revision)' to support general pattern matching.
8552         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8553         skip region commented out due to incorrect skip potential in std latex.
8554         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
8555         cursor point on small words for calls from `ispell-minor-mode'.
8556         (check-ispell-version): Tests and accepts versions major.minor
8557         and above, with adjustments for interactions in 3.1.0-3.1.11.
8558         (ispell-get-line): No longer skips ispell process special characters.
8559         (ispell-comments-and-strings): Removed `when' macro call.
8560         (ispell-minor-check): Requires ispell-word to restore cursor point.
8561         (ispell-buffer-local-parsing): Supports checking comments only.
8563 1999-05-08  Karl Heuer  <kwzh@gnu.org>
8565         * comint.el (comint-password-prompt-regexp): Fix last change to be
8566         more specific.
8568 1999-05-07  Richard M. Stallman  <rms@gnu.org>
8570         * subr.el (with-temp-message): Fix the other call to message
8571         to use %s.
8573 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
8575         * gud.el (gud-format-command): "%F" means file sans extension.
8576         (jdb): Use %F, not %f, for gud-break.
8578 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
8580         * comint.el (comint-password-prompt-regexp): Modified so that it
8581         matches the output of kinit.
8583 1999-05-06  Greg Stark  <gsstark@mit.edu>
8585         * timezone.el (timezone-parse-date): Recognize new format used in
8586         internet cookies.
8588 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
8590         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8592 1999-05-04  Andrew Innes  <andrewi@gnu.org>
8594         * time.el (display-time-update): Allow for wrap-around when
8595         checking against display-time-server-down-time.
8597 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
8599         * international/mule-diag.el (describe-coding-system): Fix English
8600         message.
8602 1999-05-03  Jason Rumney <jasonr@altavista.net>
8604         * term/w32-win.el: Change the x-charset-registry property for the
8605         Japanese charsets that are supported by Japanese Windows fonts.
8607 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8609         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8610         diary-block diary entries for which the reminders and the diary
8611         entries can overlap.
8613 1999-05-02  Jason Rumney <jasonr@altavista.net>
8615         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8616         matches the font selected in the dialog.
8618 1999-05-02  Dave Love  <fx@gnu.org>
8620         * browse-url.el (browse-url-browser-function): Add :version.
8622         * international/mule.el (auto-coding-alist): Add .tgz.
8624 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
8626         * international/codepage.el (cp-coding-system-for-codepage-1):
8627         Make the magnification parameter for the -dos encoder be 2.
8629 1999-05-2  Andrew Innes  <andrewi@gnu.org>
8631         * term/w32-win.el (w32-drag-n-drop): Select file in window where
8632         it is dropped, rather than current window.
8634         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8635         after switching buffer, as case-fold-search is a buffer local
8636         variable.
8638         * w32-fns.el (convert-standard-filename): Only convert directory
8639         separators to backslash if the interactive shell is one of the
8640         standard Windows shells that has DOS semantics.
8642         * ls-lisp.el (ls-lisp-format-time): Trap errors from
8643         format-time-string, and return a suitable string to indicate the
8644         timestamp was invalid.
8646         * hexl.el (hexlify-command): Apply shell-quote-argument after
8647         expanding hexl-program in case exec-directory contains a space.
8648         (dehexlify-command): Ditto.
8650         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8651         file extension regexps which aren't necessarily binary files.
8652         (direct-print-region-helper): Use subst-char-in-string instead of
8653         binding directory-sep-char to convert filenames to DOS syntax.
8654         (direct-print-region-use-command-dot-com): New variable.
8655         (direct-print-region-helper): Use it to control whether to invoked
8656         command.com to print on Windows 9x.
8658         * browse-url.el (browse-url-browser-function): Default to
8659         browse-url-default-windows-browser on windows-nt.
8660         (browse-url-default-windows-browser): New function.
8662 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8664         * forms.el (forms-mode): Don't call forms-first-record or
8665         forms-last-record if the data file has zero records.
8667 1999-04-29  Richard M. Stallman  <rms@gnu.org>
8669         * files.el (find-file-noselect-1): If buffer-file-name has changed
8670         after find-file-not-found-hooks runs, recompute the truename.
8671         And don't use FILENAME after that point.
8673 1999-04-27  Dave Love  <fx@gnu.org>
8675         * paren.el (show-paren-mode)
8676         * which-func.el (which-func-mode-global)
8677         * type-break.el (type-break-mode)
8678         * time.el (display-time-mode)
8679         * rsz-mini.el (resize-minibuffer-mode)
8680         * mouse-sel.el (mouse-sel-mode)
8681         * icomplete.el (icomplete-mode)
8682         * hscroll.el (hscroll-global-mode)
8683         * help.el (temp-buffer-resize-mode)
8684         * font-lock.el (global-font-lock-mode)
8685         * delsel.el (delete-selection-mode)
8686         * avoid.el (mouse-avoidance-mode)
8687         * autoinsert.el (auto-insert-mode)
8688         * winner.el (winner-mode): Doc fix.
8690 1999-04-26  Karl Heuer  <kwzh@gnu.org>
8692         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8693         the same whitespace that was ignored in choosing the subject string.
8695 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8697         * info.el (Info-find-node): Position properly after finding anchor.
8699         * cus-start.el (all): Handle unibyte-display-via-language-environment.
8701         * simple.el (indent-new-comment-line): Fix previous change.
8703         * complete.el: Delete the wildcard expansion feature
8704         since that is now standard in find-file.
8705         (PC-try-load-many-files): Function deleted.
8706         (PC-after-load-many-files): Function deleted.
8707         (PC-many-files-list): Variable deleted.
8708         (PC-disable-wildcards): Variable deleted.
8709         (partial-completion-mode): Don't enable the wildcard feature.
8711         * complete.el (PC-look-for-include-file): Don't set global variables
8712         `error', `buf' and `filename' here.
8714         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8716 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
8718         * textmodes/outline.el (outline-regexp): Doc fix.
8720 1999-04-26  John Wiegley  <johnw@borland.com>
8722         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8723         C++Builder 4.0 error message syntax.
8725 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
8727         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8728         supported, use find -exec.
8730 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8732         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8733         coding-system-for-write, to avoid hanging when non-interactive.
8735 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8737         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8738         start with a newline.
8740 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
8742         * international/mule-conf.el (x-ctext): New coding system.
8744 1999-04-12  Richard M. Stallman  <rms@gnu.org>
8746         * international/mule-cmds.el (input-method-function):
8747         Add permanent-local property.
8749 1999-04-12  Dave Love  <fx@gnu.org>
8751         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8752         change to use jka-compr-byte-compiler-base-file-name.
8754         * supercite.el (sc-scan-info-alist): Revert last change.
8755         (sc-attrib-selection-list): Fix :type here instead.
8757 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
8759         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8760         in the list of case-insensitive filesystems.
8762 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
8764         * international/fontset.el (create-fontset-from-fontset-spec):
8765         Don't register duplicated alias fontset names.
8767 1999-04-08  Richard Stallman  <rms@gnu.org>
8769         * international/mule.el (auto-coding-alist-lookup): New function.
8770         (set-auto-coding): Use auto-coding-alist-lookup.
8772         * jka-compr.el (jka-compr-insert-file-contents):
8773         Use auto-coding-alist-lookup to check for files that
8774         should not have eol conversion, in the unibyte case.
8776 1999-04-07  Dave Love  <fx@gnu.org>
8778         * help.el (describe-variable): Check custom-loads property as well
8779         as custom-type.
8781         * abbrev.el (abbrev-mode): Customizing sets the default value.
8783 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8785         * vc.el (vc-backend-revert): For CVS files that were made
8786         writeable with "cvs edit", call "cvs unedit" to undo that.
8788 1999-04-08  Dave Love  <fx@gnu.org>
8790         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8791         more.
8792         (sc-emacs-features): Recognize Emacs 20.
8793         (sc-read-string): Use history arg.
8794         (sc-scan-info-alist): Check for rtnvalue a cons.
8796 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
8798         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8799         coding system to encode the message by
8800         select-message-coding-system.
8802 1999-04-07  Richard Stallman  <rms@gnu.org>
8804         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8806         * winner.el: Reorder definitions.
8808         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8810         * mail/rmail.el (rmail-decode-babyl-format):
8811         Undo previous change.
8813 1999-04-06  Richard Stallman  <rms@gnu.org>
8815         * info.el (Info-find-node): Check for an anchor at the
8816         proper place, before reading an indirect file.
8818         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8820         * jka-compr.el (jka-compr-insert-file-contents):
8821         Use raw-text-unix when we want no conversion.
8823 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8825         * timezone.el (timezone-parse-date): Corrected regexp for
8826         style (5) date format so that tenths of seconds are optional.
8828 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
8830         * term/internal.el (dos-cpNNN-setup): New function, with the guts
8831         of dos-codepage-setup.
8832         (cjk-codepages-alist): New variable, an alist of Far-Eastern
8833         codepages for which there's no need to set up cpNNN coding
8834         systems.
8835         (dos-codepage-setup): Support Far-Eastern DOS terminals.
8837 1999-04-05  Richard Stallman  <rms@gnu.org>
8839         * mail/rmail.el (rmail-ignored-headers): Doc fix.
8841 1999-04-02  Richard Stallman  <rms@gnu.org>
8843         * progmodes/compile.el (compilation-handle-exit): Do right thing
8844         if (car status) doesn't end in a newline.
8846 1999-04-01  Dave Love  <fx@gnu.org>
8848         * progmodes/sql.el (SQL): Add defgroup :version.
8850 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
8852         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8853         buffer-file-coding-system.  If the coding system used is raw-text,
8854         etc., make the *Compiler Input* buffer unibyte.
8856         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8858         * loadup.el: Don't write the fns-...el file if not dumping.
8860 1999-03-31  Dave Love  <fx@gnu.org>
8862         * snmp-mode.el (snmp): Fix defgroup :version.
8864         * hilit-chg.el (highlight-changes): Add defgroup :version.
8866 1999-03-31  Andreas Schwab  <schwab@gnu.org>
8868         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8869         the gnus-save-hidden-threads macro.
8871 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8873         * faces.el (face-set-after-frame-default): Obey the
8874         `customized-face' for new faces.
8876 1999-03-30  Dave Love  <fx@gnu.org>
8878         * international/mule-cmds.el (current-language-environment): Doc fix.
8879         * abbrev.el (abbrev-mode): Doc fix.
8880         * autoinsert.el (auto-insert-mode): Doc fix.
8881         * complete.el (partial-completion-mode): Doc fix.
8882         * avoid.el (mouse-avoidance-mode): Doc fix.
8883         * delsel.el (delete-selection-mode): Doc fix.
8884         * font-lock.el (global-font-lock-mode): Doc fix.
8885         * help.el (temp-buffer-resize-mode): Doc fix.
8886         * hscroll.el (hscroll-global-mode): Doc fix.
8887         * icomplete.el (icomplete-mode): Doc fix.
8888         * mouse-sel.el (mouse-sel-mode): Doc fix.
8889         * paren.el (show-paren-mode): Doc fix.
8890         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8891         * time.el (display-time-mode): Doc fix.
8892         * type-break.el (type-break-mode): Doc fix.
8893         * which-func.el (which-func-mode-global): Doc fix.
8894         * winner.el (winner-mode): Doc fix.
8896 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
8898         * wid-edit.el (widget-before-change): Signal text-read-only rather
8899         than an ordinary error.
8901 1999-03-30  Richard M. Stallman  <rms@gnu.org>
8903         * repeat.el: Don't require advice.
8904         (repeat): Do function-indirection in check for kbd macro.
8905         In self-insert case, use the *last* char in INSERTION.
8907 1999-03-30  Karl Heuer  <kwzh@gnu.org>
8909         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8911 1999-03-29  Andreas Schwab  <schwab@gnu.org>
8913         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8914         comint-input-filter-functions.  Make variables related to shell
8915         directory tracking local.
8917 1999-03-26  Andreas Schwab  <schwab@gnu.org>
8919         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8921         * simple.el (shell-command-on-region): Cope with exit-status being
8922         nil, which happens if call-process-region was interrupted.
8924 1999-03-26  Richard M. Stallman  <rms@gnu.org>
8926         * simple.el (indent-new-comment-line): Handle use at a point
8927         after a comment-end.  Handle multiple comments.
8929         * mail/rmail.el (rmail-decode-babyl-format):
8930         To prevent locking, bind buffer-file-name to nil.
8932 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
8934         * mail-hist.el (mail-hist-current-header-name): Don't make
8935         off-by-one-error when determining if in message body.
8937 1999-03-25  Andrew Innes  <andrewi@gnu.org>
8939         * w32-fns.el (set-default-process-coding-system): Copied from
8940         dos-w32.el, but modified to use Unix line endings for process
8941         input, and to add a suitable entry to process-coding-system-alist
8942         for DOS shells.
8944         * dos-fns.el (set-default-process-coding-system): Copied from
8945         dos-w32.el.
8947         * dos-w32.el (set-default-process-coding-system): Move function to
8948         dos-fns.el; a different version is used in w32-fns.el.
8950 1999-03-24  Dave Love  <fx@gnu.org>
8952         * info.el (Info-directory-list): Revert change to re-writing
8953         Info-default-directory-list, but put `alternative' first.
8954         (Info-insert-dir): Modify selecting the top dir file as a consequence.
8956 1999-03-23  Simon Marshall  <simon@gnu.org>
8958         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8959         on the line by itself.
8960         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
8961         it is not in a declarative context.
8963 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8965         * cus-edit.el (custom-variable-prompt): Allow customization of
8966         autoloaded symbols.
8968 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
8970         * simple.el (what-cursor-position): Don't cause error when point
8971         is at invalid multibyte sequence.
8973 1999-03-21  Karl Heuer  <kwzh@gnu.org>
8975         * complete.el (partial-completion-mode): Doc fix.
8977 1999-03-19  Richard M. Stallman  <rms@gnu.org>
8979         * progmodes/cplus-md.el (old-c++): Remove :group.
8981         * progmodes/c-mode.el (old-c): Remove :group.
8983 1999-03-18  Simon Marshall  <simon@gnu.org>
8985         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8986         (java-font-lock-keywords-2): Added "strictfp" keyword.
8988 1999-03-17  Jason Rumney <jasonr@altavista.net>
8990         * w32-fns.el (set-w32-system-coding-system) New function.
8991         (w32-system-coding-system) Initialize to 'iso-latin-1.
8993 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
8995         * international/mule-cmds.el (set-language-environment): Fix
8996         previous change: don't use dos-codepage when unbound.
8998 1999-03-17  Karl Heuer  <kwzh@gnu.org>
9000         * calendar/appt.el (appt-make-list): Fix previous change.
9002 1999-03-16  Richard M. Stallman  <rms@gnu.org>
9004         * window.el (shrink-window-if-larger-than-buffer):
9005         Don't try to redisplay with the cursor at the end
9006         on its own line--that would force a scroll and spoil things.
9008 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
9010         * international/mule-cmds.el (set-language-environment): Don't use
9011         cpNNN-nonascii-translation-table if it is unbound.
9013         * term/internal.el (dos-codepage-setup): Compute the unibyte
9014         syntax table and bind unibyte-display-via-language-environment
9015         here, rather than at top level, so that resetting to unibyte in
9016         .emacs works as expected.
9018 1999-03-15  Simon Marshall  <simon@gnu.org>
9020         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9022 1999-03-14  Milan Zamazal <pdm@pvt.net>
9024         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9026 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9028         * international/mule-util.el (detect-coding-with-priority):
9029         Restore the internal database.
9031 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9033         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9034         if mail-from-style has invalid value.
9036 1999-03-12  Karl Heuer  <kwzh@gnu.org>
9038         * vc.el (vc-delete-logbuf-window): New var.
9039         (vc-finish-logentry): Use it.
9041 1999-03-12  Richard M. Stallman  <rms@gnu.org>
9043         * startup.el (command-line-1): Improve startup msg.
9045 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
9047         * speedbar.el: Added commentary about stealthy functions.
9048         (speedbar-message) new function.
9049         (speedbar-y-or-n-p): New function
9050         (speedbar-with-attached-buffer) Moved macro before reference.
9051         Now uses `save-selected-window'.
9052         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9053         speedbar-generic-item-info, speedbar-item-info-file-helper,
9054         speedbar-item-delete, speedbar-insert-generic-list,
9055         speedbar-timer-fn, speedbar-check-vc-this-line,
9056         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9057         speedbar-buffers-item-info) Use speedbar-message.
9058         (speedbar-item-info) Limit `message-log-max'.
9059         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9060         speedbar-item-delete, speedbar-item-object-delete,
9061         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9063 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
9065         * server.el (server-start): Set coding system for the server
9066         process to raw-text.
9067         (server-process-filter): Decode file names if necessary.
9069 1999-03-12  Dave Love  <fx@gnu.org>
9071         * textmodes/fill.el (sentence-end-double-space): Doc fix.
9073         * textmodes/paragraphs.el (sentence-end): Doc fix.
9075 1999-03-11  Karl Heuer  <kwzh@gnu.org>
9077         * comint.el (comint-password-prompt-regexp): Accept "login password:"
9079 1999-03-09  Karl Heuer  <kwzh@gnu.org>
9081         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9082         (ispell-dictionary-alist-2): Likewise.
9083         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9084         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9085         (ispell-dictionary-alist): Build from six pieces, not just two.
9087         * ps-bdf.el (bdf-directory-list): Doc fix.
9089         * enriched.el (enriched-mode): Make var permanent-local.
9091 1999-03-09  Dave Love  <fx@gnu.org>
9093         * textmodes/sgml-mode.el (html-mode): Use
9094         sentence-end-double-space when setting sentence-end.
9096 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
9098         * language/thai.el (tis-620): New alias coding system for thai-tis620.
9100 1999-03-08  Felix Lee  <flee@cygnus.com>
9102         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9104         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9106 1999-03-08  Karl Heuer  <kwzh@gnu.org>
9108         * dired-aux.el (dired-do-copy-regexp): Doc fix.
9109         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9111         * dired.el (dired-do-copy-regexp): Doc fix.
9112         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9114 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
9116         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9118 1999-03-08  Jason Rumney <jasonr@altavista.net>
9120         * international/codepage.el (cp1250-decode-table)
9121         (cp1251-decode-table, cp1253-decode-table)
9122         (cp1257-decode-table): New translation tables for MS Windows codepages.
9123         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9125 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9127         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9129 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
9131         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9133         * term/internal.el (top level): Display character 255 as 8bit as well.
9135 1999-03-06  Dave Love  <fx@gnu.org>
9137         * progmodes/cc-cmds.el (c-outline-level): Bind
9138         buffer-invisibility-spec.
9140         * progmodes/c-mode.el (c-outline-level): Likewise.
9142         * progmodes/ada-mode.el (ada-outline-level): Likewise.
9144 1999-03-05  Felix Lee  <flee@cygnus.com>
9146         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9148 1999-03-05  Richard M. Stallman  <rms@gnu.org>
9150         * bindings.el (complete-symbol): Invert meaning of prefix arg.
9152 1999-03-05  Andrew Innes  <andrewi@gnu.org>
9154         * w32-fns.el (convert-standard-filename): Convert directory
9155         separators to Windows format.
9157 1999-03-05  Andreas Schwab  <schwab@gnu.org>
9159         * international/skkdic-cnv.el: Provide skkdic-cnv.
9160         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9161         (batch-skkdic-convert): Doc fix.
9163 1999-03-04  Dave Love  <fx@gnu.org>
9165         * custom.el (custom-set-variables): Protect against setter errors.
9167 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
9169         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9170         the file sizes from overflowing.
9171         (ls-lisp-format): If file size is a float, use %8.0f to print it.
9172         Under -s, print the size in blocks with %4.0f, in case they have
9173         a *really* huge file.
9175 1999-03-03  Dave Love  <fx@gnu.org>
9177         * options.el (edit-options): Doc fix.
9178         (list-options): Don't lose with unbound symbols.  Maintain
9179         Edit-options-mode.
9181 1999-03-01  Dave Love  <fx@gnu.org>
9183         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9185 1999-02-28  Richard M. Stallman  <rms@gnu.org>
9187         * ispell.el (ispell-dictionary-alist-override): New variable.
9188         (ispell-dictionary-alist): Don't setq it,
9189         if ispell-dictionary-alist-override is set.
9191         * simple.el (shell-command-default-error-buffer): Renamed from
9192         shell-command-on-region-default-error-buffer.
9193         (shell-command-on-region): Mention in echo area when there
9194         is some error output.  Mention success or failure, too.
9195         Accumulate multiple error outputs
9196         going forward, with formfeed in between.  Display the error buffer
9197         when we have put something in it.
9198         (shell-command): Add the ERROR-BUFFER argument feature.
9200 1999-02-28  Karl Heuer  <kwzh@gnu.org>
9202         * mail/mh-utils.el (mh-lib): Doc fix.
9203         (mh-lib-progs, mh-nmh-p): New vars.
9204         (mh-find-progs): Set mh-lib-progs along with other vars.
9205         (mh-path-search): New arg FUNC-P; if specified, use that instead
9206         of mh-file-command-p.
9207         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9209         * mail/mh-comp.el (mh-repl-formfile): New var.
9210         (mh-smail-batch): Don't ignore all arguments.
9211         (mh-reply): Do the right thing when using nmh.
9213 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
9215         * international/mule-cmds.el (select-safe-coding-system): Be sure
9216         to show a buffer being decoded.
9218 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9220         * ps-bdf.el (bdf-directory-list): Initialize it to
9221         '("/usr/local/share/emacs/fonts/bdf").
9223 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9225         * ps-print.el: PostScript programming fix.
9226         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9227         setpagedevice operator).
9229 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9231         * ps-print.el: Doc fix, font size specifies landscape and portrait
9232         sizes.
9233         (ps-print-version): New version number (4.1.4).
9234         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9235         Specifies landscape and portrait sizes.
9236         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9237         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9238         fix.
9239         (ps-get-font-size): New fun.
9240         (ps-font-size-internal, ps-header-font-size-internal)
9241         (ps-header-title-font-size-internal): New vars.
9243         * ps-mule.el: Change of ps-print font size variable name.
9244         (ps-mule-generate-font): Fun fix.
9245         (ps-mule-begin-job): Programming uniformization.
9247 1999-02-25  Dave Love  <fx@gnu.org>
9249         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9250         (help-make-xrefs): Do Info case first.
9252         * repeat.el: Don't require advice.
9253         (repeat-last-kill-command): Variable deleted.
9255 1999-02-25  Richard Stallman  <rms@gnu.org>
9257         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9258         case just because the current buffer is the output buffer.
9260 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9262         * simple.el (what-cursor-position): To show the character's
9263         encoding, use encoded-string-description instead of information
9264         of chaset-origin-alist.
9266         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9267         (encoded-code-description): New function.
9268         (encoded-string-description): New function.
9269         (encode-coding-char): New function.
9271 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9273         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9274         checking for .emacs[.el[c]].
9276 1999-02-24  Richard Stallman  <rms@gnu.org>
9278         * help.el (describe-function-1): Don't print a whole lambda-function.
9280 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9282         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9283         inputting ?\240.
9285 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9287         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9289         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9290         (clean-buffer-list-kill-buffer-names): Doc fix.
9292         * gud.el (gud-jdb-massage-args): Spelling fix.
9294 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9296         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9298 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9300         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9301         excursion while calling set-auto-coding-function.
9303         * play/handwrite.el (handwrite): Require ps-print, and use
9304         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9305         if it's defined, instead of forking ps-lpr-command unconditionally.
9307 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9309         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9310         charset-origin-alist property to a coding system for the codepage.
9312         * international/mule.el: Modify comment for charset-origin-alist
9313         property of a coding system.
9315         * simple.el (what-cursor-position): charset-origin-alist property
9316         of a coding system may be a translation table or a symbol of which
9317         `translation-table' property is a translation table.
9319 1999-02-21  Richard Stallman  <rms@gnu.org>
9321         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9322         to the "html" template.
9324 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9326         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9328 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9330         * dirtrack.el (dirtrack): Check for the prompt in the input string
9331         instead of the buffer.
9333 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9335         * sql.el: Set version to 1.4.1.  Changed mail address to
9336         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9337         (sql-input-ring-separator): Doc fix.
9338         (sql-mode-syntax-table): double-dash starts comments is defined as
9339         ". 56" instead of ". 12b" for XEmacs.
9340         (sql-stop, sql-interactive-mode): Doc fixes.
9341         (sql-postgres): Queries for database and server, not just one.
9342         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9344         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9345         changed.  This is needed for master.el to work.
9346         (sql-set-sqli-buffer): Use the new hook.
9348         * sql.el (sql-make-alternate-buffer-name): Function that sets
9349         sql-alternate-buffer-name.
9350         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9351         (sql-interactive-mode): Set sql-alternate-buffer-name.
9352         (sql-rename-buffer): New command.
9353         (sql-interactive-mode-menu): Menu for SQLi buffers.
9355         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9356         and sql-input-ring-file-name are used to temporarily set
9357         comint-input-ring-file-name and comint-input-ring-separator when
9358         reading and writing input history files.
9360         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9361         (sql-input-ring-file-name): New variable with customization.
9362         (sql-input-ring-separator): New variable with customization.
9363         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9364         Callers changed.
9365         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9366         now includes the name of the current buffer.
9368         (sql-mode): Set paragraph-separate and paragraph-start so that
9369         sql-send-paragraph sends the entire SQL statements, even if it
9370         contains indented lines.
9372 1999-02-18  Dave Love  <fx@gnu.org>
9374         * format.el (format-encode-run-method, format-decode-run-method):
9375         Fix previous change.
9377 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9379         * international/mule.el (coding-system-list): Moved here from
9380         mule-util.el to avoid autoloading mule-util by the call of
9381         select-safe-coding-system.
9383 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9385         * simple.el (turn-on-auto-fill): Mark it as an option for
9386         `text-mode-hook'.
9388 1999-02-17  Richard Stallman  <rms@gnu.org>
9390         * emacs-lisp/easymenu.el (easy-menu-get-map):
9391         Don't crash if (current-local-map) is nil.
9393 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9395         * filecache.el (file-cache-filter-regexps): Added .class.
9397 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9399         * international/mule-util.el (decompose-region): Use
9400         insert-buffer-substring instead of insert-buffer to avoid putting
9401         mark.
9403 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9405         * calendar/cal-move.el (scroll-calendar-left): Don't set
9406         displayed-month and displayed-year here, let generate-calendar do
9407         it, after range checking.
9409 1999-02-17  Simon Marshall  <simon@gnu.org>
9411         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9413         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9414         correctly between an object declared via a constructor and a method.
9415         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9416         (java-font-lock-keywords-1): Fontify package names individually.
9417         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9418         (java-font-lock-keywords-2): Simplify type fontification.
9419         (java-font-lock-keywords-3): Likewise.
9421 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9423         * language/japanese.el (iso-2022-jp-2): New coding system.
9424         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9426 1999-02-16  Dave Love  <fx@gnu.org>
9428         * help.el (describe-function-1): Accept non-symbols.
9430 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9432         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9433         find the last match if there are multiple matches.
9435 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9437         * tex-mode.el (tex-run-command, latex-run-command)
9438         (slitex-run-command, tex-command): Doc changes.
9439         (tex-start-options-string): Autoload it.  Doc change.  Provide
9440         a menu for customization.  Allow nil.  Quote backslashes only once.
9441         (tex-start-tex): Handle nil value of tex-start-options-string
9442         and apply shell-quote-argument to it.
9444 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9446         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9447         the size in blocks, since it can be a float.
9448         (ls-lisp-format): Likewise
9450 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9452         * language/japanese.el (japanese-shift-jis): Add
9453         charset-origin-alist property.
9455 1999-02-15  Richard Stallman  <rms@gnu.org>
9457         * progmodes/compile.el (compile-internal): Use save-selected-window.
9459         * subr.el (momentary-string-display): Bind inhibit-read-only.
9461         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9463 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9465         * mail/rmail.el (rmail-show-message): If an unseen message has a
9466         Summary-line in its header, get past one more line before looking
9467         for the X-Coding-System header.
9469 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
9471         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9472         explicitly to accomodate Windows 9X lack of a useful copy program.
9474 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9476         * wid-edit.el (widget-choice-value-create): Use `equal'
9477         instead of `eq'.
9479 1999-02-14  Richard Stallman  <rms@gnu.org>
9481         * international/iso-transl.el:
9482         (iso-transl-ae): Renamed from iso-transl-e-slash.
9483         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9484         (iso-transl-AE): Renamed from iso-transl-E-slash.
9485         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9486         (iso-transl-char-map): Related changes.
9488         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9490 1999-02-13  Richard Stallman  <rms@gnu.org>
9492         * textmodes/texinfmt.el (texinfo-alias): New function.
9493         (texinfo-fold-nodename-case): Add defvar.
9494         (texinfo-format-node): Do case folding if specified.
9496         * ffap.el (ffap-file-at-point): Test local file names
9497         immediately.  Strip off line numbers.
9499 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
9501         * sql.el: Set version to 1.3.2
9502         (sql-solid-program): Added support for solid.
9503         (sql-help): Doc mentions sql-solid.
9504         (sql-solid): Entry function for Solid.
9505         (sql-buffer): Doc explains the use of the variable and how to
9506         change it.
9507         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9508         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9509         disabled if sql-buffer doesn't have a process; sql-send-paragraph
9510         is new.
9511         (sql-show-sqli-buffer): New function to display the value of
9512         sql-buffer.
9513         (sql-change-sqli-buffer): New function to change sql-buffer.
9514         (sql-mode): Doc explains how to change sql-buffer.
9515         (sql-send-paragraph): New function to send a paragraph.
9516         (sql-mode-map): Added keybinding for sql-send-paragraph.
9517         (sql-mysql): Doc corrected.
9518         (sql-ms): Doc corrected.
9520         * sql.el (sql-server): Doc fix.
9521         (sql-mysql): Added the use of sql-server to specify the host,
9522         sql-database now specifies database instead of host.
9523         (sql-mode-menu): Send... menu items are only active if sql-buffer
9524         is non-nil.
9525         (sql-help): Changed tag of entry functions a bit.
9527         * sql.el: Added keywords from `finder-by-keyword'.
9528         (sql-mode): Made sql-buffer a local variable, changed the
9529         documentation: removed instructions to add *.sql files to
9530         auto-mode-alist, added documentation for having mutliple SQL
9531         buffers sending their stuff to different SQLi buffers, each
9532         running a different process.
9533         (sql-postgres): Quoted *SQL* in doc string.
9534         (sql-ms): Likewise.
9535         (sql-ingres): Likewise.
9536         (sql-ingres): Quoted *SQL* in doc string, added references to
9537         sql-user and sql-password used during login.
9538         (sql-sybase): Quoted *SQL* in doc string, added comma.
9539         (sql-oracle): Likewise.
9540         (sql-interactive-mode): Added extensive documentation for having
9541         mutliple SQL buffers sending their stuff to different SQLi
9542         buffers, each running a different process.
9543         (sql-buffer): Changed doc from *SQL* to SQLi.
9544         (sql-get-login): Doc fix.
9546 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9548         * international/mule-conf.el (undecided): Set ascii in
9549         safe-charsets property.
9551 1999-02-12  Richard Stallman  <rms@gnu.org>
9553         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9555 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9557         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9558         value to ps-mule-font-info-database-latin.
9560 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
9562         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9563         (ps-mule-font-info-database-default): New variable.
9564         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9565         ps-mule-font-info-database-default.
9567 1999-02-12  Dave Love  <fx@gnu.org>
9569         * timezone.el (timezone-make-date-sortable)
9570         (timezone-make-date-arpa-standard): Doc fix.
9572 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9574         * international/quail.el (quail-show-kbd-layout): Bind
9575         blink-matching-paren to nil.
9577         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9578         for ASCII and Latin-1.
9580 1999-02-12  Andreas Schwab  <schwab@gnu.org>
9582         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9584 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
9586         * international/mule-cmds.el (language-info-alist): Remove
9587         description about charset-origin-alist.
9589         * international/mule.el: Comment added for a new coding system
9590         property `charset-origin-alit'.
9591         (make-translation-table): This variable deleted.
9593         * language/chinese.el (chinese-big5): Add charset-origin-alist
9594         property.
9595         ("Chinese-CNS"): Remove charset-origin-alist property.
9597         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9598         property.
9599         (cyrillic-alternativnyj): Likewise.
9600         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9601         ("Cyrillic-ALT"): Likewise.
9603         * language/vietnamese.el (vietnamese-viqr): Add
9604         charset-origin-alist property.
9605         ("Vietnamese"): Remove charset-origin-alist property.
9607         * simple.el (what-cursor-position): Don't use the varialbe
9608         charset-origin-alist, but use charset-origin-alist property of
9609         buffer-file-coding-system to decide external character set code.
9611 1999-02-10  Richard Stallman  <rms@gnu.org>
9613         * shadowfile.el: Don't turn on the mode when the file is loaded.
9615 1999-02-09  Richard Stallman  <rms@gnu.org>
9617         * progmodes/compile.el (compile-auto-highlight): Customize.
9619         * add-log.el (add-log-file-name-function): New variable.
9620         (add-change-log-entry): Call that function, if non-nil.
9622 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
9624         * rmail.el (rmail-search): Track match with a marker, not an integer.
9626 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9628         * progmodes/compile.el (compilation-setup): Set value of
9629         compilation-directory-stack as in compilation-forget-errors.
9630         (compile-reinitialize-errors): Bind buffer-undo-list and
9631         deactivate-mark.
9632         (compilation-forget-errors): Likewise.
9634 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
9636         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9637         def... constructs.
9639         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9640         Remove calls to sleep-for.
9642 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
9644         * international/codepage.el (cp-coding-system-for-codepage-1): On
9645         MS-DOS, use dos-unsupported-char-glyph for characters not
9646         supported by the codepage.
9647         (cp-make-coding-systems-for-codepage): Likewise.
9649 1999-02-08  Andreas Schwab  <schwab@gnu.org>
9651         * international/mule-util.el (coding-system-list): Don't sort
9652         coding-system-list here.
9654         * international/mule.el (coding-system-lessp): Moved here from
9655         mule-util.el
9656         (add-to-coding-system-list): New function.
9657         (make-subsidiary-coding-system, make-coding-system,
9658         define-coding-system-alias): Use it instead of setting
9659         coding-system-list directly.
9661 1999-02-07  Dave Love  <fx@gnu.org>
9663         * calendar/appt.el (appt-make-list): Don't splice quotes and date
9664         onto message.
9666 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9668         * imenu.el (imenu--last-menubar-index-alist): Add doc.
9669         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
9671 1999-02-06  Richard Stallman  <rms@gnu.org>
9673         * language/european.el (setup-slovenian-environment): New function.
9674         ("Slovenian"): New language environment.
9676         * progmodes/sql.el (sql-help): Doc fix.
9677         (sql-mysql): Doc fix.
9679 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9681         * tex-mode.el: When compiling, require compare-w and skeleton
9682         to pacify the byte-compiler.  Move the def's of the tex-commands
9683         together.  Add a comment on kill-process vs. quit-process.
9685 1999-02-05  Dave Love  <fx@gnu.org>
9687         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9688         null markers.
9689         (compile-goto-error): Likewise.
9691 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
9693         * time-stamp.el (time-stamp-format): Format doc tighter.
9694         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9695         (time-stamp): Don't re-write the time stamp if it didn't change.
9697 1999-02-05  Alex Schroeder  <asc@bsiag.com>
9699         * progmodes/sql.el: Changed version to 1.2.1.
9700         (sql-pop-to-buffer-after-send-region): Improved documentation.
9701         (sql-mysql-program): Added MySQL support.
9702         (sql-prompt-length): Made prompt-length configurable.
9703         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9704         (sql-help): Added MySQL support, changed documentation.
9705         (sql-send-region): A message is displayed if something is sent.
9706         (sql-mode): Added buffer-local comment-start.
9707         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9708         (sql-interactive-mode): Added buffer-local comment-start.
9709         (sql-oracle): Set sql-prompt-length.
9710         (sql-sybase): Set sql-prompt-length.
9711         (sql-mysql): Added MySQL support.
9712         (sql-ingres): Set sql-prompt-length.
9713         (sql-ms): Set sql-prompt-length.
9714         (sql-postgres): Set sql-prompt-length.
9716 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
9718         * term/internal.el (dos-codepage-setup): Set selection coding
9719         system to cpNNN-dos.
9721 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9723         * international/characters.el: Let ethiopic use iso-2022-7bit.
9725 1999-02-02  Dave Love  <fx@gnu.org>
9727         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9728         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9730 1999-02-02  Karl Heuer  <kwzh@gnu.org>
9732         * terminal.el (terminal-emulator): Doc fix.
9734 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
9736         * international/mule-util.el (compose-chars): Doc-string
9737         modified.  Correctly handle a composition character in ARGS.
9739 1999-02-01  Richard Stallman  <rms@gnu.org>
9741         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9742         (makefile-menu-index-function): Function deleted.
9743         (makefile-mode): Use makefile-imenu-generic-expression.
9745 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
9747         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9748         change, invoke from before-init-hook.
9750 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
9752         * subr.el (remove-from-invisibility-spec): Cope with the case when
9753         buffer-invisibility-spec is t.
9755 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
9757         * calendar/calendar.el (calendar-mode-map): Fix bindings for
9758         appt-add and appt-delete.
9760 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
9762         * term/pc-win.el (msdos-approximate-color): New function.
9763         (msdos-color-translate): Call it to find a DOS color that best
9764         approximates an X-style "#NNNNNN" color specification.
9766 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
9768         * international/mule-util.el (compose-chars-component): Add
9769         autoload cookie.
9771 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
9773         * international/quail.el (quail-lookup-key): If cdr of MAP is a
9774         function, replace cdr of MAP by the return value of the function
9775         unconditionally.
9777 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9779         * progmodes/compile.el (compilation-next-error-locus): Don't
9780         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9782 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
9784         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9785         and NLs before "charset", and allow the charset name be in double
9786         quotes.
9788 1999-01-31  Richard Stallman  <rms@gnu.org>
9790         * imenu.el (imenu-sort-function): Fix custom type.
9792 1999-01-30  Richard Stallman  <rms@gnu.org>
9794         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9795         (speedbar-line-token): Likewise.
9797         * play/gametree.el (gametree-default-score): Use defcustom.
9798         (gametree-score-regexp, gametree-score-closer): Likewise.
9799         (gametree-score-manual-flag, gametree-score-opener): Likewise.
9801 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9803         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9804         decoding.
9806 1999-01-29  Markus Rost  <rost@gnu.org>
9808         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9809         tex-validate-buffer.
9810         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9811         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
9812         now with recent occur-mode.
9813         (tex-validate-region): Really walk through all Sexps.
9814         (tex-region): Bind shell-dirtrack-verbose.
9815         (tex-file, tex-bibtex-file): Likewise.
9817 1999-01-29  Dave Love  <fx@gnu.org>
9819         * finder.el: (finder-commentary): Fix interactive spec.  Try
9820         appending .el to file name.
9821         (finder-find-library, finder-commentary): Doc fixes.
9823 1999-01-29  Andrew Innes  <andrewi@gnu.org>
9825         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9826         where the userid contains directory separators.
9828 1999-01-29  Dave Love  <fx@gnu.org>
9830         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9831         (lm-commentary): Doc fix.
9833 1999-01-29  Andreas Schwab  <schwab@gnu.org>
9835         * files.el (file-expand-wildcards): Never consider `.' and `..' a
9836         wildcard match.  Fix regexp that tests if dirpart contains
9837         wildcard characters.
9839 1999-01-28  Richard Stallman  <rms@gnu.org>
9841         * font-lock.el (font-lock-default-unfontify-region):
9842         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9844 1999-01-27  Jason Rumney <jasonr@altavista.net>
9846         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9847         from FAMILY field.
9848         (w32-create-initial-fontsets): Do not use before-init-hook.
9849         (mouse-set-font): Document.  Automatically create and use fontsets.
9851         * dos-w32.el (direct-print-region-helper): Check for printer
9852         being t as well as a string.
9854 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
9856         * mail/rmail.el (rmail-decode-mime-charset): New variable.
9857         (rmail-mime-charset-pattern): New variable.
9858         (rmail-convert-to-babyl-format): Decode by MIME-charset if
9859         rmail-decode-mime-charset is non-nil.
9861 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
9863         * international/characters.el: Set category `q' for all characters
9864         in tibetan and tibetan-1-column.
9866 1999-01-27  Andrew Innes  <andrewi@gnu.org>
9868         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9869         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9871 1999-01-27  Dave Love  <fx@gnu.org>
9873         * international/mule-cmds.el (current-language-environment):
9874         Provide :link, :type (choices) and appropriate :get.
9876 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
9878         * startup.el (command-line): Set default eol-mnemonic-* strings to
9879         display end-of-line format in mode line.
9881         * cus-start.el (all): Add eol-mnemonic-* variables.
9883 1999-01-26  Dave Love  <fx@gnu.org>
9885         * startup.el (command-line-1): Up-date copyright.
9887         * paths.el (Info-default-directory-list): Use configdir twice.
9889         * info.el (Info-directory-list): Don't set path-separator now
9890         we're not shipped with Texinfo.  Simplify path definition.
9891         Substitute all occurrences of instdir in Info-default-directory-list.
9893 1999-01-25  Richard Stallman  <rms@gnu.org>
9895         * startup.el (normal-top-level-add-subdirs-to-load-path):
9896         Record the inode numbers of the dirs processed, to avoid loop.
9898         * textmodes/tex-mode.el (tex-run-command): Doc fix.
9900 1999-01-25  Dave Love  <fx@gnu.org>
9902         * browse-url.el (browse-url-netscape-program): Doc addition.
9904         * help.el (help-make-xrefs): Default info references to an `(emacs)'
9905         prefix.
9907         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9908         auto-mode-alist.
9910 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9912         * calendar/diary-lib.el (mark-diary-entries): Use
9913         assoc-ignore-case and do not capitalize when matching month and
9914         day names.
9916         * calendar/calendar.el (calendar-read-date): Ditto.
9918         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9919         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9921         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9923         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9925         * calendar/cal-islam.el (calendar-goto-islamic-date)
9926         (mark-islamic-diary-entries): Ditto.
9928         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9930         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9931         (calendar-read-mayan-tzolkin-date): Ditto.
9933         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9935 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
9937         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9939 1999-01-25  Karl Heuer  <kwzh@gnu.org>
9941         * faces.el (list-faces-display): Multiline case of previous fix.
9943 1999-01-25  Andreas Schwab  <schwab@gnu.org>
9945         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9947 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
9949         * files.el (find-file): If find-file-noselect returns a list,
9950         do switch-to-buffer on each element.
9951         (find-file-other-window): Likewise for all but the first element.
9952         (find-file-other-frame): Same.
9953         (find-file-noselect): When we expand a wildcard, return a list
9954         of buffers.
9956 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
9958         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9959         to set the appropriate cpNNN-dos coding system as the
9960         highest-priority coding system.
9962 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9964         * international/fontset.el (generate-fontset-menu): Return a
9965         sorted list by plain names of fontsets.
9967         * international/mule-diag.el (list-fontsets): Sort fontsets by
9968         plain names.
9970         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9971         FIRST is a composite character, decompose it at first.
9973 1999-01-23  Dave Love  <fx@gnu.org>
9975         * format.el: Doc fixes.
9976         (format-encode-run-method): Have things happen in the right buffer.
9977         Deal with errors from method.  Set coding-system-for-write.
9978         (format-decode-run-method): Have things happen in the right buffer.
9979         Deal with errors from method.  Set coding-system-for-read.
9980         (format-alist): Use nil instead of unmatchable regexps.
9982         * simple.el (shell-command-on-region): Return command's exit status.
9984 1999-01-23  Eric Ludlam  <zappo@gnu.org>
9986         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9987         of the file whose info we want to display.
9988         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9989         (speedbar-add-mode-functions-list) Improve doc.
9990         (speedbar-line-token) New function.
9991         (speedbar-dired) Fix order of directories in -shown-directories.
9992         (speedbar-line-path): Default return is default-directory
9993         (speedbar-buffers-line-path): Return is dir name only.
9994         (speedbar-mode-functions-list): New variable.
9995         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9996         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9997         speedbar-files-item-info speedbar-buffers-item-info): New functions.
9998         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9999         New functions.
10000         (speedbar-line-file): Broke out part that fetches file from a line.
10001         (speedbar-line-text): New function extracted from speedbar-line-file.
10002         (speedbar-line-path): Converted into a replaceable function.
10003         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10005 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10007         * international/fontset.el (create-fontset-from-x-resource): Make
10008         style variants.
10010 1999-01-22  Dave Love  <fx@gnu.org>
10012         * paths.el (Info-default-directory-list): Put sysdir after start.
10014 1999-01-22  Sam Steingold  <sds@goems.com>
10016         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10017         a process associated with it.
10019 1999-01-22  Jason Rumney <jasonr@altavista.net>
10021         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10023 1999-01-22  Felix Lee  <flee@cygnus.com>
10025         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10026         major-mode.
10027         (vc-annotate-mode): Delete variable.
10029 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10031         * startup.el (command-line): [windows-nt]: Check for existence of
10032         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10033         in preference to _emacs.
10035 1999-01-22  Dave Love  <fx@gnu.org>
10037         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10039 1999-01-20  Richard Stallman  <rms@gnu.org>
10041         * files.el (find-file-noselect): Do wildcard processing only
10042         if new arg WILDCARDS is non-nil.
10043         (find-file, find-file-other-window): New arg WILDCARDS.
10044         Default it to non-nil if interactive.
10045         (find-file-other-frame): Likewise.
10046         (find-file-read-only): Likewise.
10047         (find-file-read-only-other-window): Likewise.
10048         (find-file-read-only-other-frame): Likewise.
10050         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10051         (widget-plist-convert-option): Delete spurious comma.
10053 1999-01-19  Jason Rumney <jasonr@altavista.net>
10055         * term/w32-win.el (w32-standard-fontspec-spec): Change
10056         iso8859-5 to koi8-r.  Add iso8859-9.
10058 1999-01-19  Dave Love  <fx@gnu.org>
10060         * browse-url.el (browse-url-maybe-new-window): Delete macro and
10061         its uses.
10063         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10064         is active.
10065         (fortran-indent-subprogram): Likewise.
10067 1999-01-19  Dave Love  <d.love@dl.ac.uk>
10069         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10071 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10073         * wid-edit.el (alist): Use sexp as default key-type.
10075 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10077         * textmodes/tex-mode.el (tex-define-common-keys):
10078         Remove key binding of tex-feed-input.
10079         (tex-mode-map): Bind tex-feed-input here.
10080         (tex-start-shell): Use compilation-shell-minor-mode.  Set
10081         comint-input-filter-functions before running tex-shell-hook.
10082         (tex-start-tex): Forget compilation errors.
10083         (tex-compilation-parse-errors): Rewritten to work also with
10084         compile-mouse-goto-error and compile-goto-error.  Adjusted to
10085         change in tex-region.
10086         (tex-region): For the temp file use file-name without directory.
10087         (tex-file): Expand file name of tex-print-file.
10089 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10091         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
10093 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
10095         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10096         beginning could cause Emacs to hang.  Fixed.
10098 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
10100         * international/ccl.el (ccl-compile-translate-character): Handle
10101         the case that a tranlation table is CCL register correctly.
10103         * international/mule-cmds.el (select-safe-coding-system):
10104         Hightlight at most 256 characters.
10106 1999-01-18  Dave Love  <fx@gnu.org>
10108         * startup.el (command-line): If the init file changes operation to
10109         unibyte, make all buffers unibyte and re-set language environment.
10111         * disp-table.el (standard-display-european): Make all existing
10112         buffers unibyte.  Fix doc.
10114 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10116         * wid-edit.el (coding-system): Define this unconditionally.
10118         * simple.el (shell-command-on-region-default-error-buffer): New var.
10119         (shell-command-on-region): Use that variable as interactive
10120         value of ERROR-BUFFER argument.
10122 1999-01-17  Sam Steingold  <sds@goems.com>
10124         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10126 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10128         * progmodes/compile.el (compilation-goto-locus): If already in the
10129         compilation buffer's window, keep it in that window.
10130         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
10131         (compile-goto-error): Don't play with windows.
10133         * textmodes/tex-mode.el (latex-run-command): Doc fix.
10134         (tex-command): Doc fix.
10135         (tex-compilation-parse-errors): Doc fix.
10136         (tex-generate-zap-file-name): Don't start the name with -.
10137         (tex-expand-files): Works now also with strings ending with ":".
10139 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
10141         Patch failed to install:
10142         * gametree.el: Document scoring functionality.
10143         (gametree-score-regexp): Add optional plus sign.
10144         (gametree-score-opener): Replace `:' with `=' as the former
10145         conflicts with gametree-half-ply-regexp.
10146         (gametree-transpose-following-leaves): Add.
10147         (gametree-insert-new-leaf): Make modifying commands barf in read
10148         only buffers.
10149         (gametree-break-line-here): Add a call to
10150         `gametree-transpose-following-leaves'.  This maintains the
10151         necessary invariant that on each level all leaf children precede
10152         all nonleaf children.  This has always been implied, but left to
10153         the user, and, unfortunately, undocumented.
10155 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10157         * wid-edit.el (plist, alist): New widget types.
10159 1999-01-17  Dave Love  <fx@gnu.org>
10161         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10162         fix scope of condition-case therein.
10164 1999-01-17  Andrew Innes  <andrewi@gnu.org>
10166         * dos-w32.el: (find-buffer-file-type-coding-system): Use
10167         default-buffer-file-coding-system when file doesn't exist (and
10168         isn't covered by a special case) instead of forcing undecided-dos
10169         against the user's wishes.
10171         * dos-w32.el (direct-print-region-helper): New function based on
10172         direct-print-region-function; sends data to specified printer port
10173         without further translation.  Recognize and handle specially the
10174         standard `print' and `nprint' programs, as well as `lpr' and
10175         similar programs.  Only write directly to the printer port if no
10176         print program is specified.  Work around a bug in Windows 9x
10177         affecting Win32 version of Emacs by invoking command.com to write
10178         to the printer port instead of writing directly.
10179         (direct-print-region-function): Use direct-print-region-helper to
10180         do most of the work.
10181         (direct-ps-print-region-function): New function; analogue of
10182         direct-print-region-function for ps-print.
10183         (ps-lpr-command): Comment out setq; leave as example usage.
10184         (ps-lpr-switches): Ditto.
10186         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10187         and MS-Windows.
10188         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10189         DOS and Windows platforms, to indicate direct printing.  Update
10190         the docstring accordingly.
10192         * ps-print.el: (ps-printer-name): Update docstring about usage on
10193         MS-DOS and MS-Windows.
10194         (ps-lpr-command): Update docstring as for lpr-command.
10195         (ps-print-region-function): New variable.
10196         (ps-do-despool): Use it.
10197         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10198         DOS/Windows.
10200         * subr.el (subst-char-in-string): New function.
10202 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
10204         * international/codepage.el (cp852-decode-table): Fill a nil entry.
10206         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10207         (bdf-find-font-info): New function, looks for the first readable
10208         file from a list of alternatives.
10209         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10210         instead of bdf-get-font-info.
10211         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10212         to ps-mule-generate-bitmap-glyph.
10214         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10215         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
10216         now be a list of alternative names.
10217         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10218         (ps-mule-prepare-font): Likewise.
10220         * international/codepage.el (cp855-decode-table,
10221         cp850-decode-table): Fill some nil entries.
10223 1999-01-16  Dave Love  <fx@gnu.org>
10225         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10226         last change.
10228 1999-01-15  Dave Love  <fx@gnu.org>
10230         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10231         and change regexp for command names.
10232         (help-xref-go-back, function-called-at-point, symbol-file)
10233         (where-is): Doc fixes.
10234         (help-xref-go-back): Remove interactive spec.
10235         (describe-function-1): Fix message for alias.  Buttomize alias
10236         name.
10238         * simple.el (join-line): New alias.
10240 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10242         * forms.el: (forms--show-record): Convert integers to string
10243         expicitly since concat will no longer accept integers.
10244         (forms-print): Use local `total-nb-records' since
10245         `forms--total-records' will be inaccessible after buffer switching.
10247 1998-01-14  Felix Lee  <flee@cygnus.com>
10249         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10251 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10253         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10255 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10257         * international/codepage.el (cp850-decode-table): Fix previous change.
10259 1999-01-14  Simon Marshall  <simon@gnu.org>
10261         * shell.el (shell-dirtrack-verbose): New custom variable.
10262         (shell-dirstack-message): Use it.
10264 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10266         * international/mule-conf.el: Coding system alias `dos' for
10267         `undecided-dos', `mac' for `undecided-mac'.
10269         * international/mule-cmds.el (describe-language-environment):
10270         Don't alter input-method-alist.
10272 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10274         * international/codepage.el (cp850-decode-table): Replace nil
10275         entries with codes of similary looking glyphs.  (Suggested by
10276         Jason Rumney <jasonr@altavista.net>.)
10278 1999-01-13  Dave Love  <fx@gnu.org>
10280         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10282         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10284 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10286         * files.el (auto-save-hook): Defvar this.
10288 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10290         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10291         faces, eliminating the need to load font-lock before loading sql.
10292         (sql-mode-oracle-font-lock-keywords): Likewise.
10293         (sql-mode-postgres-font-lock-keywords): Likewise.
10295 1999-01-11  Dave Love  <fx@gnu.org>
10297         * cus-start.el: Add inhibit-eol-conversion.
10299         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10300         the values round.
10302 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10304         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10305         Don't switch to Help mode here.
10306         (temp-buffer-setup-hook): Use help-mode-finish.
10307         (help-mode-setup): New function.
10308         (temp-buffer-setup-hook): Use help-mode-setup.
10310         * progmodes/sql.el: New file.
10312         * files.el (auto-mode-alist): Add sql-mode.
10314         * faces.el (list-faces-display): Improve the formatting
10315         by computing the maximum length required for any face-name.
10317 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10319         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10321 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10323         * term.el (term_send_home): Change the string to
10324         be the same as the one emitted by xterm and consistent with the
10325         ones emitted by prior and next.
10326         (term_send_end): Likewise.
10328 1999-01-10  Dave Love  <fx@gnu.org>
10330         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10331         bindings.
10333 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10335         * international/codepage.el (codepage-setup): Doc fix.
10336         (cp-decoding-vector-for-codepage): Likewise.
10338 1999-01-10  Markus Rost  <rost@gnu.org>
10340         * cus-edit.el (custom-save-delete): First scan the custom-file.
10342 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10344         * international/iso-transl.el: Define a "function name" for
10345         each translation that isn't ASCII.  Use these function names
10346         in iso-transl-char-map.
10348 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10350         * international/mule-util.el (decompose-region): Do decomposition
10351         on temporary unibyte buffer.
10353         * international/mule.el (make-char): Doc-string modified.
10355 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10357         * simple.el (comment-region): Delete spaces only if we
10358         deleted a comment starter.
10360 1999-01-07  Dave Love  <fx@gnu.org>
10362         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10364         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10365         like eval-defun does.
10367         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10369         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10370         constructions.  Doc fixes.
10371         (generic-create-generic-function): Use defalias, not fset.
10373         * find-func.el: More doc fixes.
10375 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10377         * files.el (save-buffers-kill-emacs): Show the list of current
10378         processes before prompting to kill them and exit.
10380 1999-01-06  Dave Love  <fx@gnu.org>
10382         * emacs-lisp/find-func.el: Doc fixes.
10383         (find-function-regexp): Extend for define-generic-mode,
10384         define-derived-mode, easy-mmode-define-minor-mode.
10386 1999-01-06  Dave Love  <fx@gnu.org>
10388         * progmodes/fortran.el (fortran-window-create): Account for scroll
10389         bar width.
10391         * browse-url.el: Require (noerror) w3-auto when compiling.
10392         (browse-url-maybe-new-window): Make it a macro and revert last
10393         change to callers.
10394         (browse-url-w3): Require w3 for w3-fetch-other-window.
10396 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10398         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10399         argument.
10401 1999-01-06  Simon Marshall  <simon@gnu.org>
10403         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10405         * font-lock.el (font-lock-default-fontify-buffer): When using
10406         with-temp-message, use nil rather than current-message.
10408         * lazy-lock.el (lazy-lock-unstall):
10409         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10410         rather than current-message.
10412         * fast-lock.el (fast-lock-save-cache-1):
10413         (fast-lock-cache-data): When using with-temp-message, use nil rather
10414         than current-message.
10416 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10418         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10419         the valid-codes property.
10421         * international/mule-cmds.el (prefer-coding-system): Call
10422         set-coding-priority, so that the internal array of priorities is
10423         also updated.
10425         * international/mule-util.el:
10426         (coding-system-change-eol-conversion,
10427         coding-system-change-text-conversion): Don't define here.
10429         * international/mule-cmds.el: Define them here.  Remove the
10430         autoload cookies.
10432 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10434         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10435         if it was enabled before.
10437         * view.el (View-revert-buffer-scroll-page-forward): Bind
10438         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10440         * files.el (recover-session): Preserve point when inserting
10441         explanation.
10443 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10445         * cus-edit.el (custom-save-delete): Don't delete whitespace
10446         and comments before the sexp that is replaced.
10448 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10450         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10452 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10454         * vc.el (vc-dired-hook): Use the original value of
10455         dired-move-to-filename-regexp on lines that have not been
10456         reformatted yet.
10457         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10458         file lines have already been reformatted.
10460 1999-01-05  Dave Love  <fx@gnu.org>
10462         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10463         buffer-local.
10465 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10467         * progmodes/f90.el: Change of regular expressions for type to
10468         correct highlighting and identation. Some small fixes for
10469         compatibility with XEmacs.
10471 1999-01-05  Stephen Eglen  <stephen@gnu.org>
10473         * mspools.el (mspools-vm-system-mail): Provide an alternative
10474         value based on rmail-spool-directory if $MAIL is not defined.
10476 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10478         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10479         (reftex-section-info): Handle negative section levels.
10480         (reftex-view-crossref-extra): New option.
10481         (reftex-view-crossref): Generalized to work in more places.
10482         (reftex-find-citation-regexp-format, reftex-find-reference-format,
10483         reftex-macros-with-labels, reftex-global-search-marker): New variables.
10484         (reftex-view-cite-locations-from-bibtex): New command.
10485         (reftex-view-regexp-match, reftex-global-search,
10486         reftex-global-search-continue): New functions.
10487         (reftex-extract-bib-entries): No error for non-existing BibTeX
10488         file, just a message.
10489         (reftex-extract-bib-entries): Better error handling.
10490         (reftex-select-with-char): Use `*RefTeX Select*' for selection
10491         help and force it on current frame.
10492         (reftex-default-bibliography): New function.
10493         (reftex-access-parse-file): Check consistency after loading a
10494         parse file.  When inconsistent, enfore rescan.
10495         (reftex-check-parse-consistency): New function.
10496         (easy-menu-define): Options section drastically shortened.
10498 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
10500         * language/thai-util.el (thai-compose-string): New function.
10502 1999-01-04  Inge Frick  <inge@nada.kth.se>
10504         * easymenu.el (easy-menu-define): Doc fix.
10505         (easy-menu-create-menu): New keyword :included.
10506         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
10507         be an expression, not only a string.  Simulate style `button'.
10508         Use easy-menu-define-key-intern instead of easy-menu-define-key.
10509         (easy-menu-define-key-intern): New function.
10510         (easy-menu-add-item): Understand value returned from
10511         easy-menu-item-present-p and easy-menu-remove-item.
10512         (easy-menu-return-item): New function.
10513         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10515 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
10517         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10518         Use rmail-output-read-rmail-file-name to read the file name.
10519         Always call rmail-output-to-rmail-file noninteractively.
10520         When count > 1, do the loop here.
10521         Handle rmail-delete-after-output here.
10522         (rmail-summary-output): Similar changes.
10524         * mail/rmailout.el: Provide `rmailout'.
10525         (rmail-output-read-rmail-file-name): New function.
10526         (rmail-output-to-rmail-file): Use that.
10527         (rmail-output-read-file-name): New function.
10528         (rmail-output): Use that.
10530         * files.el (find-file-noselect): Let /: suppress wildcard matching.
10531         Error if wildcard matches no files.
10533 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
10535         * menu-bar.el (clipboard-yank): Doc fix.
10537         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10539 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
10541         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10543 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
10545         * rmail.el (rmail-encode-string): Make sure mask value is
10546         positive; (emacs-pid) returns a negative number on Windows 9x
10547         which causes odd behaviour.
10549 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
10551         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10552         and about w32-* variables unless on Windows/NT.
10554 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
10556         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10557         if buffer is modified; ask about all modified buffers.
10559 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10561         * simple.el (what-cursor-position): Fix previous change.
10563 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
10565         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10566         from paragraph-start.
10568 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
10570         * international/mule-cmds.el (prefer-coding-system): If the
10571         argument requires specific EOL conversion type, make the default
10572         coding systems use that.
10574 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
10576         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10577         Use shell-command-on-region.
10578         (m4-start-m4, m4-end-m4): Functions deleted.
10580 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
10582         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10584 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10586         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10587         to compose-mail in the correct places and as a list.
10589 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
10591         * page-ext.el: Added mouse-selection feature for pages directory buffer.
10592         (pages-directory-map): Bind mouse-2
10593         (pages-copy-header-and-position): Put text property.
10594         (pages-directory-goto-with-mouse): New function.
10596 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
10598         * international/codepage.el (cp-make-coding-systems-for-codepage):
10599         Doc fix.
10600         (cp-coding-system-for-codepage-1): Likewise.
10602 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
10604         * language/thai-util.el (thai-post-read-conversion): Handle Thai
10605         composition sequence correctly here instead of calling
10606         thai-compose-region.
10608         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10609         newline in multibyte buffer, if previous or next character is a
10610         composite char, check the first component of the composite char.
10612 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
10614         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10615         and track-mouse.
10617 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10619         * mail/sendmail.el (mail-yank-original): Remove text properties
10620         after insertion.
10621         (mail-yank-region): Barf if no mark is set in the message
10622         being replied to.
10624         * help.el (function-called-at-point): First look for function at point.
10626 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10628         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10630 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10632         * simple.el (what-cursor-position): Print character encoding also.
10634 1998-12-26  Dave Love  <fx@gnu.org>
10636         * textmodes/flyspell.el: If local-maps work, don't put
10637         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10638         in flyspell-mouse-map (only).
10639         (flyspell-use-local-map): New variable.
10640         Use a different mouse-2 binding in that case,
10641         and don't add to minor-mode-map-alist.
10642         (make-flyspell-overlay, flyspell-correct-word):
10643         Test flyspell-use-local-map.
10645 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10647         * files.el (file-expand-wildcards): Handle wildcards in directory name.
10648         Be careful about whether to return a relative file name,
10649         and if so, relative to what directory.
10651 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10653         * emacs-lisp/easymenu.el (easy-menu-get-map):
10654         Change global map only if this menu exists in the global map already,
10655         and not in the local map.
10656         (easy-menu-do-add-item): Fix error message.
10658         * foldout.el (foldout-inhibit-key-bindings):
10659         Avoid concatenating onto outline-minor-mode-prefix.
10660         Make a new keymap for that prefix, if it does not already have one.
10662 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
10664         * cperl-mode.el:
10665         Can use linear algorithm for indentation if Emacs supports it.
10666         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
10667         (cperl-after-block-p):  Likewise.
10668         (cperl-after-block-and-statement-beg): Likewise.
10669         (cperl-after-block-p):  After END/BEGIN we are a block.
10670         (cperl-after-expr-p):   Skip labels when checking
10671         (cperl-indent-region):  Make a marker for END - text added/removed.
10672         Disable hooks during the call (how to call them later?).
10673         Now indents 820-line-long function in 6.5 sec (including
10674         syntaxification) the first time (when buffer has few
10675         properties), 7.1 sec the second time.
10676         (cperl-indent-region):  Do not indent whitespace lines
10677         (cperl-style-alist)
10678                 Include `cperl-merge-trailing-else' where the value is clear.
10679         (cperl-styles-entries): Likewise.
10680         (cperl-problems):       Improvements to docs.
10681         (cperl-tips):           Likewise.
10682         (cperl-non-problems):   Likewise.
10683         (cperl-mode):           Make lazy syntaxification possible.
10684         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10685         `font-lock-unfontify-region-function' was set to a wrong function.
10687         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10688         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
10689         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10690         but 1<<6 was considered as HERE-doc.
10691         <file/glob> made into a string.
10692         Postpone addition of faces after syntactic step.
10693         Recognition of <FH> was wrong.
10694         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
10695         Knows that split// is null-RE.
10696         Highlights separators in 3-parts expressions as labels.
10697         <> was considered as a glob.
10698         Would err if the last line is `=head1'.
10699         $a-1 ? foo : bar; was a considered a regexp.
10700         `<< (' was considered a start of HERE-doc.
10701         mark qq[]-etc sections as syntax-type=string
10702         Was not processing sub protos after a comment ine.
10703         Was treating $a++ <= 5 as a glob.
10704         Tolerate unfinished REx at end-of-buffer.
10705         `unwind-protect' was left commented.
10706         / and ? after : start a REx.
10708         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10709         Better default, customizes to `message' too, off in text-mode.
10711         (cperl-array-face): Renamed from `font-lock-emphasized-face',
10712         `defface'd.
10713         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10714         `defface'd.
10715         (cperl-emacs-can-parse):        New state variable.
10716         (cperl-indent-line):    Corrected to use global state.
10717         (cperl-calculate-indent):       Likewise.
10718         (cperl-fix-line-spacing):       Likewise (not used yet).
10719         (cperl-calculate-indent):       Did not consider `,' as
10720         continuation mark for statements.
10721         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10722         Remove another parse-data optimization at toplevel: would
10723         indent correctly.
10724         Correct for labels when calculating indentation of continuations.
10725         Docstring updated.
10726         (cperl-choose-color):   Converted to a function (to be
10727         compilable in text-mode).
10728         (cperl-dark-background):        Disable without window-system.
10729         Do `defface' only if window-system.
10730         (cperl-fix-line-spacing):       Sped up to bail out early.
10731         (x-color-defined-p): Was not compiling on XEmacs
10732         Was defmacro'ed with a tick.  Remove another def.
10733         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10734         (cperl-unwind-to-safe): New function.
10735         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10736         (cperl-fontify-syntaxically): Unwinds start and end to go out of
10737                                      long strings (not very successful).
10738         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
10739         Highlight the starting // in s//foo/ as function-name.
10740         Emit a meaningful error instead of a cryptic one for an
10741         uncomplete REx near end-of-buffer.
10743         (cperl-electric-keyword):       `qr' recognized.
10744         (cperl-electric-else):          Likewise
10745         (cperl-to-comment-or-eol):      Likewise
10746         (cperl-make-regexp-x):  Likewise
10747         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
10748         Corrected to use new macros;
10749         `if' for copying `reference-face' to `constant-face' was backward.
10750         remove init `font-lock-other-emphasized-face',
10751         `font-lock-emphasized-face', `font-lock-keyword-face'.
10752         Interpolate `cperl-invalid-face'.
10753         (cperl-make-regexp-x):  Misprint in a message.
10754         (cperl-syntaxify-unwind): New configuration variable
10755         (cperl-fontify-m-as-s): New configuration variable
10756         (cperl-electric-pod):   Check for after-expr was performed
10757         inside of POD too.
10758         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10759         (cperl-clobber-mode-lists): New configuration variable.
10760         (cperl-not-bad-style-regexp):   Updated.
10761         Init:                   `cperl-is-face' was busted.
10762         (cperl-make-face):      New macros.
10763         (cperl-force-face):     New macros.
10764         (font-lock-other-type-face): Done via `defface' too.
10765         (cperl-nonoverridable-face):    New face.  Renamed from
10766         `font-lock-other-type-face'.
10767         (cperl-init-faces-weak):        Use `cperl-force-face'.
10768         (cperl-comment-indent): Commenting __END__ was not working.
10769         (cperl-indent-for-comment):     Likewise.
10770         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
10771         When removing old TAGS info was not relativizing filename.
10772         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10773         Another try to work around XEmacs problems.  Better progress messages.
10774         (toplevel):             Require custom unprotected => failure on 19.28.
10775         (cperl-xemacs-p):       Defined when compile too
10776         (cperl-find-tags):      Was writing line/pos in a wrong order,
10777         pos off by 1 and not at beg-of-line.
10778         (cperl-etags-snarf-tag): New macro
10779         (cperl-etags-goto-tag-location): New macro
10780         (cperl-version):        New variable.  New menu entry
10781         random docstrings:      References to "future" 20.3 removed.
10782         Menu was described as `CPerl' instead of `Perl'
10783         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10784         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10785         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
10786         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10787         `font-lock-reference-face', `font-lock-keyword-face'.
10788         Use `eval-after-load'.
10789         Remove not-CPerl-related faces.
10790         (cperl-tips-faces):     New variable and an entry into Mini-docs.
10791         (cperl-indent-exp):     Was not processing else-blocks.
10792         (cperl-get-state):      NOP line removed.
10793         (cperl-ps-print):       New function and menu entry.
10794         (cperl-ps-print-face-properties):       New configuration variable.
10795         (cperl-invalid-face):   New configuration variable.
10796         (perl-font-lock-keywords):      Highlight trailing whitespace
10797         (cperl-contract-levels):        Documentation corrected.
10798         (cperl-contract-level):         Likewise.
10799         (cperl-ps-extend-face-list):    New macro.
10800         (cperl-invalid-face):   Change to ''underline.
10802 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
10804         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10805         for read-file-name.
10806         (rmail-output-to-rmail-file): Likewise.
10808 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10810         * emacs-lisp/easymenu.el (easy-menu-get-map):
10811         If MENU is nil, use global menu-bar map.
10812         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10813         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10815 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10817         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10819 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10821         * ps-print.el (ps-print-version): New version number (4.1.3).
10823 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
10825         * international/mule-cmds.el: Use make-sparse-keymap instead of
10826         define-prefix-key when defining MULE menu items.
10828         * info.el (Info-node-at-bob-matching): New function.
10829         (Info-find-node, Info-build-node-completions): Call it.
10831 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
10833         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10834         when this is an autoloaded keymap.
10836 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10838         * international/codepage.el (cp-coding-system-for-codepage-1):
10839         Create separate encoders and decoders, for DOS and Unix.  Make the
10840         usual family of 3 coding systems, so that automatic detection of
10841         EOL type works.
10842         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10843         Unix-specific symbols here, and don't call
10844         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
10845         Handa <handa@etl.go.jp>.)
10847         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10849         * term/internal.el (IT-character-translations): New variable, an
10850         alist used to display characters for which there's no glyphs in
10851         the current codepage.
10852         (IT-display-table-setup): New function, sets up the DOS terminal
10853         for a given codepage.
10854         (dos-codepage-setup): New function, sets up the MULE environment
10855         for the current value of dos-codepage.
10856         (top-level if): In the multibyte mode, turn on
10857         unibyte-display-via-language-environment.  In the unibyte mode,
10858         set up the special syntax tables to map lower- to upper case and
10859         back.
10861 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
10863         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10864         (speedbar-frame-plist) Remove useless comments.
10865         (speedbar-frame-mode) Do not specify height if it is in the param list.
10866         Use default y position w/out changing it.
10867         If default x position is a list, keep, calculate the non-list X
10868         value when devining an initial position.
10869         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10870         (speedbar-tag-group-name-minimum-length): New variable.
10871         (speedbar-frame-parameter): New compatibility function.
10872         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10873         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10874         groups to keep things in the right order, and to help with some
10875         naming conventions.
10876         (speedbar-create-tag-hierarchy): Enable buffer local version of
10877         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10878         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
10879         the case, derive it from the cursor location in speedbar.
10881 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
10883         * international/mule-cmds.el (set-language-environment): On MS-DOS
10884         terminals, install DOS-specific nonascii-translation-table if the
10885         language info doesn't specify one.  Pass the default eol-type to
10886         set-language-environment-coding-systems.
10887         (set-default-coding-systems): Copy the eol-type property for the
10888         new default values of {buffer-file,process}-coding-system from the
10889         old defaults.
10890         (set-language-environment-coding-systems): Accept an optional
10891         argument EOL-TYPE, and set the eol-type property of the default
10892         coding systems accordingly.
10893         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10894         (set-keyboard-coding-system): Likewise.
10895         (set-default-coding-systems): Don't set
10896         default-terminal-coding-system on MS-DOS to anything but nil.
10897         (prefer-coding-system): Describe in the doc string that
10898         default-terminal-coding-system is not changed on MS-DOS.
10899         (set-language-environment): For MS-DOS, set standard syntax table
10900         and display table for all characters with code above 127.
10901         (standard-display-european-internal): For MS-DOS, pass all
10902         characters with code above 127 directly to the terminal, and don't
10903         remap characters 160 and 146 in the unibyte case.
10905         * international/codepage.el: New file.
10907 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10909         * diary-lib.el (diary-float): Fix end-of-year error and typos in
10910         comments.
10912 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
10914         * map-ynp.el (map-y-or-n-p): Ignore input methods.
10916         * subr.el (read-passwd): Likewise.
10918 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
10920         * info.el (Info-find-node): Add 1 to the position read from the
10921         tag table.  Don't fail if the node delimiter ^_ is the first
10922         character in the file.
10923         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10924         first character in the file.
10925         (Info-read-subfile): Likewise.
10926         (Info-select-node): Likewise.
10927         (Info-build-node-completions): Likewise.
10929 1998-12-16  Richard Stallman  <rms@gnu.org>
10931         * term/x-win.el (x-cut-buffer-or-selection-value):
10932         If clipboard is enabled, try it before PRIMARY selection.
10934 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10936         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10937         insert c-cedilla and C-cedilla respectively, like in latin-1.
10939 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
10941         * language/hebrew.el: Don't use sublists in the flags argument
10942         passed to make-coding-system.
10944 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10946         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10947         list of character sets found by find-charset-region.
10949         * ps-mule.el: Always require ps-print.  Move some function
10950         definitions for Emacs 20.2 and the earlier to ps-print.el.
10951         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10953         * ps-print.el: Define several functions for Emacs 20.2 and the
10954         earlier version.
10955         (ps-printer-name): Check if printer-name is bound.
10957 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10959         * ps-mule.el: Programming uniformization and little code improvement.
10960         (ps-mule-prepare-font): Programming uniformization.
10961         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10962         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10964         * ps-bdf.el: Programming uniformization and little code improvement.
10965         (bdf-search-and-read): New fun.
10966         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10967         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10968         (bdf-info-relative-compose, bdf-info-baseline-offset)
10969         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10970         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10971         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10972         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10973         improvement.
10975 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10977         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10978         and mule related code extraction. Autoload ps-mule funs.
10980         * ps-mule.el: Doc fix. Require ps-print only when compiled.
10981         (ps-mule-prologue-generated): New fun.
10982         (ps-mule-plot-string): Add autoload cookie.
10983         (ps-mule-begin-job): Call ps-mule-prologue-generated.
10985 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10987         * ps-bdf.el: Require ps-mule instead of ps-print.
10988         (bdf-directory-list): Add autoload cookie.
10990         * ps-mule.el: New file.  Mule related code extracted from
10991         ps-print.el.  Require ps-print, provide ps-mule.
10992         (ps-multibyte-buffer): Add autoload cookie.
10993         (ps-mule-prepare-ascii-font): New fun.
10994         (ps-mule-set-ascii-font): New fun.
10995         (ps-mule-skip-same-charset): Fun deleted.
10996         (ps-mule-plot-string): Set ps-mule-current-charset.
10997         (ps-mule-initialize): Add autload cookie.  Don't set
10998         ps-mule-font-info-database here.
10999         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
11000         ps-mule-font-info-database and ps-control-or-escape-regexp.
11001         (ps-mule-begin-page): New fun.
11003         * ps-print.el: Mule related code moved to ps-mule.el.
11004         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11005         check ps-mule-charset-list.
11006         (ps-begin-page): Don't set ps-mule-current-charset, instead call
11007         ps-mule-begin-page.
11008         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11009         (ps-plot-region): Don't set ps-mule-current-charset, instead call
11010         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11011         instead skip same charsets by itself.
11012         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11013         non-nil.  Call ps-mule-begin-job.
11015 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11017         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11018         instead of bdf.
11020         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11021         (ps-mule-external-libraries): New element FEATURE.
11022         (ps-mule-init-external-library): Ajusted for the above change.
11023         (ps-mule-generate-font): Likewise.
11024         (ps-mule-generate-glyphs): Likewise.
11025         (ps-mule-prepare-font): Likewise.
11026         (ps-mule-initialize): Likewise.
11027         (ps-begin-file): Superfluous tailing parenthesis deleted.
11029 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11031         * international/fontset.el (x-decompose-font-name): If PATTERN
11032         doesn't have any wild cards, return a vector made from a name that
11033         is found by x-resolve-font-name found.  Comments added.
11035         * international/mule-cmds.el (find-coding-systems-for-charsets):
11036         Handle the case of unknown charset.
11037         (find-multibyte-characters): If invalid multibyte characters are
11038         found, return the corresponding strings instead of character
11039         codes.
11040         (find-multibyte-characters): Adjusted for the above change.
11041         (select-safe-coding-system): For a unibyte buffer, always returns
11042         DEFAULT-CODING-SYSTEM.
11043         (get-charset-property): Fix previous change.  Make it a function.
11044         (put-charset-property): Make it a function.
11046         * international/mule.el (make-coding-system): Set mime-charset
11047         property of *-with-esc coding system to nil.
11049         * international/quail.el (quail-point-in-conversion-region): New
11050         function.
11051         (quail-conversion-backward-delete-char): When a key sequence is
11052         being translated, call quail-delete-last-char.
11054         * language/devan-util.el
11055         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11056         handle devanagari-decomposition-rules.
11058 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
11060         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11061         tex-start-options-string to empty string.
11062         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11064 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
11066         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11067         5xx responses are already handled properly).
11069 1998-12-13  Richard Stallman  <rms@gnu.org>
11071         * progmodes/compile.el (compilation-error-regexp-alist): Insist
11072         on a non-digit in the file name.
11074         * simple.el (comment-region): Handle comment-padding
11075         separately for insertion and for deletion, in the right way for each.
11077 1998-12-13  Felix Lee  <flee@cygnus.com>
11079         * progmodes/compile.el (compilation-error-regexp-alist): Fix
11080         regexp to match "ChangeLog:1:1998-12-09 ..."
11082 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
11084         * cus-start.el (dos-unsupported-char-glyph): Add.
11086 1998-12-11  Dave Love  <fx@gnu.org>
11088         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11089         forward-sexp in condition-case.
11091         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11092         Remove unnecessary test on `library' for explicit file name.
11093         Widen scope of save-match-data.
11095 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11097         * international/mule.el (load-with-code-conversion): If the loaded
11098         file was inserted  with no-conversion or raw-text coding system,
11099         make the buffer unibyte.
11101 1998-12-09  Richard Stallman  <rms@gnu.org>
11103         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11104         Get rid of nested loops.
11106         * mouse.el (mouse-drag-vertical-line):
11107         If WHICH-SIDE is not `right', then scroll bars are on the left.
11109         * loadhist.el (load-history-loaded): defvar moved to help.el.
11111         * help.el (symbol-file-load-history-loaded): Variable renamed,
11112         and defvar moved from loadhist.el.
11113         (symbol-file): Renamed from describe-function-find-file.
11114         Load fns-VERSION.el here.
11115         (describe-variable, describe-function-1): Use symbol-file.
11117         * textmodes/tex-mode.el (tex-generate-zap-file-name):
11118         Don't start the name with #.
11120         * ispell.el: Take out the eval-when's.
11122 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
11124         * dirtrack.el (dirtrack-directory-change-hook): New hook.
11125         (dirtrack): Run it.  Make debug message more verbose.
11127 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11129         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11130         name of the abbrev table, and provide support for XEmacs.
11131         (octave-xemacs-p): New variable.
11133 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11135         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11136         exit, when mail-interactive is nil.
11138 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11140         * files.el (after-find-file): Message fix.
11142 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
11144         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11146 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
11148         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11149         filenames using backslashes.
11151 1998-12-09  Dave Love  <fx@gnu.org>
11153         * browse-url.el (browse-url-mail): Call compose-mail-other-window
11154         with correct number of args.
11155         (browse-url-maybe-new-window): New arg.  Callers changed.
11157         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11158         comment.
11160 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
11162         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11164 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
11166         * vc.el (vc-rcs-release): Fix Type.
11167         (vc-sccs-release): Fix Type.
11168         (vc-cvs-release): Fix Type.
11170         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11171         arg work right.
11173         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11174         output of last undeleted message.
11176 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
11178         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11179         (buffer-undo-list) [windows-nt]: Use different relative path.
11181 1998-12-07  Simon Marshall  <simon@gnu.org>
11183         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11185 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
11187         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11189         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11191 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
11193         * info.el (Info-menu): Don't return error if point is between menu
11194         header and first menu item.
11196 1998-12-04  Dave Love  <fx@gnu.org>
11198         * help.el (describe-function-1): Fix description for alias.
11200 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
11202         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11203         specifications from summary line.
11205         * rect.el (delete-whitespace-rectangle): Mark for autoload.
11206         (close-rectangle): Define alias only once in loaddefs.el.
11208 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
11210         * term/internal.el: Remove code which sets up a special syntax
11211         table for non-ASCII characters.
11213 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
11215         * dos-w32.el (direct-print-region-function): Try to ensure that
11216         printer-name is expanded to a file name on a local drive;
11217         sometimes printing a file loaded from a network volume fails.
11218         (direct-print-region-function): Add a function to
11219         write-region-annotate-functions to append a formfeed character to
11220         the region being printed, if the region doesn't end with a
11221         formfeed already.  This avoids creating a second print job
11222         containing a blank page when print spooling is enabled on Windows.
11224 1998-12-02  Dave Love  <fx@gnu.org>
11226         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11227         `Info-goto-node'.
11229 1998-12-02  Richard Stallman  <rms@gnu.org>
11231         * help.el (temp-buffer-resize-mode): Doc fix.
11233         * cus-edit.el (custom-save-delete): Save point before
11234         reading a sexp, rather than backing up.
11236         * international/iso-transl.el: Fix previous change.
11238 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11240         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11241         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11242         Added defvars to suppress compilation warnings.
11244 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11246         * ispell.el: Improved and fixed customize for variables:
11247         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11248         ispell-dictionary-alist, ispell-skip-sgml.
11249         Improved and fixed comments in variables and messages for
11250         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11251         ispell-menu-map, ispell-checking-message, ispell-parser,
11252         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11253         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11254         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11255         ispell-message-text-end, ispell-add-per-file-word-list.
11256         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11257         system is now required for all languages.  Casechars improved for
11258         castellano, castellano8, and norsk dictionaries.  Dictionary
11259         norsk7-tex added.  Dictionary polish added.
11260         (ispell-dictionary-alist): Redefined at load-time to support
11261         dictionary changes.
11262         (ispell-menu-map): Redefined at load-time to support menu changes.
11263         (ispell-check-version): New alias for `check-ispell-version'.
11264         (ispell-parse-output): Fixed matching for ispell error messages.
11265         Correctly returns spelling suggestions in order generated by ispell
11266         process.
11267         (check-ispell-version): Ensure `case-fold-search' doesn't get
11268         redefined.
11269         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11270         redefined.  Fix bug that didn't respect case of word being completed.
11271         (ispell-init-process): Set process coding system to be compatible
11272         with emacs processes and the ispell process.
11273         (ispell-kill-ispell): Ensures ispell process has terminated before
11274         starting new process.  This can otherwise confuse process filters
11275         and hang the ispell process.
11276         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11277         skipping support for sgml.
11278         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11279         which could cause `ispell-complete-word' to hang.
11280         (ispell-message): Improved message reference matching.  Ensure
11281         `case-fold-search' doesn't get redefined.
11282         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11283         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11284         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11285         get redefined.
11287 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11289         * textmodes/flyspell.el (flyspell-check-word-p):
11290         Don't delay inside a kbd macro.
11292         * subr.el (make-local-hook): Return the hook variable.
11294 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11296         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11297         Use a timer instead of post-command-hook.
11298         (hscroll-timer): New variable.
11300 1998-11-30  Dave Love  <fx@gnu.org>
11302         * help.el (help-xref-button): Do nothing if text already has the
11303         help-xref property.
11304         (describe-variable): Revert previous change to hyperlink to source.
11306 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11308         * bindings.el (features): Add `base64' to this list.
11310         * loadhist.el (symbol-file): Doc fix.
11312         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11314         * files.el (hack-one-local-variable): Cope with non-file buffers.
11316 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11318         * help.el (describe-mode): Put major mode first.
11320         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11321         to support special-display and same-window features.
11323 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11325         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11326         bound in one function and used in the other.
11327         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11328         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11330 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11332         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11334 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11336         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11337         Give format correct control string.
11339         * international/mule.el (define-translation-table): Fix bug of
11340         setting incorrect translation-table-id.  If the first element of
11341         ARGS is a translation table, just register it.
11343         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11344         property.
11346 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11348         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11349         syntax table to determine what is whitespace.
11351 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11353         * frame.el (frame-parameter): Doc fix.
11355         * textmodes/tex-mode.el (tex-feed-input): New function.
11356         (tex-define-common-keys): Add binding for C-c C-m.
11358 1998-11-23  Dave Love  <fx@gnu.org>
11360         * progmodes/fortran.el: Various minor doc fixes.
11361         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11362         (fortran-with-subprogram-narrowing): New macro.
11363         (fortran-check-for-matching-do): Use it.
11364         (fortran-end-do): Use fortran-check-end-prog-re.
11365         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11366         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11368 1998-11-23  Simon Marshall  <simon@gnu.org>
11370         * font-lock.el (font-lock-defaults): Doc fix.
11371         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11372         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11374         * lazy-lock.el (lazy-lock-unstall):
11375         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11377         * fast-lock.el (fast-lock-save-cache-1):
11378         (fast-lock-cache-data): Rewritten to use with-temp-message.
11380 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11382         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11383         messages that have been added with DOS line endings and convert
11384         the line endings for such messages.
11386 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11388         * help.el: Add resizing of temporary buffers.
11389         (temp-buffer-resize-mode): New command and variable.
11390         (temp-buffer-max-height): New variable.
11391         (resize-temp-buffer-window): New function.
11393         * window.el (window-buffer-height): New function, split from
11394         shrink-window-if-larger-than-buffer.
11395         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11397 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11399         * frame.el (initial-frame-alist): Add defcustom.
11401         * shell.el (shell-prompt-pattern): Add defcustom.
11403 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11405         * message.el (message-ignored-supersedes-headers): Remove
11406         NNTP-Posting-Date.
11408 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11410         * help.el (describe-mode): Don't avoid loop indirecting thru
11411         value of INDICATOR.
11413 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11415         * help.el (describe-variable): Allow any variable with a defcustom,
11416         even if it is not a user variable.
11418         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11420 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11422         * gnus/nntp.el (nntp-request-group): Allow for failures when
11423         requesting a new group.
11425 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11427         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11429 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11431         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11433 1998-11-19  Simon Marshall  <simon@gnu.org>
11435         * subr.el (with-temp-message): New macro.
11437         * emacs-lisp/lisp-mode.el (with-temp-message):
11438         Add lisp-indent-function property.
11440 1998-11-18  Dave Love  <fx@gnu.org>
11442         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11444 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11446         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11447         This is not obsolete.
11449 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11451         * textmodes/picture.el: Make a new map by make-keymap.
11452         (picture-desired-column): New variable.
11453         (picture-update-desired-column): New function.
11454         (picture-beginning-of-line): Set picture-desired-column to 0.
11455         (picture-end-of-line): Set picture-desired-column to the current
11456         column.
11457         (picture-forward-column): Pay attention to multi-column character.
11458         (picture-backward-column): Likewise.
11459         (picture-move-down): Likewise.
11460         (picture-move-up): Likewise.
11461         (picture-movement-nw): With prefix arg, move twice columns.
11462         (picture-movement-ne): Likewise.
11463         (picture-movement-sw): Likewise.
11464         (picture-movement-se): Likewise.
11465         (picture-set-motion): Handle two-column movements.
11466         (picture-move): Call picture-move-down or picture-forward-column
11467         only when necessary.
11468         (picture-insert): Pay attention to picture-desired-column.
11469         (picture-self-insert): Likewise.
11470         (picture-clear-column): Pay attention to multi-column character.
11471         (picture-mode): Modify doc-string for two-column movement.
11473         * rect.el (move-to-column-force): New function.
11474         (operate-on-rectangle): If coerce-tabs is non-nil, call
11475         move-to-column-force instead of move-to-column.
11476         (insert-rectangle): Call move-to-column-force instead of
11477         move-to-column.
11478         (open-rectangle-line): If begextra is not zero, call
11479         move-to-column-force.
11482 1998-11-16  Dave Love  <fx@gnu.org>
11484         * textmodes/sgml-mode.el Require skeleton when compiling.
11485         (sgml-font-lock-keywords-1): Accept single-letter tags.
11486         (v2): Defvar free variable.
11488 1998-11-16  Sam Steingold  <sds@goems.com>
11490         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11491         macro, not ELisp one.
11493 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11495         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11496         characters to symbol.
11498         * language/japan-util.el (japanese-zenkaku-region): New optional
11499         arg KATAKANA-ONLY.
11501 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11503         * international/mule.el
11504         (after-insert-file-set-buffer-file-coding-system): If the buffer
11505         is changed to unibyte, return inserted bytes.
11507         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11508         and link names if necessary.
11509         (tar-header-block-summarize): Handle the case that file or link
11510         names are multibyte.
11511         (tar-summarize-buffer): At first set the current buffer unibyte,
11512         then if there are multibyte file names, change it to multibyte.
11513         (tar-mode): Get char position from tar-header-offset.
11514         (tar-extract): Avoid multibyte<->unibyte conversion in
11515         insert-buffer-subsring by setting both buffers unibyte
11516         temporarily.
11517         (tar-copy): Set the buffer unibyte while doing a work.  Write
11518         without code conversion.
11519         (tar-expunge): Set the buffer unibyte while doing a work.
11520         (tar-alter-one-field): Likewise.
11521         (tar-clear-modification-flags): Compare byte position with
11522         tar-header-offset.
11523         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11524         insert-buffer-subsring by setting both buffers unibyte
11525         temporarily.  Pay attention to multibyteness while updating the
11526         descriptor-line.
11527         (tar-mode-write-file): Write without code conversion.
11529 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11531         * nngateway.el: Require cl.
11533 1998-11-15  Dave Love  <fx@gnu.org>
11535         * progmodes/fortran.el: Fix previous change:
11536         (fortran-end-prog-re1): Changed.
11537         (fortran-check-end-prog-re): New function.
11538         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11540 1998-11-13  Tom Breton  <tob@world.std.com>
11542         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11543         GNU Emacs.
11545 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
11547         * textmodes/reftex.el: (reftex-finding-files): Group documentation
11548         fixed.
11549         (reftex-toc-toggle-file-boundary,
11550         reftex-toc-toggle-labels,
11551         reftex-toc-toggle-context,reftex-find-start-point): New functions.
11552         (reftex-toc-include-labels, reftex-toc-include-context,
11553         reftex-toc-include-file-boundaries,
11554         reftex-toc-keep-other-windows): New options.
11555         (reftex-use-text-after-label-as-context): Option removed.
11556         (reftex-extract-bib-entries): Protect use in non-latex
11557         buffers.
11558         (reftex-toc-visit-location): Renamed from
11559         `reftex-toc-visit-line'.
11560         (reftex-latin1-to-ascii): Works now with and without Mule.
11561         (reftex-truncate): Removed special stuff for Emacs 20.2.
11562         (reftex-get-offset): Made more general.
11563         (reftex-show-label-location): Renamed from
11564         `reftex-select-label-callback'.
11565         (reftex-pop-to-label): Function removed (using
11566         `reftex-show-label-location' instead.
11567         (reftex-insert-docstruct): Renamed from
11568         `reftex-make-and-insert-label-list'.  Function args changed.
11569         (reftex-toc): Now uses `reftex-insert-docstruct' and
11570         `reftex-find-start-point'.
11571         (reftex-select-item): Use `reftex-find-start-point'.
11572         (reftex-toc-visit-line): Can display labels and file
11573         boundaries.
11574         (reftex-TeX-master-file): `(TeX-master-file)' protected.
11576 1998-11-12  Sam Steingold  <sds@goems.com>
11578         * browse-url.el (browse-url): Handle the case when
11579         `browse-url-browser-function' is a lambda list.
11581 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
11583         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11584         version string.
11585         * loadhist.el (symbol-file): Likewise
11587 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
11589         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11591 1998-11-11  Sam Steingold  <sds@goems.com>
11593         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11594         `run-lisp' instead of signalling an error.
11596 1998-11-11  Karl Heuer  <kwzh@gnu.org>
11598         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11600 1998-11-11  Richard Stallman  <rms@gnu.org>
11602         * vc-hooks.el (vc-toggle-read-only): Doc fix.
11604 1998-11-11  Per Starback  <starback@update.uu.se>
11606         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11607         renamed svenska8 to svenska, and fixed and extended CASECHARS
11608         for it.
11610 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
11612         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11613         handling if setpagedevice is not available.
11614         (ps-begin-file): Fix typo.
11616 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
11618         * international/mule-util.el (compose-chars-component): Signal
11619         error if CH is a rule-based composition character.
11620         (compose-chars): Signal error if an already compsed character is
11621         going to be composed by rule-base.
11623         * term/x-win.el: If a resolved ASCII font name doesn't conform to
11624         full XLFD, don't try to get information of WEIGHT and SLANT from
11625         that font name.
11627 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
11629         * dos-w32.el (set-default-process-coding-system): Use function on
11630         before-init-hook to set default-process-coding-system based on
11631         enable-multibyte-characters.
11633         * term/w32-win.el ([language-change]): For now ignore
11634         keyboard language-change events.
11636 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11638         * ediff-util.el (ediff-make-temp-file): Run the prefix through
11639         convert-standard-file-name, but leave the results of
11640         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
11641         characters if the original name already exists, or has a special
11642         handler.
11644 1998-11-10  Karl Heuer  <kwzh@gnu.org>
11646         * international/iso-insert.el: Delete autoload cookies.
11648         * international/iso-transl.el: Add autoload cookies.
11650 1998-11-10  Richard Stallman  <rms@gnu.org>
11652         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11653         (ispell-process-line): Don't treat multibyte
11655 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
11657         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11658         setpagedevice to specify the page size if setpagedevice is
11659         available.  This is necessary to select the correct paper tray on
11660         Level 2 printers with multiple paper sizes available.
11662         (ps-begin-file): Cope with font names that contain spaces, and
11663         call BeginDoc in a BeginSetup/EndSetup block.
11665 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
11667         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11668         convert-standard-filename.
11670         * loadhist.el (symbol-file): Run fns-VERSION.el through
11671         convert-standard-filename.
11673 1998-11-06  Richard Stallman  <rms@gnu.org>
11675         * textmodes/texinfmt.el (texinfo-format-scan):
11676         Detect the case of two @-commands in a row; process just the first.
11677         (texinfo-append-refill): If line has a @c, insert the @refill
11678         before it.
11679         (texinfo-format-refill): Return with point where the @refill was.
11681         * files.el (hack-local-variables): Test local-enable-local-variables.
11682         (hack-local-variables-prop-line): Likewise.
11683         (set-auto-mode): Don't test local-enable-local-variables here.
11684         (enable-local-variables): Doc fix.
11685         (local-enable-local-variables): Doc fix.
11686         (normal-mode): Doc fix.
11688 1998-11-06  Karl Heuer  <kwzh@gnu.org>
11690         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11692 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
11694         * simple.el (line-number-mode): Doc fix.
11696 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
11698         * international/fontset.el (create-fontset-from-fontset-spec):
11699         Give correct arg to `error'.
11701 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
11703         * textmodes/sgml-mode.el (html-mode): Doc fix.
11704         (sgml-name-8bit-mode): Fix missing format character in message string.
11706 1998-11-05  Karl Heuer  <kwzh@gnu.org>
11708         * mail/sendmail.el (sendmail-send-it): Check for failure.
11710 1998-11-05  Richard Stallman  <rms@gnu.org>
11712         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11714         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11715         (close-rectangle): Define as alias.
11717 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
11719         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11721 1998-11-05  Dave Love  <fx@gnu.org>
11723         * help.el (describe-variable): Don't quote link to source.
11725 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
11727         * gud.el (gud-common-init): Use pop-to-buffer.
11728         (same-window-regexps): Add an element that matches all gud buffers.
11730 1998-11-04  Jason Rumney  <jasonr@altavista.net>
11732         * term/w32-win.el (x-get-selection-value): Alias to
11733         x-cut-buffer-or-selection-value.
11734         (w32-standard-fontset-spec): New variable.
11735         (w32-create-initial-fontsets, mouse-set-font): Check whether
11736         new-fontset is available.
11737         (w32-use-w32-font-dialog): Enable use of set-variable.
11739 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11741         * vc.el (with-vc-file, edit-vc-file): New macros.
11743 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
11745         * international/quail.el (quail-show-guidance-buf): Call
11746         set-minibuffer-window to set minibuffer window of the current
11747         frame correctly.
11749 1998-11-03  Theodore Jump <tjump@tertius.com>
11751         * term/w32-win.el: Require fontset.
11753 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
11755         * faces.el (set-face-font): Call resolve-fontset-name on w32.
11756         (set-face-font-auto): Ditto.
11758 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
11760         * mouse.el (mouse-drag-region): Fix typo.
11762 1998-11-02  Dave Love  <fx@gnu.org>
11764         * progmodes/fortran.el Fix for fontification of strings lost somehow:
11765         (fortran-fontify-string): New function.
11766         (fortran-font-lock-keywords-1): Use it.
11768 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
11770         * comint.el (comint-file-name-quote-list): Doc fix.
11772 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11774         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11775         build directory, not source directory.
11777         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11778         if we did not get one for the final move.
11780 1998-11-01  Dave Love  <fx@gnu.org>
11782         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11783         Don't funcall browse-url-browser-function.
11785         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11786         Don't funcall browse-url-browser-function.
11788         * fortran.el (fortran-end-prog-re1): Fix the regexp.
11790 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11792         * files.el (revert-buffer): Doc fix.
11794 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
11796         * textmodes/tex-mode.el (tex-start-options-string):
11797         Quote the backslashes with more backslashes.
11799 1998-10-31  Dave Love  <fx@gnu.org>
11801         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11802         (webjump): Don't funcall browse-url-browser-function.
11804 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
11806         * international/quail.el (quail-start-translation): Handle
11807         switching of the frame in read-key-sequence.
11808         (quail-start-conversion): Likewise.
11809         (quail-show-guidance-buf): Detach quail-guidance-buf from any
11810         windows before setting an appropriate window for it.
11811         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
11812         quail-guidance-win to nil.
11813         (quail-update-guidance): If quail-guidance-buf is not in the
11814         selected frame, call quail-show-guidance-buf again.
11816 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
11818         * progmodes/pascal.el (pascal-mode):
11819         `blink-matching-paren-dont-ignore-comments' set to t.
11821 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11823         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11825 1998-10-30  Dave Love  <fx@gnu.org>
11827         * vc.el (vc-backend-merge-news): Check for "P" output.
11829         * help.el (describe-variable): Hyperlink the definition.
11831 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
11833         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11834         (sh-set-shell): Likewise.
11836         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11838         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11839         (edebug-on-error): Fix customize type to match that of
11840         debug-on-error.
11842         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11844         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11845         report-emacs-bug-address instead of undefined bug-gnu-emacs.
11847         * international/mule-cmds.el (select-message-coding-system): Doc
11848         fix.
11850         * international/mule-diag.el (describe-coding-system): Describe
11851         all flags.
11853         * mail/sendmail.el (sendmail-coding-system,
11854         default-sendmail-coding-system): Doc fix.
11856         * simple.el (shell-command-on-region): Doc fix.
11858         * loadup.el: Write fns-*.el in current directory instead of
11859         data-directory since no installation directory exists yet.  Mark
11860         buffer unmodified afterwards.
11862         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11863         instead of data-directory since it is architecture dependent.
11864         (load-history-loaded): Update doc string.
11866 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
11868         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11869         path as a default directory when canonicalizing names.
11871         * w32-fns.el: Remove a dangling reference to a directory on the
11872         build machine.
11874 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11876         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11877         namespace related keywords such as `class', `body', `private',
11878         `variable', `namespace eval', etc.
11879         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11880         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11881         imenu and font-lock so that searches for \sw would find words
11882         containing colons.
11884         * progmodes/etags.el (initialize-new-tags-table):
11885         Do not alter find-tag-marker-ring and tags-location-ring.
11887 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
11889         * term/w32-win.el: Require fontset.
11890         (w32-init-fontsets): New function (code from x-win.el).
11892 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11894         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11895         calendar-and-diary-frame-parameters):  Add title parameter.
11897 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11899         * completion.el (dynamic-completion-mode): New function to enable
11900         the mode.  (Just loading the file now does not change anything.)
11902 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11904         * ps-print.el: User option for multibyte buffer handling and doc fix.
11905         (ps-multibyte-buffer): New user option.
11906         (ps-setup): Print new user option.
11907         (ps-print-quote): New fun.
11908         (ps-color-p, ps-mule-font-info-database-latin): New var.
11909         (ps-default-color, ps-mule-font-info-database)
11910         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11911         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11912         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11913         Little code improvement.
11914         (ps-mule-initialize): Initialize ps-mule-font-info-database.
11915         (ps-print-prologue-header, ps-font-family, ps-font-size)
11916         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11917         (ps-build-face-reference, ps-mule-font-info-database-bdf)
11918         (ps-mule-external-libraries, ps-mule-init-external-library)
11919         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11920         Doc fix.
11921         (ps-print-version): New version number (4.1.1) and doc fix.
11922         (ps-print-prologue-header): New user option.
11923         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11924         Conditional compilation for GNU Emacs and emacsens.
11925         (ps-generate-postscript-with-faces): Skip invisible text better.
11926         (ps-setup): Print new user option.
11927         (ps-print-preprint): Check if input file name exists and is unwritable.
11928         (ps-begin-file): Adjust PostScript prologue header for duplex printers
11929         and insert user PostScript prologue header comments.
11930         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11931         New funs.
11932         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11933         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11934         PostScript programming normalization.
11935         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11936         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11937         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11938         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11939         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11940         Programming style normalization.
11942 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11944         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11945         version, check the value of mule-version.
11947         * international/mule-util.el (compose-region): Insert then delete
11948         to preserve markers.
11949         (decompose-region): Use search-forward for efficiency.
11951         * language/chinese.el (pre-write-encode-hz): Cancel previous
11952         change, use generate-new-buffer instead of get-buffer-create.
11953         * language/devan-util.el
11954         (in-is13194-devanagari-pre-write-conversion): Likewise.
11955         * language/thai-util.el (thai-pre-write-conversion): Likewise.
11956         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11957         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11959 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11961         * mail/rmailsum.el (rmail-message-subject-p):
11962         Handle message whose header has not been reformatted.
11964         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11966 1998-10-25  Jason Rumney  <jasonr@altavista.net>
11968         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11969         New variables.
11970         (mouse-set-font): Use font menus instead of dialog according to
11971         w32-use-w32-font-dialog.
11973 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11975         * calendar/calendar.el (calendar-day-name-array): Add doc string
11976         correctly!
11977         (calendar-month-name-array): Add doc string correctly!
11979 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11981         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11983 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
11985         * lisp/info.el (Info-next-menu-item): Stay on top of node.
11987         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11989         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11991         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11993 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
11995         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11997 1998-10-21  Karl Heuer  <kwzh@gnu.org>
11999         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12000         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12001         (profile-filter, profile-reset-timer): Functions deleted.
12002         (profile-check-zero-init-times, profile-get-time): Likewise.
12003         (profile-find-function, profile-quit): Likewise.
12004         (profile-distinct, profile-call-stack, profile-last-time): New vars.
12005         (profile-time-list, profile-init-list): Doc fix.
12006         (profile-functions): Simplify.
12007         (profile-print): Use float.  Make output include space separators.
12008         (profile-add-time): New helper function.
12009         (profile-function-prolog): Renamed from profile-start-function.
12010         Handle profile-distinct.
12011         (profile-function-epilog): Renamed from profile-update-function.
12012         Handle profile-distinct.
12013         (profile-a-function): If the function to be profiled is an
12014         autoload form, load it.  If it's lazy-loaded, fetch it.
12015         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12016         (profile-restore-fun): Arg FUN is now a function symbol, as was
12017         documented, rather than a one-element list.
12018         (profile-finish): Call profile-restore-fun properly.
12020 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12022         * international/characters.el: Setup charset property
12023         nospace-between-words.
12025         * international/mule-cmds.el (get-charset-property): If CHARSET is
12026         composition, return nil.
12027         (put-charset-property): If CHARSET is composition, do nothing.
12029         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12030         * language/devan-util.el
12031         (in-is13194-devanagari-pre-write-conversion): Likewise.
12032         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12033         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12034         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12036         * textmodes/fill.el (sentence-end-without-period): New variable.
12037         (canonically-space-region): Pay attention to
12038         sentence-end-without-period.
12039         (fill-find-break-point): The first argument CHARSET deleted.
12040         Caller changed.
12041         (fill-region-as-paragraph): Pay attention to charset property
12042         nospace-between-words and text property nospace-between-words.
12044 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12046         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12047         an unrecognized shell.
12049 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
12051         * desktop.el (desktop-save): Include minor modes symbolically.
12052         (desktop-create-buffer): Turn on all minor modes in `mim'.
12054 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12056         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12057         (sh-font-lock-keywords): Handle rpm and rpm2.
12058         (sh-ancestor-alist): Handle rpm.
12060         * files.el (auto-mode-alist): Recognize .rpm files.
12061         Also .spec and .mspec files.
12063 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12065         * faces.el (frame-set-background-mode): Enable the function for
12066         MSDOS frames.
12068 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12070         * calendar/calendar.el (calendar-day-name-array): Add doc string.
12071         (calendar-month-name-array): Add doc string.
12073 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12075         * simple.el (kill-ring-max): Increased to 60.
12077 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
12079         * international/characters.el: Setup auto-fill-chars.
12081         * international/kinsoku.el (kinsoku): Check the variable
12082         enable-kinsoku.
12084         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12085         Don't call kinsoku directly, intead call fill-find-break-point.
12087         * textmodes/fill.el: Setup `fill-find-break-point-function'
12088         property to character sets which require `kinsoku' processing for
12089         filling.
12090         (fill-find-break-point): New function.
12091         (fill-region-as-paragraph): Don't check kinsoku-enable here.
12092         Don't call kinsoku directly, intead call fill-find-break-point.
12094 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12096         * faces.el (modify-face-read-string): Return (nil) for "none".
12097         (modify-face): Don't get error if (nil) is the argument.
12098         (face-try-color-list): Don't check whether nil is a valid color.
12100 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
12102         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12103         Print message about each directory, even in batch mode.
12105         * gnus/nntp.el: Require `cl' before using nnoo-declare.
12107         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12108         (ps-mule-string-char): No need to use sref.
12109         (ps-mule-next-index): No need to use sref.
12111         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12113         * files.el (revert-buffer-internal-hook): Add defvar.
12115         * arc-mode.el (archive-mode): Locally set file-precious-flag.
12117         * tar-mode.el (tar-mode): Locally set file-precious-flag.
12119 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
12121         * international/mule-cmds.el (default-input-method): Fix custom type.
12123         * net-utils.el (whois-server-list): Fix customization type.
12125         * shell.el (shell-input-autoexpand): Fix customization group.
12127 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
12129         * repeat.el (repeat): Handle keyboard macros properly.
12130         Handle new prefix arg after self-insert command.
12132         * repeat.el: Don't include cl even at compile time.
12133         (repeat): Avoid using `loop'.
12135         * simple.el (shell-command-on-region): Doc fix.
12136         (next-history-element): Special error message if no default.
12138 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
12140         * ps-print.el (ps-print-buffer): Doc fix.
12141         (ps-despool): Likewise.
12143         * arc-mode.el (arc-mode): Provide arc-mode.
12145 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12147         * ps-print.el (ps-print-buffer): Doc fix.
12149 1998-10-14  Dave Love  <fx@gnu.org>
12151         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12152         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12153         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12155         * progmodes/fortran.el (fortran-mode-map): Change "Join
12156         Continuation Line" to "Join Line".
12157         (fortran-font-lock-keywords-1): Add "cycle", "exit".
12159 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12161         * progmodes/fortran.el (fortran-join-line): Use
12162         `delete-indentation' instead of issuing an error message if not on
12163         a continuation line.  Provide for joining several lines using
12164         prefix arg.
12166 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
12168         * term/pc-win.el (msdos-color-values): New variable.
12169         (x-color-values): New function, emulates its namesake from
12170         src/xfns.c.
12171         (msdos-bg-mode): Add all dark colors to those which return
12172         "dark".
12174 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12176         * replace.el (keep-lines, flush-lines, how-many):
12177         Don't ignore case if arg has upper case letters.
12179 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
12181         * progmodes/vhdl-mode.el
12182         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12183         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12184         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12185         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12186         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12187         (vhdl-when): Fix indentation problem.
12188         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12189         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12190         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12192 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
12194         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12195         (ls-lisp-insert-directory): Renamed from insert-directory.
12196         (insert-directory): New function.
12198 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
12200         * simple.el (completion-fixup-function): Variable deleted.
12201         (completion-setup-function): Delete code for completion-fixup-function.
12202         * emacs-lisp/lisp.el (lisp-complete-symbol):
12203         Don't bind completion-fixup-function.
12205         * files.el (find-file-wildcards): New option.
12206         (find-file-noselect): Handle wild cards, if enabled.
12207         (file-expand-wildcards): New function.
12209         * simple.el (set-fill-column): Doc fix.
12211 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12213         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12215 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
12217         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12218         Move declaration before first use.
12219         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12220         hif-math, hif-factor): Rename token to hif-token and token-list to
12221         hif-token-list.
12222         (hif-token, hif-token-list): Declare them.
12223         (hif-find-ifdef-block): Return cons of top and bottom point
12224         instead of setting dynamically bound variables.
12225         (hide-ifdef-block, show-ifdef-block): Use return value of
12226         hif-find-ifdef-block.
12228 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12230         * subr.el (read-passwd): Use clear-this-command-keys.
12232         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12234         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12235         and ...-for-write.
12237 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12239         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12240         responses to GROUP command, since this may be called from a timer
12241         with quit inhibited.
12243 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12245         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12246         set unconditional-jump to nil.
12247         (ccl-compile-read-multibyte-character): Return nil.
12248         (ccl-compile-write-multibyte-character): Likewise.
12249         (ccl-compile-translate-character): Likewise
12250         (ccl-compile-map-multiple): Likewise.
12251         (ccl-compile-map-single): Likewise.
12253         * international/kinsoku.el: Add coding tag.
12254         (kinsoku-bol): Remove superfluous TAB in a string.
12256         * international/mule-cmds.el (find-coding-systems-for-charsets):
12257         Delete `composition' (if any) from CHARSETS.
12259 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12261         * international/mule-cmds.el (setup-specified-language-environment):
12262         Add apropos-inhibit property.
12263         (describe-specified-language-support): Likewise.
12265 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12267         * international/mule.el (make-coding-system): Create -with-esc
12268         variant coding system.
12270 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12272         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12273         (next-file): Optionally offer to revert a file's buffer,
12274         if it has an existing buffer but the file has changed.
12276         * info.el (Info-insert-dir): Detect and report problems
12277         in input files, such as "No Top node".  Return with point
12278         at the beginning of the text.
12279         (Info-find-node): Reinsert the code to handle files
12280         with no tags table; it was deleted by mistake.
12282 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12284         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12285         texinfo-find-higher-level-node repeatedly find the same node.
12286         (texinfo-find-higher-level-node): Doc fix.
12288 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12290         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12291         (smtpmail-address-buffer): Add defvar.
12292         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12294         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12296         * ffap.el (ffap-machine-p-local): Fix editing error.
12298 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12300         * faces.el (frame-set-background-mode):
12301         Don't do anythung for text-only or MSDOS frame.
12303 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12305         * international/quail.el (quail-defrule): New optional arg APPEND.
12306         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12308 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12310         * gnus/pop3.el (pop3-open-server):
12311         Set process-coding-system-alist around open-network-stream.
12313 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12315         * files.el (save-buffer): Doc fix.
12317 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12319         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12320         return DEF unchanged, not nil.  Simplify.
12322 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12324         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12326 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12328         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12330         * net-utils.el (ftp, nslookup): Require comint.
12331         (network-service-connection): Likewise.
12332         (whois-server-name): Defaults to whois.arin.net
12333         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12334         (whois): Tries to guess the appropriate top-level domain server.
12335         (whois-get-tld): New function.
12337         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12338         (dirtrack-debug-toggle): Added this function.
12340 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12342         * files.el (find-file-noselect): Switch to the correct buffer
12343         before checking find-file-literally, and allow non-nil non-t
12344         rawfile params.
12346 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12348         * midnight.el (clean-buffer-list): Add autoload cookie.
12350         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12351         no-autosave.
12352         * tar-mode.el (tar-mode-revert): Likewise.
12353         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12354         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12355         * gnus/message.el (message-auto-save-directory): Renamed from
12356         message-autosave-directory.  All references changed.
12358 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12360         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12361         string.  Expose mime stuff while searching.
12363 1998-10-06  Richard Stallman  <rms@gnu.org>
12365         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12367         * replace.el (perform-replace): Position point properly
12368         before and after the recursive edit of C-r.
12370         * progmodes/etags.el (tags-reset-tags-tables): Properly
12371         find the markers in the old rings that are being discarded.
12373 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12375         * apropos.el (apropos-print): Control invalid characters.
12377         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12378         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12379         confusing customize.
12381 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12383         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12384         built-in commands.  Add more built-in commands and fix face names.
12386 1998-10-05  Simon Marshall  <simon@gnu.org>
12388         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12390 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12392         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12393         customization since it is not useful in this case.
12394         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12395         sure it gets evalled to a number.  Also verify that set-frame-name
12396         fn exists before calling it.
12398         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12399         Protect a `forward-sexp' call which could fail, and improved regex
12400         for ie, and eg abbreviations.
12402 1998-10-02  Noah Friedman  <friedman@splode.com>
12404         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12405         send-string.
12406         (rlogin-send-Ctrl-D): Here also.
12407         (rlogin-send-Ctrl-Z): Here also.
12408         (rlogin-send-Ctrl-backslash): Here also.
12410 1998-10-02  Dave Love  <fx@gnu.org>
12412         * outline.el (hide-region-body): Bind
12413         outline-view-change-hook to nil while making repeated calls to
12414         outline-flag-region.  Run it once at the end.
12415         (hide-other, hide-sublevels, show-children): Likewise.
12417         * info-look.el: Remove duplicate scheme-mode entry.
12418         (info-lookup-make-completions): When looking for entries, check
12419         that `item' isn't null or "Menu".
12421 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12423         * net-utils.el: Don't require ffap.
12424         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12425         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12427 1998-09-30  Richard Stallman  <rms@gnu.org>
12429         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12431         * imenu.el (imenu--generic-function): Sort each submenu by position.
12432         (imenu--sort-by-position): New function.
12434         * cus-edit.el (Custom-mode-menu): Fix info node name.
12435         (customize group): Fix info node name.
12437         * mail/mailalias.el (build-mail-aliases): Don't allow
12438         a newline in the alias name.  Don't define an alias
12439         if the definition would be empty.
12441         * which-func.el (which-func-mode-global): Make :set function
12442         more reliable.
12444         * custom.el (custom-set-variables): Load the requests first,
12445         then check the symbol's `set' function.
12447         * ffap.el: Doc fixes.
12449 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12451         * gnus.el: (gnus-valid-select-methods): Fix type.
12452         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12453         * gnus-score.el (gnus-orphan-score): Fix type.
12454         (gnus-score-default-header, gnus-score-default-type): Fix type.
12455         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12456         (gnus-saved-headers): Fix type.
12458         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12459         Avoid nil value of `two-lines-citation-part'.
12461 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12463         * which-func.el (which-function): Handle case when
12464         (car imenu--index-alist) is nil.
12466 1998-09-29  Dave Love  <fx@gnu.org>
12468         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12469         bzip2 args.
12471 1998-09-29  Simon Marshall  <simon@gnu.org>
12473         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12474         comint-exec-hook.
12476 1998-09-29  Stephen Eglen  <stephen@gnu.org>
12478         * info-look.el: Add support for Octave.
12480 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
12482         * textmodes/reftex.el (reftex-finding-files): New customize group.
12483         (reftex-texpath-environment-variables,
12484         reftex-use-external-file-finders, reftex-external-file-finders,
12485         reftex-search-unrecursed-path-first): New options.
12486         (reftex-process-string, reftex-find-file-externally): New
12487         functions.
12488         (reftex-access-search-path): Execute shell commands to find the
12489         search path.
12490         (reftex-toggle-auto-view-crossref): When turning on, make sure
12491         `reftex-auto-view-crossref' becomes non-nil.
12492         (reftex-abbrev-regexp): Constant removed.
12493         (reftex-convert-string): Abbrev regexp calculated locally.
12495 1998-09-28  Dave Love  <fx@gnu.org>
12497         * progmodes/fortran.el: Don't call regexp-opt when deriving
12498         font-lock patterns with keywords that aren't all literal.
12500 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12502         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
12503         the form `octave.bin:1>' which come from using precopiled binary
12504         versions.
12506 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12508         * help.el (help-for-help): Use %THIS-KEY%.
12509         (help-quit): Add doc.
12511         * help-macro.el (make-help-screen): Keep HELP-TEXT
12512         in a separate function definition, not in the help command FNAME.
12513         Replace %THIS-KEY% with the key sequence that ran FNAME.
12515 1998-09-25  Richard Stallman  <rms@gnu.org>
12517         * textmodes/texinfo.el (texinfo-show-structure):
12518         Bind inhibit-read-only.
12520         * isearch.el (isearch-search-and-update): Properly
12521         handle upper case letters in the reverse-search special case.
12523 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12525         * gnus.el: Extend the list of autoloaded functions.
12527         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12528         buffer before creating help group. (from Gnus v5.6.43, fix by
12529         1998-08-20 Per Starback <starback@update.uu.se>)
12531         * gnus-util.el (gnus-output-to-rmail): Adjust to
12532         `rmail-output-to-rmail-file'.
12534 1998-09-25  Karl Heuer  <kwzh@gnu.org>
12536         * hexl.el (hexl-mode-map): More of previous change.
12538         * textmodes/tex-mode.el (tex-run-command): Doc fix.
12539         (tex-start-tex): Don't use tex-start-options-string in star case.
12540         Quote file name in star case as well as in non-star.
12541         Add blank and quoting of option string here.
12542         (tex-start-options-string): Not here.
12544 1998-09-23  Karl Heuer  <kwzh@gnu.org>
12546         * term.el (term-delimiter-argument-list): Doc fix.
12547         (term-emulate-terminal): Escape literal semicolon.
12548         * progmodes/asm-mode.el (asm-mode): Doc fix.
12549         (asm-comment-char): Escape literal semicolon.
12550         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12552 1998-09-23  Richard Stallman  <rms@gnu.org>
12554         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12555         only those that normally modify the buffer.
12557         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12558         over again.
12560 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
12562         * ispell.el (check-ispell-version): Ensure same buffer is current
12563         when let-binding of case-fold-search ends.
12565 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12567         * ps-print.el: Skip invisible overlay.
12568         Test for set-buffer-multibyte rather than using mule-version.
12569         (ps-print-version): New version number (4.1) and doc fix.
12570         (ps-generate-postscript-with-faces): Skip invisible overlay.
12572 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
12574         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12576 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
12578         * international/quail.el (quail-update-guidance): Check for the
12579         return value of (quail-guidance) fixed.
12580         (quail-update-translation): Bind quail-current-str locally when it
12581         calls quail-update-guidance.
12582         (quail-update-translation): If input-method-exit-on-first-char is
12583         non-nil, terminate translation only when the current input method
12584         is simple.
12586 1998-09-22  Paul Eggert  <eggert@twinsun.com>
12588         * startup.el (locale-translation-file-name): Prefer X-related names
12589         to the name used by GNU/Linux sans X.  Set to nil if no file found.
12590         (command-line): Use locale-translation-file-name if it is not nil,
12591         instead of testing for its existence again.
12592         regexp-quote the ctype before using it in a regexp.
12593         Allow a colon to appear after the ctype in the aliases file,
12594         as is done in X11R6.4.
12596 1998-09-21  Richard Stallman  <rms@gnu.org>
12598         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12600         * calendar/appt.el (appt-interval): Variable deleted.
12601         (appt-check): For minutes in between appt-display-interval times,
12602         do check, but don't display anything except an updated mode line.
12603         Count against appt-display-interval based on minutes since
12604         first display of this appointment, not based on time of day.
12605         If appt-display-mode-line, force mode line redisplay
12606         whenever appt-mode-string has changed.
12607         (appt-add, appt-delete): Add autoload cookies.
12608         (appt-check): Catch errors from calling `diary'.
12609         (appt-max-time): Renamed from max-time.
12610         (appt-now-displayed, appt-display-count): New variables.
12611         (appt-timer): Don't create one if we already have one.
12613         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12614         More general code to use the source buffer instead of the zap file.
12616         * hilit-chg.el (highlight-compare-with-file): Renamed from
12617         compare-with-file.
12619         * loadhist.el (load-history-loaded): New variable.
12620         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12622         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12624         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12625         Fix error messages.
12627 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
12629         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12630         Emacs frame.
12632 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12634         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12635         `undecided' and `undecided-unix'.
12637 1998-09-21  Dave Love  <fx@gnu.org>
12639         * help.el (help-make-xrefs): Fix typo affecting Info references.
12641         * subr.el (remove-hook): Check list values to avoid errors.
12643 1998-09-18  Noah Friedman  <friedman@splode.com>
12645         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12646         store string in eldoc-last-message without consing a new string.
12647         Rearrange logic from nested if's into cond's.
12648         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12649         Do not print message; just return string.
12650         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12651         Do not print message; just return string.
12652         Cache that string in eldoc-last-data.
12653         (eldoc-last-data): Make into a vector.
12654         (eldoc-get-fnsym-args-string): Use new data form of structure.
12655         (eldoc-get-var-docstring): Here also.
12656         (eldoc-last-data-store): New function.
12657         (eldoc-get-fnsym-args-string): Use it.
12658         (eldoc-get-var-docstring): Here also.
12659         (eldoc-docstring-first-line): Minimize interim string consing.
12660         Call substitute-command-keys on the result.
12661         (eldoc-print-var-docstrings, eldoc-print-docstring,
12662         eldoc-docstring-message): Functions removed.
12663         (eldoc-docstring-format-sym-doc): New function, functionality
12664         ripped out of eldoc-docstring-message.
12665         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12667 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
12669         * international/mule.el (make-coding-system): Doc-string modified.
12671 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
12673         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12675         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12676         customize type.
12678         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12679         type.
12681         * progmodes/compile.el (compilation-error-screen-columns): New
12682         variable.
12683         (compilation-next-error-locus): Use it to decide whether to use
12684         forward-char or move-to-column.
12686         * mail/rmail.el (rmail-movemail-program): Fix customize type.
12688         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12689         feedmail-fiddle-plex-user-list,
12690         feedmail-spray-address-fiddle-plex-list,
12691         feedmail-prompt-before-queue-user-alist,
12692         feedmail-prompt-before-queue-help-supplement,
12693         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12694         feedmail-queue-alternative-mail-header-separator): Fix customize
12695         type.
12697         * startup.el (site-run-file): Fix customize type.
12699         * speedbar.el (speedbar-initial-expansion-list-name): Fix
12700         customize type.
12702         * shell.el (shell-input-autoexpand): Fix customize type.
12704         * ps-print.el (ps-font-info-database): Add missing dots in value.
12705         Improve layout of customize type.
12707         * net-utils.el (traceroute-program-options, ping-program-options,
12708         ipconfig-program-options, netstat-program-options,
12709         arp-program-options, route-program-options,
12710         nslookup-program-options, ftp-program-options): Fix customize
12711         type.
12713         * midnight.el (clean-buffer-list-kill-regexps,
12714         clean-buffer-list-kill-buffer-names,
12715         clean-buffer-list-kill-never-buffer-names,
12716         clean-buffer-list-kill-never-regexps): Fix customize type.
12718         * man.el (Man-init-defvars): Avoid trailing nil on
12719         Man-filter-list.
12721         * lpr.el (printer-name): Fix customize type.
12723 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
12725         * international/mule-cmds.el (reset-language-environment): Call
12726         update-coding-systems-internal.
12728         * international/mule-conf.el: Call update-coding-systems-internal
12729         at the tail.
12731 1998-09-14  Dave Love  <fx@gnu.org>
12733         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
12734         use the menu-enable properties, pending doing it correctly and
12735         acceptably fast.
12737         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12739 1998-09-13  Dave Love  <d.love@dl.ac.uk>
12741         * progmodes/hideshow.el (hs-grok-mode-type): Check
12742         comment-{start,end} non-nil as well as bound.  Report an error if
12743         we can't grok the mode.
12745 1998-09-13  Richard Stallman  <rms@gnu.org>
12747         * simple.el (blink-matching-open): Don't log paren matching
12748         messages in *Messages*.
12750 1998-09-12  Richard Stallman  <rms@gnu.org>
12752         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12753         Set point-before-scroll at end even if there was an error.
12755         * ange-ftp.el (ange-ftp-insert-file-contents):
12756         Use binary mode for dumb-unix hosts as for unix hosts.
12757         (ange-ftp-copy-file-internal): Likewise.
12759         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12761         * emacs-lisp/pp.el: Doc fixes.
12763         * wid-edit.el (widget-menu-max-shortcuts): New variable.
12764         (widget-choose): Don't use single-char shortcuts if # items
12765         exceeds that many.  Use minibuffer instead.
12767 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12769         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12771 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
12773         * speedbar.el (speedbar-frame-mode): Do not set frame position if
12774         in terminal mode.
12776 1998-09-10  Noah Friedman  <friedman@splode.com>
12778         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12779         defcustom declaration.  It's wreaking too much havoc with XEmacs
12780         and older versions of Emacs, which share this code.
12782         * type-break.el (type-break-mode): Here also.
12784         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12785         `t' to add-hook also to modify the new local value.
12787 1998-09-10  Dave Love  <fx@gnu.org>
12789         * vc.el (vc-insert-headers): Doc fix.
12791 1998-09-10  Richard Stallman  <rms@gnu.org>
12793         * textmodes/flyspell.el (flyspell-mode-on): Make the
12794         ispell-... variables permanent locals.
12795         (flyspell-mode-off): Add autoload cookie.
12797         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12798         do use binary mode, just as for `unix'.
12799         (ange-ftp-host-type): If HOST is nil, return `unix'.
12801         * dired.el (dired-mark-files-containing-regexp):
12802         Don't scan directories.  Ignore non-readable files.
12804         * progmodes/compile.el (compilation-error-regexp-alist):
12805         Fix previous change: allow . and _ in command name.
12807         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12809         * uncompress.el (uncompress-while-visiting):
12810         Use just the car of what find-operation-coding-system returns.
12812         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12814         * shell.el (shell-file-name-quote-list): Add # to the value.
12816 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
12818         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12819         to make killing of ispell process work even if
12820         kill-all-local-variables has been run.
12822 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12824         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12825         loop when sexp entry ends at end of file with no newline.
12827 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12829         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12830         (Custom-reset-standard): Fix menu inconsistency.
12832         * mail/feedmail.el (feedmail-from-line): Allow t.
12833         (feedmail-message-id-suffix): Allow nil.
12835         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12836         Simplify.  Make prefix arg work right.
12838 1998-09-09  Dave Love  <fx@gnu.org>
12840         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12842         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12844 1998-09-08  Dave Love  <fx@gnu.org>
12846         * add-log.el (change-log-font-lock-keywords): Do parenthesized
12847         stuff only after file names or at start of line.  Allow parens
12848         around e-mail, as well as angles.
12850         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12851         ignore-errors too, eval'd when compile.  Require w3 stuff at load
12852         time for nicer failure if it's not available.
12854 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
12856         * comint.el (comint-arguments): Ignore backslashes when using
12857         w32 shells that expect backslashes as the directory separator.
12859 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
12861         * international/fontset.el (resolved-ascii-font): New variable.
12862         (x-complement-fontset-spec): By side effect, set
12863         `resolved-ascii-font' to the resolved name of ASCII font."
12864         (create-fontset-from-fontset-spec): Don't get a value for
12865         resolved-ascii-font from the list full-fontlist.  It is set by
12866         x-complement-fontset-spec now.
12868         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12869         version, check the value of mule-version.
12871 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
12873         * textmodes/reftex.el (reftex-view-crossref): Split up into
12874         several functions.  No longer moves to find a macro.
12875         (reftex-view-cr-cite, reftex-view-cr-ref,
12876         reftex-end-of-bib-entry): New functions.
12877         (reftex-auto-view-crossref): New value `window' allowed.
12878         (reftex-view-crossref-when-idle): Process new `window' option in
12879         (reftex-translate-to-ascii-function): New default.
12880         (reftex-label-illegal-re): Default changed, removed Latin1.
12881         (reftex-latin1-to-ascii): New function.
12882         (reftex-what-environment): Check for section regexp before use.
12883         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12884         absolute path names.
12885         (reftex-TeX-master-file): Changed sequence of file checks.
12886         (reftex-do-citation): bibview cache only with RefTeX mode on.
12888 1998-09-06  Richard Stallman  <rms@gnu.org>
12890         * progmodes/compile.el (compilation-error-regexp-alist):
12891         In first pattern (GNU utilities and other things),
12892         allow a space after the optional program name at the beginning.
12894         * mail/mail-hist.el (mail-hist-current-header-contents):
12895         Fix previous change: use mail-header-end.
12897 1998-09-06  Bill Richter  <richter@math.nwu.edu>
12899         * international/ccl.el: Doc fixes.
12900         * international/encoded-kb.el: Doc fixes.
12901         * international/fontset.el: Doc fixes.
12902         * international/kinsoku.el: Doc fixes.
12903         * international/kkc.el: Doc fixes.
12904         * international/mule-cmds.el: Doc fixes.
12905         * international/mule-conf.el: Doc fixes.
12906         * international/mule-util.el: Doc fixes.
12907         * international/mule.el: Doc fixes.
12909 1998-09-05  Eric Ludlam  <zappo@gnu.org>
12911         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12912         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12913         (checkdoc-this-string-valid-engine): Permit ? as terminating
12914         punctuation for first line sentence breaking.
12915         (checkdoc-this-string-valid): When converting a comment into a doc
12916         string, make sure " chars are \".
12917         (checkdoc-sentencespace-region-engine): Only do double space check
12918         if based on the variable `sentence-end-double-space'
12919         (checkdoc-this-string-valid-engine): ? ends valid sentence.
12920         (checkdoc-proper-noun-region-engine): Exclude items in URLs
12922 1998-09-04  Richard Stallman  <rms@gnu.org>
12924         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12925         Recognize define-skeleton as a function definer.
12927         * cus-edit.el (customize-option): Refuse to customize
12928         a variable that has no defcustom.  But if variable is autoloaded,
12929         first try to load the library that defines it.
12931         * international/iso-insert.el: Use `string' before calling `insert'
12932         so that in multibyte buffers we insert multibyte chars.
12934         * dired.el (dired-mark-files-containing-regexp):
12935         Don't use find-file; instead, insert the file in a temp buffer.
12937         * textmodes/tex-mode.el (tex-start-options-string): New option.
12938         (tex-start-tex): Use that variable.
12940         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12941         value in the `repeat' alternative a list.
12943         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12944         the inserted newline, verify that one was really inserted.
12946         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12947         remains on or remains off.
12948         (flyspell-multi-language-p): Default changed to nil.
12950         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12951         In "found in comment" case, don't beginning-of-line after forward-line.
12953         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12954         If the function definition is not a lambda, return original FORM
12955         with no error.
12957 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
12959         * net-utils.el (netstat-program-options): Changed from nil to "-a"
12960         so that by default netstat shows all network connections.
12962 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
12964         * international/quail.el: Doc fixes.
12966         * info.el (info): Don't add parens if FILE already has them.
12968 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
12970         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12971         on extension lines.
12973 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
12975         * w32-fns.el (w32-shell-dos-semantics): New function.
12977 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
12979         * international/quail.el (quail-choose-completion-string): Store
12980         completion `choice' in `quail-current-str'; don't insert it.
12982 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
12984         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
12985         argument to ps-mule-generate-bitmap-font.
12987         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12988         entry and change Latin-1 entry in the default value.
12989         (ps-mule-font-info-database-ps-bdf): New variable.
12990         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12991         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12992         registerd in FONT-SPEC.
12993         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12994         charcter width of bitmap fonts.
12995         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12996         procedure NF.
12997         (ps-begin-file): Output PostScript code for setting
12998         SpaceWidthRatio.
12999         (ps-plot-region): Use line-beginning-position to get a position of
13000         the beginning of the current line.
13002         * international/mule-cmds.el (register-input-method): Doc-string
13003         modified.
13005 1998-09-01  Dave Love  <fx@gnu.org>
13007         * international/mule-cmds.el (current-language-environment): Fix
13008         setter function.
13010 1998-09-01  Simon Marshall  <simon@gnu.org>
13012         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13013         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13014         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13015         names with font-lock-type-face.  Fontify type specs, etc., with
13016         font-lock-keyword-face.
13018 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13020         * international/fontset.el (x-complement-fontset-spec): If ASCII
13021         font is specified in FONTLIST, don't substitute it for the
13022         resolved name.
13024 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13026         * international/mule.el (charset-description): Doc fix.
13028         * language/chinese.el, language/cyrillic.el, language/czech.el,
13029         language/devanagari.el, language/ethiopic.el,
13030         language/european.el, language/hebrew.el, language/indian.el,
13031         language/japanese.el, language/korean.el, language/lao.el,
13032         language/slovak.el, language/thai.el, language/tibetan.el,
13033         language/vietnamese.el:
13034         Add coding: local variable, to avoid bootstrapping problem
13035         if you need to recompile all the Lisp files using interpreted code.
13037 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13039         * cal-china.el (chinese-year-cache): Change range of years from
13040         1989-2000 to 1990-2010.
13042 1998-08-29  Dave Love  <d.love@dl.ac.uk>
13044         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13045         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13047 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13049         * ps-print.el (ps-print-control-characters): Doc-string modified.
13050         (ps-output-string-prim): Comment format changed.
13051         (ps-do-despool): Indentation of source code changed.
13053 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
13055         * subr.el (sref): Make it an alias of aref.  Make the
13056         byte-compiler warn that it is obsolete.
13057         (char-bytes): Make the byte-compiler warn that it is obsolete.
13059         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13060         Calculate the total bytes using position-bytes instead of
13061         char-bytes.
13063 1998-08-27  Karl Heuer  <kwzh@gnu.org>
13065         * snmp-mode.el: New file.
13066         * files.el (auto-mode-alist): Add snmp-mode patterns.
13068 1998-08-27  Karl Eichwalder  <ke@suse.de>
13070         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13072 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13074         * calendar/diary-lib.el (diary-block): Doc fix..
13075         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13077 1998-08-27  Richard Stallman  <rms@gnu.org>
13079         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13080         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13081         Clear appt-mode-string if we don't put something in it.
13083 1998-08-27  Dave Love  <fx@gnu.org>
13085         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13086         dired-local-variables-file for dired-x.
13088         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13089         for compressed library files too.
13091 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
13093         * language/european.el ("Latin-1"): Modify `documentation' key value.
13094         ("Latin-2"): Likewise.
13096 1998-08-26  Karl Heuer  <kwzh@gnu.org>
13098         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13100 1998-08-26  Albert L. Ting  <alt@artisan.com>
13102         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13103         (mail-hist-current-header-contents): Use mail-text-start.
13105 1998-08-26  Richard Stallman  <rms@gnu.org>
13107         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13108         (customize-changed-options-previous-release): New variable.
13109         (customize-changed-options): Use that variable as default arg.
13111 1998-08-26  Karl Eichwalder  <ke@suse.de>
13113         * midnight.el: Require `timer' not only when compiling.
13115 1998-08-26  Per Starback  <starback@update.uu.se>
13117         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13118         buffer before creating help group.
13120 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13122         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13123         coding-system-for-write before saving.
13125 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
13127         * isearch.el (isearch-forward): Doc fix.
13129 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
13131         * emacs-lisp/find-func.el: Fix :version tags to have a string
13132         value, not a float.
13134         * cus-dep.el: Fix typo in output.
13136 1998-08-25  Dave Love  <fx@gnu.org>
13138         * repeat.el (repeat): Doc fix.
13139         [From rms:]
13140         (repeat-previous-repeated-command): New variable.
13141         (repeat): Check for real-last-command being null or repeat.  Set
13142         repeat-previous-repeated-command.
13144         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13146 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
13148         * gnus/message.el (message-send-mail-with-sendmail): Bind
13149         coding-system-for-write by the return value of
13150         select-message-coding-system.
13151         (message-send-mail-with-qmail): Likewise.
13153 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
13155         * emacs-lisp/autoload.el: Fix doc-string-elt property on
13156         define-derived-mode.
13158         * files.el (file-name-invalid-regexp):
13159         Fix regex for ms-dos without long file names.
13161 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13163         * ps-print.el: Multi-byte buffer handling.
13164         (ps-print-version): New version number (4.0) and doc fix.
13165         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13166         compilation for GNU Emacs and emacsens.
13167         (ps-generate-postscript-with-faces): Force invisible text to be
13168         visible.
13169         (dos-ps-printer): New var to avoid compilation gripes.
13171 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13173         * ps-print.el (ps-mule-plot-string): Pay attention to the case
13174         that no more characters can't be printed in the current line.
13176 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13178         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13179         greater than TO.
13181 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13183         * ps-print.el: Add codes to make ps-print.el work also on Emacs
13184         20.2 and the earlier version.
13185         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13186         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13187         (ps-mule-find-wrappoint): Likewise.
13188         (ps-mule-generate-font): Change `X' to `x' in format
13189         control-string.
13190         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13191         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13192         `restore' form procedures `BC' and `EC'.
13194 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13196         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13197         is an executable procedure.  Make LineThickness, Xshadow, and
13198         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
13199         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13200         ps-mule-font-info-database-bdf): New vars.
13201         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13202         (ccl-encode-ethio-unicode): New CCL program.
13203         (ps-mule-encode-ethiopic): New fun.
13204         (ps-mule-current-charset): New var.
13205         (ps-mule-get-font-spec, ps-mule-font-spec-src,
13206         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13207         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13208         (ps-mule-external-libraries): New var.
13209         (ps-mule-init-external-library): New fun.
13210         (ps-mule-font-cache): New var.
13211         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13212         (ps-last-font): New var.
13213         (ps-mule-prepare-font): New fun.
13214         (ps-mule-charset-list): New var.
13215         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13216         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13217         ps-mule-plot-string): New funs.
13218         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13219         New vars.
13220         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13221         ps-mule-prepare-cmpchar-font): New funs.
13222         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13223         vars.
13224         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13225         ps-mule-generate-bitmap-glyph): New funs.
13226         (ps-mule-initialize, ps-mule-begin): New funs.
13227         (ps-output-string-prim): Insert string as unibyte.
13228         (ps-output-prologue): New fun.
13229         (ps-flush-output): Handle the case of 'prologue.
13230         (ps-begin-file): Call ps-mule-initialize.
13231         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13232         printing multibyte characters.
13233         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13234         (ps-basic-plot-string): Handle the case of printing ASCII
13235         characters by external libraries (e.g. BDF).
13236         (ps-set-font): Set ps-last-font.
13237         (ps-plot-region): Handle multibyte characters, use
13238         ps-mule-plot-string for them.
13239         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13241         * bdf.el: New file.
13243 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13245         * international/mule-cmds.el (select-message-coding-system): New
13246         function.
13247         (set-language-environment-coding-systems): Set
13248         default-sendmail-coding-system.
13250         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13251         (default-sendmail-coding-system): New variable.
13252         (sendmail-send-it): Encode the message by a coding system
13253         select-message-coding-system returns.
13255 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13257         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13258         (speedbar-mode): Set buffer to read only.
13259         (speedbar-temp-buffer-show-function): For emacs don't call hook
13260         with arguments.
13261         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13263 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13265         * speedbar.el (speedbar-key-map): Fix typo.
13267 See ChangeLog.7 for earlier changes.