Update copyright and commentary.
[emacs.git] / lisp / ChangeLog
blobb1d31a946380271838356becd75acd41ba6bb335
1 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
3         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
4         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
5         Print a status message if the toggle is called interactively.
6         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7         for global minor modes and use `defcustom' for them.
8         Use add-minor-mode.
9         (easy-mmode-define-derived-mode): Remove.
10         (define-derived-mode): Fancier default docstring.
11         (easy-mmode-define-navigation): Signal an error rather than (ding).
13         * newcomment.el (comment-styles): New `box-multi'.
14         (comment-normalize-vars): Better default for comment-continue to
15         avoid whitespace-only continuations.
16         (comment-search-forward): Always move even in the no-syntax case.
17         (comment-padright): Only obey N if it's only obeyed for padleft.
18         (comment-make-extra-lines): Better handling of empty continuations.
19         Use `=' for the filler if comment-start has only one character.
20         (uncomment-region): Try handling the special `=' filler.
21         (comment-region): Allow LINES even if MULTI is nil.
22         (comment-box): Choose box style based on comment-style.
24 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
26         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
27         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
29 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
31         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
32         and insert, not subst-char-in-region.
34         * international/mule-diag.el (list-character-sets-1): Handle
35         charsets eight-bit-control and eight-bit-graphic.
36         (list-iso-charset-chars): Likewise.
37         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
38         charactes as is.  Use indent-to to align characters.
40         * international/mule-cmds.el (find-multibyte-characters): Never
41         exclude charsets eight-bit-control and eight-bit-graphic.
43 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
45         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
46         Don't quote lambdas.
48         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
50 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
52         * gud.el (gud-jdb-directories): Doc fix.
54 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
56         * newcomment.el: New file.
58 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
60         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
62 2000-05-18  Andreas Schwab  <schwab@suse.de>
64         * dired.el (dired-between-files): Also skip lines beginning with
65         `used'.
67 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
69         * msb.el (msb-menu-cond): Add choice `user'.
71 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
72         
73         * ps-print.el: Compatibility, customization and doc fix.
74         (ps-printer-name-option): Replace defconst by defvar.
75         (ps-postscript-code-directory): XEmacs compatibility.
76         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
77         fix.
78         (ps-user-defined-prologue, ps-print-prologue-header)
79         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
80         compatibility and code fix.
81         (ps-print-background-image, ps-print-background-text):
82         Customization fix.
83         (ps-line-number-start, ps-n-up-on): New vars.
85 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
87         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
88         the indent-comment function to just return the appropriate indent.
90 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
92         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
93         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
94         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
96 2000-05-18  Dave Love  <fx@gnu.org>
98         * info.el (Info-fontify-node): Add intangible property as well as
99         invisible.
101         * calendar/appt.el (appt-make-list): Match all lines of entry.
102         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
104 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
106         * international/mule-diag.el (describe-char-after): Call
107         internal-char-font, not char-font.  If internal-char-font returns
108         nil, display "-- none --".
110 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
112         * image.el (image-type-available-p): Don't reference image-types
113         if it isn't bound.
115 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
117         * autoarg.el (autoarg-mode): Typo in the :set argument.
119 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
121         * startup.el (command-line-1): Don't signal an error if the
122         directory for auto-save-list files does not yet exist.
124 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
126         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
128 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
130         * subr.el (remove-hook): `setq' hook-value, not `set'.
132 2000-05-16  Sam Steingold  <sds@gnu.org>
134         * info.el (debug-ignored-errors): More errors to ignore.
136 2000-05-16  Dave Love  <fx@gnu.org>
138         * cus-edit.el: Don't require cl or easymenu.
139         (custom-variable-prompt): Test standard-value property, not
140         user-variable-p.
142 2000-05-16  Sam Steingold  <sds@gnu.org>
144         * subr.el (add-hook): `setq' hook-value, not `set'.
146 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
148         * startup.el (command-line-1): Mention the FAQ in the startup
149         message.
151         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
153         * progmodes/compile.el (compilation-parse-errors): Collect
154         `nomessage' regexps last.
156         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
158         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
159         to the function name.
161 2000-05-15  Dave Love  <fx@gnu.org>
163         * speedbar.el (speedbar-recenter): Typo.
164         (speedbar-expand-line): Make arg optional.
165         (speedbar-mode): Avoid a compiler warning.
167 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
169         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
170         user-specified option string is empty.
172         * mouse.el (mouse-yank-at-click): Doc fix.
174 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
176         * term/internal.el (IT-character-translations): More updates of
177         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
178         documents.
180 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
182         * env.el (getenv): New function, interactively callable.
183         (setenv, getenv): Remove autoload cookies.
185         * loadup.el: Load `env'.
187         * progmodes/f90.el: Change author's mail address.
189 2000-05-14  Dave Love  <fx@gnu.org>
191         * mail/rmail.el (rmail-show-message-hook): Customize and offer
192         goto-addr as an option.
194         * help.el (help-xref-stack): Doc fix.
195         (help-xref-following): New variable.
196         (help-make-xrefs): Use it.
197         (help-xref-go-back): Use position information from stack element.
198         (help-follow): Make position in stack element a pair.  Use
199         help-xref-following.
201         * autoarg.el: New file.
203         * faces.el: Declare more functions obsolete.
205         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
206         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
207         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
208         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
209         Remove all the setup-...-environment functions.
211 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
213         * speedbar.el: Updated the commentary section.  xemacs20p now uses
214         >= when detecting.  Require `defimage' safely.
215         (speedbar-easymenu-definition-base): Add toggle for images.
216         (speedbar-easymenu-definition-special): Add flush cache & expand.
217         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
218         (speedbar-reconfigure-keymaps-hook): New variable.
219         (speedbar-frame-parameters): Updated documentation.
220         (speedbar-use-imenu-flag): Updated custom tag
221         (speedbar-dynamic-tags-function-list): New variable.
222         (speedbar-tag-hierarchy-method): Updated doc & custom.
223         (speedbar-indentation-width, speedbar-indentation-width) New
224         variables.
225         (speedbar-hide-button-brackets-flag): Customizable.
226         (speedbar-vc-indicator): Doc update.
227         (speedbar-ignored-path-expressions): Updated default value.
228         (speedbar-supported-extension-expressions): Updated default value.
229         (speedbar-syntax-table): Remove {} paren status.
230         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
231         as "+".  Added overlay aliases.
232         (speedbar-mode): Use `speedbar-mode-line-update' instead of
233         `force-mode-line-update'.
234         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
235         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
236         `mouse-set-point'
237         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
238         (speedbar-item-info-tag-helper): Revamped to handle a wider range
239         of arbitrary text, and new helper functions.
240         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
241         filename finder.
242         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
243         (speedbar-directory-buttons): Update path search/expansion.
244         (speedbar-make-tag-line): Pay attention to
245         `speedbar-indentation-width'.  Use more care w/ invisible
246         properties.
247         (speedbar-change-expand-button-char): Call
248         `speedbar-insert-image-button-maybe'.
249         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
250         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
251         (speedbar-trim-words-tag-hierarchy)
252         (speedbar-simple-group-tag-hierarchy): New functions
253         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
254         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
255         functions.
256         (speedbar-mouse-set-point): New function
257         (speedbar-power-click): Updated documentation.
258         (speedbar-line-token, speedbar-goto-this-file): Handle more types
259         of tag prefix text.
260         (speedbar-expand-line, speedbar-contract-line): Make more robust
261         to strange text.
262         (speedbar-expand-line): Takes universal argument to flush the
263         cache.
264         (speedbar-flush-expand-line): New function.
265         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
266         Use new generator insertion method.
267         (speedbar-fetch-dynamic-tags): New function.
268         (speedbar-fetch-dynamic-imenu): Removed code now handled in
269         `speedbar-fetch-dynamic-imenu'.
270         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
271         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
272         "Revert Buffer" menu items.
273         (speedbar-buffer-buttons-engine): Be smarter when creating a
274         filename tag (for expansion purposes.).
275         (speedbar-highlight-one-tag-line,
276         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
277         (speedbar-recenter): New functions.
278         (defimage-speedbar): Image loading abstraction.
279         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
280         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
281         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
282         (speedbar-tag-type, speedbar-tag-mail): New images.
283         (speedbar-expand-image-button-alist): New variable.
284         (speedbar-insert-image-button-maybe): Insert an image over some
285         buttons.
287 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
289         * international/mule-cmds.el (encode-coding-char): An ASCII
290         character is always encodable.
292         * international/mule-conf.el: Add more information in descriptions
293         of character sets.
295         * international/mule-diag.el (describe-char-after): New function.
296         (describe-font-internal): Adjusted for the change of font-info.
297         (describe-font): Likewise.
298         (print-fontset): Rewritten for the new fontset implementation.
299         (describe-fontset): Include fontset alias names in completion.
300         (list-fontsets): Adjusted for the change of print-fontset.
302         * simple.el (what-cursor-position): If DETAIL is non-nil, call
303         describe-char-after instead of displaying the detail in the echo
304         area.
305         (syntax-code-table): Format changed.
306         (string-to-syntax): Adjusted for the above change.
307         
308 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
310         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
312 2000-05-12  Dave Love  <fx@gnu.org>
314         * calendar/todo-mode.el: Remove some compatibility stuff and CL
315         dependence.  Use line-{beginning,end}-position, not
316         point-at{b,e}ol.  Some doc fixes.
317         (todo-position): New function.  Fix callers of position to use it.
318         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
320 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
322         * time.el (display-time-mail-icon): Use `:ascent center'.
324         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
325         handling FTP security extensions.
327 2000-05-11  Dave Love  <fx@gnu.org>
329         * calendar/todo-mode.el: New file.
331 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
333         * comint.el (comint-read-input-ring): Move reference to
334         comint-input-ring-size outside of the save-excursion.  It was
335         causing the default value to be the only one ever seen.
337         * font-lock.el: Update copyright.  Remove Simon Marshall's email
338         address on request from him.
340         * subr.el (substitute-key-definition): Add comment describing
341         the meaning of PREFIX.
343 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
345         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
347         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
348         (add-minor-mode): Don't make the variable buffer-local and add a
349         reference to define-minor-mode in the docstring.
351         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
352         HEADER/FOOTER and fix bug with trailing empty directory.
353         (cvs-append-to-ignore): Use vc-editable-p if available.
354         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
355         (vc-do-command): Tweak advice to handle the new VC.
357         * log-view.el (log-view-goto-rev): New function for the new VC.
358         (log-view-minor-wrap): Use mark-active.
360         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
361         (log-edit-changelog-full-paragraphs): New var.
362         (log-edit-insert-changelog): Remove a lonely leading `* file'.
363         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
364         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
365         (log-edit-changelog-ours-p, log-edit-changelog-entries)
366         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
367         Replace the `cvs' prefix with `log-edit'.
369         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
371         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
372         (diff-font-lock-defaults): Explicitly turn off multiline.
373         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
374         (diff-ediff-patch): Fix call to ediff-patch-file.
375         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
376         Handle comments.
378         * frame.el (automatic-hscrolling): Typo.
380         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
382 2000-05-09  Sam Steingold  <sds@goems.com>
384         * apropos.el (apropos-print): use `describe-face' instead of
385         `customize-face-other-window'.
387 2000-05-09  Dave Love  <fx@gnu.org>
389         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
391         * help.el (describe-variable): Have customize button pop the
392         help-xref stack when invoked.
393         (help-xref-symbol-regexp): Add `face'.
394         (help-make-xrefs): Check for quoted face names and adapt regexp
395         submatch numbers to cope.
396         (help-xref-interned): Maybe insert face doc too.  Separate
397         sections with a line of hyphens.
399         * faces.el:  Some doc fixes.  Declare some functions obsolete.
400         (describe-face): Add customize button.  Return the help
401         text.  Fix prompt.
403 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
405         * term/internal.el (IT-character-translations): Fix last change.
407 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
409         * woman.el: New file
410         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
412 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
414         * term/internal.el (IT-character-translations): Update ASCII
415         simulations for greek-iso8859-7, add latin-iso8859-14 and
416         latin-iso8859-15.
418         * international/mule-cmds.el (set-language-info-alist): Call
419         define-prefix-command with 3 arguments, to make the map suitable
420         for a menu.
422 2000-05-07  Dave Love  <fx@gnu.org>
424         * time.el: Small doc fixes from Pavel Janic.
426 2000-05-05  Dave Love  <fx@gnu.org>
428         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
429         list in doc string.  Don't quote keyword symbols.
430         * emacs-lisp/cl.el: Likewise
431         * emacs-lisp/cl-seq.el: Likewise
433 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
435         * abbrev.el (abbrev-mode): Make ARG optional.
437 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
439         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
441         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
443         * subr.el (substitute-key-definition): Clarify documentation.
445 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
447         * glasses.el (glasses-convert-to-unreadable): Use
448         `glasses-separator' instead of the hard-wired "_".
449         (glasses-mode): Call `glasses-make-unreadable' only in a single
450         place.
452 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
454         * term/internal.el (cjk-codepages-alist): Add associations for
455         Chinese and Korean codepages.  Remove FIXME comment.
457 2000-05-03  Dave Love  <fx@gnu.org>
459         * time.el (display-time-mail-face, display-time-use-mail-icon):
460         New option.
461         (display-time-mail-icon): New variable.
462         (display-time-string-forms): Use the above.  Fix the local-map.
464 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
466         * replace.el (query-replace-map): Add binding for `E'.
467         (query-replace-help): Extend help text.
468         (perform-replace): Allow editing the replacement string.
470         * make-mode.el (makefile-mode-abbrev-table): New variable.
471         (makefile-mode): Set local abbrev table to
472         makefile-mode-abbrev-table.
473         (makefile-font-lock-keywords): Fontify includes and conditionals.
475         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
476         set TOGGLE's value.
478         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
479         mail-interactive-insert-alias.
480         (mail-abbrev-complete-alias): New command.
481         (mail-mode-map): Bind it to `M-TAB'.
483 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
485         * language/lao-util.el (lao-compose-region): New function.
487 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
489         * files.el (recover-session): Make directories as necessary
490         if they don't exist yet.
492         * calendar/cal-french.el
493         (french-calendar-multibyte-special-days-array)
494         (french-calendar-special-days-array): Change French text.
495         (calendar-french-date-string): Change output.
496         (calendar-goto-french-date): Likewise.
498 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
500         * wid-edit.el (widget-default-active): Obey `:always-active'.
501         (widget-documentation-string-value-create): Set `:always-active'.
503 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
505         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
506         default prefix to `~/_emacs.d/auto-save.list/_s'.
507         (normal-top-level): Create the directory for auto-save files, if
508         it doesn't already exist (in the ms-dos case only).
510 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
512         * international/mule-cmds.el (set-language-environment): Don't
513         concat an integer (dos-codepage), use format instead.
515 2000-05-02  Dave Love  <fx@gnu.org>
517         * help.el (help-xref-on-pp): Check for constant symbols.
519 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
521         * startup.el (normal-top-level): Put a condition-case around
522         the code loading subdirs.el.
524 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
526         * ps-print.el: Upside-down and face background color printing,
527         line number step, doc fix.
528         (ps-print-version): New version number (5.2).
529         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
530         (ps-face-attribute-list, ps-plot-with-face): Code fix.
531         (ps-spool-config): Var fix.
532         (ps-printer-name-option): Const fix.
533         (ps-print-upside-down, ps-use-face-background)
534         (ps-line-number-step): New vars.
535         (ps-window-system, ps-lp-system): New consts.
536         (ps-face-background): New fun.
538 2000-04-28  Richard Stallman  <rms@gnu.org>
540         * files.el (make-auto-save-file-name):
541         Apply auto-save-file-name-transforms to visited file name
542         before generating auto save file name.
543         (auto-save-file-name-transforms): New variable.
545         * files.el (backup-enable-predicate):
546         Correctly test for a file under a temporary directory.
548 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
550         * subr.el (add-minor-mode): Rewritten.
552 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
554         * mail/sendmail.el (sendmail-send-it): Set
555         buffer-file-coding-system to the selected coding system for MIME
556         header.
558 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
560         * dired.el (dired-move-to-filename-regexp): Allow format where
561         YYYY is followed by two spaces.
563         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
564         in the second character class of the regexp.
566         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
567         mh-etc, too.
569         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
570         nil.
572         * subr.el (add-minor-mode): Use `set' instead of `setq'.
574         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
575         argument.
577 2000-04-27  Sen Nagata <sen@eccosys.com>
579         * emacs-lisp/crm.el (crm-completion-table): New variable.
580         (crm-collection-fn, crm-test-completion)
581         (completing-read-multiple): Use it.
583 2000-04-27  Dave Love  <fx@gnu.org>
585         * help.el (locate-library): Use mapc.
586         (help-manyarg-func-alist): Add call-process-region.
588 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
590         * subr.el (add-minor-mode): Make argument MAP optional.
592         * desktop.el (desktop-save): Save list of minor modes.
593         (desktop-create-buffer): Restore minor modes.
594         (desktop-minor-mode-table): New user-option.
596         * subr.el (add-minor-mode): New function.
598         * image.el (find-image): New function.
599         (defimage): Rewritten to find image at load time.
601         * startup.el (normal-top-level-add-to-load-path): Handle
602         case that the default directory is not in load-path.
604         * help.el: Old patch from Stefan Monnier.
605         (help-xref-on-pp): New function.
606         (describe-variable): Use it to display xrefs in a symbol's value.
608 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
610         * cus-edit.el (custom-face): Fix parenthesis.
612 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
614         * mail/rmail.el (rmail-expunge): When there are no deleted
615         messages, do nothing.
617 2000-04-26  Dave Love  <fx@gnu.org>
619         * international/mule-cmds.el (locale-translation-file-name):
620         Defvar to nil.
621         (set-locale-environment): Set it here (at runtime).
623 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
625         * replace.el (perform-replace): Add parameters START and END.  Use
626         them instead of the check for a region in Transient Mark mode.
627         (query-replace-read-args): Return two more list elements for the
628         start and end of the region in Transient Mark mode.
629         (query-replace, query-replace-regexp, query-replace-regexp-eval)
630         (map-query-replace-regexp, replace-string, replace-regexp): Add
631         optional last arguments START and END and pass them to
632         perform-replace.
634         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
635         form with additional arguments for perform-replace.
637         * progmodes/etags.el (tags-query-replace): Add parameters START
638         and END.  Construct a form with additional arguments for
639         perform-replace.
641         * simple.el (shell-command): Set default directory for "*Shell
642         Command Output" buffer.
644         * language/european.el (iso-latin-4): Fix typo.
646         * emacs-lisp/crm.el: New file.
648 2000-04-24  Dave Love  <fx@gnu.org>
650         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
651         (Custom-reset-saved, Custom-reset-standard)
652         (custom-group-value-create, custom-group-set, custom-group-save)
653         (custom-group-reset-current, custom-group-reset-saved)
654         (custom-group-reset-standard): Use mapc.
655         (custom-buffer-create-internal): Disable undo when creating items.
656         Use mapc.
657         (custom-face): Avoid redundant lambda.
659 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
661         * startup.el (auto-save-list-file-prefix): Set default to
662         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
664 2000-04-24  Sam Steingold  <sds@gnu.org>
666         * time-stamp.el (time-stamp-string-preprocess): Always convert
667         `field-result' to a string.
669 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
671         * frame.el (scrolling): New group.
672         (automatic-hscrolling): New user-option.
674         * startup.el (command-line-x-option-alist): Add `-lsp' and
675         `--line-spacing'.
677 2000-04-19  Dave Love  <fx@gnu.org>
679         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
680         (cl-mapc): Rename from mapc.  Fix the funcall.
682 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
684         * simple.el (clone-indirect-buffer-other-window): New command.
685         (clone-indirect-buffer): Add optional arg NORECROD.
686         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
688         * help.el (resize-temp-buffer-window): Use count-screen-lines.
690         * window.el (count-screen-lines): New function.
691         (shrink-window-if-larger-than-buffer): Use count-screen-lines
692         instead of window-buffer-height.
694         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
695         non-existing variable comint-input-sentinel.
696         (inferior-lisp-args-to-list): Removed.
697         (inferior-lisp): Use split-string instead of
698         inferior-lisp-args-to-list.
700         * hexl.el (hexl-insert-hex-string): New command.
702         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
703         instead of concat.
705 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
707         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
708         at the start of an existing but empty folder.
710 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
712         * ps-mule.el: Customization fix, doc fix.
713         (ps-multibyte-buffer): Customization fix.
715 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
717         * subr.el (read-passwd): Use read-char-exclusive.
719 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
721         * textmodes/texinfo.el (texinfo-insert-@email)
722         (texinfo-insert-@emph, texinfo-insert-@quotation)
723         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
724         (texinfo-mode-map): Add key bindings for them.
726         * files.el (basic-save-buffer-2): Use a template with `$'
727         instead of `#' for VMS.
729         * simple.el (clone-indirect-buffer): New function.
731 2000-04-16  Stephen Eglen  <stephen@gnu.org>
733         * iswitchb.el (iswitchb-case): New function.  If the user input
734         contains any upper-case characters, the search is made
735         case-sensitive.
737 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
739         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
740         comment-end.
741         (texinfo-font-lock-syntactic-keywords): New var.
742         (texinfo-font-lock-keywords): Remove comment regexp.
743         (texinfo-insert-block): New function.
744         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
745         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
746         and font-lock-defaults.  Use regexp-opt for outline-regexp.
747         (texinfo-environments): New var.
748         (texinfo-environment-regexp): Use regexp-opt and
749         texinfo-environments.
751         * textmodes/ispell.el (ispell-menu-map-needed): Check that
752         ispell-process is bound since this might be eval'd before ispell
753         is loaded.
754         (ispell-message): Use a tiny bit less magic and a bit more hard
755         data to figure out what kind of sc-cite-regexp to use.
757         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
759         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
760         (insert-cyclic-diary-entry): Unquote the lambda.
762         * gud.el (gud-jdb-build-source-files-list): Fix typo.
764         * files.el (backup-enable-predicate): Unquote the lambda.
766         * cus-edit.el (custom-face, face): Unquote the lambda.
768 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
770         * ps-print.el: Check for line-beginning-position definition.
772         * ps-print.el: Fix counting lines in a region.
773         (ps-print-version): New version number (5.1.5).
774         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
775         (ps-printing-region): Fun code fix.
777 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
779         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
780         to file-directory-p.
782 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
784         * gud.el (gud-jdb-build-source-files-list): Check that directory
785         exists before calling directory-files.
787 2000-04-13  Dave Love  <fx@gnu.org>
789         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
790         syntax.
792         * emacs-lisp/cl-specs.el: Remove when, unless.
794         * emacs-lisp/cl-extra.el: Don't quote keywords.
795         (cl-old-mapc): New variable.
796         (mapc): Use it.
797         (cl-map-intervals): Use with-current-buffer.  Don't check for
798         next-property-change.
799         (cl-map-overlays): Use with-current-buffer.
800         (cl-expt): Remove.
801         (copy-tree, remprop): Define unconditionally.
803         * emacs-lisp/cl-compat.el (keywordp): Remove.
805         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
806         to use keywordp.
807         (edebug-spec): Enable keywordp.
809         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
810         string-lessp.
812         * cus-start.el: Use keywordp.
814 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
816         * diary-lib.el (include-other-diary-files): Fix the fix of
817         2000-02-18 by doing a save-excursion.
819 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
821         * ps-print.el: Customization fix, doc fix.
822         (ps-print-version): New version number (5.1.4).
823         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
824         (ps-print-preprint): Adjust code.
825         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
826         (ps-print-prologue-header, ps-print-control-characters)
827         (ps-spool-config): Customization fix.
829 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
831         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
832         converted to the new menu-item format, names silightly changed,
833         help strings added.
835         Support for spelling without async subprocesses:
837         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
838         (ispell-session-buffer): New variables.
839         (ispell-start-process, ispell-process-status,
840         ispell-accept-output, ispell-send-string): New functions, for
841         Ispell invocation when async subprocesses aren't supported.
842         (ispell-word, ispell-pdict-save, ispell-command-loop,
843         ispell-process-line, ispell-buffer-local-parsing): Replace calls
844         to process-send-string with calls to ispell-send-string, and
845         accept-process-output with ispell-accept-output.
846         (ispell-init-process): Call ispell-process-status instead of
847         process-status with.
848         (ispell-init-process): Call ispell-start-process.  Call
849         ispell-accept-output and ispell-send-string.  Don't call
850         process-kill-without-query and kill-process if they are unbound.
851         (ispell-async-processp): New function.
853 2000-04-12  Dave Love  <fx@gnu.org>
855         * info.el: Add debug-ignored-errors.
856         (Info-mode-menu): Add some items.
857         (Info-directory): Add autoload cookie.
859         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
860         Modify `truncate-lines'.  Make `describe-language-environment'
861         always visible and add help.  Modify `describe-key' help.  Invoke
862         Info-directory from `info'.  New entry `emacs-manual'.
864 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
866         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
867         propertized-buffer-identification.
868         (ebrowse-update-member-buffer-mode-line): Likewise.
869         (ebrowse--mode-strings): Removed.
870         (ebrowse--mode-line-props): Removed.
872         * files.el (auto-mode-alist): Add `EBROWSE'.
874         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
875         space before testing for end of buffer.
876         (ebrowse-load): Removed.
877         (ebrowse-revert-tree-buffer-from-file): Rewritten.
878         (ebrowse-create-tree-buffer): Rewritten.
879         (ebrowse-tree-mode): Read tree from buffer.
881         * progmodes/ebrowse-ffh.el: Removed.
883 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
885         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
887 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
889         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
890         at the wrong place.
892 2000-04-09  Dave Love  <fx@gnu.org>
894         * files.el (backup-enable-predicate): Use
895         temporary-file-directory, small-temporary-file-directory.
896         (make-backup-file-name-function, backup-directory-alist): New
897         variables.
898         (make-backup-file-name-1): New function.
899         (make-backup-file-name): Use it.
900         (find-backup-file-name): Likewise.  Use format for clarity, not
901         concat.
902         (file-newest-backup): Use make-backup-file-name.
904 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
906         * progmodes/ebrowse-ffh.el: New file.
908         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
909         to ebrowse-ffh.el.
910         (ebrowse-load): Add autoload.
912         * finder.el (finder-commentary): Add autoload cookie.
914         * mail/rfc2368.el: Correct author's email address.
916         * progmodes/ebrowse.el: New file.
918         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
919         item help string.
920         (easy-menu-do-add-item): Ditto.
921         (easy-menu-define): Extend doc string.
923         * jit-lock.el (with-buffer-unmodified): Use
924         restore-buffer-modified-p.
925         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
926         (jit-lock-function, jit-lock-stealth-fontify): Don't use
927         with-buffer-unmodified.
929 2000-04-08  Dave Love  <fx@gnu.org>
931         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
932         unless, when.
934 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
936         * viper-util.el (viper-put-on-search-overlay): New subroutine.
937         (viper-flash-search-pattern): No operation when using Emacs
938         doesn't support face.
939         Use `viper-put-on-search-overlay'.
941 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
943         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
944         like C-r.
946         * progmodes/make-mode.el: Some doc fixes.
947         (makefile-mode-abbrev-table): New variable.
948         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
949         (makefile-font-lock-keywords): Fontify includes and conditionals.
950         (toplevel): Require `dabbrev' and `add-log' when compiling.
952         * replace.el (perform-replace): Don't move forward one char
953         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
954         to do that because it leaves point 1 position after the last
955         replacement, after everything has been replaced.
957         * jit-lock.el (with-buffer-unmodified): New macro.
958         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
959         modified state.
960         (jit-lock-function-1): Extracted from jit-lock-function; not
961         preserving buffer's modified state.
962         (jit-lock-function, jit-lock-stealth-fontify): Call
963         jit-lock-function-1.
965         * mail/rfc2368.el: Remove supernumerary copyright line.
967 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
969         * glasses.el: Provide facilities for inserting space before left
970         parentheses and uncapitalization of identifiers.
971         (glasses-mode): Try to remove old overlays in all cases.
973 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
975         * progmodes/compile.el (compile-internal): Display the compilation
976         buffer in a different frame, if it's already displayed there.
978         * mail/rfc2368.el: New file.
980         * simple.el (sendmail-user-agent-compose): Recognize a `body'
981         header and insert its value as mail body.
983         * subr.el (member-ignore-case): New function.
985         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
986         (dabbrev--find-expansion): Ignore buffers matching a regexp
987         from dabbrev-ignored-regexps.
989         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
990         to extensions handled by gzip.
992 2000-04-03  Richard M. Stallman  <rms@gnu.org>
994         * files.el (insert-directory): List the total free space
995         along with the used space.
997         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
998         line is followed by one that matches CITATION-REGEXP, end the
999         paragraph.
1001 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1003         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1004         (rmail-make-basic-summary-line): Use that option.
1006 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1008         * international/mule-cmds.el (encoded-string-description):
1009         Rewritten.   Try pretty description for ISO 2022 escape sequences
1010         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1011         for hexadecimal format.
1013 2000-04-01  Dave Love  <fx@gnu.org>
1015         * cpp.el: Change customization group to `c' from `C'.
1017         * vcursor.el (vcursor-move): Use display-color-p.
1019         * international/mule-util.el: Provide mule-utils.
1020         (string-to-sequence): Simplify and speed up.
1022         * international/mule.el (make-coding-system): Purecopy doc-string.
1024         * international/mule-cmds.el: Various menu changes.
1025         (describe-specified-language-support): Handle `Default'.
1026         (set-language-info): Purecopy `info'.
1028 2000-03-31  Andrew Innes  <andrewi@gnu.org>
1030         * vc.el (vc-backend-diff): Return the correct status if we had to
1031         retry the rcsdiff command without the --brief option.
1033 2000-03-31  Dave Love  <fx@gnu.org>
1035         * help.el (help-manyarg-func-alist): Correct several omissions.
1037         * add-log.el: Don't require cl, fortran.
1038         (add-log-current-defun-function): Doc fix.
1039         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
1040         fix.
1041         (change-log-version-rcs): Function deleted.
1042         (change-log-version-number-search): Doc fix.  Use
1043         vc-workfile-version.  Avoid CL dolist.
1044         (add-change-log-entry): Just call add-log-current-defun to get
1045         defun.  Simplify somewhat.
1046         (change-log-get-method-definition-1): Likewise.
1047         (add-log-current-defun): Return nil if calling
1048         add-log-current-defun-function does so.  Move Fortran stuff to
1049         fortran.el.  Return string without properties.
1051         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1052         and :alpha: char classes.
1054         * mail/supercite.el: Defvar curline when compiling.
1055         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1056         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1057         rather than a-zA-Z0-9 to allow non-ASCII characters.
1059 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
1061         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1063         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1064         Re-enable new code.
1066         * lpr.el (print-region-1): Use -d to specify printer name for
1067         systems `usg-unix-v*, `dgux', `hpux', `irix'.
1069 2000-03-31  Dave Love  <fx@gnu.org>
1071         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1072         for function definition in symbol's function value slot first
1073         instead of first consulting byte-compile-function-environment.
1075 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
1077         * language/european.el ("Polish"): New language environment.
1078         (setup-polish-environment): New function.
1080 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
1082         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1083         Disable new code.
1085         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1086         trying to `load' the symbol of an autoload instead of the file
1087         recorded in the autoload.  Fix error messages.
1089 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1091         * ps-print.el: PostScript programming fix for ghostview, doc fix.
1092         (ps-print-version): New version number (5.1.3).
1093         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1094         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1095         (ps-generate-postscript-with-faces): Code fix.
1096         (ps-color-values): XEmacs compatibility.
1097         (ps-print-background-image, ps-print-background-text, ps-printer-name)
1098         (ps-default-fg, ps-default-bg): Adjust customization.
1099         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1100         (ps-color-scale): Renaming old ps-color-value fun.
1101         (ps-print-headers): Replace ps-print-header group to avoid conflict
1102         with ps-print-header variable.
1103         (ps-print-miscellany): New group.
1104         (ps-format-color, ps-rgb-color): New funs.
1105         (ps-default-foreground): New var.
1106         (ps-printer-name-option): New const.
1108 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
1110         * net/net-utils.el:
1111         (network-connection-host, network-connection-service): New variables
1112         (network-connection-mode): New mode, derived from comint-mode
1113         (network-connection-mode-setup): New function, saves host and
1114         service information in local variables.
1116         * lisp/locate.el:
1117         (locate-word-at-point): Added this function
1118         (locate): Default to using locate-word-at-point as input
1119         Run dired-mode-hook
1121 2000-03-29  Dave Love  <fx@gnu.org>
1123         * calendar/appt.el: Doc fixes.
1124         (appt-check): Convert min-to-app to a string before passing to
1125         appt-disp-window-function or concat.
1126         (appt-delete-window): Remove test for frame-root-window.
1127         (appt-select-lowest-window, appt-convert-time): Simplify.
1129         * emacs-lisp/bytecomp.el: Doc fixes.
1130         (byte-compile-file-form-autoload): Update
1131         byte-compile-function-environment.
1133 2000-03-29  Andreas Schwab  <schwab@suse.de>
1135         * emacs-lisp/autoload.el: Also print defsubst doc string
1136         specially.
1138         * dired.el (dired-insert-directory): If dired-free-space-program
1139         failed just delete its output.
1141 2000-03-29  Dave Love  <fx@gnu.org>
1143         * international/iso-cvt.el: Move provide to end.  Doc fixes.
1144         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1145         (iso-iso2sgml, iso-sgml2iso): New functions.
1146         (iso-cvt-define-menu): Fix some entries and use backquote for
1147         clarity.
1149         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1151 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
1153         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1154         ISO-DATE.  If non-nil, return date in ISO 8601 format.
1156 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
1158         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1159         if it ever becomes used.
1160         (log-edit-mode-hook): Default to vc-log-mode-hook.
1161         (log-edit-mode): Fix the docstring.
1163         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1164         the code.
1166 2000-03-26  Dave Love  <fx@gnu.org>
1168         * net/browse-url.el (browse-url): Re-fix case of
1169         browse-url-browser-function being an alist.
1170         (browse-url): Add :link to defgroup.
1172         * files.el: Doc fixes.
1173         (file-truename): Include `[' in wildcard characters.
1174         (automount-dir-prefix): Customize.
1175         (find-file-wildcards): Add :version.
1176         (find-file-noselect): Simplify a mapcar call.
1178         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1179         compatible with inf-lisp version.
1180         (eval-defun-1): Fix custom-declare-variable case.
1182 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
1184         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1186 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1188         * Makefile (COMPILE_FIRST): New macro.
1189         (compile-files): Compile files from COMPILE_FIRST first.
1191         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1192         code.
1194         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1195         matching open parenthesis in column 0 to defun-prompt-regexp
1196         only if open-paren-in-column-0-is-defun-start is set.
1198         * sun-curs.el: Require CL at compile-time only.
1200         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1201         instead of copy-list which is a function from CL.
1202         (msb--choose-menu, msb--mode-menu-cond)
1203         (msb--create-buffer-menu-2): Use dolist instead of mapc.
1204         (msb--init-file-alist): Use mapcar instead of mapcan.
1205         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
1206         `(' in column 0 in doc string.
1207         (msb--add-separators): Use mapcar instead of mapcan.
1209         * cus-dep.el: Require CL at compile-time only.
1211 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1213         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1214         (byte-compile-warnings): New warning `noruntime'.
1215         (byte-compile-constants, byte-compile-variables): Fix docstring.
1216         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1217         execute `eval-whenc-compile's body.
1218         (byte-compile-unresolved-functions): Fix docstring.
1219         (byte-compile-eval): New function.
1220         (byte-compile-callargs-warn): Check if the function will be available
1221         at runtime (via property `byte-compile-noruntime').
1222         (byte-compile-print-syms): New function.
1223         (byte-compile-warn-about-unresolved-functions): Also warn about
1224         `noruntime' functions (and use `byte-compile-print-syms').
1225         (byte-compile-file): Capitalize the message.
1227 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1229         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1230         (rmail-expunge): Ask for confirmation depending on the setting
1231         of rmail-confirm-expunge.
1233 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1235         * Makefile (bootstrap-clean): If $(emacs) exists, build
1236         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1237         cause a bootstrap failure because things don't autoload as
1238         expected.
1240 2000-03-23  Dave Love  <fx@gnu.org>
1242         * net/browse-url.el: Restore previous use of
1243         browse-url-maybe-new-window.
1245 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1247         * ps-print.el: Skip banner page fix.
1248         (ps-print-version): New version number (5.1.2).
1249         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1251 2000-03-23  Dave Pearson  <davep@davep.org>
1253         * net/quickurl.el Changed the type of parameter passed to the
1254         function defined by `quickurl-format-function'. Before only the
1255         text of the URL was passed. Now the whole URL structure is passed
1256         and the function is responsible for extracting the parts it
1257         requires.  Changed the default of `quickurl-format-function'
1258         accordingly.
1259         (quickurl-insert): Changed the `funcall' of
1260         `quickurl-format-function' to match the above change.
1261         (quickurl-list-insert): Changed the `url' case so that it makes
1262         use of `quickurl-format-function', previous to this the format was
1263         hard wired.
1265 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1267         * startup.el: Change some spellings for the X Window System.
1269 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1271         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1272         up the code and the regexp and make sure the cursor is temporarily
1273         moved to the suspicious line while querying the user.
1275 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1277         * w32-fns.el (w32-charset-info-alist): Initialize.
1279 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1281         * ps-print.el: N-up last page fix.
1282         (ps-print-version): New version number (5.1.1).
1283         (ps-end-file, ps-end-job, ps-generate): Code fix.
1285 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1287         * files.el (find-file-run-dired): Update docstring.
1288         (find-directory-functions): New hook.
1289         (find-file-noselect): Run find-directory-functions rather than
1290         calling dired directly.
1292         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1294         * pcvs.el: Add a minimal leading commentary.
1295         (cvs-make-cvs-buffer): Change the header part by removing the startup
1296         message and adding a `Module' entry.  Also replace the FOOTER and
1297         HEADER special fileinfos with the new support in ewoc for updating
1298         its own footer and header.
1299         (cvs-update-header): Update to use the header/footer of the ewoc.
1300         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1301         (cvs-is-within-p): New function.
1302         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1303         to only examine some subset of the buffers.
1305         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1306         `format' instead of our own ad-hoc functions.
1307         Remove HEADER and FOOTER cases, now handled in the EWOC.
1308         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1310         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1311         output to avoid scaring the user.
1312         (cvs-parse-table): Catch message for non-up-to-date commits.
1314         * pcvs-defs.el (cvs-startup-message): Remove.
1315         (cvs-global-menu): New autoloaded menu.
1317         * pcvs-util.el (cvs-string-fill): Remove.
1319         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1320         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1321         PP part of it and also make it work for footers and headers.
1322         (ewoc-create): Drop POS and BUFFER arguments.
1323         Use the DLL's dummy node to store the end-of-footer position.
1324         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1325         (ewoc-refresh): Remove unused `header' variable.
1326         (ewoc-(get|set)-hf): New functions.
1328         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1329         log-view-*-(message|file) and use easy-mmode-define-navigation.
1330         (log-view-message-re): Match SCCS format as well.
1331         And match the revision line rather than the dashed separator line.
1332         (log-view-mode): Use the new define-derived-mode.
1333         (log-view-current-tag): Fill in with an actual implementation.
1335         * cvs-status.el (cvs-status-(prev|next)): Rename from
1336         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1337         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1338         to let the output "breathe" a little more (more readable).
1339         (cvs-status-mode): Use the new define-derived-mode.
1341         * smerge-mode.el (smerge-auto-leave): New function and variable.
1342         (smerge-basic-map): Rename from smerge-basic-keymap.
1343         Change the bindings for smerge-diff-*.
1344         (smerge-*-map): Use easy-mmode-defmap.
1345         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1346         (smerge-keep-*): Use smerge-auto-leave.
1348 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1350         * cus-edit.el (custom-button-face): Use 3D look for w32.
1351         (custom-button-pressed-face): Likewise.
1353 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1355         * progmodes/etags.el (tags-case-fold-search): New user-option.
1356         (tags-loop-eval): New function.  Bind case-fold-search around eval
1357         depending on the value of tags-case-fold-search.
1358         (tags-loop-continue): Use tags-loop-eval.
1359         (find-tag-in-order): Bind case-fold-search depending on the value
1360         of tags-case-fold-search.
1362 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1364         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1365         (diff-end-of-hunk): Return the end position for use in
1366         `easy-mmode-define-navigation'.
1367         (diff-recenter): Remove.
1368         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1369         of `easy-mmode-define-navigation'.
1370         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1371         previous renaming) and fix to use new names.
1372         (diff-merge-strings): Use \n as separator: simpler, faster.
1373         (diff-mode): Use `define-derived-mode'.
1375         * derived.el (define-derived-mode): Don't autoload anymore.
1376         Prefer the macro-only version provided by easy-mmode.el.
1378         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1379         `easy-mmode-define-derived-mode'.
1380         Use `combine-run-hooks'.
1381         (easy-mmode-define-navigation): New macro.
1383         * subr.el (combine-run-hooks): New function.
1385 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1387         * term/x-win.el: Fontsets related initialization is simplified.
1389         * international/mule-diag.el (describe-font): Don't refer to
1390         global-fontset-alist, instead call font-list.
1391         (describe-fontset, list-fontsets, mule-diag): Likewise.
1392         (print-fontset): Adjusted for the change of fontset
1393         implementation.
1395         * international/fontset.el (x-charset-registries): Variable
1396         removed, instead the corresponding data is stored in the default
1397         fontset.
1398         (register-alternate-fontnames): Function removed.
1399         (resolved-ascii-font): Variable removed.
1400         (x-compose-font-name): Ignore the second argument REDOCE.
1401         (x-complement-fontset-spec): Complement only an ASCII font and
1402         element for those charsets than can use that ASCII font.
1403         (generate-fontset-menu): Don't refer to global-fontset-alist,
1404         instead call fontset-list.
1405         (uninstantiated-fontset-alist): Variable removed.
1406         (x-style-funcs-alist): Likewise.
1407         (fontset-default-styles): Likewise.
1408         (x-modify-font-name): Function removed.
1409         (create-fontset-from-fontset-spec): Ignore the argument
1410         STYLE-VARIANT.
1411         (create-fontset-from-ascii-font): Docsting adjusted for the above
1412         change.
1413         (instantiate-fontset, resolve-fontset-name): Functions removed.
1414         (fontset-list): Now implemented by C code.
1416         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1417         (describe-face): Include `font' attribute in the description.
1419 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1421         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1423 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1425         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1426         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1427         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1429         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1430         about behavior of set-buffer-modified-p wrt redisplay.
1432 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1434         * view.el (view-mode-disable): Kill local binding of view-read-only.
1436 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1438         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1439         is a string, convert it to a syntax cell using string-to-syntax.
1441         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1442         (string-to-syntax): New function.
1444         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1445         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1446         try to use passive ftp mode.
1448 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1450         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1452         * simple.el (append-to-buffer): Update point of windows after
1453         insertion.
1455         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1456         forward then moving backward.  Reindent.
1458         * frame.el (other-frame): Call x-focus-frame only if
1459         focus-follows-mouse is off.
1461 2000-03-17  Dave Love  <fx@gnu.org>
1463         * pcvs-util.el (cvs-strings->string): Rename
1464         replace-regexps-in-string.
1466 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1468         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1469         regexp for labels cannot span several lines.
1471         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1472         `(setq :<key> ':<key>)' to the macro expansion.
1474 2000-03-16  Dave Love  <fx@gnu.org>
1476         * progmodes/f90.el (f90): Put custom group under `languages', not
1477         `fortran'.
1478         (f90-mode-hook): Customize.
1479         (f90-mode): Set add-log-current-defun-function.
1480         (f90-current-defun): New function.
1482 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
1484         * cus-edit.el (custom-variable-tag-face): Handle case that
1485         default face's height is not a number.
1486         (custom-face-tag-face, custom-group-tag-face-1)
1487         (custom-group-tag-face): Ditto.
1488         (custom-group-tag-face-1): Add :group.
1490         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1492 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
1494         * pcvs-defs.el (toplevel): Remove autoload cookie for form
1495         requiring easymenu.
1497 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1499         * ps-print.el: PostScript user-defined prologue, PostScript error
1500         handler, doc fix.
1501         (ps-print-version): New version number (5.1).
1502         (ps-user-defined-prologue, ps-error-handler-message)
1503         (ps-print-prologue-0, ps-error-handler-alist): New vars.
1504         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1505         (ps-insert-string): New function.
1507 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
1509         * international/ccl.el (ccl-compile-expression): Don't generate
1510         invalid self-assignment code.
1512 2000-03-14  Dave Love  <fx@gnu.org>
1514         * subr.el (replace-regexp-in-string): Renamed from
1515         replace-regexps-in-string.  Doc fix.
1517 2000-03-12  Dave Love  <fx@gnu.org>
1519         * cus-edit.el: Doc fixes.
1520         (customize-set-variable, customize-save-variable): Rename args for
1521         doc.
1522         (custom-variable-tag-face, custom-face-tag-face)
1523         (custom-group-tag-face-1, custom-group-tag-face): Modify from
1524         style which user identify as hyperlink.
1525         (hook): Don't add undefined functions to the hook.
1526         (debug-ignored-errors): Transfer message from bindings.el.
1528 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1530         * recentf.el (recentf-keep-non-readable-files-p): Remove
1531         double/nested definition.
1533 2000-03-12  Dave Love  <fx@gnu.org>
1535         * facemenu.el (facemenu-get-face): Use display-color-p.
1536         * enriched.el (enriched-decode-foreground): Likewise.
1537         (enriched-decode-background): Likewise.
1538         * isearch.el (isearch-highlight): Likewise.
1539         * info-look.el (info-lookup): Likewise.
1540         * simple.el (completion-setup-function): Likewise.
1542         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1543         :options.
1545         * bindings.el (mode-line-format): Fix line-number and
1546         column-number items.  Add help-echo for the background.
1547         (mode-line-mule-info): Modify help-echo.
1549         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1550         defcustom.
1552         * files.el (load-file): Allow completion to .elc.
1554         * man.el: Doc fixes.
1555         (Man-init-defvars): Use display-color-p to set fontification.
1557         * play/hanoi.el (hanoi-internal): Don't use oddp.
1559 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1561         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1563         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1565 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1567         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1568         Fix comment.
1570 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
1572         * font-lock.el (font-lock-keywords): Fix the doc now that
1573         regexp-opt-depth is unnecessary.
1574         (save-buffer-state): Set an edebug spec.
1575         (font-lock-fontify-anchored-keywords): Properly handle the case when
1576         the matcher goes past the limit.
1578         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1579         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1581         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
1582         dll.el and cookie.el (from Elib) with heavy renaming and other
1583         massaging.
1585         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1586         Autoload the functions used.
1587         (easy-mmode-define-syntax): Fix CL typo.
1588         (easy-mmode-define-derived-mode): Improve the docstring generation.
1590 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
1592         * textmodes/texinfo.el (texinfo-version): Variable and function
1593         removed.
1595 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1597         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1598         allow more flexibility.
1599         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1600         fns.
1601         (easy-mmode-defmap, easy-mmode-defsyntax)
1602         (easy-mmode-define-derived-mode): New macros.
1604 2000-03-09  Didier Verna  <didier@xemacs.org>
1606         * rect.el (replace-rectangle): New function.
1608 2000-03-09  Dave Love  <fx@gnu.org>
1610         * progmodes/fortran.el (fortran-comment-line-start): Define as
1611         "C".
1612         (fortran-comment-line-start-skip): Don't match cpp stuff.
1613         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
1614         (fortran-mode-map): Remove over-eager custom-menu-create for now.
1615         (fortran-mode): Don't set fortran-comment-line-start-skip,
1616         fortran-comment-line-start here.  Set comment-start,
1617         add-log-current-defun.
1618         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1619         (fortran-current-defun): New function.
1621 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
1623         * emacs-lisp/re-builder.el: New file.
1625         * mouse.el (mouse-drag-region): Don't run up-event handler
1626         if hscroll has changed.
1628         * octave-mod.el (octave-font-lock-keywords): To font-lock the
1629         builtin operators, use `font-lock-builtin-face' for Emacs and
1630         `font-lock-preprocessor-face' otherwise.
1632         * font-lock.el (lisp-font-lock-keywords-1): Highlight
1633         `(defun (setf foo)' differently.
1635 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
1637         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1638         (regexp-opt): Update comment and adapt the code the new meaning of
1639         the `paren' argument of regex-opt-group for shy-groups.
1640         (regexp-opt-depth): Handle shy groups as well as backslashed
1641         backslashes.
1642         (regexp-opt-group): Turn the leading comment into a docstring.
1643         Allow `paren' to be a string (the string to use to open a group).
1644         Remove open-presuf and close-presuf.  Instead of checking for `all
1645         one-char' and then later on check for `several one-char', handle
1646         both cases close together.  Also apply a more generic algorithm
1647         for suffixes (the mirror image of the algorithm used for
1648         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
1649         (regexp-opt-try-suffix): Removed.
1651         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1652         from comint-mode-map, so we can just inherit from it.  Also, move
1653         the initialization into the `defvar' since there's no docstring
1654         anyway and it's fairly short.
1655         (inferior-scheme-mode): Define it as derived-mode: the code is
1656         shorter and this way we inherit from comint-mode-map rather than
1657         copying it.
1659         * subr.el (replace-regexps-in-string): Properly handle the case
1660         where we match an empty string.
1662         * comint.el (comint-exec-1): Add the current-dir to the exec-path
1663         when the command has a directory component (such as "./testml").
1664         Also fix a typo in the comment.
1666 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
1668         * Makefile (compile-files): Compile files one by one because
1669         that's the only way to ensure a clean compilation environment for
1670         each individual file.
1672         * frame.el (other-frame): Call x-focus-frame.
1674 2000-03-07  Dave Love  <fx@gnu.org>
1676         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1677         :require to defcustom.
1679         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1680         lists.
1682         * files.el (auto-mode-alist): Add configure.in.
1684         * progmodes/autoconf.el: New file.
1686 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
1688         * mail/mh-e.el: Change maintainer to `none'.
1690         * recentf.el (recentf-keep-non-readable-files-p): Quote args
1691         to remove-hook and add-hook.
1693 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1695         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1696         it as the default.
1697         (mail-send): Test mail-send-nonascii also for the new `mime' value.
1698         (sendmail-send-it): Conditionally add MIME headers specifying the
1699         used character set.
1701 2000-03-07  Dave Love  <fx@gnu.org>
1703         * winner.el: Fix keywords, autoload cookies.  Split
1704         eval-when-compile form to avoid compilation failure.
1706 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
1708         * international/mule.el: Modify comment about coding system
1709         property `coding-category'.
1710         (make-coding-system): New argument EOL-TYPE.  Pay attention to
1711         coding-category property of PROPERTIES.
1713         * international/mule-conf.el (coding-category-utf-8,
1714         coding-category-utf-16-be, coding-category-utf-16-le): New coding
1715         categories.  Include them in the argument for set-coding-priority.
1717         * international/mule-cmds.el (reset-language-environment): Include
1718         coding-category-utf-8, coding-category-utf-16-be, and
1719         coding-category-utf-16-le in the argument for set-coding-priority.
1720         (reset-language-environment): Initialize coding-category-utf-8,
1721         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1723 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
1725         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1726         code abstracted out of `bookmark-jump-noselect'.  Now tries info
1727         extensions as well as compression extensions.
1728         (bookmark-jump-noselect): Use above new func.
1730 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
1732         * strokes.el: Change maintainer's mail address.
1734 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
1736         * international/mule-diag.el (list-character-sets): Make help-echo
1737         string by substitute-command-keys.
1738         (list-character-sets): Likewise.
1739         (sort-listed-character-sets): Call help-setup-xref.
1741 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1743         * time.el (display-time-mail-file): Add `none' to the list of
1744         choices.
1746 2000-03-01  Dave Love  <fx@gnu.org>
1748         * help.el (help-xref-go-back): Don't try to set position.
1750         * international/mule-diag.el (list-character-sets): Call
1751         help-setup-xref.  Add help-echo to xrefs.
1752         (list-character-sets-1): Add help-echo to xrefs.
1754 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1756         * frame.el (blink-cursor-mode): Switch cursor on when turning
1757         the mode off.
1759         * add-log.el (add-log-current-defun): Add support for
1760         Autoconf mode.
1762         * mail/rmail.el (rmail-quit-hook): New variable.
1764 2000-03-01  Dave Love  <fx@gnu.org>
1766         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1768         * help.el (help-xref-button): Add help-echo arg.
1769         (describe-function-1, describe-variable, help-make-xrefs): Use it.
1771         * faces.el (list-faces-display): Supply help-echo with
1772         help-make-xrefs.
1774         * facemenu.el (list-text-properties-at): Set help-xref-stack to
1775         nil.
1777 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
1779         * image.el (defimage): Look for image files in load-path.
1781         * frame.el (busy-cursor-delay-seconds): Change type to
1782         `number'.
1784 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1786         * recentf.el (recentf): Added version tag to the defgroup of
1787         recentf.
1789 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1791         * recentf.el (recentf-cleanup): Changed to remove excluded file
1792         too.
1793         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1794         action to select/unselect a file.
1795         (recentf-edit-list): Code cleanup and improvement.
1796         (recentf-open-more-files-action): `recentf-open-more-files' button
1797         widget action to open a file.
1798         (recentf-open-more-files): No more use standard completion but
1799         widgets.
1800         (recentf-more-collection): Deleted.
1801         (recentf-more-history): Deleted.
1802         (recentf-setup-more-completion): Deleted.
1804 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1806         * recentf.el (recentf-mode): No more needs that Emacs is running
1807         under a window-system.
1809 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1811         * recentf.el (recentf-edit-list): New command to edit the recent
1812         list which allow the user to remove files.
1813         (recentf-edit-selected-items): New global variable, used by
1814         `recentf-edit-list' to hold the list of files to be removed from
1815         the recent list.
1816         (recentf-make-menu-items): Updated to display a "Edit list..."
1817         menu item.  Minor code cleanup.
1819 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1821         * recentf.el (recentf-open-more-files): New command to open files
1822         that are not displayed in the menu.
1823         (recentf-more-collection): New global variable holding the set of
1824         permissible completions used by `recentf-open-more-files'.
1825         (recentf-more-history): New global variable holding the history list
1826         used by `recentf-open-more-files' completion.
1827         (recentf-setup-more-completion): New function to setup completion for
1828         `recentf-open-more-files'.
1829         (recentf-make-menu-items): Updated to display a "More..." menu item.
1831 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1833         * recentf.el (recentf-menu-action): Doc fixed.
1835 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1837         * recentf.el (recentf-menu-filter): Doc updated.
1838         (recentf-update-menu-hook): Allow menu filters to force menu update.
1839         (recentf-make-menu-items): New menu filter handling.
1840         (recentf-make-menu-item): New helper function.
1841         (recentf-menu-elements): New menu handling function.
1842         (recentf-sort-ascending): Updated to new menu filter handling.
1843         (recentf-sort-descending): Updated to new menu filter handling.
1844         (recentf-sort-basenames-ascending): New menu filter function.
1845         (recentf-sort-basenames-descending): New menu filter function.
1846         (recentf-show-basenames): New menu filter function.
1847         (recentf-show-basenames-ascending): New menu filter function.
1848         (recentf-show-basenames-descending): New menu filter function.
1850 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1852         * diary-lib.el (list-diary-entries): Don't try to go forward at
1853         the end of the buffer.
1855 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
1857         * international/mule-diag.el (list-character-sets): Completely
1858         rewritten.
1859         (sort-listed-character-sets): New function.
1860         (list-character-sets-1): Completely rewritten.
1861         (list-character-sets-2): New function.
1862         (non-iso-charset-alist): New variable.
1863         (decode-codepage-char): New function.
1864         (charset-history): New variable.
1865         (read-charset) (list-block-of-chars)
1866         (list-iso-charset-chars)
1867         (list-non-iso-charset-chars)
1868         (list-charset-chars): New functions.
1869         (mule-diag): Call list-character-sets-2, not
1870         list-character-sets-2.
1871         (dump-charsets): Likewise.
1873 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
1875         * dired-x.el (dired-filename-at-point): Add `@' to valid
1876         file name characters.
1877         (dired-filename-at-point): Handle ange-ftp file names.
1879         * frame.el (frame-notice-user-settings): Use assq-delete-all
1880         instead of assoc-delete-all.
1881         (frame-notice-user-settings): Ditto.
1883         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1884         Don't copy alist.
1886 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
1888         * calculator.el (calculator-use-menu): New option.
1889         (calculator-initial-bindings): Changed some bindings to work as
1890         macros.
1891         (calculator-forced-input): Removed.
1892         (calculator-restart-other-mode): New variable.
1893         (calculator-mode-map): Set up menu.
1895 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
1897         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1898         tags.
1900 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
1902         * viper-cmd.el (viper-envelop-ESC-key): added the option to
1903         translate all ESC key sequences.
1904         (viper-goto-mark-subr): restore markers for files for which
1905         they were saved.
1906         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1907         * viper-util.el (viper-set-replace-overlay-glyphs,
1908         viper-set-replace-overlay): always check if the replacement
1909         overlay is live.
1910         * viper.el (viper-vi-state-mode-list): added major modes.
1911         * ediff-wind.el: minor comment changes.
1912         * ediff.el: copyright notice date fix.
1914 2000-02-27  Jason Rumney  <jasonr@gnu.org>
1916         * faces.el (face-font-family-alternatives): Add arial to helv.
1917         (mode-line, header-line, tool-bar): Same default as x for w32.
1918         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1919         face-font-family-alternatives from working.
1920         * term/w32-win.el (mouse-set-font): Do not build fontset from
1921         chosen font.
1923 2000-02-25  Sam Steingold  <sds@goems.com>
1925         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1926         properly.
1928 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1930         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1932 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
1934         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1935         writable.
1937         * frame.el (busy-cursor-delay-seconds): New option.
1939 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
1941         * frame.el (show-cursor-in-non-selected-windows): New option.
1943 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1945         * diary-lib.el (include-other-diary-files): Undo the selective
1946         display in any included file and don't kill it.
1948 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
1950         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1951         bar.  Menu items converted to (menu-item format, help strings
1952         added.
1953         [downcase, upcase]: Don't enable on MS-DOS.
1954         [symlink, symlinks]: Don't show if make-symbolic-link is not
1955         bound.
1956         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1958 2000-02-23  Dave Love  <fx@gnu.org>
1960         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1961         (backward-kill-word): Revert addition of * to interactive spec --
1962         it's a feature.
1964         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1965         (backward-kill-sentence, kill-sentence): Likewise.
1967         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1968         scratch buffer name.
1969         (gud-format-command): Use int-to-string in ?l case.  Simplify
1970         slightly.
1972         * term/w32-win.el (internal-face-interactive): Update prompt for
1973         new read-face-name.
1975         * mail/footnote.el (footnote): Add :version to defgroup.
1976         (footnote-section-tag-regexp): Customize.
1977         (footnote-start-tag, footnote-end-tag): New option.
1978         (footnote-latin-regexp): New variable.
1979         (Footnote-latin): New function.
1980         (footnote-style-alist): Add element for latin style.
1981         (footnote-style): Moved.
1982         (Footnote-goto-footnote): Use eq to test arg.
1984         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1986         * emacs-lisp/byte-opt.el: Change old backquote syntax.
1987         (byte-compile-trueconstp): Include keywords.
1988         (byte-optimize-quote, byte-optimize-lapcode): Use
1989         byte-compile-const-symbol-p.
1990         (byte-optimize-char-before): New optimization.
1992         * emacs-lisp/bytecomp.el: Change old backquote syntax.
1993         (byte-compile-const-symbol-p): New function.
1994         (byte-compile-constp, byte-compile-out-toplevel)
1995         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1996         Use it.
1998         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2000 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2002         * international/encoded-kb.el: Be sure to update minor-mode-alist
2003         and minor-mode-map-alist.
2004         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2005         codes SS2 and SS3 correctly.
2006         (encoded-kbd-self-insert-ccl): New function.
2007         (encoded-kbd-setup-keymap): New function.
2008         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2009         by calling encoded-kbd-setup-keymap.
2011         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2012         characters.
2013         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2014         locally.
2016 2000-02-22  Dave Love  <fx@gnu.org>
2018         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2019         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2020         defvar.
2021         (lisp-mode-syntax-table): Set up for #|...|# comments.
2022         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
2023         classes.  Match `defface'.
2024         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2025         (eval-defun-1): Fix for defcustom.
2026         (lisp-indent-region): Doc fix.
2028         * subr.el (when, unless, split-string): Doc fix.
2029         (read-passwd): Move call of clear-this-command-keys to the right
2030         place.
2031         (replace-regexps-in-string): New function.
2033 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
2035         * help.el (describe-variable): Set syntax table to
2036         emacs-lisp-mode-syntax-table when moving forward over the
2037         symbol's name.
2039 2000-02-22  Dave Love  <fx@gnu.org>
2041         * xt-mouse.el: Doc fixes.
2042         (xterm-mouse-position-function): New function, replacing advice of
2043         mouse-position.
2044         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
2046         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2048 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
2050         * format.el (format-annotate-single-property-change): Handle
2051         properties.with dotted-list values.
2052         (format-proper-list-p): New function.
2054         * enriched.el (enriched-face-ans): Handle '(foreground-color
2055         . COLOR) and (background-color . COLOR).
2057 2000-02-20  Dave Love  <fx@gnu.org>
2059         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2060         and assignments to it.
2061         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2062         current local map.
2063         (make-flyspell-overlay): Use it.
2064         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2066         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2067         (lm-get-header-re): Defun, not defsubst.
2068         (lm-get-package-name): Defun, not defsubst.  Simplify.
2069         (lm-version): Doc fix.  Simplify.
2070         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2071         (lm-crack-address, lm-last-modified-date, lm-commentary)
2072         (lm-verify, lm-synopsis): Simplify.
2073         (lm-report-bug): Require emacsbug.  Use compose-mail.
2075 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
2077         * dired.el (dired-mode): Call propertized-buffer-identification
2078         to set mode-line-buffer-identification to something having
2079         the right text properties.
2081         * bindings.el (propertized-buffer-identification): New function.
2083 2000-02-20  Dave Love  <fx@gnu.org>
2085         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2086         check for t-mouse too.
2088         * cus-start.el: Make echo-keystrokes `number'.
2090 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
2092         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2093         Don't call ring-empty-p unless tags-location-ring is bound.
2094         From Noah Friedman <friedman@splode.com>.
2096 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
2098         * progmodes/hideshow.el (hs-flag-region): No longer use
2099         `intangible' overlay property.
2101         (hs-toggle-hiding): New command.
2102         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2104         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2105         Fix omission bug: Run `hs-minor-mode-hook' for both activation
2106         and deactivation.
2108 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
2110         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2112 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2114         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2116         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2117         of `*' to handle `(* ... *)' comments.
2119 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
2121         * faces.el (list-faces-display): Use display-mouse-p instead of
2122         window-system.
2124         * menu-bar.el (global-map): Menu-bar items converted to the new
2125         format (menu-item..., rearranged for better CUA compliance, and
2126         their names changed for better clarity.  Help strings added.
2128         * international/mule-cmds.el (mule-menu-keymap)
2129         (describe-language-environment-map, set-coding-system-map)
2130         (setup-language-environment-map): Convert to new (menu-item...
2131         form, add help strings.  Change names of menu items for better
2132         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
2133         submenu).
2135 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
2137         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2138         within the code.
2140 2000-02-16  Dave Love  <fx@gnu.org>
2142         * faces.el: Don't require custom.  Add more specific :groups to
2143         various deffaces.
2144         (set-face-attribute): Purecopy args.
2145         (read-face-name): Default to name at point and use it in prompt.
2146         Remove colon from arg in all callers.
2147         (list-faces-display): Hyperlink to face descriptions and customize
2148         buffers.
2150 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
2152         * wid-edit.el (widget-match-inline): An atom never matches a
2153         list.
2155 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2157         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2158         at ':' characters by call to split-string.
2160 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2162         * textmodes/bibtex.el: Added RCS version identification.
2164 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2166         * textmodes/bibtex.el: Some temporary comments removed.
2167         (bibtex-field-name, bibtex-entry-type): Made the relationship
2168         explicit.
2169         (bibtex-field-const): Allow capital letters.
2170         (bibtex-start-of-string): Deleted because unused.
2172         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2173         use the term 'reference' to describe a bibtex entry as a whole.
2174         Further, reference keys are no longer called 'labels'.
2175         (bibtex-keys): Renamed to bibtex-reference-keys.
2176         (bibtex-reformat-previous-labels): Renamed to
2177         bibtex-reformat-previous-reference-keys.
2178         (bibtex-reference-type): Renamed to bibtex-entry-type.
2179         (bibtex-reference-head): Renamed to bibtex-entry-head.
2180         (bibtex-reference-maybe-empty-head): Renamed to
2181         bibtex-entry-maybe-empty-head.
2182         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2183         (bibtex-search-reference): Renamed to bibtex-search-entry.
2184         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2185         bibtex-enclosing-entry-maybe-empty-head.
2186         (bibtex-entry-field-alist, bibtex-entry-head,
2187         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2188         bibtex-map-entries, bibtex-search-entry,
2189         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2190         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2191         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2192         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2193         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2194         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2195         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2197 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2199         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2200         comment.
2201         (bibtex-format-field-delimiters): New function, functionality
2202         extracted from bibtex-format-entry.
2203         (bibtex-autokey-get-yearfield-digits): New function, functionality
2204         extracted from bibtex-autokey-get-yearfield.
2206         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2207         entries in order to avoid stack overflow in the regexp matcher if
2208         field contents become large.
2209         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2210         bibtex-field-string-part-not-braced,
2211         bibtex-field-string-part-no-inner-braces,
2212         bibtex-field-string-part-1-inner-brace,
2213         bibtex-field-string-part-2-inner-braces,
2214         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2215         bibtex-field-string-quoted, bibtex-field-string,
2216         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2217         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2218         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2219         as parsing is now performed by the following functions.
2220         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2221         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2222         bibtex-parse-field-string, bibtex-search-forward-field-string,
2223         bibtex-parse-association, bibtex-field-name-for-parsing,
2224         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2225         bibtex-search-forward-field, bibtex-search-backward-field,
2226         bibtex-start-of-field, bibtex-end-of-field,
2227         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2228         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2229         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2230         bibtex-parse-string, bibtex-search-forward-string,
2231         bibtex-search-backward-string, bibtex-start-of-string,
2232         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2233         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2234         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2235         entries.  Instead of reporting the results of the parsing by
2236         match-beginning or match-end, these functions return data structures
2237         that hold the corresponding positions.
2238         (bibtex-enclosing-field): Changed to also report field boundaries by
2239         return values rather than by match-beginning or match-end.  The
2240         following functions have been adapted to use the new parsing
2241         functions.
2242         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2243         bibtex-enclosing-field, bibtex-format-entry,
2244         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2245         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2246         bibtex-print-help-message, bibtex-end-of-entry,
2247         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2248         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2249         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2250         method for parsing.
2251         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2252         bibtex-map-entries, bibtex-flash-head,
2253         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2254         bibtex-autokey-change, bibtex-autokey-get-namefield,
2255         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2256         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2257         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2258         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2259         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2260         order to make the new binding of case-fold-search immediately
2261         visible.
2263 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2265         * textmodes/bibtex.el: Copyright notice is up to date.
2266         Added constant 'bibtex-maintainer-salutation.
2268         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2269         than make-temp-name, use match-string-no-properties and eliminate
2270         a quadratic behavior when building bibtex-strings.
2272         * bibtex.el (bibtex-reference-key): Accept string entries whose
2273         reference key contains upper case letters.
2275 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2277         * bibtex.el (bibtex-reference-head): Allow entries to start with
2278         a new line.
2280 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2282         * bibtex.el: Hiding of entry bodies is not longer provided by
2283         bibtex.el directly.  Instead the hideshow package can be used.
2284         Added a special bibtex entry to hs-special-modes-alist.
2285         (bibtex-hs-forward-sexp): Added for hideshow.el.
2287 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2289         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2290         at ':' characters by call to split-string.
2292 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2294         * textmodes/bibtex.el: Added RCS version identification.
2296 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2298         * textmodes/bibtex.el: Some temporary comments removed.
2299         (bibtex-field-name, bibtex-entry-type): Made the relationship
2300         explicit.
2301         (bibtex-field-const): Allow capital letters.
2302         (bibtex-start-of-string): Deleted because unused.
2304         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2305         use the term 'reference' to describe a bibtex entry as a whole.
2306         Further, reference keys are no longer called 'labels'.
2307         (bibtex-keys): Renamed to bibtex-reference-keys.
2308         (bibtex-reformat-previous-labels): Renamed to
2309         bibtex-reformat-previous-reference-keys.
2310         (bibtex-reference-type): Renamed to bibtex-entry-type.
2311         (bibtex-reference-head): Renamed to bibtex-entry-head.
2312         (bibtex-reference-maybe-empty-head): Renamed to
2313         bibtex-entry-maybe-empty-head.
2314         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2315         (bibtex-search-reference): Renamed to bibtex-search-entry.
2316         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2317         bibtex-enclosing-entry-maybe-empty-head.
2318         (bibtex-entry-field-alist, bibtex-entry-head,
2319         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2320         bibtex-map-entries, bibtex-search-entry,
2321         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2322         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2323         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2324         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2325         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2326         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2327         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2329 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2331         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2332         comment.
2333         (bibtex-format-field-delimiters): New function, functionality
2334         extracted from bibtex-format-entry.
2335         (bibtex-autokey-get-yearfield-digits): New function, functionality
2336         extracted from bibtex-autokey-get-yearfield.
2338         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2339         entries in order to avoid stack overflow in the regexp matcher if
2340         field contents become large.
2341         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2342         bibtex-field-string-part-not-braced,
2343         bibtex-field-string-part-no-inner-braces,
2344         bibtex-field-string-part-1-inner-brace,
2345         bibtex-field-string-part-2-inner-braces,
2346         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2347         bibtex-field-string-quoted, bibtex-field-string,
2348         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2349         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2350         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2351         as parsing is now performed by the following functions.
2352         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2353         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2354         bibtex-parse-field-string, bibtex-search-forward-field-string,
2355         bibtex-parse-association, bibtex-field-name-for-parsing,
2356         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2357         bibtex-search-forward-field, bibtex-search-backward-field,
2358         bibtex-start-of-field, bibtex-end-of-field,
2359         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2360         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2361         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2362         bibtex-parse-string, bibtex-search-forward-string,
2363         bibtex-search-backward-string, bibtex-start-of-string,
2364         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2365         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2366         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2367         entries.  Instead of reporting the results of the parsing by
2368         match-beginning or match-end, these functions return data structures
2369         that hold the corresponding positions.
2370         (bibtex-enclosing-field): Changed to also report field boundaries by
2371         return values rather than by match-beginning or match-end.  The
2372         following functions have been adapted to use the new parsing
2373         functions.
2374         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2375         bibtex-enclosing-field, bibtex-format-entry,
2376         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2377         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2378         bibtex-print-help-message, bibtex-end-of-entry,
2379         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2380         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2381         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2382         method for parsing.
2383         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2384         bibtex-map-entries, bibtex-flash-head,
2385         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2386         bibtex-autokey-change, bibtex-autokey-get-namefield,
2387         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2388         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2389         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2390         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2391         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2392         order to make the new binding of case-fold-search immediately
2393         visible.
2395 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2397         * textmodes/bibtex.el: Copyright notice is up to date.
2398         Added constant 'bibtex-maintainer-salutation.
2400         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2401         than make-temp-name, use match-string-no-properties and eliminate
2402         a quadratic behavior when building bibtex-strings.
2404         * bibtex.el (bibtex-reference-key): Accept string entries whose
2405         reference key contains upper case letters.
2407 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2409         * bibtex.el (bibtex-reference-head): Allow entries to start with
2410         a new line.
2412 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2414         * bibtex.el: Hiding of entry bodies is not longer provided by
2415         bibtex.el directly.  Instead the hideshow package can be used.
2416         Added a special bibtex entry to hs-special-modes-alist.
2417         (bibtex-hs-forward-sexp): Added for hideshow.el.
2419 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2421         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2422         proceedings entry type (for cross referencing). Thanks to Wagner
2423         Toledo Correa for the suggestion.
2425         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2427 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2429         * international/characters.el: Setup case table for Vietnamese.
2431 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2433         * uniquify.el (toplevel): Require CL at compile time.
2434         (uniquify-push): Removed.
2436         * shadowfile.el (shadow-when): Removed.
2438         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2439         (tempo-process-and-insert-string): Use dolist instead of
2440         tempo-dolist.
2442         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2443         regexp for paragraph-start.
2445         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2446         commas as well.
2448 2000-02-10  Dave Love  <fx@gnu.org>
2450         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2451         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2452         Deleted.
2453         (widget-specify-field, widget-specify-button): Don't use
2454         widget-mouse-help as help-echo property.
2455         (default): Use #'ignore for :validate and :mouse-down-action.
2456         (checkbox): Add help-echo.
2457         (widget-sexp-validate): Rewritten to clarify error messages.
2458         (character): Use char-valid-p in :match function.
2459         (widget-color-complete): Use facemenu-color-alist.
2460         (widget-color-action): Use facemenu-read-color.
2462         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
2463         set up `caar' &c that we now have.
2465 2000-02-09  Ray Blaak  <blaak@gnu.org>
2467         * delphi.el: Make resourcestring a declaration region, like const
2468         and var.
2470 2000-02-09  Dave Love  <fx@gnu.org>
2472         * bindings.el (mode-line-input-method-map): New variable.
2473         (mode-line-mule-info): Use it; fix last change.
2474         (mode-line-mode-menu): Move definition.
2475         (mode-line-mouse-sensitive-p): Deleted.
2476         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2477         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
2478         level.
2480         * startup.el (command-line-1): Don't call
2481         make-mode-line-mouse-sensitive.
2483 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2485         * mail/rmail.el (rmail-retry-failure): Use
2486         rmail-beginning-of-message before rmail-toggle-header, because the
2487         former toggles headers.
2489 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
2491         * diff-mode.el (diff-kill-junk): New interactive function.
2492         (diff-reverse-direction): Use delete-and-extract-region.
2493         (diff-post-command-hook): Restrict the area so that the hook also works
2494         outside of any diff hunk.  This is necessary for the minor-mode.
2495         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2496         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2498         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2499         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2500         so that it can be used more easily in <foo>-mode-hook.  Also make sure
2501         to avoid duplicate entries.
2502         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2503         (font-lock-remove-keywords): Just as was done for `add', allow it to
2504         work even if font-lock-mode is nil.  Also make sure we don't modify
2505         any pre-existing list by forcing a copy-sequence.  Finally rename
2506         `major-mode' to `mode'.
2507         (font-lock-fontify-syntactic-anchored-keywords)
2508         (font-lock-fontify-anchored-keywords)
2509         (font-lock-fontify-keywords-region): Use line-end-position.
2510         Don't make `font-lock-multiline' local (it's now done in
2511         font-lock-set-defaults).
2512         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
2513         move the `font-lock-fontified' creation to inside the `unless'.
2515 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2517         * term/w32-win.el (x-handle-args): Comment out call to message,
2518         which occurs before window system is initialized.
2520         * makefile.nt: Add support for recompiling lisp code.
2522 2000-02-04  Dave Love  <fx@gnu.org>
2524         * bindings.el (mode-line-mule-info): Fix/extend last change.
2526         * completion.el: Replace completion-dolist with dolist.
2528         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2529         dotimes.
2531 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2533         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2534         environment names before they go into the section regexp.
2536         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2537         char class in regexp.
2539         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2540         `case-fold-search' to nil.
2542         * progmodes/idlwave.el (idlwave-template): Respect
2543         `idlwave-abbrev-change-case'.
2544         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2545         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2546         idlwave-while): respect `idlwave-reserved-word-upcase'.
2547         (idlwave-rw-case): New function.
2548         (idlwave-statement-match): Fixed problem with assignment regexp.
2549         (idlwave-font-lock-keywords): Improved regexp for keyword
2550         parameters.
2551         (idlwave-surround): New argument LENGTH to support padding of
2552         operators longer than 1 char.
2554         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2555         idlwave-shell-expression-overlay.  Implemented printing of
2556         expressions on higher levels of the calling stack.
2557         (idlwave-shell-display-level-in-calling-stack): Restore stack
2558         level.
2559         (idlwave-retrieve-expression-from-level): New function.
2560         (idlwave-shell-last-calling-stack): Variable removed.
2561         (idlwave-shell-reset): Argument action reversed (`visible' to
2562         `hidden').  Also remove stop-line overlay.
2563         (idlwave-shell-calling-stack-routine): New variable.
2564         (idlwave-shell-parse-stack-and-display): Messages now display
2565         negative level numbers.
2566         (idlwave-shell-mode): Set `modeline-format'.
2567         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2568         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2569         21.
2570         (idlwave-shell-print-expression-function): New option.
2572         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2573         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2574         `tool-bar' instead of `toolbar'.
2576 2000-02-02  Dave Love  <fx@gnu.org>
2578         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2579         emacs-lisp-mode-hook.  Don't check for defalias being defined.
2581         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2582         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
2583         the new builtins directly.
2585         * whitespace.el (whitespace): Add :version to defgroup.
2587         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2588         Doc fix.
2590         * thingatpt.el (sexp-at-point, symbol-at-point)
2591         (number-at-point, list-at-point): Add autoload cookie.
2593         * recentf.el (recentf): Add :version to defgroup.
2595         * quickurl.el (quickurl): Add :version to defgroup.
2597         * elide-head.el (elide-head): Use point-marker more.
2599         * bs.el (bs): Add :version to defgroup.
2601         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2603         * progmodes/delphi.el (delphi): Add :version to defgroup.
2605 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
2607         * ange-ftp.el (ange-ftp-write-region): Handle case that
2608         succeeding process operation sets a different coding system.
2610         * calculator.el: New file.
2612 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2614         * frame.el (frames-on-display-list, framep-on-display): New
2615         functions.
2616         (display-mouse-p, display-popup-menus-p, display-graphic-p)
2617         (display-selections-p, display-screens, display-pixel-width)
2618         (display-pixel-height, display-mm-width, display-mm-height)
2619         (display-backing-store, display-save-under, display-planes)
2620         (display-color-cells, display-visual-class): New functions.
2622         * term/tty-colors.el (tty-color-gray-shades): New function.
2624         * faces.el (display-color-p): Use framep-on-display.
2625         (display-grayscale-p): New function.
2627 2000-01-31  Dave Love  <fx@gnu.org>
2629         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2630         (create-fontset-from-x-resource): Don't concat integers.
2632 2000-01-31  Inge Frick  <inge@nada.kth.se>
2634         * view.el: Some changes in documentation.  Removed some trailing
2635         whitespace. Changed some parameter names to agree with
2636         documentation.
2637         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2638         window is not deleted.  Modifies change 1998-04-26.
2640 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
2642         * windmove.el: New file.
2644         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2645         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2646         progmodes/ebnf-yac.el: Update copyright and license info.
2648         * jit-lock.el (jit-lock-function): Widen before calculating end
2649         position.
2650         (jit-lock-stealth-chunk-start): Rewritten.
2652         * info.el (Info-title-face-alist): Removed.
2653         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2654         faces.
2655         (Info-fontify-node): Use these faces.
2657 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
2659         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2660         (cl-macro-list1): Recognize `&allow-other-keys' instead of
2661         `&allow-other-keywords'.
2663         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2664         the list of directories scanned heuristically.
2666         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2667         exist.
2669 2000-01-30  Jason Rumney  <jasonr@gnu.org>
2671         * w32-fns.el: Define w32-tty-standard-colors.
2673         * startup.el (command-line): Use w32-tty-standard-colors when in
2674         w32 console mode.
2676 2000-01-30  Dave Love  <fx@gnu.org>
2678         * jka-compr.el (jka-compr-load): Fix up load-history.
2680         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2682         * emacs-lisp/cl-macs.el: Revert previous change.
2684 2000-01-29  Dave Love  <fx@gnu.org>
2686         * facemenu.el: Purecopy various strings.
2688         * timezone.el (timezone-fix-time): Window against 69 for two-digit
2689         years.  Deal with three-digit years.
2691         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2692         defconst, purecopy.
2693         (help-back-label): Purecopy it.
2695 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2697         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2698         variable. If non-nil, order the buffer list according to the
2699         currently selected frame.
2700         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2701         non-nil, pass the selected frame to function buffer-list.
2703 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2705         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2707 2000-01-28  Dave Love  <fx@gnu.org>
2709         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2711         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2712         Don't use lisp-indent-hook property.
2713         (cl-abs): Remove.
2715         * subr.el: Move out indent and edebug specs for when and unless.
2717         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2718         when, unless.
2720         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2721         unless, when.
2723 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
2725         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2726         `collecting' as synonym for `collect'.
2728         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2729         for the case it contains spaces.
2731         * simple.el (what-cursor-position): Change formatting of
2732         messages.
2734         * frame.el (delete-other-frames): New function.
2735         (toplevel): Bind it to C-x 5 1.
2737         * sort.el (sort-numeric-base): New option.
2738         (sort-numeric-fields): If number starts with `0' or `0[xX[',
2739         interpret it as octal or hexadecimal.  Use sort-numeric-base
2740         as default base.
2742         * progmodes/glasses.el: New file.
2744 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
2746         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2747         userids differently.
2749         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2750         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2751         progmodes/ebnf-yac.el: New files.
2753 2000-01-26  Dave Love  <fx@gnu.org>
2755         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2756         on a function with an empty body.  [From Eric Ludlam.]
2758 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
2760         * vc.el (vc-version-diff): Make sure file name is expanded.
2762 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
2764         * scroll-bar.el (scroll-bar-timer): Variable removed.
2765         (scroll-bar-toolkit-scroll): Don't use a timer.
2767 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
2769         * language/thai-util.el (thai-composition-function): Delete
2770         superfluous `a'.
2772 2000-01-24  Dave Love  <fx@gnu.org>
2774         * fortran.el (fortran-mode): Use beginning-of-defun-function,
2775         end-of-defun-function.
2777         * font-lock.el (turn-on-font-lock): Don't depend on window-system
2778         &c.
2780 2000-01-22  Jason Rumney  <jasonr@gnu.org>
2782         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2783         conflicts with new face support.
2785 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2787         * replace.el (query-replace): Rename last arg to DELIMITED.
2788         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2789         (query-replace-regexp): Likewise.
2791 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2793         * subr.el (with-syntax-table): Use make-symbol, not gensym.
2795         * emacs-lisp/lisp.el (beginning-of-defun-function):
2796         Variable renamed from beginning-of-defun.
2797         Do not call make-variable-buffer-local.
2798         (beginning-of-defun-raw): Use new variable name; doc fix.
2799         (beginning-of-defun): Doc fix.
2800         (end-of-defun-function): Variable renamed from end-of-defun.
2801         Do not call make-variable-buffer-local.
2802         (end-of-defun): Use new variable name; doc fix.
2804         * subr.el (dolist, dotimes): Copied from cl-macs.el
2805         and made to work.
2807         * mail/undigest.el (rmail-digest-end-regexps):
2808         Variable replaces rmail-digest-end-regexp.
2809         Allows multiple regexps for detecting the end line.
2810         (undigestify-rmail-message): Corresponding changes.
2812 2000-01-19  Dave Love  <fx@gnu.org>
2814         * files.el (user-init-file): Don't declare here -- is primitive.
2816         * startup.el (command-line): Check for compiled user-init-file and
2817         set to uncompiled version if necessary.
2819 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2821         * mail/undigest.el (rmail-digest-end-regexp): New user option.
2822         (undigestify-rmail-message): Use it.
2824         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2826 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
2828         * tmm.el (tmm-goto-completions): Adapt to prompt being part
2829         of mini-buffer.
2831 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
2833         * emacs-lisp/copyright.el (copyright-update): Removed the
2834         requirement for a trailing space from `copyright-regexp', to
2835         support copyrights with owner specified on a separate line..
2837         * align.el: New file.
2839         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2841         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2843 2000-01-13  Dave Love  <fx@gnu.org>
2845         * ph.el: Removed.  (Obsoleted by EUDC.)
2847 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2849         * net/eudc.el (toplevel): Remove autoloaded code installing
2850         menu with easymenu, because that causes build problems.
2852         * frame.el (frame-notice-user-settings): New variable.
2853         (frame-notice-user-settings): Don't modify frame parameters
2854         if called a second time.
2856 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2858         * frame.el (frame-notice-user-settings):
2859         Notice default-frame-parameters even for non-window frames.
2861 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2863         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2864         for Emacs.
2865         (eudc-bob-can-display-inline-images): Extend for Emacs.
2866         (eudc-bob-toggle-inline-display): Ditto.
2867         (eudc-bob-display-jpeg): Ditto.
2869 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
2871         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2872         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2873         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2875         * add-log.el (add-change-log-entry): Fix error trying an `(insert
2876         nil)'.
2878         * subdirs.el: Add `net' directory.
2880         * net: New directory.
2882         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2883         eval-last-sexp.  Don't bind debug-on-error here.
2884         (eval-last-sexp): New function.  Bind debug-on-error if
2885         eval-expression-debug-on-error is non-nil.
2886         (eval-defun-2, eval-defun): Likewise.
2888         * simple.el (eval-expression): Don't bind debug-on-error if
2889         eval-expression-debug-on-error is nil.  Detect changed
2890         debug-on-error, and propagate new value to global binding, if
2891         eval-expression-debug-on-error is non-nil,
2892         (eval-expression-debug-on-error): Change doc string.
2894 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2896         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2898         * emacs-lisp/lisp-mode.el (with-syntax-table):
2899         Set up lisp-indent-function property.
2901         * subr.el (with-syntax-table): Moved from simple.el.
2903         * simple.el (with-syntax-table): Moved to subr.el.
2905 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
2907         * tmm.el (tmm-shortcut): Delete region after prompt instead
2908         of erasing buffer.
2910         * textmodes/fill.el (fill-common-string-prefix): New function.
2911         (fill-context-prefix): Use the longest common prefix of first
2912         and second line fill prefix, if there is one.
2914 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2916         * array.el (array-mode): Don't use make-variable-buffer-local.
2917         Use make-local-variable for `truncate-lines'.
2919 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
2921         * add-log.el (add-log-current-defun): Handle user-defined
2922         add-log-current-function returning nil,
2924         * add-log.el (add-change-log-entry): Insert version number
2925         if having found a current function
2927         * add-log.el (add-log-current-defun): Call
2928         `add-log-current-defun-function'.  Try matches at level 0 and
2929         level 1.  Strip whitespace from defun found.
2931 2000-01-10  John Wiegley  <johnw@gnu.org>
2933         * allout.el (isearch-done/outline-provisions): Added `edit'
2934         argument to correspond with the current definition of
2935         `isearch-done'.
2937 2000-01-10  Dave Love  <fx@gnu.org>
2939         * elide-head.el (elide-head): Use point-marker, not point.
2941 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
2943         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2944         before and after the year 2000.
2946         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2947         Add ispell- prefix.
2949 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
2951         * ispell.el:  Only define dictionaries in menus when they exist.
2952         (version18p): New variable.
2953         (version20p): New variable.
2954         (xemacsp): New variable.
2955         (ispell-choices-win-default-height): Fix for XEmacs visibility.
2956         (ispell-dictionary-alist1): Added Brasileiro dictionary.
2957         (ispell-dictionary-alist6): Russian command lines no longer accept
2958         run-together words.
2959         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2960         (ispell-dictionary-alist): Add koi8-r to customize definition.
2961         (check-ispell-version): Added documentation string.  Returns
2962         library path when called non-interactively.
2963         (ispell-menu-map-needed): Uses new variables.
2964         (ispell-library-path): New variable.
2965         (ispell-decode-string): XEmacs fix for bogus variable bindings.
2966         (ispell-word): Improved documentation string.  Test for valid
2967         character mappings.  Correctly check typed in word changes that can
2968         result in single words split into multiple words.  Returns
2969         replacement word.
2970         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
2971         replace in recursive query replace mode.  Help message for
2972         recursive edit mode.
2973         (ispell-show-choices): Protect against bad framepop bindings.
2974         (ispell-help): Fix to work with XEmacs.
2975         (ispell-highlight-spelling-error): Use new variables.
2976         (ispell-overlay-window): Fix to work with XEmacs.
2977         (ispell-parse-output): Passed and returns location information
2978         tracking spelling corrections.  Doesn't recheck same word on
2979         current line.
2980         (ispell-init-process): Protect against bogus XEmacs variable binding.
2981         Fix call to single argument in sleep-for.  Use new variables.
2982         (ispell-region): Passed and returns location information tracking
2983         spelling corrections.  Doesn't check same word on current line.
2984         Improved documentation string.  Doesn't resend a line already
2985         checked to the ispell process - fixes bug in LaTeX parsing.
2986         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2987         (ispell-skip-region): No longer skips <TT> in SGML.
2988         (ispell-process-line): Tracks location information with spelling
2989         corrections.  Added documentation string.  Accounts for words
2990         already accepted on this line.  Don't allow query-replace on line
2991         starting with math characters.  Doesn't resend a line already sent
2992         to ispell process.  Fixes alignment error bug.
2994 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2996         * dired-x.el (dired-guess-shell-alist-default):
2997         Suggest xloadimage, which is free, not xv, which isn't.
2999         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3000         Don't ever include the host name or user name in the value.
3002 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3004         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3005         of a real newline.
3007 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3009         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3010         for .png files.
3012 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3014         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3016 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3018         * progmodes/cperl-mode.el: Replace ^F with ^L.
3020         * sendmail.el (toplevel): Provide `sendmail' when compiling
3021         before `require'ing rmail and mailalias to prevent infinite
3022         recursion.
3024 2000-01-08  Dave Love  <fx@gnu.org>
3026         * emacs-lisp/backquote.el: Remove inappropriate customization
3027         (allowing custom.el to use backquote).
3029 2000-01-07  Dave Love  <fx@gnu.org>
3031         * add-log.el (add-log-debugging): Deleted.
3032         (add-change-log-entry): Treat a backup FILE-NAME as its parent
3033         file.  Remove debugging code.
3034         (change-log-get-method-definition, change-log-name): Add doc.
3035         (change-log-sortable-date-at): New function.
3036         (change-log-merge): New command.
3038         * time.el (display-time-string-forms): Make the Mail string active.
3039         (display-time-update): Provide help-echo for load average.
3041         * bindings.el (make-mode-line-mouse2-map): New function.
3042         (mode-line-modified): Use it and simplify.
3043         (mode-line-mule-info): Provide help-echo info.
3044         (minor-mode-alist): Activate the strings.
3045         (make-mode-line-mouse-sensitive): Simplify for
3046         mode-line-buffer-identification.
3048 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
3050         * play/pong.el: New file.
3052 2000-01-06  Dave Love  <fx@gnu.org>
3054         * array.el: Assorted cleanups for compiler warnings, doc strings,
3055         `array-' prefix for symbols.
3057 2000-01-05  Dave Love  <fx@gnu.org>
3059         * textmodes/outline.el (outline-mode-menu-bar-map): Add
3060         outline-headers-as-kill.
3061         (outline-mode): Define imenu-generic-expression.
3062         (outline-headers-as-kill): New command.
3064         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3065         from paragraph-start.
3066         (paragraph-indent-minor-mode): New command.
3068         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3069         M-C-e, M-C-h, C-j, C-xnd, TAB.
3070         (fortran-mode): Set beginning-of-defun, end-of-defun.
3071         (fortran-column-ruler): Simplify.
3072         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3073         (fortran-with-subprogram-narrowing): Likewise.
3074         (fortran-indent-subprogram): Call mark-defun.
3075         (fortran-check-for-matching-do): Change narrowing.
3077         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3078         (cl-lucid-hash-tag): Delete.
3079         (cl-hash-table-p): Correct test for native table.
3080         (cl-hash-table-count): Use hash-table-count.
3082         * browse-url.el (browse-url): Fix case of
3083         browse-url-browser-function being an alist.
3085 2000-01-05  Carsten Dominik  <cd@gnu.org>
3087         * textmodes/reftex-vars.el (reftex-parse-file-extension)
3088         (reftex-index-phrase-file-extension): New options.
3090         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3091         Use new option `reftex-index-phrase-file-extension'.
3093         * textmodes/reftex.el (reftex-access-parse-file): Use new option
3094         `reftex-parse-file-extension'.
3096 2000-01-05  Dave Love  <fx@gnu.org>
3098         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3099         (beginning-of-defun-raw): Use it.
3100         (end-of-defun): New variable.
3101         (end-of-defun): Use it.
3102         (check-parens): New command.
3104 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3106         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3107         (hs-show-block): Don't use `mapcar' when not accumulating.
3109         Fix buglet in local variables initialization.
3111 2000-01-05  Andreas Schwab  <schwab@suse.de>
3113         * hscroll.el (hscroll): Doc fix.
3115 2000-01-05  Carsten Dominik  <cd@gnu.org>
3117         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3118         idlw-toolbar.
3120         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3121         file idlw-rinfo.el.
3122         (idlwave-customize): load must read file idlw-shell.el.
3123         (idlwave-create-customize-menu): load must read file idlw-shell.el.
3125 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
3127         * progmodes/idlw-shell.el: Also provide idlwave-shell
3128         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3129         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3131         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3132         both reftex-dcr and reftex-vcr.
3134         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3136 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3138         * ps-print.el: PostScript code now is in separate files, doc fix.
3139         (ps-print-version): New version number (5.0.3).
3140         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3141         local.
3142         (ps-spool-config): Initialization fix.
3143         (ps-print-prologue-1, ps-print-prologue-2)
3144         (ps-print-duplex-feature): PostScript code moved to separated file.
3145         (ps-background-image): Little code reformating.
3146         (ps-begin-file, ps-begin-job): Fix code.
3147         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3148         (ps-prologue-file): New fun.
3150 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3152         * ps-vars.el: Eliminated.
3154         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3155         `;;;###autoload'.
3157         * ps-print.el: ps-vars eliminated, doc fix.
3158         (ps-print-version): New version number (5.0.2).
3159         (ps-spool-config): Initialization fix.
3160         (ps-print-customize): New fun.
3162 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
3164         * autorevert.el (auto-revert-mode): Return value of
3165         auto-revert-mode.
3167 2000-01-04  Dave Love  <fx@gnu.org>
3169         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3170         menu items.
3172 2000-01-03  Dave Love  <fx@gnu.org>
3174         * elide-head.el (elide-head) [defgroup]: Add :version.
3176         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3177         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3178         `cl-hash-table-p', not `hash-table-p'.
3179         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3181 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3183         * faces.el (face-read-integer, read-face-attribute)
3184         (color-defined-p, color-values): unspecified-{f,b}g are now
3185         strings.
3187 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
3189         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3190         at comment end, and re-insert them after filling.
3192 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3194         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3195         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3196         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3198 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3200         * term/x-win.el (xw-defined-colors): Call color-supported-p,
3201         the new name of face-color-supported-p.
3203         * term/w32-win.el (xw-defined-colors): Likewise.
3205 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3207         * simple.el (completion-setup-function): Count completion-size
3208         from minibuffer-prompt-end, not from point-min.
3210 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3212         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3213         Pass the frame to tty-color-* functions.
3214         (display-color-p, frame-set-background-mode): Pass the frame to
3215         tty-display-color-p.
3217         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3218         tty-color-alist.
3219         (tty-color-alist, tty-modify-color-alist): New functions.
3220         (tty-color-define,  tty-color-clear, tty-color-approximate)
3221         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3222         an optional parameter FRAME.
3224 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3226         * image.el (create-image, defimage): Don't assume image data is a
3227         string.
3229         * image.el (defimage): Handle specifications containing :data
3230         instead of :file.
3231         (image-type-from-data): New function.
3232         (image-type-from-file-header): Use it.
3233         (create-image): Add parameter DATA-P.
3235 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3237         * echistory.el (electric-command-history): Call Command-history-setup
3238         and command-history-mode using their new conventions.
3240         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3241         no args, and do not set major-mode, mode-name or the local map.
3242         (command-history-mode): New function, does some of those things
3243         Command-history-setup used to do.
3244         (list-command-history): Call command-history-mode, not
3245         Command-history-setup.
3246         (command-history): Renamed from command-history-mode.
3248 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3250         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3252 1999-12-31  William M. Perry  <wmperry@aventail.com>
3254         * image.el (defimage): Images with the `:data' keyword should be
3255         considered valid as well.
3257 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3259         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3260         with FILE if FILE is nil.
3262 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3264         * simple.el (choose-completion-string): In minibuffer,
3265         do not delete the prompt string.
3267 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3269         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3270         assigned to mode-line-mode-menu because bindings.el is dumped with
3271         Emacs, and thus the lists used for menu-item definition will be
3272         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3273         like pure menu item definitions.
3275         * expand.el (expand-abbrev-hook): Return t if expansion was
3276         done, nil otherwise.
3278 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3280         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3281         (tar-quit): Function deleted.
3283 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3285         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3286         was used but not declared.
3288         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3289         hs-find-block-beginning): Add or modify docstrings.
3291         (hs-isearch-show): Rewrite.
3293 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3295         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3297         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3298         space in front of a C-style comment end.
3300 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3302         * startup.el (command-line-1): Make mode line mouse-sensitive for
3303         the MS-DOS version as well.
3305 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3307         * bs.el: New file.
3309 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3311         * textmodes/ispell.el (ispell-process-line):
3312         Add local var line-offset to adjust for the change
3313         in positions within the line, due to previous replacements.
3315 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3317         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3318         Doc fixes.
3320 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3322         * add-log.el (change-log-version-number-regexp-list)
3323         (change-log-version-info-enabled): Change :version to 21.1.
3324         (toplevel): Require CL when compiling.
3326 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3328         * add-log.el (change-log-version-number-regexp-list): Added tag
3329         :version 20.6
3330         (change-log-version-info-enabled): Added tag :version 20.6
3332 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3334         * add-log.el: More general version number search with
3335         user-configurable regexp list.
3336         (change-log-version-number-regexp-list): New user variable.
3337         (change-log-find-version): Rewritten.  Use user-configurable
3338         version numbering regexp list
3339         change-log-version-number-regexp-list.
3340         (change-log-find-version): Renamed to
3341         change-log-version-number-search
3342         (add-log-file-name-function): New.
3343         (change-log-search-vc-number): Added END paramaeter.  Added doc
3344         string to function.
3345         (change-log-version-rcs): Renamed.  Was
3346         change-log-search-vc-number.
3348 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3350         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3351         overlays if they interfere.
3352         (compilation-find-file): Make intangible overlays tangible.
3354         * progmodes/hideshow.el: Generally, synch w/ maintainer
3355         version 5.9.
3357         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3359         (hs-minor-mode-hook): Don't initialize.
3361         (hs-special-modes-alist): Rewrite value and docstring.
3363         (hs-minor-mode-prefix): Delete unused var.
3365         (hs-block-start-mdata-select): New var, buffer local.
3367         (hs-headline): New var.
3369         (hs-match-data, hs-forward-sexp): New funcs.
3371         (hs-hide-comment-region): New func.
3373         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3374         hs-safety-is-job-n, hs-hide-initial-comment-block,
3375         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3376         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3377         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3378         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3379         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3381         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3382         (hs-isearch-show-temporary): New funcs.
3384         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3386         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3388         When constructing menu, use `[(shift button2)]' notation.
3390 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3392         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3393         (jka-compr-compression-info-list): Add new elt to each vector.
3394         (jka-compr-write-region): Don't compress the data if it is
3395         already compressed.
3397         * jka-compr.el (jka-compr-really-do-compress): New variable.
3398         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3399         if visiting.
3400         (jka-compr-write-region): Set jka-compr-really-do-compress
3401         if visiting.  Test it when deciding to compress.
3403 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3405         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3406         with third argument t.
3408 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3410         * antlr-mode.el: Version 1.2 is released.
3411         (antlr): This package has a web page.
3413 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3415         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3416         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3417         (antlr-mode-map): New binding [C-c C-c].
3418         (antlr-mode-menu): New entries.
3420 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3422         * antlr-mode.el: Respect Emacs conventions.
3423         ((require 'cl)): Only use during compilation.
3424         (antlr-language-for-option): New function to avoid using `find'.
3425         (antlr-mode): Use it.
3426         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3427         (antlr-imenu-create-index-function): Change accordingly.
3428         (antlr-inside-rule-p): Ditto.
3429         (antlr-end-of-rule): Ditto.
3430         (antlr-end-of-body): Ditto.
3431         (antlr-beginning-of-rule): Ditto.
3432         (antlr-indent-line): Ditto.
3434 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3436         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3437         (antlr-set-tabs): Don't use hard-coded values.
3439         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3440         won't be possible without a huge time penalty.
3441         (antlr-skip-exception-part): Be more specific.
3442         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3443         Renamed from `antlr-skip-grammar-header'.
3444         (antlr-next-rule): Change accordingly.
3445         (antlr-end-of-body): Ditto.  Better error message.
3446         (antlr-beginning-of-body): Better error message.
3447         (antlr-imenu-create-index-function): Skip rule action prelude.
3449         * antlr-mode.el: Minor syntax highlighting changes.
3450         (antlr-font-lock-default-face): Deletia.
3451         (antlr-font-lock-tokendef-face): Changed color.
3452         (antlr-font-lock-tokenref-face): Changed color.
3453         (antlr-font-lock-literal-face): Changed color.
3454         (antlr-font-lock-additional-keywords): Minor changes.
3456 1999-12-20  Carsten Dominik  <cd@gnu.org>
3458         * progmodes/idlwave.el: New file.
3460         * progmodes/idlwave-rinfo.el: New file.
3462         * progmodes/idlwave-shell.el: New file.
3464         * progmodes/idlwave-toolbar.el: New file.
3466         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3468 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
3470         * progmodes/cwarn.el: New file.
3472 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3474         * bindings.el (completion-ignored-extensions): Add .pdf.
3476 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3478         * version.el: Put the version info into binary on MS-DOS as well.
3480 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3482         * emacs-lisp/debug.el (debugger-continue): Don't continue if
3483         debugger-may-continue is nil.
3485 1999-12-18  Dave Love  <fx@gnu.org>
3487         * emacs-lisp/cl-macs.el: Remove conditional definition of
3488         eval-when-compile.  Don't specify abs, expt, gethash,
3489         hash-table-count, hash-table-p as side-effect-free here.
3490         (cl-emacs-type): Don't declare.
3491         (cl-compile-time-init): Remove Emacs 18 compiler patch.
3492         (cl-parse-loop-clause): Remove compatibility code.
3494         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3495         (side-effect-free-fns): Add gethash, hash-table-count.
3496         (side-effect-and-error-free-fns): Add hash-table-p.
3498         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
3499         `cl-' to autoload names for some hash functions.  Don't autoload
3500         eval-when-compile.  Don't provide mini-cl.
3501         (cl-emacs-type): Remove.
3502         (cl-map-extents): Remove compatibility code.
3504         * emacs-lisp/float.el: Bind free variables.
3506         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3508 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3510         * bindings.el (completion-ignored-extensions): Add .tfm.
3512 1999-12-16  Dave Love  <fx@gnu.org>
3514         * faces.el (set-face-attribute): Purecopy the attributes set.
3516         * custom.el (custom-declare-variable): Purecopy value.
3518         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3519         (byte-extrude-byte-code-vectors): Use remprop.
3520         (byte-compile-lambda): Check that arg is a lambda.
3522 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
3524         * font-lock.el: System for adding and removing keywords.
3525         Both local (previously added keyword) and global keywords
3526         can be removed.
3527         (font-lock-remove-keywords): New user-level function.
3528         (font-lock-update-removed-keyword-alist): New internal function.
3529         (font-lock-removed-keywords-alist): New variable.
3530         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3531         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3532         growing datastructures.
3533         (font-lock-set-defaults): Removes keywords stored in
3534         `font-lock-removed-keywords-alist' after local keywords added.
3536 1999-12-16  Anders Lindgren  <andersl@andersl.com>
3538         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3539         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3541         * font-lock.el (c-keywords): Only highlight preprocessor
3542         directives when spelled correctly.
3544         * font-lock.el (font-lock-match-c++-structor-declaration,
3545         c++-keywords): Fontify constructors and destructors with function
3546         face inside C++ class declarations.
3548 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3550         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3551         the shell from sh-shell-file.
3553         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3555 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3557         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3558         if one of the files specified cannot be accessed by
3559         file-attributes.  Do not strip any leading directories from the
3560         file names, to behave more like `ls' does.
3562         * dired.el (dired-get-filename): Handle absolute file names.
3563         (dired-readin-insert): If argument is a cons, don't print
3564         "wildcard" on the ``total'' line.
3566 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3568         * faces.el (face-read-integer, read-face-attribute)
3569         (color-defined-p, color-values): Allow color values unspecified-fg
3570         and unspecified-bg, handle them as unspecified.
3572 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
3574         * textmodes/reftex.el: (reftex-compile-variables): respect new
3575         structure of `reftex-index-macro'
3576         (reftex-compile-variables): Use the changed structure of
3577         `reftex-label-alist'.
3579         * textmodes/reftex-vars.el (reftex-index-math-format,
3580         (reftex-toc-max-level): New option.
3581         reftex-index-phrases-search-whole-words,
3582         reftex-index-phrases-case-fold-search,
3583         reftex-index-phrases-skip-indexed-matches,
3584         reftex-index-phrases-wrap-long-lines,
3585         reftex-index-phrases-sort-prefers-entry,
3586         reftex-index-phrases-sort-in-blocks): New options.
3587         (reftex-index-macros): Option structure changed.
3588         (reftex-index-macros-builtin): Added `repeat' item to each entry.
3589         (reftex-label-alist): Additional item in each entry to specify if
3590         the environment should be listed in the TOC.
3591         (eval-when-compile (require 'cl)) added.
3593         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3594         longer deals with "repeat".
3595         (reftex-index): "repeat property in `reftex-index-macro-alist' is
3596         now used.
3597         (reftex-index-phrases-comment-regexp,
3598         reftex-index-phrases-macrodef-regexp,
3599         reftex-index-phrases-phrase-regexp1,
3600         reftex-index-phrases-phrase-regexp2,
3601         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3602         New constants.
3603         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3604         reftex-index-phrases-font-lock-keywords,
3605         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3606         reftex-index-phrases-restrict-file): New variables.
3607         (reftex-index-phrase-selection-or-word,
3608         reftex-index-visit-phrases-buffer,
3609         reftex-index-initialize-phrases-buffer,
3610         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3611         reftex-index-next-phrase, reftex-index-this-phrase,
3612         reftex-index-all-phrases, reftex-index-region-phrases,
3613         reftex-index-phrases-parse-header,
3614         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3615         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3616         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3617         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3618         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3619         reftex-index-make-replace-string,
3620         reftex-query-index-phrase-globally, reftex-query-index-phrase,
3621         reftex-index-phrase-match-is-indexed,
3622         reftex-index-phrases-fixup-line,
3623         reftex-index-phrases-replace-space,
3624         reftex-index-select-phrases-macro): New functions.
3625         (reftex-index-globalize, reftex-index-globally): functions removed
3626         (eval-when-compile (require 'cl)) added.
3628          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3629          for max level.
3630          (reftex-toc-max-level-indicator): New variable.
3631          (reftex-toc-max-level): New command.
3632          (reftex-toc-map): New keybinding `t'.
3633          (reftex-toc-help): Constant updated.
3634          (eval-when-compile (require 'cl)) added.
3636          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3637          `t' command key can change `reftex-toc-max-level'
3638          (eval-when-compile (require 'cl)) added.
3640          * textmode/reftex-sel (reftex-insert-docstruct): Respect
3641          `reftex-toc-max-level'
3642          (eval-when-compile (require 'cl)) added.
3644          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3645          added.
3647          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3648          added.
3650          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3651          commands.
3652          (reftex-citation, reftex-do-citation,
3653          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3654          preselect a citation format.
3655          (eval-when-compile (require 'cl)) added.
3657          * textmodes/reftex-parse.el (reftex-context-substring): Optional
3658          parameter to-end
3659          (reftex-section-info): Deal with environment matches.
3660          (eval-when-compile (require 'cl)) added.
3662          * reftex-global.el (eval-when-compile (require 'cl)) added.
3664 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
3666         The following changes are for the new composition mechanism.  We
3667         have deleted `composition' charset and composite characters,
3668         instead introduced a special text property `composition'.
3670         * composite.el: New file.
3672         * ps-mule.el: Define encode-composition-rule and find-composition
3673         for Emacs 20.4 and the earlier versions.
3674         (ps-mule-init-external-library): Just require a feature for
3675         external libraries.
3676         (ps-mule-prologue): Postscript code modified for new composition.
3677         (ps-mule-find-wrappoint): New arg COMPOSITION.
3678         (ps-mule-plot-string): Delete code for composite characaters.
3679         (ps-mule-plot-composition): New funcion.
3680         (ps-mule-prepare-font-for-components): New function.
3681         (ps-mule-plot-components): New function.
3682         (ps-mule-composition-prologue-generated): Renamed from
3683         ps-mule-cmpchar-prologue-generated.
3684         (ps-mule-composition-prologue): New named from
3685         ps-mule-cmpchar-prologue.  Modified for new composition.
3686         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3687         ps-mule-prepare-cmpchar-font): Deleted.
3688         (ps-mule-string-encoding): New arg NO-SETFONT.
3689         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3690         check Composing, not Cmpchar
3691         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3692         to nil.
3693         (ps-mule-begin-job): Check existence of new composition.
3695         * ps-print.el (ps-plot-region): Handle new composition.
3697         * simple.el (what-cursor-position): Show "(composed)" if the
3698         character is composed.
3700         * international/characters.el: Fix cateogries of Lao symbols.
3702         * international/fontset.el (vertical-centering-font-regexp): New
3703         variable.
3705         * international/mule.el (mule-version): Updated to 5.0 (AOI).
3706         (mule-version-date): Updated to 1999.12.7.
3707         (with-category-table): New macro.
3709         * international/mule-cmds.el (encode-coding-char): Don't check
3710         composite character.
3712         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3713         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3714         x-ctext): Give `composition' property t.
3716         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3717         non-nil) at the tail of ALIST.
3718         (compose-region, decompose-region, decompse-string,
3719         reference-point-alist, compose-chars): Moved to composite.el.
3720         (compose-chars-component, compose-chars-rule,
3721         decompose-composite-char): Deleted.
3723         * international/quail.el (quail-install-map): New optional arg
3724         NAME.
3725         (quail-get-translation): If DEF is a symbol but not a function,
3726         ignore it.
3727         (quail-start-translation): Put a key sequence undefined in the
3728         translation keymap in unread-command-events, not generated-events.
3729         Return parameterized event (compose-last-chars N) if the input
3730         characters should be composed.
3731         (quail-map-definition): If DEF is t, treat it as nil.
3732         (quail-delete-last-char): Delete the quail region.
3733         (quail-show-translations): Don't show list of translations if the
3734         quail package is deterministic.
3735         (quail-completion-max-depth): New variable.
3736         (quail-completion-1): Pay attention to the above variable.  Fix
3737         for the case that a translation is a function.
3738         (quail-map-from-table, quail-map-from-table-1,
3739         quail-map-from-table-2): New functions.
3740         (quail-lookup-map-and-concat): New function
3742         * language/devan-util.el: Mostly rewritten.
3744         * language/lao.el: Register lao-composition-function in
3745         composition-function-table.
3747         * language/lao-util.el: Mostly rewritten.
3749         * language/thai.el: Register thai-composition-function in
3750         composition-function-table.
3751         (thai-tis620): Delete `pre-write-conversion' property.
3753         * language/thai-util.el: (thai-category-table): Make it by
3754         make-category-table.
3755         (thai-composition-pattern): New variable.
3756         (thai-compose-region, thai-compose-string): Use
3757         with-category-table.
3758         (thai-post-read-conversion): Just call thai-compose-region.
3759         (thai-pre-write-conversion): Deleted.
3760         (thai-composition-function): New funciton.
3762         * language/tibet-util.el: Most functions rewritten.
3763         (tibetan-char-p): Renamed from tibetan-char-examin.
3764         (tibetan-composable-examin) (tibetan-complete-char-examin)
3765         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3766         (tibetan-add-components): New function.
3767         (tibetan-composition-function): New function.
3769         * language/tibetan.el: Register tibetan-composition-function in
3770         composition-function-table.
3771         (tibetan-composable-pattern): New variable.
3772         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3773         (tibetan-precomposition-rule-alist): Move punctuations to
3774         tibetan-punctuation-transcription-alist and
3775         tibetan-obsolete-glyphs.
3776         (tibetan-punctuation-transcription-alist): New variable.
3777         (tibetan-obsolete-glyphs): New variable.
3778         (tibetan-regexp): Improve the initialization code.
3780         * textmodes/fill.el (fill-find-break-point): Delete codes for
3781         composite characters.
3782         (fill-region-as-paragraph): Likewise.
3784 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
3786         * international/mule-cmds.el (default-input-method): Specify
3787         that it should be set after current-language-environment.
3789         * custom.el (custom-handle-keyword): Add :set-after.
3790         (custom-add-dependencies): New function.
3791         (custom-set-variables): Take dependencies between args into
3792         account.
3794         * battery.el (battery): Doc fix.
3796 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3798         * progmodes/cc-make.el: Removed.
3800 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3802         * Release of cc-mode 5.26
3804 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3806         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3807         target depth.  Optionally count #else lines as clause limits,
3808         as suggested by don provan <provan@lucent.com>.  #elif
3809         handling fixed.
3811         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3812         (c-down-conditional-with-else): New commands that uses the
3813         added functionality in `c-forward-conditional'.
3815 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3817         * cc-align.el (c-lineup-comment): Preserve the alignment with
3818         a comment on the previous line instead of preserving the
3819         comment-column.
3821 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3823         * Fixes to IDL mode after input from Eric Eide
3824         <eeide@cs.utah.edu>:
3825         * cc-engine.el (c-beginning-of-statement-1): Allow
3826         `c-conditional-key' to be nil, for the benefit of IDL mode.
3827         * cc-engine.el (c-guess-basic-syntax): Ditto.
3828         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
3829         but do match CORBA 2.3 `valuetype'.
3830         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
3831         for IDL.
3832         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
3833         be nil for IDL.
3834         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3835         Like C++.
3836         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
3837         set `c-method-key' and `c-baseclass-key' to nil.
3839 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3841         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3842         with nonhanging open braces.
3844 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3846         * cc-align.el: Added docstrings to all lineup functions.
3848         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3849         keyword.
3851         * cc-align.el (c-lineup-C-comments): Handle free form text
3852         comments.  Use c-comment-prefix-regexp and comment-start-skip
3853         instead of hardcoded regexps.
3855 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3857         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3858         behavior and return value as documented.
3860 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3862         * Changes for new style variable init system:
3863         * cc-langs.el (c-common-init): Dito.
3864         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3865         now customizable.
3866         * cc-vars.el: Style variables may now take a value
3867         'set-from-style to make them take their value from the style
3868         system. This value is now the default on all these variables.
3869         * cc-vars.el (c-valid-offset): New function to verify a
3870         syntactic symbol offset setting.
3871         * cc-vars.el (c-offsets-alist): Variable moved from
3872         cc-styles.el since it's now customizable in a similar way to
3873         the other style variables.
3874         * cc-vars.el (c-old-style-variable-behavior): New variable to
3875         revert to the old style init behavior.
3877         * cc-vars.el (c-file-style, c-file-offsets): Made always
3878         buffer local.
3880         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3881         the throws clause that might follow the function prototype in
3882         C++.
3884 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3886         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3887         could move forward for macros that doesn't start in column 0.
3889 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3891         * cc-align.el (c-indent-multi-line-block,
3892         c-lineup-whitesmith-in-block): Two new lineup functions for
3893         use in whitesmith style.
3895         * cc-styles.el (c-style-alist): More fixes to whitesmith
3896         style.  It should now handle all different braces uniformly in
3897         both hanging and non-hanging cases.
3899 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3901         * cc-cmds.el (c-indent-exp): Use a marker to save point to
3902         make it stay in the same position relative to the surrounding
3903         text.
3905         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3906         when adaptive-fill-mode doesn't manage to get it correct.
3908         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3909         with dotted notation, e.g. foo.bar.Gnu.
3911         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3912         within unwind-protect (previously only some were wrapped so it
3913         would be possible to register mode initialization when full
3914         initialization did not finish).
3916         * cc-styles.el (c-style-alist): Corrected the brace placement
3917         in the whitesmith style.  Thanks to Sean Luke
3918         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
3919         styles with consistent brace placement for all constructs.
3921 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3923         * cc-cmds.el (c-context-line-break): Continue C++ comments too
3924         when point is in the middle of them.
3926         * cc-cmds.el: Line breaking and paragraph filling code
3927         rewritten:
3928         (c-guess-fill-prefix): New function that uses various
3929         heuristics to guess the comment prefix.
3930         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3931         It now assumes adaptive filling is active to preserve the line
3932         prefix inside comments.
3933         (c-indent-new-comment-line): Replacement for the now
3934         obsolete `c-comment-line-break-function' that uses
3935         `c-guess-fill-prefix' when appropriate.  It now observes the
3936         setting of `comment-multi-line', which has effect in C-style
3937         block comments.
3939         * cc-cmds.el (c-context-line-break): New function intended to
3940         be put on RET.  It's essentially `newline-and-indent', but
3941         continues C block comments with the appropriate line prefix.
3943         * cc-cmds.el (c-do-auto-fill): New function put on
3944         `normal-auto-fill-function' to implement the
3945         `c-ignore-auto-fill' variable.
3947         * cc-cmds.el (c-beginning-of-statement): Use
3948         `c-comment-prefix-regexp' to avoid ending up inside the
3949         comment prefix.  Better handling of comment starters and
3950         enders. Catch comments better when traversing code.  Stop at
3951         preprocessor directives.
3953         * cc-defs.el (c-forward-comment): New subst to hide platform
3954         dependent quirks in `forward-comment'.
3956         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3957         argument.
3958         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3959         arguments. Activate this function by default when
3960         `parse-partial-sexp' supports it (currently Emacs 20.x).
3962         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3963         on the comment opener to make constants usable as lineup
3964         arguments.
3966         * cc-align.el (c-lineup-C-comments): Fixes to handle the
3967         changed anchor position in the `c' syntactic symbol.  Handle
3968         more than stars in the comment prefix; use the new variable
3969         `c-comment-prefix-regexp'.  Don't indent text not preceded by
3970         a comment prefix to the right of the comment opener if it's
3971         long.
3973         * cc-langs.el: Fixes to mode initialization for new line
3974         breaking and paragraph filling method.  Adaptive fill mode is
3975         now activated at startup instead of deactivated.  The
3976         variables used for adaptive filling and paragraph movement are
3977         also changed to incorporate the value of
3978         `c-comment-prefix-regexp'.  `substitute-key-definition' is
3979         used to override some functions in the global map instead of
3980         overriding their default bindings.
3982         * cc-mode.el (java-mode): Modify `paragraph-start' for the
3983         javadoc markup at mode init.
3985         * cc-mode.el (c-setup-filladapt): A new convenience function
3986         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
3987         function is intended to be used explicitly by the end user
3988         only.
3990         * cc-vars.el (c-comment-prefix-regexp): New variable used to
3991         recognize the comment fill prefix inside comments.
3992         (c-block-comment-prefix): New name for
3993         `c-comment-contiuation-stars', which is now obsolete.  It's
3994         generalized to handle any character sequence.
3995         (c-ignore-auto-fill): New variable used to selectively disable
3996         Auto Fill mode in specific contexts.
3998 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4000         * cc-cmds.el (c-comment-indent): Leave at least one space
4001         between the comment and the last nonblank character in the
4002         case where we look at the indentation of the comment on the
4003         previous line (case 4).
4005         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4006         list of characters that may start a statement (it's a sort of
4007         prefix operator in Pike, and isn't used at all in any of the
4008         other languages).
4010 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4012         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4013         inside continued statements as statement-cont instead of
4014         brace-list-open.  The reason is that one normally adjusts
4015         brace-list-open for brace lists as top-level constructs, and
4016         brace lists inside statements is a completely different
4017         context.  Case 10B.2 changed.  Also changed (the somewhat
4018         esoteric) case 9A to cope with this.
4020 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4022         * cc-cmds.el (c-electric-brace): Added electric handling of
4023         the open brace for brace-elseif-brace.
4025 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4027         * cc-defs.el (c-with-syntax-table): New macro to easily switch
4028         syntax tables temporarily.
4030         * cc-engine.el (c-guess-basic-syntax): Handle template and
4031         member init argument lists split over several lines.  Case 5D
4032         changed.
4034         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4035         @throws introduced in Javadoc 1.2.
4037         * cc-menus.el (cc-imenu-java-generic-expression): Applied
4038         patch from RMS to avoid infinite backtracking.
4040 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4042         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4043         by [ ].
4045 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4047         * cc-align.el (c-lineup-dont-change): Compensate properly for
4048         the column in langelem.
4050         * cc-engine.el (c-syntactic-information-on-region): New
4051         function to help debugging the syntactic analysis.
4053 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4055         * cc-align.el (c-lineup-template-args): Handle nested template
4056         arglists.
4058         * cc-langs.el (c++-template-syntax-table): New syntax table
4059         that makes `<' and `>' parenthesis characters, which is useful
4060         to switch to temporarily when analyzing template arglists.
4062         * cc-styles.el: Changed default alignment of labels in the
4063         java style to conform to the examples in the Java Language
4064         Specification.
4066         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4067         by default.
4069 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4071         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4072         immediately before the closing paren in an arglist, so don't
4073         check that in Pike mode.  Case 7A changed.
4075 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4077         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4078         lines were ignored under certain conditions.
4080 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4082         * cc-align.el (c-lineup-template-args): New function for
4083         aligning continued template argument lists.
4085         * cc-engine.el (c-guess-basic-syntax): Fix for member init
4086         lists containing function arglists split over several lines.
4087         Case 5D.1 changed.
4089         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4090         template-args-cont didn't get recognized when the first
4091         arglist opener line doesn't contain a template argument.  New
4092         case 5K.
4094 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4096         * cc-defs.el (c-point): Changed from subst to macro for
4097         efficiency.
4098         (c-beginning-of-defun-1, c-end-of-defun-1): New
4099         beginning-of-defun/end-of-defun wrappers separated from
4100         c-point.
4102         * cc-menus.el (imenu-generic-expression,
4103         imenu-case-fold-search, imenu-progress-message): Dummy
4104         definitions to avoid compiler warnings if imenu can't be
4105         loaded.
4106         * cc-menus.el (cc-imenu-init): New function called at mode
4107         init.
4108         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4109         imenu initializations to cc-imenu-init.
4111 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4113         * cc-engine.el (c-guess-basic-syntax): Slightly better check
4114         for lambda-intro-cont in Pike mode.  Case 6 changed.
4116         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4117         anything following "new Foo()" was considered an anonymous
4118         class body in Java mode.
4120 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4122         * cc-cmds.el (c-comment-line-break-function): When breaking in
4123         a string, don't insert a new line.
4125 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4127         * cc-engine.el (c-at-toplevel-p): New interface function which
4128         returns information useful to add-on authors.  It tells you
4129         whether you're at a toplevel statement or not.
4131 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
4133         * cc-cmds.el (c-comment-line-break-function): It is possible
4134         that forward-line does not land us at the bol, say if we're on
4135         the last line in a file.  In that case, do a
4136         back-to-indentation instead of a forward-comment -1.
4138 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4140         * cc-engine.el (c-beginning-of-statement-1): Don't catch
4141         "default:" as normal label in case 4.
4143 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4145         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4146         recognize continued bitfield declarations.  Case 5D.1 changed.
4147         * cc-langs.el: New variable c-bitfield-key.
4148         * cc-mode.el: New variable c-bitfield-key.
4150 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4152         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4153         anonymous array expressions (i.e. "new Foo[] {.. bracelist
4154         ..}").
4156 1999-12-12  Dave Love  <fx@gnu.org>
4158         * mail/footnote.el: Require cl when compiling.  Don't autoload
4159         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
4160         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4161         Avoid `acons'.
4162         (footnote-mode-line-string, Footnote-add-footnote): Remove
4163         autoload cookie.
4165 1999-12-12  Richard Sharman  <rsharman@pobox.com>
4167         * sh-script.el: Fix for when font-lock mode is active.
4168         (sh-font-lock-unfontify-region-function): New function.
4170 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4172         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4173         if start-process is not bound, since Ispell now supports such
4174         platforms as well.
4176 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4178         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4179         rmail-summary-goto-msg.
4181         * files.el (after-find-file): Fix previous change.
4183 1999-12-11  Dave Love  <fx@gnu.org>
4185         * help.el (where-is): Use `commandp' as predicate for
4186         `completing-read'
4188 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4190         * cus-edit.el (custom-save-delete): Delete all occurrences,
4191         leave point where the first occurrence was.
4192         (custom-save-faces): Insert a newline at the end of the comment.
4193         Avoid a double newline there.
4194         If final closeparen is at bol, put a space before it.
4195         (custom-save-variables): Likewise.
4196         (custom-file): Doc fix.
4198 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
4200         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4201         regexp matching image and audio files.
4203 1999-12-09  Dave Love  <fx@gnu.org>
4205         * mail/footnote.el: New file.
4207 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4209         * files.el (after-find-file): Use auto-save-visited-file-name if
4210         set.
4212         * mail/feedmail.el (feedmail-find-eoh): Take
4213         feedmail-queue-alternative-mail-header-separator into account.
4215 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4217         * smerge-mode.el: New file.
4219         * font-lock.el (font-lock-multiline): New variable.
4220         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4221         (font-lock-remove-keywords): Added a dummy `mode' argument for
4222         potential future support.
4223         (font-lock-fontify-anchored-keywords,
4224         (font-lock-fontify-keywords-region): Only handle multiline strings
4225         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4227 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4229         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4231         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4233 1999-12-07  Dave Love  <fx@gnu.org>
4235         * help.el (view-emacs-problems): New command, bound to C-h P.
4237         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4239 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4241         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4242         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4243         New code to support the minor mode version.
4244         (diff-recenter): New function.
4245         (diff-next-hunk, diff-next-file): Use it.
4246         (diff-remembered-files-alist): New var.
4247         (diff-merge-strings): New function.
4248         (diff-find-file-name): Make it smarter and use the user's input more.
4249         (diff-mode): Cosmetic changes.
4251         * files.el (save-some-buffers): Turn EXITING into the more general
4252         PRED argument to allow specifying a subset of buffers.
4254         * simple.el (kill-region): Use the new `delete-and-extract-region'
4255         rather than the undo log (which is incorrect with *-change-functions).
4257         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4258         off-by-one problem that could force re-fontifying the whole buffer.
4259         (font-lock-remove-keywords): New function.
4260         (font-lock-add-keywords): Use the new function to ensure idempotence.
4262 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4264         * viper-cmd.el (viper-minibuffer-standard-hook,
4265         viper-minibuffer-real-start): Mew functions.
4266         (viper-read-string-with-history,viper-file-add-suffix,
4267         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4268         change in the status of the minibuffer prompt.
4270 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4272         * comint.el (comint-redirect-results-list)
4273         (comint-redirect-results-list-from-process): Remove interactive
4274         spec.
4276 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4278         * info.el (info-node, info-menu-5, info-xref): Define colors for
4279         Info faces if the display supports them.
4281 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4283         Changes for automatic remapping of X colors on terminal frames:
4285         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4286         term-setup-hook.  Call msdos-remember-default-colors and
4287         msdos-handle-reverse-video.
4288         (msdos-face-setup): Parts of code moved to
4289         msdos-setup-initial-frame.
4290         (msdos-handle-reverse-video): New function, modeled after
4291         x-handle-reverse-video.
4292         (make-msdos-frame): Don't use initial-frame-alist and
4293         default-frame-alist.  Call msdos-handle-reverse-video.
4294         (msdos-color-aliases): Remove.
4295         (msdos-color-translate, msdos-approximate-color): Remove.
4296         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4297         for better approximation of X colors.
4298         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4299         up tty-color-alist (it is now on startup.el).
4300         (x-display-color-p, x-color-defined-p, x-color-values,
4301         x-defined-colors, face-color-supported-p, face-color-gray-p):
4302         Remove.
4304         * facemenu.el (facemenu-read-color, list-colors-display): Use
4305         defined-colors for all frame types.
4306         (facemenu-color-equal): Use color-values for all frame types.
4308         * faces.el (read-face-attribute): For :foreground and :background
4309         attributes and frames on character terminals, translate the color
4310         to the closest supported one before looking it up in the list of
4311         valid values.
4312         (face-valid-attribute-values): Call defined-colors for all types
4313         of frames.
4314         (defined-colors, color-defined-p, color-values, display-color-p):
4315         New finctions.
4316         (x-defined-colors, x-color-defined-p, x-color-values,
4317         x-display-color-p): Aliases for the above.
4319         * startup.el (command-line): Register terminal colors for frame
4320         types other than x and w32, but only if the terminal supports
4321         colors.  Call tty-color-define instead of face-register-tty-color.
4323         * term/x-win.el (xw-defined-colors): Renamed from
4324         x-defined-colors.
4325         * term/w32-win.el (xw-defined-colors): Likewise.
4327         * term/tty-colors.el: New file.
4328         * loadup.el: Load term/tty-colors.
4330 1999-12-06  Dave Love  <fx@gnu.org>
4332         * ffap.el: Autoload the ffap alias directly.
4334 1999-12-06  Inge Frick  <inge@nada.kth.se>
4336         * dired-aux.el (dired-do-shell-command): Changed documentation.
4337         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4338         meaning as `*'.
4340 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4342         * simple.el (insert-buffer): Doc fix.
4344         * apropos.el (apropos-mode): Add autoload cookie.
4346 1999-12-06  Sam Steingold  <sds@goems.com>
4348         * progmodes/etags.el (etags-tags-completion-table): Modified the
4349         regexp to allow for the CL symbols starting with `+*'.
4350         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4351         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4352         `function' quoting lambda.
4353         (tags-with-face): New macro.
4354         (list-tags, tags-apropos): Use it.
4355         (tags-apropos-additional-actions): New user option.
4356         (etags-tags-apropos-additional): Use it.
4357         (tags-apropos): Call etags-tags-apropos-additional.
4358         (tags-apropos-verbose): New user option.
4359         (etags-tags-apropos): Use it.
4360         (visit-tags-table-buffer, next-file): Use `unless'.
4361         (recognize-empty-tags-table): Renamed to
4362         tags-recognize-empty-tags-table.
4363         (complete-tag): Call tags-complete-tag bypassing try-completion.
4365 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4367         * international/mule.el (set-buffer-file-coding-system): Docstring
4368         modified.
4370 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4372         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4373         using the hideshow package.
4374         (hs-special-modes-alist): Added entry for bibtex to allow the use
4375         of the hideshow package.
4376         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4377         not longer provided by bibtex.el directly.  Instead the hideshow
4378         package should be used.
4379         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4380         references to bibtex-hide-entry-bodies.
4382 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4384         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4385         maintainer information closer to the beginning of the bibtex.el
4386         file.
4387         (bibtex-maintainer-salutation): New constant.
4388         (bibtex-version): New constant.
4389         (bibtex-submit-bug-report): Use bibtex-version and
4390         bibtex-maintainer-salutation.
4391         (bibtex-entry-field-alist): Made booktitle field optional for
4392         @inproceedings entries when crossreferenced.
4393         (bibtex-entry-field-alist): Added booktitle field to proceedings
4394         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4395         for the suggestion.
4396         (bibtex-string-file-path): Fixed typo.
4398 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4400         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4401         for reftex.el.
4402         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4403         to menu.
4405 1999-12-04  Dave Love  <fx@gnu.org>
4407         * delsel.el: Revert previous change -- region is significant to
4408         skeleton.
4410 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4412         * viper-cmd.el (viper-change-state): Use
4413         viper-ESC-moves-cursor-back to decide whether to move the cursor
4414         back.
4416 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4418         * international/mule-util.el (truncate-string-to-width): Docsting
4419         fixed.
4421 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4423         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4424         use of `cond'.
4425         (lm-with-file): Move all the find-file...kill-buffer stuff into
4426         this macro.  Make it use `find-file-noselect' and make it kill
4427         the buffer only if it wasn't already displayed somewhere.
4428         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4429         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4430         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4431         (lm-commentary): Fix to handle the case when the change log is
4432         at the end of the file.
4434 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4436         * international/mule.el (charsetp): Fix typo in docstring.
4438         * international/mule-diag.el (list-coding-categories): Fix typo;
4439         automatic -> autoload.
4441 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4443         * vc.el (vc-update-change-log): Look for rcs2log under
4444         exec-directory.
4446         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4447         outline-regexp, add outline-level.
4448         (lisp-outline-level): New.
4450         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4451         remove extraneous string-match.
4453         * finder.el (finder-commentary): Activate Finder mode.
4455 1999-12-01  Anders Lindgren  <andersl@andersl.com>
4457         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4458         off when reverting buffers that contained mode specifiers.
4459         `revert-buffer' is now called with non-nil PRESERVE-MODES
4460         argument.
4462 1999-12-01  Dave Love  <fx@gnu.org>
4464         * delsel.el: Grok skeleton-pair-insert-maybe.
4466 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4468         * progmodes/cperl-mode.el (cperl-under-as-char):
4469         Use nil as default.
4471 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
4473         * speedbar.el (toplevel): Remove compatibility code for Emacs
4474         versions without custom.el.
4476 1999-11-30  Dave Love  <fx@gnu.org>
4478         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4480         * autoinsert.el: Minor doc fixes.
4481         (auto-insert): Return nil.
4483         * faces.el (set-face-documentation): Purecopy STRING.
4485 1999-11-29  Dave Love  <fx@gnu.org>
4487         * derived.el: Doc fixes, remove old backquote syntax.
4489         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4490         comment warning about editing.
4492         * help.el (help-mode-hook): Define.
4494 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
4496         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4497         invalid translation of old-style backquote syntax to new syntax.
4499 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4501         * Makefile (DONTCOMPILE): Add term/internal.el.
4503 1999-11-26  Dave Love  <fx@gnu.org>
4505         * comint.el: Fix last change.
4507         * emacs-lisp/advice.el: Fix last change.
4509 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4511         * cus-edit.el (Custom-reset-standard): Doc fix.
4512         (custom-variable-reset-standard): Doc fix.
4513         (custom-face-reset-standard): Doc fix.
4514         (custom-face-menu): "Reset to Standard" => "Erase Customization".
4515         (custom-variable-menu): Likewise.
4516         (custom-reset-menu): Likewise.
4517         (custom-buffer-create-internal): Likewise.
4519 1999-11-26  Dave Love  <fx@gnu.org>
4521         * progmodes/make-mode.el (makefile-mode-hook): Customize.
4523         * font-lock.el: Doc fixes.
4525         * menu-bar.el (menu-bar-mode): Customize.
4527         * cus-start.el: Add use-dialog-box.
4529         * add-log.el (change-log-mode-hook): Customize.
4530         (add-log-current-defun): Use
4531         fortran-{beginning,end}-of-subprogram.
4533 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4535         * emacs-lisp/advice.el: Many doc fixes.
4537         * comint.el (comint-preoutput-filter-functions): Doc fix.
4539 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4541         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4542         Improve messages for capitalization of arg names,
4543         for flag variables, for t and nil, for imperatives.
4544         Call them imperatives rather than infinitives sans "to".
4545         (checkdoc-common-verbs-wrong-voice): Add "moves".
4546         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4548         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4549         Don't convert comments from 3-semicolon to 2-semicolon.
4550         That is a matter of style.
4551         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4552         (checkdoc-comments): Don't bind that variable.
4554 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4556         * files.el (write-file-hooks): Doc fix.
4558 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
4560         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4562 1999-11-25  Dave Love  <fx@gnu.org>
4564         * hippie-exp.el: Require comint when compiling.
4565         (hippie-expand): Add :links.
4566         (hippie-expand-try-functions-list): Customize.
4568 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4570         * viper*el: Replaced old-style backquotes.
4572         * ediff*el: Replaced old-style backquotes.
4574         * ediff-merge
4575         (ediff-looks-like-combined-merge,ediff-get-combined-region):
4576         Changed to support the new format for ediff-combination-pattern.
4578         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4579         Changed to support the new format for ediff-combination-pattern.
4581 1999-11-24  Dave Love  <fx@gnu.org>
4583         * custom.el (custom-declare-group): Purecopy DOC.
4584         (custom-handle-keyword): Purecopy VALUE.
4585         (custom-add-link): Purecopy WIDGET.
4586         (custom-add-version): Purecopy VERSION.
4587         (custom-add-load): Purecopy LOAD.
4589         * cus-face.el (custom-declare-face): Purecopy DOC.
4591         * info.el:
4592         (Info-build-node-completions, Info-search, Info-follow-reference)
4593         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4594         (Info-find-emacs-command-nodes): Avoid properties on matched text
4595         which may appear in minibuffer.
4597 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
4599         * locate.el (locate-with-filter): Doc fix.
4601 1999-11-24  Alex Schroeder  <alex@gnu.org>
4603         * sql.el (sql-find-sqli-buffer): New function.
4604         (sql-set-sqli-buffer-generally): New function.
4605         (sql-set-sqli-buffer): Better checking of new-buffer.
4606         (sql-copy-column): Add comma after INTO clause, too.
4608 1999-11-24  Alex Schroeder  <alex@gnu.org>
4610         * sql.el (sql-imenu-generic-expression): New, used to set
4611         imenu-generic-expression.
4613         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4614         setting font-lock-defaults' SYNTAX-ALIST.  Set
4615         imenu-generic-expression, imenu-case-fold-search, and
4616         imenu-syntax-alist.
4618         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4619         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4621 1999-11-23  Andrew Innes  <andrewi@gnu.org>
4623         * w32-win.el (w32-drag-n-drop): Load files in current window, if
4624         drop coords aren't over a specific window.
4626 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4628         * ps-print.el: Define mule funs without checking if mule package is
4629         loaded.
4630         (ps-print-version): New version number (5.0.1).
4631         (ps-header-dirpart): Now uses abbreviate-file-name.
4633 1999-11-23  Dave Love  <fx@gnu.org>
4635         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4636         comment-line-start.
4637         (fortran-comment-line-start-skip): Renamed from
4638         comment-line-start-skip.
4639         (fortran-mode-map): Use renamed functions.  Add manual and custom
4640         entries to menu.
4641         (fortran-mode-hook): Customize.
4642         (fortran-comment-indent-function): Renamed from
4643         fortran-comment-hook.
4644         (delete-horizontal-regexp): Function deleted.
4645         (fortran-electric-line-number): Simplified.
4646         (fortran-beginning-of-subprogram): Renamed from
4647         beginning-of-fortran-subprogram.
4648         (fortran-end-of-subprogram): Renamed from
4649         end-of-fortran-subprogram.
4650         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4651         (fortran-previous-statement, fortran-next-statement): Simplified.
4652         (fortran-blink-match): New function.
4653         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4654         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4655         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4656         line-end-position.
4657         (fortran-fill): No longer interactive.  Simplified.
4658         (fortran-break-line): Simplified.
4659         (fortran-analyze-file-format): Use char-after, not looking-at.
4661         * emacs-lisp/find-func.el (find-function-regexp): Use
4662         `define-minor-mode' after easy-menu change.
4664 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
4666         * comint.el: Add redirection.from active comint buffers into
4667         another buffer.  Written by Peter Breton.
4669 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4671         * emacs-lisp/autoload.el (make-autoload): Recognize the new
4672         `define-minor-mode'.
4673         (define-minor-mode): Specify `doc-string-elt'.
4675         * emacs-lisp/easy-mmode.el: Changed maintainer.
4676         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4677         Use defcustom for the hooks; Improve the auto-generated docstrings.
4678         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4679         (define-minor-mode): Add BODY arg; Only declare the keymap if
4680         provided; Improve the auto-generated docstrings.
4682 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
4684         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4685         that the leading `^' is at the start.  This is necessary because
4686         paragraphs.el tries to remove anchors, but can find them only if
4687         they are the first character.
4689         * progmodes/antlr-mode.el: New file.
4691         * calendar/calendar.el: Fix autoload for
4692         calendar-absolute-from-astro.  Add autoload for
4693         calendar-print-astro-day-number.
4695 1999-11-21  Anders Lindgren  <andersl@andersl.com>
4697         * follow.el: Use modern backquote syntax.  Minor comment update.
4699 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
4701         * simple.el (with-syntax-table): Don't switch buffers.
4703         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4704         progmodes/hideif.el: Use new backquote syntax.
4706 1999-11-21  Ken Manheimer  <klm@python.org>
4708         * icomplete.el (icomplete-completions): Use an explicit variable
4709         `icomplete-prospects-length', obviating the need to use an
4710         apparently faulty throw/catch arrangement.
4712 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
4714         * term/internal.el (IT-display-table-setup): Don't overstep
4715         character code 255.
4717 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
4719         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4720         for the charset chinese-sisheng is 7bit encoding, not 8bit.
4722 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4724         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4725         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4727         * files.el (auto-mode-alist): Add patterns for diff-mode.
4729         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4730         to detect an empty prompt.
4732 1999-11-18  Dave Love  <fx@gnu.org>
4734         * simple.el (input-mode-8-bit): Fix the customization.
4736 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
4738         * international/iso-acc.el (iso-languages): Add more
4739         characters for Portuguese.
4741         * speedbar.el: Clean up comment at the start of the file.
4742         Remove RCS id.
4744         * progmodes/compile.el (compilation-parse-errors): Use
4745         compilation-buffer-p instead of testing major-mode.
4747 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
4749         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4750         (quickurl-ask): completion-ignore-case is set to the value of
4751         quickurl-completion-ignore-case for the duration of the call to
4752         completing-read.
4754 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4756         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4758 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
4760         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
4761         instead of ps-print-def.
4763         * ps-print.el: Require ps-vars instead of ps-print-def.
4765         * ps-mule.el: Require ps-vars instead of ps-print-def.
4767 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
4769         * simple.el (with-syntax-table): Save buffer explicitly instead of
4770         using save-excursion.
4772 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4774         * mail/supercite.el: New maintainer.
4776 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
4778         * progmodes/vhdl-mode.el: Use new backquote syntax.
4780 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4782         * simple.el (with-syntax-table): New.
4784 1999-11-15  Sam Steingold  <sds@ksp.com>
4786         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4788 1999-02-22  Sam Steingold  <sds@goems.com>
4790         * goto-addr.el (goto-address-at-mouse,
4791         goto-address-find-address-at-point): Use compose-mail.
4792         (goto-address-mail-method): Removed variable.
4793         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4794         goto-address-send-using-mail): Removed functions.
4796 1998-11-03  Sam Steingold  <sds@goems.com>
4798         * simple.el (backward-delete-char-untabify):
4799         backward-delete-char-untabify-method can be `all' now - to delete
4800         hungrily including newlines.
4802 1999-11-15  Sam Steingold  <sds@ksp.com>
4804         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4806 1999-11-15  Dave Love  <fx@gnu.org>
4808         * cus-edit.el (customize-face, customize-face-other-window):
4809         Require match from completing-read.
4810         (custom-buffer-done-function): Default to custom-bury-buffer, not
4811         bury-buffer.
4813 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
4815         * mail/rmail.el, iswitchb.el, hippie-exp.el,
4816         progmodes/cperl-mode.el: Use new backquote syntax.
4818 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
4820         * uniquify.el: Use new backquote syntax.
4822 1999-11-14  Markus Rost  <rost@ias.edu>
4824         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4825         as in ispell-local-dictionary-alist.
4827 1999-11-14  Alex Schroeder  <alex@gnu.org>
4829         * ansi-color.el (ansi-color-apply): Updated regexps to include
4830         highlighted face.
4832 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
4834         * forms.el (forms--make-format-elt-using-text-properties):
4835         Treat `intangible' differently.
4837         * forms.el: Use new backquote syntax.
4839 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
4841         * textmodes/scribe.el (scribe-mode): Doc-fix.
4843 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
4845         * net-utils.el (run-network-program, net-utils-run-program): Use
4846         the new backquote syntax.
4847         (smbclient-program, smbclient-program-options)
4848         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4849         variables
4850         (smbclient, smbclient-list-shares): New functions
4852 1999-11-12  Sam Steingold  <sds@ksp.com>
4854         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4855         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4856         (viper-kbd-buf-definition, viper-kbd-mode-alist)
4857         (viper-kbd-mode-pair, viper-kbd-mode-definition)
4858         (viper-kbd-global-pair, viper-kbd-global-definition):
4859         Use the new backquote syntax.
4861         * emulation/viper-cmd.el (viper-test-com-defun)
4862         (viper-prefix-arg-value, viper-prefix-arg-com):
4863         Use the new backquote syntax.
4865         * emacs-lisp/debug.el (debugger-env-macro):
4866         Use the new backquote syntax.
4868         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4869         Use the new backquote syntax.
4871         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4872         New user variable.
4873         (calendar-hide-window): Use it.
4874         (increment-calendar-month, calendar-for-loop, calendar-sum):
4875         Use the new backquote syntax.
4877 1999-11-12  Andrew Innes  <andrewi@gnu.org>
4879         * select.el (x-set-selection): Call buffer-substring, not
4880         substring.  Also fix docstring
4882 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
4884         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4885         of customizable variables to bug report message. Added
4886         system-type to package name in bug report.
4888 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
4890         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4891         to display file names.
4893 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
4895         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4897         * isearch.el: Add lazy-highlighting feature.
4899 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4901         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4902         constant.
4903         (ps-mode-submit-bug-report): New function. Entry added to menu.
4905 1999-11-10  William M. Perry  <wmperry@aventail.com>
4907         * mwheel.el: New file to support the new style wheeled mice.
4909 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
4911         * startup.el (initial-scratch-message): Add ";;" to the front of
4912         lines in the message.
4914         * files.el (file-local-copy): Remove optional BUFFER argument
4915         because that's not used by anything.
4917         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4918         to-address.
4920 1999-11-08  Markus Rost  <rost@ias.edu>
4922         * wid-edit.el (widget-button-click): Wrap with save-excursion
4923         to restore track-mouse in the correct buffer.
4925 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
4927         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4929 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
4931         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4932         lpr-command to "lp" for some system-types. (copied from lpr.el
4933         Emacs version 20.2.1).
4935 1999-11-04  Markus Rost  <rost@ias.edu>
4937         * simple.el (comment-region): Strip off white space at end of
4938         comment-start.
4940 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4942         * faces.el (secondary-selection): Fix wrong color name.
4944 1999-11-04  John Tobey  <jtobey@epsilondev.com>
4946         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4947         the default when invoking perldb in a non-Perl buffer, and other
4948         cases involving -e or --.
4950 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4952         * simple.el (previous-matching-history-element)
4953         (next-history-element): Use delete-field instead of erase-field.
4955         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4956         Use delete-field instead of erase-field.
4958         * faces.el (secondary-selection): Change background to yellow.
4960         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4961         find the start of the text.  Use field-string to read the user
4962         input.
4964 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
4966         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4967         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4968         for compatibility with old face implementation.
4970         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4971         Use erase-field instead of erase-buffer.
4973         * frame.el (blink-cursor-mode, blink-cursor-end): Use
4974         internal-show-cursor with new interface.
4975         (blink-cursor-timer-function): New.
4976         (blink-cursor-start): Use blink-cursor-timer-function.
4978 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4980         * calendar.el (redraw-calendar): Move to nearest date before
4981         redrawing.
4983         * diary-lib.el (simple-diary-display): Reset modeline even if
4984         there are no diary entries since the diary buffer may be displayed.
4986 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4988         * emacs-lisp/debug.el (debug): If noninteractive, display the
4989         backtrace using `message', then exit Emacs.
4990         (debugger-batch-max-lines): New variable.
4991         (debugger-setup-buffer): New subroutine, broken out of `debug'.
4992         Change the messages put at the start, to say that the debugger
4993         was entered.
4995 1999-11-02  Sam Steingold  <sds@ksp.com>
4997         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4999 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5001         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5002         presence of perl switches other than "-e".
5004 1999-11-01  Markus Rost  <rost@ias.edu>
5006         * dired-x.el (dired-smart-shell-command): Use
5007         shell-command-history as in shell-command.
5009 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5011         * userlock.el (ask-user-about-lock): Doc fix.
5013         * frame.el: Doc fixes.
5015 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5017         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5018         of show-cursor.
5019         (blink-cursor-start, blink-cursor-end): Ditto.
5021         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5023 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5025         * window.el (walk-windows): If ALL-FRAMES is a frame,
5026         start on that frame.  Use save-selected-window.
5028 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5030         * simple.el (end-of-buffer): Use window-end to find the window end
5031         instead of vertical-motion because this handles variable-height
5032         lines correctly.
5034 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
5036         * ediff.el: Version change.
5038         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5039         make sure you are in a good frame before deleting other
5040         windows.
5041         (ediff-file-checked-in-p): Don't consider CVS
5042         files checked in.
5043         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
5044         are writing to a newly created empty file.
5046         * ediff-mult.el (ediff-show-session-group-hook): New default.
5048         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5049         First cd to the file directory. reportedly works
5050         better with remote files.
5052         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5053         Use file-name-nondirectory when passing files to CVS.
5055         * ediff-diff.el (ediff-cmp-options): New variable.
5056         (ediff-same-file-contents): Use ediff-cmp-options.
5058         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5059         ediff-get-patch-buffer): Use current buffer if it appears to be a
5060         patch.
5062         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5063         C-g
5065         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5066         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5067         (viper-save-cursor-color,viper-restore-cursor-color):
5068         Improved cursor color handling.
5069         (viper-get-saved-cursor-color-in-replace-mode,
5070         viper-get-saved-cursor-color-in-insert-mode): New functions for
5071         better cursor color handling.
5073         * viper-ex.el (ex-read,ex-edit):
5074         Fixes for correct interpretation of #,%.
5075         (viper-ex): Now works correctly when called from other functions.
5076         (viper-glob-function): New variable.
5077         (viper-ex): Save excursion before doing :global.
5079         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5081         * viper-cmd.el (viper-post-command-sentinel,
5082         viper-insert-state-post-command-sentinel,
5083         viper-insert-state-pre-command-sentinel): Takes better care of
5084          cursor colors.
5086         * viper.el: Version change.
5088 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
5090         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5091         that the modeline display was updated *only* when
5092         `whitespace-display-in-modeline' was set, not otherwise.
5094 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5096         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5097         "frac12".
5099         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5100         ad-activate.
5102 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
5104         * whitespace.el: Test for existence of `defcustom' and `defgroup'
5105         using fboundp instead of assuming that these are not present in
5106         particular flavors of emacs.
5107         (whitespace-version): Update to 2.8
5108         (whitespace-display-in-modeline): Add custom variable to control
5109         displaying the whitespace errors on the modeline based on
5110         suggestion from <klaus.berndl@sdm.de>
5111         (whitespace-buffer): Now returns `t' if unclean and `nil' if
5112         clean, to enable using as a hook function, as suggested by Puneet
5113         Goel <puneet@computer.org>
5114         (whitespace-buffer): Fix a subtle bug that cleaned up only if
5115         quiet was not set, even with whitespace-auto-cleanup set.
5116         (whitespace-mode-line): Now uses less modeline real estate and
5117         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5118         which is present in the file, and <y> is any type of whitespace
5119         whose check has been suppressed by setting
5120         `whitespace-check-<whitespace-type>' to nil.
5121         (whitespace-unchecked-whitespaces): New function to return the
5122         list of whitespaces for whom checks have been suppressed.
5123         (whitespace-display-unchecked-whitespaces): Renamed to
5124         `whitespace-update-modeline' to reflect its functionality.
5126 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
5128         * progmodes/compile.el (compilation-error-regexp-alist):
5129         Undo previous change.
5131 1999-10-28  Dave Love  <fx@gnu.org>
5133         * help.el (help-follow): Make arg optional again and really
5134         default to point.
5136 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
5138         * paths.el (rmail-file-name): Make it an option.
5140         * progmodes/ada-mode.el, progmodes/ada-prj.el,
5141         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5142         comment fixes.
5144         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5145         MIPS Pro 7.3 compiler error message syntax.
5147 1999-10-27  Dave Love  <fx@gnu.org>
5149         * progmodes/compile.el: Checkdoc-inspired fixes.
5151 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
5153         * lpr.el (print-buffer): Doc-string fix.
5155 1999-10-27  Dave Love  <fx@gnu.org>
5157         * emacs-lisp/advice.el: Doc fixes.
5158         (ad-lemacs-p): Removed.
5159         (advice): Add :link to defgroup.
5161 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
5163         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5164         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5166 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5168         * window.el (walk-windows): If ALL-FRAMES is a frame,
5169         start on that frame.  Use save-selected-window.
5171 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5173         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5174         ad-activate.  All callers changed, including those in data.c.
5175         (ad-activate-internal-off): Renamed from ad-activate-off.
5176         All uses changed.
5177         (ad-activate): Renamed from ad-activate-on.  All uses changed.
5178         (ad-start-advice, ad-stop-advice, ad-recover-normality):
5179         Alter the definition of ad-activate-internal, not ad-activate.
5181 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5183         * startup.el (command-line-1): Add support for command line
5184         arguments `file' and `execute'.  Fix handling of `visit'.
5186 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
5188         * international/mule-cmds.el (read-input-method-name): Handle the
5189         case that the arg DEFAULT is symbol.
5191         * international/mule-diag.el (mule-diag): Handle the case that
5192         default-input-method is symbol.
5194 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
5196         * textmodes/tildify.el: New file.
5198 1999-10-25  Sam Steingold  <sds@ksp.com>
5200         * Makefile (compile-files): Fixed the "tr" strings.
5201         (EMACS): Set to ../src/emacs.
5203 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
5205         * info.el (Info-build-node-completions): Add '("*") to the
5206         completion list.
5208 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5210         * frame.el (auto-raise-mode): When enabling the mode,
5211         immediately raise the selected frame.
5213         * indent.el (indent-region): Doc fix.
5215         * comint.el (comint-output-filter): Make the Comint buffer current
5216         for the comint-preoutput-filter-functions.
5218         * mail/reporter.el: Doc fix.
5220 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5222         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5223         that Octave lisp files can also run under XEmacs 20.
5224         (require 'custom) added so that files can run under Emacs 19.34.
5226         * iswitchb.el (iswitchb-default-keybindings): No need to use
5227         read-kbd-macro in keybindings.
5229 1999-10-23  Dave Love  <fx@gnu.org>
5231         * elide-head.el: New file.
5233 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5235         * Makefile (compile-files, backup-compiled-files): New targets.
5236         (bootstrap, bootstrap-clean): Ditto.
5238 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5240         * international/mule-cmds.c (locale-language-names):
5241         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5242         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5243         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5244         Use Latin-8 for Welsh.
5245         Use Latin-1 for English if "en" is explicitly specified.
5246         Use Latin-1 for Scots Gaelic, Tagalog.
5247         Use Latin-1 (not Latin-4) for Greenlandic.
5248         Use Latin-1 (not Latin-2) for Albanian.
5249         (locale-preferred-coding-systems, locale-language-names):
5250         Remove generic ISO 8859 locales; locale-charset-language-names now
5251         does this.
5252         (locale-charset-language-names): New variable.
5253         (set-locale-environment): Use language name specified by
5254         locale-charset-language-names if its charsets disagree with the
5255         language name specified by locale-language-names.
5257 1999-10-22  Dave Love  <fx@gnu.org>
5259         * make-mode.el: Minor doc fixes.
5261         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5263 1999-10-21  Dave Love  <fx@gnu.org>
5265         * loadup.el: Add latin-8, latin-9.
5267 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5269         * disp-table.el (standard-display-european): Remove undocumented
5270         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5271         all non-English language environments as coding system names.
5272         Instead, use the downcased language environment name as a coding
5273         system name if it is one; otherwise, use latin-1.
5275 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5277         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5278         that were split so that part of the comment appeared as Lisp code.
5280 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5282         * ps-bdf.el: Doc fix.
5284         * ps-print-def.el: New file: common definitions for all parts of
5285         ps-print.
5286         (ps-multibyte-buffer): Moved from ps-mule.
5288         * ps-mule.el: File dependence fix.
5289         (ps-multibyte-buffer): Moved to ps-print-def.
5291         * ps-print.el: Doc fix, better customization.
5292         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5293         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5294         (ps-end-file): Doc fix.
5295         (ps-setup, ps-begin-file): Fun fix.
5296         (postscript): New group.
5297         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5298         (ps-print-prologue-1): Adjust PostScript programming.
5299         (ps-print): Adjust group hierarchy.
5300         (ps-print-n-up, ps-print-zebra, ps-print-background,
5301         ps-print-printer)
5302         (ps-print-page): New subgroups.
5303         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5304         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5305         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5306         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5307         (ps-zebra-stripe-height, ps-print-background-image)
5308         (ps-print-background-text, ps-spool-config): Adjust customization.
5309         (dos-ps-printer): Definition eliminated.
5311 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5313         * ps-mule.el: Doc fix, define functions properly if mule package is
5314         loaded or not.
5315         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5316         mule package is loaded or not.
5318         * ps-print.el: Doc fix, n-up printing.
5319         (ps-print-version): New version number (5.0).
5320         (ps-page-dimensions-database): Added document media.
5321         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5322         (ps-page-order, ps-printing-region-p): New vars.
5323         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5324         funs.
5325         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5326         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5327         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5328         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5329         (ps-print-begin-sheet-hook): New hook.
5330         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5331         const.
5332         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5333         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5334         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5335         (ps-count-lines): Changed to defun.
5336         (ps-header-page): Changed to defsubst, fix fun.
5337         (ps-printing-region): Doc fix, adjust programming code.
5338         (ps-output-boolean, ps-background-pages, ps-background-text)
5339         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5340         programming code.
5342 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5344         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5345         (ps-print-version): New version number (4.2).
5346         (ps-spool-config, ps-spool-tumble): New vars.
5347         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5348         programming, new PostScript procedure to handle errors.
5349         (ps-print-prologue-2): Changed to defconst.
5350         (ps-print-duplex-feature): New const: duplex and tumble setting.
5351         (ps-setup, ps-begin-file): Fix funs.
5352         (ps-boolean-capitalized): New fun.
5354 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5356         * Makefile (dontcompilefiles): Obsoleted.
5357         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5358         (EL): Unused.
5359         (temacs): Removed (unused).
5360         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5361         version of the file (necessary for the update to work properly).
5362         (autoloads): Force the use of `pwd`/loaddefs.el.
5363         (updates); Redefined in terms of other targets to reduce redundancy.
5364         (.el.elc): New default rule, just in case you want it.
5365         (compile): Use a single invocation of Emacs.
5366         (bootstrap-compile); Unneeded.
5367         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5369 1999-10-19  Dave Love  <fx@gnu.org>
5371         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5373 1999-10-19  Sam Steingold  <sds@ksp.com>
5375         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5376         comply with the comment.
5378 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5380         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5381         permanent-local.
5383 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5385         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5386         value: \"lpr\" changed to "lpr"
5387         (ps-mode-version): New constant
5388         (ps-mode-show-version): New function, added key in ps-mode-map
5389         (ps-run-messages): Removed
5390         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5391         ps-run-messages. These keywords now include the value of
5392         ps-run-prompt, making its fontification customizable.
5393         (ps-run-init): Removed \\n from docstring, it is now added when
5394         the value is used
5395         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5396         ps-run-prompt
5397         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5398         customizable variables in doc-string (its equivalent
5399         ps-run-messages was missing in previous version of the doc-string)
5400         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5401         symbols only
5403 1999-10-19  Alex Schroeder  <alex@gnu.org>
5405         * ansi-color.el: Complete rewrite.
5407 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5409         Fix bootstrapping problems.
5410         Use the system locale to specify Emacs locale defaults.
5412         * international/mule-cmds.el (global-map):
5413         Do not use backquote, because that makes a bootstrapping
5414         problem if you need to recompile all Lisp files using interpreted code.
5415         * international/mule.el (charset-id, charset-bytes,
5416         charset-dimension, charset-chars, charset-width,
5417         charset-direction, charset-iso-final-char,
5418         charset-iso-graphic-plane, charset-reverse-charset,
5419         charset-short-name, charset-long-name, charset-description,
5420         charset-plist): Likewise.
5421         * subr.el (save-match-data): Likewise.
5423         * international/mule-cmds.el
5424         (set-display-table-and-terminal-coding-system): New function,
5425         containing code migrated out of set-language-environment.
5426         (set-language-environment, set-locale-environment): Use it.
5427         (locale-translation-file-name): Moved here from startup.el.
5428         (locale-language-names, locale-preferred-coding-systems):
5429         New vars.
5430         (locale-name-match, set-locale-environment): New functions.
5432         * language/japan-util.el (setup-japanese-environment-internal):
5433         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5435         * startup.el (iso-8859-n-locale-regexp): Remove.
5436         (locale-translation-file-name): Move to mule-cmds.el.
5437         (command-line): Move locale-stuff into set-locale-environment.
5439 1999-10-18  Dave Love  <fx@gnu.org>
5441         * abbrev.el (add-abbrev, inverse-add-abbrev)
5442         (expand-region-abbrevs): Remove properties from buffer text.
5444 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5446         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5447         from the mini-buffer, without the prompt.
5449         * simple.el (minibuffer-prompt-end): Return the position
5450         after the prompt, not the position of that last character
5451         of the prompt.
5453 1999-10-17  Miles Bader  <miles@gnu.org>
5455         * simple.el: Doc fixes.
5457 1999-10-17  Miles Bader  <miles@gnu.org>
5459         * simple.el (previous-matching-history-element, next-history-element):
5460         Change to work correctly even if the point is in the prompt.
5461         (choose-completion-string): Likewise.
5462         (minibuffer-prompt-width): New function (compatibility with old subr).
5464         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5465         When constraining the final position to the current field,
5466         don't use the ONLY-IN-LINE mode of constrain-to-field.
5468 1999-10-17  Miles Bader  <miles@gnu.org>
5470         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5471         constrain-to-field.
5472         * textmodes/paragraphs.el (forward-sentence): Likewise.
5474 1999-10-17  Miles Bader  <miles@gnu.org>
5476         * simple.el (line-move): Use constrain-to-field to avoid
5477         moving into a prompt.
5478         (previous-complete-history-element): Clarify doc string.
5479         (next-complete-history-element): Likewise.
5480         Use field-beginning instead of point-min.
5481         (next-matching-history-element): Use field-beginning and
5482         erase-field instead of point-min and erase-buffer.
5483         * textmodes/paragraphs.el
5484         (forward-paragraph, forward-sentence): Likewise.
5485         (backward-kill-paragraph, backward-kill-sentence): Remove code to
5486         constrain the kill to an field, as the movement commands now
5487         do this.
5489 1999-10-17  Miles Bader  <miles@gnu.org>
5491         * simple.el (previous-matching-history-element): Get the
5492         minibuffer input with field-string instead of buffer-string.
5493         (choose-completion-string): Likewise.
5494         (next-history-element): Likewise.
5495         Erase the minibuffer input with erase-field, not erase-buffer.
5496         Use field-beginning to find the beginning of the input.
5497         * textmodes/paragraphs.el (backward-kill-sentence):
5498         Remove minibuffer-prompt hack.
5499         Constrain to any input field.
5501 1999-10-17  Sam Steingold  <sds@ksp.com>
5503         * bindings.el (completion-ignored-extensions): Added ".sparcf"
5504         for CMUCL on sparc and ".ufsl" for LispWorks.
5505         (bound-and-true-p): Bugfix: free variable `v'.
5507 1999-10-16  Dave Love  <d.love@dl.ac.uk>
5509         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5510         (edebug-uninstall-read-eval-functions): Use load-read-function,
5511         avoiding elisp-eval.
5513 1999-10-16  Sam Steingold  <sds@ksp.com>
5515         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5516         instead of `eql'.
5518 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5520         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5521         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5522         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5523         * ediff-util.el (ediff-make-temp-file):
5524         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5525         * emerge.el (emerge-make-temp-file):
5526         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5527         * vc.el (vc-update-change-log):
5528         * mail/mailpost.el (post-mail-send-it):
5529         * mail/metamail.el (metamail-region):
5530         * progmodes/cmacexp.el (c-macro-expansion):
5531         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5533 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
5535         * smtpmail.el (smtpmail-via-smtp): Add support for
5536         automatically appending a domain to RCPT TO: addresses.
5538 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5540         * dired.el (dired-insert-directory): Insert the amount of
5541         free space after the total size.
5542         (dired-free-space-program, dired-free-space-args): New variables.
5544 1999-10-14  Karl Heuer  <kwzh@gnu.org>
5546         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5548 1999-10-14  Dave Love  <fx@gnu.org>
5550         * international/characters.el:
5551         * international/fontset.el:
5552         * international/mule-conf.el: Add latin-iso8859-1[45].
5554         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
5555         strings.
5557         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5558         (command-line): Detect Latin-[89] locales.
5560 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5562         * international/mule-cmds.el (select-safe-coding-system)
5563         (leim-list-header): Avoid the use of strings that start with backslash
5564         newline since lread.c:read1 has a hack to turn those strings into
5565         integer 0 during the loadup.el process.
5567         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5569 1999-10-13  Dave Love  <fx@gnu.org>
5571         * image.el (insert-image): Copy the image spec and add an
5572         intangible property.
5574 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5576         * help.el (help-xref-interned): Make it also work on variable-only
5577         and function-only symbols.
5578         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5579         (help-follow): If the point under mouse is not highlighted, try
5580         `help-xref-interned' on the pointed-to symbol anyway.
5582         * info.el (Info-on-current-buffer): New entry point.
5583         (Info-find-node): Split into two for Info-on-current-buffer to
5584         hook into it.
5585         (Info-current-file, Info-set-mode-line, Info-up):
5586         Info-current-file can now be t.
5587         (Info-clone-buffer-hook): Function for `clone-buffer'.
5588         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5589         Make `clone-buffer' available in various ways to the user.
5591 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5593         * simple.el (shell-command, shell-command-on-region): Use
5594         make-temp-file.
5595         (clone-buffer, clone-process, clone-buffer-hook): New functions.
5597         * subr.el (with-current-buffer): Don't use backquotes to avoid
5598         bootstrapping problems.
5600         * loadup.el (load-path): Add subdirs for bootstrapping.
5601         (docstrings): Ignore errors during bootstrapping.
5602         (args): New `bootstrap' argument (for use in place of `dump').
5604 1999-10-12  Emmanuel Briot  <briot@gnat.com>
5606         * ada-stmt.el: Doc-string fixes.
5608 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
5610         * recentf.el: New file.
5612         * ps-mode.el: New file.
5614         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5615         case insensitive.
5617 1999-10-12  Richard Sharman  <rsharman@pobox.com>
5619         * sh-script.el: Added support for indenting existing scripts.
5620         (sh-mode-map): Added new bindings.
5621         (sh-mode): Updated mode doc-string for new commands, added
5622         make-local-variable calls, initialize mode-specific variables.
5623         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
5624         is now a different function.
5625         (sh-header-marker):  Changed docstring.
5626         (sh-set-shell): Initialize mode-specific variables.
5627         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5628         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5629         Changed these define-skeleton calls to work with user-specified
5630         indentation settings.
5631         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5632         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5633         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5634         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5635         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5636         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5637         (sh-guess-basic-offset, sh-handle-after-case-label)
5638         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5639         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5640         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5641         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5642         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5643         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5644         (sh-handle-this-then, sh-help-string-for-variable)
5645         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5646         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5647         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5648         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5649         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5650         (sh-remove-our-text-properties, sh-rescan-buffer)
5651         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5652         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5653         (sh-scan-case, sh-search-word, sh-set-char-syntax)
5654         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5655         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5656         functions.
5657         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5658         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5659         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5660         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5661         (sh-var-list): New variables.
5663 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
5665         * quickurl.el (quickurl-list-insert): `count-lines' was returning
5666         a value one line to high if the cursor wasn't at the start of a
5667         line. A `beginning-of-line' is now performed before making the
5668         call to `count-lines'.
5670 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5672         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5674 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
5676         * Makefile (setwins): Abstract out the command to find subdirectories
5677         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5678         (custom-deps, finder-data, autoloads, update-subdirs, updates)
5679         (autoloads-with-other-emacs): Use it.
5681         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
5683 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
5685         * Makefile (bootstrap-compile): New target.  Compile Lisp
5686         files with ../src/temacs.
5688 1999-10-08  Dave Love  <fx@gnu.org>
5690         * ange-ftp.el: Require dired when compiling.
5691         (ange-ftp-normal-login): Allow EFS-style port specification.
5693 1999-10-08  Simon Marshall  <simon@gnu.org>
5695         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5696         (regexp-opt-group): Use it to get common suffixes in STRINGS.
5697         If STRINGS is nil, return "" rather than nil.
5699 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5701         * Makefile (compile): Compile files one by one.  Set load-path to
5702         current directory and subdirectories when compiling.
5704 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5706         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5707         (emacs): Use it everywhere instead of EMACS.
5708         (compile): New target.  Compile all Lisp files from scratch.
5709         (recompile): New target.  Recompile lisp directory.
5710         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
5711         an Emacs executable not built in the current directory tree.
5713 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
5715         * filecache.el (file-cache-completion-ignore-case): New variable,
5716         defaulting to the value of completion-ignore-case.
5717         (file-cache-minibuffer-complete): Use it.
5718         (file-cache-files-matching, file-cache-files-matching-internal):
5719         New functions.
5721 1999-10-07  Emmanuel Briot  <briot@gnat.com>
5723         * ada-xref.el: New file
5725         * ada-prj.el: New file
5727         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5729         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5730         subprogram being created.
5732         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5733         ada-indent-newline-indent): Rewritten to support the new indentation
5734         scheme
5736         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5737         New functions
5739         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5740         justification parameter
5742         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5743         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5744         external program
5746 1999-10-07  Dave Love  <fx@gnu.org>
5748         * bindings.el (bound-and-true-p): New macro.
5749         (make-mode-line-mouse-sensitive): Don't require easymenu.
5751 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
5753         * custom.el (defface): Extend documentation for new values of
5754         `type'.
5756         * faces.el (face-spec-set-match-display): Recognize `type' of
5757         `motif', `lucid', `x-toolkit'.
5758         (menu): New face.
5760 1999-10-05  Dave Love  <fx@gnu.org>
5762         * files.el: Recognize temporary crontab files.
5764         * info.el: Require jka-compr when compiling.
5765         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5767 1999-10-04  Dave Love  <fx@gnu.org>
5769         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5770         scroll-up-aggressively, scroll-down-aggressively.
5772         * time.el (display-time-mode): Add autoload cookie.
5774         * rect.el (delete-extract-rectangle): Doc fix from verna.
5776         * help-macro.el (three-step-help): Customize.
5778 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5780         * hexl.el (hexlify-buffer): Move point in proper range
5781         if it is too large.
5782         (hexl-after-revert-hook): Update hexl-max-address.
5783         (hexl-address-to-marker): Doc fix.
5785 1999-10-03  Dave Love  <fx@gnu.org>
5787         * image.el (defimage): Remove redundant code.  Substitute file in
5788         image plist.
5790 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5792         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5793         when doing with-temp-file.
5795 1999-10-01  Dave Love  <fx@gnu.org>
5797         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5799         * help.el: Require view when compiling.
5800         (view-emacs-FAQ): Use Info version.
5802 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
5804         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5805         (normat->normal).  Use correct font names for Korean
5806         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5808 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
5810         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5811         code not used by KOI8 to the same 8-bit code instead of mapping to
5812         SPC.
5813         (cyrillic-alternativnyj-decode-table): Likewise.
5815 1999-09-29  Alex Schroeder  <alex@gnu.org>
5817         * sql.el (sql-imenu-generic-expression): Aew, used to set
5818         imenu-generic-expression.
5819         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5820         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
5821         imenu-case-fold-search, and imenu-syntax-alist.
5822         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5823         setting font-lock-defaults' SYNTAX-ALIST.
5825 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5827         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5828         macro, try again.
5830 1999-09-28  Dave Love  <fx@gnu.org>
5832         * cus-edit.el (custom-comment): Change widget definition.
5833         (custom-comment-create, custom-comment-show)
5834         (custom-comment-invisible-p): Don't use :comment-overlay.
5835         (custom-comment-hide): New function.
5836         (custom-variable-set, custom-variable-save)
5837         (custom-variable-reset-standard, custom-face-set)
5838         (custom-face-save): Use it.
5840 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5842         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5844 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5846         * faces.el (region): Doc fix.
5848 1999-09-27  Dave Love  <fx@gnu.org>
5850         * isearch.el (isearch): Add :links in defgroup.
5851         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5852         (isearch-switch-frame-handler): Comment out (unused).
5853         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5854         (isearch-ring-retreat-edit): Doc fix.
5855         (isearch-mouse-yank): New command.
5856         (isearch-last-command-char): Removed.  Callers changed to use
5857         last-command-char.
5858         (isearch-char-to-string): Removed.  Callers changed to use
5859         char-to-string.
5861 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
5863         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5864         option for Russian.
5866 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
5868         * faces.el (face-differs-from-default-p): Compare face
5869         attributes individually.
5871         * image.el (put-image, insert-image): Add string argument.
5873 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
5875         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5876         LANG=de_DE.iso88591 on HPUX 11.0.
5878         * dired.el (dired-move-to-filename-regexp): Make it work
5879         for LANG=de_DE.iso88591 on HPUX 11.0.
5881 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5883         * info.el (info-initialize): Don't test existence of ALTERNATIVE
5884         if we know for some other reason it should not be used.
5886         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5887         New variable.
5888         (edebug-recursive-edit): Save current-prefix-arg there,
5889         bind it, and set it back at the end.
5890         (edebug-outside-excursion): Restore and update the outside
5891         value of current-prefix-arg.
5892         (edebug-emacs-version-specific): Delete support for Epoch.
5894 1999-09-24  Howard Melman  <howard@silverstream.com>
5896         * imenu.el (imenu-after-jump-hook): New variable.
5897         (imenu): Run menu-after-jump-hook.
5898         (imenu-name-lookup-function): New variable.
5899         * imenu.el (imenu--in-alist): Use those variables.
5901 1999-09-24  Carsten Dominik  <cd@gnu.org>
5903         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5904         multiple thebibliography environments.
5906         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5907         with recentering window.
5908         (reftex-extract-bib-entries-from-thebibliography,
5909         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
5910         with multiple thebibliography environments.
5912         * textmodes/reftex-vars.el
5913         (reftex-section-levels): Function allowed as cdr.
5914         (reftex-max-section-depth) New option.
5916         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5917         with multiple thebibliography environments.
5919 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
5921         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5922         instead of point-min in call to delete-region.
5924 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5926         * vc.el (vc-backend-checkout): Use with-temp-file when checking
5927         out into arbitrary file names.
5929 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
5931         * language/european.el ("Turkish"): New language environment.
5933 1999-09-19  Dave Love  <fx@gnu.org>
5935         * delim-col.el: New file.
5937 1999-09-17  Richard Stallman  <rms@gnu.org>
5939         * files.el (after-find-file): When visiting a backup file,
5940         make it read-only.
5942         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5943         (apropos-keybinding-face, apropos-label-face): Likewise.
5944         (apropos-property-face, apropos-match-face): Likewise.
5945         (apropos-label-properties): New variable.
5946         (apropos-print-doc): Use apropos-label-properties.
5947         (apropos-print): Set apropos-label-properties.
5949 1999-09-15  Richard Stallman  <rms@gnu.org>
5951         * winner.el: Use aref instead of sref.
5953         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5955 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
5957         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5959 1999-09-14  Richard Stallman  <rms@gnu.org>
5961         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5962         cookie, even if followed by a letter.
5964 1999-09-14  Stephen Eglen  <stephen@gnu.org>
5966         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5967         --no-line-editing are passed to Octave by including them here
5968         rather than storing them in inferior-octave-startup-args.
5970 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
5972         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5973         command, option, env and sc.
5975         * subr.el (shell-quote-argument): Quote argument with double
5976         quotes for ms-dos.
5978 1999-09-14  Richard Stallman  <rms@gnu.org>
5980         * simple.el (eval-expression-print-level): New variable.
5981         (eval-expression-print-length): New variable.
5982         (eval-expression-debug-on-error): New variable.
5983         (eval-expression): Bind print-level, print-length and
5984         debug-on-error from those vars.
5986         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5987         Bind print-level, print-length and debug-on-error.
5989 1999-09-14  Inge Frick  <inge@nada.kth.se>
5991         * dired.el (dired-recursive-deletes): New custom variable.
5992         (dired-re-no-dot): New variable.
5993         (dired-delete-file): New function deletes files and directories
5994         recursively.
5995         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5997         * dired-aux.el (dired-recursive-copies): New custom variable.
5998         (dired-handle-overwrite): Broke a long line.
5999         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6000         `copy-file'.
6001         (dired-copy-file-recursive): New function.  Copy directories
6002         recursively.
6003         (dired-do-create-files): Added support for generalized directory
6004         target.  How-to function may now return a function.  New fluid
6005         variable `dired-one-file'.
6006         (dired-copy-how-to-fn): New variable.
6007         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6008         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6009         (dired-do-copy-regexp): No recursive copies.
6011 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6013         * whitespace.el (whitespace-version): Update version to 2.4
6015         * whitespace.el: Add customization variables to conditionally test
6016         any of the five whitespaces, per request from Rune Kleveland
6017         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6019         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6021         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6022         list of modes to be checked for bogus whitespaces.
6024         * whitespace.el (whitespace-rescan-timer-time): Update
6025         documentation.
6027         * whitespace.el (whitespace-display-unchecked-whitespaces):
6028         New function to update modeline with untested whitespaces.
6030         * whitespace.el (whitespace-buffer): Test only whitespaces whose
6031         checking is turned on, and update modeline using the newly created
6032         `whitespace-display-unchecked-whitespaces'.
6034         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6035         whose checking is turned on, and update modeline using the newly
6036         created `whitespace-display-unchecked-whitespaces'.
6038         * whitespace.el (whitespace-describe): Update documentation.
6040         * whitespace.el (whitespace-tickle-timer): Test if
6041         `whitespace-rescan-timer-time' is non-zero before tickling timer.
6043 1999-09-13  Dave Love  <fx@gnu.org>
6045         * hideif.el (hide-ifdef-mode): Add autoload cookie.
6047         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6048         for temp buffer.
6049         (checkdoc-this-string-valid): Don't assume default comment-start.
6051 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
6053         * rsz-mini.el: Remove code, keep the interface.
6055 1999-09-13  Dave Love  <fx@gnu.org>
6057         * help.el (help-highlight-p): Doc fix.
6059         * faces.el (mode-line, header-line, tool-bar): Add :version.
6060         (highlight, secondary-selection): Add :group.
6061         (trailing-whitespace): Add :group, :version.
6063         * wid-edit.el: Remove some compatibility code and checks.
6064         (widget-specify-field, widget-specify-button): Don't use XEmacs
6065         properties.
6066         (widget-overlay-inactive): Change error message.
6067         (widget-button-pressed-face): New variable.
6068         (widget-button-click): Use it.
6069         (widget-documentation-link-add): Specify mouse and button faces.
6070         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6071         removed now the functionality is built in.
6073         * cus-edit.el: Don't define-widget-keywords.
6074         (multimedia): New group.
6075         (custom-last): Function removed.
6076         (custom-quote): Add vectorp case, comment out characterp case.
6077         (custom-buffer-done-function, custom-raised-buttons): New option.
6078         (Custom-buffer-done): New function.
6079         (custom-buffer-create-internal): Obey custom-raised-buttons,
6080         Custom-buffer-done.
6081         (custom-button-face): Make it `released-button'.
6082         (custom-button-pressed-face): Make it `pressed-button'
6083         (custom-mode-map): Bind "q" to Custom-buffer-done.
6084         (custom-mode): Deal with raised/pressed buttons.
6086         Changes from Didier Verna:
6087         (custom-prompt-variable): Optional third arg makes prompt for a
6088         comment string.
6089         (customize-set-value, customize-set-variable,
6090         customize-save-variable): Optional prefix makes function handle
6091         variable comments.
6092         (customize-customized, customize-saved, custom-variable-state-set)
6093         (custom-variable-set, custom-variable-save, custom-face-state-set)
6094         (custom-variable-reset-saved, custom-variable-reset-standard)
6095         (custom-face-set, custom-face-save, custom-face-reset-saved)
6096         (custom-face-reset-standard, customize-save-customized): Handle
6097         custom comments.
6098         (custom-comment-face, custom-comment-tag-face): New face.
6099         (custom-comment): New widget.
6100         (custom-comment-create, custom-comment-delete)
6101         (custom-comment-value-set, custom-comment-show)
6102         ()custom-comment-invisible-p): New functions.
6103         (custom-variable-value-create, custom-face-value-create): Create a
6104         comment field widget.
6105         (custom-variable-menu, custom-face-menu): New entry for custom
6106         comment.
6107         (custom-face-value-create): Remove compatibility code.
6108         (custom-save-variables, custom-save-faces): Possibly save custom
6109         comments.
6111         * cus-face.el (custom-face-attributes): Simplify :underline,
6112         :overline, :inverse-video cases.  Fix up :box case (probably needs
6113         more work).
6115         Change from Didier Verna:
6116         (custom-set-faces): The arguments can now have a custom comment as
6117         fourth argument.
6119         * custom.el: Don't define-widget-keywords.
6120         Change from Didier Verna:
6121         (custom-set-variables): The arguments can now have a
6122         custom comment as fifth element.
6124 1999-09-13  Richard Stallman  <rms@gnu.org>
6126         * info.el (Info-find-node): Cope better if guesspos is too large.
6128 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6130         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6131         of buffer-substring because buffer-string doesn't copy the
6132         prompt.
6134         * faces.el (mode-line): Replaces `modeline'.
6135         (toplevel): Make `modeline' an alias for `mode-line'.
6137 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
6139         * gs.el: Change `ghostscript' to `postscript' in comment.
6141 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
6143         * emulation/tpu-edt.el (tpu-version): New version.
6144         (tpu-search-overlay, tpu-replace-overlay): New variables.
6145         (tpu-search-highlight, tpu-toggle-direction): New functions.
6146         (tpu-lm-replace): Set tpu-replace-overlay.
6147         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6148         command hook.
6150 1999-09-11  Richard Stallman  <rms@gnu.org>
6152         * isearch.el (isearch-mode-map): Undo previous change.
6154         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6155         use all of that as the sexp.
6157         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6158         and use the initial argument as file name directly.
6159         Likewise if nothing matches.
6161 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
6163         * winner.el: Major changes.  Avoid changing point and mark.
6164         Save configurations after they change, not before.
6166 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
6168         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6169         Bind print-continuous-numbering and print-number-table.
6171 1999-09-10  Dave Love  <fx@gnu.org>
6173         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6175 1999-09-09  Richard Stallman  <rms@gnu.org>
6177         * whitespace.el: Finish making it fit Emacs conventions.
6178         Add autoloads.
6180 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
6182         * generic-x.el (bat-generic-mode): "::"-style comments don't
6183         need to begin with "-".  Fix the font-lock definitions of ON/OFF
6184         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
6185         from the list of keywords.  Add DO to the list of keywords.
6187 1999-09-09  Dave Love  <fx@gnu.org>
6189         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6190         (byte-optimize-backward-word): New optimizations.
6191         (side-effect-free-fns, side-effect-and-error-free-fns): Add
6192         entries.
6194 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
6196         * image.el (put-image): Remove optional buffer parameter.
6198         * faces.el (face-italic-p): Return t only for values `italic'
6199         and `oblique'.
6201         * mouse.el (mouse-drag-mode-line-1): Extension of former
6202         mouse-drag-mode-line that also drags the header line.
6203         (mouse-drag-mode-line): Call it.
6204         (mouse-drag-header-line): New.
6205         (toplevel): Bind down-mouse-1 on header lines to
6206         mouse-drage-header-line.
6208 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6210         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6211         (make-mode-line-mouse-sensitive): Replace `top-line' by
6212         `header-line'.
6214 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6216         * help.el (describe-function-1): Don't return empty string for keymaps.
6218         * fill.el (fill-region-as-paragraph, canonically-space-region):
6219         Respect colon-double-space at end of line.
6221 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6223         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6224         (backup-buffer): Use it.
6226 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6228         * generic-x.el (generic-define-unix-modes): Added new modes:
6229         inetd-conf-generic-mode, etc-services-generic-mode,
6230         etc-passwd-generic-mode.  These are all defined for Unix by default.
6231         (apache-generic-mode): Use an imenu-generic-expression to list
6232         Configuration keywords.
6233         (samba-generic-mode): Use both ; and # as comment characters.
6234         (samba-generic-mode): Font-lock expressions now highlight name
6235         value pairs.
6236         (bat-generic-mode): Keywords are now case-insensitive through
6237         font-lock-defaults setting.
6238         (java-properties-generic-mode): Supports both ! and # as comment
6239         characters.
6240         (java-properties-generic-mode): Added an imenu-generic-expression
6241         (java-properties-generic-mode): Reworked to support the various
6242         different ways to separate name and value (viz, '=', ':' and
6243         whitespace).
6244         (show-tabs-generic-mode): Added this new generic-mode.
6246 1999-09-08  Richard Stallman  <rms@gnu.org>
6248         * progmodes/inf-lisp.el: Moved from top directory.
6250         * tar-mode.el (tar-header-block-tokenize):
6251         Use `when' instead of `and'.  Fix some clobbered text.
6253         * gud.el (gud-make-debug-menu): Make a child for the
6254         local menu, for its menu bar, and the debug menu.
6255         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6256         Use the history in the simple way.
6258 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6260         * language/korea-util.el (default-korean-keyboard): Initialize it
6261         according to the environment variable HANGUL_KEYBOARD_TYPE.
6263 1999-09-07  Richard Stallman  <rms@gnu.org>
6265         * subr.el (make-temp-file): New function.
6267 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6269         * font-lock.el (font-lock-multiline): New text property contains
6270         a boolean to indicate if the char is part of a multiline match.
6271         (font-lock-default-fontify-region): Extend the region appropriately
6272         for multiline keywords.
6273         (font-lock-default-unfontify-region): Also remove the new
6274         font-lock-multiline text property.
6275         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6276         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6278 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6280         * diary-lib.el (list-diary-entries): Make sure two-digit years
6281         have leading zeros.
6283 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6285         * faces.el (face-set-after-frame-default): Initialize some
6286         attributes of some faces from frame parameters.
6288         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6290 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6292         * faces.el (fringe): Replaces face `margin'.
6294 1999-09-07  Dave Love  <fx@gnu.org>
6296         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6298 1999-09-07  Richard Stallman  <rms@gnu.org>
6300         * subr.el (push): Doc fix.
6302 1999-09-06  Richard Stallman  <rms@gnu.org>
6304         * vc.el (vc-annotate-display): Use < 69 not < 70
6305         to distinguish 20YY from 19YY.
6307         * timezone.el (timezone-parse-date): Use < 69 not < 70
6308         to distinguish 20YY from 19YY.
6310         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6312 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6314         * quickurl.el: (quickurl-list-focused-line): Removed.
6315         (quickurl-list-insert): Now works out the focused line using
6316         `count-lines' instead of using `quickurl-list-focused-line'.
6318 1999-09-06  Richard Stallman  <rms@gnu.org>
6320         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6321         to beginning of message.
6323 1999-09-06  Dave Love  <fx@gnu.org>
6325         * isearch.el (isearch-mode-map): Add mouse-2.
6327         * mail/rmail.el (rmail-read-password): Deleted.
6328         (rmail-get-pop-password): Use read-password.
6330         * quickurl.el: Don't conditionally define caddr.
6331         (quickurl-url-comment): Use nth, not caddr in function and
6332         defsetf.
6334 1999-09-06  Richard Stallman  <rms@gnu.org>
6336         * auto-show.el: Doc fixes.
6338 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6340         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6341         --no-line-editing so that TABs in source files are not interpreted
6342         as completion requests.
6344 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6346         * hscroll.el, auto-show.el: Remove all code, keep the public
6347         interface as no-ops.
6349         * faces.el (face-bold-p): Don't return t if face has lighter
6350         weight than normal.
6352 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6354         * startup.el (command-line): Make small-temporary-file-directory
6355         be nil except on ms-dos.
6357         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6359         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6360         is defined.
6362         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6363         letters with a colon after d or l.
6365 1999-09-06  Dave Love  <fx@gnu.org>
6367         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6368         primitive.)
6370 1999-09-05  Richard Stallman  <rms@gnu.org>
6372         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6374         * textmodes/paragraphs.el (backward-kill-sentence):
6375         Don't test minibuffer-prompt-end here.
6376         (forward-sentence): Do handle it here.
6377         (backward-kill-paragraph): Don't test it here.
6378         (forward-paragraph): Handle it here.
6380         * mouse.el (font-menu-add-default): Simplify code.
6382 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6384         * faces.el (header-line): Renamed from `top-line'.
6386 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6388         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6390 1999-09-04  Richard Stallman  <rms@gnu.org>
6392         * whitespace.el: New file.
6394 1999-09-04  Dave Love  <fx@gnu.org>
6396         * paths.el: Make some doc strings obey the make-docfile convention.
6398         * bindings.el: Likewise.
6399         (debug-ignored-errors): Remove BBDB ones.
6401 1999-09-03  Richard Stallman  <rms@gnu.org>
6403         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6404         not from the draft to forward.
6406         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6408 1999-09-03  Dave Love  <fx@gnu.org>
6410         * double.el (double-mode): Customize the variable.
6412 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6414         * international/characters.el: Delete duplicated code.
6416 1999-09-02  Richard Stallman  <rms@gnu.org>
6418         * indent.el (indent-relative): Doc fix.
6420         * quickurl.el (quickurl): Doc fix.
6422 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6424         * faces.el (margin): Change background to "gray" for mono (this is
6425         drawn with a stipple pattern).
6427 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6429         * simple.el (next-history-element): Use minibuffer-prompt-end once
6430         again.  Remove test for minibuffer-prompt-in-buffer.
6432 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6434         * files.el (small-temporary-file-directory): New variable.
6436         * startup.el (command-line): Compute the value of
6437         small-temporary-file-directory.
6439         * ediff-init.el (ediff-temp-file-prefix): Use
6440         small-temporary-file-directory if non-nil.
6442         * vc.el (vc-update-change-log): Likewise.
6444         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6446         * simple.el (shell-command, shell-command-on-region): Use
6447         make-temp-name properly.  Use small-temporary-file-directory if
6448         non-nil, otherwise temporary-file-directory, to generate temporary
6449         files.
6451         * dos-w32.el (direct-print-region-helper): Use
6452         temporary-file-directory.  (From Stefan Monnier.)
6454 1999-09-02  Richard Stallman  <rms@gnu.org>
6456         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6457         from asm-comment-char.
6458         (asm-font-lock-keywords): Recognize instruction width suffixes.
6460 1999-09-01  Richard Stallman  <rms@gnu.org>
6462         * play/fortune.el: New file.
6464 1999-08-31  Dave Love  <fx@gnu.org>
6466         * help.el (help-make-xrefs): Don't lose on non-empty blank line
6467         after key table.
6469         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6470         redisplay variables.
6472         * subr.el (push): Fix typo.
6474 1999-08-30  Kevin Blake  <kblake@ticnet.com>
6476         * emacs-lisp/ring.el: Many doc fixes.
6477         (ring-size, ring-copy): New functions.
6479 1999-08-29  Richard Stallman  <rms@gnu.org>
6481         * progmodes/etags.el (tags-loop-continue):
6482         After tags-loop-operate returns, force skip to next file.
6484         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6485         (mail-extr-first-letters, mail-extr-last-letters):
6486         Use character classes [:alpha:] and [:alnum:].
6488         * subr.el (push, pop): New macros.
6490         * progmodes/compile.el (compilation-error-regexp-alist):
6491         New item for SGI IRIX MipsPro compilers.
6493         * speedbar.el (speedbar-directory-buttons): Recognize
6494         device names when checking for file names.
6496         * array.el (array-reconfigure-rows): Use generate-new-buffer.
6498         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6499         and specially handle defvar inside their expansions.
6500         (eval-defun-1): New subroutine.
6502         * progmodes/compile.el (compilation-error-regexp-alist):
6503         Fix the Perl -w entry to allow period after line number.
6504         Don't allow newlines in file name, but allow them after line number
6505         for Perl debugging traces.
6507         * which-func.el (which-func-cleanup-function): New variable.
6508         (which-function): Call that function.
6510         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6511         to end a function name.
6513         * informat.el (Info-tagify): Don't insert more than one newline
6514         before the tag table.
6516 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6518         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6519         than make-temp-name, use match-string-no-properties, and eliminate
6520         a quadratic behavior when building bibtex-strings.
6522 1999-08-29  Alex Schroeder  <alex@gnu.org>
6524         * comint.el (comint-input-ring-separator): New variable.
6525         (comint-read-input-ring): Doc change; use
6526         comint-input-ring-separator when reading file.
6527         (comint-write-input-ring): Use
6528         comint-input-ring-separator when writing file.
6530 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
6532         * informat.el (Info-tagify): Start by widening.
6533         Match node headers that don't list the file name,
6534         and more kinds of page separations.
6535         Strip properties during tagification.
6536         Use start of node header line as tag's position.
6537         Fix the "done" message.
6539         (Info-validate): Save and restore match data around narrowing down.
6541 1999-08-28  Richard M. Stallman  <rms@gnu.org>
6543         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6544         On repeated call, override previous values put into
6545         minor-mode-map-alist and minor-mode-alist.
6547 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
6549         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6551 1999-08-27  Andreas Schwab  <schwab@gnu.org>
6553         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6554         from cvs update.
6556 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6558         * calendar/calendar.el (calendar-move-hook): New hook.
6560         * calendar/cal-move.el: Call the new hook in every movement function.
6562         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6563         the right function name.
6565 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
6567         * time-stamp.el: Put quote-backquote around all symbol names
6568         in doc strings, for mousing.
6569         (time-stamp): Support multi-line patterns.
6570         (time-stamp-inserts-lines): New variable.
6571         (time-stamp-count): New variable.
6572         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6573         "Thu" instead of "%a".
6575 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6577         * simple.el (kill-word): Undo previous change.
6579 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6581         * jit-lock.el (jit-lock-function): Extend the fontified range
6582         to the beginning of the line containing the range start and
6583         the beginning of the line following the range end.
6585 1999-08-24  Dave Love  <fx@gnu.org>
6587         * timezone.el: Move provide to end.
6588         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
6589         <70 are 2000+.
6590         (timezone-parse-time): Simplify somewhat.
6592 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
6594         * faces.el (margin): Renamed from bitmap-area.
6596 1999-08-24  Alex Schroeder  <alex@gnu.org>
6598         * sql.el: Doc changes.
6599         (sql-sybase): Use sql-server instead of sql-database.
6601 1999-08-23  Dave Love  <fx@gnu.org>
6603         * rect.el: Add/fix various doc strings.  Add `*' to all the
6604         interactive specs.
6606 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
6608         * jit-lock.el (jit-lock-function): Use line-beginning-position.
6609         Don't unwind-protect font-lock-fontify-region.
6611         * paragraphs.el (backward-kill-paragraph): Don't move
6612         point into mini-buffer prompt.
6613         (backward-kill-sentence): Ditto.
6615         * simple.el (next-history-element): Use minibuffer-prompt-end.
6616         Remove test for minibuffer-prompt-in-buffer.
6617         (kill-word): Don't move point into mini-buffer prompt.
6619 1999-08-21  Dave Love  <fx@gnu.org>
6621         * Makefile: Exclude CVS dirs like RCS.
6623 1999-08-19  Dave Love  <fx@gnu.org>
6625         * tooltip.el (tooltip-mode): Customize this, per convention.
6626         (tooltip-active): Option deleted.
6628         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
6630         * hanoi.el, page-ext.el: Declare dynamic vars.
6632         * term.el: Avoid ange-ftp related compilation warnings.
6634 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
6636         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6637         the default so that beginners can benefit from it without
6638         searching in manuals.
6640 1999-08-18  Ray Blaak  <blaak@gnu.org>
6642         * progmodes/delphi.el: Consider assembly sections as blocks, to
6643         indent them better. Make auto-indent on newline optional.
6645 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
6647         * bindings.el (mode-line-modified): Look up key binding for C-x
6648         C-q.  If it's bound call that binding, otherwise call
6649         toggle-read-only.
6651 1999-08-17  Dave Love  <fx@gnu.org>
6653         * info.el (info): Doc fix.
6655         * finder.el (finder-known-keywords): Add `multimedia'.
6657         * apropos.el: Don't capitalize custom group name.
6659         * info-look.el: Remove compatibility code.
6660         (info-lookup-guess-default*): DTRT for point at start of symbol.
6661         (info-complete): Don't lose with point not at end of symbol.
6663 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
6665         * term.el (toplevel): Make face `term-default' an empty face.
6666         The code relied on the fact that Emacs ignored invalid faces in
6667         face text properties in 20.4.
6669 1999-08-16  Richard M. Stallman  <rms@gnu.org>
6671         * subr.el (point-at-eol, point-at-bol): New aliases.
6673         * simple.el: Functions reordered.
6675         * rect.el (delete-rectangle-line): Use line-end-position.
6677 1999-08-16  Karl Heuer  <kwzh@gnu.org>
6679         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6680         here from simple.el.
6682 1999-08-16  Dave Love  <fx@gnu.org>
6684         * mouse.el: Provide `mldrag' for compatibility.
6685         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6686         marked obsolete.
6688         * mldrag.el: Removed since the features are in mouse.el.
6690         * jka-compr.el (auto-compression-mode): New variable for
6691         customization.
6693         * bindings.el (mode-line-mule-info): Doc fix.
6695         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6696         name comparisons.
6698         * files.el (interpreter-mode-alist): Add make, guile, clisp.
6699         (find-file): Doc fix.
6701 1999-08-16  Carsten Dominik  <cd@gnu.org>
6703         * textmodes/reftex.el: Most of the code moved to other files.
6704         * textmodes/reftex-auc.el: New file, split out from reftex.el
6705         * textmodes/reftex-cite.el: New file, split out from reftex.el
6706         * textmodes/reftex-global.el: New file, split out from reftex.el
6707         * textmodes/reftex-index.el: New file, split out from reftex.el
6708         * textmodes/reftex-parse.el: New file, split out from reftex.el
6709         * textmodes/reftex-ref.el: New file, split out from reftex.el
6710         * textmodes/reftex-sel.el: New file, split out from reftex.el
6711         * textmodes/reftex-toc.el: New file, split out from reftex.el
6712         * textmodes/reftex-vars.el: New file, split out from reftex.el
6713         * textmodes/reftex-vcr.el: New file, split out from reftex.el
6715 1999-08-16  Carsten Dominik  <cd@gnu.org>
6717         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6718         conflict with pop-up-frames.
6719         (reftex-special-environment-parsers): New constant.
6720         (reftex-label-alist): car of an entry can also be a function.
6721         (reftex-what-special-env): Cew function.
6722         (reftex-label-location): Call `reftex-what-special-env'.
6723         (reftex-compile-variables): Check for symbol in
6724         `reftex-label-alist'.
6725         (reftex-what-environment): Fixed bug with stacked environments of
6726         same kind (e.g. enumerate).
6727         (reftex-process-string): Preserve default directory.
6728         (reftex-label-alist-builtin): Changed prefixes of endnote and
6729         footnote.  Also the magic words.
6730         (reftex-reference): Interprete new option
6731         `reftex-fref-is-default'.
6732         (reftex-replace-prefix-escapes): Interprete new `%S' format.
6733         (reftex-toc-mouse-view-line): Command removed (had no binding).
6734         (reftex-everything-regexp): New function.
6735         (reftex-nearest-match): Made better.
6736         (reftex-toc-find-section): Use new version of
6737         `reftex-nearest-match'.
6738         (reftex-insert-docstruct): Adapted to work with the index stuff.
6739         (reftex-parse-from-file): Find index entries as well.
6740         (reftex-toc-toggle-index): New function
6741         (reftex-toc-map): `i' is now used to togle the index, File
6742         boundaries has been moved to `F'.
6743         (reftex-select-label-map): Toggling display of file boundaries is
6744         now on the `F' key, for consistency with `reftex-toc-map'.
6745         (reftex-erase-all-selection-and-index-buffers): Renamed from
6746         `reftex-erase-all-selection-buffer'.  Now also kills the index
6747         buffers.
6748         (reftex-viewing-cross-references): Customization group renamed
6749         from reftex-viewing-cross-references-and-citations.
6750         (reftex-index-macro-regexp,
6751         reftex-find-index-entry-regexp-format): New variables
6752         (reftex-macros-with-index): New variable
6753         (reftex-add-index-macros): New function
6754         (reftex-renumber-simple-labels, reftex-translate): Allow for
6755         multiple labels in a single ref command.
6756         (reftex-index-support): New customization group
6757         (reftex-support-index, reftex-index-special-chars,
6758         reftex-index-macros, reftex-index-default-macro,
6759         reftex-index-default-tag, reftex-index-math-format,
6760         reftex-index-section-letters, reftex-index-include-context,
6761         reftex-index-follow-mode, reftex-index-header-face,
6762         reftex-index-section-face, reftex-index-tag-face,
6763         reftex-index-face): New options
6764         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6765         reftex-index-tag, reftex-index-return-marker,
6766         reftex-index-restriction-indicator, reftex-index-restriction-data,
6767         reftex-index-macro-regexp, reftex-index-level-re,
6768         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6769         reftex-everything-regexp-no-index, reftex-index-re,
6770         reftex-macros-with-index, reftex-index-macro-alist): New variables
6771         (reftex-index-help, reftex-index-macros-builtin,
6772         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6773         reftex-query-index-macro-help): New constants
6774         (reftex-index-selection-or-word, reftex-index,
6775         reftex-default-index, reftex-update-default-index,
6776         reftex-index-complete-tag, reftex-index-select-tag,
6777         reftex-index-complete-key, reftex-index-update-taglist,
6778         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6779         reftex-display-index, reftex-insert-index,
6780         reftex-index-insert-new-letter, reftex-get-restriction,
6781         reftex-index-pre-command-hook, reftex-index-post-command-hook,
6782         reftex-index-show-help, reftex-index-next, reftex-index-previous,
6783         reftex-index-toggle-follow, reftex-index-toggle-context,
6784         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6785         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6786         reftex-index-quit, reftex-index-quit-and-kill,
6787         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6788         reftex-index-revert, reftex-index-switch-index-tag,
6789         reftex-index-restrict-to-section, reftex-index-widen,
6790         reftex-index-restriction-forward,
6791         reftex-index-restriction-backward, reftex-index-visit-location,
6792         reftex-index-analyze-entry, reftex-index-globalize,
6793         reftex-index-edit, reftex-index-toggle-range-beginning,
6794         reftex-index-toggle-range-end, reftex-index-edit-key,
6795         reftex-index-edit-attribute, reftex-index-edit-visual,
6796         reftex-index-edit-part, reftex-index-level-down,
6797         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6798         reftex-index-change-entry, reftex-index-goto-letter,
6799         reftex-add-index-macros, reftex-ensure-index-support,
6800         reftex-index-info-safe, reftex-index-info): New functions.
6803 1999-08-15  Richard M. Stallman  <rms@gnu.org>
6805         * paren.el (show-paren-mode): Support making show-paren-mode
6806         a buffer-local variable.  Don't check for a window system.
6807         (show-paren-function): Check whether show-paren-function is
6808         enabled in current buffer; do the right thing if not.
6809         Don't check for a window system.
6810         (show-paren-mode): Make it a user variable.
6812         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6813         Handle `enum' like `struct'.
6815         * server.el (server-process-filter): If a client visits no buffers,
6816         close it immediately before recording it.
6818         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6819         Optimize by calling concat just once.  Handle =\n sequence.
6820         (mail-unquote-printable-region): New command.
6821         (mail-quote-printable): Make it autoload.
6823 1999-08-15  Karl Heuer  <kwzh@gnu.org>
6825         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6827 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
6829         * lisp/texinfmt.el: Handle @ifnottex.
6831 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
6833         * frame.el (blink-cursor): Don't turn on cursor blinking for
6834         ms-dos.
6836         * faces.el (face-valid-attribute-values): Look in
6837         x-bitmap-file-path only for x and w32 window systems.
6839         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6840         Do that if width is nil as well.
6841         (x-display-mm-height, x-display-mm-width): Update values.
6842         (x-colors): Compute the list from msdos-color-values.
6843         (x-select-enable-clipboard): Doc fix.
6844         (x-frob-font-weight, x-font-family-list): New functions.
6846 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
6848         * window.el (shrink-window-if-larger-than-buffer): Don't try to
6849         back up from beginning of buffer.
6851 1999-08-13  Karl Heuer  <kwzh@gnu.org>
6853         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6855 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
6857         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
6858         doomsday clock, speed control is added and changes are made to
6859         allow large numbers of rings: rings now show the whole ring
6860         number, not just the last digit; consecutive rings are allowed to
6861         be the same size when necessary to fit all the rings in the
6862         window; and poles can be oriented horizontally.  Face support is
6863         thrown in gratuitously.
6864         (hanoi): Changed default number of rings back to 3.
6865         (hanoi-unix, hanoi-unix-64): New commands
6866         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6867         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6868         hanoi-odd-ring-face): New variables.
6869         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6870         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6871         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6872         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6873         (hanoi-topos, hanoi-draw-ring): Removed.
6875 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
6877         * faces.el (face-valid-attribute-values): Return an alist for
6878         families on ttys.
6879         (face-read-integer): Handle unspecified face attributes.  Add
6880         completion for `unspecified'.
6881         (read-face-attribute): Handle unspecified font attributes.
6882         (face-valid-attribute-values): Add `unspecified' to lists so that
6883         it can be chosen via completion.
6884         (face-read-string): Don't recognize "none" as input.
6886 1999-08-10  Dave Love  <fx@gnu.org>
6888         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6889         string.
6891         * sun-curs.el: Require sun-fns.
6893 1999-08-10  Dave Love  <fx@gnu.org>
6895         * autorevert.el (auto-revert-mode): Add autoload cookie.
6897         * hscroll.el, auto-show.el: Files deleted -- we have built-in
6898         hscroll.
6900         * simple.el (hscroll-step, hscroll-point-visible)
6901         (hscroll-window-column): Remove now we have the mentioned real
6902         horizontal autoscrolling.
6904 1999-08-10  Richard M. Stallman  <rms@gnu.org>
6906         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6907         control use of -f option.
6908         (mail-specify-envelope-from): New variable.
6909         (mail-from-style): Doc fix.
6911         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6912         (easy-menu-get-map): New arg TO-MODIFY helps choose
6913         between local and global maps.
6914         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6915         (easy-menu-change): Doc fix.
6917         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6918         (info-lookup-guess-default): Simplified and cleaned up.
6919         (info-lookup-guess-default*): Preserve point.
6921         * view.el (view-mode-disable): If buffer-read-only is nil,
6922         don't change it.
6924         * files.el (after-find-file): Disable View mode if buffer is no
6925         longer read-only.
6927         * view.el (view-mode-enable, view-mode-disable):
6928         Call force-mode-line-update.
6930 1999-08-10  Karl Heuer  <kwzh@gnu.org>
6932         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6933         * array.el, play/landmark.el, international/latin-3.el: Likewise.
6934         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6936 1999-08-10  Alex Schroeder  <asc@bsiag.com>
6938         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6939         to prevent m-eating-bug.
6941 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
6943         * term/pc-win.el (msdos-bg-mode): Remove.  Call
6944         frame-set-background-mode instead.  All callers changed.
6945         (msdos-face-setup): Don't force color display parameter, it is set
6946         by frame-set-background-mode.
6947         (make-msdos-frame): Call x-handle-reverse-video and
6948         face-set-after-frame-default.  Delete frame if creation failed.
6950         * faces.el (face-set-after-frame-default): Don't call
6951         make-face-x-resource-internal for the pc window-system.
6953 1999-08-10  Dave Love  <fx@melange.gnu.org>
6955         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6956         case with no docstring specially.
6958 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
6960         * complete.el (PC-do-completion): If completing on file name,
6961         reproduce str by concatenating its directory and basename parts.
6963 1999-08-07  Dave Love  <fx@gnu.org>
6965         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
6966         unibyte to multibyte conversion of search-forward (from Handa),
6967         but avoid the replacement if the language is Latin-N.
6969 1999-08-06  Richard Stallman  <rms@gnu.org>
6971         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6972         of eval-buffer.
6974         * international/mule.el (load-with-code-conversion):
6975         Pass t to eval-buffer for DO-ALLOW-PRINT.
6977 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
6979         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6980         of filenames and attributes.
6981         (ls-lisp-insert-directory): Use directory-files-and-attributes
6982         for speed.
6984 1999-08-05  Dave Love  <fx@gnu.org>
6986         * auto-show.el (auto-show-mode): Fix :set.
6988         * widget.el (define-widget-keywords): Make dummy definition and
6989         comment-out its use.
6991 1999-08-04  Richard Stallman  <rms@gnu.org>
6993         * progmodes/tcl.el: Customized.
6995         * sql.el (sql-accumulate-and-indent): Instead of testing
6996         whether this is Emacs 20 before calling comint-accumulate,
6997         test whether comint-accumulate is defined.
6999 1999-08-04  Dave Love  <fx@gnu.org>
7001         * sgml-mode.el: Require outline when compiling.
7002         (sgml-mode-hook, html-mode-hook): Customize.
7003         (sgml-validate-command): Fix :version.
7004         (html-autoview-mode): Doc fix.
7006         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7007         nothing in Latin-N environment.
7009         * info.el (Info-find-node): Call info-initialize here.
7010         (info): Not here.
7011         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7013 1999-08-04  Richard Stallman  <rms@gnu.org>
7015         * ansi-color.el: New file.
7017 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7019         * dired.el (dired-string-replace-match): Return `nil' when no match
7020         found with global search.
7022         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7023         * terminal.el (te-terminfo-directory):
7024         * mail/mailpost.el (post-mail-send-it):
7025         * mail/metamail.el (metamail-region):
7026         * progmodes/ada-mode.el (ada-tmp-directory):
7027         Use temporary-file-directory.
7029         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7030         (compilation-filter, compilation-forget-errors)
7031         (compilation-parse-errors): Use a marker instead of an integer for
7032         `compilation-parsing-end'.
7034         * progmodes/diff.el (diff-parse-differences):
7035         Use a marker instead of an integer for `compilation-parsing-end'.
7036         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7037         Use a marker instead of an integer for `compilation-parsing-end'.
7039 1999-08-03  Richard Stallman  <rms@gnu.org>
7041         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7042         (Buffer-menu-mode): Doc fix.
7043         (Buffer-menu-view): New command.
7044         (Buffer-menu-view-other-window): New command.
7046 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
7048         * replace.el (query-replace-regexp-eval)
7049         (replace-eval-replacement, replace-loop-through-replacements)
7050         (replace-match-string-symbols): New functions.
7051         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7052         Use replace-loop-through-replacements.
7054 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
7056         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7057         (5x5): Doc fix.
7059 1999-08-03  Dave Love  <fx@gnu.org>
7061         * fortran.el (fortran-indent-new-line): Make it an alias
7062         for reindent-then-newline-and-indent.
7064 1999-08-03  Didier Verna  <verna@inf.enst.fr>
7066         * rect.el: All functions rewritten, except when noted above
7067         their declaration.  Below is a list of interface changes.
7068         (apply-on-rectangle): New function, mostly replaces
7069         `operate-on-rectangle'.  All callers changed.
7070         (move-to-column-force): Pass new second argument to `move-to-column'.
7071         (kill-rectangle): Added optional prefix arg to fill lines.
7072         (delete-rectangle): Ditto.
7073         (delete-whitespace-rectangle): Ditto.
7074         (delete-extract-rectangle): Ditto.
7075         (open-rectangle): Ditto.
7076         (clear-rectangle): Ditto.
7077         (delete-whitespace-rectangle-line): New function.
7078         (delete-rectangle-line): Added third arg FILL.
7079         (delete-extract-rectangle-line): Ditto.
7080         (open-rectangle-line): Ditto.
7081         (clear-rectangle-line): Ditto.
7083 1999-08-03  Ray Blaak  <blaak@gnu.org>
7085         * progmodes/delphi.el: New file.
7087 1999-08-02  Richard Stallman  <rms@gnu.org>
7089         * textmodes/outline.el (outline-previous-heading): New function.
7090         (outline-up-heading-all): Use outline-previous-heading.
7091         (outline-next-heading): Delete definition inserted yesterday.
7093 1999-08-01  Richard Stallman  <rms@gnu.org>
7095         * textmodes/outline.el (outline-next-heading): New function.
7096         (outline-up-heading-all): New function.
7097         (outline-font-lock-level): Using outline-up-heading-all.
7098         Tell outline-back-to-heading to accept invisible headings.
7100         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7102         * mail/mh-utils.el (mh-find-path-run): New variable.
7103         (mh-find-path): Test and set that.
7104         Set mail-user-agent only the first time this function is run.
7105         (mail-user-agent): Defvar deleted.
7107         * info.el (info-initialize): New function.
7108         (info): Call info-initialize.
7109         (Info-directory-list): Initialize to nil,
7110         so info-initialize will set it up for real.
7112 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7114         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7115         does not interpret a time as the year in a day-month entry.
7117         * calendar/diary-lib.el: Change syntax table entry for colon in
7118         the diary as part of the european-date-diary-pattern fix.
7120 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
7122         * international/mule.el (set-auto-coding): Allow whitespace before
7123         and after the "variable: value" pair.
7125 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
7127         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7128         (default-sendmail-coding-system): Doc-string fixed.
7130 1999-07-30  Dave Love  <fx@gnu.org>
7132         * subr.el (assoc-delete-all): New function, renamed from
7133         frame-delete-all.
7135         * frame.el: Change comments to doc strings and other doc fixes.
7136         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7137         Callers changed.
7138         (set-background-color, set-foreground-color, set-cursor-color)
7139         (set-mouse-color, set-border-color): Offer completion of colours.
7140         (cursor): Add :version to defgroup.
7142         * facemenu.el (list-colors-display): Make it work on ttys.
7143         (facemenu-read-color): Likewise.
7145 1999-07-30  Richard M. Stallman  <rms@gnu.org>
7147         * frame.el (frame-notice-user-settings): If background
7148         color has been changed, update background-mode from it,
7149         then update faces.
7151 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
7153         * net-utils.el (finger): Don't do indirect fingering.
7155 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7157         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7158         rules.  Add separator at end of holidays.
7159         (cal-tex-rules): New customizable variable.
7160         (cal-tex-latexify-list): Add optional parameter to put separator
7161         at end.
7163 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
7165         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7166         fill prefix on each line while looping to the end of paragraph.
7167         End paragraph if it's longer than the existing fill prefix.
7169         * textmodes/fill.el (fill-context-prefix): Doc fix.
7171 1999-07-30  Dave Love  <fx@gnu.org>
7173         * font-lock.el (jit-lock): Fix :load, add :version.
7175 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
7177         * term/pc-win.el (msdos-face-setup): Register standard colors in
7178         Vface_tty_color_alist.
7179         (face-color-supported-p, face_color_gray_p): New functions.
7181         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7182         is bound.
7184         * startup.el (command-line): Don't register default colors for
7185         MSDOS window-system.
7187 1999-07-29  Dave Love  <fx@gnu.org>
7189         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7190         charquote.
7192         * lisp-mode.el (eval-defun): Re-written to avoid
7193         capturing variables.
7195         * picture.el (picture-beginning-of-line): Don't call
7196         hscroll-point-visible now we have real autoscrolling.
7197         (picture-end-of-line, picture-newline, picture-open-line):
7198         Likewise.
7200         * international/latin-8.el: New file.
7201         * international/latin-9.el: New file.
7203 1999-07-28  Dave Love  <fx@gnu.org>
7205         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7207         * msb.el: Require cl only when compiling.
7208         (msb--home-dir): Deleted.
7209         (msb--format-title): Use abbreviate-file-name.
7210         (msb--choose-file-menu): Simplify string comparison.
7212 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7214         * faces.el (toolbar): Add face definition for mono displays.
7216 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7218         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7220         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7221         force copying of default-frame-alist.
7223 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7225         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7227 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7229         * frame.el (set-mouse-color): If new color is nil,
7230         really respecify the current color.
7232 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7234         * faces.el (bitmap-area): Change background of face `bitmap-area'
7235         to white for mono displays.
7237 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7239         * international/ccl.el (ccl-embed-symbol): New function.
7240         (ccl-program-p): Deleted.  Now it's implemented in C code.
7241         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7242         (ccl-compile-translate-character): Likewise.
7243         (ccl-compile-map-single): Likewise.
7244         (ccl-compile-multiple-map-function): Likewise.
7245         (declare-ccl-program): Doc-string modified.
7246         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7248 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7250         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7252 1999-07-25  Markus Rost  <rost@gnu.org>
7254         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7255         the entries to make custom-file more readable.
7257 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7259         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7261         * emacs-lisp/edebug.el: Delete compatibility code.
7262         (edebug-next-token-class): If . is followed by a digit,
7263         return `symbol' for the token class.
7265         * startup.el (command-line): If we don't find the user's init file,
7266         set user-init-file to nil.
7268 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7270         * info-look.el (info-lookup-interactive-arguments): Add optional
7271         argument query for new choice of help mode.
7272         (info-lookup-symbol):  Use it.
7273         (info-lookup-file): Ditto.
7274         (info-lookup): Don't switch to other window, if already in Info
7275         buffer.
7277 1999-07-23  Dave Love  <fx@gnu.org>
7279         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7280         syntax.
7281         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7282         (fortran-font-lock-syntactic-keywords): New variable.
7283         (fortran-mode): Use it.
7284         (fortran-font-lock-keywords-1): Don't do comments.
7285         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7286         match data.
7288         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7290         * msb.el (msb-menu-bar-update-buffers): Renamed from
7291         menu-bar-update-buffers.
7292         (msb-custom-set, msb--toggle-menu-type): Call
7293         msb-menu-bar-update-buffers.
7294         (msb-mode): Revise the hook setting.
7296         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7298 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7300         * font-lock.el, help.el, simple.el: Re-integrate previously
7301         described changes that were lost due to errors while checking them
7302         in.
7304 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7306         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7308 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7310         * international/encoded-kb.el
7311         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7312         but push it to unread-command-events.
7313         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7314         (encoded-kbd-self-insert-sjis): Likewise.
7315         (encoded-kbd-self-insert-big5): Likewise.
7317         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7318         before left margin and fill-prefix by fill-find-break-point.
7320 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7322         * info-look.el (info-lookup-setup-mode): Don't give up, if
7323         info-lookup-make-completions returns an error.
7324         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7325         name latex, not latex2e.
7327 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7329         * replace.el (perform-replace): Turn off case-fold-search
7330         if FROM-STRING argument has uppercase in it.
7332 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7334         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7335         mode is on.  Don't use end of changed text.
7337 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7339         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7340         (cl-hash-table-p): Renamed from hash-table-p.
7341         (cl-hash-table-count): Renamed from hash-table-count.
7342         (maphash): Alias to cl-maphash removed.
7343         (gethash): Likewise.
7344         (puthash): Likewise.
7345         (remhash): Likewise.
7346         (clrhash): Likewise.
7348 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7350         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7351         third arg non-nil.  See comment there why this isn't a good idea.
7353 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7355         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7357         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7358         sit-for with 3rd arg non-nil to prevent redisplay.
7360 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7362         * image.el (image-type-from-file-header): If file doesn't
7363         have a directory part, add data-directory.
7365 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7367         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7368         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7369         motion handling when tooltip-gud-tips-p is nil.
7371 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7373         * tooltip.el (tooltip-mode): Don't use `plusp'.
7374         (tooltip-active): Use initial value of nil.
7376         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7378 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7380         * bindings.el (make-mode-line-mouse-sensitive): Add key
7381         definitions for `top-line'.
7383 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7385         * faces.el (top-line): New face.
7387 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7389         * image.el (image-type-regexps): Add regexp for PS files.
7391 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7393         * faces.el (set-face-attribute): Fix wrong handling of frame
7394         begin equal to t.
7396 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7398         * image.el (image-type-regexps): Add PNG format.
7400 1999-07-21  Dave Love  <fx@gnu.org>
7402         * bindings.el (mode-line-modified): New variable.
7403         (mode-line-mode-menu-1): Switch to appropriate window before
7404         showing menu.
7406 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7408         * faces.el (face-underline): Removed.
7409         (face-underline-color): Ditto.
7411 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7413         * faces.el (face-x-resources): Fix typo.
7415 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7417         * faces.el: Remove handling of `:relief', extend handling of
7418         `:box'.
7419         (frame-set-background-mode): Choose new defface specs after
7420         frame parameters have changed.
7422         * cus-face.el: Ditto.
7424 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7426         * custom.el (defface): Extend documentation to include new
7427         face attributes.
7429         * cus-face.el (custom-face-attributes): Add overline,
7430         strike-through, box.
7432         * faces.el (face-valid-attribute-values): Handle overline,
7433         strike-through, box.
7434         (face-attribute-name-alist): Add pairs for new face attributes.
7435         (describe-face): Handle new face attributes.
7437 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7439         * faces.el (face-x-resources): Add overline, strike-through, box.
7441 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7443         * enriched.el (enriched-translations): Add `display' and
7444         "x-display".
7445         (enriched-handle-display-prop): New.
7446         (enriched-decode-display-prop): New.
7448         * format.el (top-level): Give `display' property
7449         `format-list-atomic-p.
7450         (format-annotate-single-property-change): Test that property.
7451         If present, treat list property values like atoms.
7453 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7455         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7456         so that "*" can be entered.
7458 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7460         * cus-face.el (custom-face-attributes): Don't use `#''.
7462 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7464         * cus-face.el (custom-face-attributes): Return underline
7465         face attribute directly from the second lambda of underline.
7467 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7469         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7471         * frame.el (after-setting-font-hooks): New variable.
7472         (set-frame-font): Run those hooks.
7474         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7476         * faces.el (set-face-attribute): Fix doc string.
7478 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7480         * cus-face.el (custom-face-attributes): Accept color name.
7482         * faces.el (face-underline-p): Accept unspecified underlining.
7483         (face-underline): Ditto.  Fix doc string.
7485 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7487         * faces.el (face-underline-color): New function.
7489 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7491         * cus-face.el (custom-face-attributes): Support underline coloring.
7492         Added slot to choose a color.
7494         * faces.el (face-underline): New function.
7495         (face-underline-p): Support underline coloring.
7496         Return nil only if the underline attribute is 'normal.
7497         (set-face-underline): New function.
7498         (face-valid-attribute-values): Support underline coloring.
7500 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7502         * image.el (insert-image): Use `display' instead of `glyph'
7503         as text property name.
7504         (put-image): Ditto.
7505         (image-type-from-file-header): Use insert-file-contents-literally.
7507 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7509         * easymenu.el (easy-menu-do-add-item): Don't use the empty
7510         string to indicate separators.
7512 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7514         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7515         instead of message-log.
7517 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7519         * faces.el (bitmap-area): New face.
7521 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7523         * image.el (insert-image): New.
7525 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7527         * frame.el (blink-cursor): Set the symbol's value.
7528         (show-trailing-whitespace): Change group to font-lock.
7530 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7532         * jit-lock.el: New.
7533         * font-lock.el: Add jit-mode as new support mode.
7535         * font-lock.el (font-lock-fontify-keywords-region): Stop when
7536         reaching end instead of letting re-search-forward signal an error.
7537         (demand-lock-mode): New.
7538         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7539         (font-lock-turn-off-thing-lock): Ditto.
7540         (font-lock-after-fontify-buffer): Ditto.
7541         (font-lock-after-unfontify-buffer): Ditto.
7543 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7545         * gs.el: New file.
7547         * startup.el (command-line-1): Activate tooltip mode if
7548         interactive.
7550 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7552         * faces.el (toolbar): Grey default background.
7553         (modeline): Ditto.
7555         * image.el (image-type-regexps): New.
7556         (image-type-from-file-header): New.
7557         (create-image): Call it.
7559 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7561         * image.el: New file.
7563 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7565         * bindings.el (mode-line-format): Replace `mode-name' with
7566         `(:eval mode-line-mode-name)'.
7567         (mode-line-mode-name): New.
7568         (make-mode-line-mouse-sensitive): Don't change default value
7569         of `mode-name'.
7571 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7573         * tooltip.el: New file.
7575 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7577         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7578         instead of mouse-3 to pop up menus.
7579         (mode-line-kill-buffer): Removed.
7580         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7581         buffer name.
7582         (mode-line-buffer-menu-1): Removed.
7584         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7586         * bindings.el (mode-line-buffer-identification-keymap): New.
7587         (mode-line-buffer-menu-keymap): New.
7588         (mode-line-mode-menu-keymap): New.
7589         (mode-line-unbury-buffer): New.
7590         (mode-line-other-buffer): New.
7591         (mode-line-kill-buffer): New.
7592         (mode-line-buffer-menu-1): New.
7593         (mode-line-mode-menu-1): New.
7594         (make-mode-line-mouse-sensitive): New.
7596 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7598         * help.el (describe-key-briefly): Handle mode line strings
7599         with local-map properties.
7600         (describe-key): Ditto.
7601         (mode-line-key-binding): New.
7603 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7605         * scroll-bar.el (scroll-bar-timer): New.
7606         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7608 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7610         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7611         and `bottom'.
7613 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7615         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7616         (global): Use different key bindings if using tookit scroll bars.
7618 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7620         * faces.el (modeline): Define mode line face with relief for
7621         class color, only.
7622         (toolbar): New face.
7624 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7626         * frame.el (frame-initialize): Set frame-creation-function to
7627         tty-create-frame-with-faces.
7629         * faces.el (frame-set-background-mode): Make it work for
7630         window-system nil.
7632         * faces.el (tty-create-frame-with-faces): New.
7633         (face-set-after-frame-default): Make it work for TTY frames.
7635 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7637         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7638         Return a list of one font family for TTYs.  Don't return bitmap
7639         file paths for TTY frames.
7641         * faces.el: Add face specs for tty displays to basic faces.
7643         * font-lock.el (font-lock-comment-face): Add spec for color tty.
7644         (font-lock-string-face): Ditto.
7645         (font-lock-keyword-face): Ditto.
7646         (font-lock-builtin-face): Ditto.
7647         (font-lock-function-name-face): Ditto.
7648         (font-lock-variable-name-face): Ditto.
7649         (font-lock-type-face): Ditto.
7650         (font-lock-constant-face): Ditto.
7651         (font-lock-warning-face): Ditto.
7653 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7655         * startup.el (command-line): Register default tty colors.
7657         * faces.el (face-spec-set-match-display): Recognize `type tty'.
7659 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7661         * faces.el (modeline): For X frames, use a modeline with relief.
7663 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7665         * faces.el (frame-update-faces): Copied from 20.2.
7666         (frame-update-face-colors): Ditto.  Code removed that isn't
7667         applicable in the new face implementation.
7669 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7671         * frame.el (show-trailing-whitespace): New.
7673         * faces.el (trailing-whitespace): New basic face.
7675 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7677         * cus-face.el (custom-facep): Always define as alias for facep.
7679         * cus-face.el (custom-face-attributes): Use choice widgets.
7680         Remove :bold and :italic.
7682 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7684         * faces.el (face-charset-registries): Removed since fontset.el
7685         is no always loaded.
7687 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7689         * faces.el (internal-get-face): Added as obsolete function for
7690         compatibility.
7692 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7694         * frame.el (blink-cursor-end): Call show-cursor.
7695         (blink-cursor-mode): Ditto.
7697 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7699         * faces.el (face-spec-reset-face): Reset all attributes to
7700         `unspecified'.
7701         (face-spec-set): Use it.
7703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7705         * faces.el (read-all-face-attributes): Bug fix.
7706         (face-read-integer): Allow nil default value.
7707         (face-valid-attribute-values): Use symbol names of attribute
7708         values for completion list.
7710 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7712         * faces.el (internal-find-face): Define for compatibility with
7713         20.2.
7714         (face-id): Likewise.
7716         * faces.el (face-id): Return the ID of a realized face for ASCII.
7718         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
7719         (x-complement-fontset-spec): Use face-charset-registries.
7721         * faces.el (face-font-selection-order): Set font selection order
7722         from Lisp.
7723         (face-alternative-font-family-alist): Set alternative font
7724         families from Lisp.
7726 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7728         * faces.el (set-face-charset-registries): Set symbol value.
7730 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7732         * faces.el (face-set-after-frame-default): Call function
7733         internal-merge-in-global-face.
7735 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7737         * faces.el (face-list): Return symbols from face-global-alist.
7739         * faces.el (face-list): Return a copy of the face name list so
7740         that it cannot be modified from outside (facemenu.el uses
7741         nreverse, for example).
7743         * cus-face.el (custom-face-attributes): Add :bold and :italic
7744         for compatibility with old code.
7746         * faces.el (set-face-attributes-from-resources): Additional
7747         frame parameter.
7748         (make-face-x-resource-internal): Set attributes from resources
7749         for a given frame or all frames.
7751 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7753         * faces.el (all-faces): Removed.
7755         * custom.el (defface): Add new face attributes to function
7756         comment.
7758         * font-lock.el (font-lock-comment-face): Use new face attribute
7759         names.
7760         (font-lock-string-face): Ditto.
7761         (font-lock-keyword-face): Ditto.
7762         (font-lock-builtin-face): Ditto.
7763         (font-lock-function-name-face): Ditto.
7764         (font-lock-variable-name-face): Ditto.
7765         (font-lock-type-face): Ditto.
7766         (font-lock-reference-face): Ditto.
7767         (font-lock-warning-face): Ditto.
7768         ((boundp 'font-lock-face-attributes)): Ditto.
7770         * cus-face.el (custom-face-attributes): Use new face attributes.
7772         * faces.el (set-face-attribute-from-resource): Initialize
7773         from resources only for X and W32.
7775         * cus-face.el (custom-declare-face): Don't make frame-local
7776         faces.
7778         * faces.el (describe-face): Use princ instead of insert.
7780         * faces.el: Add XLFD manipulation functions from 20.2 again
7781         because fontset.el uses them.
7782         (face-set-after-frame-default): Add empty definition.
7784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7786         * faces.el (make-face): Correct typo.
7787         (set-face-attribute-from-resource): Use let*.
7788         (face-underline-p): Correct typo.
7789         (face-inverse-video-p): Ditto.
7790         (set-face-stipple): Ditto.
7791         (face-read-string): Make completion-list optional parameter.
7793 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7795         * faces.el (face-charset-registries): Alist mapping charset
7796         symbols to registries and encoding.
7798 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7800         * frame.el (blink-cursor-mode): Use interactive spec "P".
7802 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7804         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7805         mode.  The cursor of selected_window blinks if the mode is enabled.
7807 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7809         * simple.el (next-history-element): Set point to the end of the
7810         prompt if minibuffer-prompt-in-buffer.
7812 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7814         * faces.el (x-font-regexp): Add sub-expression parentheses for
7815         several font name components.
7817 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7819         * faces.el (set-face-relief): Use index 12 for relief.
7820         (face-fill-in): Set relief from data.
7821         (internal-make-face): Init relief to zero.
7823         * faces.el (face-spec-set): Call modify-face with additional
7824         parameters for relief and fixed-p.
7826 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7828         * cus-face.el: ':fixed and ':relief added.
7830         * faces.el (describe-face): Add fixed font attribute and relief.
7831         (face-attr-match-p): Ditto.
7832         (face-attr-construct): Ditto.
7833         (face-spec-set): Ditto.
7835 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7837         * faces.el (internal-make-face): Function to create a Lisp vector
7838         suitable for representing a face.
7839         (make-face): Use it instead of make-vector.
7840         (x-create-frame-with-faces): Use it instead of vector.
7841         (internal-facep): Increase vector size to 14.
7842         (internal-make-face): Ditto.
7843         (face-relief): Access relief thickness.
7844         (face-fixed-p): Access fixed font attribute.
7845         (set-face-fixed-p): Set fixed font attribute.
7846         (set-face-relief): Set relief attribute.
7847         (internal-face-interactive-int): Read int attribute of face.
7848         (modify-face): Add fixed-p and relief parameters.
7849         (copy-face): Handle fixed-p and relief.
7850         (face-equal): Compare fixed-p and relief.
7851         (face-differs-from-default-p): Ditto.
7852         (face-nontrivial-p): Add fixed-p and relief.
7854 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7856         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7857         (internal-facep): Increase vector size.
7858         (make-face): Ditto.
7859         (face-shadow-thickness): Added.
7860         (set-face-shadow-thickness): Added.
7861         (modify-face): Add optional shadow-thickness parameter.
7862         (make-face-x-resource-internal): Add shadows.
7863         (copy-face): Ditto.
7864         (face-equal): Ditto.
7865         (face-differs-from-default-p): Ditto.
7866         (face-nontrivial-p): Ditto.
7867         (face-attr-match-p): Ditto.
7868         (face-attr-construct): Ditto.
7869         (face-spec-set): Ditto.
7870         (face-fill-in): Ditto.
7872 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7874         * bench.el (bench-mark-split-window): New bench mark.
7876 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7878         * faces.el (set-face-font): Don't pass default font to
7879         x-resolve-font so that font will not have to be of the same
7880         size.
7882 1999-07-20  Dave Love  <fx@gnu.org>
7884         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7885         unconditionally t.
7887 1999-07-20  Karl Heuer  <kwzh@gnu.org>
7889         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7891 1999-07-20  Dave Love  <fx@gnu.org>
7893         * help.el (describe-variable): Fix test for customizability.
7895         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7896         Check for readonly buffer in interactive spec.
7897         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7898         (backward-kill-word): Add * to interactive spec.
7900         * underline.el (underline-region, ununderline-region): Add * to
7901         interactive spec.
7903         * fill.el (canonically-space-region, justify-current-line): Add *
7904         to interactive spec.
7905         (fill-region-as-paragraph, fill-paragraph, fill-region)
7906         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7907         readonly buffer in interactive spec.
7909         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7910         (backward-kill-sentence, kill-sentence): Add * to interactive
7911         spec.
7913 1999-07-19  Richard M. Stallman  <rms@gnu.org>
7915         * dired-aux.el (dired-do-shell-command): Doc fix.
7917         * shell.el (shell-unquote-argument): New function.
7918         (shell-directory-tracker): Use shell-unquote-argument.
7919         * comint.el (comint-arguments): Handle \ followed by space or tab.
7921 1999-07-19  John Wiegley  <jwiegley@borland.com>
7923         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7924         color codes 39 and 49, which by the way lynx uses them seem to
7925         mean "foreground reset" and "background reset".
7927 1999-07-19  Karl Heuer  <kwzh@gnu.org>
7929         * font-lock.el (c++-keywords): Add "typeid".
7931         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7932         selects no font, treat that as zero selections, not one.
7934 1999-07-19  Dave Love  <fx@gnu.org>
7936         * info.el (Info-search): Don't lose with empty regexp.
7938         * version.el: Cater for (free) `ident' program, not `which'.
7940         * hl-line.el: New file.
7942         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7943         for modes which don't define menus.
7945 1999-07-16  Richard M. Stallman  <rms@gnu.org>
7947         * webjump.el (webjump-sample-sites): Update some URLs.
7949 1999-07-14  Richard Stallman  <rms@gnu.org>
7951         * Version 20.4 released.
7953 1999-07-14  Andreas Schwab  <schwab@gnu.org>
7955         * compare-w.el (compare-windows): Try to find the next window in
7956         the current frame before looking at the other frames.
7958 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
7960         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7961         Use cyrillic-jcuken as default input method.
7963 1999-07-12  Richard Stallman  <rms@gnu.org>
7965         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7966         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7968         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7969         (ispell-local-dictionary-alist): Add koi8-r for character set.
7971         * textmodes/flyspell.el (flyspell-get-word):
7972         Add special handling for when ispell-otherchars is empty.
7974 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
7976         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7977         when having nested functons.
7978         (pascal-indent-nested-functions) (pascal-indent-line)
7979         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7980         indenting nested functions.
7982 1999-07-09  Richard Stallman  <rms@gnu.org>
7984         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7986 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
7988         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7989         the `end' keyword was in the very beginning of the buffer.
7991 1999-07-08  Richard Stallman  <rms@gnu.org>
7993         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7995         * term.el (term-emulate-terminal): Avoid infinite loop
7996         in strange case where minibuffer window is selected but not active.
7998 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8000         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8001         Change regexp so that it doesn't match commands beginning with `cd'.
8003 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8005         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8007 1999-07-06  Richard Stallman  <rms@gnu.org>
8009         * hscroll.el (hscroll-minibuffer-hook): New function.
8010         (hscroll-global-mode): Add and remove that hook.
8011         Set hscroll-old-truncate-was-global's default value.
8013 1999-07-05  Richard Stallman  <rms@gnu.org>
8015         * files.el (revert-buffer): Don't preserve point here.
8016         (revert-buffer-insert-file-contents-function): Doc fix.
8018         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8020         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8021         doing a `stat' when it isn't necessary because that can cause
8022         trouble when an NFS server is down.
8024 1999-07-04  Richard Stallman  <rms@gnu.org>
8026         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8028 1999-07-03  Richard Stallman  <rms@gnu.org>
8030         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8031         for \200...\240 also.
8032         (isearch-printing-char): Use unibyte-char-to-multibyte.
8034 1999-07-02  Richard Stallman  <rms@gnu.org>
8036         * frame.el (minibuffer-frame-alist): Use defcustom.
8037         (pop-up-frame-alist): Likewise.
8038         (initial-frame-alist): Specify * in the doc string.
8040         * hscroll.el (hscroll-mode): Make it a permanent local.
8041         (hscroll-mode): Don't cancel the timer
8042         if HScroll mode is enabled in some other buffer.
8044         * isearch.el (isearch-done): If search ends in middle of intangible
8045         text (due to text property), move on to the limit of that text.
8047 1999-07-01  Andrew Innes  <andrewi@gnu.org>
8049         * man.el (Man-build-man-command): Use value of null-device,
8050         instead of hard-coding "/dev/null".
8052         * dos-w32.el (untranslated-canonical-name): Avoid expanding
8053         ange-ftp file names, which might force ange-ftp to prompt for a
8054         password.
8056         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8057         to prevent references to temp files.
8059 1999-06-30  Richard Stallman  <rms@gnu.org>
8061         * progmodes/sh-script.el (sh-feature): If nothing is known
8062         about the given shell, use the values for `sh'.
8064 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8066         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8067         to make it non-recursive.
8069         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8071 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8073         * auto-show.el (auto-show-mode): Fix Typo in :set.
8075 1999-06-29  Richard M. Stallman  <rms@gnu.org>
8077         * progmodes/sh-script.el (sh-mode): When setting syntax
8078         table, default to the standard one.
8080 1999-06-27  Richard M. Stallman  <rms@gnu.org>
8082         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8084 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
8086         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8087         a frame when `return' is requested (even if pop-up-frames = t)
8088         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8089         should only be set for the bibtex buffer.
8091         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8093         * progmodes/compile.el: Deal with compilation-error-screen-columns
8094         being buffer-local.
8096 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8098         * comint.el (comint-password-prompt-regexp): Allow "(again)".
8100 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8102         * cal-x.el (calendar-only-one-frame-setup): New function.
8103         * calendar.el (calendar): Call it if requested.
8105 1999-06-24  Karl Heuer  <kwzh@gnu.org>
8107         * startup.el (iso-8859-n-locale-regexp): Doc fix.
8109 1999-06-22  Richard M. Stallman  <rms@gnu.org>
8111         * mail/supercite.el (sc-emacs-features): Doc fix.
8113 1999-06-22  Karl Heuer  <kwzh@gnu.org>
8115         * files.el (auto-mode-alist): Add pike-mode.
8117 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
8119         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8120         last byte of a numeric field is a space or a NUL.  Parse it as
8121         potentially part of the number.  This is used by GNU tar
8122         1.12.64012 to handle larger values.
8124 1999-06-20  Karl Heuer  <kwzh@gnu.org>
8126         * custom.el (custom-handle-keyword): Fix error message.
8128 1999-06-18  Andrew Innes  <andrewi@gnu.org>
8130         * mail/smtpmail.el (smtpmail-send-it): Use
8131         convert-standard-filename to make file names for queued mail safe
8132         on Windows (`:' is invalid in file names on Windows).
8134 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
8136         * international/mule-cmds.el (describe-current-input-method):
8137         Current-input-method is string.
8138         (toggle-input-method): Docstring fixed.
8140         * international/mule-diag.el
8141         (describe-current-coding-system-briefly): Fix format string.
8143         * international/mule-util.el (coding-system-eol-type-mnemonic):
8144         Docstring modified.  Return a string.
8146 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
8148         * sql.el (sql-input-ring-file-name): Doc fix.
8150 1999-06-17  Richard M. Stallman  <rms@gnu.org>
8152         * calendar/cal-x.el (special-display-buffer-names):
8153         Don't put (get-file-buffer diary-file) on this list.
8155 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
8157         * play/mpuz.el (mpuz-try-proposal): Fix message call.
8158         Don't penalize player for certain impossible guesses.
8160 1999-06-16  Andrew Innes  <andrewi@gnu.org>
8162         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8163         return the string "Unk  0  0000" so at least it appears to be a
8164         valid timestamp to `dired-move-to-filename-regexp'.
8166 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
8168         * ps-print.el (ps-control-character): Fix previous change.
8170 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8172         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8173         multiple output of the last message.
8175 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
8177         * term/internal.el (IT-display-table-setup): Do not remap \222 to
8178         the ASCII apostrophe, as most DOS codepages have some other glyph
8179         there.
8181 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
8183         * language/ethio-util.el (setup-ethiopic-environment-internal):
8184         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8185         (exit-ethiopic-environment): Likewize.
8187 1999-06-12  Richard M. Stallman  <rms@gnu.org>
8189         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8191 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8193         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8194         custom-initialize-default to avoid infinite loop.
8195         (crisp-mode): (defun) Call transient-mark-mode here, not when
8196         loading the file.  Run crisp-mode-hook here, and run
8197         crisp-load-hook when loading the file.
8199         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8200         rmail-summary buffer, search for pattern in rmail-file.
8202         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8204         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8206         * ps-print.el (ps-printer-name): Fix custom type.
8208 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8210         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8211         (vhdl-port-paste-generic-map): Fix indentation bug.
8212         (vhdl-port-paste-port-map): Fix indentation bug.
8213         (vhdl-scan-file-contents): Make scanning case insensitive.
8215 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8217         * files.el (write-file): When buffer is not already visiting a file,
8218         don't put buffer name in the minibuffer, just make it the default.
8219         Also handle just directory as arg usefully in that case.
8221         * simple.el (sendmail-user-agent-compose):
8222         Ignore case when inserting the rest of the "other" headers.
8224         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8226         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8227         (info-lookup-interactive-arguments): Never insert the default
8228         into the minibuffer automatically.
8230         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8232 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8234         * simple.el (shell-command): Avoid printing "mark set" message.
8236 1999-06-09  Dave Love  <fx@gnu.org>
8238         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8239         digits in program name in first pattern.
8241 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8243         * vc.el (vc-dired-mode): Don't match anything before the date in
8244         dired-move-to-filename-regexp.
8246 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8248         * international/quail.el (quail-define-rules): Fix typo in
8249         docstring.
8251 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8253         * iswitchb.el (iswitchb-default-keybindings): Add
8254         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8255         than when package is loaded.
8257 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8259         * startup.el (command-line): Don't set user-init-file directly;
8260         tell `load' to set it.
8262         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8264         * simple.el (next-history-element):
8265         Handle minibuffer-text-before-history properly when reading sexps.
8267         * disp-table.el (standard-display-european):
8268         For an interactive call by the user,
8269         don't set enable-multibyte-characters,
8270         and don't set the terminal coding system.
8272         * textmodes/refbib.el: Don't print any messages or display
8273         a buffer when loading the library.
8274         (r2b-help): Doc fix.
8275         (r2b-help-message): Update the documentation.
8276         (r2b-load-quietly): Variable deleted.
8277         (r2b-convert-buffer): Doc fix.
8279 1999-06-04  Dave Love  <fx@gnu.org>
8281         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8283         * auto-show.el: Don't change hooks on loading.
8284         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8285         (auto-show-mode): Add to hooks here.
8287 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8289         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8290         recursion on bogus input.
8292 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8294         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8295         does not select a buffer from the buffers menu, then the attached
8296         frame is not switched to anything.
8298 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8300         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8301         (viet-viscii-...->viet-vscii...).
8303         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8305 1999-06-01  Dave Love  <fx@gnu.org>
8307         * progmodes/fortran.el: Add :link to defgroup.
8308         (fortran-blink-matching-if): Match ELSE statements too.
8309         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8310         that filling is always done.
8312 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8314         * simple.el (append-next-kill): Use an arg to distinguish
8315         interactive calls from Lisp calls, rather than (interactive-p).
8317         * international/iso-transl.el (iso-transl-language-alist):
8318         Interchange n and N.
8320 1999-05-31  Dave Love  <fx@gnu.org>
8322         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8323         and keymap munging on load.
8324         (msb-mode): New option.
8325         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8326         Doc fix.
8327         (msb-mode-map): New variable.
8328         (msb-mode): New command.
8330 1999-05-31  Dave Love  <fx@gnu.org>
8332         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8333         (ispell-complete-word-dict): Likewise.
8335 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8337         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8338         force the data buffer to be saved, even if the data didn't
8339         change, in case the write filter was modified.  Restore the
8340         current record after read-file-filter finishes.
8342 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8344         * ispell4.el: Obsolete; file deleted.
8346         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8348         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8349         VALUE is a syntax table.
8351         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8353         * simple.el (zap-to-char): Doc fix.
8355 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8357         * isearch.el (isearch-quote-char): Don't assume character codes
8358         0200 - 0237 stand for characters in some single-byte character
8359         charset.
8361 1999-05-27  Dave Love  <fx@gnu.org>
8363         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8365 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8367         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8368         headerline does not exist already.
8370 1999-05-26  Richard Stallman  <rms@gnu.org>
8372         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8373         Avoid nested null-loops.
8375 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8377         * international/characters.el: Typo fixed; prefered->preferred.
8379         * international/mule-cmds.el (find-coding-systems-for-charsets):
8380         Typo fixed; prefered->preferred.
8382         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8383         method in read-event.
8385         * international/mule.el (charset-info): Doc-string fixed.
8387 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8389         * mail/smtpmail.el (smtpmail-send-it): Bind
8390         smtpmail-code-conv-from properly.
8391         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8392         by smtpmail-code-conv-from.
8394 1999-05-24  Richard Stallman  <rms@gnu.org>
8396         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8397         Binding deleted also.
8399 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8401         * comint.el (comint-bol-or-process-mark): Doc fix.
8403 1999-05-23  Dave Love  <fx@gnu.org>
8405         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8406         Enter it on minor-mode-map-alist.
8407         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8408         Autoload.  Add custom setter.
8409         (crisp-mark-line): Doc fix.
8410         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8411         (crisp-mode-hook): Define.
8413 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8415         * files.el (recover-file): Recover buffer-file-coding-system.
8417 1999-05-22  Richard Stallman  <rms@gnu.org>
8419         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8420         regexp match the date, to avoid treating date as file size.
8421         Add YYYY S option to WESTERN/
8423         * bookmark.el: Delete some XEmacs compatibility code.
8424         (bookmark-jump-noselect): Check vc-backend.
8426         * subr.el (add-to-list): Doc fix.
8428 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8430         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8432 1999-05-18  Richard Stallman  <rms@gnu.org>
8434         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8435         non-space after the @anchor command.
8436         (texinfo-format-var): Handle other nested constructs, using
8437         texinfo-parse-expanded-arg and texinfo-discard-command, not
8438         texinfo-parse-arg-discard.
8440         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8441         (debug): Bind and use debugger-outer-inhibit-redisplay.
8442         Bind inhibit-redisplay to nil.
8443         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8445 1999-05-17  Dave Love  <fx@gnu.org>
8447         * help.el (describe-function-1): Extra arg, interactive-p.
8448         (describe-key, describe-function): Use it.
8450 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8452         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8454 1999-05-16  Dave Love  <fx@gnu.org>
8456         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
8457         scroll-preserve-screen-position, scroll-conservatively.
8459 1999-05-16  Dave Love  <fx@gnu.org>
8461         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8463 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
8465         * progmodes/vhdl-mode.el: Completely revised and massively extended.
8467 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8469         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8470         magic number and is not associated with a file.
8472 1999-05-14  Richard M. Stallman  <rms@gnu.org>
8474         * files.el (find-file-noselect-1): Fix previous change.
8476 1999-05-14  Simon Marshall  <simon@gnu.org>
8478         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8480 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
8482         * international/mule-diag.el (mule-diag): Change MULE to Mule in
8483         docstring.
8485         * international/mule-cmds.el: Change MULE to Mule in docstrings
8486         and menus.
8488 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
8490         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8491         to correctly reflect the value of BaseLineOffset in
8492         RelativeCompose.  Now the value of RelativeCompose is an array of
8493         low and high positions.
8494         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8495         RLC for the above change.
8497 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
8499         * comint.el (comint-password-prompt-regexp): Modified to match the
8500         output of ksu and ssh-add.
8502 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
8504         * language/korea-util.el (isearch-toggle-korean-input-method):
8505         Adjusted for the change of input method handling in isearch.el.
8506         (isearch-hangul-switch-symbol-ksc): Likewise.
8507         (isearch-hangul-switch-hanja): Likewise.
8509 1999-05-10  Dave Love  <fx@gnu.org>
8511         * help.el (help-make-xrefs): Fix typo.
8513 1999-05-10  Andreas Schwab  <schwab@gnu.org>
8515         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8516         unibyte-display-via-language-environment.
8518         * help.el (help-make-xrefs): Handle more cases when looking for
8519         commands in a keymap description.
8521 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
8523         * loadup.el: For ms-dos systems, load ccl and codepage.
8525 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
8527         * ps-print.el (ps-control-character): Call
8528         ps-mule-prepare-ascii-font to setup ASCII fonts.
8530         * ps-mule.el (ps-mule-begin-job): Redo this change "if
8531         ps-multibyte-buffer is nil, use
8532         ps-mule-font-info-database-default."
8534 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
8536         * ispell.el (ispell-local-dictionary-alist): New variable for
8537         customizing local dictionaries not accessable by everyone.
8538         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8539         (ispell-required-version): Changed format `(major minor
8540         revision)' to support general pattern matching.
8541         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8542         skip region commented out due to incorrect skip potential in std latex.
8543         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
8544         cursor point on small words for calls from `ispell-minor-mode'.
8545         (check-ispell-version): Tests and accepts versions major.minor
8546         and above, with adjustments for interactions in 3.1.0-3.1.11.
8547         (ispell-get-line): No longer skips ispell process special characters.
8548         (ispell-comments-and-strings): Removed `when' macro call.
8549         (ispell-minor-check): Requires ispell-word to restore cursor point.
8550         (ispell-buffer-local-parsing): Supports checking comments only.
8552 1999-05-08  Karl Heuer  <kwzh@gnu.org>
8554         * comint.el (comint-password-prompt-regexp): Fix last change to be
8555         more specific.
8557 1999-05-07  Richard M. Stallman  <rms@gnu.org>
8559         * subr.el (with-temp-message): Fix the other call to message
8560         to use %s.
8562 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
8564         * gud.el (gud-format-command): "%F" means file sans extension.
8565         (jdb): Use %F, not %f, for gud-break.
8567 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
8569         * comint.el (comint-password-prompt-regexp): Modified so that it
8570         matches the output of kinit.
8572 1999-05-06  Greg Stark  <gsstark@mit.edu>
8574         * timezone.el (timezone-parse-date): Recognize new format used in
8575         internet cookies.
8577 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
8579         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8581 1999-05-04  Andrew Innes  <andrewi@gnu.org>
8583         * time.el (display-time-update): Allow for wrap-around when
8584         checking against display-time-server-down-time.
8586 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
8588         * international/mule-diag.el (describe-coding-system): Fix English
8589         message.
8591 1999-05-03  Jason Rumney <jasonr@altavista.net>
8593         * term/w32-win.el: Change the x-charset-registry property for the
8594         Japanese charsets that are supported by Japanese Windows fonts.
8596 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8598         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8599         diary-block diary entries for which the reminders and the diary
8600         entries can overlap.
8602 1999-05-02  Jason Rumney <jasonr@altavista.net>
8604         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8605         matches the font selected in the dialog.
8607 1999-05-02  Dave Love  <fx@gnu.org>
8609         * browse-url.el (browse-url-browser-function): Add :version.
8611         * international/mule.el (auto-coding-alist): Add .tgz.
8613 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
8615         * international/codepage.el (cp-coding-system-for-codepage-1):
8616         Make the magnification parameter for the -dos encoder be 2.
8618 1999-05-2  Andrew Innes  <andrewi@gnu.org>
8620         * term/w32-win.el (w32-drag-n-drop): Select file in window where
8621         it is dropped, rather than current window.
8623         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8624         after switching buffer, as case-fold-search is a buffer local
8625         variable.
8627         * w32-fns.el (convert-standard-filename): Only convert directory
8628         separators to backslash if the interactive shell is one of the
8629         standard Windows shells that has DOS semantics.
8631         * ls-lisp.el (ls-lisp-format-time): Trap errors from
8632         format-time-string, and return a suitable string to indicate the
8633         timestamp was invalid.
8635         * hexl.el (hexlify-command): Apply shell-quote-argument after
8636         expanding hexl-program in case exec-directory contains a space.
8637         (dehexlify-command): Ditto.
8639         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8640         file extension regexps which aren't necessarily binary files.
8641         (direct-print-region-helper): Use subst-char-in-string instead of
8642         binding directory-sep-char to convert filenames to DOS syntax.
8643         (direct-print-region-use-command-dot-com): New variable.
8644         (direct-print-region-helper): Use it to control whether to invoked
8645         command.com to print on Windows 9x.
8647         * browse-url.el (browse-url-browser-function): Default to
8648         browse-url-default-windows-browser on windows-nt.
8649         (browse-url-default-windows-browser): New function.
8651 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8653         * forms.el (forms-mode): Don't call forms-first-record or
8654         forms-last-record if the data file has zero records.
8656 1999-04-29  Richard M. Stallman  <rms@gnu.org>
8658         * files.el (find-file-noselect-1): If buffer-file-name has changed
8659         after find-file-not-found-hooks runs, recompute the truename.
8660         And don't use FILENAME after that point.
8662 1999-04-27  Dave Love  <fx@gnu.org>
8664         * paren.el (show-paren-mode)
8665         * which-func.el (which-func-mode-global)
8666         * type-break.el (type-break-mode)
8667         * time.el (display-time-mode)
8668         * rsz-mini.el (resize-minibuffer-mode)
8669         * mouse-sel.el (mouse-sel-mode)
8670         * icomplete.el (icomplete-mode)
8671         * hscroll.el (hscroll-global-mode)
8672         * help.el (temp-buffer-resize-mode)
8673         * font-lock.el (global-font-lock-mode)
8674         * delsel.el (delete-selection-mode)
8675         * avoid.el (mouse-avoidance-mode)
8676         * autoinsert.el (auto-insert-mode)
8677         * winner.el (winner-mode): Doc fix.
8679 1999-04-26  Karl Heuer  <kwzh@gnu.org>
8681         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8682         the same whitespace that was ignored in choosing the subject string.
8684 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8686         * info.el (Info-find-node): Position properly after finding anchor.
8688         * cus-start.el (all): Handle unibyte-display-via-language-environment.
8690         * simple.el (indent-new-comment-line): Fix previous change.
8692         * complete.el: Delete the wildcard expansion feature
8693         since that is now standard in find-file.
8694         (PC-try-load-many-files): Function deleted.
8695         (PC-after-load-many-files): Function deleted.
8696         (PC-many-files-list): Variable deleted.
8697         (PC-disable-wildcards): Variable deleted.
8698         (partial-completion-mode): Don't enable the wildcard feature.
8700         * complete.el (PC-look-for-include-file): Don't set global variables
8701         `error', `buf' and `filename' here.
8703         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8705 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
8707         * textmodes/outline.el (outline-regexp): Doc fix.
8709 1999-04-26  John Wiegley  <johnw@borland.com>
8711         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8712         C++Builder 4.0 error message syntax.
8714 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
8716         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8717         supported, use find -exec.
8719 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8721         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8722         coding-system-for-write, to avoid hanging when non-interactive.
8724 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8726         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8727         start with a newline.
8729 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
8731         * international/mule-conf.el (x-ctext): New coding system.
8733 1999-04-12  Richard M. Stallman  <rms@gnu.org>
8735         * international/mule-cmds.el (input-method-function):
8736         Add permanent-local property.
8738 1999-04-12  Dave Love  <fx@gnu.org>
8740         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8741         change to use jka-compr-byte-compiler-base-file-name.
8743         * supercite.el (sc-scan-info-alist): Revert last change.
8744         (sc-attrib-selection-list): Fix :type here instead.
8746 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
8748         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8749         in the list of case-insensitive filesystems.
8751 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
8753         * international/fontset.el (create-fontset-from-fontset-spec):
8754         Don't register duplicated alias fontset names.
8756 1999-04-08  Richard Stallman  <rms@gnu.org>
8758         * international/mule.el (auto-coding-alist-lookup): New function.
8759         (set-auto-coding): Use auto-coding-alist-lookup.
8761         * jka-compr.el (jka-compr-insert-file-contents):
8762         Use auto-coding-alist-lookup to check for files that
8763         should not have eol conversion, in the unibyte case.
8765 1999-04-07  Dave Love  <fx@gnu.org>
8767         * help.el (describe-variable): Check custom-loads property as well
8768         as custom-type.
8770         * abbrev.el (abbrev-mode): Customizing sets the default value.
8772 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8774         * vc.el (vc-backend-revert): For CVS files that were made
8775         writeable with "cvs edit", call "cvs unedit" to undo that.
8777 1999-04-08  Dave Love  <fx@gnu.org>
8779         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8780         more.
8781         (sc-emacs-features): Recognize Emacs 20.
8782         (sc-read-string): Use history arg.
8783         (sc-scan-info-alist): Check for rtnvalue a cons.
8785 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
8787         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8788         coding system to encode the message by
8789         select-message-coding-system.
8791 1999-04-07  Richard Stallman  <rms@gnu.org>
8793         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8795         * winner.el: Reorder definitions.
8797         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8799         * mail/rmail.el (rmail-decode-babyl-format):
8800         Undo previous change.
8802 1999-04-06  Richard Stallman  <rms@gnu.org>
8804         * info.el (Info-find-node): Check for an anchor at the
8805         proper place, before reading an indirect file.
8807         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8809         * jka-compr.el (jka-compr-insert-file-contents):
8810         Use raw-text-unix when we want no conversion.
8812 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8814         * timezone.el (timezone-parse-date): Corrected regexp for
8815         style (5) date format so that tenths of seconds are optional.
8817 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
8819         * term/internal.el (dos-cpNNN-setup): New function, with the guts
8820         of dos-codepage-setup.
8821         (cjk-codepages-alist): New variable, an alist of Far-Eastern
8822         codepages for which there's no need to set up cpNNN coding
8823         systems.
8824         (dos-codepage-setup): Support Far-Eastern DOS terminals.
8826 1999-04-05  Richard Stallman  <rms@gnu.org>
8828         * mail/rmail.el (rmail-ignored-headers): Doc fix.
8830 1999-04-02  Richard Stallman  <rms@gnu.org>
8832         * progmodes/compile.el (compilation-handle-exit): Do right thing
8833         if (car status) doesn't end in a newline.
8835 1999-04-01  Dave Love  <fx@gnu.org>
8837         * progmodes/sql.el (SQL): Add defgroup :version.
8839 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
8841         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8842         buffer-file-coding-system.  If the coding system used is raw-text,
8843         etc., make the *Compiler Input* buffer unibyte.
8845         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8847         * loadup.el: Don't write the fns-...el file if not dumping.
8849 1999-03-31  Dave Love  <fx@gnu.org>
8851         * snmp-mode.el (snmp): Fix defgroup :version.
8853         * hilit-chg.el (highlight-changes): Add defgroup :version.
8855 1999-03-31  Andreas Schwab  <schwab@gnu.org>
8857         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8858         the gnus-save-hidden-threads macro.
8860 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8862         * faces.el (face-set-after-frame-default): Obey the
8863         `customized-face' for new faces.
8865 1999-03-30  Dave Love  <fx@gnu.org>
8867         * international/mule-cmds.el (current-language-environment): Doc fix.
8868         * abbrev.el (abbrev-mode): Doc fix.
8869         * autoinsert.el (auto-insert-mode): Doc fix.
8870         * complete.el (partial-completion-mode): Doc fix.
8871         * avoid.el (mouse-avoidance-mode): Doc fix.
8872         * delsel.el (delete-selection-mode): Doc fix.
8873         * font-lock.el (global-font-lock-mode): Doc fix.
8874         * help.el (temp-buffer-resize-mode): Doc fix.
8875         * hscroll.el (hscroll-global-mode): Doc fix.
8876         * icomplete.el (icomplete-mode): Doc fix.
8877         * mouse-sel.el (mouse-sel-mode): Doc fix.
8878         * paren.el (show-paren-mode): Doc fix.
8879         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8880         * time.el (display-time-mode): Doc fix.
8881         * type-break.el (type-break-mode): Doc fix.
8882         * which-func.el (which-func-mode-global): Doc fix.
8883         * winner.el (winner-mode): Doc fix.
8885 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
8887         * wid-edit.el (widget-before-change): Signal text-read-only rather
8888         than an ordinary error.
8890 1999-03-30  Richard M. Stallman  <rms@gnu.org>
8892         * repeat.el: Don't require advice.
8893         (repeat): Do function-indirection in check for kbd macro.
8894         In self-insert case, use the *last* char in INSERTION.
8896 1999-03-30  Karl Heuer  <kwzh@gnu.org>
8898         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8900 1999-03-29  Andreas Schwab  <schwab@gnu.org>
8902         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8903         comint-input-filter-functions.  Make variables related to shell
8904         directory tracking local.
8906 1999-03-26  Andreas Schwab  <schwab@gnu.org>
8908         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8910         * simple.el (shell-command-on-region): Cope with exit-status being
8911         nil, which happens if call-process-region was interrupted.
8913 1999-03-26  Richard M. Stallman  <rms@gnu.org>
8915         * simple.el (indent-new-comment-line): Handle use at a point
8916         after a comment-end.  Handle multiple comments.
8918         * mail/rmail.el (rmail-decode-babyl-format):
8919         To prevent locking, bind buffer-file-name to nil.
8921 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
8923         * mail-hist.el (mail-hist-current-header-name): Don't make
8924         off-by-one-error when determining if in message body.
8926 1999-03-25  Andrew Innes  <andrewi@gnu.org>
8928         * w32-fns.el (set-default-process-coding-system): Copied from
8929         dos-w32.el, but modified to use Unix line endings for process
8930         input, and to add a suitable entry to process-coding-system-alist
8931         for DOS shells.
8933         * dos-fns.el (set-default-process-coding-system): Copied from
8934         dos-w32.el.
8936         * dos-w32.el (set-default-process-coding-system): Move function to
8937         dos-fns.el; a different version is used in w32-fns.el.
8939 1999-03-24  Dave Love  <fx@gnu.org>
8941         * info.el (Info-directory-list): Revert change to re-writing
8942         Info-default-directory-list, but put `alternative' first.
8943         (Info-insert-dir): Modify selecting the top dir file as a consequence.
8945 1999-03-23  Simon Marshall  <simon@gnu.org>
8947         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8948         on the line by itself.
8949         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
8950         it is not in a declarative context.
8952 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8954         * cus-edit.el (custom-variable-prompt): Allow customization of
8955         autoloaded symbols.
8957 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
8959         * simple.el (what-cursor-position): Don't cause error when point
8960         is at invalid multibyte sequence.
8962 1999-03-21  Karl Heuer  <kwzh@gnu.org>
8964         * complete.el (partial-completion-mode): Doc fix.
8966 1999-03-19  Richard M. Stallman  <rms@gnu.org>
8968         * progmodes/cplus-md.el (old-c++): Remove :group.
8970         * progmodes/c-mode.el (old-c): Remove :group.
8972 1999-03-18  Simon Marshall  <simon@gnu.org>
8974         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8975         (java-font-lock-keywords-2): Added "strictfp" keyword.
8977 1999-03-17  Jason Rumney <jasonr@altavista.net>
8979         * w32-fns.el (set-w32-system-coding-system) New function.
8980         (w32-system-coding-system) Initialize to 'iso-latin-1.
8982 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
8984         * international/mule-cmds.el (set-language-environment): Fix
8985         previous change: don't use dos-codepage when unbound.
8987 1999-03-17  Karl Heuer  <kwzh@gnu.org>
8989         * calendar/appt.el (appt-make-list): Fix previous change.
8991 1999-03-16  Richard M. Stallman  <rms@gnu.org>
8993         * window.el (shrink-window-if-larger-than-buffer):
8994         Don't try to redisplay with the cursor at the end
8995         on its own line--that would force a scroll and spoil things.
8997 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
8999         * international/mule-cmds.el (set-language-environment): Don't use
9000         cpNNN-nonascii-translation-table if it is unbound.
9002         * term/internal.el (dos-codepage-setup): Compute the unibyte
9003         syntax table and bind unibyte-display-via-language-environment
9004         here, rather than at top level, so that resetting to unibyte in
9005         .emacs works as expected.
9007 1999-03-15  Simon Marshall  <simon@gnu.org>
9009         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9011 1999-03-14  Milan Zamazal <pdm@pvt.net>
9013         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9015 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9017         * international/mule-util.el (detect-coding-with-priority):
9018         Restore the internal database.
9020 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9022         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9023         if mail-from-style has invalid value.
9025 1999-03-12  Karl Heuer  <kwzh@gnu.org>
9027         * vc.el (vc-delete-logbuf-window): New var.
9028         (vc-finish-logentry): Use it.
9030 1999-03-12  Richard M. Stallman  <rms@gnu.org>
9032         * startup.el (command-line-1): Improve startup msg.
9034 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
9036         * speedbar.el: Added commentary about stealthy functions.
9037         (speedbar-message) new function.
9038         (speedbar-y-or-n-p): New function
9039         (speedbar-with-attached-buffer) Moved macro before reference.
9040         Now uses `save-selected-window'.
9041         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9042         speedbar-generic-item-info, speedbar-item-info-file-helper,
9043         speedbar-item-delete, speedbar-insert-generic-list,
9044         speedbar-timer-fn, speedbar-check-vc-this-line,
9045         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9046         speedbar-buffers-item-info) Use speedbar-message.
9047         (speedbar-item-info) Limit `message-log-max'.
9048         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9049         speedbar-item-delete, speedbar-item-object-delete,
9050         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9052 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
9054         * server.el (server-start): Set coding system for the server
9055         process to raw-text.
9056         (server-process-filter): Decode file names if necessary.
9058 1999-03-12  Dave Love  <fx@gnu.org>
9060         * textmodes/fill.el (sentence-end-double-space): Doc fix.
9062         * textmodes/paragraphs.el (sentence-end): Doc fix.
9064 1999-03-11  Karl Heuer  <kwzh@gnu.org>
9066         * comint.el (comint-password-prompt-regexp): Accept "login password:"
9068 1999-03-09  Karl Heuer  <kwzh@gnu.org>
9070         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9071         (ispell-dictionary-alist-2): Likewise.
9072         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9073         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9074         (ispell-dictionary-alist): Build from six pieces, not just two.
9076         * ps-bdf.el (bdf-directory-list): Doc fix.
9078         * enriched.el (enriched-mode): Make var permanent-local.
9080 1999-03-09  Dave Love  <fx@gnu.org>
9082         * textmodes/sgml-mode.el (html-mode): Use
9083         sentence-end-double-space when setting sentence-end.
9085 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
9087         * language/thai.el (tis-620): New alias coding system for thai-tis620.
9089 1999-03-08  Felix Lee  <flee@cygnus.com>
9091         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9093         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9095 1999-03-08  Karl Heuer  <kwzh@gnu.org>
9097         * dired-aux.el (dired-do-copy-regexp): Doc fix.
9098         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9100         * dired.el (dired-do-copy-regexp): Doc fix.
9101         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9103 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
9105         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9107 1999-03-08  Jason Rumney <jasonr@altavista.net>
9109         * international/codepage.el (cp1250-decode-table)
9110         (cp1251-decode-table, cp1253-decode-table)
9111         (cp1257-decode-table): New translation tables for MS Windows codepages.
9112         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9114 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9116         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9118 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
9120         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9122         * term/internal.el (top level): Display character 255 as 8bit as well.
9124 1999-03-06  Dave Love  <fx@gnu.org>
9126         * progmodes/cc-cmds.el (c-outline-level): Bind
9127         buffer-invisibility-spec.
9129         * progmodes/c-mode.el (c-outline-level): Likewise.
9131         * progmodes/ada-mode.el (ada-outline-level): Likewise.
9133 1999-03-05  Felix Lee  <flee@cygnus.com>
9135         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9137 1999-03-05  Richard M. Stallman  <rms@gnu.org>
9139         * bindings.el (complete-symbol): Invert meaning of prefix arg.
9141 1999-03-05  Andrew Innes  <andrewi@gnu.org>
9143         * w32-fns.el (convert-standard-filename): Convert directory
9144         separators to Windows format.
9146 1999-03-05  Andreas Schwab  <schwab@gnu.org>
9148         * international/skkdic-cnv.el: Provide skkdic-cnv.
9149         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9150         (batch-skkdic-convert): Doc fix.
9152 1999-03-04  Dave Love  <fx@gnu.org>
9154         * custom.el (custom-set-variables): Protect against setter errors.
9156 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
9158         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9159         the file sizes from overflowing.
9160         (ls-lisp-format): If file size is a float, use %8.0f to print it.
9161         Under -s, print the size in blocks with %4.0f, in case they have
9162         a *really* huge file.
9164 1999-03-03  Dave Love  <fx@gnu.org>
9166         * options.el (edit-options): Doc fix.
9167         (list-options): Don't lose with unbound symbols.  Maintain
9168         Edit-options-mode.
9170 1999-03-01  Dave Love  <fx@gnu.org>
9172         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9174 1999-02-28  Richard M. Stallman  <rms@gnu.org>
9176         * ispell.el (ispell-dictionary-alist-override): New variable.
9177         (ispell-dictionary-alist): Don't setq it,
9178         if ispell-dictionary-alist-override is set.
9180         * simple.el (shell-command-default-error-buffer): Renamed from
9181         shell-command-on-region-default-error-buffer.
9182         (shell-command-on-region): Mention in echo area when there
9183         is some error output.  Mention success or failure, too.
9184         Accumulate multiple error outputs
9185         going forward, with formfeed in between.  Display the error buffer
9186         when we have put something in it.
9187         (shell-command): Add the ERROR-BUFFER argument feature.
9189 1999-02-28  Karl Heuer  <kwzh@gnu.org>
9191         * mail/mh-utils.el (mh-lib): Doc fix.
9192         (mh-lib-progs, mh-nmh-p): New vars.
9193         (mh-find-progs): Set mh-lib-progs along with other vars.
9194         (mh-path-search): New arg FUNC-P; if specified, use that instead
9195         of mh-file-command-p.
9196         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9198         * mail/mh-comp.el (mh-repl-formfile): New var.
9199         (mh-smail-batch): Don't ignore all arguments.
9200         (mh-reply): Do the right thing when using nmh.
9202 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
9204         * international/mule-cmds.el (select-safe-coding-system): Be sure
9205         to show a buffer being decoded.
9207 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9209         * ps-bdf.el (bdf-directory-list): Initialize it to
9210         '("/usr/local/share/emacs/fonts/bdf").
9212 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9214         * ps-print.el: PostScript programming fix.
9215         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9216         setpagedevice operator).
9218 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9220         * ps-print.el: Doc fix, font size specifies landscape and portrait
9221         sizes.
9222         (ps-print-version): New version number (4.1.4).
9223         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9224         Specifies landscape and portrait sizes.
9225         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9226         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9227         fix.
9228         (ps-get-font-size): New fun.
9229         (ps-font-size-internal, ps-header-font-size-internal)
9230         (ps-header-title-font-size-internal): New vars.
9232         * ps-mule.el: Change of ps-print font size variable name.
9233         (ps-mule-generate-font): Fun fix.
9234         (ps-mule-begin-job): Programming uniformization.
9236 1999-02-25  Dave Love  <fx@gnu.org>
9238         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9239         (help-make-xrefs): Do Info case first.
9241         * repeat.el: Don't require advice.
9242         (repeat-last-kill-command): Variable deleted.
9244 1999-02-25  Richard Stallman  <rms@gnu.org>
9246         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9247         case just because the current buffer is the output buffer.
9249 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9251         * simple.el (what-cursor-position): To show the character's
9252         encoding, use encoded-string-description instead of information
9253         of chaset-origin-alist.
9255         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9256         (encoded-code-description): New function.
9257         (encoded-string-description): New function.
9258         (encode-coding-char): New function.
9260 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9262         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9263         checking for .emacs[.el[c]].
9265 1999-02-24  Richard Stallman  <rms@gnu.org>
9267         * help.el (describe-function-1): Don't print a whole lambda-function.
9269 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9271         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9272         inputting ?\240.
9274 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9276         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9278         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9279         (clean-buffer-list-kill-buffer-names): Doc fix.
9281         * gud.el (gud-jdb-massage-args): Spelling fix.
9283 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9285         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9287 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9289         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9290         excursion while calling set-auto-coding-function.
9292         * play/handwrite.el (handwrite): Require ps-print, and use
9293         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9294         if it's defined, instead of forking ps-lpr-command unconditionally.
9296 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9298         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9299         charset-origin-alist property to a coding system for the codepage.
9301         * international/mule.el: Modify comment for charset-origin-alist
9302         property of a coding system.
9304         * simple.el (what-cursor-position): charset-origin-alist property
9305         of a coding system may be a translation table or a symbol of which
9306         `translation-table' property is a translation table.
9308 1999-02-21  Richard Stallman  <rms@gnu.org>
9310         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9311         to the "html" template.
9313 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9315         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9317 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9319         * dirtrack.el (dirtrack): Check for the prompt in the input string
9320         instead of the buffer.
9322 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9324         * sql.el: Set version to 1.4.1.  Changed mail address to
9325         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9326         (sql-input-ring-separator): Doc fix.
9327         (sql-mode-syntax-table): double-dash starts comments is defined as
9328         ". 56" instead of ". 12b" for XEmacs.
9329         (sql-stop, sql-interactive-mode): Doc fixes.
9330         (sql-postgres): Queries for database and server, not just one.
9331         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9333         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9334         changed.  This is needed for master.el to work.
9335         (sql-set-sqli-buffer): Use the new hook.
9337         * sql.el (sql-make-alternate-buffer-name): Function that sets
9338         sql-alternate-buffer-name.
9339         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9340         (sql-interactive-mode): Set sql-alternate-buffer-name.
9341         (sql-rename-buffer): New command.
9342         (sql-interactive-mode-menu): Menu for SQLi buffers.
9344         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9345         and sql-input-ring-file-name are used to temporarily set
9346         comint-input-ring-file-name and comint-input-ring-separator when
9347         reading and writing input history files.
9349         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9350         (sql-input-ring-file-name): New variable with customization.
9351         (sql-input-ring-separator): New variable with customization.
9352         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9353         Callers changed.
9354         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9355         now includes the name of the current buffer.
9357         (sql-mode): Set paragraph-separate and paragraph-start so that
9358         sql-send-paragraph sends the entire SQL statements, even if it
9359         contains indented lines.
9361 1999-02-18  Dave Love  <fx@gnu.org>
9363         * format.el (format-encode-run-method, format-decode-run-method):
9364         Fix previous change.
9366 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9368         * international/mule.el (coding-system-list): Moved here from
9369         mule-util.el to avoid autoloading mule-util by the call of
9370         select-safe-coding-system.
9372 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9374         * simple.el (turn-on-auto-fill): Mark it as an option for
9375         `text-mode-hook'.
9377 1999-02-17  Richard Stallman  <rms@gnu.org>
9379         * emacs-lisp/easymenu.el (easy-menu-get-map):
9380         Don't crash if (current-local-map) is nil.
9382 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9384         * filecache.el (file-cache-filter-regexps): Added .class.
9386 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9388         * international/mule-util.el (decompose-region): Use
9389         insert-buffer-substring instead of insert-buffer to avoid putting
9390         mark.
9392 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9394         * calendar/cal-move.el (scroll-calendar-left): Don't set
9395         displayed-month and displayed-year here, let generate-calendar do
9396         it, after range checking.
9398 1999-02-17  Simon Marshall  <simon@gnu.org>
9400         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9402         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9403         correctly between an object declared via a constructor and a method.
9404         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9405         (java-font-lock-keywords-1): Fontify package names individually.
9406         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9407         (java-font-lock-keywords-2): Simplify type fontification.
9408         (java-font-lock-keywords-3): Likewise.
9410 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9412         * language/japanese.el (iso-2022-jp-2): New coding system.
9413         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9415 1999-02-16  Dave Love  <fx@gnu.org>
9417         * help.el (describe-function-1): Accept non-symbols.
9419 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9421         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9422         find the last match if there are multiple matches.
9424 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9426         * tex-mode.el (tex-run-command, latex-run-command)
9427         (slitex-run-command, tex-command): Doc changes.
9428         (tex-start-options-string): Autoload it.  Doc change.  Provide
9429         a menu for customization.  Allow nil.  Quote backslashes only once.
9430         (tex-start-tex): Handle nil value of tex-start-options-string
9431         and apply shell-quote-argument to it.
9433 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9435         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9436         the size in blocks, since it can be a float.
9437         (ls-lisp-format): Likewise
9439 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9441         * language/japanese.el (japanese-shift-jis): Add
9442         charset-origin-alist property.
9444 1999-02-15  Richard Stallman  <rms@gnu.org>
9446         * progmodes/compile.el (compile-internal): Use save-selected-window.
9448         * subr.el (momentary-string-display): Bind inhibit-read-only.
9450         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9452 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9454         * mail/rmail.el (rmail-show-message): If an unseen message has a
9455         Summary-line in its header, get past one more line before looking
9456         for the X-Coding-System header.
9458 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
9460         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9461         explicitly to accomodate Windows 9X lack of a useful copy program.
9463 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9465         * wid-edit.el (widget-choice-value-create): Use `equal'
9466         instead of `eq'.
9468 1999-02-14  Richard Stallman  <rms@gnu.org>
9470         * international/iso-transl.el:
9471         (iso-transl-ae): Renamed from iso-transl-e-slash.
9472         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9473         (iso-transl-AE): Renamed from iso-transl-E-slash.
9474         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9475         (iso-transl-char-map): Related changes.
9477         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9479 1999-02-13  Richard Stallman  <rms@gnu.org>
9481         * textmodes/texinfmt.el (texinfo-alias): New function.
9482         (texinfo-fold-nodename-case): Add defvar.
9483         (texinfo-format-node): Do case folding if specified.
9485         * ffap.el (ffap-file-at-point): Test local file names
9486         immediately.  Strip off line numbers.
9488 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
9490         * sql.el: Set version to 1.3.2
9491         (sql-solid-program): Added support for solid.
9492         (sql-help): Doc mentions sql-solid.
9493         (sql-solid): Entry function for Solid.
9494         (sql-buffer): Doc explains the use of the variable and how to
9495         change it.
9496         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9497         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9498         disabled if sql-buffer doesn't have a process; sql-send-paragraph
9499         is new.
9500         (sql-show-sqli-buffer): New function to display the value of
9501         sql-buffer.
9502         (sql-change-sqli-buffer): New function to change sql-buffer.
9503         (sql-mode): Doc explains how to change sql-buffer.
9504         (sql-send-paragraph): New function to send a paragraph.
9505         (sql-mode-map): Added keybinding for sql-send-paragraph.
9506         (sql-mysql): Doc corrected.
9507         (sql-ms): Doc corrected.
9509         * sql.el (sql-server): Doc fix.
9510         (sql-mysql): Added the use of sql-server to specify the host,
9511         sql-database now specifies database instead of host.
9512         (sql-mode-menu): Send... menu items are only active if sql-buffer
9513         is non-nil.
9514         (sql-help): Changed tag of entry functions a bit.
9516         * sql.el: Added keywords from `finder-by-keyword'.
9517         (sql-mode): Made sql-buffer a local variable, changed the
9518         documentation: removed instructions to add *.sql files to
9519         auto-mode-alist, added documentation for having mutliple SQL
9520         buffers sending their stuff to different SQLi buffers, each
9521         running a different process.
9522         (sql-postgres): Quoted *SQL* in doc string.
9523         (sql-ms): Likewise.
9524         (sql-ingres): Likewise.
9525         (sql-ingres): Quoted *SQL* in doc string, added references to
9526         sql-user and sql-password used during login.
9527         (sql-sybase): Quoted *SQL* in doc string, added comma.
9528         (sql-oracle): Likewise.
9529         (sql-interactive-mode): Added extensive documentation for having
9530         mutliple SQL buffers sending their stuff to different SQLi
9531         buffers, each running a different process.
9532         (sql-buffer): Changed doc from *SQL* to SQLi.
9533         (sql-get-login): Doc fix.
9535 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9537         * international/mule-conf.el (undecided): Set ascii in
9538         safe-charsets property.
9540 1999-02-12  Richard Stallman  <rms@gnu.org>
9542         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9544 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9546         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9547         value to ps-mule-font-info-database-latin.
9549 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
9551         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9552         (ps-mule-font-info-database-default): New variable.
9553         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9554         ps-mule-font-info-database-default.
9556 1999-02-12  Dave Love  <fx@gnu.org>
9558         * timezone.el (timezone-make-date-sortable)
9559         (timezone-make-date-arpa-standard): Doc fix.
9561 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9563         * international/quail.el (quail-show-kbd-layout): Bind
9564         blink-matching-paren to nil.
9566         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9567         for ASCII and Latin-1.
9569 1999-02-12  Andreas Schwab  <schwab@gnu.org>
9571         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9573 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
9575         * international/mule-cmds.el (language-info-alist): Remove
9576         description about charset-origin-alist.
9578         * international/mule.el: Comment added for a new coding system
9579         property `charset-origin-alit'.
9580         (make-translation-table): This variable deleted.
9582         * language/chinese.el (chinese-big5): Add charset-origin-alist
9583         property.
9584         ("Chinese-CNS"): Remove charset-origin-alist property.
9586         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9587         property.
9588         (cyrillic-alternativnyj): Likewise.
9589         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9590         ("Cyrillic-ALT"): Likewise.
9592         * language/vietnamese.el (vietnamese-viqr): Add
9593         charset-origin-alist property.
9594         ("Vietnamese"): Remove charset-origin-alist property.
9596         * simple.el (what-cursor-position): Don't use the varialbe
9597         charset-origin-alist, but use charset-origin-alist property of
9598         buffer-file-coding-system to decide external character set code.
9600 1999-02-10  Richard Stallman  <rms@gnu.org>
9602         * shadowfile.el: Don't turn on the mode when the file is loaded.
9604 1999-02-09  Richard Stallman  <rms@gnu.org>
9606         * progmodes/compile.el (compile-auto-highlight): Customize.
9608         * add-log.el (add-log-file-name-function): New variable.
9609         (add-change-log-entry): Call that function, if non-nil.
9611 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
9613         * rmail.el (rmail-search): Track match with a marker, not an integer.
9615 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9617         * progmodes/compile.el (compilation-setup): Set value of
9618         compilation-directory-stack as in compilation-forget-errors.
9619         (compile-reinitialize-errors): Bind buffer-undo-list and
9620         deactivate-mark.
9621         (compilation-forget-errors): Likewise.
9623 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
9625         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9626         def... constructs.
9628         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9629         Remove calls to sleep-for.
9631 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
9633         * international/codepage.el (cp-coding-system-for-codepage-1): On
9634         MS-DOS, use dos-unsupported-char-glyph for characters not
9635         supported by the codepage.
9636         (cp-make-coding-systems-for-codepage): Likewise.
9638 1999-02-08  Andreas Schwab  <schwab@gnu.org>
9640         * international/mule-util.el (coding-system-list): Don't sort
9641         coding-system-list here.
9643         * international/mule.el (coding-system-lessp): Moved here from
9644         mule-util.el
9645         (add-to-coding-system-list): New function.
9646         (make-subsidiary-coding-system, make-coding-system,
9647         define-coding-system-alias): Use it instead of setting
9648         coding-system-list directly.
9650 1999-02-07  Dave Love  <fx@gnu.org>
9652         * calendar/appt.el (appt-make-list): Don't splice quotes and date
9653         onto message.
9655 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9657         * imenu.el (imenu--last-menubar-index-alist): Add doc.
9658         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
9660 1999-02-06  Richard Stallman  <rms@gnu.org>
9662         * language/european.el (setup-slovenian-environment): New function.
9663         ("Slovenian"): New language environment.
9665         * progmodes/sql.el (sql-help): Doc fix.
9666         (sql-mysql): Doc fix.
9668 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9670         * tex-mode.el: When compiling, require compare-w and skeleton
9671         to pacify the byte-compiler.  Move the def's of the tex-commands
9672         together.  Add a comment on kill-process vs. quit-process.
9674 1999-02-05  Dave Love  <fx@gnu.org>
9676         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9677         null markers.
9678         (compile-goto-error): Likewise.
9680 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
9682         * time-stamp.el (time-stamp-format): Format doc tighter.
9683         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9684         (time-stamp): Don't re-write the time stamp if it didn't change.
9686 1999-02-05  Alex Schroeder  <asc@bsiag.com>
9688         * progmodes/sql.el: Changed version to 1.2.1.
9689         (sql-pop-to-buffer-after-send-region): Improved documentation.
9690         (sql-mysql-program): Added MySQL support.
9691         (sql-prompt-length): Made prompt-length configurable.
9692         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9693         (sql-help): Added MySQL support, changed documentation.
9694         (sql-send-region): A message is displayed if something is sent.
9695         (sql-mode): Added buffer-local comment-start.
9696         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9697         (sql-interactive-mode): Added buffer-local comment-start.
9698         (sql-oracle): Set sql-prompt-length.
9699         (sql-sybase): Set sql-prompt-length.
9700         (sql-mysql): Added MySQL support.
9701         (sql-ingres): Set sql-prompt-length.
9702         (sql-ms): Set sql-prompt-length.
9703         (sql-postgres): Set sql-prompt-length.
9705 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
9707         * term/internal.el (dos-codepage-setup): Set selection coding
9708         system to cpNNN-dos.
9710 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712         * international/characters.el: Let ethiopic use iso-2022-7bit.
9714 1999-02-02  Dave Love  <fx@gnu.org>
9716         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9717         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9719 1999-02-02  Karl Heuer  <kwzh@gnu.org>
9721         * terminal.el (terminal-emulator): Doc fix.
9723 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
9725         * international/mule-util.el (compose-chars): Doc-string
9726         modified.  Correctly handle a composition character in ARGS.
9728 1999-02-01  Richard Stallman  <rms@gnu.org>
9730         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9731         (makefile-menu-index-function): Function deleted.
9732         (makefile-mode): Use makefile-imenu-generic-expression.
9734 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
9736         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9737         change, invoke from before-init-hook.
9739 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
9741         * subr.el (remove-from-invisibility-spec): Cope with the case when
9742         buffer-invisibility-spec is t.
9744 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
9746         * calendar/calendar.el (calendar-mode-map): Fix bindings for
9747         appt-add and appt-delete.
9749 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
9751         * term/pc-win.el (msdos-approximate-color): New function.
9752         (msdos-color-translate): Call it to find a DOS color that best
9753         approximates an X-style "#NNNNNN" color specification.
9755 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
9757         * international/mule-util.el (compose-chars-component): Add
9758         autoload cookie.
9760 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
9762         * international/quail.el (quail-lookup-key): If cdr of MAP is a
9763         function, replace cdr of MAP by the return value of the function
9764         unconditionally.
9766 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9768         * progmodes/compile.el (compilation-next-error-locus): Don't
9769         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9771 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
9773         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9774         and NLs before "charset", and allow the charset name be in double
9775         quotes.
9777 1999-01-31  Richard Stallman  <rms@gnu.org>
9779         * imenu.el (imenu-sort-function): Fix custom type.
9781 1999-01-30  Richard Stallman  <rms@gnu.org>
9783         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9784         (speedbar-line-token): Likewise.
9786         * play/gametree.el (gametree-default-score): Use defcustom.
9787         (gametree-score-regexp, gametree-score-closer): Likewise.
9788         (gametree-score-manual-flag, gametree-score-opener): Likewise.
9790 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9792         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9793         decoding.
9795 1999-01-29  Markus Rost  <rost@gnu.org>
9797         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9798         tex-validate-buffer.
9799         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9800         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
9801         now with recent occur-mode.
9802         (tex-validate-region): Really walk through all Sexps.
9803         (tex-region): Bind shell-dirtrack-verbose.
9804         (tex-file, tex-bibtex-file): Likewise.
9806 1999-01-29  Dave Love  <fx@gnu.org>
9808         * finder.el: (finder-commentary): Fix interactive spec.  Try
9809         appending .el to file name.
9810         (finder-find-library, finder-commentary): Doc fixes.
9812 1999-01-29  Andrew Innes  <andrewi@gnu.org>
9814         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9815         where the userid contains directory separators.
9817 1999-01-29  Dave Love  <fx@gnu.org>
9819         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9820         (lm-commentary): Doc fix.
9822 1999-01-29  Andreas Schwab  <schwab@gnu.org>
9824         * files.el (file-expand-wildcards): Never consider `.' and `..' a
9825         wildcard match.  Fix regexp that tests if dirpart contains
9826         wildcard characters.
9828 1999-01-28  Richard Stallman  <rms@gnu.org>
9830         * font-lock.el (font-lock-default-unfontify-region):
9831         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9833 1999-01-27  Jason Rumney <jasonr@altavista.net>
9835         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9836         from FAMILY field.
9837         (w32-create-initial-fontsets): Do not use before-init-hook.
9838         (mouse-set-font): Document.  Automatically create and use fontsets.
9840         * dos-w32.el (direct-print-region-helper): Check for printer
9841         being t as well as a string.
9843 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
9845         * mail/rmail.el (rmail-decode-mime-charset): New variable.
9846         (rmail-mime-charset-pattern): New variable.
9847         (rmail-convert-to-babyl-format): Decode by MIME-charset if
9848         rmail-decode-mime-charset is non-nil.
9850 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
9852         * international/characters.el: Set category `q' for all characters
9853         in tibetan and tibetan-1-column.
9855 1999-01-27  Andrew Innes  <andrewi@gnu.org>
9857         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9858         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9860 1999-01-27  Dave Love  <fx@gnu.org>
9862         * international/mule-cmds.el (current-language-environment):
9863         Provide :link, :type (choices) and appropriate :get.
9865 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
9867         * startup.el (command-line): Set default eol-mnemonic-* strings to
9868         display end-of-line format in mode line.
9870         * cus-start.el (all): Add eol-mnemonic-* variables.
9872 1999-01-26  Dave Love  <fx@gnu.org>
9874         * startup.el (command-line-1): Up-date copyright.
9876         * paths.el (Info-default-directory-list): Use configdir twice.
9878         * info.el (Info-directory-list): Don't set path-separator now
9879         we're not shipped with Texinfo.  Simplify path definition.
9880         Substitute all occurrences of instdir in Info-default-directory-list.
9882 1999-01-25  Richard Stallman  <rms@gnu.org>
9884         * startup.el (normal-top-level-add-subdirs-to-load-path):
9885         Record the inode numbers of the dirs processed, to avoid loop.
9887         * textmodes/tex-mode.el (tex-run-command): Doc fix.
9889 1999-01-25  Dave Love  <fx@gnu.org>
9891         * browse-url.el (browse-url-netscape-program): Doc addition.
9893         * help.el (help-make-xrefs): Default info references to an `(emacs)'
9894         prefix.
9896         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9897         auto-mode-alist.
9899 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9901         * calendar/diary-lib.el (mark-diary-entries): Use
9902         assoc-ignore-case and do not capitalize when matching month and
9903         day names.
9905         * calendar/calendar.el (calendar-read-date): Ditto.
9907         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9908         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9910         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9912         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9914         * calendar/cal-islam.el (calendar-goto-islamic-date)
9915         (mark-islamic-diary-entries): Ditto.
9917         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9919         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9920         (calendar-read-mayan-tzolkin-date): Ditto.
9922         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9924 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
9926         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9928 1999-01-25  Karl Heuer  <kwzh@gnu.org>
9930         * faces.el (list-faces-display): Multiline case of previous fix.
9932 1999-01-25  Andreas Schwab  <schwab@gnu.org>
9934         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9936 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
9938         * files.el (find-file): If find-file-noselect returns a list,
9939         do switch-to-buffer on each element.
9940         (find-file-other-window): Likewise for all but the first element.
9941         (find-file-other-frame): Same.
9942         (find-file-noselect): When we expand a wildcard, return a list
9943         of buffers.
9945 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
9947         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9948         to set the appropriate cpNNN-dos coding system as the
9949         highest-priority coding system.
9951 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9953         * international/fontset.el (generate-fontset-menu): Return a
9954         sorted list by plain names of fontsets.
9956         * international/mule-diag.el (list-fontsets): Sort fontsets by
9957         plain names.
9959         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9960         FIRST is a composite character, decompose it at first.
9962 1999-01-23  Dave Love  <fx@gnu.org>
9964         * format.el: Doc fixes.
9965         (format-encode-run-method): Have things happen in the right buffer.
9966         Deal with errors from method.  Set coding-system-for-write.
9967         (format-decode-run-method): Have things happen in the right buffer.
9968         Deal with errors from method.  Set coding-system-for-read.
9969         (format-alist): Use nil instead of unmatchable regexps.
9971         * simple.el (shell-command-on-region): Return command's exit status.
9973 1999-01-23  Eric Ludlam  <zappo@gnu.org>
9975         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9976         of the file whose info we want to display.
9977         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9978         (speedbar-add-mode-functions-list) Improve doc.
9979         (speedbar-line-token) New function.
9980         (speedbar-dired) Fix order of directories in -shown-directories.
9981         (speedbar-line-path): Default return is default-directory
9982         (speedbar-buffers-line-path): Return is dir name only.
9983         (speedbar-mode-functions-list): New variable.
9984         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9985         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9986         speedbar-files-item-info speedbar-buffers-item-info): New functions.
9987         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9988         New functions.
9989         (speedbar-line-file): Broke out part that fetches file from a line.
9990         (speedbar-line-text): New function extracted from speedbar-line-file.
9991         (speedbar-line-path): Converted into a replaceable function.
9992         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9994 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9996         * international/fontset.el (create-fontset-from-x-resource): Make
9997         style variants.
9999 1999-01-22  Dave Love  <fx@gnu.org>
10001         * paths.el (Info-default-directory-list): Put sysdir after start.
10003 1999-01-22  Sam Steingold  <sds@goems.com>
10005         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10006         a process associated with it.
10008 1999-01-22  Jason Rumney <jasonr@altavista.net>
10010         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10012 1999-01-22  Felix Lee  <flee@cygnus.com>
10014         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10015         major-mode.
10016         (vc-annotate-mode): Delete variable.
10018 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10020         * startup.el (command-line): [windows-nt]: Check for existence of
10021         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10022         in preference to _emacs.
10024 1999-01-22  Dave Love  <fx@gnu.org>
10026         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10028 1999-01-20  Richard Stallman  <rms@gnu.org>
10030         * files.el (find-file-noselect): Do wildcard processing only
10031         if new arg WILDCARDS is non-nil.
10032         (find-file, find-file-other-window): New arg WILDCARDS.
10033         Default it to non-nil if interactive.
10034         (find-file-other-frame): Likewise.
10035         (find-file-read-only): Likewise.
10036         (find-file-read-only-other-window): Likewise.
10037         (find-file-read-only-other-frame): Likewise.
10039         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10040         (widget-plist-convert-option): Delete spurious comma.
10042 1999-01-19  Jason Rumney <jasonr@altavista.net>
10044         * term/w32-win.el (w32-standard-fontspec-spec): Change
10045         iso8859-5 to koi8-r.  Add iso8859-9.
10047 1999-01-19  Dave Love  <fx@gnu.org>
10049         * browse-url.el (browse-url-maybe-new-window): Delete macro and
10050         its uses.
10052         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10053         is active.
10054         (fortran-indent-subprogram): Likewise.
10056 1999-01-19  Dave Love  <d.love@dl.ac.uk>
10058         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10060 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10062         * wid-edit.el (alist): Use sexp as default key-type.
10064 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10066         * textmodes/tex-mode.el (tex-define-common-keys):
10067         Remove key binding of tex-feed-input.
10068         (tex-mode-map): Bind tex-feed-input here.
10069         (tex-start-shell): Use compilation-shell-minor-mode.  Set
10070         comint-input-filter-functions before running tex-shell-hook.
10071         (tex-start-tex): Forget compilation errors.
10072         (tex-compilation-parse-errors): Rewritten to work also with
10073         compile-mouse-goto-error and compile-goto-error.  Adjusted to
10074         change in tex-region.
10075         (tex-region): For the temp file use file-name without directory.
10076         (tex-file): Expand file name of tex-print-file.
10078 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10080         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
10082 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
10084         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10085         beginning could cause Emacs to hang.  Fixed.
10087 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
10089         * international/ccl.el (ccl-compile-translate-character): Handle
10090         the case that a tranlation table is CCL register correctly.
10092         * international/mule-cmds.el (select-safe-coding-system):
10093         Hightlight at most 256 characters.
10095 1999-01-18  Dave Love  <fx@gnu.org>
10097         * startup.el (command-line): If the init file changes operation to
10098         unibyte, make all buffers unibyte and re-set language environment.
10100         * disp-table.el (standard-display-european): Make all existing
10101         buffers unibyte.  Fix doc.
10103 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10105         * wid-edit.el (coding-system): Define this unconditionally.
10107         * simple.el (shell-command-on-region-default-error-buffer): New var.
10108         (shell-command-on-region): Use that variable as interactive
10109         value of ERROR-BUFFER argument.
10111 1999-01-17  Sam Steingold  <sds@goems.com>
10113         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10115 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10117         * progmodes/compile.el (compilation-goto-locus): If already in the
10118         compilation buffer's window, keep it in that window.
10119         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
10120         (compile-goto-error): Don't play with windows.
10122         * textmodes/tex-mode.el (latex-run-command): Doc fix.
10123         (tex-command): Doc fix.
10124         (tex-compilation-parse-errors): Doc fix.
10125         (tex-generate-zap-file-name): Don't start the name with -.
10126         (tex-expand-files): Works now also with strings ending with ":".
10128 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
10130         Patch failed to install:
10131         * gametree.el: Document scoring functionality.
10132         (gametree-score-regexp): Add optional plus sign.
10133         (gametree-score-opener): Replace `:' with `=' as the former
10134         conflicts with gametree-half-ply-regexp.
10135         (gametree-transpose-following-leaves): Add.
10136         (gametree-insert-new-leaf): Make modifying commands barf in read
10137         only buffers.
10138         (gametree-break-line-here): Add a call to
10139         `gametree-transpose-following-leaves'.  This maintains the
10140         necessary invariant that on each level all leaf children precede
10141         all nonleaf children.  This has always been implied, but left to
10142         the user, and, unfortunately, undocumented.
10144 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10146         * wid-edit.el (plist, alist): New widget types.
10148 1999-01-17  Dave Love  <fx@gnu.org>
10150         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10151         fix scope of condition-case therein.
10153 1999-01-17  Andrew Innes  <andrewi@gnu.org>
10155         * dos-w32.el: (find-buffer-file-type-coding-system): Use
10156         default-buffer-file-coding-system when file doesn't exist (and
10157         isn't covered by a special case) instead of forcing undecided-dos
10158         against the user's wishes.
10160         * dos-w32.el (direct-print-region-helper): New function based on
10161         direct-print-region-function; sends data to specified printer port
10162         without further translation.  Recognize and handle specially the
10163         standard `print' and `nprint' programs, as well as `lpr' and
10164         similar programs.  Only write directly to the printer port if no
10165         print program is specified.  Work around a bug in Windows 9x
10166         affecting Win32 version of Emacs by invoking command.com to write
10167         to the printer port instead of writing directly.
10168         (direct-print-region-function): Use direct-print-region-helper to
10169         do most of the work.
10170         (direct-ps-print-region-function): New function; analogue of
10171         direct-print-region-function for ps-print.
10172         (ps-lpr-command): Comment out setq; leave as example usage.
10173         (ps-lpr-switches): Ditto.
10175         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10176         and MS-Windows.
10177         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10178         DOS and Windows platforms, to indicate direct printing.  Update
10179         the docstring accordingly.
10181         * ps-print.el: (ps-printer-name): Update docstring about usage on
10182         MS-DOS and MS-Windows.
10183         (ps-lpr-command): Update docstring as for lpr-command.
10184         (ps-print-region-function): New variable.
10185         (ps-do-despool): Use it.
10186         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10187         DOS/Windows.
10189         * subr.el (subst-char-in-string): New function.
10191 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
10193         * international/codepage.el (cp852-decode-table): Fill a nil entry.
10195         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10196         (bdf-find-font-info): New function, looks for the first readable
10197         file from a list of alternatives.
10198         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10199         instead of bdf-get-font-info.
10200         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10201         to ps-mule-generate-bitmap-glyph.
10203         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10204         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
10205         now be a list of alternative names.
10206         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10207         (ps-mule-prepare-font): Likewise.
10209         * international/codepage.el (cp855-decode-table,
10210         cp850-decode-table): Fill some nil entries.
10212 1999-01-16  Dave Love  <fx@gnu.org>
10214         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10215         last change.
10217 1999-01-15  Dave Love  <fx@gnu.org>
10219         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10220         and change regexp for command names.
10221         (help-xref-go-back, function-called-at-point, symbol-file)
10222         (where-is): Doc fixes.
10223         (help-xref-go-back): Remove interactive spec.
10224         (describe-function-1): Fix message for alias.  Buttomize alias
10225         name.
10227         * simple.el (join-line): New alias.
10229 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10231         * forms.el: (forms--show-record): Convert integers to string
10232         expicitly since concat will no longer accept integers.
10233         (forms-print): Use local `total-nb-records' since
10234         `forms--total-records' will be inaccessible after buffer switching.
10236 1998-01-14  Felix Lee  <flee@cygnus.com>
10238         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10240 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10242         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10244 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10246         * international/codepage.el (cp850-decode-table): Fix previous change.
10248 1999-01-14  Simon Marshall  <simon@gnu.org>
10250         * shell.el (shell-dirtrack-verbose): New custom variable.
10251         (shell-dirstack-message): Use it.
10253 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10255         * international/mule-conf.el: Coding system alias `dos' for
10256         `undecided-dos', `mac' for `undecided-mac'.
10258         * international/mule-cmds.el (describe-language-environment):
10259         Don't alter input-method-alist.
10261 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10263         * international/codepage.el (cp850-decode-table): Replace nil
10264         entries with codes of similary looking glyphs.  (Suggested by
10265         Jason Rumney <jasonr@altavista.net>.)
10267 1999-01-13  Dave Love  <fx@gnu.org>
10269         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10271         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10273 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10275         * files.el (auto-save-hook): Defvar this.
10277 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10279         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10280         faces, eliminating the need to load font-lock before loading sql.
10281         (sql-mode-oracle-font-lock-keywords): Likewise.
10282         (sql-mode-postgres-font-lock-keywords): Likewise.
10284 1999-01-11  Dave Love  <fx@gnu.org>
10286         * cus-start.el: Add inhibit-eol-conversion.
10288         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10289         the values round.
10291 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10293         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10294         Don't switch to Help mode here.
10295         (temp-buffer-setup-hook): Use help-mode-finish.
10296         (help-mode-setup): New function.
10297         (temp-buffer-setup-hook): Use help-mode-setup.
10299         * progmodes/sql.el: New file.
10301         * files.el (auto-mode-alist): Add sql-mode.
10303         * faces.el (list-faces-display): Improve the formatting
10304         by computing the maximum length required for any face-name.
10306 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10308         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10310 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10312         * term.el (term_send_home): Change the string to
10313         be the same as the one emitted by xterm and consistent with the
10314         ones emitted by prior and next.
10315         (term_send_end): Likewise.
10317 1999-01-10  Dave Love  <fx@gnu.org>
10319         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10320         bindings.
10322 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10324         * international/codepage.el (codepage-setup): Doc fix.
10325         (cp-decoding-vector-for-codepage): Likewise.
10327 1999-01-10  Markus Rost  <rost@gnu.org>
10329         * cus-edit.el (custom-save-delete): First scan the custom-file.
10331 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10333         * international/iso-transl.el: Define a "function name" for
10334         each translation that isn't ASCII.  Use these function names
10335         in iso-transl-char-map.
10337 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10339         * international/mule-util.el (decompose-region): Do decomposition
10340         on temporary unibyte buffer.
10342         * international/mule.el (make-char): Doc-string modified.
10344 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10346         * simple.el (comment-region): Delete spaces only if we
10347         deleted a comment starter.
10349 1999-01-07  Dave Love  <fx@gnu.org>
10351         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10353         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10354         like eval-defun does.
10356         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10358         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10359         constructions.  Doc fixes.
10360         (generic-create-generic-function): Use defalias, not fset.
10362         * find-func.el: More doc fixes.
10364 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10366         * files.el (save-buffers-kill-emacs): Show the list of current
10367         processes before prompting to kill them and exit.
10369 1999-01-06  Dave Love  <fx@gnu.org>
10371         * emacs-lisp/find-func.el: Doc fixes.
10372         (find-function-regexp): Extend for define-generic-mode,
10373         define-derived-mode, easy-mmode-define-minor-mode.
10375 1999-01-06  Dave Love  <fx@gnu.org>
10377         * progmodes/fortran.el (fortran-window-create): Account for scroll
10378         bar width.
10380         * browse-url.el: Require (noerror) w3-auto when compiling.
10381         (browse-url-maybe-new-window): Make it a macro and revert last
10382         change to callers.
10383         (browse-url-w3): Require w3 for w3-fetch-other-window.
10385 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10387         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10388         argument.
10390 1999-01-06  Simon Marshall  <simon@gnu.org>
10392         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10394         * font-lock.el (font-lock-default-fontify-buffer): When using
10395         with-temp-message, use nil rather than current-message.
10397         * lazy-lock.el (lazy-lock-unstall):
10398         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10399         rather than current-message.
10401         * fast-lock.el (fast-lock-save-cache-1):
10402         (fast-lock-cache-data): When using with-temp-message, use nil rather
10403         than current-message.
10405 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10407         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10408         the valid-codes property.
10410         * international/mule-cmds.el (prefer-coding-system): Call
10411         set-coding-priority, so that the internal array of priorities is
10412         also updated.
10414         * international/mule-util.el:
10415         (coding-system-change-eol-conversion,
10416         coding-system-change-text-conversion): Don't define here.
10418         * international/mule-cmds.el: Define them here.  Remove the
10419         autoload cookies.
10421 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10423         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10424         if it was enabled before.
10426         * view.el (View-revert-buffer-scroll-page-forward): Bind
10427         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10429         * files.el (recover-session): Preserve point when inserting
10430         explanation.
10432 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10434         * cus-edit.el (custom-save-delete): Don't delete whitespace
10435         and comments before the sexp that is replaced.
10437 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10439         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10441 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10443         * vc.el (vc-dired-hook): Use the original value of
10444         dired-move-to-filename-regexp on lines that have not been
10445         reformatted yet.
10446         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10447         file lines have already been reformatted.
10449 1999-01-05  Dave Love  <fx@gnu.org>
10451         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10452         buffer-local.
10454 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10456         * progmodes/f90.el: Change of regular expressions for type to
10457         correct highlighting and identation. Some small fixes for
10458         compatibility with XEmacs.
10460 1999-01-05  Stephen Eglen  <stephen@gnu.org>
10462         * mspools.el (mspools-vm-system-mail): Provide an alternative
10463         value based on rmail-spool-directory if $MAIL is not defined.
10465 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10467         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10468         (reftex-section-info): Handle negative section levels.
10469         (reftex-view-crossref-extra): New option.
10470         (reftex-view-crossref): Generalized to work in more places.
10471         (reftex-find-citation-regexp-format, reftex-find-reference-format,
10472         reftex-macros-with-labels, reftex-global-search-marker): New variables.
10473         (reftex-view-cite-locations-from-bibtex): New command.
10474         (reftex-view-regexp-match, reftex-global-search,
10475         reftex-global-search-continue): New functions.
10476         (reftex-extract-bib-entries): No error for non-existing BibTeX
10477         file, just a message.
10478         (reftex-extract-bib-entries): Better error handling.
10479         (reftex-select-with-char): Use `*RefTeX Select*' for selection
10480         help and force it on current frame.
10481         (reftex-default-bibliography): New function.
10482         (reftex-access-parse-file): Check consistency after loading a
10483         parse file.  When inconsistent, enfore rescan.
10484         (reftex-check-parse-consistency): New function.
10485         (easy-menu-define): Options section drastically shortened.
10487 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
10489         * language/thai-util.el (thai-compose-string): New function.
10491 1999-01-04  Inge Frick  <inge@nada.kth.se>
10493         * easymenu.el (easy-menu-define): Doc fix.
10494         (easy-menu-create-menu): New keyword :included.
10495         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
10496         be an expression, not only a string.  Simulate style `button'.
10497         Use easy-menu-define-key-intern instead of easy-menu-define-key.
10498         (easy-menu-define-key-intern): New function.
10499         (easy-menu-add-item): Understand value returned from
10500         easy-menu-item-present-p and easy-menu-remove-item.
10501         (easy-menu-return-item): New function.
10502         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10504 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
10506         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10507         Use rmail-output-read-rmail-file-name to read the file name.
10508         Always call rmail-output-to-rmail-file noninteractively.
10509         When count > 1, do the loop here.
10510         Handle rmail-delete-after-output here.
10511         (rmail-summary-output): Similar changes.
10513         * mail/rmailout.el: Provide `rmailout'.
10514         (rmail-output-read-rmail-file-name): New function.
10515         (rmail-output-to-rmail-file): Use that.
10516         (rmail-output-read-file-name): New function.
10517         (rmail-output): Use that.
10519         * files.el (find-file-noselect): Let /: suppress wildcard matching.
10520         Error if wildcard matches no files.
10522 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
10524         * menu-bar.el (clipboard-yank): Doc fix.
10526         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10528 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
10530         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10532 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
10534         * rmail.el (rmail-encode-string): Make sure mask value is
10535         positive; (emacs-pid) returns a negative number on Windows 9x
10536         which causes odd behaviour.
10538 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
10540         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10541         and about w32-* variables unless on Windows/NT.
10543 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
10545         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10546         if buffer is modified; ask about all modified buffers.
10548 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10550         * simple.el (what-cursor-position): Fix previous change.
10552 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
10554         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10555         from paragraph-start.
10557 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
10559         * international/mule-cmds.el (prefer-coding-system): If the
10560         argument requires specific EOL conversion type, make the default
10561         coding systems use that.
10563 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
10565         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10566         Use shell-command-on-region.
10567         (m4-start-m4, m4-end-m4): Functions deleted.
10569 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
10571         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10573 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10575         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10576         to compose-mail in the correct places and as a list.
10578 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
10580         * page-ext.el: Added mouse-selection feature for pages directory buffer.
10581         (pages-directory-map): Bind mouse-2
10582         (pages-copy-header-and-position): Put text property.
10583         (pages-directory-goto-with-mouse): New function.
10585 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
10587         * international/codepage.el (cp-make-coding-systems-for-codepage):
10588         Doc fix.
10589         (cp-coding-system-for-codepage-1): Likewise.
10591 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
10593         * language/thai-util.el (thai-post-read-conversion): Handle Thai
10594         composition sequence correctly here instead of calling
10595         thai-compose-region.
10597         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10598         newline in multibyte buffer, if previous or next character is a
10599         composite char, check the first component of the composite char.
10601 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
10603         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10604         and track-mouse.
10606 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10608         * mail/sendmail.el (mail-yank-original): Remove text properties
10609         after insertion.
10610         (mail-yank-region): Barf if no mark is set in the message
10611         being replied to.
10613         * help.el (function-called-at-point): First look for function at point.
10615 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10617         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10619 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10621         * simple.el (what-cursor-position): Print character encoding also.
10623 1998-12-26  Dave Love  <fx@gnu.org>
10625         * textmodes/flyspell.el: If local-maps work, don't put
10626         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10627         in flyspell-mouse-map (only).
10628         (flyspell-use-local-map): New variable.
10629         Use a different mouse-2 binding in that case,
10630         and don't add to minor-mode-map-alist.
10631         (make-flyspell-overlay, flyspell-correct-word):
10632         Test flyspell-use-local-map.
10634 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10636         * files.el (file-expand-wildcards): Handle wildcards in directory name.
10637         Be careful about whether to return a relative file name,
10638         and if so, relative to what directory.
10640 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10642         * emacs-lisp/easymenu.el (easy-menu-get-map):
10643         Change global map only if this menu exists in the global map already,
10644         and not in the local map.
10645         (easy-menu-do-add-item): Fix error message.
10647         * foldout.el (foldout-inhibit-key-bindings):
10648         Avoid concatenating onto outline-minor-mode-prefix.
10649         Make a new keymap for that prefix, if it does not already have one.
10651 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
10653         * cperl-mode.el:
10654         Can use linear algorithm for indentation if Emacs supports it.
10655         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
10656         (cperl-after-block-p):  Likewise.
10657         (cperl-after-block-and-statement-beg): Likewise.
10658         (cperl-after-block-p):  After END/BEGIN we are a block.
10659         (cperl-after-expr-p):   Skip labels when checking
10660         (cperl-indent-region):  Make a marker for END - text added/removed.
10661         Disable hooks during the call (how to call them later?).
10662         Now indents 820-line-long function in 6.5 sec (including
10663         syntaxification) the first time (when buffer has few
10664         properties), 7.1 sec the second time.
10665         (cperl-indent-region):  Do not indent whitespace lines
10666         (cperl-style-alist)
10667                 Include `cperl-merge-trailing-else' where the value is clear.
10668         (cperl-styles-entries): Likewise.
10669         (cperl-problems):       Improvements to docs.
10670         (cperl-tips):           Likewise.
10671         (cperl-non-problems):   Likewise.
10672         (cperl-mode):           Make lazy syntaxification possible.
10673         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10674         `font-lock-unfontify-region-function' was set to a wrong function.
10676         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10677         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
10678         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10679         but 1<<6 was considered as HERE-doc.
10680         <file/glob> made into a string.
10681         Postpone addition of faces after syntactic step.
10682         Recognition of <FH> was wrong.
10683         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
10684         Knows that split// is null-RE.
10685         Highlights separators in 3-parts expressions as labels.
10686         <> was considered as a glob.
10687         Would err if the last line is `=head1'.
10688         $a-1 ? foo : bar; was a considered a regexp.
10689         `<< (' was considered a start of HERE-doc.
10690         mark qq[]-etc sections as syntax-type=string
10691         Was not processing sub protos after a comment ine.
10692         Was treating $a++ <= 5 as a glob.
10693         Tolerate unfinished REx at end-of-buffer.
10694         `unwind-protect' was left commented.
10695         / and ? after : start a REx.
10697         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10698         Better default, customizes to `message' too, off in text-mode.
10700         (cperl-array-face): Renamed from `font-lock-emphasized-face',
10701         `defface'd.
10702         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10703         `defface'd.
10704         (cperl-emacs-can-parse):        New state variable.
10705         (cperl-indent-line):    Corrected to use global state.
10706         (cperl-calculate-indent):       Likewise.
10707         (cperl-fix-line-spacing):       Likewise (not used yet).
10708         (cperl-calculate-indent):       Did not consider `,' as
10709         continuation mark for statements.
10710         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10711         Remove another parse-data optimization at toplevel: would
10712         indent correctly.
10713         Correct for labels when calculating indentation of continuations.
10714         Docstring updated.
10715         (cperl-choose-color):   Converted to a function (to be
10716         compilable in text-mode).
10717         (cperl-dark-background):        Disable without window-system.
10718         Do `defface' only if window-system.
10719         (cperl-fix-line-spacing):       Sped up to bail out early.
10720         (x-color-defined-p): Was not compiling on XEmacs
10721         Was defmacro'ed with a tick.  Remove another def.
10722         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10723         (cperl-unwind-to-safe): New function.
10724         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10725         (cperl-fontify-syntaxically): Unwinds start and end to go out of
10726                                      long strings (not very successful).
10727         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
10728         Highlight the starting // in s//foo/ as function-name.
10729         Emit a meaningful error instead of a cryptic one for an
10730         uncomplete REx near end-of-buffer.
10732         (cperl-electric-keyword):       `qr' recognized.
10733         (cperl-electric-else):          Likewise
10734         (cperl-to-comment-or-eol):      Likewise
10735         (cperl-make-regexp-x):  Likewise
10736         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
10737         Corrected to use new macros;
10738         `if' for copying `reference-face' to `constant-face' was backward.
10739         remove init `font-lock-other-emphasized-face',
10740         `font-lock-emphasized-face', `font-lock-keyword-face'.
10741         Interpolate `cperl-invalid-face'.
10742         (cperl-make-regexp-x):  Misprint in a message.
10743         (cperl-syntaxify-unwind): New configuration variable
10744         (cperl-fontify-m-as-s): New configuration variable
10745         (cperl-electric-pod):   Check for after-expr was performed
10746         inside of POD too.
10747         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10748         (cperl-clobber-mode-lists): New configuration variable.
10749         (cperl-not-bad-style-regexp):   Updated.
10750         Init:                   `cperl-is-face' was busted.
10751         (cperl-make-face):      New macros.
10752         (cperl-force-face):     New macros.
10753         (font-lock-other-type-face): Done via `defface' too.
10754         (cperl-nonoverridable-face):    New face.  Renamed from
10755         `font-lock-other-type-face'.
10756         (cperl-init-faces-weak):        Use `cperl-force-face'.
10757         (cperl-comment-indent): Commenting __END__ was not working.
10758         (cperl-indent-for-comment):     Likewise.
10759         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
10760         When removing old TAGS info was not relativizing filename.
10761         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10762         Another try to work around XEmacs problems.  Better progress messages.
10763         (toplevel):             Require custom unprotected => failure on 19.28.
10764         (cperl-xemacs-p):       Defined when compile too
10765         (cperl-find-tags):      Was writing line/pos in a wrong order,
10766         pos off by 1 and not at beg-of-line.
10767         (cperl-etags-snarf-tag): New macro
10768         (cperl-etags-goto-tag-location): New macro
10769         (cperl-version):        New variable.  New menu entry
10770         random docstrings:      References to "future" 20.3 removed.
10771         Menu was described as `CPerl' instead of `Perl'
10772         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10773         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10774         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
10775         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10776         `font-lock-reference-face', `font-lock-keyword-face'.
10777         Use `eval-after-load'.
10778         Remove not-CPerl-related faces.
10779         (cperl-tips-faces):     New variable and an entry into Mini-docs.
10780         (cperl-indent-exp):     Was not processing else-blocks.
10781         (cperl-get-state):      NOP line removed.
10782         (cperl-ps-print):       New function and menu entry.
10783         (cperl-ps-print-face-properties):       New configuration variable.
10784         (cperl-invalid-face):   New configuration variable.
10785         (perl-font-lock-keywords):      Highlight trailing whitespace
10786         (cperl-contract-levels):        Documentation corrected.
10787         (cperl-contract-level):         Likewise.
10788         (cperl-ps-extend-face-list):    New macro.
10789         (cperl-invalid-face):   Change to ''underline.
10791 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
10793         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10794         for read-file-name.
10795         (rmail-output-to-rmail-file): Likewise.
10797 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10799         * emacs-lisp/easymenu.el (easy-menu-get-map):
10800         If MENU is nil, use global menu-bar map.
10801         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10802         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10804 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10806         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10808 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10810         * ps-print.el (ps-print-version): New version number (4.1.3).
10812 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
10814         * international/mule-cmds.el: Use make-sparse-keymap instead of
10815         define-prefix-key when defining MULE menu items.
10817         * info.el (Info-node-at-bob-matching): New function.
10818         (Info-find-node, Info-build-node-completions): Call it.
10820 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
10822         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10823         when this is an autoloaded keymap.
10825 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10827         * international/codepage.el (cp-coding-system-for-codepage-1):
10828         Create separate encoders and decoders, for DOS and Unix.  Make the
10829         usual family of 3 coding systems, so that automatic detection of
10830         EOL type works.
10831         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10832         Unix-specific symbols here, and don't call
10833         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
10834         Handa <handa@etl.go.jp>.)
10836         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10838         * term/internal.el (IT-character-translations): New variable, an
10839         alist used to display characters for which there's no glyphs in
10840         the current codepage.
10841         (IT-display-table-setup): New function, sets up the DOS terminal
10842         for a given codepage.
10843         (dos-codepage-setup): New function, sets up the MULE environment
10844         for the current value of dos-codepage.
10845         (top-level if): In the multibyte mode, turn on
10846         unibyte-display-via-language-environment.  In the unibyte mode,
10847         set up the special syntax tables to map lower- to upper case and
10848         back.
10850 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
10852         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10853         (speedbar-frame-plist) Remove useless comments.
10854         (speedbar-frame-mode) Do not specify height if it is in the param list.
10855         Use default y position w/out changing it.
10856         If default x position is a list, keep, calculate the non-list X
10857         value when devining an initial position.
10858         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10859         (speedbar-tag-group-name-minimum-length): New variable.
10860         (speedbar-frame-parameter): New compatibility function.
10861         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10862         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10863         groups to keep things in the right order, and to help with some
10864         naming conventions.
10865         (speedbar-create-tag-hierarchy): Enable buffer local version of
10866         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10867         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
10868         the case, derive it from the cursor location in speedbar.
10870 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
10872         * international/mule-cmds.el (set-language-environment): On MS-DOS
10873         terminals, install DOS-specific nonascii-translation-table if the
10874         language info doesn't specify one.  Pass the default eol-type to
10875         set-language-environment-coding-systems.
10876         (set-default-coding-systems): Copy the eol-type property for the
10877         new default values of {buffer-file,process}-coding-system from the
10878         old defaults.
10879         (set-language-environment-coding-systems): Accept an optional
10880         argument EOL-TYPE, and set the eol-type property of the default
10881         coding systems accordingly.
10882         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10883         (set-keyboard-coding-system): Likewise.
10884         (set-default-coding-systems): Don't set
10885         default-terminal-coding-system on MS-DOS to anything but nil.
10886         (prefer-coding-system): Describe in the doc string that
10887         default-terminal-coding-system is not changed on MS-DOS.
10888         (set-language-environment): For MS-DOS, set standard syntax table
10889         and display table for all characters with code above 127.
10890         (standard-display-european-internal): For MS-DOS, pass all
10891         characters with code above 127 directly to the terminal, and don't
10892         remap characters 160 and 146 in the unibyte case.
10894         * international/codepage.el: New file.
10896 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10898         * diary-lib.el (diary-float): Fix end-of-year error and typos in
10899         comments.
10901 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
10903         * map-ynp.el (map-y-or-n-p): Ignore input methods.
10905         * subr.el (read-passwd): Likewise.
10907 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
10909         * info.el (Info-find-node): Add 1 to the position read from the
10910         tag table.  Don't fail if the node delimiter ^_ is the first
10911         character in the file.
10912         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10913         first character in the file.
10914         (Info-read-subfile): Likewise.
10915         (Info-select-node): Likewise.
10916         (Info-build-node-completions): Likewise.
10918 1998-12-16  Richard Stallman  <rms@gnu.org>
10920         * term/x-win.el (x-cut-buffer-or-selection-value):
10921         If clipboard is enabled, try it before PRIMARY selection.
10923 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10925         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10926         insert c-cedilla and C-cedilla respectively, like in latin-1.
10928 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
10930         * language/hebrew.el: Don't use sublists in the flags argument
10931         passed to make-coding-system.
10933 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10935         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10936         list of character sets found by find-charset-region.
10938         * ps-mule.el: Always require ps-print.  Move some function
10939         definitions for Emacs 20.2 and the earlier to ps-print.el.
10940         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10942         * ps-print.el: Define several functions for Emacs 20.2 and the
10943         earlier version.
10944         (ps-printer-name): Check if printer-name is bound.
10946 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10948         * ps-mule.el: Programming uniformization and little code improvement.
10949         (ps-mule-prepare-font): Programming uniformization.
10950         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10951         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10953         * ps-bdf.el: Programming uniformization and little code improvement.
10954         (bdf-search-and-read): New fun.
10955         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10956         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10957         (bdf-info-relative-compose, bdf-info-baseline-offset)
10958         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10959         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10960         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10961         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10962         improvement.
10964 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10966         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10967         and mule related code extraction. Autoload ps-mule funs.
10969         * ps-mule.el: Doc fix. Require ps-print only when compiled.
10970         (ps-mule-prologue-generated): New fun.
10971         (ps-mule-plot-string): Add autoload cookie.
10972         (ps-mule-begin-job): Call ps-mule-prologue-generated.
10974 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10976         * ps-bdf.el: Require ps-mule instead of ps-print.
10977         (bdf-directory-list): Add autoload cookie.
10979         * ps-mule.el: New file.  Mule related code extracted from
10980         ps-print.el.  Require ps-print, provide ps-mule.
10981         (ps-multibyte-buffer): Add autoload cookie.
10982         (ps-mule-prepare-ascii-font): New fun.
10983         (ps-mule-set-ascii-font): New fun.
10984         (ps-mule-skip-same-charset): Fun deleted.
10985         (ps-mule-plot-string): Set ps-mule-current-charset.
10986         (ps-mule-initialize): Add autload cookie.  Don't set
10987         ps-mule-font-info-database here.
10988         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
10989         ps-mule-font-info-database and ps-control-or-escape-regexp.
10990         (ps-mule-begin-page): New fun.
10992         * ps-print.el: Mule related code moved to ps-mule.el.
10993         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10994         check ps-mule-charset-list.
10995         (ps-begin-page): Don't set ps-mule-current-charset, instead call
10996         ps-mule-begin-page.
10997         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10998         (ps-plot-region): Don't set ps-mule-current-charset, instead call
10999         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11000         instead skip same charsets by itself.
11001         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11002         non-nil.  Call ps-mule-begin-job.
11004 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11006         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11007         instead of bdf.
11009         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11010         (ps-mule-external-libraries): New element FEATURE.
11011         (ps-mule-init-external-library): Ajusted for the above change.
11012         (ps-mule-generate-font): Likewise.
11013         (ps-mule-generate-glyphs): Likewise.
11014         (ps-mule-prepare-font): Likewise.
11015         (ps-mule-initialize): Likewise.
11016         (ps-begin-file): Superfluous tailing parenthesis deleted.
11018 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11020         * international/fontset.el (x-decompose-font-name): If PATTERN
11021         doesn't have any wild cards, return a vector made from a name that
11022         is found by x-resolve-font-name found.  Comments added.
11024         * international/mule-cmds.el (find-coding-systems-for-charsets):
11025         Handle the case of unknown charset.
11026         (find-multibyte-characters): If invalid multibyte characters are
11027         found, return the corresponding strings instead of character
11028         codes.
11029         (find-multibyte-characters): Adjusted for the above change.
11030         (select-safe-coding-system): For a unibyte buffer, always returns
11031         DEFAULT-CODING-SYSTEM.
11032         (get-charset-property): Fix previous change.  Make it a function.
11033         (put-charset-property): Make it a function.
11035         * international/mule.el (make-coding-system): Set mime-charset
11036         property of *-with-esc coding system to nil.
11038         * international/quail.el (quail-point-in-conversion-region): New
11039         function.
11040         (quail-conversion-backward-delete-char): When a key sequence is
11041         being translated, call quail-delete-last-char.
11043         * language/devan-util.el
11044         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11045         handle devanagari-decomposition-rules.
11047 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
11049         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11050         tex-start-options-string to empty string.
11051         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11053 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
11055         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11056         5xx responses are already handled properly).
11058 1998-12-13  Richard Stallman  <rms@gnu.org>
11060         * progmodes/compile.el (compilation-error-regexp-alist): Insist
11061         on a non-digit in the file name.
11063         * simple.el (comment-region): Handle comment-padding
11064         separately for insertion and for deletion, in the right way for each.
11066 1998-12-13  Felix Lee  <flee@cygnus.com>
11068         * progmodes/compile.el (compilation-error-regexp-alist): Fix
11069         regexp to match "ChangeLog:1:1998-12-09 ..."
11071 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
11073         * cus-start.el (dos-unsupported-char-glyph): Add.
11075 1998-12-11  Dave Love  <fx@gnu.org>
11077         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11078         forward-sexp in condition-case.
11080         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11081         Remove unnecessary test on `library' for explicit file name.
11082         Widen scope of save-match-data.
11084 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11086         * international/mule.el (load-with-code-conversion): If the loaded
11087         file was inserted  with no-conversion or raw-text coding system,
11088         make the buffer unibyte.
11090 1998-12-09  Richard Stallman  <rms@gnu.org>
11092         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11093         Get rid of nested loops.
11095         * mouse.el (mouse-drag-vertical-line):
11096         If WHICH-SIDE is not `right', then scroll bars are on the left.
11098         * loadhist.el (load-history-loaded): defvar moved to help.el.
11100         * help.el (symbol-file-load-history-loaded): Variable renamed,
11101         and defvar moved from loadhist.el.
11102         (symbol-file): Renamed from describe-function-find-file.
11103         Load fns-VERSION.el here.
11104         (describe-variable, describe-function-1): Use symbol-file.
11106         * textmodes/tex-mode.el (tex-generate-zap-file-name):
11107         Don't start the name with #.
11109         * ispell.el: Take out the eval-when's.
11111 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
11113         * dirtrack.el (dirtrack-directory-change-hook): New hook.
11114         (dirtrack): Run it.  Make debug message more verbose.
11116 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11118         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11119         name of the abbrev table, and provide support for XEmacs.
11120         (octave-xemacs-p): New variable.
11122 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11124         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11125         exit, when mail-interactive is nil.
11127 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11129         * files.el (after-find-file): Message fix.
11131 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
11133         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11135 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
11137         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11138         filenames using backslashes.
11140 1998-12-09  Dave Love  <fx@gnu.org>
11142         * browse-url.el (browse-url-mail): Call compose-mail-other-window
11143         with correct number of args.
11144         (browse-url-maybe-new-window): New arg.  Callers changed.
11146         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11147         comment.
11149 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
11151         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11153 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
11155         * vc.el (vc-rcs-release): Fix Type.
11156         (vc-sccs-release): Fix Type.
11157         (vc-cvs-release): Fix Type.
11159         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11160         arg work right.
11162         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11163         output of last undeleted message.
11165 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
11167         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11168         (buffer-undo-list) [windows-nt]: Use different relative path.
11170 1998-12-07  Simon Marshall  <simon@gnu.org>
11172         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11174 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
11176         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11178         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11180 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
11182         * info.el (Info-menu): Don't return error if point is between menu
11183         header and first menu item.
11185 1998-12-04  Dave Love  <fx@gnu.org>
11187         * help.el (describe-function-1): Fix description for alias.
11189 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
11191         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11192         specifications from summary line.
11194         * rect.el (delete-whitespace-rectangle): Mark for autoload.
11195         (close-rectangle): Define alias only once in loaddefs.el.
11197 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
11199         * term/internal.el: Remove code which sets up a special syntax
11200         table for non-ASCII characters.
11202 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
11204         * dos-w32.el (direct-print-region-function): Try to ensure that
11205         printer-name is expanded to a file name on a local drive;
11206         sometimes printing a file loaded from a network volume fails.
11207         (direct-print-region-function): Add a function to
11208         write-region-annotate-functions to append a formfeed character to
11209         the region being printed, if the region doesn't end with a
11210         formfeed already.  This avoids creating a second print job
11211         containing a blank page when print spooling is enabled on Windows.
11213 1998-12-02  Dave Love  <fx@gnu.org>
11215         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11216         `Info-goto-node'.
11218 1998-12-02  Richard Stallman  <rms@gnu.org>
11220         * help.el (temp-buffer-resize-mode): Doc fix.
11222         * cus-edit.el (custom-save-delete): Save point before
11223         reading a sexp, rather than backing up.
11225         * international/iso-transl.el: Fix previous change.
11227 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11229         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11230         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11231         Added defvars to suppress compilation warnings.
11233 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11235         * ispell.el: Improved and fixed customize for variables:
11236         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11237         ispell-dictionary-alist, ispell-skip-sgml.
11238         Improved and fixed comments in variables and messages for
11239         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11240         ispell-menu-map, ispell-checking-message, ispell-parser,
11241         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11242         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11243         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11244         ispell-message-text-end, ispell-add-per-file-word-list.
11245         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11246         system is now required for all languages.  Casechars improved for
11247         castellano, castellano8, and norsk dictionaries.  Dictionary
11248         norsk7-tex added.  Dictionary polish added.
11249         (ispell-dictionary-alist): Redefined at load-time to support
11250         dictionary changes.
11251         (ispell-menu-map): Redefined at load-time to support menu changes.
11252         (ispell-check-version): New alias for `check-ispell-version'.
11253         (ispell-parse-output): Fixed matching for ispell error messages.
11254         Correctly returns spelling suggestions in order generated by ispell
11255         process.
11256         (check-ispell-version): Ensure `case-fold-search' doesn't get
11257         redefined.
11258         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11259         redefined.  Fix bug that didn't respect case of word being completed.
11260         (ispell-init-process): Set process coding system to be compatible
11261         with emacs processes and the ispell process.
11262         (ispell-kill-ispell): Ensures ispell process has terminated before
11263         starting new process.  This can otherwise confuse process filters
11264         and hang the ispell process.
11265         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11266         skipping support for sgml.
11267         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11268         which could cause `ispell-complete-word' to hang.
11269         (ispell-message): Improved message reference matching.  Ensure
11270         `case-fold-search' doesn't get redefined.
11271         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11272         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11273         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11274         get redefined.
11276 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11278         * textmodes/flyspell.el (flyspell-check-word-p):
11279         Don't delay inside a kbd macro.
11281         * subr.el (make-local-hook): Return the hook variable.
11283 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11285         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11286         Use a timer instead of post-command-hook.
11287         (hscroll-timer): New variable.
11289 1998-11-30  Dave Love  <fx@gnu.org>
11291         * help.el (help-xref-button): Do nothing if text already has the
11292         help-xref property.
11293         (describe-variable): Revert previous change to hyperlink to source.
11295 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11297         * bindings.el (features): Add `base64' to this list.
11299         * loadhist.el (symbol-file): Doc fix.
11301         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11303         * files.el (hack-one-local-variable): Cope with non-file buffers.
11305 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11307         * help.el (describe-mode): Put major mode first.
11309         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11310         to support special-display and same-window features.
11312 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11314         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11315         bound in one function and used in the other.
11316         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11317         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11319 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11321         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11323 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11325         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11326         Give format correct control string.
11328         * international/mule.el (define-translation-table): Fix bug of
11329         setting incorrect translation-table-id.  If the first element of
11330         ARGS is a translation table, just register it.
11332         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11333         property.
11335 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11337         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11338         syntax table to determine what is whitespace.
11340 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11342         * frame.el (frame-parameter): Doc fix.
11344         * textmodes/tex-mode.el (tex-feed-input): New function.
11345         (tex-define-common-keys): Add binding for C-c C-m.
11347 1998-11-23  Dave Love  <fx@gnu.org>
11349         * progmodes/fortran.el: Various minor doc fixes.
11350         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11351         (fortran-with-subprogram-narrowing): New macro.
11352         (fortran-check-for-matching-do): Use it.
11353         (fortran-end-do): Use fortran-check-end-prog-re.
11354         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11355         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11357 1998-11-23  Simon Marshall  <simon@gnu.org>
11359         * font-lock.el (font-lock-defaults): Doc fix.
11360         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11361         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11363         * lazy-lock.el (lazy-lock-unstall):
11364         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11366         * fast-lock.el (fast-lock-save-cache-1):
11367         (fast-lock-cache-data): Rewritten to use with-temp-message.
11369 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11371         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11372         messages that have been added with DOS line endings and convert
11373         the line endings for such messages.
11375 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11377         * help.el: Add resizing of temporary buffers.
11378         (temp-buffer-resize-mode): New command and variable.
11379         (temp-buffer-max-height): New variable.
11380         (resize-temp-buffer-window): New function.
11382         * window.el (window-buffer-height): New function, split from
11383         shrink-window-if-larger-than-buffer.
11384         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11386 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11388         * frame.el (initial-frame-alist): Add defcustom.
11390         * shell.el (shell-prompt-pattern): Add defcustom.
11392 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11394         * message.el (message-ignored-supersedes-headers): Remove
11395         NNTP-Posting-Date.
11397 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11399         * help.el (describe-mode): Don't avoid loop indirecting thru
11400         value of INDICATOR.
11402 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11404         * help.el (describe-variable): Allow any variable with a defcustom,
11405         even if it is not a user variable.
11407         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11409 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11411         * gnus/nntp.el (nntp-request-group): Allow for failures when
11412         requesting a new group.
11414 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11416         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11418 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11420         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11422 1998-11-19  Simon Marshall  <simon@gnu.org>
11424         * subr.el (with-temp-message): New macro.
11426         * emacs-lisp/lisp-mode.el (with-temp-message):
11427         Add lisp-indent-function property.
11429 1998-11-18  Dave Love  <fx@gnu.org>
11431         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11433 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11435         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11436         This is not obsolete.
11438 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11440         * textmodes/picture.el: Make a new map by make-keymap.
11441         (picture-desired-column): New variable.
11442         (picture-update-desired-column): New function.
11443         (picture-beginning-of-line): Set picture-desired-column to 0.
11444         (picture-end-of-line): Set picture-desired-column to the current
11445         column.
11446         (picture-forward-column): Pay attention to multi-column character.
11447         (picture-backward-column): Likewise.
11448         (picture-move-down): Likewise.
11449         (picture-move-up): Likewise.
11450         (picture-movement-nw): With prefix arg, move twice columns.
11451         (picture-movement-ne): Likewise.
11452         (picture-movement-sw): Likewise.
11453         (picture-movement-se): Likewise.
11454         (picture-set-motion): Handle two-column movements.
11455         (picture-move): Call picture-move-down or picture-forward-column
11456         only when necessary.
11457         (picture-insert): Pay attention to picture-desired-column.
11458         (picture-self-insert): Likewise.
11459         (picture-clear-column): Pay attention to multi-column character.
11460         (picture-mode): Modify doc-string for two-column movement.
11462         * rect.el (move-to-column-force): New function.
11463         (operate-on-rectangle): If coerce-tabs is non-nil, call
11464         move-to-column-force instead of move-to-column.
11465         (insert-rectangle): Call move-to-column-force instead of
11466         move-to-column.
11467         (open-rectangle-line): If begextra is not zero, call
11468         move-to-column-force.
11471 1998-11-16  Dave Love  <fx@gnu.org>
11473         * textmodes/sgml-mode.el Require skeleton when compiling.
11474         (sgml-font-lock-keywords-1): Accept single-letter tags.
11475         (v2): Defvar free variable.
11477 1998-11-16  Sam Steingold  <sds@goems.com>
11479         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11480         macro, not ELisp one.
11482 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11484         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11485         characters to symbol.
11487         * language/japan-util.el (japanese-zenkaku-region): New optional
11488         arg KATAKANA-ONLY.
11490 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11492         * international/mule.el
11493         (after-insert-file-set-buffer-file-coding-system): If the buffer
11494         is changed to unibyte, return inserted bytes.
11496         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11497         and link names if necessary.
11498         (tar-header-block-summarize): Handle the case that file or link
11499         names are multibyte.
11500         (tar-summarize-buffer): At first set the current buffer unibyte,
11501         then if there are multibyte file names, change it to multibyte.
11502         (tar-mode): Get char position from tar-header-offset.
11503         (tar-extract): Avoid multibyte<->unibyte conversion in
11504         insert-buffer-subsring by setting both buffers unibyte
11505         temporarily.
11506         (tar-copy): Set the buffer unibyte while doing a work.  Write
11507         without code conversion.
11508         (tar-expunge): Set the buffer unibyte while doing a work.
11509         (tar-alter-one-field): Likewise.
11510         (tar-clear-modification-flags): Compare byte position with
11511         tar-header-offset.
11512         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11513         insert-buffer-subsring by setting both buffers unibyte
11514         temporarily.  Pay attention to multibyteness while updating the
11515         descriptor-line.
11516         (tar-mode-write-file): Write without code conversion.
11518 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11520         * nngateway.el: Require cl.
11522 1998-11-15  Dave Love  <fx@gnu.org>
11524         * progmodes/fortran.el: Fix previous change:
11525         (fortran-end-prog-re1): Changed.
11526         (fortran-check-end-prog-re): New function.
11527         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11529 1998-11-13  Tom Breton  <tob@world.std.com>
11531         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11532         GNU Emacs.
11534 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
11536         * textmodes/reftex.el: (reftex-finding-files): Group documentation
11537         fixed.
11538         (reftex-toc-toggle-file-boundary,
11539         reftex-toc-toggle-labels,
11540         reftex-toc-toggle-context,reftex-find-start-point): New functions.
11541         (reftex-toc-include-labels, reftex-toc-include-context,
11542         reftex-toc-include-file-boundaries,
11543         reftex-toc-keep-other-windows): New options.
11544         (reftex-use-text-after-label-as-context): Option removed.
11545         (reftex-extract-bib-entries): Protect use in non-latex
11546         buffers.
11547         (reftex-toc-visit-location): Renamed from
11548         `reftex-toc-visit-line'.
11549         (reftex-latin1-to-ascii): Works now with and without Mule.
11550         (reftex-truncate): Removed special stuff for Emacs 20.2.
11551         (reftex-get-offset): Made more general.
11552         (reftex-show-label-location): Renamed from
11553         `reftex-select-label-callback'.
11554         (reftex-pop-to-label): Function removed (using
11555         `reftex-show-label-location' instead.
11556         (reftex-insert-docstruct): Renamed from
11557         `reftex-make-and-insert-label-list'.  Function args changed.
11558         (reftex-toc): Now uses `reftex-insert-docstruct' and
11559         `reftex-find-start-point'.
11560         (reftex-select-item): Use `reftex-find-start-point'.
11561         (reftex-toc-visit-line): Can display labels and file
11562         boundaries.
11563         (reftex-TeX-master-file): `(TeX-master-file)' protected.
11565 1998-11-12  Sam Steingold  <sds@goems.com>
11567         * browse-url.el (browse-url): Handle the case when
11568         `browse-url-browser-function' is a lambda list.
11570 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
11572         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11573         version string.
11574         * loadhist.el (symbol-file): Likewise
11576 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
11578         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11580 1998-11-11  Sam Steingold  <sds@goems.com>
11582         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11583         `run-lisp' instead of signalling an error.
11585 1998-11-11  Karl Heuer  <kwzh@gnu.org>
11587         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11589 1998-11-11  Richard Stallman  <rms@gnu.org>
11591         * vc-hooks.el (vc-toggle-read-only): Doc fix.
11593 1998-11-11  Per Starback  <starback@update.uu.se>
11595         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11596         renamed svenska8 to svenska, and fixed and extended CASECHARS
11597         for it.
11599 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
11601         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11602         handling if setpagedevice is not available.
11603         (ps-begin-file): Fix typo.
11605 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
11607         * international/mule-util.el (compose-chars-component): Signal
11608         error if CH is a rule-based composition character.
11609         (compose-chars): Signal error if an already compsed character is
11610         going to be composed by rule-base.
11612         * term/x-win.el: If a resolved ASCII font name doesn't conform to
11613         full XLFD, don't try to get information of WEIGHT and SLANT from
11614         that font name.
11616 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
11618         * dos-w32.el (set-default-process-coding-system): Use function on
11619         before-init-hook to set default-process-coding-system based on
11620         enable-multibyte-characters.
11622         * term/w32-win.el ([language-change]): For now ignore
11623         keyboard language-change events.
11625 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11627         * ediff-util.el (ediff-make-temp-file): Run the prefix through
11628         convert-standard-file-name, but leave the results of
11629         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
11630         characters if the original name already exists, or has a special
11631         handler.
11633 1998-11-10  Karl Heuer  <kwzh@gnu.org>
11635         * international/iso-insert.el: Delete autoload cookies.
11637         * international/iso-transl.el: Add autoload cookies.
11639 1998-11-10  Richard Stallman  <rms@gnu.org>
11641         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11642         (ispell-process-line): Don't treat multibyte
11644 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
11646         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11647         setpagedevice to specify the page size if setpagedevice is
11648         available.  This is necessary to select the correct paper tray on
11649         Level 2 printers with multiple paper sizes available.
11651         (ps-begin-file): Cope with font names that contain spaces, and
11652         call BeginDoc in a BeginSetup/EndSetup block.
11654 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
11656         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11657         convert-standard-filename.
11659         * loadhist.el (symbol-file): Run fns-VERSION.el through
11660         convert-standard-filename.
11662 1998-11-06  Richard Stallman  <rms@gnu.org>
11664         * textmodes/texinfmt.el (texinfo-format-scan):
11665         Detect the case of two @-commands in a row; process just the first.
11666         (texinfo-append-refill): If line has a @c, insert the @refill
11667         before it.
11668         (texinfo-format-refill): Return with point where the @refill was.
11670         * files.el (hack-local-variables): Test local-enable-local-variables.
11671         (hack-local-variables-prop-line): Likewise.
11672         (set-auto-mode): Don't test local-enable-local-variables here.
11673         (enable-local-variables): Doc fix.
11674         (local-enable-local-variables): Doc fix.
11675         (normal-mode): Doc fix.
11677 1998-11-06  Karl Heuer  <kwzh@gnu.org>
11679         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11681 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
11683         * simple.el (line-number-mode): Doc fix.
11685 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
11687         * international/fontset.el (create-fontset-from-fontset-spec):
11688         Give correct arg to `error'.
11690 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
11692         * textmodes/sgml-mode.el (html-mode): Doc fix.
11693         (sgml-name-8bit-mode): Fix missing format character in message string.
11695 1998-11-05  Karl Heuer  <kwzh@gnu.org>
11697         * mail/sendmail.el (sendmail-send-it): Check for failure.
11699 1998-11-05  Richard Stallman  <rms@gnu.org>
11701         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11703         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11704         (close-rectangle): Define as alias.
11706 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
11708         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11710 1998-11-05  Dave Love  <fx@gnu.org>
11712         * help.el (describe-variable): Don't quote link to source.
11714 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
11716         * gud.el (gud-common-init): Use pop-to-buffer.
11717         (same-window-regexps): Add an element that matches all gud buffers.
11719 1998-11-04  Jason Rumney  <jasonr@altavista.net>
11721         * term/w32-win.el (x-get-selection-value): Alias to
11722         x-cut-buffer-or-selection-value.
11723         (w32-standard-fontset-spec): New variable.
11724         (w32-create-initial-fontsets, mouse-set-font): Check whether
11725         new-fontset is available.
11726         (w32-use-w32-font-dialog): Enable use of set-variable.
11728 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11730         * vc.el (with-vc-file, edit-vc-file): New macros.
11732 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
11734         * international/quail.el (quail-show-guidance-buf): Call
11735         set-minibuffer-window to set minibuffer window of the current
11736         frame correctly.
11738 1998-11-03  Theodore Jump <tjump@tertius.com>
11740         * term/w32-win.el: Require fontset.
11742 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
11744         * faces.el (set-face-font): Call resolve-fontset-name on w32.
11745         (set-face-font-auto): Ditto.
11747 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
11749         * mouse.el (mouse-drag-region): Fix typo.
11751 1998-11-02  Dave Love  <fx@gnu.org>
11753         * progmodes/fortran.el Fix for fontification of strings lost somehow:
11754         (fortran-fontify-string): New function.
11755         (fortran-font-lock-keywords-1): Use it.
11757 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
11759         * comint.el (comint-file-name-quote-list): Doc fix.
11761 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11763         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11764         build directory, not source directory.
11766         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11767         if we did not get one for the final move.
11769 1998-11-01  Dave Love  <fx@gnu.org>
11771         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11772         Don't funcall browse-url-browser-function.
11774         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11775         Don't funcall browse-url-browser-function.
11777         * fortran.el (fortran-end-prog-re1): Fix the regexp.
11779 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11781         * files.el (revert-buffer): Doc fix.
11783 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
11785         * textmodes/tex-mode.el (tex-start-options-string):
11786         Quote the backslashes with more backslashes.
11788 1998-10-31  Dave Love  <fx@gnu.org>
11790         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11791         (webjump): Don't funcall browse-url-browser-function.
11793 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
11795         * international/quail.el (quail-start-translation): Handle
11796         switching of the frame in read-key-sequence.
11797         (quail-start-conversion): Likewise.
11798         (quail-show-guidance-buf): Detach quail-guidance-buf from any
11799         windows before setting an appropriate window for it.
11800         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
11801         quail-guidance-win to nil.
11802         (quail-update-guidance): If quail-guidance-buf is not in the
11803         selected frame, call quail-show-guidance-buf again.
11805 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
11807         * progmodes/pascal.el (pascal-mode):
11808         `blink-matching-paren-dont-ignore-comments' set to t.
11810 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11812         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11814 1998-10-30  Dave Love  <fx@gnu.org>
11816         * vc.el (vc-backend-merge-news): Check for "P" output.
11818         * help.el (describe-variable): Hyperlink the definition.
11820 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
11822         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11823         (sh-set-shell): Likewise.
11825         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11827         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11828         (edebug-on-error): Fix customize type to match that of
11829         debug-on-error.
11831         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11833         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11834         report-emacs-bug-address instead of undefined bug-gnu-emacs.
11836         * international/mule-cmds.el (select-message-coding-system): Doc
11837         fix.
11839         * international/mule-diag.el (describe-coding-system): Describe
11840         all flags.
11842         * mail/sendmail.el (sendmail-coding-system,
11843         default-sendmail-coding-system): Doc fix.
11845         * simple.el (shell-command-on-region): Doc fix.
11847         * loadup.el: Write fns-*.el in current directory instead of
11848         data-directory since no installation directory exists yet.  Mark
11849         buffer unmodified afterwards.
11851         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11852         instead of data-directory since it is architecture dependent.
11853         (load-history-loaded): Update doc string.
11855 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
11857         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11858         path as a default directory when canonicalizing names.
11860         * w32-fns.el: Remove a dangling reference to a directory on the
11861         build machine.
11863 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11865         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11866         namespace related keywords such as `class', `body', `private',
11867         `variable', `namespace eval', etc.
11868         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11869         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11870         imenu and font-lock so that searches for \sw would find words
11871         containing colons.
11873         * progmodes/etags.el (initialize-new-tags-table):
11874         Do not alter find-tag-marker-ring and tags-location-ring.
11876 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
11878         * term/w32-win.el: Require fontset.
11879         (w32-init-fontsets): New function (code from x-win.el).
11881 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11883         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11884         calendar-and-diary-frame-parameters):  Add title parameter.
11886 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11888         * completion.el (dynamic-completion-mode): New function to enable
11889         the mode.  (Just loading the file now does not change anything.)
11891 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11893         * ps-print.el: User option for multibyte buffer handling and doc fix.
11894         (ps-multibyte-buffer): New user option.
11895         (ps-setup): Print new user option.
11896         (ps-print-quote): New fun.
11897         (ps-color-p, ps-mule-font-info-database-latin): New var.
11898         (ps-default-color, ps-mule-font-info-database)
11899         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11900         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11901         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11902         Little code improvement.
11903         (ps-mule-initialize): Initialize ps-mule-font-info-database.
11904         (ps-print-prologue-header, ps-font-family, ps-font-size)
11905         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11906         (ps-build-face-reference, ps-mule-font-info-database-bdf)
11907         (ps-mule-external-libraries, ps-mule-init-external-library)
11908         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11909         Doc fix.
11910         (ps-print-version): New version number (4.1.1) and doc fix.
11911         (ps-print-prologue-header): New user option.
11912         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11913         Conditional compilation for GNU Emacs and emacsens.
11914         (ps-generate-postscript-with-faces): Skip invisible text better.
11915         (ps-setup): Print new user option.
11916         (ps-print-preprint): Check if input file name exists and is unwritable.
11917         (ps-begin-file): Adjust PostScript prologue header for duplex printers
11918         and insert user PostScript prologue header comments.
11919         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11920         New funs.
11921         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11922         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11923         PostScript programming normalization.
11924         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11925         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11926         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11927         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11928         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11929         Programming style normalization.
11931 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11933         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11934         version, check the value of mule-version.
11936         * international/mule-util.el (compose-region): Insert then delete
11937         to preserve markers.
11938         (decompose-region): Use search-forward for efficiency.
11940         * language/chinese.el (pre-write-encode-hz): Cancel previous
11941         change, use generate-new-buffer instead of get-buffer-create.
11942         * language/devan-util.el
11943         (in-is13194-devanagari-pre-write-conversion): Likewise.
11944         * language/thai-util.el (thai-pre-write-conversion): Likewise.
11945         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11946         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11948 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11950         * mail/rmailsum.el (rmail-message-subject-p):
11951         Handle message whose header has not been reformatted.
11953         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11955 1998-10-25  Jason Rumney  <jasonr@altavista.net>
11957         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11958         New variables.
11959         (mouse-set-font): Use font menus instead of dialog according to
11960         w32-use-w32-font-dialog.
11962 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11964         * calendar/calendar.el (calendar-day-name-array): Add doc string
11965         correctly!
11966         (calendar-month-name-array): Add doc string correctly!
11968 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11970         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11972 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
11974         * lisp/info.el (Info-next-menu-item): Stay on top of node.
11976         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11978         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11980         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11982 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
11984         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11986 1998-10-21  Karl Heuer  <kwzh@gnu.org>
11988         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11989         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11990         (profile-filter, profile-reset-timer): Functions deleted.
11991         (profile-check-zero-init-times, profile-get-time): Likewise.
11992         (profile-find-function, profile-quit): Likewise.
11993         (profile-distinct, profile-call-stack, profile-last-time): New vars.
11994         (profile-time-list, profile-init-list): Doc fix.
11995         (profile-functions): Simplify.
11996         (profile-print): Use float.  Make output include space separators.
11997         (profile-add-time): New helper function.
11998         (profile-function-prolog): Renamed from profile-start-function.
11999         Handle profile-distinct.
12000         (profile-function-epilog): Renamed from profile-update-function.
12001         Handle profile-distinct.
12002         (profile-a-function): If the function to be profiled is an
12003         autoload form, load it.  If it's lazy-loaded, fetch it.
12004         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12005         (profile-restore-fun): Arg FUN is now a function symbol, as was
12006         documented, rather than a one-element list.
12007         (profile-finish): Call profile-restore-fun properly.
12009 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12011         * international/characters.el: Setup charset property
12012         nospace-between-words.
12014         * international/mule-cmds.el (get-charset-property): If CHARSET is
12015         composition, return nil.
12016         (put-charset-property): If CHARSET is composition, do nothing.
12018         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12019         * language/devan-util.el
12020         (in-is13194-devanagari-pre-write-conversion): Likewise.
12021         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12022         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12023         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12025         * textmodes/fill.el (sentence-end-without-period): New variable.
12026         (canonically-space-region): Pay attention to
12027         sentence-end-without-period.
12028         (fill-find-break-point): The first argument CHARSET deleted.
12029         Caller changed.
12030         (fill-region-as-paragraph): Pay attention to charset property
12031         nospace-between-words and text property nospace-between-words.
12033 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12035         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12036         an unrecognized shell.
12038 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
12040         * desktop.el (desktop-save): Include minor modes symbolically.
12041         (desktop-create-buffer): Turn on all minor modes in `mim'.
12043 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12045         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12046         (sh-font-lock-keywords): Handle rpm and rpm2.
12047         (sh-ancestor-alist): Handle rpm.
12049         * files.el (auto-mode-alist): Recognize .rpm files.
12050         Also .spec and .mspec files.
12052 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12054         * faces.el (frame-set-background-mode): Enable the function for
12055         MSDOS frames.
12057 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12059         * calendar/calendar.el (calendar-day-name-array): Add doc string.
12060         (calendar-month-name-array): Add doc string.
12062 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12064         * simple.el (kill-ring-max): Increased to 60.
12066 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
12068         * international/characters.el: Setup auto-fill-chars.
12070         * international/kinsoku.el (kinsoku): Check the variable
12071         enable-kinsoku.
12073         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12074         Don't call kinsoku directly, intead call fill-find-break-point.
12076         * textmodes/fill.el: Setup `fill-find-break-point-function'
12077         property to character sets which require `kinsoku' processing for
12078         filling.
12079         (fill-find-break-point): New function.
12080         (fill-region-as-paragraph): Don't check kinsoku-enable here.
12081         Don't call kinsoku directly, intead call fill-find-break-point.
12083 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12085         * faces.el (modify-face-read-string): Return (nil) for "none".
12086         (modify-face): Don't get error if (nil) is the argument.
12087         (face-try-color-list): Don't check whether nil is a valid color.
12089 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
12091         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12092         Print message about each directory, even in batch mode.
12094         * gnus/nntp.el: Require `cl' before using nnoo-declare.
12096         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12097         (ps-mule-string-char): No need to use sref.
12098         (ps-mule-next-index): No need to use sref.
12100         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12102         * files.el (revert-buffer-internal-hook): Add defvar.
12104         * arc-mode.el (archive-mode): Locally set file-precious-flag.
12106         * tar-mode.el (tar-mode): Locally set file-precious-flag.
12108 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
12110         * international/mule-cmds.el (default-input-method): Fix custom type.
12112         * net-utils.el (whois-server-list): Fix customization type.
12114         * shell.el (shell-input-autoexpand): Fix customization group.
12116 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
12118         * repeat.el (repeat): Handle keyboard macros properly.
12119         Handle new prefix arg after self-insert command.
12121         * repeat.el: Don't include cl even at compile time.
12122         (repeat): Avoid using `loop'.
12124         * simple.el (shell-command-on-region): Doc fix.
12125         (next-history-element): Special error message if no default.
12127 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
12129         * ps-print.el (ps-print-buffer): Doc fix.
12130         (ps-despool): Likewise.
12132         * arc-mode.el (arc-mode): Provide arc-mode.
12134 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12136         * ps-print.el (ps-print-buffer): Doc fix.
12138 1998-10-14  Dave Love  <fx@gnu.org>
12140         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12141         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12142         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12144         * progmodes/fortran.el (fortran-mode-map): Change "Join
12145         Continuation Line" to "Join Line".
12146         (fortran-font-lock-keywords-1): Add "cycle", "exit".
12148 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12150         * progmodes/fortran.el (fortran-join-line): Use
12151         `delete-indentation' instead of issuing an error message if not on
12152         a continuation line.  Provide for joining several lines using
12153         prefix arg.
12155 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
12157         * term/pc-win.el (msdos-color-values): New variable.
12158         (x-color-values): New function, emulates its namesake from
12159         src/xfns.c.
12160         (msdos-bg-mode): Add all dark colors to those which return
12161         "dark".
12163 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
12165         * replace.el (keep-lines, flush-lines, how-many):
12166         Don't ignore case if arg has upper case letters.
12168 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
12170         * progmodes/vhdl-mode.el
12171         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12172         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12173         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12174         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12175         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12176         (vhdl-when): Fix indentation problem.
12177         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12178         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12179         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12181 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
12183         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12184         (ls-lisp-insert-directory): Renamed from insert-directory.
12185         (insert-directory): New function.
12187 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
12189         * simple.el (completion-fixup-function): Variable deleted.
12190         (completion-setup-function): Delete code for completion-fixup-function.
12191         * emacs-lisp/lisp.el (lisp-complete-symbol):
12192         Don't bind completion-fixup-function.
12194         * files.el (find-file-wildcards): New option.
12195         (find-file-noselect): Handle wild cards, if enabled.
12196         (file-expand-wildcards): New function.
12198         * simple.el (set-fill-column): Doc fix.
12200 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12202         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12204 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
12206         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12207         Move declaration before first use.
12208         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12209         hif-math, hif-factor): Rename token to hif-token and token-list to
12210         hif-token-list.
12211         (hif-token, hif-token-list): Declare them.
12212         (hif-find-ifdef-block): Return cons of top and bottom point
12213         instead of setting dynamically bound variables.
12214         (hide-ifdef-block, show-ifdef-block): Use return value of
12215         hif-find-ifdef-block.
12217 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12219         * subr.el (read-passwd): Use clear-this-command-keys.
12221         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12223         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12224         and ...-for-write.
12226 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12228         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12229         responses to GROUP command, since this may be called from a timer
12230         with quit inhibited.
12232 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12234         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12235         set unconditional-jump to nil.
12236         (ccl-compile-read-multibyte-character): Return nil.
12237         (ccl-compile-write-multibyte-character): Likewise.
12238         (ccl-compile-translate-character): Likewise
12239         (ccl-compile-map-multiple): Likewise.
12240         (ccl-compile-map-single): Likewise.
12242         * international/kinsoku.el: Add coding tag.
12243         (kinsoku-bol): Remove superfluous TAB in a string.
12245         * international/mule-cmds.el (find-coding-systems-for-charsets):
12246         Delete `composition' (if any) from CHARSETS.
12248 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12250         * international/mule-cmds.el (setup-specified-language-environment):
12251         Add apropos-inhibit property.
12252         (describe-specified-language-support): Likewise.
12254 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12256         * international/mule.el (make-coding-system): Create -with-esc
12257         variant coding system.
12259 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12261         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12262         (next-file): Optionally offer to revert a file's buffer,
12263         if it has an existing buffer but the file has changed.
12265         * info.el (Info-insert-dir): Detect and report problems
12266         in input files, such as "No Top node".  Return with point
12267         at the beginning of the text.
12268         (Info-find-node): Reinsert the code to handle files
12269         with no tags table; it was deleted by mistake.
12271 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12273         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12274         texinfo-find-higher-level-node repeatedly find the same node.
12275         (texinfo-find-higher-level-node): Doc fix.
12277 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12279         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12280         (smtpmail-address-buffer): Add defvar.
12281         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12283         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12285         * ffap.el (ffap-machine-p-local): Fix editing error.
12287 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12289         * faces.el (frame-set-background-mode):
12290         Don't do anythung for text-only or MSDOS frame.
12292 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12294         * international/quail.el (quail-defrule): New optional arg APPEND.
12295         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12297 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12299         * gnus/pop3.el (pop3-open-server):
12300         Set process-coding-system-alist around open-network-stream.
12302 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12304         * files.el (save-buffer): Doc fix.
12306 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12308         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12309         return DEF unchanged, not nil.  Simplify.
12311 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12313         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12315 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12317         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12319         * net-utils.el (ftp, nslookup): Require comint.
12320         (network-service-connection): Likewise.
12321         (whois-server-name): Defaults to whois.arin.net
12322         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12323         (whois): Tries to guess the appropriate top-level domain server.
12324         (whois-get-tld): New function.
12326         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12327         (dirtrack-debug-toggle): Added this function.
12329 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331         * files.el (find-file-noselect): Switch to the correct buffer
12332         before checking find-file-literally, and allow non-nil non-t
12333         rawfile params.
12335 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12337         * midnight.el (clean-buffer-list): Add autoload cookie.
12339         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12340         no-autosave.
12341         * tar-mode.el (tar-mode-revert): Likewise.
12342         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12343         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12344         * gnus/message.el (message-auto-save-directory): Renamed from
12345         message-autosave-directory.  All references changed.
12347 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12349         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12350         string.  Expose mime stuff while searching.
12352 1998-10-06  Richard Stallman  <rms@gnu.org>
12354         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12356         * replace.el (perform-replace): Position point properly
12357         before and after the recursive edit of C-r.
12359         * progmodes/etags.el (tags-reset-tags-tables): Properly
12360         find the markers in the old rings that are being discarded.
12362 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12364         * apropos.el (apropos-print): Control invalid characters.
12366         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12367         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12368         confusing customize.
12370 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12372         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12373         built-in commands.  Add more built-in commands and fix face names.
12375 1998-10-05  Simon Marshall  <simon@gnu.org>
12377         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12379 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12381         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12382         customization since it is not useful in this case.
12383         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12384         sure it gets evalled to a number.  Also verify that set-frame-name
12385         fn exists before calling it.
12387         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12388         Protect a `forward-sexp' call which could fail, and improved regex
12389         for ie, and eg abbreviations.
12391 1998-10-02  Noah Friedman  <friedman@splode.com>
12393         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12394         send-string.
12395         (rlogin-send-Ctrl-D): Here also.
12396         (rlogin-send-Ctrl-Z): Here also.
12397         (rlogin-send-Ctrl-backslash): Here also.
12399 1998-10-02  Dave Love  <fx@gnu.org>
12401         * outline.el (hide-region-body): Bind
12402         outline-view-change-hook to nil while making repeated calls to
12403         outline-flag-region.  Run it once at the end.
12404         (hide-other, hide-sublevels, show-children): Likewise.
12406         * info-look.el: Remove duplicate scheme-mode entry.
12407         (info-lookup-make-completions): When looking for entries, check
12408         that `item' isn't null or "Menu".
12410 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12412         * net-utils.el: Don't require ffap.
12413         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12414         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12416 1998-09-30  Richard Stallman  <rms@gnu.org>
12418         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12420         * imenu.el (imenu--generic-function): Sort each submenu by position.
12421         (imenu--sort-by-position): New function.
12423         * cus-edit.el (Custom-mode-menu): Fix info node name.
12424         (customize group): Fix info node name.
12426         * mail/mailalias.el (build-mail-aliases): Don't allow
12427         a newline in the alias name.  Don't define an alias
12428         if the definition would be empty.
12430         * which-func.el (which-func-mode-global): Make :set function
12431         more reliable.
12433         * custom.el (custom-set-variables): Load the requests first,
12434         then check the symbol's `set' function.
12436         * ffap.el: Doc fixes.
12438 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12440         * gnus.el: (gnus-valid-select-methods): Fix type.
12441         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12442         * gnus-score.el (gnus-orphan-score): Fix type.
12443         (gnus-score-default-header, gnus-score-default-type): Fix type.
12444         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12445         (gnus-saved-headers): Fix type.
12447         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12448         Avoid nil value of `two-lines-citation-part'.
12450 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12452         * which-func.el (which-function): Handle case when
12453         (car imenu--index-alist) is nil.
12455 1998-09-29  Dave Love  <fx@gnu.org>
12457         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12458         bzip2 args.
12460 1998-09-29  Simon Marshall  <simon@gnu.org>
12462         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12463         comint-exec-hook.
12465 1998-09-29  Stephen Eglen  <stephen@gnu.org>
12467         * info-look.el: Add support for Octave.
12469 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
12471         * textmodes/reftex.el (reftex-finding-files): New customize group.
12472         (reftex-texpath-environment-variables,
12473         reftex-use-external-file-finders, reftex-external-file-finders,
12474         reftex-search-unrecursed-path-first): New options.
12475         (reftex-process-string, reftex-find-file-externally): New
12476         functions.
12477         (reftex-access-search-path): Execute shell commands to find the
12478         search path.
12479         (reftex-toggle-auto-view-crossref): When turning on, make sure
12480         `reftex-auto-view-crossref' becomes non-nil.
12481         (reftex-abbrev-regexp): Constant removed.
12482         (reftex-convert-string): Abbrev regexp calculated locally.
12484 1998-09-28  Dave Love  <fx@gnu.org>
12486         * progmodes/fortran.el: Don't call regexp-opt when deriving
12487         font-lock patterns with keywords that aren't all literal.
12489 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12491         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
12492         the form `octave.bin:1>' which come from using precopiled binary
12493         versions.
12495 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12497         * help.el (help-for-help): Use %THIS-KEY%.
12498         (help-quit): Add doc.
12500         * help-macro.el (make-help-screen): Keep HELP-TEXT
12501         in a separate function definition, not in the help command FNAME.
12502         Replace %THIS-KEY% with the key sequence that ran FNAME.
12504 1998-09-25  Richard Stallman  <rms@gnu.org>
12506         * textmodes/texinfo.el (texinfo-show-structure):
12507         Bind inhibit-read-only.
12509         * isearch.el (isearch-search-and-update): Properly
12510         handle upper case letters in the reverse-search special case.
12512 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12514         * gnus.el: Extend the list of autoloaded functions.
12516         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12517         buffer before creating help group. (from Gnus v5.6.43, fix by
12518         1998-08-20 Per Starback <starback@update.uu.se>)
12520         * gnus-util.el (gnus-output-to-rmail): Adjust to
12521         `rmail-output-to-rmail-file'.
12523 1998-09-25  Karl Heuer  <kwzh@gnu.org>
12525         * hexl.el (hexl-mode-map): More of previous change.
12527         * textmodes/tex-mode.el (tex-run-command): Doc fix.
12528         (tex-start-tex): Don't use tex-start-options-string in star case.
12529         Quote file name in star case as well as in non-star.
12530         Add blank and quoting of option string here.
12531         (tex-start-options-string): Not here.
12533 1998-09-23  Karl Heuer  <kwzh@gnu.org>
12535         * term.el (term-delimiter-argument-list): Doc fix.
12536         (term-emulate-terminal): Escape literal semicolon.
12537         * progmodes/asm-mode.el (asm-mode): Doc fix.
12538         (asm-comment-char): Escape literal semicolon.
12539         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12541 1998-09-23  Richard Stallman  <rms@gnu.org>
12543         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12544         only those that normally modify the buffer.
12546         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12547         over again.
12549 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
12551         * ispell.el (check-ispell-version): Ensure same buffer is current
12552         when let-binding of case-fold-search ends.
12554 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12556         * ps-print.el: Skip invisible overlay.
12557         Test for set-buffer-multibyte rather than using mule-version.
12558         (ps-print-version): New version number (4.1) and doc fix.
12559         (ps-generate-postscript-with-faces): Skip invisible overlay.
12561 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
12563         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12565 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
12567         * international/quail.el (quail-update-guidance): Check for the
12568         return value of (quail-guidance) fixed.
12569         (quail-update-translation): Bind quail-current-str locally when it
12570         calls quail-update-guidance.
12571         (quail-update-translation): If input-method-exit-on-first-char is
12572         non-nil, terminate translation only when the current input method
12573         is simple.
12575 1998-09-22  Paul Eggert  <eggert@twinsun.com>
12577         * startup.el (locale-translation-file-name): Prefer X-related names
12578         to the name used by GNU/Linux sans X.  Set to nil if no file found.
12579         (command-line): Use locale-translation-file-name if it is not nil,
12580         instead of testing for its existence again.
12581         regexp-quote the ctype before using it in a regexp.
12582         Allow a colon to appear after the ctype in the aliases file,
12583         as is done in X11R6.4.
12585 1998-09-21  Richard Stallman  <rms@gnu.org>
12587         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12589         * calendar/appt.el (appt-interval): Variable deleted.
12590         (appt-check): For minutes in between appt-display-interval times,
12591         do check, but don't display anything except an updated mode line.
12592         Count against appt-display-interval based on minutes since
12593         first display of this appointment, not based on time of day.
12594         If appt-display-mode-line, force mode line redisplay
12595         whenever appt-mode-string has changed.
12596         (appt-add, appt-delete): Add autoload cookies.
12597         (appt-check): Catch errors from calling `diary'.
12598         (appt-max-time): Renamed from max-time.
12599         (appt-now-displayed, appt-display-count): New variables.
12600         (appt-timer): Don't create one if we already have one.
12602         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12603         More general code to use the source buffer instead of the zap file.
12605         * hilit-chg.el (highlight-compare-with-file): Renamed from
12606         compare-with-file.
12608         * loadhist.el (load-history-loaded): New variable.
12609         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12611         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12613         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12614         Fix error messages.
12616 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
12618         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12619         Emacs frame.
12621 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12623         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12624         `undecided' and `undecided-unix'.
12626 1998-09-21  Dave Love  <fx@gnu.org>
12628         * help.el (help-make-xrefs): Fix typo affecting Info references.
12630         * subr.el (remove-hook): Check list values to avoid errors.
12632 1998-09-18  Noah Friedman  <friedman@splode.com>
12634         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12635         store string in eldoc-last-message without consing a new string.
12636         Rearrange logic from nested if's into cond's.
12637         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12638         Do not print message; just return string.
12639         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12640         Do not print message; just return string.
12641         Cache that string in eldoc-last-data.
12642         (eldoc-last-data): Make into a vector.
12643         (eldoc-get-fnsym-args-string): Use new data form of structure.
12644         (eldoc-get-var-docstring): Here also.
12645         (eldoc-last-data-store): New function.
12646         (eldoc-get-fnsym-args-string): Use it.
12647         (eldoc-get-var-docstring): Here also.
12648         (eldoc-docstring-first-line): Minimize interim string consing.
12649         Call substitute-command-keys on the result.
12650         (eldoc-print-var-docstrings, eldoc-print-docstring,
12651         eldoc-docstring-message): Functions removed.
12652         (eldoc-docstring-format-sym-doc): New function, functionality
12653         ripped out of eldoc-docstring-message.
12654         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12656 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
12658         * international/mule.el (make-coding-system): Doc-string modified.
12660 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
12662         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12664         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12665         customize type.
12667         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12668         type.
12670         * progmodes/compile.el (compilation-error-screen-columns): New
12671         variable.
12672         (compilation-next-error-locus): Use it to decide whether to use
12673         forward-char or move-to-column.
12675         * mail/rmail.el (rmail-movemail-program): Fix customize type.
12677         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12678         feedmail-fiddle-plex-user-list,
12679         feedmail-spray-address-fiddle-plex-list,
12680         feedmail-prompt-before-queue-user-alist,
12681         feedmail-prompt-before-queue-help-supplement,
12682         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12683         feedmail-queue-alternative-mail-header-separator): Fix customize
12684         type.
12686         * startup.el (site-run-file): Fix customize type.
12688         * speedbar.el (speedbar-initial-expansion-list-name): Fix
12689         customize type.
12691         * shell.el (shell-input-autoexpand): Fix customize type.
12693         * ps-print.el (ps-font-info-database): Add missing dots in value.
12694         Improve layout of customize type.
12696         * net-utils.el (traceroute-program-options, ping-program-options,
12697         ipconfig-program-options, netstat-program-options,
12698         arp-program-options, route-program-options,
12699         nslookup-program-options, ftp-program-options): Fix customize
12700         type.
12702         * midnight.el (clean-buffer-list-kill-regexps,
12703         clean-buffer-list-kill-buffer-names,
12704         clean-buffer-list-kill-never-buffer-names,
12705         clean-buffer-list-kill-never-regexps): Fix customize type.
12707         * man.el (Man-init-defvars): Avoid trailing nil on
12708         Man-filter-list.
12710         * lpr.el (printer-name): Fix customize type.
12712 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
12714         * international/mule-cmds.el (reset-language-environment): Call
12715         update-coding-systems-internal.
12717         * international/mule-conf.el: Call update-coding-systems-internal
12718         at the tail.
12720 1998-09-14  Dave Love  <fx@gnu.org>
12722         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
12723         use the menu-enable properties, pending doing it correctly and
12724         acceptably fast.
12726         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12728 1998-09-13  Dave Love  <d.love@dl.ac.uk>
12730         * progmodes/hideshow.el (hs-grok-mode-type): Check
12731         comment-{start,end} non-nil as well as bound.  Report an error if
12732         we can't grok the mode.
12734 1998-09-13  Richard Stallman  <rms@gnu.org>
12736         * simple.el (blink-matching-open): Don't log paren matching
12737         messages in *Messages*.
12739 1998-09-12  Richard Stallman  <rms@gnu.org>
12741         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12742         Set point-before-scroll at end even if there was an error.
12744         * ange-ftp.el (ange-ftp-insert-file-contents):
12745         Use binary mode for dumb-unix hosts as for unix hosts.
12746         (ange-ftp-copy-file-internal): Likewise.
12748         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12750         * emacs-lisp/pp.el: Doc fixes.
12752         * wid-edit.el (widget-menu-max-shortcuts): New variable.
12753         (widget-choose): Don't use single-char shortcuts if # items
12754         exceeds that many.  Use minibuffer instead.
12756 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12758         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12760 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
12762         * speedbar.el (speedbar-frame-mode): Do not set frame position if
12763         in terminal mode.
12765 1998-09-10  Noah Friedman  <friedman@splode.com>
12767         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12768         defcustom declaration.  It's wreaking too much havoc with XEmacs
12769         and older versions of Emacs, which share this code.
12771         * type-break.el (type-break-mode): Here also.
12773         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12774         `t' to add-hook also to modify the new local value.
12776 1998-09-10  Dave Love  <fx@gnu.org>
12778         * vc.el (vc-insert-headers): Doc fix.
12780 1998-09-10  Richard Stallman  <rms@gnu.org>
12782         * textmodes/flyspell.el (flyspell-mode-on): Make the
12783         ispell-... variables permanent locals.
12784         (flyspell-mode-off): Add autoload cookie.
12786         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12787         do use binary mode, just as for `unix'.
12788         (ange-ftp-host-type): If HOST is nil, return `unix'.
12790         * dired.el (dired-mark-files-containing-regexp):
12791         Don't scan directories.  Ignore non-readable files.
12793         * progmodes/compile.el (compilation-error-regexp-alist):
12794         Fix previous change: allow . and _ in command name.
12796         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12798         * uncompress.el (uncompress-while-visiting):
12799         Use just the car of what find-operation-coding-system returns.
12801         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12803         * shell.el (shell-file-name-quote-list): Add # to the value.
12805 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
12807         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12808         to make killing of ispell process work even if
12809         kill-all-local-variables has been run.
12811 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12813         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12814         loop when sexp entry ends at end of file with no newline.
12816 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12818         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12819         (Custom-reset-standard): Fix menu inconsistency.
12821         * mail/feedmail.el (feedmail-from-line): Allow t.
12822         (feedmail-message-id-suffix): Allow nil.
12824         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12825         Simplify.  Make prefix arg work right.
12827 1998-09-09  Dave Love  <fx@gnu.org>
12829         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12831         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12833 1998-09-08  Dave Love  <fx@gnu.org>
12835         * add-log.el (change-log-font-lock-keywords): Do parenthesized
12836         stuff only after file names or at start of line.  Allow parens
12837         around e-mail, as well as angles.
12839         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12840         ignore-errors too, eval'd when compile.  Require w3 stuff at load
12841         time for nicer failure if it's not available.
12843 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
12845         * comint.el (comint-arguments): Ignore backslashes when using
12846         w32 shells that expect backslashes as the directory separator.
12848 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
12850         * international/fontset.el (resolved-ascii-font): New variable.
12851         (x-complement-fontset-spec): By side effect, set
12852         `resolved-ascii-font' to the resolved name of ASCII font."
12853         (create-fontset-from-fontset-spec): Don't get a value for
12854         resolved-ascii-font from the list full-fontlist.  It is set by
12855         x-complement-fontset-spec now.
12857         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12858         version, check the value of mule-version.
12860 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
12862         * textmodes/reftex.el (reftex-view-crossref): Split up into
12863         several functions.  No longer moves to find a macro.
12864         (reftex-view-cr-cite, reftex-view-cr-ref,
12865         reftex-end-of-bib-entry): New functions.
12866         (reftex-auto-view-crossref): New value `window' allowed.
12867         (reftex-view-crossref-when-idle): Process new `window' option in
12868         (reftex-translate-to-ascii-function): New default.
12869         (reftex-label-illegal-re): Default changed, removed Latin1.
12870         (reftex-latin1-to-ascii): New function.
12871         (reftex-what-environment): Check for section regexp before use.
12872         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12873         absolute path names.
12874         (reftex-TeX-master-file): Changed sequence of file checks.
12875         (reftex-do-citation): bibview cache only with RefTeX mode on.
12877 1998-09-06  Richard Stallman  <rms@gnu.org>
12879         * progmodes/compile.el (compilation-error-regexp-alist):
12880         In first pattern (GNU utilities and other things),
12881         allow a space after the optional program name at the beginning.
12883         * mail/mail-hist.el (mail-hist-current-header-contents):
12884         Fix previous change: use mail-header-end.
12886 1998-09-06  Bill Richter  <richter@math.nwu.edu>
12888         * international/ccl.el: Doc fixes.
12889         * international/encoded-kb.el: Doc fixes.
12890         * international/fontset.el: Doc fixes.
12891         * international/kinsoku.el: Doc fixes.
12892         * international/kkc.el: Doc fixes.
12893         * international/mule-cmds.el: Doc fixes.
12894         * international/mule-conf.el: Doc fixes.
12895         * international/mule-util.el: Doc fixes.
12896         * international/mule.el: Doc fixes.
12898 1998-09-05  Eric Ludlam  <zappo@gnu.org>
12900         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12901         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12902         (checkdoc-this-string-valid-engine): Permit ? as terminating
12903         punctuation for first line sentence breaking.
12904         (checkdoc-this-string-valid): When converting a comment into a doc
12905         string, make sure " chars are \".
12906         (checkdoc-sentencespace-region-engine): Only do double space check
12907         if based on the variable `sentence-end-double-space'
12908         (checkdoc-this-string-valid-engine): ? ends valid sentence.
12909         (checkdoc-proper-noun-region-engine): Exclude items in URLs
12911 1998-09-04  Richard Stallman  <rms@gnu.org>
12913         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12914         Recognize define-skeleton as a function definer.
12916         * cus-edit.el (customize-option): Refuse to customize
12917         a variable that has no defcustom.  But if variable is autoloaded,
12918         first try to load the library that defines it.
12920         * international/iso-insert.el: Use `string' before calling `insert'
12921         so that in multibyte buffers we insert multibyte chars.
12923         * dired.el (dired-mark-files-containing-regexp):
12924         Don't use find-file; instead, insert the file in a temp buffer.
12926         * textmodes/tex-mode.el (tex-start-options-string): New option.
12927         (tex-start-tex): Use that variable.
12929         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12930         value in the `repeat' alternative a list.
12932         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12933         the inserted newline, verify that one was really inserted.
12935         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12936         remains on or remains off.
12937         (flyspell-multi-language-p): Default changed to nil.
12939         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12940         In "found in comment" case, don't beginning-of-line after forward-line.
12942         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12943         If the function definition is not a lambda, return original FORM
12944         with no error.
12946 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
12948         * net-utils.el (netstat-program-options): Changed from nil to "-a"
12949         so that by default netstat shows all network connections.
12951 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
12953         * international/quail.el: Doc fixes.
12955         * info.el (info): Don't add parens if FILE already has them.
12957 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
12959         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12960         on extension lines.
12962 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
12964         * w32-fns.el (w32-shell-dos-semantics): New function.
12966 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
12968         * international/quail.el (quail-choose-completion-string): Store
12969         completion `choice' in `quail-current-str'; don't insert it.
12971 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
12973         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
12974         argument to ps-mule-generate-bitmap-font.
12976         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12977         entry and change Latin-1 entry in the default value.
12978         (ps-mule-font-info-database-ps-bdf): New variable.
12979         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12980         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12981         registerd in FONT-SPEC.
12982         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12983         charcter width of bitmap fonts.
12984         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12985         procedure NF.
12986         (ps-begin-file): Output PostScript code for setting
12987         SpaceWidthRatio.
12988         (ps-plot-region): Use line-beginning-position to get a position of
12989         the beginning of the current line.
12991         * international/mule-cmds.el (register-input-method): Doc-string
12992         modified.
12994 1998-09-01  Dave Love  <fx@gnu.org>
12996         * international/mule-cmds.el (current-language-environment): Fix
12997         setter function.
12999 1998-09-01  Simon Marshall  <simon@gnu.org>
13001         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13002         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13003         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13004         names with font-lock-type-face.  Fontify type specs, etc., with
13005         font-lock-keyword-face.
13007 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13009         * international/fontset.el (x-complement-fontset-spec): If ASCII
13010         font is specified in FONTLIST, don't substitute it for the
13011         resolved name.
13013 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13015         * international/mule.el (charset-description): Doc fix.
13017         * language/chinese.el, language/cyrillic.el, language/czech.el,
13018         language/devanagari.el, language/ethiopic.el,
13019         language/european.el, language/hebrew.el, language/indian.el,
13020         language/japanese.el, language/korean.el, language/lao.el,
13021         language/slovak.el, language/thai.el, language/tibetan.el,
13022         language/vietnamese.el:
13023         Add coding: local variable, to avoid bootstrapping problem
13024         if you need to recompile all the Lisp files using interpreted code.
13026 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13028         * cal-china.el (chinese-year-cache): Change range of years from
13029         1989-2000 to 1990-2010.
13031 1998-08-29  Dave Love  <d.love@dl.ac.uk>
13033         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13034         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13036 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13038         * ps-print.el (ps-print-control-characters): Doc-string modified.
13039         (ps-output-string-prim): Comment format changed.
13040         (ps-do-despool): Indentation of source code changed.
13042 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
13044         * subr.el (sref): Make it an alias of aref.  Make the
13045         byte-compiler warn that it is obsolete.
13046         (char-bytes): Make the byte-compiler warn that it is obsolete.
13048         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13049         Calculate the total bytes using position-bytes instead of
13050         char-bytes.
13052 1998-08-27  Karl Heuer  <kwzh@gnu.org>
13054         * snmp-mode.el: New file.
13055         * files.el (auto-mode-alist): Add snmp-mode patterns.
13057 1998-08-27  Karl Eichwalder  <ke@suse.de>
13059         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13061 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13063         * calendar/diary-lib.el (diary-block): Doc fix..
13064         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13066 1998-08-27  Richard Stallman  <rms@gnu.org>
13068         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13069         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13070         Clear appt-mode-string if we don't put something in it.
13072 1998-08-27  Dave Love  <fx@gnu.org>
13074         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13075         dired-local-variables-file for dired-x.
13077         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13078         for compressed library files too.
13080 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
13082         * language/european.el ("Latin-1"): Modify `documentation' key value.
13083         ("Latin-2"): Likewise.
13085 1998-08-26  Karl Heuer  <kwzh@gnu.org>
13087         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13089 1998-08-26  Albert L. Ting  <alt@artisan.com>
13091         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13092         (mail-hist-current-header-contents): Use mail-text-start.
13094 1998-08-26  Richard Stallman  <rms@gnu.org>
13096         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13097         (customize-changed-options-previous-release): New variable.
13098         (customize-changed-options): Use that variable as default arg.
13100 1998-08-26  Karl Eichwalder  <ke@suse.de>
13102         * midnight.el: Require `timer' not only when compiling.
13104 1998-08-26  Per Starback  <starback@update.uu.se>
13106         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13107         buffer before creating help group.
13109 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13111         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13112         coding-system-for-write before saving.
13114 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
13116         * isearch.el (isearch-forward): Doc fix.
13118 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
13120         * emacs-lisp/find-func.el: Fix :version tags to have a string
13121         value, not a float.
13123         * cus-dep.el: Fix typo in output.
13125 1998-08-25  Dave Love  <fx@gnu.org>
13127         * repeat.el (repeat): Doc fix.
13128         [From rms:]
13129         (repeat-previous-repeated-command): New variable.
13130         (repeat): Check for real-last-command being null or repeat.  Set
13131         repeat-previous-repeated-command.
13133         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13135 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
13137         * gnus/message.el (message-send-mail-with-sendmail): Bind
13138         coding-system-for-write by the return value of
13139         select-message-coding-system.
13140         (message-send-mail-with-qmail): Likewise.
13142 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
13144         * emacs-lisp/autoload.el: Fix doc-string-elt property on
13145         define-derived-mode.
13147         * files.el (file-name-invalid-regexp):
13148         Fix regex for ms-dos without long file names.
13150 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13152         * ps-print.el: Multi-byte buffer handling.
13153         (ps-print-version): New version number (4.0) and doc fix.
13154         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13155         compilation for GNU Emacs and emacsens.
13156         (ps-generate-postscript-with-faces): Force invisible text to be
13157         visible.
13158         (dos-ps-printer): New var to avoid compilation gripes.
13160 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13162         * ps-print.el (ps-mule-plot-string): Pay attention to the case
13163         that no more characters can't be printed in the current line.
13165 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13167         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13168         greater than TO.
13170 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13172         * ps-print.el: Add codes to make ps-print.el work also on Emacs
13173         20.2 and the earlier version.
13174         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13175         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13176         (ps-mule-find-wrappoint): Likewise.
13177         (ps-mule-generate-font): Change `X' to `x' in format
13178         control-string.
13179         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13180         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13181         `restore' form procedures `BC' and `EC'.
13183 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
13185         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13186         is an executable procedure.  Make LineThickness, Xshadow, and
13187         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
13188         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13189         ps-mule-font-info-database-bdf): New vars.
13190         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13191         (ccl-encode-ethio-unicode): New CCL program.
13192         (ps-mule-encode-ethiopic): New fun.
13193         (ps-mule-current-charset): New var.
13194         (ps-mule-get-font-spec, ps-mule-font-spec-src,
13195         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13196         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13197         (ps-mule-external-libraries): New var.
13198         (ps-mule-init-external-library): New fun.
13199         (ps-mule-font-cache): New var.
13200         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13201         (ps-last-font): New var.
13202         (ps-mule-prepare-font): New fun.
13203         (ps-mule-charset-list): New var.
13204         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13205         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13206         ps-mule-plot-string): New funs.
13207         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13208         New vars.
13209         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13210         ps-mule-prepare-cmpchar-font): New funs.
13211         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13212         vars.
13213         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13214         ps-mule-generate-bitmap-glyph): New funs.
13215         (ps-mule-initialize, ps-mule-begin): New funs.
13216         (ps-output-string-prim): Insert string as unibyte.
13217         (ps-output-prologue): New fun.
13218         (ps-flush-output): Handle the case of 'prologue.
13219         (ps-begin-file): Call ps-mule-initialize.
13220         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13221         printing multibyte characters.
13222         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13223         (ps-basic-plot-string): Handle the case of printing ASCII
13224         characters by external libraries (e.g. BDF).
13225         (ps-set-font): Set ps-last-font.
13226         (ps-plot-region): Handle multibyte characters, use
13227         ps-mule-plot-string for them.
13228         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13230         * bdf.el: New file.
13232 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13234         * international/mule-cmds.el (select-message-coding-system): New
13235         function.
13236         (set-language-environment-coding-systems): Set
13237         default-sendmail-coding-system.
13239         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13240         (default-sendmail-coding-system): New variable.
13241         (sendmail-send-it): Encode the message by a coding system
13242         select-message-coding-system returns.
13244 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13246         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13247         (speedbar-mode): Set buffer to read only.
13248         (speedbar-temp-buffer-show-function): For emacs don't call hook
13249         with arguments.
13250         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13252 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13254         * speedbar.el (speedbar-key-map): Fix typo.
13256 See ChangeLog.7 for earlier changes.