*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba7d6ac48bcfd7c466974cbfa57686a7bf239ca71
1 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
3         * speedbar.el: Updated the commentary section.
4         xemacs20p now uses >= when detecting.
5         require `defimage' safely.
6         (speedbar-easymenu-definition-base): Add toggle for images.
7         (speedbar-easymenu-definition-special): Add flush cache & expand.
8         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
9         (speedbar-reconfigure-keymaps-hook): New variable.
10         (speedbar-frame-parameters): Updated documentation.
11         (speedbar-use-imenu-flag): Updated custom tag
12         (speedbar-dynamic-tags-function-list): New variable.
13         (speedbar-tag-hierarchy-method): Updated doc & custom.
14         (speedbar-indentation-width, speedbar-indentation-width)
15         new variables.
16         (speedbar-hide-button-brackets-flag): customizable.
17         (speedbar-vc-indicator): Doc update.
18         (speedbar-ignored-path-expressions): Updated default value.
19         (speedbar-supported-extension-expressions): Updated default value.
20         (speedbar-syntax-table): Remove {} paren status.
21         (speedbar-file-key-map, speedbar-buffers-key-map):
22         Add "=" to act as "+".
23         Added overlay aliases.
24         (speedbar-mode):
25         Use `speedbar-mode-line-update' instead of `force-mode-line-update'.
26         (speedbar-mode, speedbar-quick-mouse, speedbar-click,
27          speedbar-double-click):
28         Use `speedbar-mouse-set-point' instead of `mouse-set-point'
29         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
30         (speedbar-item-info-tag-helper): Revamped to handle a wider
31         range of arbitrary text, and new helper functions.
32         (speedbar-item-copy, speedbar-item-rename):
33         Fixed trailing \ in filename finder.
34         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
35         (speedbar-directory-buttons): Update path search/expansion.
36         (speedbar-make-tag-line): Pay attention to
37         `speedbar-indentation-width'.  Use more care w/ invisible properties.
38         (speedbar-change-expand-button-char): Call
39         `speedbar-insert-image-button-maybe'.
40         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
41         (speedbar-sort-tag-hierarchy, 
42          speedbar-prefix-group-tag-hierarchy,
43          speedbar-trim-words-tag-hierarchy,
44          speedbar-simple-group-tag-hierarchy): New functions
45         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
46         (speedbar-insert-imenu-list, speedbar-insert-etags-list):
47         New functions.
48         (speedbar-mouse-set-point): New function
49         (speedbar-power-click): Updated documentation.
50         (speedbar-line-token, speedbar-goto-this-file): 
51         Handle more types of tag prefix text.
52         (speedbar-expand-line, speedbar-contract-line):
53         Make more robust to strange text.
54         (speedbar-expand-line): Takes universal argument to flush the cache.
55         (speedbar-flush-expand-line): New function.
56         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
57         Use new generator insertion method.
58         (speedbar-fetch-dynamic-tags): New function.
59         (speedbar-fetch-dynamic-imenu): Removed code now handled in
60         `speedbar-fetch-dynamic-imenu'.
61         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
62         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
63         "Revert Buffer" menu items.
64         (speedbar-buffer-buttons-engine): Be smarter when creating a
65         filename tag (for expansion purposes.).
66         (speedbar-highlight-one-tag-line, speedbar-unhighlight-one-tag-line,
67          speedbar-recenter-to-top, speedbar-recenter): New functions.
68         (defimage-speedbar): Image loading abstraction.
69         (speedbar-directory-+, speedbar-directory--,
70          speedbar-file-+, speedbar-file--, speedbar-file-,
71          speedbar-tag-, speedbar-tag-+, speedbar-tag--, speedbar-tag-gt,
72          speedbar-tag-v, speedbar-tag-type, speedbar-tag-mail):
73         New images.
74         (speedbar-expand-image-button-alist): New variable.
75         (speedbar-insert-image-button-maybe): Insert an image over some
76         buttons.
78 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
80         * international/mule-cmds.el (encode-coding-char): An ASCII
81         character is always encodable.
83         * international/mule-conf.el: Add more information in descriptions
84         of character sets.
86         * international/mule-diag.el (syntax-description-table): New
87         variable.
88         (describe-char-after): New function.
89         (describe-font-internal): Adjusted for the change of font-info.
90         (describe-font): Likewise.
91         (print-fontset): Rewritten for the new fontset implementation.
92         (describe-fontset): Include fontset alias names in completion.
93         (list-fontsets): Adjusted for the change of print-fontset.
95         * simple.el (what-cursor-position): If DETAIL is non-nil, call
96         describe-char-after instead of displaying the detail in the echo
97         area.
99 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
101         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
103 2000-05-12  Dave Love  <fx@gnu.org>
105         * calendar/todo-mode.el: Remove some compatibility stuff and CL
106         dependence.  Use line-{beginning,end}-position, not
107         point-at{b,e}ol.  Some doc fixes.
108         (todo-position): New function.  Fix callers of position to use it.
109         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
111 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
113         * time.el (display-time-mail-icon): Use `:ascent center'.
115         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
116         handling FTP security extensions.
117         
118 2000-05-11  Dave Love  <fx@gnu.org>
120         * calendar/todo-mode.el: New file.
122 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
124         * comint.el (comint-read-input-ring): Move reference to
125         comint-input-ring-size outside of the save-excursion.  It was
126         causing the default value to be the only one ever seen.
127         
128         * font-lock.el: Update copyright.  Remove Simon Marshall's email
129         address on request from him.
131         * subr.el (substitute-key-definition): Add comment describing
132         the meaning of PREFIX.
134 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
136         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
138         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
139         (add-minor-mode): Don't make the variable buffer-local and add a
140         reference to define-minor-mode in the docstring.
142         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
143         HEADER/FOOTER and fix bug with trailing empty directory.
144         (cvs-append-to-ignore): Use vc-editable-p if available.
145         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
146         (vc-do-command): Tweak advice to handle the new VC.
148         * log-view.el (log-view-goto-rev): New function for the new VC.
149         (log-view-minor-wrap): Use mark-active.
151         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
152         (log-edit-changelog-full-paragraphs): New var.
153         (log-edit-insert-changelog): Remove a lonely leading `* file'.
154         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
155         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
156         (log-edit-changelog-ours-p, log-edit-changelog-entries)
157         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
158         Replace the `cvs' prefix with `log-edit'.
160         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
162         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
163         (diff-font-lock-defaults): Explicitly turn off multiline.
164         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
165         (diff-ediff-patch): Fix call to ediff-patch-file.
166         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
167         Handle comments.
169         * frame.el (automatic-hscrolling): Typo.
171         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
173 2000-05-09  Sam Steingold  <sds@goems.com>
175         * apropos.el (apropos-print): use `describe-face' instead of
176         `customize-face-other-window'.
178 2000-05-09  Dave Love  <fx@gnu.org>
180         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
182         * help.el (describe-variable): Have customize button pop the
183         help-xref stack when invoked.
184         (help-xref-symbol-regexp): Add `face'.
185         (help-make-xrefs): Check for quoted face names and adapt regexp
186         submatch numbers to cope.
187         (help-xref-interned): Maybe insert face doc too.  Separate
188         sections with a line of hyphens.
190         * faces.el:  Some doc fixes.  Declare some functions obsolete.
191         (describe-face): Add customize button.  Return the help
192         text.  Fix prompt.
194 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
196         * term/internal.el (IT-character-translations): Fix last change.
198 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
200         * woman.el: New file
201         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
203 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
205         * term/internal.el (IT-character-translations): Update ASCII
206         simulations for greek-iso8859-7, add latin-iso8859-14 and
207         latin-iso8859-15.
209         * international/mule-cmds.el (set-language-info-alist): Call
210         define-prefix-command with 3 arguments, to make the map suitable
211         for a menu.
213 2000-05-07  Dave Love  <fx@gnu.org>
215         * time.el: Small doc fixes from Pavel Janic.
217 2000-05-05  Dave Love  <fx@gnu.org>
219         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
220         list in doc string.  Don't quote keyword symbols.
221         * emacs-lisp/cl.el: Likewise
222         * emacs-lisp/cl-seq.el: Likewise
224 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
226         * abbrev.el (abbrev-mode): Make ARG optional.
228 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
230         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
232         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
234         * subr.el (substitute-key-definition): Clarify documentation.
236 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
238         * glasses.el (glasses-convert-to-unreadable): Use
239         `glasses-separator' instead of the hard-wired "_".
240         (glasses-mode): Call `glasses-make-unreadable' only in a single
241         place.
243 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
245         * term/internal.el (cjk-codepages-alist): Add associations for
246         Chinese and Korean codepages.  Remove FIXME comment.
248 2000-05-03  Dave Love  <fx@gnu.org>
250         * time.el (display-time-mail-face, display-time-use-mail-icon):
251         New option.
252         (display-time-mail-icon): New variable.
253         (display-time-string-forms): Use the above.  Fix the local-map.
255 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
257         * replace.el (query-replace-map): Add binding for `E'.
258         (query-replace-help): Extend help text.
259         (perform-replace): Allow editing the replacement string.
261         * make-mode.el (makefile-mode-abbrev-table): New variable.
262         (makefile-mode): Set local abbrev table to
263         makefile-mode-abbrev-table.
264         (makefile-font-lock-keywords): Fontify includes and conditionals.
265         
266         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
267         set TOGGLE's value.
269         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
270         mail-interactive-insert-alias.
271         (mail-abbrev-complete-alias): New command.
272         (mail-mode-map): Bind it to `M-TAB'.
273         
274 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
276         * language/lao-util.el (lao-compose-region): New function.
278 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
280         * files.el (recover-session): Make directories as necessary
281         if they don't exist yet.
283         * calendar/cal-french.el 
284         (french-calendar-multibyte-special-days-array) 
285         (french-calendar-special-days-array): Change French text.
286         (calendar-french-date-string): Change output.
287         (calendar-goto-french-date): Likewise.
289 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
291         * wid-edit.el (widget-default-active): Obey `:always-active'.
292         (widget-documentation-string-value-create): Set `:always-active'.
294 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
296         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
297         default prefix to `~/_emacs.d/auto-save.list/_s'.
298         (normal-top-level): Create the directory for auto-save files, if
299         it doesn't already exist (in the ms-dos case only).
301 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
303         * international/mule-cmds.el (set-language-environment): Don't
304         concat an integer (dos-codepage), use format instead.
306 2000-05-02  Dave Love  <fx@gnu.org>
308         * help.el (help-xref-on-pp): Check for constant symbols.
310 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
312         * startup.el (normal-top-level): Put a condition-case around
313         the code loading subdirs.el.
315 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
316         
317         * ps-print.el: Upside-down and face background color printing,
318         line number step, doc fix.
319         (ps-print-version): New version number (5.2).
320         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
321         (ps-face-attribute-list, ps-plot-with-face): Code fix.
322         (ps-spool-config): Var fix.
323         (ps-printer-name-option): Const fix.
324         (ps-print-upside-down, ps-use-face-background)
325         (ps-line-number-step): New vars.
326         (ps-window-system, ps-lp-system): New consts.
327         (ps-face-background): New fun.
329 2000-04-28  Richard Stallman  <rms@gnu.org>
331         * files.el (make-auto-save-file-name):
332         Apply auto-save-file-name-transforms to visited file name
333         before generating auto save file name.
334         (auto-save-file-name-transforms): New variable.
336         * files.el (backup-enable-predicate): 
337         Correctly test for a file under a temporary directory.
339 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
341         * subr.el (add-minor-mode): Rewritten.
343 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
345         * mail/sendmail.el (sendmail-send-it): Set
346         buffer-file-coding-system to the selected coding system for MIME
347         header.
349 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
351         * dired.el (dired-move-to-filename-regexp): Allow format where
352         YYYY is followed by two spaces.
354         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
355         in the second character class of the regexp.
357         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
358         mh-etc, too.
360         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
361         nil.
362         
363         * subr.el (add-minor-mode): Use `set' instead of `setq'.
365         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
366         argument.
368 2000-04-27  Sen Nagata <sen@eccosys.com>
369         
370         * emacs-lisp/crm.el (crm-completion-table): New variable.
371         (crm-collection-fn, crm-test-completion)
372         (completing-read-multiple): Use it.
374 2000-04-27  Dave Love  <fx@gnu.org>
376         * help.el (locate-library): Use mapc.
377         (help-manyarg-func-alist): Add call-process-region.
379 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
381         * subr.el (add-minor-mode): Make argument MAP optional.
383         * desktop.el (desktop-save): Save list of minor modes.
384         (desktop-create-buffer): Restore minor modes.
385         (desktop-minor-mode-table): New user-option.
387         * subr.el (add-minor-mode): New function.
389         * image.el (find-image): New function.
390         (defimage): Rewritten to find image at load time.
392         * startup.el (normal-top-level-add-to-load-path): Handle
393         case that the default directory is not in load-path.
395         * help.el: Old patch from Stefan Monnier.
396         (help-xref-on-pp): New function.
397         (describe-variable): Use it to display xrefs in a symbol's value.
399 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
401         * cus-edit.el (custom-face): Fix parenthesis.
403 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
405         * mail/rmail.el (rmail-expunge): When there are no deleted
406         messages, do nothing.
408 2000-04-26  Dave Love  <fx@gnu.org>
410         * international/mule-cmds.el (locale-translation-file-name):
411         Defvar to nil.
412         (set-locale-environment): Set it here (at runtime).
414 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
416         * replace.el (perform-replace): Add parameters START and END.  Use
417         them instead of the check for a region in Transient Mark mode.
418         (query-replace-read-args): Return two more list elements for the
419         start and end of the region in Transient Mark mode.
420         (query-replace, query-replace-regexp, query-replace-regexp-eval)
421         (map-query-replace-regexp, replace-string, replace-regexp): Add
422         optional last arguments START and END and pass them to
423         perform-replace.
425         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
426         form with additional arguments for perform-replace.
428         * progmodes/etags.el (tags-query-replace): Add parameters START
429         and END.  Construct a form with additional arguments for
430         perform-replace.
432         * simple.el (shell-command): Set default directory for "*Shell
433         Command Output" buffer.
435         * language/european.el (iso-latin-4): Fix typo.
437         * emacs-lisp/crm.el: New file.
439 2000-04-24  Dave Love  <fx@gnu.org>
441         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
442         (Custom-reset-saved, Custom-reset-standard)
443         (custom-group-value-create, custom-group-set, custom-group-save)
444         (custom-group-reset-current, custom-group-reset-saved)
445         (custom-group-reset-standard): Use mapc.
446         (custom-buffer-create-internal): Disable undo when creating items.
447         Use mapc.
448         (custom-face): Avoid redundant lambda.
450 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
452         * startup.el (auto-save-list-file-prefix): Set default to
453         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
455 2000-04-24  Sam Steingold  <sds@gnu.org>
457         * time-stamp.el (time-stamp-string-preprocess): Always convert
458         `field-result' to a string.
460 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
462         * frame.el (scrolling): New group.
463         (automatic-hscrolling): New user-option.
465         * startup.el (command-line-x-option-alist): Add `-lsp' and
466         `--line-spacing'.
468 2000-04-19  Dave Love  <fx@gnu.org>
470         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
471         (cl-mapc): Rename from mapc.  Fix the funcall.
473 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
475         * simple.el (clone-indirect-buffer-other-window): New command.
476         (clone-indirect-buffer): Add optional arg NORECROD.
477         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
479         * help.el (resize-temp-buffer-window): Use count-screen-lines.
481         * window.el (count-screen-lines): New function.
482         (shrink-window-if-larger-than-buffer): Use count-screen-lines
483         instead of window-buffer-height.
485         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
486         non-existing variable comint-input-sentinel.
487         (inferior-lisp-args-to-list): Removed.
488         (inferior-lisp): Use split-string instead of
489         inferior-lisp-args-to-list.
491         * hexl.el (hexl-insert-hex-string): New command.
493         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
494         instead of concat.
496 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
498         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
499         at the start of an existing but empty folder.
501 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
503         * ps-mule.el: Customization fix, doc fix.
504         (ps-multibyte-buffer): Customization fix.
506 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
508         * subr.el (read-passwd): Use read-char-exclusive.
510 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
512         * textmodes/texinfo.el (texinfo-insert-@email)
513         (texinfo-insert-@emph, texinfo-insert-@quotation)
514         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
515         (texinfo-mode-map): Add key bindings for them.
517         * files.el (basic-save-buffer-2): Use a template with `$'
518         instead of `#' for VMS.
520         * simple.el (clone-indirect-buffer): New function.
522 2000-04-16  Stephen Eglen  <stephen@gnu.org>
524         * iswitchb.el (iswitchb-case): New function.  If the user input
525         contains any upper-case characters, the search is made
526         case-sensitive.
528 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
530         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
531         comment-end.
532         (texinfo-font-lock-syntactic-keywords): New var.
533         (texinfo-font-lock-keywords): Remove comment regexp.
534         (texinfo-insert-block): New function.
535         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
536         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
537         and font-lock-defaults.  Use regexp-opt for outline-regexp.
538         (texinfo-environments): New var.
539         (texinfo-environment-regexp): Use regexp-opt and
540         texinfo-environments.
542         * textmodes/ispell.el (ispell-menu-map-needed): Check that
543         ispell-process is bound since this might be eval'd before ispell
544         is loaded.
545         (ispell-message): Use a tiny bit less magic and a bit more hard
546         data to figure out what kind of sc-cite-regexp to use.
548         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
550         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
551         (insert-cyclic-diary-entry): Unquote the lambda.
553         * gud.el (gud-jdb-build-source-files-list): Fix typo.
555         * files.el (backup-enable-predicate): Unquote the lambda.
557         * cus-edit.el (custom-face, face): Unquote the lambda.
559 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
561         * ps-print.el: Check for line-beginning-position definition.
563         * ps-print.el: Fix counting lines in a region.
564         (ps-print-version): New version number (5.1.5).
565         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
566         (ps-printing-region): Fun code fix.
568 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
570         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
571         to file-directory-p.
573 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
575         * gud.el (gud-jdb-build-source-files-list): Check that directory
576         exists before calling directory-files.
578 2000-04-13  Dave Love  <fx@gnu.org>
580         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
581         syntax.
583         * emacs-lisp/cl-specs.el: Remove when, unless.
585         * emacs-lisp/cl-extra.el: Don't quote keywords.
586         (cl-old-mapc): New variable.
587         (mapc): Use it.
588         (cl-map-intervals): Use with-current-buffer.  Don't check for
589         next-property-change.
590         (cl-map-overlays): Use with-current-buffer.
591         (cl-expt): Remove.
592         (copy-tree, remprop): Define unconditionally.
594         * emacs-lisp/cl-compat.el (keywordp): Remove.
596         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
597         to use keywordp.
598         (edebug-spec): Enable keywordp.
600         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
601         string-lessp.
603         * cus-start.el: Use keywordp.
605 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
607         * diary-lib.el (include-other-diary-files): Fix the fix of
608         2000-02-18 by doing a save-excursion.
610 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
612         * ps-print.el: Customization fix, doc fix.
613         (ps-print-version): New version number (5.1.4).
614         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
615         (ps-print-preprint): Adjust code.
616         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
617         (ps-print-prologue-header, ps-print-control-characters)
618         (ps-spool-config): Customization fix.
620 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
622         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
623         converted to the new menu-item format, names silightly changed,
624         help strings added.
626         Support for spelling without async subprocesses:
628         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
629         (ispell-session-buffer): New variables.
630         (ispell-start-process, ispell-process-status,
631         ispell-accept-output, ispell-send-string): New functions, for
632         Ispell invocation when async subprocesses aren't supported.
633         (ispell-word, ispell-pdict-save, ispell-command-loop,
634         ispell-process-line, ispell-buffer-local-parsing): Replace calls
635         to process-send-string with calls to ispell-send-string, and
636         accept-process-output with ispell-accept-output.
637         (ispell-init-process): Call ispell-process-status instead of
638         process-status with.
639         (ispell-init-process): Call ispell-start-process.  Call
640         ispell-accept-output and ispell-send-string.  Don't call
641         process-kill-without-query and kill-process if they are unbound.
642         (ispell-async-processp): New function.
644 2000-04-12  Dave Love  <fx@gnu.org>
646         * info.el: Add debug-ignored-errors.
647         (Info-mode-menu): Add some items.
648         (Info-directory): Add autoload cookie.
650         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
651         Modify `truncate-lines'.  Make `describe-language-environment'
652         always visible and add help.  Modify `describe-key' help.  Invoke
653         Info-directory from `info'.  New entry `emacs-manual'.
655 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
657         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
658         propertized-buffer-identification.
659         (ebrowse-update-member-buffer-mode-line): Likewise.
660         (ebrowse--mode-strings): Removed.
661         (ebrowse--mode-line-props): Removed.
663         * files.el (auto-mode-alist): Add `EBROWSE'.
665         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
666         space before testing for end of buffer.
667         (ebrowse-load): Removed.
668         (ebrowse-revert-tree-buffer-from-file): Rewritten.
669         (ebrowse-create-tree-buffer): Rewritten.
670         (ebrowse-tree-mode): Read tree from buffer.
672         * progmodes/ebrowse-ffh.el: Removed.
674 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
676         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
678 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
680         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
681         at the wrong place.
683 2000-04-09  Dave Love  <fx@gnu.org>
685         * files.el (backup-enable-predicate): Use
686         temporary-file-directory, small-temporary-file-directory.
687         (make-backup-file-name-function, backup-directory-alist): New
688         variables.
689         (make-backup-file-name-1): New function.
690         (make-backup-file-name): Use it.
691         (find-backup-file-name): Likewise.  Use format for clarity, not
692         concat.
693         (file-newest-backup): Use make-backup-file-name.
695 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
697         * progmodes/ebrowse-ffh.el: New file.
699         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
700         to ebrowse-ffh.el.
701         (ebrowse-load): Add autoload.
703         * finder.el (finder-commentary): Add autoload cookie.
705         * mail/rfc2368.el: Correct author's email address.
707         * progmodes/ebrowse.el: New file.
709         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
710         item help string.
711         (easy-menu-do-add-item): Ditto.
712         (easy-menu-define): Extend doc string.
714         * jit-lock.el (with-buffer-unmodified): Use
715         restore-buffer-modified-p.
716         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
717         (jit-lock-function, jit-lock-stealth-fontify): Don't use
718         with-buffer-unmodified.
720 2000-04-08  Dave Love  <fx@gnu.org>
722         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
723         unless, when.
725 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
727         * viper-util.el (viper-put-on-search-overlay): New subroutine.
728         (viper-flash-search-pattern): No operation when using Emacs
729         doesn't support face.
730         Use `viper-put-on-search-overlay'.
732 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
734         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
735         like C-r.
737         * progmodes/make-mode.el: Some doc fixes.
738         (makefile-mode-abbrev-table): New variable.
739         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
740         (makefile-font-lock-keywords): Fontify includes and conditionals.
741         (toplevel): Require `dabbrev' and `add-log' when compiling.
743         * replace.el (perform-replace): Don't move forward one char
744         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
745         to do that because it leaves point 1 position after the last
746         replacement, after everything has been replaced.
748         * jit-lock.el (with-buffer-unmodified): New macro.
749         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
750         modified state.
751         (jit-lock-function-1): Extracted from jit-lock-function; not
752         preserving buffer's modified state.
753         (jit-lock-function, jit-lock-stealth-fontify): Call
754         jit-lock-function-1.
756         * mail/rfc2368.el: Remove supernumerary copyright line.
758 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
760         * glasses.el: Provide facilities for inserting space before left
761         parentheses and uncapitalization of identifiers.
762         (glasses-mode): Try to remove old overlays in all cases.
764 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
766         * progmodes/compile.el (compile-internal): Display the compilation
767         buffer in a different frame, if it's already displayed there.
769         * mail/rfc2368.el: New file.
771         * simple.el (sendmail-user-agent-compose): Recognize a `body'
772         header and insert its value as mail body.
774         * subr.el (member-ignore-case): New function.
776         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
777         (dabbrev--find-expansion): Ignore buffers matching a regexp
778         from dabbrev-ignored-regexps.
780         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
781         to extensions handled by gzip.
783 2000-04-03  Richard M. Stallman  <rms@gnu.org>
785         * files.el (insert-directory): List the total free space
786         along with the used space.
788         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
789         line is followed by one that matches CITATION-REGEXP, end the
790         paragraph.
792 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
794         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
795         (rmail-make-basic-summary-line): Use that option.
797 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
799         * international/mule-cmds.el (encoded-string-description):
800         Rewritten.   Try pretty description for ISO 2022 escape sequences
801         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
802         for hexadecimal format.
804 2000-04-01  Dave Love  <fx@gnu.org>
806         * cpp.el: Change customization group to `c' from `C'.
808         * vcursor.el (vcursor-move): Use display-color-p.
810         * international/mule-util.el: Provide mule-utils.
811         (string-to-sequence): Simplify and speed up.
813         * international/mule.el (make-coding-system): Purecopy doc-string.
815         * international/mule-cmds.el: Various menu changes.
816         (describe-specified-language-support): Handle `Default'.
817         (set-language-info): Purecopy `info'.
819 2000-03-31  Andrew Innes  <andrewi@gnu.org>
821         * vc.el (vc-backend-diff): Return the correct status if we had to
822         retry the rcsdiff command without the --brief option.
824 2000-03-31  Dave Love  <fx@gnu.org>
826         * help.el (help-manyarg-func-alist): Correct several omissions.
828         * add-log.el: Don't require cl, fortran.
829         (add-log-current-defun-function): Doc fix.
830         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
831         fix.
832         (change-log-version-rcs): Function deleted.
833         (change-log-version-number-search): Doc fix.  Use
834         vc-workfile-version.  Avoid CL dolist.
835         (add-change-log-entry): Just call add-log-current-defun to get
836         defun.  Simplify somewhat.
837         (change-log-get-method-definition-1): Likewise.
838         (add-log-current-defun): Return nil if calling
839         add-log-current-defun-function does so.  Move Fortran stuff to
840         fortran.el.  Return string without properties.
842         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
843         and :alpha: char classes.
845         * mail/supercite.el: Defvar curline when compiling.
846         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
847         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
848         rather than a-zA-Z0-9 to allow non-ASCII characters.
850 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
852         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
854         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
855         Re-enable new code.
857         * lpr.el (print-region-1): Use -d to specify printer name for
858         systems `usg-unix-v*, `dgux', `hpux', `irix'.
860 2000-03-31  Dave Love  <fx@gnu.org>
862         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
863         for function definition in symbol's function value slot first
864         instead of first consulting byte-compile-function-environment.
866 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
868         * language/european.el ("Polish"): New language environment.
869         (setup-polish-environment): New function.
871 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
873         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
874         Disable new code.
876         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
877         trying to `load' the symbol of an autoload instead of the file
878         recorded in the autoload.  Fix error messages.
880 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
882         * ps-print.el: PostScript programming fix for ghostview, doc fix.
883         (ps-print-version): New version number (5.1.3).
884         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
885         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
886         (ps-generate-postscript-with-faces): Code fix.
887         (ps-color-values): XEmacs compatibility.
888         (ps-print-background-image, ps-print-background-text, ps-printer-name)
889         (ps-default-fg, ps-default-bg): Adjust customization.
890         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
891         (ps-color-scale): Renaming old ps-color-value fun.
892         (ps-print-headers): Replace ps-print-header group to avoid conflict
893         with ps-print-header variable.
894         (ps-print-miscellany): New group.
895         (ps-format-color, ps-rgb-color): New funs.
896         (ps-default-foreground): New var.
897         (ps-printer-name-option): New const.
899 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
901         * net/net-utils.el:
902         (network-connection-host, network-connection-service): New variables
903         (network-connection-mode): New mode, derived from comint-mode
904         (network-connection-mode-setup): New function, saves host and
905         service information in local variables.
907         * lisp/locate.el:
908         (locate-word-at-point): Added this function
909         (locate): Default to using locate-word-at-point as input
910         Run dired-mode-hook
912 2000-03-29  Dave Love  <fx@gnu.org>
914         * calendar/appt.el: Doc fixes.
915         (appt-check): Convert min-to-app to a string before passing to
916         appt-disp-window-function or concat.
917         (appt-delete-window): Remove test for frame-root-window.
918         (appt-select-lowest-window, appt-convert-time): Simplify.
920         * emacs-lisp/bytecomp.el: Doc fixes.
921         (byte-compile-file-form-autoload): Update
922         byte-compile-function-environment.
924 2000-03-29  Andreas Schwab  <schwab@suse.de>
926         * emacs-lisp/autoload.el: Also print defsubst doc string
927         specially.
929         * dired.el (dired-insert-directory): If dired-free-space-program
930         failed just delete its output.
932 2000-03-29  Dave Love  <fx@gnu.org>
934         * international/iso-cvt.el: Move provide to end.  Doc fixes.
935         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
936         (iso-iso2sgml, iso-sgml2iso): New functions.
937         (iso-cvt-define-menu): Fix some entries and use backquote for
938         clarity.
940         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
942 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
944         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
945         ISO-DATE.  If non-nil, return date in ISO 8601 format.
947 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
949         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
950         if it ever becomes used.
951         (log-edit-mode-hook): Default to vc-log-mode-hook.
952         (log-edit-mode): Fix the docstring.
954         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
955         the code.
957 2000-03-26  Dave Love  <fx@gnu.org>
959         * net/browse-url.el (browse-url): Re-fix case of
960         browse-url-browser-function being an alist.
961         (browse-url): Add :link to defgroup.
963         * files.el: Doc fixes.
964         (file-truename): Include `[' in wildcard characters.
965         (automount-dir-prefix): Customize.
966         (find-file-wildcards): Add :version.
967         (find-file-noselect): Simplify a mapcar call.
969         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
970         compatible with inf-lisp version.
971         (eval-defun-1): Fix custom-declare-variable case.
973 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
975         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
977 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
979         * Makefile (COMPILE_FIRST): New macro.
980         (compile-files): Compile files from COMPILE_FIRST first.
982         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
983         code.
985         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
986         matching open parenthesis in column 0 to defun-prompt-regexp
987         only if open-paren-in-column-0-is-defun-start is set.
989         * sun-curs.el: Require CL at compile-time only.
991         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
992         instead of copy-list which is a function from CL.
993         (msb--choose-menu, msb--mode-menu-cond)
994         (msb--create-buffer-menu-2): Use dolist instead of mapc.
995         (msb--init-file-alist): Use mapcar instead of mapcan.
996         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
997         `(' in column 0 in doc string.
998         (msb--add-separators): Use mapcar instead of mapcan.
1000         * cus-dep.el: Require CL at compile-time only.
1002 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
1004         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1005         (byte-compile-warnings): New warning `noruntime'.
1006         (byte-compile-constants, byte-compile-variables): Fix docstring.
1007         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1008         execute `eval-whenc-compile's body.
1009         (byte-compile-unresolved-functions): Fix docstring.
1010         (byte-compile-eval): New function.
1011         (byte-compile-callargs-warn): Check if the function will be available
1012         at runtime (via property `byte-compile-noruntime').
1013         (byte-compile-print-syms): New function.
1014         (byte-compile-warn-about-unresolved-functions): Also warn about
1015         `noruntime' functions (and use `byte-compile-print-syms').
1016         (byte-compile-file): Capitalize the message.
1018 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
1020         * mail/rmail.el (rmail-confirm-expunge): New user-option.
1021         (rmail-expunge): Ask for confirmation depending on the setting
1022         of rmail-confirm-expunge.
1024 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
1026         * Makefile (bootstrap-clean): If $(emacs) exists, build
1027         loaddefs.el first.  A loaddefs.el that's not up-to-date might
1028         cause a bootstrap failure because things don't autoload as
1029         expected.
1031 2000-03-23  Dave Love  <fx@gnu.org>
1033         * net/browse-url.el: Restore previous use of
1034         browse-url-maybe-new-window.
1036 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1038         * ps-print.el: Skip banner page fix.
1039         (ps-print-version): New version number (5.1.2).
1040         (ps-begin-file, ps-end-file, ps-generate): Code fix.
1042 2000-03-23  Dave Pearson  <davep@davep.org>
1044         * net/quickurl.el Changed the type of parameter passed to the
1045         function defined by `quickurl-format-function'. Before only the
1046         text of the URL was passed. Now the whole URL structure is passed
1047         and the function is responsible for extracting the parts it
1048         requires.  Changed the default of `quickurl-format-function'
1049         accordingly.
1050         (quickurl-insert): Changed the `funcall' of
1051         `quickurl-format-function' to match the above change.
1052         (quickurl-list-insert): Changed the `url' case so that it makes
1053         use of `quickurl-format-function', previous to this the format was
1054         hard wired.
1056 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
1058         * startup.el: Change some spellings for the X Window System.
1060 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
1062         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1063         up the code and the regexp and make sure the cursor is temporarily
1064         moved to the suspicious line while querying the user.
1066 2000-03-22  Jason Rumney  <jasonr@gnu.org>
1068         * w32-fns.el (w32-charset-info-alist): Initialize.
1070 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1072         * ps-print.el: N-up last page fix.
1073         (ps-print-version): New version number (5.1.1).
1074         (ps-end-file, ps-end-job, ps-generate): Code fix.
1076 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1078         * files.el (find-file-run-dired): Update docstring.
1079         (find-directory-functions): New hook.
1080         (find-file-noselect): Run find-directory-functions rather than
1081         calling dired directly.
1083         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1085         * pcvs.el: Add a minimal leading commentary.
1086         (cvs-make-cvs-buffer): Change the header part by removing the startup
1087         message and adding a `Module' entry.  Also replace the FOOTER and
1088         HEADER special fileinfos with the new support in ewoc for updating
1089         its own footer and header.
1090         (cvs-update-header): Update to use the header/footer of the ewoc.
1091         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1092         (cvs-is-within-p): New function.
1093         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1094         to only examine some subset of the buffers.
1096         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1097         `format' instead of our own ad-hoc functions.
1098         Remove HEADER and FOOTER cases, now handled in the EWOC.
1099         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1101         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1102         output to avoid scaring the user.
1103         (cvs-parse-table): Catch message for non-up-to-date commits.
1105         * pcvs-defs.el (cvs-startup-message): Remove.
1106         (cvs-global-menu): New autoloaded menu.
1108         * pcvs-util.el (cvs-string-fill): Remove.
1110         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1111         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1112         PP part of it and also make it work for footers and headers.
1113         (ewoc-create): Drop POS and BUFFER arguments.
1114         Use the DLL's dummy node to store the end-of-footer position.
1115         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1116         (ewoc-refresh): Remove unused `header' variable.
1117         (ewoc-(get|set)-hf): New functions.
1119         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1120         log-view-*-(message|file) and use easy-mmode-define-navigation.
1121         (log-view-message-re): Match SCCS format as well.
1122         And match the revision line rather than the dashed separator line.
1123         (log-view-mode): Use the new define-derived-mode.
1124         (log-view-current-tag): Fill in with an actual implementation.
1126         * cvs-status.el (cvs-status-(prev|next)): Rename from
1127         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1128         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1129         to let the output "breathe" a little more (more readable).
1130         (cvs-status-mode): Use the new define-derived-mode.
1132         * smerge-mode.el (smerge-auto-leave): New function and variable.
1133         (smerge-basic-map): Rename from smerge-basic-keymap.
1134         Change the bindings for smerge-diff-*.
1135         (smerge-*-map): Use easy-mmode-defmap.
1136         (smerge-(next|prev)): Use easy-mmode-define-navigation.
1137         (smerge-keep-*): Use smerge-auto-leave.
1139 2000-03-21  Jason Rumney  <jasonr@gnu.org>
1141         * cus-edit.el (custom-button-face): Use 3D look for w32.
1142         (custom-button-pressed-face): Likewise.
1144 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
1146         * progmodes/etags.el (tags-case-fold-search): New user-option.
1147         (tags-loop-eval): New function.  Bind case-fold-search around eval
1148         depending on the value of tags-case-fold-search.
1149         (tags-loop-continue): Use tags-loop-eval.
1150         (find-tag-in-order): Bind case-fold-search depending on the value
1151         of tags-case-fold-search.
1153 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
1155         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1156         (diff-end-of-hunk): Return the end position for use in
1157         `easy-mmode-define-navigation'.
1158         (diff-recenter): Remove.
1159         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1160         of `easy-mmode-define-navigation'.
1161         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1162         previous renaming) and fix to use new names.
1163         (diff-merge-strings): Use \n as separator: simpler, faster.
1164         (diff-mode): Use `define-derived-mode'.
1166         * derived.el (define-derived-mode): Don't autoload anymore.
1167         Prefer the macro-only version provided by easy-mmode.el.
1169         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1170         `easy-mmode-define-derived-mode'.
1171         Use `combine-run-hooks'.
1172         (easy-mmode-define-navigation): New macro.
1174         * subr.el (combine-run-hooks): New function.
1176 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
1178         * term/x-win.el: Fontsets related initialization is simplified.
1180         * international/mule-diag.el (describe-font): Don't refer to
1181         global-fontset-alist, instead call font-list.
1182         (describe-fontset, list-fontsets, mule-diag): Likewise.
1183         (print-fontset): Adjusted for the change of fontset
1184         implementation.
1186         * international/fontset.el (x-charset-registries): Variable
1187         removed, instead the corresponding data is stored in the default
1188         fontset.
1189         (register-alternate-fontnames): Function removed.
1190         (resolved-ascii-font): Variable removed.
1191         (x-compose-font-name): Ignore the second argument REDOCE.
1192         (x-complement-fontset-spec): Complement only an ASCII font and
1193         element for those charsets than can use that ASCII font.
1194         (generate-fontset-menu): Don't refer to global-fontset-alist,
1195         instead call fontset-list.
1196         (uninstantiated-fontset-alist): Variable removed.
1197         (x-style-funcs-alist): Likewise.
1198         (fontset-default-styles): Likewise.
1199         (x-modify-font-name): Function removed.
1200         (create-fontset-from-fontset-spec): Ignore the argument
1201         STYLE-VARIANT.
1202         (create-fontset-from-ascii-font): Docsting adjusted for the above
1203         change.
1204         (instantiate-fontset, resolve-fontset-name): Functions removed.
1205         (fontset-list): Now implemented by C code.
1207         * faces.el (read-face-font): Fix TABLE arg to completing-read.
1208         (describe-face): Include `font' attribute in the description.
1210 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
1212         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1214 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
1216         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1217         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1218         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1220         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1221         about behavior of set-buffer-modified-p wrt redisplay.
1223 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1225         * view.el (view-mode-disable): Kill local binding of view-read-only.
1227 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
1229         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1230         is a string, convert it to a syntax cell using string-to-syntax.
1232         * simple.el (syntax-code-table, syntax-flag-table): New variables.
1233         (string-to-syntax): New function.
1235         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1236         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1237         try to use passive ftp mode.
1239 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
1241         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1243         * simple.el (append-to-buffer): Update point of windows after
1244         insertion.
1246         * abbrev.el (inverse-add-abbrev): Identify word by first moving
1247         forward then moving backward.  Reindent.
1249         * frame.el (other-frame): Call x-focus-frame only if
1250         focus-follows-mouse is off.
1252 2000-03-17  Dave Love  <fx@gnu.org>
1254         * pcvs-util.el (cvs-strings->string): Rename
1255         replace-regexps-in-string.
1257 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
1259         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1260         regexp for labels cannot span several lines.
1262         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1263         `(setq :<key> ':<key>)' to the macro expansion.
1265 2000-03-16  Dave Love  <fx@gnu.org>
1267         * progmodes/f90.el (f90): Put custom group under `languages', not
1268         `fortran'.
1269         (f90-mode-hook): Customize.
1270         (f90-mode): Set add-log-current-defun-function.
1271         (f90-current-defun): New function.
1273 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
1275         * cus-edit.el (custom-variable-tag-face): Handle case that
1276         default face's height is not a number.
1277         (custom-face-tag-face, custom-group-tag-face-1)
1278         (custom-group-tag-face): Ditto.
1279         (custom-group-tag-face-1): Add :group.
1281         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1283 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
1285         * pcvs-defs.el (toplevel): Remove autoload cookie for form
1286         requiring easymenu.
1288 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1290         * ps-print.el: PostScript user-defined prologue, PostScript error
1291         handler, doc fix.
1292         (ps-print-version): New version number (5.1).
1293         (ps-user-defined-prologue, ps-error-handler-message)
1294         (ps-print-prologue-0, ps-error-handler-alist): New vars.
1295         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1296         (ps-insert-string): New function.
1298 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
1300         * international/ccl.el (ccl-compile-expression): Don't generate
1301         invalid self-assignment code.
1303 2000-03-14  Dave Love  <fx@gnu.org>
1305         * subr.el (replace-regexp-in-string): Renamed from
1306         replace-regexps-in-string.  Doc fix.
1308 2000-03-12  Dave Love  <fx@gnu.org>
1310         * cus-edit.el: Doc fixes.
1311         (customize-set-variable, customize-save-variable): Rename args for
1312         doc.
1313         (custom-variable-tag-face, custom-face-tag-face)
1314         (custom-group-tag-face-1, custom-group-tag-face): Modify from
1315         style which user identify as hyperlink.
1316         (hook): Don't add undefined functions to the hook.
1317         (debug-ignored-errors): Transfer message from bindings.el.
1319 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1321         * recentf.el (recentf-keep-non-readable-files-p): Remove
1322         double/nested definition.
1324 2000-03-12  Dave Love  <fx@gnu.org>
1326         * facemenu.el (facemenu-get-face): Use display-color-p.
1327         * enriched.el (enriched-decode-foreground): Likewise.
1328         (enriched-decode-background): Likewise.
1329         * isearch.el (isearch-highlight): Likewise.
1330         * info-look.el (info-lookup): Likewise.
1331         * simple.el (completion-setup-function): Likewise.
1333         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1334         :options.
1336         * bindings.el (mode-line-format): Fix line-number and
1337         column-number items.  Add help-echo for the background.
1338         (mode-line-mule-info): Modify help-echo.
1340         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1341         defcustom.
1343         * files.el (load-file): Allow completion to .elc.
1345         * man.el: Doc fixes.
1346         (Man-init-defvars): Use display-color-p to set fontification.
1348         * play/hanoi.el (hanoi-internal): Don't use oddp.
1350 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
1352         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1354         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1356 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1358         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1359         Fix comment.
1361 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
1363         * font-lock.el (font-lock-keywords): Fix the doc now that
1364         regexp-opt-depth is unnecessary.
1365         (save-buffer-state): Set an edebug spec.
1366         (font-lock-fontify-anchored-keywords): Properly handle the case when
1367         the matcher goes past the limit.
1369         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1370         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1372         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
1373         dll.el and cookie.el (from Elib) with heavy renaming and other
1374         massaging.
1376         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1377         Autoload the functions used.
1378         (easy-mmode-define-syntax): Fix CL typo.
1379         (easy-mmode-define-derived-mode): Improve the docstring generation.
1381 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
1383         * textmodes/texinfo.el (texinfo-version): Variable and function
1384         removed.
1386 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
1388         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1389         allow more flexibility.
1390         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1391         fns.
1392         (easy-mmode-defmap, easy-mmode-defsyntax)
1393         (easy-mmode-define-derived-mode): New macros.
1395 2000-03-09  Didier Verna  <didier@xemacs.org>
1397         * rect.el (replace-rectangle): New function.
1399 2000-03-09  Dave Love  <fx@gnu.org>
1401         * progmodes/fortran.el (fortran-comment-line-start): Define as
1402         "C".
1403         (fortran-comment-line-start-skip): Don't match cpp stuff.
1404         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
1405         (fortran-mode-map): Remove over-eager custom-menu-create for now.
1406         (fortran-mode): Don't set fortran-comment-line-start-skip,
1407         fortran-comment-line-start here.  Set comment-start,
1408         add-log-current-defun.
1409         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1410         (fortran-current-defun): New function.
1412 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
1414         * emacs-lisp/re-builder.el: New file.
1416         * mouse.el (mouse-drag-region): Don't run up-event handler
1417         if hscroll has changed.
1419         * octave-mod.el (octave-font-lock-keywords): To font-lock the
1420         builtin operators, use `font-lock-builtin-face' for Emacs and
1421         `font-lock-preprocessor-face' otherwise.
1423         * font-lock.el (lisp-font-lock-keywords-1): Highlight
1424         `(defun (setf foo)' differently.
1426 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
1428         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1429         (regexp-opt): Update comment and adapt the code the new meaning of
1430         the `paren' argument of regex-opt-group for shy-groups.
1431         (regexp-opt-depth): Handle shy groups as well as backslashed
1432         backslashes.
1433         (regexp-opt-group): Turn the leading comment into a docstring.
1434         Allow `paren' to be a string (the string to use to open a group).
1435         Remove open-presuf and close-presuf.  Instead of checking for `all
1436         one-char' and then later on check for `several one-char', handle
1437         both cases close together.  Also apply a more generic algorithm
1438         for suffixes (the mirror image of the algorithm used for
1439         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
1440         (regexp-opt-try-suffix): Removed.
1442         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1443         from comint-mode-map, so we can just inherit from it.  Also, move
1444         the initialization into the `defvar' since there's no docstring
1445         anyway and it's fairly short.
1446         (inferior-scheme-mode): Define it as derived-mode: the code is
1447         shorter and this way we inherit from comint-mode-map rather than
1448         copying it.
1450         * subr.el (replace-regexps-in-string): Properly handle the case
1451         where we match an empty string.
1453         * comint.el (comint-exec-1): Add the current-dir to the exec-path
1454         when the command has a directory component (such as "./testml").
1455         Also fix a typo in the comment.
1457 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
1459         * Makefile (compile-files): Compile files one by one because
1460         that's the only way to ensure a clean compilation environment for
1461         each individual file.
1463         * frame.el (other-frame): Call x-focus-frame.
1465 2000-03-07  Dave Love  <fx@gnu.org>
1467         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1468         :require to defcustom.
1470         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1471         lists.
1473         * files.el (auto-mode-alist): Add configure.in.
1475         * progmodes/autoconf.el: New file.
1477 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
1479         * mail/mh-e.el: Change maintainer to `none'.
1481         * recentf.el (recentf-keep-non-readable-files-p): Quote args
1482         to remove-hook and add-hook.
1484 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1486         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1487         it as the default.
1488         (mail-send): Test mail-send-nonascii also for the new `mime' value.
1489         (sendmail-send-it): Conditionally add MIME headers specifying the
1490         used character set.
1492 2000-03-07  Dave Love  <fx@gnu.org>
1494         * winner.el: Fix keywords, autoload cookies.  Split
1495         eval-when-compile form to avoid compilation failure.
1497 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
1499         * international/mule.el: Modify comment about coding system
1500         property `coding-category'.
1501         (make-coding-system): New argument EOL-TYPE.  Pay attention to
1502         coding-category property of PROPERTIES.
1504         * international/mule-conf.el (coding-category-utf-8,
1505         coding-category-utf-16-be, coding-category-utf-16-le): New coding
1506         categories.  Include them in the argument for set-coding-priority.
1508         * international/mule-cmds.el (reset-language-environment): Include
1509         coding-category-utf-8, coding-category-utf-16-be, and
1510         coding-category-utf-16-le in the argument for set-coding-priority.
1511         (reset-language-environment): Initialize coding-category-utf-8,
1512         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1514 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
1516         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1517         code abstracted out of `bookmark-jump-noselect'.  Now tries info
1518         extensions as well as compression extensions.
1519         (bookmark-jump-noselect): Use above new func.
1521 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
1523         * strokes.el: Change maintainer's mail address.
1525 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
1527         * international/mule-diag.el (list-character-sets): Make help-echo
1528         string by substitute-command-keys.
1529         (list-character-sets): Likewise.
1530         (sort-listed-character-sets): Call help-setup-xref.
1532 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1534         * time.el (display-time-mail-file): Add `none' to the list of
1535         choices.
1537 2000-03-01  Dave Love  <fx@gnu.org>
1539         * help.el (help-xref-go-back): Don't try to set position.
1541         * international/mule-diag.el (list-character-sets): Call
1542         help-setup-xref.  Add help-echo to xrefs.
1543         (list-character-sets-1): Add help-echo to xrefs.
1545 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
1547         * frame.el (blink-cursor-mode): Switch cursor on when turning
1548         the mode off.
1550         * add-log.el (add-log-current-defun): Add support for
1551         Autoconf mode.
1553         * mail/rmail.el (rmail-quit-hook): New variable.
1555 2000-03-01  Dave Love  <fx@gnu.org>
1557         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1559         * help.el (help-xref-button): Add help-echo arg.
1560         (describe-function-1, describe-variable, help-make-xrefs): Use it.
1562         * faces.el (list-faces-display): Supply help-echo with
1563         help-make-xrefs.
1565         * facemenu.el (list-text-properties-at): Set help-xref-stack to
1566         nil.
1568 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
1570         * image.el (defimage): Look for image files in load-path.
1572         * frame.el (busy-cursor-delay-seconds): Change type to
1573         `number'.
1575 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1577         * recentf.el (recentf): Added version tag to the defgroup of
1578         recentf.
1580 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1582         * recentf.el (recentf-cleanup): Changed to remove excluded file
1583         too.
1584         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1585         action to select/unselect a file.
1586         (recentf-edit-list): Code cleanup and improvement.
1587         (recentf-open-more-files-action): `recentf-open-more-files' button
1588         widget action to open a file.
1589         (recentf-open-more-files): No more use standard completion but
1590         widgets.
1591         (recentf-more-collection): Deleted.
1592         (recentf-more-history): Deleted.
1593         (recentf-setup-more-completion): Deleted.
1595 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
1597         * recentf.el (recentf-mode): No more needs that Emacs is running
1598         under a window-system.
1600 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1602         * recentf.el (recentf-edit-list): New command to edit the recent
1603         list which allow the user to remove files.
1604         (recentf-edit-selected-items): New global variable, used by
1605         `recentf-edit-list' to hold the list of files to be removed from
1606         the recent list.
1607         (recentf-make-menu-items): Updated to display a "Edit list..."
1608         menu item.  Minor code cleanup.
1610 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1612         * recentf.el (recentf-open-more-files): New command to open files
1613         that are not displayed in the menu.
1614         (recentf-more-collection): New global variable holding the set of
1615         permissible completions used by `recentf-open-more-files'.
1616         (recentf-more-history): New global variable holding the history list
1617         used by `recentf-open-more-files' completion.
1618         (recentf-setup-more-completion): New function to setup completion for
1619         `recentf-open-more-files'.
1620         (recentf-make-menu-items): Updated to display a "More..." menu item.
1622 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1624         * recentf.el (recentf-menu-action): Doc fixed.
1626 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
1628         * recentf.el (recentf-menu-filter): Doc updated.
1629         (recentf-update-menu-hook): Allow menu filters to force menu update.
1630         (recentf-make-menu-items): New menu filter handling.
1631         (recentf-make-menu-item): New helper function.
1632         (recentf-menu-elements): New menu handling function.
1633         (recentf-sort-ascending): Updated to new menu filter handling.
1634         (recentf-sort-descending): Updated to new menu filter handling.
1635         (recentf-sort-basenames-ascending): New menu filter function.
1636         (recentf-sort-basenames-descending): New menu filter function.
1637         (recentf-show-basenames): New menu filter function.
1638         (recentf-show-basenames-ascending): New menu filter function.
1639         (recentf-show-basenames-descending): New menu filter function.
1641 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1643         * diary-lib.el (list-diary-entries): Don't try to go forward at
1644         the end of the buffer.
1646 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
1648         * international/mule-diag.el (list-character-sets): Completely
1649         rewritten.
1650         (sort-listed-character-sets): New function.
1651         (list-character-sets-1): Completely rewritten.
1652         (list-character-sets-2): New function.
1653         (non-iso-charset-alist): New variable.
1654         (decode-codepage-char): New function.
1655         (charset-history): New variable.
1656         (read-charset) (list-block-of-chars)
1657         (list-iso-charset-chars)
1658         (list-non-iso-charset-chars)
1659         (list-charset-chars): New functions.
1660         (mule-diag): Call list-character-sets-2, not
1661         list-character-sets-2.
1662         (dump-charsets): Likewise.
1664 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
1666         * dired-x.el (dired-filename-at-point): Add `@' to valid
1667         file name characters.
1668         (dired-filename-at-point): Handle ange-ftp file names.
1670         * frame.el (frame-notice-user-settings): Use assq-delete-all
1671         instead of assoc-delete-all.
1672         (frame-notice-user-settings): Ditto.
1674         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1675         Don't copy alist.
1677 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
1679         * calculator.el (calculator-use-menu): New option.
1680         (calculator-initial-bindings): Changed some bindings to work as
1681         macros.
1682         (calculator-forced-input): Removed.
1683         (calculator-restart-other-mode): New variable.
1684         (calculator-mode-map): Set up menu.
1686 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
1688         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1689         tags.
1691 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
1693         * viper-cmd.el (viper-envelop-ESC-key): added the option to
1694         translate all ESC key sequences.
1695         (viper-goto-mark-subr): restore markers for files for which
1696         they were saved.
1697         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
1698         * viper-util.el (viper-set-replace-overlay-glyphs,
1699         viper-set-replace-overlay): always check if the replacement
1700         overlay is live.
1701         * viper.el (viper-vi-state-mode-list): added major modes.
1702         * ediff-wind.el: minor comment changes.
1703         * ediff.el: copyright notice date fix.
1705 2000-02-27  Jason Rumney  <jasonr@gnu.org>
1707         * faces.el (face-font-family-alternatives): Add arial to helv.
1708         (mode-line, header-line, tool-bar): Same default as x for w32.
1709         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
1710         face-font-family-alternatives from working.
1711         * term/w32-win.el (mouse-set-font): Do not build fontset from
1712         chosen font.
1714 2000-02-25  Sam Steingold  <sds@goems.com>
1716         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
1717         properly.
1719 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1721         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
1723 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
1725         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
1726         writable.
1728         * frame.el (busy-cursor-delay-seconds): New option.
1730 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
1732         * frame.el (show-cursor-in-non-selected-windows): New option.
1734 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1736         * diary-lib.el (include-other-diary-files): Undo the selective
1737         display in any included file and don't kill it.
1739 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
1741         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
1742         bar.  Menu items converted to (menu-item format, help strings
1743         added.
1744         [downcase, upcase]: Don't enable on MS-DOS.
1745         [symlink, symlinks]: Don't show if make-symbolic-link is not
1746         bound.
1747         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
1749 2000-02-23  Dave Love  <fx@gnu.org>
1751         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
1752         (backward-kill-word): Revert addition of * to interactive spec --
1753         it's a feature.
1755         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
1756         (backward-kill-sentence, kill-sentence): Likewise.
1758         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
1759         scratch buffer name.
1760         (gud-format-command): Use int-to-string in ?l case.  Simplify
1761         slightly.
1763         * term/w32-win.el (internal-face-interactive): Update prompt for
1764         new read-face-name.
1766         * mail/footnote.el (footnote): Add :version to defgroup.
1767         (footnote-section-tag-regexp): Customize.
1768         (footnote-start-tag, footnote-end-tag): New option.
1769         (footnote-latin-regexp): New variable.
1770         (Footnote-latin): New function.
1771         (footnote-style-alist): Add element for latin style.
1772         (footnote-style): Moved.
1773         (Footnote-goto-footnote): Use eq to test arg.
1775         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
1777         * emacs-lisp/byte-opt.el: Change old backquote syntax.
1778         (byte-compile-trueconstp): Include keywords.
1779         (byte-optimize-quote, byte-optimize-lapcode): Use
1780         byte-compile-const-symbol-p.
1781         (byte-optimize-char-before): New optimization.
1783         * emacs-lisp/bytecomp.el: Change old backquote syntax.
1784         (byte-compile-const-symbol-p): New function.
1785         (byte-compile-constp, byte-compile-out-toplevel)
1786         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
1787         Use it.
1789         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
1791 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
1793         * international/encoded-kb.el: Be sure to update minor-mode-alist
1794         and minor-mode-map-alist.
1795         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
1796         codes SS2 and SS3 correctly.
1797         (encoded-kbd-self-insert-ccl): New function.
1798         (encoded-kbd-setup-keymap): New function.
1799         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
1800         by calling encoded-kbd-setup-keymap.
1802         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
1803         characters.
1804         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
1805         locally.
1807 2000-02-22  Dave Love  <fx@gnu.org>
1809         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
1810         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
1811         defvar.
1812         (lisp-mode-syntax-table): Set up for #|...|# comments.
1813         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
1814         classes.  Match `defface'.
1815         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
1816         (eval-defun-1): Fix for defcustom.
1817         (lisp-indent-region): Doc fix.
1819         * subr.el (when, unless, split-string): Doc fix.
1820         (read-passwd): Move call of clear-this-command-keys to the right
1821         place.
1822         (replace-regexps-in-string): New function.
1824 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
1826         * help.el (describe-variable): Set syntax table to
1827         emacs-lisp-mode-syntax-table when moving forward over the
1828         symbol's name.
1830 2000-02-22  Dave Love  <fx@gnu.org>
1832         * xt-mouse.el: Doc fixes.
1833         (xterm-mouse-position-function): New function, replacing advice of
1834         mouse-position.
1835         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
1837         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
1839 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
1841         * format.el (format-annotate-single-property-change): Handle
1842         properties.with dotted-list values.
1843         (format-proper-list-p): New function.
1845         * enriched.el (enriched-face-ans): Handle '(foreground-color
1846         . COLOR) and (background-color . COLOR).
1848 2000-02-20  Dave Love  <fx@gnu.org>
1850         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
1851         and assignments to it.
1852         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
1853         current local map.
1854         (make-flyspell-overlay): Use it.
1855         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
1857         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
1858         (lm-get-header-re): Defun, not defsubst.
1859         (lm-get-package-name): Defun, not defsubst.  Simplify.
1860         (lm-version): Doc fix.  Simplify.
1861         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
1862         (lm-crack-address, lm-last-modified-date, lm-commentary)
1863         (lm-verify, lm-synopsis): Simplify.
1864         (lm-report-bug): Require emacsbug.  Use compose-mail.
1866 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
1868         * dired.el (dired-mode): Call propertized-buffer-identification
1869         to set mode-line-buffer-identification to something having
1870         the right text properties.
1872         * bindings.el (propertized-buffer-identification): New function.
1874 2000-02-20  Dave Love  <fx@gnu.org>
1876         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
1877         check for t-mouse too.
1879         * cus-start.el: Make echo-keystrokes `number'.
1881 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
1883         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
1884         Don't call ring-empty-p unless tags-location-ring is bound.
1885         From Noah Friedman <friedman@splode.com>.
1887 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
1889         * progmodes/hideshow.el (hs-flag-region): No longer use
1890         `intangible' overlay property.
1892         (hs-toggle-hiding): New command.
1893         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
1895         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
1896         Fix omission bug: Run `hs-minor-mode-hook' for both activation
1897         and deactivation.
1899 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
1901         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
1903 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
1905         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
1907         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
1908         of `*' to handle `(* ... *)' comments.
1910 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1912         * faces.el (list-faces-display): Use display-mouse-p instead of
1913         window-system.
1915         * menu-bar.el (global-map): Menu-bar items converted to the new
1916         format (menu-item..., rearranged for better CUA compliance, and
1917         their names changed for better clarity.  Help strings added.
1919         * international/mule-cmds.el (mule-menu-keymap)
1920         (describe-language-environment-map, set-coding-system-map)
1921         (setup-language-environment-map): Convert to new (menu-item...
1922         form, add help strings.  Change names of menu items for better
1923         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
1924         submenu).
1926 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
1928         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1929         within the code.
1931 2000-02-16  Dave Love  <fx@gnu.org>
1933         * faces.el: Don't require custom.  Add more specific :groups to
1934         various deffaces.
1935         (set-face-attribute): Purecopy args.
1936         (read-face-name): Default to name at point and use it in prompt.
1937         Remove colon from arg in all callers.
1938         (list-faces-display): Hyperlink to face descriptions and customize
1939         buffers.
1941 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
1943         * wid-edit.el (widget-match-inline): An atom never matches a
1944         list.
1946 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1948         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1949         at ':' characters by call to split-string.
1951 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1953         * textmodes/bibtex.el: Added RCS version identification.
1955 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1957         * textmodes/bibtex.el: Some temporary comments removed.
1958         (bibtex-field-name, bibtex-entry-type): Made the relationship
1959         explicit.
1960         (bibtex-field-const): Allow capital letters.
1961         (bibtex-start-of-string): Deleted because unused.
1963         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
1964         use the term 'reference' to describe a bibtex entry as a whole.
1965         Further, reference keys are no longer called 'labels'.
1966         (bibtex-keys): Renamed to bibtex-reference-keys.
1967         (bibtex-reformat-previous-labels): Renamed to
1968         bibtex-reformat-previous-reference-keys.
1969         (bibtex-reference-type): Renamed to bibtex-entry-type.
1970         (bibtex-reference-head): Renamed to bibtex-entry-head.
1971         (bibtex-reference-maybe-empty-head): Renamed to
1972         bibtex-entry-maybe-empty-head.
1973         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1974         (bibtex-search-reference): Renamed to bibtex-search-entry.
1975         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1976         bibtex-enclosing-entry-maybe-empty-head.
1977         (bibtex-entry-field-alist, bibtex-entry-head,
1978         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1979         bibtex-map-entries, bibtex-search-entry,
1980         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1981         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1982         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1983         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1984         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1985         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1986         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1988 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1990         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1991         comment.
1992         (bibtex-format-field-delimiters): New function, functionality
1993         extracted from bibtex-format-entry.
1994         (bibtex-autokey-get-yearfield-digits): New function, functionality
1995         extracted from bibtex-autokey-get-yearfield.
1997         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1998         entries in order to avoid stack overflow in the regexp matcher if
1999         field contents become large.
2000         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2001         bibtex-field-string-part-not-braced,
2002         bibtex-field-string-part-no-inner-braces,
2003         bibtex-field-string-part-1-inner-brace,
2004         bibtex-field-string-part-2-inner-braces,
2005         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2006         bibtex-field-string-quoted, bibtex-field-string,
2007         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2008         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2009         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2010         as parsing is now performed by the following functions.
2011         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2012         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2013         bibtex-parse-field-string, bibtex-search-forward-field-string,
2014         bibtex-parse-association, bibtex-field-name-for-parsing,
2015         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2016         bibtex-search-forward-field, bibtex-search-backward-field,
2017         bibtex-start-of-field, bibtex-end-of-field,
2018         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2019         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2020         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2021         bibtex-parse-string, bibtex-search-forward-string,
2022         bibtex-search-backward-string, bibtex-start-of-string,
2023         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2024         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2025         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2026         entries.  Instead of reporting the results of the parsing by
2027         match-beginning or match-end, these functions return data structures
2028         that hold the corresponding positions.
2029         (bibtex-enclosing-field): Changed to also report field boundaries by
2030         return values rather than by match-beginning or match-end.  The
2031         following functions have been adapted to use the new parsing
2032         functions.
2033         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2034         bibtex-enclosing-field, bibtex-format-entry,
2035         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2036         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2037         bibtex-print-help-message, bibtex-end-of-entry,
2038         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2039         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2040         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2041         method for parsing.
2042         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2043         bibtex-map-entries, bibtex-flash-head,
2044         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2045         bibtex-autokey-change, bibtex-autokey-get-namefield,
2046         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2047         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2048         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2049         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2050         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2051         order to make the new binding of case-fold-search immediately
2052         visible.
2054 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2056         * textmodes/bibtex.el: Copyright notice is up to date.
2057         Added constant 'bibtex-maintainer-salutation.
2059         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2060         than make-temp-name, use match-string-no-properties and eliminate
2061         a quadratic behavior when building bibtex-strings.
2063         * bibtex.el (bibtex-reference-key): Accept string entries whose
2064         reference key contains upper case letters.
2066 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2068         * bibtex.el (bibtex-reference-head): Allow entries to start with
2069         a new line.
2071 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2073         * bibtex.el: Hiding of entry bodies is not longer provided by
2074         bibtex.el directly.  Instead the hideshow package can be used.
2075         Added a special bibtex entry to hs-special-modes-alist.
2076         (bibtex-hs-forward-sexp): Added for hideshow.el.
2078 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2080         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2081         at ':' characters by call to split-string.
2083 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2085         * textmodes/bibtex.el: Added RCS version identification.
2087 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2089         * textmodes/bibtex.el: Some temporary comments removed.
2090         (bibtex-field-name, bibtex-entry-type): Made the relationship
2091         explicit.
2092         (bibtex-field-const): Allow capital letters.
2093         (bibtex-start-of-string): Deleted because unused.
2095         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
2096         use the term 'reference' to describe a bibtex entry as a whole.
2097         Further, reference keys are no longer called 'labels'.
2098         (bibtex-keys): Renamed to bibtex-reference-keys.
2099         (bibtex-reformat-previous-labels): Renamed to
2100         bibtex-reformat-previous-reference-keys.
2101         (bibtex-reference-type): Renamed to bibtex-entry-type.
2102         (bibtex-reference-head): Renamed to bibtex-entry-head.
2103         (bibtex-reference-maybe-empty-head): Renamed to
2104         bibtex-entry-maybe-empty-head.
2105         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2106         (bibtex-search-reference): Renamed to bibtex-search-entry.
2107         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2108         bibtex-enclosing-entry-maybe-empty-head.
2109         (bibtex-entry-field-alist, bibtex-entry-head,
2110         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2111         bibtex-map-entries, bibtex-search-entry,
2112         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2113         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2114         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2115         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2116         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2117         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2118         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2120 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2122         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2123         comment.
2124         (bibtex-format-field-delimiters): New function, functionality
2125         extracted from bibtex-format-entry.
2126         (bibtex-autokey-get-yearfield-digits): New function, functionality
2127         extracted from bibtex-autokey-get-yearfield.
2129         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2130         entries in order to avoid stack overflow in the regexp matcher if
2131         field contents become large.
2132         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2133         bibtex-field-string-part-not-braced,
2134         bibtex-field-string-part-no-inner-braces,
2135         bibtex-field-string-part-1-inner-brace,
2136         bibtex-field-string-part-2-inner-braces,
2137         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2138         bibtex-field-string-quoted, bibtex-field-string,
2139         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2140         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2141         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2142         as parsing is now performed by the following functions.
2143         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2144         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2145         bibtex-parse-field-string, bibtex-search-forward-field-string,
2146         bibtex-parse-association, bibtex-field-name-for-parsing,
2147         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2148         bibtex-search-forward-field, bibtex-search-backward-field,
2149         bibtex-start-of-field, bibtex-end-of-field,
2150         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2151         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2152         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2153         bibtex-parse-string, bibtex-search-forward-string,
2154         bibtex-search-backward-string, bibtex-start-of-string,
2155         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2156         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2157         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2158         entries.  Instead of reporting the results of the parsing by
2159         match-beginning or match-end, these functions return data structures
2160         that hold the corresponding positions.
2161         (bibtex-enclosing-field): Changed to also report field boundaries by
2162         return values rather than by match-beginning or match-end.  The
2163         following functions have been adapted to use the new parsing
2164         functions.
2165         (bibtex-skip-to-valid-entry, bibtex-search-reference,
2166         bibtex-enclosing-field, bibtex-format-entry,
2167         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2168         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2169         bibtex-print-help-message, bibtex-end-of-entry,
2170         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2171         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2172         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2173         method for parsing.
2174         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2175         bibtex-map-entries, bibtex-flash-head,
2176         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2177         bibtex-autokey-change, bibtex-autokey-get-namefield,
2178         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2179         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2180         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2181         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2182         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2183         order to make the new binding of case-fold-search immediately
2184         visible.
2186 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2188         * textmodes/bibtex.el: Copyright notice is up to date.
2189         Added constant 'bibtex-maintainer-salutation.
2191         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2192         than make-temp-name, use match-string-no-properties and eliminate
2193         a quadratic behavior when building bibtex-strings.
2195         * bibtex.el (bibtex-reference-key): Accept string entries whose
2196         reference key contains upper case letters.
2198 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2200         * bibtex.el (bibtex-reference-head): Allow entries to start with
2201         a new line.
2203 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2205         * bibtex.el: Hiding of entry bodies is not longer provided by
2206         bibtex.el directly.  Instead the hideshow package can be used.
2207         Added a special bibtex entry to hs-special-modes-alist.
2208         (bibtex-hs-forward-sexp): Added for hideshow.el.
2210 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
2212         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2213         proceedings entry type (for cross referencing). Thanks to Wagner
2214         Toledo Correa for the suggestion.
2216         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2218 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
2220         * international/characters.el: Setup case table for Vietnamese.
2222 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
2224         * uniquify.el (toplevel): Require CL at compile time.
2225         (uniquify-push): Removed.
2227         * shadowfile.el (shadow-when): Removed.
2229         * tempo.el (tempo-dolist, tempo-mapc): Removed.
2230         (tempo-process-and-insert-string): Use dolist instead of
2231         tempo-dolist.
2233         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2234         regexp for paragraph-start.
2236         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2237         commas as well.
2239 2000-02-10  Dave Love  <fx@gnu.org>
2241         * wid-edit.el: (widgets) [defgroup]: Remove url link.
2242         (widget-color-choice-list, widget-color-history, widget-mouse-help):
2243         Deleted.
2244         (widget-specify-field, widget-specify-button): Don't use
2245         widget-mouse-help as help-echo property.
2246         (default): Use #'ignore for :validate and :mouse-down-action.
2247         (checkbox): Add help-echo.
2248         (widget-sexp-validate): Rewritten to clarify error messages.
2249         (character): Use char-valid-p in :match function.
2250         (widget-color-complete): Use facemenu-color-alist.
2251         (widget-color-action): Use facemenu-read-color.
2253         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
2254         set up `caar' &c that we now have.
2256 2000-02-09  Ray Blaak  <blaak@gnu.org>
2258         * delphi.el: Make resourcestring a declaration region, like const
2259         and var.
2261 2000-02-09  Dave Love  <fx@gnu.org>
2263         * bindings.el (mode-line-input-method-map): New variable.
2264         (mode-line-mule-info): Use it; fix last change.
2265         (mode-line-mode-menu): Move definition.
2266         (mode-line-mouse-sensitive-p): Deleted.
2267         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2268         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
2269         level.
2271         * startup.el (command-line-1): Don't call
2272         make-mode-line-mouse-sensitive.
2274 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2276         * mail/rmail.el (rmail-retry-failure): Use
2277         rmail-beginning-of-message before rmail-toggle-header, because the
2278         former toggles headers.
2280 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
2282         * diff-mode.el (diff-kill-junk): New interactive function.
2283         (diff-reverse-direction): Use delete-and-extract-region.
2284         (diff-post-command-hook): Restrict the area so that the hook also works
2285         outside of any diff hunk.  This is necessary for the minor-mode.
2286         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2287         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2289         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2290         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2291         so that it can be used more easily in <foo>-mode-hook.  Also make sure
2292         to avoid duplicate entries.
2293         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2294         (font-lock-remove-keywords): Just as was done for `add', allow it to
2295         work even if font-lock-mode is nil.  Also make sure we don't modify
2296         any pre-existing list by forcing a copy-sequence.  Finally rename
2297         `major-mode' to `mode'.
2298         (font-lock-fontify-syntactic-anchored-keywords)
2299         (font-lock-fontify-anchored-keywords)
2300         (font-lock-fontify-keywords-region): Use line-end-position.
2301         Don't make `font-lock-multiline' local (it's now done in
2302         font-lock-set-defaults).
2303         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
2304         move the `font-lock-fontified' creation to inside the `unless'.
2306 2000-02-06  Andrew Innes  <andrewi@gnu.org>
2308         * term/w32-win.el (x-handle-args): Comment out call to message,
2309         which occurs before window system is initialized.
2311         * makefile.nt: Add support for recompiling lisp code.
2313 2000-02-04  Dave Love  <fx@gnu.org>
2315         * bindings.el (mode-line-mule-info): Fix/extend last change.
2317         * completion.el: Replace completion-dolist with dolist.
2319         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2320         dotimes.
2322 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
2324         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2325         environment names before they go into the section regexp.
2327         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2328         char class in regexp.
2330         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2331         `case-fold-search' to nil.
2333         * progmodes/idlwave.el (idlwave-template): Respect
2334         `idlwave-abbrev-change-case'.
2335         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2336         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2337         idlwave-while): respect `idlwave-reserved-word-upcase'.
2338         (idlwave-rw-case): New function.
2339         (idlwave-statement-match): Fixed problem with assignment regexp.
2340         (idlwave-font-lock-keywords): Improved regexp for keyword
2341         parameters.
2342         (idlwave-surround): New argument LENGTH to support padding of
2343         operators longer than 1 char.
2345         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2346         idlwave-shell-expression-overlay.  Implemented printing of
2347         expressions on higher levels of the calling stack.
2348         (idlwave-shell-display-level-in-calling-stack): Restore stack
2349         level.
2350         (idlwave-retrieve-expression-from-level): New function.
2351         (idlwave-shell-last-calling-stack): Variable removed.
2352         (idlwave-shell-reset): Argument action reversed (`visible' to
2353         `hidden').  Also remove stop-line overlay.
2354         (idlwave-shell-calling-stack-routine): New variable.
2355         (idlwave-shell-parse-stack-and-display): Messages now display
2356         negative level numbers.
2357         (idlwave-shell-mode): Set `modeline-format'.
2358         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2359         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2360         21.
2361         (idlwave-shell-print-expression-function): New option.
2363         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2364         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2365         `tool-bar' instead of `toolbar'.
2367 2000-02-02  Dave Love  <fx@gnu.org>
2369         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2370         emacs-lisp-mode-hook.  Don't check for defalias being defined.
2372         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2373         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
2374         the new builtins directly.
2376         * whitespace.el (whitespace): Add :version to defgroup.
2378         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2379         Doc fix.
2381         * thingatpt.el (sexp-at-point, symbol-at-point)
2382         (number-at-point, list-at-point): Add autoload cookie.
2384         * recentf.el (recentf): Add :version to defgroup.
2386         * quickurl.el (quickurl): Add :version to defgroup.
2388         * elide-head.el (elide-head): Use point-marker more.
2390         * bs.el (bs): Add :version to defgroup.
2392         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2394         * progmodes/delphi.el (delphi): Add :version to defgroup.
2396 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
2398         * ange-ftp.el (ange-ftp-write-region): Handle case that
2399         succeeding process operation sets a different coding system.
2401         * calculator.el: New file.
2403 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2405         * frame.el (frames-on-display-list, framep-on-display): New
2406         functions.
2407         (display-mouse-p, display-popup-menus-p, display-graphic-p)
2408         (display-selections-p, display-screens, display-pixel-width)
2409         (display-pixel-height, display-mm-width, display-mm-height)
2410         (display-backing-store, display-save-under, display-planes)
2411         (display-color-cells, display-visual-class): New functions.
2413         * term/tty-colors.el (tty-color-gray-shades): New function.
2415         * faces.el (display-color-p): Use framep-on-display.
2416         (display-grayscale-p): New function.
2418 2000-01-31  Dave Love  <fx@gnu.org>
2420         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2421         (create-fontset-from-x-resource): Don't concat integers.
2423 2000-01-31  Inge Frick  <inge@nada.kth.se>
2425         * view.el: Some changes in documentation.  Removed some trailing
2426         whitespace. Changed some parameter names to agree with
2427         documentation.
2428         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2429         window is not deleted.  Modifies change 1998-04-26.
2431 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
2433         * windmove.el: New file.
2435         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2436         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2437         progmodes/ebnf-yac.el: Update copyright and license info.
2439         * jit-lock.el (jit-lock-function): Widen before calculating end
2440         position.
2441         (jit-lock-stealth-chunk-start): Rewritten.
2443         * info.el (Info-title-face-alist): Removed.
2444         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2445         faces.
2446         (Info-fontify-node): Use these faces.
2448 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
2450         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2451         (cl-macro-list1): Recognize `&allow-other-keys' instead of
2452         `&allow-other-keywords'.
2454         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2455         the list of directories scanned heuristically.
2457         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2458         exist.
2460 2000-01-30  Jason Rumney  <jasonr@gnu.org>
2462         * w32-fns.el: Define w32-tty-standard-colors.
2464         * startup.el (command-line): Use w32-tty-standard-colors when in
2465         w32 console mode.
2467 2000-01-30  Dave Love  <fx@gnu.org>
2469         * jka-compr.el (jka-compr-load): Fix up load-history.
2471         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2473         * emacs-lisp/cl-macs.el: Revert previous change.
2475 2000-01-29  Dave Love  <fx@gnu.org>
2477         * facemenu.el: Purecopy various strings.
2479         * timezone.el (timezone-fix-time): Window against 69 for two-digit
2480         years.  Deal with three-digit years.
2482         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2483         defconst, purecopy.
2484         (help-back-label): Purecopy it.
2486 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2488         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2489         variable. If non-nil, order the buffer list according to the
2490         currently selected frame.
2491         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2492         non-nil, pass the selected frame to function buffer-list.
2494 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2496         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2498 2000-01-28  Dave Love  <fx@gnu.org>
2500         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2502         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2503         Don't use lisp-indent-hook property.
2504         (cl-abs): Remove.
2506         * subr.el: Move out indent and edebug specs for when and unless.
2508         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2509         when, unless.
2511         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2512         unless, when.
2514 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
2516         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2517         `collecting' as synonym for `collect'.
2519         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2520         for the case it contains spaces.
2522         * simple.el (what-cursor-position): Change formatting of
2523         messages.
2525         * frame.el (delete-other-frames): New function.
2526         (toplevel): Bind it to C-x 5 1.
2528         * sort.el (sort-numeric-base): New option.
2529         (sort-numeric-fields): If number starts with `0' or `0[xX[',
2530         interpret it as octal or hexadecimal.  Use sort-numeric-base
2531         as default base.
2533         * progmodes/glasses.el: New file.
2535 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
2537         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2538         userids differently.
2540         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2541         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2542         progmodes/ebnf-yac.el: New files.
2544 2000-01-26  Dave Love  <fx@gnu.org>
2546         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2547         on a function with an empty body.  [From Eric Ludlam.]
2549 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
2551         * vc.el (vc-version-diff): Make sure file name is expanded.
2553 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
2555         * scroll-bar.el (scroll-bar-timer): Variable removed.
2556         (scroll-bar-toolkit-scroll): Don't use a timer.
2558 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
2560         * language/thai-util.el (thai-composition-function): Delete
2561         superfluous `a'.
2563 2000-01-24  Dave Love  <fx@gnu.org>
2565         * fortran.el (fortran-mode): Use beginning-of-defun-function,
2566         end-of-defun-function.
2568         * font-lock.el (turn-on-font-lock): Don't depend on window-system
2569         &c.
2571 2000-01-22  Jason Rumney  <jasonr@gnu.org>
2573         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2574         conflicts with new face support.
2576 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2578         * replace.el (query-replace): Rename last arg to DELIMITED.
2579         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2580         (query-replace-regexp): Likewise.
2582 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2584         * subr.el (with-syntax-table): Use make-symbol, not gensym.
2586         * emacs-lisp/lisp.el (beginning-of-defun-function):
2587         Variable renamed from beginning-of-defun.
2588         Do not call make-variable-buffer-local.
2589         (beginning-of-defun-raw): Use new variable name; doc fix.
2590         (beginning-of-defun): Doc fix.
2591         (end-of-defun-function): Variable renamed from end-of-defun.
2592         Do not call make-variable-buffer-local.
2593         (end-of-defun): Use new variable name; doc fix.
2595         * subr.el (dolist, dotimes): Copied from cl-macs.el
2596         and made to work.
2598         * mail/undigest.el (rmail-digest-end-regexps):
2599         Variable replaces rmail-digest-end-regexp.
2600         Allows multiple regexps for detecting the end line.
2601         (undigestify-rmail-message): Corresponding changes.
2603 2000-01-19  Dave Love  <fx@gnu.org>
2605         * files.el (user-init-file): Don't declare here -- is primitive.
2607         * startup.el (command-line): Check for compiled user-init-file and
2608         set to uncompiled version if necessary.
2610 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
2612         * mail/undigest.el (rmail-digest-end-regexp): New user option.
2613         (undigestify-rmail-message): Use it.
2615         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2617 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
2619         * tmm.el (tmm-goto-completions): Adapt to prompt being part
2620         of mini-buffer.
2622 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
2624         * emacs-lisp/copyright.el (copyright-update): Removed the
2625         requirement for a trailing space from `copyright-regexp', to
2626         support copyrights with owner specified on a separate line..
2628         * align.el: New file.
2630         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2632         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2634 2000-01-13  Dave Love  <fx@gnu.org>
2636         * ph.el: Removed.  (Obsoleted by EUDC.)
2638 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2640         * net/eudc.el (toplevel): Remove autoloaded code installing
2641         menu with easymenu, because that causes build problems.
2643         * frame.el (frame-notice-user-settings): New variable.
2644         (frame-notice-user-settings): Don't modify frame parameters
2645         if called a second time.
2647 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2649         * frame.el (frame-notice-user-settings):
2650         Notice default-frame-parameters even for non-window frames.
2652 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
2654         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2655         for Emacs.
2656         (eudc-bob-can-display-inline-images): Extend for Emacs.
2657         (eudc-bob-toggle-inline-display): Ditto.
2658         (eudc-bob-display-jpeg): Ditto.
2660 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
2662         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2663         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2664         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2666         * add-log.el (add-change-log-entry): Fix error trying an `(insert
2667         nil)'.
2669         * subdirs.el: Add `net' directory.
2671         * net: New directory.
2673         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2674         eval-last-sexp.  Don't bind debug-on-error here.
2675         (eval-last-sexp): New function.  Bind debug-on-error if
2676         eval-expression-debug-on-error is non-nil.
2677         (eval-defun-2, eval-defun): Likewise.
2679         * simple.el (eval-expression): Don't bind debug-on-error if
2680         eval-expression-debug-on-error is nil.  Detect changed
2681         debug-on-error, and propagate new value to global binding, if
2682         eval-expression-debug-on-error is non-nil,
2683         (eval-expression-debug-on-error): Change doc string.
2685 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2687         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2689         * emacs-lisp/lisp-mode.el (with-syntax-table):
2690         Set up lisp-indent-function property.
2692         * subr.el (with-syntax-table): Moved from simple.el.
2694         * simple.el (with-syntax-table): Moved to subr.el.
2696 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
2698         * tmm.el (tmm-shortcut): Delete region after prompt instead
2699         of erasing buffer.
2701         * textmodes/fill.el (fill-common-string-prefix): New function.
2702         (fill-context-prefix): Use the longest common prefix of first
2703         and second line fill prefix, if there is one.
2705 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2707         * array.el (array-mode): Don't use make-variable-buffer-local.
2708         Use make-local-variable for `truncate-lines'.
2710 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
2712         * add-log.el (add-log-current-defun): Handle user-defined
2713         add-log-current-function returning nil,
2715         * add-log.el (add-change-log-entry): Insert version number
2716         if having found a current function
2718         * add-log.el (add-log-current-defun): Call
2719         `add-log-current-defun-function'.  Try matches at level 0 and
2720         level 1.  Strip whitespace from defun found.
2722 2000-01-10  John Wiegley  <johnw@gnu.org>
2724         * allout.el (isearch-done/outline-provisions): Added `edit'
2725         argument to correspond with the current definition of
2726         `isearch-done'.
2728 2000-01-10  Dave Love  <fx@gnu.org>
2730         * elide-head.el (elide-head): Use point-marker, not point.
2732 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
2734         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
2735         before and after the year 2000.
2737         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
2738         Add ispell- prefix.
2740 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
2742         * ispell.el:  Only define dictionaries in menus when they exist.
2743         (version18p): New variable.
2744         (version20p): New variable.
2745         (xemacsp): New variable.
2746         (ispell-choices-win-default-height): Fix for XEmacs visibility.
2747         (ispell-dictionary-alist1): Added Brasileiro dictionary.
2748         (ispell-dictionary-alist6): Russian command lines no longer accept
2749         run-together words.
2750         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
2751         (ispell-dictionary-alist): Add koi8-r to customize definition.
2752         (check-ispell-version): Added documentation string.  Returns
2753         library path when called non-interactively.
2754         (ispell-menu-map-needed): Uses new variables.
2755         (ispell-library-path): New variable.
2756         (ispell-decode-string): XEmacs fix for bogus variable bindings.
2757         (ispell-word): Improved documentation string.  Test for valid
2758         character mappings.  Correctly check typed in word changes that can
2759         result in single words split into multiple words.  Returns
2760         replacement word.
2761         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
2762         replace in recursive query replace mode.  Help message for
2763         recursive edit mode.
2764         (ispell-show-choices): Protect against bad framepop bindings.
2765         (ispell-help): Fix to work with XEmacs.
2766         (ispell-highlight-spelling-error): Use new variables.
2767         (ispell-overlay-window): Fix to work with XEmacs.
2768         (ispell-parse-output): Passed and returns location information
2769         tracking spelling corrections.  Doesn't recheck same word on
2770         current line.
2771         (ispell-init-process): Protect against bogus XEmacs variable binding.
2772         Fix call to single argument in sleep-for.  Use new variables.
2773         (ispell-region): Passed and returns location information tracking
2774         spelling corrections.  Doesn't check same word on current line.
2775         Improved documentation string.  Doesn't resend a line already
2776         checked to the ispell process - fixes bug in LaTeX parsing.
2777         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
2778         (ispell-skip-region): No longer skips <TT> in SGML.
2779         (ispell-process-line): Tracks location information with spelling
2780         corrections.  Added documentation string.  Accounts for words
2781         already accepted on this line.  Don't allow query-replace on line
2782         starting with math characters.  Doesn't resend a line already sent
2783         to ispell process.  Fixes alignment error bug.
2785 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2787         * dired-x.el (dired-guess-shell-alist-default):
2788         Suggest xloadimage, which is free, not xv, which isn't.
2790         * ange-ftp.el (ange-ftp-file-name-nondirectory):
2791         Don't ever include the host name or user name in the value.
2793 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
2795         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
2796         of a real newline.
2798 2000-01-09  Stephen Eglen  <stephen@gnu.org>
2800         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
2801         for .png files.
2803 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
2805         * cus-edit.el (custom-hook-convert-widget): Fix comment.
2807 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
2809         * progmodes/cperl-mode.el: Replace ^F with ^L.
2811         * sendmail.el (toplevel): Provide `sendmail' when compiling
2812         before `require'ing rmail and mailalias to prevent infinite
2813         recursion.
2815 2000-01-08  Dave Love  <fx@gnu.org>
2817         * emacs-lisp/backquote.el: Remove inappropriate customization
2818         (allowing custom.el to use backquote).
2820 2000-01-07  Dave Love  <fx@gnu.org>
2822         * add-log.el (add-log-debugging): Deleted.
2823         (add-change-log-entry): Treat a backup FILE-NAME as its parent
2824         file.  Remove debugging code.
2825         (change-log-get-method-definition, change-log-name): Add doc.
2826         (change-log-sortable-date-at): New function.
2827         (change-log-merge): New command.
2829         * time.el (display-time-string-forms): Make the Mail string active.
2830         (display-time-update): Provide help-echo for load average.
2832         * bindings.el (make-mode-line-mouse2-map): New function.
2833         (mode-line-modified): Use it and simplify.
2834         (mode-line-mule-info): Provide help-echo info.
2835         (minor-mode-alist): Activate the strings.
2836         (make-mode-line-mouse-sensitive): Simplify for
2837         mode-line-buffer-identification.
2839 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
2841         * play/pong.el: New file.
2843 2000-01-06  Dave Love  <fx@gnu.org>
2845         * array.el: Assorted cleanups for compiler warnings, doc strings,
2846         `array-' prefix for symbols.
2848 2000-01-05  Dave Love  <fx@gnu.org>
2850         * textmodes/outline.el (outline-mode-menu-bar-map): Add
2851         outline-headers-as-kill.
2852         (outline-mode): Define imenu-generic-expression.
2853         (outline-headers-as-kill): New command.
2855         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
2856         from paragraph-start.
2857         (paragraph-indent-minor-mode): New command.
2859         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
2860         M-C-e, M-C-h, C-j, C-xnd, TAB.
2861         (fortran-mode): Set beginning-of-defun, end-of-defun.
2862         (fortran-column-ruler): Simplify.
2863         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
2864         (fortran-with-subprogram-narrowing): Likewise.
2865         (fortran-indent-subprogram): Call mark-defun.
2866         (fortran-check-for-matching-do): Change narrowing.
2868         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
2869         (cl-lucid-hash-tag): Delete.
2870         (cl-hash-table-p): Correct test for native table.
2871         (cl-hash-table-count): Use hash-table-count.
2873         * browse-url.el (browse-url): Fix case of
2874         browse-url-browser-function being an alist.
2876 2000-01-05  Carsten Dominik  <cd@gnu.org>
2878         * textmodes/reftex-vars.el (reftex-parse-file-extension)
2879         (reftex-index-phrase-file-extension): New options.
2881         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
2882         Use new option `reftex-index-phrase-file-extension'.
2884         * textmodes/reftex.el (reftex-access-parse-file): Use new option
2885         `reftex-parse-file-extension'.
2887 2000-01-05  Dave Love  <fx@gnu.org>
2889         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
2890         (beginning-of-defun-raw): Use it.
2891         (end-of-defun): New variable.
2892         (end-of-defun): Use it.
2893         (check-parens): New command.
2895 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
2897         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
2898         (hs-show-block): Don't use `mapcar' when not accumulating.
2900         Fix buglet in local variables initialization.
2902 2000-01-05  Andreas Schwab  <schwab@suse.de>
2904         * hscroll.el (hscroll): Doc fix.
2906 2000-01-05  Carsten Dominik  <cd@gnu.org>
2908         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
2909         idlw-toolbar.
2911         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2912         file idlw-rinfo.el.
2913         (idlwave-customize): load must read file idlw-shell.el.
2914         (idlwave-create-customize-menu): load must read file idlw-shell.el.
2916 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
2918         * progmodes/idlw-shell.el: Also provide idlwave-shell
2919         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2920         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2922         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2923         both reftex-dcr and reftex-vcr.
2925         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2927 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2929         * ps-print.el: PostScript code now is in separate files, doc fix.
2930         (ps-print-version): New version number (5.0.3).
2931         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2932         local.
2933         (ps-spool-config): Initialization fix.
2934         (ps-print-prologue-1, ps-print-prologue-2)
2935         (ps-print-duplex-feature): PostScript code moved to separated file.
2936         (ps-background-image): Little code reformating.
2937         (ps-begin-file, ps-begin-job): Fix code.
2938         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2939         (ps-prologue-file): New fun.
2941 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2943         * ps-vars.el: Eliminated.
2945         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2946         `;;;###autoload'.
2948         * ps-print.el: ps-vars eliminated, doc fix.
2949         (ps-print-version): New version number (5.0.2).
2950         (ps-spool-config): Initialization fix.
2951         (ps-print-customize): New fun.
2953 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
2955         * autorevert.el (auto-revert-mode): Return value of
2956         auto-revert-mode.
2958 2000-01-04  Dave Love  <fx@gnu.org>
2960         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2961         menu items.
2963 2000-01-03  Dave Love  <fx@gnu.org>
2965         * elide-head.el (elide-head) [defgroup]: Add :version.
2967         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2968         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2969         `cl-hash-table-p', not `hash-table-p'.
2970         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2972 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2974         * faces.el (face-read-integer, read-face-attribute)
2975         (color-defined-p, color-values): unspecified-{f,b}g are now
2976         strings.
2978 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2980         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2981         at comment end, and re-insert them after filling.
2983 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2985         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2986         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2987         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2989 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2991         * term/x-win.el (xw-defined-colors): Call color-supported-p,
2992         the new name of face-color-supported-p.
2994         * term/w32-win.el (xw-defined-colors): Likewise.
2996 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2998         * simple.el (completion-setup-function): Count completion-size
2999         from minibuffer-prompt-end, not from point-min.
3001 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3003         * faces.el (read-face-attribute, defined-colors, color-defined-p):
3004         Pass the frame to tty-color-* functions.
3005         (display-color-p, frame-set-background-mode): Pass the frame to
3006         tty-display-color-p.
3008         * term/tty-colors.el (tty-defined-color-alist): Renamed from
3009         tty-color-alist.
3010         (tty-color-alist, tty-modify-color-alist): New functions.
3011         (tty-color-define,  tty-color-clear, tty-color-approximate)
3012         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3013         an optional parameter FRAME.
3015 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
3017         * image.el (create-image, defimage): Don't assume image data is a
3018         string.
3020         * image.el (defimage): Handle specifications containing :data
3021         instead of :file.
3022         (image-type-from-data): New function.
3023         (image-type-from-file-header): Use it.
3024         (create-image): Add parameter DATA-P.
3026 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3028         * echistory.el (electric-command-history): Call Command-history-setup
3029         and command-history-mode using their new conventions.
3031         * chistory.el (Command-history-setup): Don't switch buffers.  Take
3032         no args, and do not set major-mode, mode-name or the local map.
3033         (command-history-mode): New function, does some of those things
3034         Command-history-setup used to do.
3035         (list-command-history): Call command-history-mode, not
3036         Command-history-setup.
3037         (command-history): Renamed from command-history-mode.
3039 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3041         * arc-mode.el (archive-mode-map): Bind q to quit-window.
3043 1999-12-31  William M. Perry  <wmperry@aventail.com>
3045         * image.el (defimage): Images with the `:data' keyword should be
3046         considered valid as well.
3048 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3050         * dired.el (dired-get-filename): Don't call file-name-absolute-p
3051         with FILE if FILE is nil.
3053 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3055         * simple.el (choose-completion-string): In minibuffer,
3056         do not delete the prompt string.
3058 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
3060         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3061         assigned to mode-line-mode-menu because bindings.el is dumped with
3062         Emacs, and thus the lists used for menu-item definition will be
3063         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
3064         like pure menu item definitions.
3066         * expand.el (expand-abbrev-hook): Return t if expansion was
3067         done, nil otherwise.
3069 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3071         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3072         (tar-quit): Function deleted.
3074 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3076         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3077         was used but not declared.
3079         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3080         hs-find-block-beginning): Add or modify docstrings.
3082         (hs-isearch-show): Rewrite.
3084 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3086         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3088         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3089         space in front of a C-style comment end.
3091 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
3093         * startup.el (command-line-1): Make mode line mouse-sensitive for
3094         the MS-DOS version as well.
3096 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
3098         * bs.el: New file.
3100 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3102         * textmodes/ispell.el (ispell-process-line):
3103         Add local var line-offset to adjust for the change
3104         in positions within the line, due to previous replacements.
3106 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3108         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3109         Doc fixes.
3111 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
3113         * add-log.el (change-log-version-number-regexp-list)
3114         (change-log-version-info-enabled): Change :version to 21.1.
3115         (toplevel): Require CL when compiling.
3117 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3119         * add-log.el (change-log-version-number-regexp-list): Added tag
3120         :version 20.6
3121         (change-log-version-info-enabled): Added tag :version 20.6
3123 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
3125         * add-log.el: More general version number search with
3126         user-configurable regexp list.
3127         (change-log-version-number-regexp-list): New user variable.
3128         (change-log-find-version): Rewritten.  Use user-configurable
3129         version numbering regexp list
3130         change-log-version-number-regexp-list.
3131         (change-log-find-version): Renamed to
3132         change-log-version-number-search
3133         (add-log-file-name-function): New.
3134         (change-log-search-vc-number): Added END paramaeter.  Added doc
3135         string to function.
3136         (change-log-version-rcs): Renamed.  Was
3137         change-log-search-vc-number.
3139 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
3141         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3142         overlays if they interfere.
3143         (compilation-find-file): Make intangible overlays tangible.
3145         * progmodes/hideshow.el: Generally, synch w/ maintainer
3146         version 5.9.
3148         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3150         (hs-minor-mode-hook): Don't initialize.
3152         (hs-special-modes-alist): Rewrite value and docstring.
3154         (hs-minor-mode-prefix): Delete unused var.
3156         (hs-block-start-mdata-select): New var, buffer local.
3158         (hs-headline): New var.
3160         (hs-match-data, hs-forward-sexp): New funcs.
3162         (hs-hide-comment-region): New func.
3164         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3165         hs-safety-is-job-n, hs-hide-initial-comment-block,
3166         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3167         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3168         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3169         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3170         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3172         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3173         (hs-isearch-show-temporary): New funcs.
3175         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3177         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3179         When constructing menu, use `[(shift button2)]' notation.
3181 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3183         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3184         (jka-compr-compression-info-list): Add new elt to each vector.
3185         (jka-compr-write-region): Don't compress the data if it is
3186         already compressed.
3188         * jka-compr.el (jka-compr-really-do-compress): New variable.
3189         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3190         if visiting.
3191         (jka-compr-write-region): Set jka-compr-really-do-compress
3192         if visiting.  Test it when deciding to compress.
3194 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
3196         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3197         with third argument t.
3199 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3201         * antlr-mode.el: Version 1.2 is released.
3202         (antlr): This package has a web page.
3204 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3206         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3207         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
3208         (antlr-mode-map): New binding [C-c C-c].
3209         (antlr-mode-menu): New entries.
3211 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3213         * antlr-mode.el: Respect Emacs conventions.
3214         ((require 'cl)): Only use during compilation.
3215         (antlr-language-for-option): New function to avoid using `find'.
3216         (antlr-mode): Use it.
3217         (antlr-with-syntax-table): Define new instead using XEmacs' one.
3218         (antlr-imenu-create-index-function): Change accordingly.
3219         (antlr-inside-rule-p): Ditto.
3220         (antlr-end-of-rule): Ditto.
3221         (antlr-end-of-body): Ditto.
3222         (antlr-beginning-of-rule): Ditto.
3223         (antlr-indent-line): Ditto.
3225 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3227         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3228         (antlr-set-tabs): Don't use hard-coded values.
3230         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
3231         won't be possible without a huge time penalty.
3232         (antlr-skip-exception-part): Be more specific.
3233         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3234         Renamed from `antlr-skip-grammar-header'.
3235         (antlr-next-rule): Change accordingly.
3236         (antlr-end-of-body): Ditto.  Better error message.
3237         (antlr-beginning-of-body): Better error message.
3238         (antlr-imenu-create-index-function): Skip rule action prelude.
3240         * antlr-mode.el: Minor syntax highlighting changes.
3241         (antlr-font-lock-default-face): Deletia.
3242         (antlr-font-lock-tokendef-face): Changed color.
3243         (antlr-font-lock-tokenref-face): Changed color.
3244         (antlr-font-lock-literal-face): Changed color.
3245         (antlr-font-lock-additional-keywords): Minor changes.
3247 1999-12-20  Carsten Dominik  <cd@gnu.org>
3249         * progmodes/idlwave.el: New file.
3251         * progmodes/idlwave-rinfo.el: New file.
3253         * progmodes/idlwave-shell.el: New file.
3255         * progmodes/idlwave-toolbar.el: New file.
3257         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3259 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
3261         * progmodes/cwarn.el: New file.
3263 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3265         * bindings.el (completion-ignored-extensions): Add .pdf.
3267 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3269         * version.el: Put the version info into binary on MS-DOS as well.
3271 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
3273         * emacs-lisp/debug.el (debugger-continue): Don't continue if
3274         debugger-may-continue is nil.
3276 1999-12-18  Dave Love  <fx@gnu.org>
3278         * emacs-lisp/cl-macs.el: Remove conditional definition of
3279         eval-when-compile.  Don't specify abs, expt, gethash,
3280         hash-table-count, hash-table-p as side-effect-free here.
3281         (cl-emacs-type): Don't declare.
3282         (cl-compile-time-init): Remove Emacs 18 compiler patch.
3283         (cl-parse-loop-clause): Remove compatibility code.
3285         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3286         (side-effect-free-fns): Add gethash, hash-table-count.
3287         (side-effect-and-error-free-fns): Add hash-table-p.
3289         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
3290         `cl-' to autoload names for some hash functions.  Don't autoload
3291         eval-when-compile.  Don't provide mini-cl.
3292         (cl-emacs-type): Remove.
3293         (cl-map-extents): Remove compatibility code.
3295         * emacs-lisp/float.el: Bind free variables.
3297         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3299 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3301         * bindings.el (completion-ignored-extensions): Add .tfm.
3303 1999-12-16  Dave Love  <fx@gnu.org>
3305         * faces.el (set-face-attribute): Purecopy the attributes set.
3307         * custom.el (custom-declare-variable): Purecopy value.
3309         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3310         (byte-extrude-byte-code-vectors): Use remprop.
3311         (byte-compile-lambda): Check that arg is a lambda.
3313 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
3315         * font-lock.el: System for adding and removing keywords.
3316         Both local (previously added keyword) and global keywords
3317         can be removed.
3318         (font-lock-remove-keywords): New user-level function.
3319         (font-lock-update-removed-keyword-alist): New internal function.
3320         (font-lock-removed-keywords-alist): New variable.
3321         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3322         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3323         growing datastructures.
3324         (font-lock-set-defaults): Removes keywords stored in
3325         `font-lock-removed-keywords-alist' after local keywords added.
3327 1999-12-16  Anders Lindgren  <andersl@andersl.com>
3329         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3330         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3332         * font-lock.el (c-keywords): Only highlight preprocessor
3333         directives when spelled correctly.
3335         * font-lock.el (font-lock-match-c++-structor-declaration,
3336         c++-keywords): Fontify constructors and destructors with function
3337         face inside C++ class declarations.
3339 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
3341         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3342         the shell from sh-shell-file.
3344         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3346 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3348         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3349         if one of the files specified cannot be accessed by
3350         file-attributes.  Do not strip any leading directories from the
3351         file names, to behave more like `ls' does.
3353         * dired.el (dired-get-filename): Handle absolute file names.
3354         (dired-readin-insert): If argument is a cons, don't print
3355         "wildcard" on the ``total'' line.
3357 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
3359         * faces.el (face-read-integer, read-face-attribute)
3360         (color-defined-p, color-values): Allow color values unspecified-fg
3361         and unspecified-bg, handle them as unspecified.
3363 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
3365         * textmodes/reftex.el: (reftex-compile-variables): respect new
3366         structure of `reftex-index-macro'
3367         (reftex-compile-variables): Use the changed structure of
3368         `reftex-label-alist'.
3370         * textmodes/reftex-vars.el (reftex-index-math-format,
3371         (reftex-toc-max-level): New option.
3372         reftex-index-phrases-search-whole-words,
3373         reftex-index-phrases-case-fold-search,
3374         reftex-index-phrases-skip-indexed-matches,
3375         reftex-index-phrases-wrap-long-lines,
3376         reftex-index-phrases-sort-prefers-entry,
3377         reftex-index-phrases-sort-in-blocks): New options.
3378         (reftex-index-macros): Option structure changed.
3379         (reftex-index-macros-builtin): Added `repeat' item to each entry.
3380         (reftex-label-alist): Additional item in each entry to specify if
3381         the environment should be listed in the TOC.
3382         (eval-when-compile (require 'cl)) added.
3384         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3385         longer deals with "repeat".
3386         (reftex-index): "repeat property in `reftex-index-macro-alist' is
3387         now used.
3388         (reftex-index-phrases-comment-regexp,
3389         reftex-index-phrases-macrodef-regexp,
3390         reftex-index-phrases-phrase-regexp1,
3391         reftex-index-phrases-phrase-regexp2,
3392         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3393         New constants.
3394         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3395         reftex-index-phrases-font-lock-keywords,
3396         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3397         reftex-index-phrases-restrict-file): New variables.
3398         (reftex-index-phrase-selection-or-word,
3399         reftex-index-visit-phrases-buffer,
3400         reftex-index-initialize-phrases-buffer,
3401         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3402         reftex-index-next-phrase, reftex-index-this-phrase,
3403         reftex-index-all-phrases, reftex-index-region-phrases,
3404         reftex-index-phrases-parse-header,
3405         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3406         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3407         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3408         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3409         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3410         reftex-index-make-replace-string,
3411         reftex-query-index-phrase-globally, reftex-query-index-phrase,
3412         reftex-index-phrase-match-is-indexed,
3413         reftex-index-phrases-fixup-line,
3414         reftex-index-phrases-replace-space,
3415         reftex-index-select-phrases-macro): New functions.
3416         (reftex-index-globalize, reftex-index-globally): functions removed
3417         (eval-when-compile (require 'cl)) added.
3419          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3420          for max level.
3421          (reftex-toc-max-level-indicator): New variable.
3422          (reftex-toc-max-level): New command.
3423          (reftex-toc-map): New keybinding `t'.
3424          (reftex-toc-help): Constant updated.
3425          (eval-when-compile (require 'cl)) added.
3427          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3428          `t' command key can change `reftex-toc-max-level'
3429          (eval-when-compile (require 'cl)) added.
3431          * textmode/reftex-sel (reftex-insert-docstruct): Respect
3432          `reftex-toc-max-level'
3433          (eval-when-compile (require 'cl)) added.
3435          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3436          added.
3438          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3439          added.
3441          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3442          commands.
3443          (reftex-citation, reftex-do-citation,
3444          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3445          preselect a citation format.
3446          (eval-when-compile (require 'cl)) added.
3448          * textmodes/reftex-parse.el (reftex-context-substring): Optional
3449          parameter to-end
3450          (reftex-section-info): Deal with environment matches.
3451          (eval-when-compile (require 'cl)) added.
3453          * reftex-global.el (eval-when-compile (require 'cl)) added.
3455 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
3457         The following changes are for the new composition mechanism.  We
3458         have deleted `composition' charset and composite characters,
3459         instead introduced a special text property `composition'.
3461         * composite.el: New file.
3463         * ps-mule.el: Define encode-composition-rule and find-composition
3464         for Emacs 20.4 and the earlier versions.
3465         (ps-mule-init-external-library): Just require a feature for
3466         external libraries.
3467         (ps-mule-prologue): Postscript code modified for new composition.
3468         (ps-mule-find-wrappoint): New arg COMPOSITION.
3469         (ps-mule-plot-string): Delete code for composite characaters.
3470         (ps-mule-plot-composition): New funcion.
3471         (ps-mule-prepare-font-for-components): New function.
3472         (ps-mule-plot-components): New function.
3473         (ps-mule-composition-prologue-generated): Renamed from
3474         ps-mule-cmpchar-prologue-generated.
3475         (ps-mule-composition-prologue): New named from
3476         ps-mule-cmpchar-prologue.  Modified for new composition.
3477         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3478         ps-mule-prepare-cmpchar-font): Deleted.
3479         (ps-mule-string-encoding): New arg NO-SETFONT.
3480         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3481         check Composing, not Cmpchar
3482         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3483         to nil.
3484         (ps-mule-begin-job): Check existence of new composition.
3486         * ps-print.el (ps-plot-region): Handle new composition.
3488         * simple.el (what-cursor-position): Show "(composed)" if the
3489         character is composed.
3491         * international/characters.el: Fix cateogries of Lao symbols.
3493         * international/fontset.el (vertical-centering-font-regexp): New
3494         variable.
3496         * international/mule.el (mule-version): Updated to 5.0 (AOI).
3497         (mule-version-date): Updated to 1999.12.7.
3498         (with-category-table): New macro.
3500         * international/mule-cmds.el (encode-coding-char): Don't check
3501         composite character.
3503         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3504         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3505         x-ctext): Give `composition' property t.
3507         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3508         non-nil) at the tail of ALIST.
3509         (compose-region, decompose-region, decompse-string,
3510         reference-point-alist, compose-chars): Moved to composite.el.
3511         (compose-chars-component, compose-chars-rule,
3512         decompose-composite-char): Deleted.
3514         * international/quail.el (quail-install-map): New optional arg
3515         NAME.
3516         (quail-get-translation): If DEF is a symbol but not a function,
3517         ignore it.
3518         (quail-start-translation): Put a key sequence undefined in the
3519         translation keymap in unread-command-events, not generated-events.
3520         Return parameterized event (compose-last-chars N) if the input
3521         characters should be composed.
3522         (quail-map-definition): If DEF is t, treat it as nil.
3523         (quail-delete-last-char): Delete the quail region.
3524         (quail-show-translations): Don't show list of translations if the
3525         quail package is deterministic.
3526         (quail-completion-max-depth): New variable.
3527         (quail-completion-1): Pay attention to the above variable.  Fix
3528         for the case that a translation is a function.
3529         (quail-map-from-table, quail-map-from-table-1,
3530         quail-map-from-table-2): New functions.
3531         (quail-lookup-map-and-concat): New function
3533         * language/devan-util.el: Mostly rewritten.
3535         * language/lao.el: Register lao-composition-function in
3536         composition-function-table.
3538         * language/lao-util.el: Mostly rewritten.
3540         * language/thai.el: Register thai-composition-function in
3541         composition-function-table.
3542         (thai-tis620): Delete `pre-write-conversion' property.
3544         * language/thai-util.el: (thai-category-table): Make it by
3545         make-category-table.
3546         (thai-composition-pattern): New variable.
3547         (thai-compose-region, thai-compose-string): Use
3548         with-category-table.
3549         (thai-post-read-conversion): Just call thai-compose-region.
3550         (thai-pre-write-conversion): Deleted.
3551         (thai-composition-function): New funciton.
3553         * language/tibet-util.el: Most functions rewritten.
3554         (tibetan-char-p): Renamed from tibetan-char-examin.
3555         (tibetan-composable-examin) (tibetan-complete-char-examin)
3556         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3557         (tibetan-add-components): New function.
3558         (tibetan-composition-function): New function.
3560         * language/tibetan.el: Register tibetan-composition-function in
3561         composition-function-table.
3562         (tibetan-composable-pattern): New variable.
3563         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3564         (tibetan-precomposition-rule-alist): Move punctuations to
3565         tibetan-punctuation-transcription-alist and
3566         tibetan-obsolete-glyphs.
3567         (tibetan-punctuation-transcription-alist): New variable.
3568         (tibetan-obsolete-glyphs): New variable.
3569         (tibetan-regexp): Improve the initialization code.
3571         * textmodes/fill.el (fill-find-break-point): Delete codes for
3572         composite characters.
3573         (fill-region-as-paragraph): Likewise.
3575 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
3577         * international/mule-cmds.el (default-input-method): Specify
3578         that it should be set after current-language-environment.
3580         * custom.el (custom-handle-keyword): Add :set-after.
3581         (custom-add-dependencies): New function.
3582         (custom-set-variables): Take dependencies between args into
3583         account.
3585         * battery.el (battery): Doc fix.
3587 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3589         * progmodes/cc-make.el: Removed.
3591 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3593         * Release of cc-mode 5.26
3595 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3597         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3598         target depth.  Optionally count #else lines as clause limits,
3599         as suggested by don provan <provan@lucent.com>.  #elif
3600         handling fixed.
3602         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3603         (c-down-conditional-with-else): New commands that uses the
3604         added functionality in `c-forward-conditional'.
3606 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3608         * cc-align.el (c-lineup-comment): Preserve the alignment with
3609         a comment on the previous line instead of preserving the
3610         comment-column.
3612 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3614         * Fixes to IDL mode after input from Eric Eide
3615         <eeide@cs.utah.edu>:
3616         * cc-engine.el (c-beginning-of-statement-1): Allow
3617         `c-conditional-key' to be nil, for the benefit of IDL mode.
3618         * cc-engine.el (c-guess-basic-syntax): Ditto.
3619         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
3620         but do match CORBA 2.3 `valuetype'.
3621         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
3622         for IDL.
3623         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
3624         be nil for IDL.
3625         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3626         Like C++.
3627         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
3628         set `c-method-key' and `c-baseclass-key' to nil.
3630 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3632         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3633         with nonhanging open braces.
3635 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3637         * cc-align.el: Added docstrings to all lineup functions.
3639         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3640         keyword.
3642         * cc-align.el (c-lineup-C-comments): Handle free form text
3643         comments.  Use c-comment-prefix-regexp and comment-start-skip
3644         instead of hardcoded regexps.
3646 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3648         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3649         behavior and return value as documented.
3651 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3653         * Changes for new style variable init system:
3654         * cc-langs.el (c-common-init): Dito.
3655         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3656         now customizable.
3657         * cc-vars.el: Style variables may now take a value
3658         'set-from-style to make them take their value from the style
3659         system. This value is now the default on all these variables.
3660         * cc-vars.el (c-valid-offset): New function to verify a
3661         syntactic symbol offset setting.
3662         * cc-vars.el (c-offsets-alist): Variable moved from
3663         cc-styles.el since it's now customizable in a similar way to
3664         the other style variables.
3665         * cc-vars.el (c-old-style-variable-behavior): New variable to
3666         revert to the old style init behavior.
3668         * cc-vars.el (c-file-style, c-file-offsets): Made always
3669         buffer local.
3671         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3672         the throws clause that might follow the function prototype in
3673         C++.
3675 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3677         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3678         could move forward for macros that doesn't start in column 0.
3680 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3682         * cc-align.el (c-indent-multi-line-block,
3683         c-lineup-whitesmith-in-block): Two new lineup functions for
3684         use in whitesmith style.
3686         * cc-styles.el (c-style-alist): More fixes to whitesmith
3687         style.  It should now handle all different braces uniformly in
3688         both hanging and non-hanging cases.
3690 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3692         * cc-cmds.el (c-indent-exp): Use a marker to save point to
3693         make it stay in the same position relative to the surrounding
3694         text.
3696         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
3697         when adaptive-fill-mode doesn't manage to get it correct.
3699         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
3700         with dotted notation, e.g. foo.bar.Gnu.
3702         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
3703         within unwind-protect (previously only some were wrapped so it
3704         would be possible to register mode initialization when full
3705         initialization did not finish).
3707         * cc-styles.el (c-style-alist): Corrected the brace placement
3708         in the whitesmith style.  Thanks to Sean Luke
3709         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
3710         styles with consistent brace placement for all constructs.
3712 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3714         * cc-cmds.el (c-context-line-break): Continue C++ comments too
3715         when point is in the middle of them.
3717         * cc-cmds.el: Line breaking and paragraph filling code
3718         rewritten:
3719         (c-guess-fill-prefix): New function that uses various
3720         heuristics to guess the comment prefix.
3721         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
3722         It now assumes adaptive filling is active to preserve the line
3723         prefix inside comments.
3724         (c-indent-new-comment-line): Replacement for the now
3725         obsolete `c-comment-line-break-function' that uses
3726         `c-guess-fill-prefix' when appropriate.  It now observes the
3727         setting of `comment-multi-line', which has effect in C-style
3728         block comments.
3730         * cc-cmds.el (c-context-line-break): New function intended to
3731         be put on RET.  It's essentially `newline-and-indent', but
3732         continues C block comments with the appropriate line prefix.
3734         * cc-cmds.el (c-do-auto-fill): New function put on
3735         `normal-auto-fill-function' to implement the
3736         `c-ignore-auto-fill' variable.
3738         * cc-cmds.el (c-beginning-of-statement): Use
3739         `c-comment-prefix-regexp' to avoid ending up inside the
3740         comment prefix.  Better handling of comment starters and
3741         enders. Catch comments better when traversing code.  Stop at
3742         preprocessor directives.
3744         * cc-defs.el (c-forward-comment): New subst to hide platform
3745         dependent quirks in `forward-comment'.
3747         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
3748         argument.
3749         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
3750         arguments. Activate this function by default when
3751         `parse-partial-sexp' supports it (currently Emacs 20.x).
3753         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
3754         on the comment opener to make constants usable as lineup
3755         arguments.
3757         * cc-align.el (c-lineup-C-comments): Fixes to handle the
3758         changed anchor position in the `c' syntactic symbol.  Handle
3759         more than stars in the comment prefix; use the new variable
3760         `c-comment-prefix-regexp'.  Don't indent text not preceded by
3761         a comment prefix to the right of the comment opener if it's
3762         long.
3764         * cc-langs.el: Fixes to mode initialization for new line
3765         breaking and paragraph filling method.  Adaptive fill mode is
3766         now activated at startup instead of deactivated.  The
3767         variables used for adaptive filling and paragraph movement are
3768         also changed to incorporate the value of
3769         `c-comment-prefix-regexp'.  `substitute-key-definition' is
3770         used to override some functions in the global map instead of
3771         overriding their default bindings.
3773         * cc-mode.el (java-mode): Modify `paragraph-start' for the
3774         javadoc markup at mode init.
3776         * cc-mode.el (c-setup-filladapt): A new convenience function
3777         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
3778         function is intended to be used explicitly by the end user
3779         only.
3781         * cc-vars.el (c-comment-prefix-regexp): New variable used to
3782         recognize the comment fill prefix inside comments.
3783         (c-block-comment-prefix): New name for
3784         `c-comment-contiuation-stars', which is now obsolete.  It's
3785         generalized to handle any character sequence.
3786         (c-ignore-auto-fill): New variable used to selectively disable
3787         Auto Fill mode in specific contexts.
3789 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3791         * cc-cmds.el (c-comment-indent): Leave at least one space
3792         between the comment and the last nonblank character in the
3793         case where we look at the indentation of the comment on the
3794         previous line (case 4).
3796         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
3797         list of characters that may start a statement (it's a sort of
3798         prefix operator in Pike, and isn't used at all in any of the
3799         other languages).
3801 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3803         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
3804         inside continued statements as statement-cont instead of
3805         brace-list-open.  The reason is that one normally adjusts
3806         brace-list-open for brace lists as top-level constructs, and
3807         brace lists inside statements is a completely different
3808         context.  Case 10B.2 changed.  Also changed (the somewhat
3809         esoteric) case 9A to cope with this.
3811 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3813         * cc-cmds.el (c-electric-brace): Added electric handling of
3814         the open brace for brace-elseif-brace.
3816 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3818         * cc-defs.el (c-with-syntax-table): New macro to easily switch
3819         syntax tables temporarily.
3821         * cc-engine.el (c-guess-basic-syntax): Handle template and
3822         member init argument lists split over several lines.  Case 5D
3823         changed.
3825         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
3826         @throws introduced in Javadoc 1.2.
3828         * cc-menus.el (cc-imenu-java-generic-expression): Applied
3829         patch from RMS to avoid infinite backtracking.
3831 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3833         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
3834         by [ ].
3836 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3838         * cc-align.el (c-lineup-dont-change): Compensate properly for
3839         the column in langelem.
3841         * cc-engine.el (c-syntactic-information-on-region): New
3842         function to help debugging the syntactic analysis.
3844 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3846         * cc-align.el (c-lineup-template-args): Handle nested template
3847         arglists.
3849         * cc-langs.el (c++-template-syntax-table): New syntax table
3850         that makes `<' and `>' parenthesis characters, which is useful
3851         to switch to temporarily when analyzing template arglists.
3853         * cc-styles.el: Changed default alignment of labels in the
3854         java style to conform to the examples in the Java Language
3855         Specification.
3857         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
3858         by default.
3860 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3862         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
3863         immediately before the closing paren in an arglist, so don't
3864         check that in Pike mode.  Case 7A changed.
3866 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3868         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
3869         lines were ignored under certain conditions.
3871 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3873         * cc-align.el (c-lineup-template-args): New function for
3874         aligning continued template argument lists.
3876         * cc-engine.el (c-guess-basic-syntax): Fix for member init
3877         lists containing function arglists split over several lines.
3878         Case 5D.1 changed.
3880         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
3881         template-args-cont didn't get recognized when the first
3882         arglist opener line doesn't contain a template argument.  New
3883         case 5K.
3885 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3887         * cc-defs.el (c-point): Changed from subst to macro for
3888         efficiency.
3889         (c-beginning-of-defun-1, c-end-of-defun-1): New
3890         beginning-of-defun/end-of-defun wrappers separated from
3891         c-point.
3893         * cc-menus.el (imenu-generic-expression,
3894         imenu-case-fold-search, imenu-progress-message): Dummy
3895         definitions to avoid compiler warnings if imenu can't be
3896         loaded.
3897         * cc-menus.el (cc-imenu-init): New function called at mode
3898         init.
3899         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
3900         imenu initializations to cc-imenu-init.
3902 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3904         * cc-engine.el (c-guess-basic-syntax): Slightly better check
3905         for lambda-intro-cont in Pike mode.  Case 6 changed.
3907         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
3908         anything following "new Foo()" was considered an anonymous
3909         class body in Java mode.
3911 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3913         * cc-cmds.el (c-comment-line-break-function): When breaking in
3914         a string, don't insert a new line.
3916 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3918         * cc-engine.el (c-at-toplevel-p): New interface function which
3919         returns information useful to add-on authors.  It tells you
3920         whether you're at a toplevel statement or not.
3922 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3924         * cc-cmds.el (c-comment-line-break-function): It is possible
3925         that forward-line does not land us at the bol, say if we're on
3926         the last line in a file.  In that case, do a
3927         back-to-indentation instead of a forward-comment -1.
3929 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3931         * cc-engine.el (c-beginning-of-statement-1): Don't catch
3932         "default:" as normal label in case 4.
3934 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3936         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3937         recognize continued bitfield declarations.  Case 5D.1 changed.
3938         * cc-langs.el: New variable c-bitfield-key.
3939         * cc-mode.el: New variable c-bitfield-key.
3941 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3943         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3944         anonymous array expressions (i.e. "new Foo[] {.. bracelist
3945         ..}").
3947 1999-12-12  Dave Love  <fx@gnu.org>
3949         * mail/footnote.el: Require cl when compiling.  Don't autoload
3950         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
3951         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3952         Avoid `acons'.
3953         (footnote-mode-line-string, Footnote-add-footnote): Remove
3954         autoload cookie.
3956 1999-12-12  Richard Sharman  <rsharman@pobox.com>
3958         * sh-script.el: Fix for when font-lock mode is active.
3959         (sh-font-lock-unfontify-region-function): New function.
3961 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
3963         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3964         if start-process is not bound, since Ispell now supports such
3965         platforms as well.
3967 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3969         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3970         rmail-summary-goto-msg.
3972         * files.el (after-find-file): Fix previous change.
3974 1999-12-11  Dave Love  <fx@gnu.org>
3976         * help.el (where-is): Use `commandp' as predicate for
3977         `completing-read'
3979 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3981         * cus-edit.el (custom-save-delete): Delete all occurrences,
3982         leave point where the first occurrence was.
3983         (custom-save-faces): Insert a newline at the end of the comment.
3984         Avoid a double newline there.
3985         If final closeparen is at bol, put a space before it.
3986         (custom-save-variables): Likewise.
3987         (custom-file): Doc fix.
3989 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
3991         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3992         regexp matching image and audio files.
3994 1999-12-09  Dave Love  <fx@gnu.org>
3996         * mail/footnote.el: New file.
3998 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
4000         * files.el (after-find-file): Use auto-save-visited-file-name if
4001         set.
4003         * mail/feedmail.el (feedmail-find-eoh): Take
4004         feedmail-queue-alternative-mail-header-separator into account.
4006 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
4008         * smerge-mode.el: New file.
4010         * font-lock.el (font-lock-multiline): New variable.
4011         (font-lock-add-keywords): Rename `major-mode' into `mode'.
4012         (font-lock-remove-keywords): Added a dummy `mode' argument for
4013         potential future support.
4014         (font-lock-fontify-anchored-keywords,
4015         (font-lock-fontify-keywords-region): Only handle multiline strings
4016         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4018 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4020         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4022         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4024 1999-12-07  Dave Love  <fx@gnu.org>
4026         * help.el (view-emacs-problems): New command, bound to C-h P.
4028         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4030 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
4032         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4033         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4034         New code to support the minor mode version.
4035         (diff-recenter): New function.
4036         (diff-next-hunk, diff-next-file): Use it.
4037         (diff-remembered-files-alist): New var.
4038         (diff-merge-strings): New function.
4039         (diff-find-file-name): Make it smarter and use the user's input more.
4040         (diff-mode): Cosmetic changes.
4042         * files.el (save-some-buffers): Turn EXITING into the more general
4043         PRED argument to allow specifying a subset of buffers.
4045         * simple.el (kill-region): Use the new `delete-and-extract-region'
4046         rather than the undo log (which is incorrect with *-change-functions).
4048         * font-lock.el (font-lock-default-fontify-region): Fix subtle
4049         off-by-one problem that could force re-fontifying the whole buffer.
4050         (font-lock-remove-keywords): New function.
4051         (font-lock-add-keywords): Use the new function to ensure idempotence.
4053 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
4055         * viper-cmd.el (viper-minibuffer-standard-hook,
4056         viper-minibuffer-real-start): Mew functions.
4057         (viper-read-string-with-history,viper-file-add-suffix,
4058         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4059         change in the status of the minibuffer prompt.
4061 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4063         * comint.el (comint-redirect-results-list)
4064         (comint-redirect-results-list-from-process): Remove interactive
4065         spec.
4067 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4069         * info.el (info-node, info-menu-5, info-xref): Define colors for
4070         Info faces if the display supports them.
4072 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
4074         Changes for automatic remapping of X colors on terminal frames:
4076         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4077         term-setup-hook.  Call msdos-remember-default-colors and
4078         msdos-handle-reverse-video.
4079         (msdos-face-setup): Parts of code moved to
4080         msdos-setup-initial-frame.
4081         (msdos-handle-reverse-video): New function, modeled after
4082         x-handle-reverse-video.
4083         (make-msdos-frame): Don't use initial-frame-alist and
4084         default-frame-alist.  Call msdos-handle-reverse-video.
4085         (msdos-color-aliases): Remove.
4086         (msdos-color-translate, msdos-approximate-color): Remove.
4087         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
4088         for better approximation of X colors.
4089         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
4090         up tty-color-alist (it is now on startup.el).
4091         (x-display-color-p, x-color-defined-p, x-color-values,
4092         x-defined-colors, face-color-supported-p, face-color-gray-p):
4093         Remove.
4095         * facemenu.el (facemenu-read-color, list-colors-display): Use
4096         defined-colors for all frame types.
4097         (facemenu-color-equal): Use color-values for all frame types.
4099         * faces.el (read-face-attribute): For :foreground and :background
4100         attributes and frames on character terminals, translate the color
4101         to the closest supported one before looking it up in the list of
4102         valid values.
4103         (face-valid-attribute-values): Call defined-colors for all types
4104         of frames.
4105         (defined-colors, color-defined-p, color-values, display-color-p):
4106         New finctions.
4107         (x-defined-colors, x-color-defined-p, x-color-values,
4108         x-display-color-p): Aliases for the above.
4110         * startup.el (command-line): Register terminal colors for frame
4111         types other than x and w32, but only if the terminal supports
4112         colors.  Call tty-color-define instead of face-register-tty-color.
4114         * term/x-win.el (xw-defined-colors): Renamed from
4115         x-defined-colors.
4116         * term/w32-win.el (xw-defined-colors): Likewise.
4118         * term/tty-colors.el: New file.
4119         * loadup.el: Load term/tty-colors.
4121 1999-12-06  Dave Love  <fx@gnu.org>
4123         * ffap.el: Autoload the ffap alias directly.
4125 1999-12-06  Inge Frick  <inge@nada.kth.se>
4127         * dired-aux.el (dired-do-shell-command): Changed documentation.
4128         (dired-shell-stuff-it): A `?' in COMMAND has now the same
4129         meaning as `*'.
4131 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
4133         * simple.el (insert-buffer): Doc fix.
4135         * apropos.el (apropos-mode): Add autoload cookie.
4137 1999-12-06  Sam Steingold  <sds@goems.com>
4139         * progmodes/etags.el (etags-tags-completion-table): Modified the
4140         regexp to allow for the CL symbols starting with `+*'.
4141         (tags-completion-table): Doc fix (it's an obarray, not an alist).
4142         (tags-completion-table, tags-recognize-empty-tags-table): Remove
4143         `function' quoting lambda.
4144         (tags-with-face): New macro.
4145         (list-tags, tags-apropos): Use it.
4146         (tags-apropos-additional-actions): New user option.
4147         (etags-tags-apropos-additional): Use it.
4148         (tags-apropos): Call etags-tags-apropos-additional.
4149         (tags-apropos-verbose): New user option.
4150         (etags-tags-apropos): Use it.
4151         (visit-tags-table-buffer, next-file): Use `unless'.
4152         (recognize-empty-tags-table): Renamed to
4153         tags-recognize-empty-tags-table.
4154         (complete-tag): Call tags-complete-tag bypassing try-completion.
4156 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
4158         * international/mule.el (set-buffer-file-coding-system): Docstring
4159         modified.
4161 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4163         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4164         using the hideshow package.
4165         (hs-special-modes-alist): Added entry for bibtex to allow the use
4166         of the hideshow package.
4167         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4168         not longer provided by bibtex.el directly.  Instead the hideshow
4169         package should be used.
4170         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4171         references to bibtex-hide-entry-bodies.
4173 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4175         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
4176         maintainer information closer to the beginning of the bibtex.el
4177         file.
4178         (bibtex-maintainer-salutation): New constant.
4179         (bibtex-version): New constant.
4180         (bibtex-submit-bug-report): Use bibtex-version and
4181         bibtex-maintainer-salutation.
4182         (bibtex-entry-field-alist): Made booktitle field optional for
4183         @inproceedings entries when crossreferenced.
4184         (bibtex-entry-field-alist): Added booktitle field to proceedings
4185         entry type (for cross referencing). Thanks to Wagner Toledo Correa
4186         for the suggestion.
4187         (bibtex-string-file-path): Fixed typo.
4189 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4191         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4192         for reftex.el.
4193         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4194         to menu.
4196 1999-12-04  Dave Love  <fx@gnu.org>
4198         * delsel.el: Revert previous change -- region is significant to
4199         skeleton.
4201 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
4203         * viper-cmd.el (viper-change-state): Use
4204         viper-ESC-moves-cursor-back to decide whether to move the cursor
4205         back.
4207 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
4209         * international/mule-util.el (truncate-string-to-width): Docsting
4210         fixed.
4212 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4214         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4215         use of `cond'.
4216         (lm-with-file): Move all the find-file...kill-buffer stuff into
4217         this macro.  Make it use `find-file-noselect' and make it kill
4218         the buffer only if it wasn't already displayed somewhere.
4219         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4220         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4221         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4222         (lm-commentary): Fix to handle the case when the change log is
4223         at the end of the file.
4225 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
4227         * international/mule.el (charsetp): Fix typo in docstring.
4229         * international/mule-diag.el (list-coding-categories): Fix typo;
4230         automatic -> autoload.
4232 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
4234         * vc.el (vc-update-change-log): Look for rcs2log under
4235         exec-directory.
4237         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4238         outline-regexp, add outline-level.
4239         (lisp-outline-level): New.
4241         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4242         remove extraneous string-match.
4244         * finder.el (finder-commentary): Activate Finder mode.
4246 1999-12-01  Anders Lindgren  <andersl@andersl.com>
4248         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4249         off when reverting buffers that contained mode specifiers.
4250         `revert-buffer' is now called with non-nil PRESERVE-MODES
4251         argument.
4253 1999-12-01  Dave Love  <fx@gnu.org>
4255         * delsel.el: Grok skeleton-pair-insert-maybe.
4257 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4259         * progmodes/cperl-mode.el (cperl-under-as-char):
4260         Use nil as default.
4262 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
4264         * speedbar.el (toplevel): Remove compatibility code for Emacs
4265         versions without custom.el.
4267 1999-11-30  Dave Love  <fx@gnu.org>
4269         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4271         * autoinsert.el: Minor doc fixes.
4272         (auto-insert): Return nil.
4274         * faces.el (set-face-documentation): Purecopy STRING.
4276 1999-11-29  Dave Love  <fx@gnu.org>
4278         * derived.el: Doc fixes, remove old backquote syntax.
4280         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4281         comment warning about editing.
4283         * help.el (help-mode-hook): Define.
4285 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
4287         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4288         invalid translation of old-style backquote syntax to new syntax.
4290 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4292         * Makefile (DONTCOMPILE): Add term/internal.el.
4294 1999-11-26  Dave Love  <fx@gnu.org>
4296         * comint.el: Fix last change.
4298         * emacs-lisp/advice.el: Fix last change.
4300 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4302         * cus-edit.el (Custom-reset-standard): Doc fix.
4303         (custom-variable-reset-standard): Doc fix.
4304         (custom-face-reset-standard): Doc fix.
4305         (custom-face-menu): "Reset to Standard" => "Erase Customization".
4306         (custom-variable-menu): Likewise.
4307         (custom-reset-menu): Likewise.
4308         (custom-buffer-create-internal): Likewise.
4310 1999-11-26  Dave Love  <fx@gnu.org>
4312         * progmodes/make-mode.el (makefile-mode-hook): Customize.
4314         * font-lock.el: Doc fixes.
4316         * menu-bar.el (menu-bar-mode): Customize.
4318         * cus-start.el: Add use-dialog-box.
4320         * add-log.el (change-log-mode-hook): Customize.
4321         (add-log-current-defun): Use
4322         fortran-{beginning,end}-of-subprogram.
4324 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4326         * emacs-lisp/advice.el: Many doc fixes.
4328         * comint.el (comint-preoutput-filter-functions): Doc fix.
4330 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4332         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4333         Improve messages for capitalization of arg names,
4334         for flag variables, for t and nil, for imperatives.
4335         Call them imperatives rather than infinitives sans "to".
4336         (checkdoc-common-verbs-wrong-voice): Add "moves".
4337         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4339         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4340         Don't convert comments from 3-semicolon to 2-semicolon.
4341         That is a matter of style.
4342         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4343         (checkdoc-comments): Don't bind that variable.
4345 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4347         * files.el (write-file-hooks): Doc fix.
4349 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
4351         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4353 1999-11-25  Dave Love  <fx@gnu.org>
4355         * hippie-exp.el: Require comint when compiling.
4356         (hippie-expand): Add :links.
4357         (hippie-expand-try-functions-list): Customize.
4359 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
4361         * viper*el: Replaced old-style backquotes.
4363         * ediff*el: Replaced old-style backquotes.
4365         * ediff-merge
4366         (ediff-looks-like-combined-merge,ediff-get-combined-region):
4367         Changed to support the new format for ediff-combination-pattern.
4369         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4370         Changed to support the new format for ediff-combination-pattern.
4372 1999-11-24  Dave Love  <fx@gnu.org>
4374         * custom.el (custom-declare-group): Purecopy DOC.
4375         (custom-handle-keyword): Purecopy VALUE.
4376         (custom-add-link): Purecopy WIDGET.
4377         (custom-add-version): Purecopy VERSION.
4378         (custom-add-load): Purecopy LOAD.
4380         * cus-face.el (custom-declare-face): Purecopy DOC.
4382         * info.el:
4383         (Info-build-node-completions, Info-search, Info-follow-reference)
4384         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4385         (Info-find-emacs-command-nodes): Avoid properties on matched text
4386         which may appear in minibuffer.
4388 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
4390         * locate.el (locate-with-filter): Doc fix.
4392 1999-11-24  Alex Schroeder  <alex@gnu.org>
4394         * sql.el (sql-find-sqli-buffer): New function.
4395         (sql-set-sqli-buffer-generally): New function.
4396         (sql-set-sqli-buffer): Better checking of new-buffer.
4397         (sql-copy-column): Add comma after INTO clause, too.
4399 1999-11-24  Alex Schroeder  <alex@gnu.org>
4401         * sql.el (sql-imenu-generic-expression): New, used to set
4402         imenu-generic-expression.
4404         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4405         setting font-lock-defaults' SYNTAX-ALIST.  Set
4406         imenu-generic-expression, imenu-case-fold-search, and
4407         imenu-syntax-alist.
4409         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4410         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4412 1999-11-23  Andrew Innes  <andrewi@gnu.org>
4414         * w32-win.el (w32-drag-n-drop): Load files in current window, if
4415         drop coords aren't over a specific window.
4417 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4419         * ps-print.el: Define mule funs without checking if mule package is
4420         loaded.
4421         (ps-print-version): New version number (5.0.1).
4422         (ps-header-dirpart): Now uses abbreviate-file-name.
4424 1999-11-23  Dave Love  <fx@gnu.org>
4426         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4427         comment-line-start.
4428         (fortran-comment-line-start-skip): Renamed from
4429         comment-line-start-skip.
4430         (fortran-mode-map): Use renamed functions.  Add manual and custom
4431         entries to menu.
4432         (fortran-mode-hook): Customize.
4433         (fortran-comment-indent-function): Renamed from
4434         fortran-comment-hook.
4435         (delete-horizontal-regexp): Function deleted.
4436         (fortran-electric-line-number): Simplified.
4437         (fortran-beginning-of-subprogram): Renamed from
4438         beginning-of-fortran-subprogram.
4439         (fortran-end-of-subprogram): Renamed from
4440         end-of-fortran-subprogram.
4441         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4442         (fortran-previous-statement, fortran-next-statement): Simplified.
4443         (fortran-blink-match): New function.
4444         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4445         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4446         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4447         line-end-position.
4448         (fortran-fill): No longer interactive.  Simplified.
4449         (fortran-break-line): Simplified.
4450         (fortran-analyze-file-format): Use char-after, not looking-at.
4452         * emacs-lisp/find-func.el (find-function-regexp): Use
4453         `define-minor-mode' after easy-menu change.
4455 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
4457         * comint.el: Add redirection.from active comint buffers into
4458         another buffer.  Written by Peter Breton.
4460 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
4462         * emacs-lisp/autoload.el (make-autoload): Recognize the new
4463         `define-minor-mode'.
4464         (define-minor-mode): Specify `doc-string-elt'.
4466         * emacs-lisp/easy-mmode.el: Changed maintainer.
4467         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4468         Use defcustom for the hooks; Improve the auto-generated docstrings.
4469         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4470         (define-minor-mode): Add BODY arg; Only declare the keymap if
4471         provided; Improve the auto-generated docstrings.
4473 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
4475         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4476         that the leading `^' is at the start.  This is necessary because
4477         paragraphs.el tries to remove anchors, but can find them only if
4478         they are the first character.
4480         * progmodes/antlr-mode.el: New file.
4482         * calendar/calendar.el: Fix autoload for
4483         calendar-absolute-from-astro.  Add autoload for
4484         calendar-print-astro-day-number.
4486 1999-11-21  Anders Lindgren  <andersl@andersl.com>
4488         * follow.el: Use modern backquote syntax.  Minor comment update.
4490 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
4492         * simple.el (with-syntax-table): Don't switch buffers.
4494         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4495         progmodes/hideif.el: Use new backquote syntax.
4497 1999-11-21  Ken Manheimer  <klm@python.org>
4499         * icomplete.el (icomplete-completions): Use an explicit variable
4500         `icomplete-prospects-length', obviating the need to use an
4501         apparently faulty throw/catch arrangement.
4503 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
4505         * term/internal.el (IT-display-table-setup): Don't overstep
4506         character code 255.
4508 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
4510         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4511         for the charset chinese-sisheng is 7bit encoding, not 8bit.
4513 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4515         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4516         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4518         * files.el (auto-mode-alist): Add patterns for diff-mode.
4520         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4521         to detect an empty prompt.
4523 1999-11-18  Dave Love  <fx@gnu.org>
4525         * simple.el (input-mode-8-bit): Fix the customization.
4527 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
4529         * international/iso-acc.el (iso-languages): Add more
4530         characters for Portuguese.
4532         * speedbar.el: Clean up comment at the start of the file.
4533         Remove RCS id.
4535         * progmodes/compile.el (compilation-parse-errors): Use
4536         compilation-buffer-p instead of testing major-mode.
4538 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
4540         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4541         (quickurl-ask): completion-ignore-case is set to the value of
4542         quickurl-completion-ignore-case for the duration of the call to
4543         completing-read.
4545 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4547         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4549 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
4551         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
4552         instead of ps-print-def.
4554         * ps-print.el: Require ps-vars instead of ps-print-def.
4556         * ps-mule.el: Require ps-vars instead of ps-print-def.
4558 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
4560         * simple.el (with-syntax-table): Save buffer explicitly instead of
4561         using save-excursion.
4563 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4565         * mail/supercite.el: New maintainer.
4567 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
4569         * progmodes/vhdl-mode.el: Use new backquote syntax.
4571 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
4573         * simple.el (with-syntax-table): New.
4575 1999-11-15  Sam Steingold  <sds@ksp.com>
4577         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4579 1999-02-22  Sam Steingold  <sds@goems.com>
4581         * goto-addr.el (goto-address-at-mouse,
4582         goto-address-find-address-at-point): Use compose-mail.
4583         (goto-address-mail-method): Removed variable.
4584         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4585         goto-address-send-using-mail): Removed functions.
4587 1998-11-03  Sam Steingold  <sds@goems.com>
4589         * simple.el (backward-delete-char-untabify):
4590         backward-delete-char-untabify-method can be `all' now - to delete
4591         hungrily including newlines.
4593 1999-11-15  Sam Steingold  <sds@ksp.com>
4595         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4597 1999-11-15  Dave Love  <fx@gnu.org>
4599         * cus-edit.el (customize-face, customize-face-other-window):
4600         Require match from completing-read.
4601         (custom-buffer-done-function): Default to custom-bury-buffer, not
4602         bury-buffer.
4604 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
4606         * mail/rmail.el, iswitchb.el, hippie-exp.el,
4607         progmodes/cperl-mode.el: Use new backquote syntax.
4609 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
4611         * uniquify.el: Use new backquote syntax.
4613 1999-11-14  Markus Rost  <rost@ias.edu>
4615         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4616         as in ispell-local-dictionary-alist.
4618 1999-11-14  Alex Schroeder  <alex@gnu.org>
4620         * ansi-color.el (ansi-color-apply): Updated regexps to include
4621         highlighted face.
4623 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
4625         * forms.el (forms--make-format-elt-using-text-properties):
4626         Treat `intangible' differently.
4628         * forms.el: Use new backquote syntax.
4630 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
4632         * textmodes/scribe.el (scribe-mode): Doc-fix.
4634 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
4636         * net-utils.el (run-network-program, net-utils-run-program): Use
4637         the new backquote syntax.
4638         (smbclient-program, smbclient-program-options)
4639         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4640         variables
4641         (smbclient, smbclient-list-shares): New functions
4643 1999-11-12  Sam Steingold  <sds@ksp.com>
4645         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4646         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4647         (viper-kbd-buf-definition, viper-kbd-mode-alist)
4648         (viper-kbd-mode-pair, viper-kbd-mode-definition)
4649         (viper-kbd-global-pair, viper-kbd-global-definition):
4650         Use the new backquote syntax.
4652         * emulation/viper-cmd.el (viper-test-com-defun)
4653         (viper-prefix-arg-value, viper-prefix-arg-com):
4654         Use the new backquote syntax.
4656         * emacs-lisp/debug.el (debugger-env-macro):
4657         Use the new backquote syntax.
4659         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4660         Use the new backquote syntax.
4662         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4663         New user variable.
4664         (calendar-hide-window): Use it.
4665         (increment-calendar-month, calendar-for-loop, calendar-sum):
4666         Use the new backquote syntax.
4668 1999-11-12  Andrew Innes  <andrewi@gnu.org>
4670         * select.el (x-set-selection): Call buffer-substring, not
4671         substring.  Also fix docstring
4673 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
4675         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4676         of customizable variables to bug report message. Added
4677         system-type to package name in bug report.
4679 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
4681         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4682         to display file names.
4684 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
4686         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4688         * isearch.el: Add lazy-highlighting feature.
4690 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4692         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4693         constant.
4694         (ps-mode-submit-bug-report): New function. Entry added to menu.
4696 1999-11-10  William M. Perry  <wmperry@aventail.com>
4698         * mwheel.el: New file to support the new style wheeled mice.
4700 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
4702         * startup.el (initial-scratch-message): Add ";;" to the front of
4703         lines in the message.
4705         * files.el (file-local-copy): Remove optional BUFFER argument
4706         because that's not used by anything.
4708         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
4709         to-address.
4711 1999-11-08  Markus Rost  <rost@ias.edu>
4713         * wid-edit.el (widget-button-click): Wrap with save-excursion
4714         to restore track-mouse in the correct buffer.
4716 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
4718         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
4720 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
4722         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
4723         lpr-command to "lp" for some system-types. (copied from lpr.el
4724         Emacs version 20.2.1).
4726 1999-11-04  Markus Rost  <rost@ias.edu>
4728         * simple.el (comment-region): Strip off white space at end of
4729         comment-start.
4731 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4733         * faces.el (secondary-selection): Fix wrong color name.
4735 1999-11-04  John Tobey  <jtobey@epsilondev.com>
4737         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
4738         the default when invoking perldb in a non-Perl buffer, and other
4739         cases involving -e or --.
4741 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
4743         * simple.el (previous-matching-history-element)
4744         (next-history-element): Use delete-field instead of erase-field.
4746         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
4747         Use delete-field instead of erase-field.
4749         * faces.el (secondary-selection): Change background to yellow.
4751         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
4752         find the start of the text.  Use field-string to read the user
4753         input.
4755 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
4757         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
4758         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
4759         for compatibility with old face implementation.
4761         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
4762         Use erase-field instead of erase-buffer.
4764         * frame.el (blink-cursor-mode, blink-cursor-end): Use
4765         internal-show-cursor with new interface.
4766         (blink-cursor-timer-function): New.
4767         (blink-cursor-start): Use blink-cursor-timer-function.
4769 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4771         * calendar.el (redraw-calendar): Move to nearest date before
4772         redrawing.
4774         * diary-lib.el (simple-diary-display): Reset modeline even if
4775         there are no diary entries since the diary buffer may be displayed.
4777 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4779         * emacs-lisp/debug.el (debug): If noninteractive, display the
4780         backtrace using `message', then exit Emacs.
4781         (debugger-batch-max-lines): New variable.
4782         (debugger-setup-buffer): New subroutine, broken out of `debug'.
4783         Change the messages put at the start, to say that the debugger
4784         was entered.
4786 1999-11-02  Sam Steingold  <sds@ksp.com>
4788         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
4790 1999-11-01  John Tobey  <jtobey@epsilondev.com>
4792         * gud.el: (gud-perldb-massage-args): Massage correctly in the
4793         presence of perl switches other than "-e".
4795 1999-11-01  Markus Rost  <rost@ias.edu>
4797         * dired-x.el (dired-smart-shell-command): Use
4798         shell-command-history as in shell-command.
4800 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4802         * userlock.el (ask-user-about-lock): Doc fix.
4804         * frame.el: Doc fixes.
4806 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
4808         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
4809         of show-cursor.
4810         (blink-cursor-start, blink-cursor-end): Ditto.
4812         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
4814 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4816         * window.el (walk-windows): If ALL-FRAMES is a frame,
4817         start on that frame.  Use save-selected-window.
4819 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
4821         * simple.el (end-of-buffer): Use window-end to find the window end
4822         instead of vertical-motion because this handles variable-height
4823         lines correctly.
4825 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
4827         * ediff.el: Version change.
4829         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
4830         make sure you are in a good frame before deleting other
4831         windows.
4832         (ediff-file-checked-in-p): Don't consider CVS
4833         files checked in.
4834         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
4835         are writing to a newly created empty file.
4837         * ediff-mult.el (ediff-show-session-group-hook): New default.
4839         * ediff-vers.el (ediff-pcl-cvs-view-revision):
4840         First cd to the file directory. reportedly works
4841         better with remote files.
4843         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
4844         Use file-name-nondirectory when passing files to CVS.
4846         * ediff-diff.el (ediff-cmp-options): New variable.
4847         (ediff-same-file-contents): Use ediff-cmp-options.
4849         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
4850         ediff-get-patch-buffer): Use current buffer if it appears to be a
4851         patch.
4853         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
4854         C-g
4856         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
4857         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
4858         (viper-save-cursor-color,viper-restore-cursor-color):
4859         Improved cursor color handling.
4860         (viper-get-saved-cursor-color-in-replace-mode,
4861         viper-get-saved-cursor-color-in-insert-mode): New functions for
4862         better cursor color handling.
4864         * viper-ex.el (ex-read,ex-edit):
4865         Fixes for correct interpretation of #,%.
4866         (viper-ex): Now works correctly when called from other functions.
4867         (viper-glob-function): New variable.
4868         (viper-ex): Save excursion before doing :global.
4870         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4872         * viper-cmd.el (viper-post-command-sentinel,
4873         viper-insert-state-post-command-sentinel,
4874         viper-insert-state-pre-command-sentinel): Takes better care of
4875          cursor colors.
4877         * viper.el: Version change.
4879 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
4881         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
4882         that the modeline display was updated *only* when
4883         `whitespace-display-in-modeline' was set, not otherwise.
4885 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
4887         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
4888         "frac12".
4890         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
4891         ad-activate.
4893 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
4895         * whitespace.el: Test for existence of `defcustom' and `defgroup'
4896         using fboundp instead of assuming that these are not present in
4897         particular flavors of emacs.
4898         (whitespace-version): Update to 2.8
4899         (whitespace-display-in-modeline): Add custom variable to control
4900         displaying the whitespace errors on the modeline based on
4901         suggestion from <klaus.berndl@sdm.de>
4902         (whitespace-buffer): Now returns `t' if unclean and `nil' if
4903         clean, to enable using as a hook function, as suggested by Puneet
4904         Goel <puneet@computer.org>
4905         (whitespace-buffer): Fix a subtle bug that cleaned up only if
4906         quiet was not set, even with whitespace-auto-cleanup set.
4907         (whitespace-mode-line): Now uses less modeline real estate and
4908         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
4909         which is present in the file, and <y> is any type of whitespace
4910         whose check has been suppressed by setting
4911         `whitespace-check-<whitespace-type>' to nil.
4912         (whitespace-unchecked-whitespaces): New function to return the
4913         list of whitespaces for whom checks have been suppressed.
4914         (whitespace-display-unchecked-whitespaces): Renamed to
4915         `whitespace-update-modeline' to reflect its functionality.
4917 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
4919         * progmodes/compile.el (compilation-error-regexp-alist):
4920         Undo previous change.
4922 1999-10-28  Dave Love  <fx@gnu.org>
4924         * help.el (help-follow): Make arg optional again and really
4925         default to point.
4927 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
4929         * paths.el (rmail-file-name): Make it an option.
4931         * progmodes/ada-mode.el, progmodes/ada-prj.el,
4932         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4933         comment fixes.
4935         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4936         MIPS Pro 7.3 compiler error message syntax.
4938 1999-10-27  Dave Love  <fx@gnu.org>
4940         * progmodes/compile.el: Checkdoc-inspired fixes.
4942 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
4944         * lpr.el (print-buffer): Doc-string fix.
4946 1999-10-27  Dave Love  <fx@gnu.org>
4948         * emacs-lisp/advice.el: Doc fixes.
4949         (ad-lemacs-p): Removed.
4950         (advice): Add :link to defgroup.
4952 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
4954         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4955         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4957 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4959         * window.el (walk-windows): If ALL-FRAMES is a frame,
4960         start on that frame.  Use save-selected-window.
4962 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4964         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4965         ad-activate.  All callers changed, including those in data.c.
4966         (ad-activate-internal-off): Renamed from ad-activate-off.
4967         All uses changed.
4968         (ad-activate): Renamed from ad-activate-on.  All uses changed.
4969         (ad-start-advice, ad-stop-advice, ad-recover-normality):
4970         Alter the definition of ad-activate-internal, not ad-activate.
4972 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
4974         * startup.el (command-line-1): Add support for command line
4975         arguments `file' and `execute'.  Fix handling of `visit'.
4977 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
4979         * international/mule-cmds.el (read-input-method-name): Handle the
4980         case that the arg DEFAULT is symbol.
4982         * international/mule-diag.el (mule-diag): Handle the case that
4983         default-input-method is symbol.
4985 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
4987         * textmodes/tildify.el: New file.
4989 1999-10-25  Sam Steingold  <sds@ksp.com>
4991         * Makefile (compile-files): Fixed the "tr" strings.
4992         (EMACS): Set to ../src/emacs.
4994 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
4996         * info.el (Info-build-node-completions): Add '("*") to the
4997         completion list.
4999 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5001         * frame.el (auto-raise-mode): When enabling the mode,
5002         immediately raise the selected frame.
5004         * indent.el (indent-region): Doc fix.
5006         * comint.el (comint-output-filter): Make the Comint buffer current
5007         for the comint-preoutput-filter-functions.
5009         * mail/reporter.el: Doc fix.
5011 1999-10-24  Stephen Eglen  <stephen@gnu.org>
5013         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5014         that Octave lisp files can also run under XEmacs 20.
5015         (require 'custom) added so that files can run under Emacs 19.34.
5017         * iswitchb.el (iswitchb-default-keybindings): No need to use
5018         read-kbd-macro in keybindings.
5020 1999-10-23  Dave Love  <fx@gnu.org>
5022         * elide-head.el: New file.
5024 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
5026         * Makefile (compile-files, backup-compiled-files): New targets.
5027         (bootstrap, bootstrap-clean): Ditto.
5029 1999-10-22  Paul Eggert  <eggert@twinsun.com>
5031         * international/mule-cmds.c (locale-language-names):
5032         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5033         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5034         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5035         Use Latin-8 for Welsh.
5036         Use Latin-1 for English if "en" is explicitly specified.
5037         Use Latin-1 for Scots Gaelic, Tagalog.
5038         Use Latin-1 (not Latin-4) for Greenlandic.
5039         Use Latin-1 (not Latin-2) for Albanian.
5040         (locale-preferred-coding-systems, locale-language-names):
5041         Remove generic ISO 8859 locales; locale-charset-language-names now
5042         does this.
5043         (locale-charset-language-names): New variable.
5044         (set-locale-environment): Use language name specified by
5045         locale-charset-language-names if its charsets disagree with the
5046         language name specified by locale-language-names.
5048 1999-10-22  Dave Love  <fx@gnu.org>
5050         * make-mode.el: Minor doc fixes.
5052         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5054 1999-10-21  Dave Love  <fx@gnu.org>
5056         * loadup.el: Add latin-8, latin-9.
5058 1999-10-20  Paul Eggert  <eggert@twinsun.com>
5060         * disp-table.el (standard-display-european): Remove undocumented
5061         arg AUTO; no longer used by startup.el.  Do not attempt to treat
5062         all non-English language environments as coding system names.
5063         Instead, use the downcased language environment name as a coding
5064         system name if it is one; otherwise, use latin-1.
5066 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
5068         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5069         that were split so that part of the comment appeared as Lisp code.
5071 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5073         * ps-bdf.el: Doc fix.
5075         * ps-print-def.el: New file: common definitions for all parts of
5076         ps-print.
5077         (ps-multibyte-buffer): Moved from ps-mule.
5079         * ps-mule.el: File dependence fix.
5080         (ps-multibyte-buffer): Moved to ps-print-def.
5082         * ps-print.el: Doc fix, better customization.
5083         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5084         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5085         (ps-end-file): Doc fix.
5086         (ps-setup, ps-begin-file): Fun fix.
5087         (postscript): New group.
5088         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5089         (ps-print-prologue-1): Adjust PostScript programming.
5090         (ps-print): Adjust group hierarchy.
5091         (ps-print-n-up, ps-print-zebra, ps-print-background,
5092         ps-print-printer)
5093         (ps-print-page): New subgroups.
5094         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5095         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5096         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5097         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5098         (ps-zebra-stripe-height, ps-print-background-image)
5099         (ps-print-background-text, ps-spool-config): Adjust customization.
5100         (dos-ps-printer): Definition eliminated.
5102 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5104         * ps-mule.el: Doc fix, define functions properly if mule package is
5105         loaded or not.
5106         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5107         mule package is loaded or not.
5109         * ps-print.el: Doc fix, n-up printing.
5110         (ps-print-version): New version number (5.0).
5111         (ps-page-dimensions-database): Added document media.
5112         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5113         (ps-page-order, ps-printing-region-p): New vars.
5114         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5115         funs.
5116         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5117         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5118         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5119         (ps-n-up-xstart, ps-n-up-ystart): New macros.
5120         (ps-print-begin-sheet-hook): New hook.
5121         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5122         const.
5123         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5124         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5125         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5126         (ps-count-lines): Changed to defun.
5127         (ps-header-page): Changed to defsubst, fix fun.
5128         (ps-printing-region): Doc fix, adjust programming code.
5129         (ps-output-boolean, ps-background-pages, ps-background-text)
5130         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5131         programming code.
5133 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5135         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5136         (ps-print-version): New version number (4.2).
5137         (ps-spool-config, ps-spool-tumble): New vars.
5138         (ps-print-prologue-1): Changed to defconst, adjust PostScript
5139         programming, new PostScript procedure to handle errors.
5140         (ps-print-prologue-2): Changed to defconst.
5141         (ps-print-duplex-feature): New const: duplex and tumble setting.
5142         (ps-setup, ps-begin-file): Fix funs.
5143         (ps-boolean-capitalized): New fun.
5145 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
5147         * Makefile (dontcompilefiles): Obsoleted.
5148         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5149         (EL): Unused.
5150         (temacs): Removed (unused).
5151         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5152         version of the file (necessary for the update to work properly).
5153         (autoloads): Force the use of `pwd`/loaddefs.el.
5154         (updates); Redefined in terms of other targets to reduce redundancy.
5155         (.el.elc): New default rule, just in case you want it.
5156         (compile): Use a single invocation of Emacs.
5157         (bootstrap-compile); Unneeded.
5158         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5160 1999-10-19  Dave Love  <fx@gnu.org>
5162         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5164 1999-10-19  Sam Steingold  <sds@ksp.com>
5166         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5167         comply with the comment.
5169 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
5171         * autorevert.el (auto-revert-mode): Make auto-revert-mode
5172         permanent-local.
5174 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
5176         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5177         value: \"lpr\" changed to "lpr"
5178         (ps-mode-version): New constant
5179         (ps-mode-show-version): New function, added key in ps-mode-map
5180         (ps-run-messages): Removed
5181         (ps-run-font-lock-keywords-2): New defcustom variable replacing
5182         ps-run-messages. These keywords now include the value of
5183         ps-run-prompt, making its fontification customizable.
5184         (ps-run-init): Removed \\n from docstring, it is now added when
5185         the value is used
5186         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5187         ps-run-prompt
5188         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5189         customizable variables in doc-string (its equivalent
5190         ps-run-messages was missing in previous version of the doc-string)
5191         (ps-run-mode): Simplified assignment to font-lock-defaults, using
5192         symbols only
5194 1999-10-19  Alex Schroeder  <alex@gnu.org>
5196         * ansi-color.el: Complete rewrite.
5198 1999-10-19  Paul Eggert  <eggert@twinsun.com>
5200         Fix bootstrapping problems.
5201         Use the system locale to specify Emacs locale defaults.
5203         * international/mule-cmds.el (global-map):
5204         Do not use backquote, because that makes a bootstrapping
5205         problem if you need to recompile all Lisp files using interpreted code.
5206         * international/mule.el (charset-id, charset-bytes,
5207         charset-dimension, charset-chars, charset-width,
5208         charset-direction, charset-iso-final-char,
5209         charset-iso-graphic-plane, charset-reverse-charset,
5210         charset-short-name, charset-long-name, charset-description,
5211         charset-plist): Likewise.
5212         * subr.el (save-match-data): Likewise.
5214         * international/mule-cmds.el
5215         (set-display-table-and-terminal-coding-system): New function,
5216         containing code migrated out of set-language-environment.
5217         (set-language-environment, set-locale-environment): Use it.
5218         (locale-translation-file-name): Moved here from startup.el.
5219         (locale-language-names, locale-preferred-coding-systems):
5220         New vars.
5221         (locale-name-match, set-locale-environment): New functions.
5223         * language/japan-util.el (setup-japanese-environment-internal):
5224         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5226         * startup.el (iso-8859-n-locale-regexp): Remove.
5227         (locale-translation-file-name): Move to mule-cmds.el.
5228         (command-line): Move locale-stuff into set-locale-environment.
5230 1999-10-18  Dave Love  <fx@gnu.org>
5232         * abbrev.el (add-abbrev, inverse-add-abbrev)
5233         (expand-region-abbrevs): Remove properties from buffer text.
5235 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
5237         * iswitchb.el (iswitchb-exhibit): Extract user-input only
5238         from the mini-buffer, without the prompt.
5240         * simple.el (minibuffer-prompt-end): Return the position
5241         after the prompt, not the position of that last character
5242         of the prompt.
5244 1999-10-17  Miles Bader  <miles@gnu.org>
5246         * simple.el: Doc fixes.
5248 1999-10-17  Miles Bader  <miles@gnu.org>
5250         * simple.el (previous-matching-history-element, next-history-element):
5251         Change to work correctly even if the point is in the prompt.
5252         (choose-completion-string): Likewise.
5253         (minibuffer-prompt-width): New function (compatibility with old subr).
5255         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5256         When constraining the final position to the current field,
5257         don't use the ONLY-IN-LINE mode of constrain-to-field.
5259 1999-10-17  Miles Bader  <miles@gnu.org>
5261         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5262         constrain-to-field.
5263         * textmodes/paragraphs.el (forward-sentence): Likewise.
5265 1999-10-17  Miles Bader  <miles@gnu.org>
5267         * simple.el (line-move): Use constrain-to-field to avoid
5268         moving into a prompt.
5269         (previous-complete-history-element): Clarify doc string.
5270         (next-complete-history-element): Likewise.
5271         Use field-beginning instead of point-min.
5272         (next-matching-history-element): Use field-beginning and
5273         erase-field instead of point-min and erase-buffer.
5274         * textmodes/paragraphs.el
5275         (forward-paragraph, forward-sentence): Likewise.
5276         (backward-kill-paragraph, backward-kill-sentence): Remove code to
5277         constrain the kill to an field, as the movement commands now
5278         do this.
5280 1999-10-17  Miles Bader  <miles@gnu.org>
5282         * simple.el (previous-matching-history-element): Get the
5283         minibuffer input with field-string instead of buffer-string.
5284         (choose-completion-string): Likewise.
5285         (next-history-element): Likewise.
5286         Erase the minibuffer input with erase-field, not erase-buffer.
5287         Use field-beginning to find the beginning of the input.
5288         * textmodes/paragraphs.el (backward-kill-sentence):
5289         Remove minibuffer-prompt hack.
5290         Constrain to any input field.
5292 1999-10-17  Sam Steingold  <sds@ksp.com>
5294         * bindings.el (completion-ignored-extensions): Added ".sparcf"
5295         for CMUCL on sparc and ".ufsl" for LispWorks.
5296         (bound-and-true-p): Bugfix: free variable `v'.
5298 1999-10-16  Dave Love  <d.love@dl.ac.uk>
5300         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5301         (edebug-uninstall-read-eval-functions): Use load-read-function,
5302         avoiding elisp-eval.
5304 1999-10-16  Sam Steingold  <sds@ksp.com>
5306         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5307         instead of `eql'.
5309 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
5311         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5312         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5313         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5314         * ediff-util.el (ediff-make-temp-file):
5315         * ediff-vers.el (ediff-pcl-cvs-view-revision):
5316         * emerge.el (emerge-make-temp-file):
5317         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5318         * vc.el (vc-update-change-log):
5319         * mail/mailpost.el (post-mail-send-it):
5320         * mail/metamail.el (metamail-region):
5321         * progmodes/cmacexp.el (c-macro-expansion):
5322         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5324 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
5326         * smtpmail.el (smtpmail-via-smtp): Add support for
5327         automatically appending a domain to RCPT TO: addresses.
5329 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5331         * dired.el (dired-insert-directory): Insert the amount of
5332         free space after the total size.
5333         (dired-free-space-program, dired-free-space-args): New variables.
5335 1999-10-14  Karl Heuer  <kwzh@gnu.org>
5337         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5339 1999-10-14  Dave Love  <fx@gnu.org>
5341         * international/characters.el:
5342         * international/fontset.el:
5343         * international/mule-conf.el: Add latin-iso8859-1[45].
5345         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
5346         strings.
5348         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5349         (command-line): Detect Latin-[89] locales.
5351 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5353         * international/mule-cmds.el (select-safe-coding-system)
5354         (leim-list-header): Avoid the use of strings that start with backslash
5355         newline since lread.c:read1 has a hack to turn those strings into
5356         integer 0 during the loadup.el process.
5358         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5360 1999-10-13  Dave Love  <fx@gnu.org>
5362         * image.el (insert-image): Copy the image spec and add an
5363         intangible property.
5365 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
5367         * help.el (help-xref-interned): Make it also work on variable-only
5368         and function-only symbols.
5369         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5370         (help-follow): If the point under mouse is not highlighted, try
5371         `help-xref-interned' on the pointed-to symbol anyway.
5373         * info.el (Info-on-current-buffer): New entry point.
5374         (Info-find-node): Split into two for Info-on-current-buffer to
5375         hook into it.
5376         (Info-current-file, Info-set-mode-line, Info-up):
5377         Info-current-file can now be t.
5378         (Info-clone-buffer-hook): Function for `clone-buffer'.
5379         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5380         Make `clone-buffer' available in various ways to the user.
5382 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
5384         * simple.el (shell-command, shell-command-on-region): Use
5385         make-temp-file.
5386         (clone-buffer, clone-process, clone-buffer-hook): New functions.
5388         * subr.el (with-current-buffer): Don't use backquotes to avoid
5389         bootstrapping problems.
5391         * loadup.el (load-path): Add subdirs for bootstrapping.
5392         (docstrings): Ignore errors during bootstrapping.
5393         (args): New `bootstrap' argument (for use in place of `dump').
5395 1999-10-12  Emmanuel Briot  <briot@gnat.com>
5397         * ada-stmt.el: Doc-string fixes.
5399 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
5401         * recentf.el: New file.
5403         * ps-mode.el: New file.
5405         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5406         case insensitive.
5408 1999-10-12  Richard Sharman  <rsharman@pobox.com>
5410         * sh-script.el: Added support for indenting existing scripts.
5411         (sh-mode-map): Added new bindings.
5412         (sh-mode): Updated mode doc-string for new commands, added
5413         make-local-variable calls, initialize mode-specific variables.
5414         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
5415         is now a different function.
5416         (sh-header-marker):  Changed docstring.
5417         (sh-set-shell): Initialize mode-specific variables.
5418         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5419         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5420         Changed these define-skeleton calls to work with user-specified
5421         indentation settings.
5422         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5423         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5424         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5425         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5426         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5427         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5428         (sh-guess-basic-offset, sh-handle-after-case-label)
5429         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5430         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5431         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5432         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5433         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5434         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5435         (sh-handle-this-then, sh-help-string-for-variable)
5436         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5437         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5438         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5439         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5440         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5441         (sh-remove-our-text-properties, sh-rescan-buffer)
5442         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5443         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5444         (sh-scan-case, sh-search-word, sh-set-char-syntax)
5445         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5446         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5447         functions.
5448         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5449         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5450         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5451         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5452         (sh-var-list): New variables.
5454 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
5456         * quickurl.el (quickurl-list-insert): `count-lines' was returning
5457         a value one line to high if the cursor wasn't at the start of a
5458         line. A `beginning-of-line' is now performed before making the
5459         call to `count-lines'.
5461 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
5463         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5465 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
5467         * Makefile (setwins): Abstract out the command to find subdirectories
5468         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5469         (custom-deps, finder-data, autoloads, update-subdirs, updates)
5470         (autoloads-with-other-emacs): Use it.
5472         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
5474 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
5476         * Makefile (bootstrap-compile): New target.  Compile Lisp
5477         files with ../src/temacs.
5479 1999-10-08  Dave Love  <fx@gnu.org>
5481         * ange-ftp.el: Require dired when compiling.
5482         (ange-ftp-normal-login): Allow EFS-style port specification.
5484 1999-10-08  Simon Marshall  <simon@gnu.org>
5486         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5487         (regexp-opt-group): Use it to get common suffixes in STRINGS.
5488         If STRINGS is nil, return "" rather than nil.
5490 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5492         * Makefile (compile): Compile files one by one.  Set load-path to
5493         current directory and subdirectories when compiling.
5495 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
5497         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5498         (emacs): Use it everywhere instead of EMACS.
5499         (compile): New target.  Compile all Lisp files from scratch.
5500         (recompile): New target.  Recompile lisp directory.
5501         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
5502         an Emacs executable not built in the current directory tree.
5504 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
5506         * filecache.el (file-cache-completion-ignore-case): New variable,
5507         defaulting to the value of completion-ignore-case.
5508         (file-cache-minibuffer-complete): Use it.
5509         (file-cache-files-matching, file-cache-files-matching-internal):
5510         New functions.
5512 1999-10-07  Emmanuel Briot  <briot@gnat.com>
5514         * ada-xref.el: New file
5516         * ada-prj.el: New file
5518         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5520         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5521         subprogram being created.
5523         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5524         ada-indent-newline-indent): Rewritten to support the new indentation
5525         scheme
5527         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5528         New functions
5530         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5531         justification parameter
5533         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5534         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5535         external program
5537 1999-10-07  Dave Love  <fx@gnu.org>
5539         * bindings.el (bound-and-true-p): New macro.
5540         (make-mode-line-mouse-sensitive): Don't require easymenu.
5542 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
5544         * custom.el (defface): Extend documentation for new values of
5545         `type'.
5547         * faces.el (face-spec-set-match-display): Recognize `type' of
5548         `motif', `lucid', `x-toolkit'.
5549         (menu): New face.
5551 1999-10-05  Dave Love  <fx@gnu.org>
5553         * files.el: Recognize temporary crontab files.
5555         * info.el: Require jka-compr when compiling.
5556         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5558 1999-10-04  Dave Love  <fx@gnu.org>
5560         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5561         scroll-up-aggressively, scroll-down-aggressively.
5563         * time.el (display-time-mode): Add autoload cookie.
5565         * rect.el (delete-extract-rectangle): Doc fix from verna.
5567         * help-macro.el (three-step-help): Customize.
5569 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5571         * hexl.el (hexlify-buffer): Move point in proper range
5572         if it is too large.
5573         (hexl-after-revert-hook): Update hexl-max-address.
5574         (hexl-address-to-marker): Doc fix.
5576 1999-10-03  Dave Love  <fx@gnu.org>
5578         * image.el (defimage): Remove redundant code.  Substitute file in
5579         image plist.
5581 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5583         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5584         when doing with-temp-file.
5586 1999-10-01  Dave Love  <fx@gnu.org>
5588         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5590         * help.el: Require view when compiling.
5591         (view-emacs-FAQ): Use Info version.
5593 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
5595         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5596         (normat->normal).  Use correct font names for Korean
5597         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5599 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
5601         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5602         code not used by KOI8 to the same 8-bit code instead of mapping to
5603         SPC.
5604         (cyrillic-alternativnyj-decode-table): Likewise.
5606 1999-09-29  Alex Schroeder  <alex@gnu.org>
5608         * sql.el (sql-imenu-generic-expression): Aew, used to set
5609         imenu-generic-expression.
5610         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5611         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
5612         imenu-case-fold-search, and imenu-syntax-alist.
5613         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5614         setting font-lock-defaults' SYNTAX-ALIST.
5616 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5618         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5619         macro, try again.
5621 1999-09-28  Dave Love  <fx@gnu.org>
5623         * cus-edit.el (custom-comment): Change widget definition.
5624         (custom-comment-create, custom-comment-show)
5625         (custom-comment-invisible-p): Don't use :comment-overlay.
5626         (custom-comment-hide): New function.
5627         (custom-variable-set, custom-variable-save)
5628         (custom-variable-reset-standard, custom-face-set)
5629         (custom-face-save): Use it.
5631 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5633         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5635 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5637         * faces.el (region): Doc fix.
5639 1999-09-27  Dave Love  <fx@gnu.org>
5641         * isearch.el (isearch): Add :links in defgroup.
5642         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5643         (isearch-switch-frame-handler): Comment out (unused).
5644         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5645         (isearch-ring-retreat-edit): Doc fix.
5646         (isearch-mouse-yank): New command.
5647         (isearch-last-command-char): Removed.  Callers changed to use
5648         last-command-char.
5649         (isearch-char-to-string): Removed.  Callers changed to use
5650         char-to-string.
5652 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
5654         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5655         option for Russian.
5657 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
5659         * faces.el (face-differs-from-default-p): Compare face
5660         attributes individually.
5662         * image.el (put-image, insert-image): Add string argument.
5664 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
5666         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5667         LANG=de_DE.iso88591 on HPUX 11.0.
5669         * dired.el (dired-move-to-filename-regexp): Make it work
5670         for LANG=de_DE.iso88591 on HPUX 11.0.
5672 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5674         * info.el (info-initialize): Don't test existence of ALTERNATIVE
5675         if we know for some other reason it should not be used.
5677         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5678         New variable.
5679         (edebug-recursive-edit): Save current-prefix-arg there,
5680         bind it, and set it back at the end.
5681         (edebug-outside-excursion): Restore and update the outside
5682         value of current-prefix-arg.
5683         (edebug-emacs-version-specific): Delete support for Epoch.
5685 1999-09-24  Howard Melman  <howard@silverstream.com>
5687         * imenu.el (imenu-after-jump-hook): New variable.
5688         (imenu): Run menu-after-jump-hook.
5689         (imenu-name-lookup-function): New variable.
5690         * imenu.el (imenu--in-alist): Use those variables.
5692 1999-09-24  Carsten Dominik  <cd@gnu.org>
5694         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5695         multiple thebibliography environments.
5697         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
5698         with recentering window.
5699         (reftex-extract-bib-entries-from-thebibliography,
5700         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
5701         with multiple thebibliography environments.
5703         * textmodes/reftex-vars.el
5704         (reftex-section-levels): Function allowed as cdr.
5705         (reftex-max-section-depth) New option.
5707         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
5708         with multiple thebibliography environments.
5710 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
5712         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
5713         instead of point-min in call to delete-region.
5715 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5717         * vc.el (vc-backend-checkout): Use with-temp-file when checking
5718         out into arbitrary file names.
5720 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
5722         * language/european.el ("Turkish"): New language environment.
5724 1999-09-19  Dave Love  <fx@gnu.org>
5726         * delim-col.el: New file.
5728 1999-09-17  Richard Stallman  <rms@gnu.org>
5730         * files.el (after-find-file): When visiting a backup file,
5731         make it read-only.
5733         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
5734         (apropos-keybinding-face, apropos-label-face): Likewise.
5735         (apropos-property-face, apropos-match-face): Likewise.
5736         (apropos-label-properties): New variable.
5737         (apropos-print-doc): Use apropos-label-properties.
5738         (apropos-print): Set apropos-label-properties.
5740 1999-09-15  Richard Stallman  <rms@gnu.org>
5742         * winner.el: Use aref instead of sref.
5744         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
5746 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
5748         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
5750 1999-09-14  Richard Stallman  <rms@gnu.org>
5752         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
5753         cookie, even if followed by a letter.
5755 1999-09-14  Stephen Eglen  <stephen@gnu.org>
5757         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
5758         --no-line-editing are passed to Octave by including them here
5759         rather than storing them in inferior-octave-startup-args.
5761 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
5763         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
5764         command, option, env and sc.
5766         * subr.el (shell-quote-argument): Quote argument with double
5767         quotes for ms-dos.
5769 1999-09-14  Richard Stallman  <rms@gnu.org>
5771         * simple.el (eval-expression-print-level): New variable.
5772         (eval-expression-print-length): New variable.
5773         (eval-expression-debug-on-error): New variable.
5774         (eval-expression): Bind print-level, print-length and
5775         debug-on-error from those vars.
5777         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
5778         Bind print-level, print-length and debug-on-error.
5780 1999-09-14  Inge Frick  <inge@nada.kth.se>
5782         * dired.el (dired-recursive-deletes): New custom variable.
5783         (dired-re-no-dot): New variable.
5784         (dired-delete-file): New function deletes files and directories
5785         recursively.
5786         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
5788         * dired-aux.el (dired-recursive-copies): New custom variable.
5789         (dired-handle-overwrite): Broke a long line.
5790         (dired-copy-file): Call `dired-copy-file-recursive' instead of
5791         `copy-file'.
5792         (dired-copy-file-recursive): New function.  Copy directories
5793         recursively.
5794         (dired-do-create-files): Added support for generalized directory
5795         target.  How-to function may now return a function.  New fluid
5796         variable `dired-one-file'.
5797         (dired-copy-how-to-fn): New variable.
5798         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
5799         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
5800         (dired-do-copy-regexp): No recursive copies.
5802 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
5804         * whitespace.el (whitespace-version): Update version to 2.4
5806         * whitespace.el: Add customization variables to conditionally test
5807         any of the five whitespaces, per request from Rune Kleveland
5808         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
5810         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
5812         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
5813         list of modes to be checked for bogus whitespaces.
5815         * whitespace.el (whitespace-rescan-timer-time): Update
5816         documentation.
5818         * whitespace.el (whitespace-display-unchecked-whitespaces):
5819         New function to update modeline with untested whitespaces.
5821         * whitespace.el (whitespace-buffer): Test only whitespaces whose
5822         checking is turned on, and update modeline using the newly created
5823         `whitespace-display-unchecked-whitespaces'.
5825         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
5826         whose checking is turned on, and update modeline using the newly
5827         created `whitespace-display-unchecked-whitespaces'.
5829         * whitespace.el (whitespace-describe): Update documentation.
5831         * whitespace.el (whitespace-tickle-timer): Test if
5832         `whitespace-rescan-timer-time' is non-zero before tickling timer.
5834 1999-09-13  Dave Love  <fx@gnu.org>
5836         * hideif.el (hide-ifdef-mode): Add autoload cookie.
5838         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
5839         for temp buffer.
5840         (checkdoc-this-string-valid): Don't assume default comment-start.
5842 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
5844         * rsz-mini.el: Remove code, keep the interface.
5846 1999-09-13  Dave Love  <fx@gnu.org>
5848         * help.el (help-highlight-p): Doc fix.
5850         * faces.el (mode-line, header-line, tool-bar): Add :version.
5851         (highlight, secondary-selection): Add :group.
5852         (trailing-whitespace): Add :group, :version.
5854         * wid-edit.el: Remove some compatibility code and checks.
5855         (widget-specify-field, widget-specify-button): Don't use XEmacs
5856         properties.
5857         (widget-overlay-inactive): Change error message.
5858         (widget-button-pressed-face): New variable.
5859         (widget-button-click): Use it.
5860         (widget-documentation-link-add): Specify mouse and button faces.
5861         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
5862         removed now the functionality is built in.
5864         * cus-edit.el: Don't define-widget-keywords.
5865         (multimedia): New group.
5866         (custom-last): Function removed.
5867         (custom-quote): Add vectorp case, comment out characterp case.
5868         (custom-buffer-done-function, custom-raised-buttons): New option.
5869         (Custom-buffer-done): New function.
5870         (custom-buffer-create-internal): Obey custom-raised-buttons,
5871         Custom-buffer-done.
5872         (custom-button-face): Make it `released-button'.
5873         (custom-button-pressed-face): Make it `pressed-button'
5874         (custom-mode-map): Bind "q" to Custom-buffer-done.
5875         (custom-mode): Deal with raised/pressed buttons.
5877         Changes from Didier Verna:
5878         (custom-prompt-variable): Optional third arg makes prompt for a
5879         comment string.
5880         (customize-set-value, customize-set-variable,
5881         customize-save-variable): Optional prefix makes function handle
5882         variable comments.
5883         (customize-customized, customize-saved, custom-variable-state-set)
5884         (custom-variable-set, custom-variable-save, custom-face-state-set)
5885         (custom-variable-reset-saved, custom-variable-reset-standard)
5886         (custom-face-set, custom-face-save, custom-face-reset-saved)
5887         (custom-face-reset-standard, customize-save-customized): Handle
5888         custom comments.
5889         (custom-comment-face, custom-comment-tag-face): New face.
5890         (custom-comment): New widget.
5891         (custom-comment-create, custom-comment-delete)
5892         (custom-comment-value-set, custom-comment-show)
5893         ()custom-comment-invisible-p): New functions.
5894         (custom-variable-value-create, custom-face-value-create): Create a
5895         comment field widget.
5896         (custom-variable-menu, custom-face-menu): New entry for custom
5897         comment.
5898         (custom-face-value-create): Remove compatibility code.
5899         (custom-save-variables, custom-save-faces): Possibly save custom
5900         comments.
5902         * cus-face.el (custom-face-attributes): Simplify :underline,
5903         :overline, :inverse-video cases.  Fix up :box case (probably needs
5904         more work).
5906         Change from Didier Verna:
5907         (custom-set-faces): The arguments can now have a custom comment as
5908         fourth argument.
5910         * custom.el: Don't define-widget-keywords.
5911         Change from Didier Verna:
5912         (custom-set-variables): The arguments can now have a
5913         custom comment as fifth element.
5915 1999-09-13  Richard Stallman  <rms@gnu.org>
5917         * info.el (Info-find-node): Cope better if guesspos is too large.
5919 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
5921         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5922         of buffer-substring because buffer-string doesn't copy the
5923         prompt.
5925         * faces.el (mode-line): Replaces `modeline'.
5926         (toplevel): Make `modeline' an alias for `mode-line'.
5928 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
5930         * gs.el: Change `ghostscript' to `postscript' in comment.
5932 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
5934         * emulation/tpu-edt.el (tpu-version): New version.
5935         (tpu-search-overlay, tpu-replace-overlay): New variables.
5936         (tpu-search-highlight, tpu-toggle-direction): New functions.
5937         (tpu-lm-replace): Set tpu-replace-overlay.
5938         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5939         command hook.
5941 1999-09-11  Richard Stallman  <rms@gnu.org>
5943         * isearch.el (isearch-mode-map): Undo previous change.
5945         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5946         use all of that as the sexp.
5948         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5949         and use the initial argument as file name directly.
5950         Likewise if nothing matches.
5952 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
5954         * winner.el: Major changes.  Avoid changing point and mark.
5955         Save configurations after they change, not before.
5957 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
5959         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5960         Bind print-continuous-numbering and print-number-table.
5962 1999-09-10  Dave Love  <fx@gnu.org>
5964         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5966 1999-09-09  Richard Stallman  <rms@gnu.org>
5968         * whitespace.el: Finish making it fit Emacs conventions.
5969         Add autoloads.
5971 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
5973         * generic-x.el (bat-generic-mode): "::"-style comments don't
5974         need to begin with "-".  Fix the font-lock definitions of ON/OFF
5975         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
5976         from the list of keywords.  Add DO to the list of keywords.
5978 1999-09-09  Dave Love  <fx@gnu.org>
5980         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5981         (byte-optimize-backward-word): New optimizations.
5982         (side-effect-free-fns, side-effect-and-error-free-fns): Add
5983         entries.
5985 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
5987         * image.el (put-image): Remove optional buffer parameter.
5989         * faces.el (face-italic-p): Return t only for values `italic'
5990         and `oblique'.
5992         * mouse.el (mouse-drag-mode-line-1): Extension of former
5993         mouse-drag-mode-line that also drags the header line.
5994         (mouse-drag-mode-line): Call it.
5995         (mouse-drag-header-line): New.
5996         (toplevel): Bind down-mouse-1 on header lines to
5997         mouse-drage-header-line.
5999 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
6001         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6002         (make-mode-line-mouse-sensitive): Replace `top-line' by
6003         `header-line'.
6005 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
6007         * help.el (describe-function-1): Don't return empty string for keymaps.
6009         * fill.el (fill-region-as-paragraph, canonically-space-region):
6010         Respect colon-double-space at end of line.
6012 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
6014         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6015         (backup-buffer): Use it.
6017 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
6019         * generic-x.el (generic-define-unix-modes): Added new modes:
6020         inetd-conf-generic-mode, etc-services-generic-mode,
6021         etc-passwd-generic-mode.  These are all defined for Unix by default.
6022         (apache-generic-mode): Use an imenu-generic-expression to list
6023         Configuration keywords.
6024         (samba-generic-mode): Use both ; and # as comment characters.
6025         (samba-generic-mode): Font-lock expressions now highlight name
6026         value pairs.
6027         (bat-generic-mode): Keywords are now case-insensitive through
6028         font-lock-defaults setting.
6029         (java-properties-generic-mode): Supports both ! and # as comment
6030         characters.
6031         (java-properties-generic-mode): Added an imenu-generic-expression
6032         (java-properties-generic-mode): Reworked to support the various
6033         different ways to separate name and value (viz, '=', ':' and
6034         whitespace).
6035         (show-tabs-generic-mode): Added this new generic-mode.
6037 1999-09-08  Richard Stallman  <rms@gnu.org>
6039         * progmodes/inf-lisp.el: Moved from top directory.
6041         * tar-mode.el (tar-header-block-tokenize):
6042         Use `when' instead of `and'.  Fix some clobbered text.
6044         * gud.el (gud-make-debug-menu): Make a child for the
6045         local menu, for its menu bar, and the debug menu.
6046         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6047         Use the history in the simple way.
6049 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
6051         * language/korea-util.el (default-korean-keyboard): Initialize it
6052         according to the environment variable HANGUL_KEYBOARD_TYPE.
6054 1999-09-07  Richard Stallman  <rms@gnu.org>
6056         * subr.el (make-temp-file): New function.
6058 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
6060         * font-lock.el (font-lock-multiline): New text property contains
6061         a boolean to indicate if the char is part of a multiline match.
6062         (font-lock-default-fontify-region): Extend the region appropriately
6063         for multiline keywords.
6064         (font-lock-default-unfontify-region): Also remove the new
6065         font-lock-multiline text property.
6066         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6067         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6069 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6071         * diary-lib.el (list-diary-entries): Make sure two-digit years
6072         have leading zeros.
6074 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6076         * faces.el (face-set-after-frame-default): Initialize some
6077         attributes of some faces from frame parameters.
6079         * faces.el (scroll-bar, border, cursor, mouse): New faces.
6081 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6083         * faces.el (fringe): Replaces face `margin'.
6085 1999-09-07  Dave Love  <fx@gnu.org>
6087         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6089 1999-09-07  Richard Stallman  <rms@gnu.org>
6091         * subr.el (push): Doc fix.
6093 1999-09-06  Richard Stallman  <rms@gnu.org>
6095         * vc.el (vc-annotate-display): Use < 69 not < 70
6096         to distinguish 20YY from 19YY.
6098         * timezone.el (timezone-parse-date): Use < 69 not < 70
6099         to distinguish 20YY from 19YY.
6101         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6103 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
6105         * quickurl.el: (quickurl-list-focused-line): Removed.
6106         (quickurl-list-insert): Now works out the focused line using
6107         `count-lines' instead of using `quickurl-list-focused-line'.
6109 1999-09-06  Richard Stallman  <rms@gnu.org>
6111         * mail/rmail.el (rmail-retry-failure): Unconditionally move
6112         to beginning of message.
6114 1999-09-06  Dave Love  <fx@gnu.org>
6116         * isearch.el (isearch-mode-map): Add mouse-2.
6118         * mail/rmail.el (rmail-read-password): Deleted.
6119         (rmail-get-pop-password): Use read-password.
6121         * quickurl.el: Don't conditionally define caddr.
6122         (quickurl-url-comment): Use nth, not caddr in function and
6123         defsetf.
6125 1999-09-06  Richard Stallman  <rms@gnu.org>
6127         * auto-show.el: Doc fixes.
6129 1999-09-06  Stephen Eglen  <stephen@gnu.org>
6131         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6132         --no-line-editing so that TABs in source files are not interpreted
6133         as completion requests.
6135 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
6137         * hscroll.el, auto-show.el: Remove all code, keep the public
6138         interface as no-ops.
6140         * faces.el (face-bold-p): Don't return t if face has lighter
6141         weight than normal.
6143 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
6145         * startup.el (command-line): Make small-temporary-file-directory
6146         be nil except on ms-dos.
6148         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
6150         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6151         is defined.
6153         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6154         letters with a colon after d or l.
6156 1999-09-06  Dave Love  <fx@gnu.org>
6158         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
6159         primitive.)
6161 1999-09-05  Richard Stallman  <rms@gnu.org>
6163         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6165         * textmodes/paragraphs.el (backward-kill-sentence):
6166         Don't test minibuffer-prompt-end here.
6167         (forward-sentence): Do handle it here.
6168         (backward-kill-paragraph): Don't test it here.
6169         (forward-paragraph): Handle it here.
6171         * mouse.el (font-menu-add-default): Simplify code.
6173 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6175         * faces.el (header-line): Renamed from `top-line'.
6177 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
6179         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6181 1999-09-04  Richard Stallman  <rms@gnu.org>
6183         * whitespace.el: New file.
6185 1999-09-04  Dave Love  <fx@gnu.org>
6187         * paths.el: Make some doc strings obey the make-docfile convention.
6189         * bindings.el: Likewise.
6190         (debug-ignored-errors): Remove BBDB ones.
6192 1999-09-03  Richard Stallman  <rms@gnu.org>
6194         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6195         not from the draft to forward.
6197         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6199 1999-09-03  Dave Love  <fx@gnu.org>
6201         * double.el (double-mode): Customize the variable.
6203 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
6205         * international/characters.el: Delete duplicated code.
6207 1999-09-02  Richard Stallman  <rms@gnu.org>
6209         * indent.el (indent-relative): Doc fix.
6211         * quickurl.el (quickurl): Doc fix.
6213 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6215         * faces.el (margin): Change background to "gray" for mono (this is
6216         drawn with a stipple pattern).
6218 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
6220         * simple.el (next-history-element): Use minibuffer-prompt-end once
6221         again.  Remove test for minibuffer-prompt-in-buffer.
6223 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
6225         * files.el (small-temporary-file-directory): New variable.
6227         * startup.el (command-line): Compute the value of
6228         small-temporary-file-directory.
6230         * ediff-init.el (ediff-temp-file-prefix): Use
6231         small-temporary-file-directory if non-nil.
6233         * vc.el (vc-update-change-log): Likewise.
6235         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6237         * simple.el (shell-command, shell-command-on-region): Use
6238         make-temp-name properly.  Use small-temporary-file-directory if
6239         non-nil, otherwise temporary-file-directory, to generate temporary
6240         files.
6242         * dos-w32.el (direct-print-region-helper): Use
6243         temporary-file-directory.  (From Stefan Monnier.)
6245 1999-09-02  Richard Stallman  <rms@gnu.org>
6247         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6248         from asm-comment-char.
6249         (asm-font-lock-keywords): Recognize instruction width suffixes.
6251 1999-09-01  Richard Stallman  <rms@gnu.org>
6253         * play/fortune.el: New file.
6255 1999-08-31  Dave Love  <fx@gnu.org>
6257         * help.el (help-make-xrefs): Don't lose on non-empty blank line
6258         after key table.
6260         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6261         redisplay variables.
6263         * subr.el (push): Fix typo.
6265 1999-08-30  Kevin Blake  <kblake@ticnet.com>
6267         * emacs-lisp/ring.el: Many doc fixes.
6268         (ring-size, ring-copy): New functions.
6270 1999-08-29  Richard Stallman  <rms@gnu.org>
6272         * progmodes/etags.el (tags-loop-continue):
6273         After tags-loop-operate returns, force skip to next file.
6275         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6276         (mail-extr-first-letters, mail-extr-last-letters):
6277         Use character classes [:alpha:] and [:alnum:].
6279         * subr.el (push, pop): New macros.
6281         * progmodes/compile.el (compilation-error-regexp-alist):
6282         New item for SGI IRIX MipsPro compilers.
6284         * speedbar.el (speedbar-directory-buttons): Recognize
6285         device names when checking for file names.
6287         * array.el (array-reconfigure-rows): Use generate-new-buffer.
6289         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6290         and specially handle defvar inside their expansions.
6291         (eval-defun-1): New subroutine.
6293         * progmodes/compile.el (compilation-error-regexp-alist):
6294         Fix the Perl -w entry to allow period after line number.
6295         Don't allow newlines in file name, but allow them after line number
6296         for Perl debugging traces.
6298         * which-func.el (which-func-cleanup-function): New variable.
6299         (which-function): Call that function.
6301         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6302         to end a function name.
6304         * informat.el (Info-tagify): Don't insert more than one newline
6305         before the tag table.
6307 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
6309         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6310         than make-temp-name, use match-string-no-properties, and eliminate
6311         a quadratic behavior when building bibtex-strings.
6313 1999-08-29  Alex Schroeder  <alex@gnu.org>
6315         * comint.el (comint-input-ring-separator): New variable.
6316         (comint-read-input-ring): Doc change; use
6317         comint-input-ring-separator when reading file.
6318         (comint-write-input-ring): Use
6319         comint-input-ring-separator when writing file.
6321 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
6323         * informat.el (Info-tagify): Start by widening.
6324         Match node headers that don't list the file name,
6325         and more kinds of page separations.
6326         Strip properties during tagification.
6327         Use start of node header line as tag's position.
6328         Fix the "done" message.
6330         (Info-validate): Save and restore match data around narrowing down.
6332 1999-08-28  Richard M. Stallman  <rms@gnu.org>
6334         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6335         On repeated call, override previous values put into
6336         minor-mode-map-alist and minor-mode-alist.
6338 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
6340         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6342 1999-08-27  Andreas Schwab  <schwab@gnu.org>
6344         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6345         from cvs update.
6347 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6349         * calendar/calendar.el (calendar-move-hook): New hook.
6351         * calendar/cal-move.el: Call the new hook in every movement function.
6353         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6354         the right function name.
6356 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
6358         * time-stamp.el: Put quote-backquote around all symbol names
6359         in doc strings, for mousing.
6360         (time-stamp): Support multi-line patterns.
6361         (time-stamp-inserts-lines): New variable.
6362         (time-stamp-count): New variable.
6363         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6364         "Thu" instead of "%a".
6366 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6368         * simple.el (kill-word): Undo previous change.
6370 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
6372         * jit-lock.el (jit-lock-function): Extend the fontified range
6373         to the beginning of the line containing the range start and
6374         the beginning of the line following the range end.
6376 1999-08-24  Dave Love  <fx@gnu.org>
6378         * timezone.el: Move provide to end.
6379         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
6380         <70 are 2000+.
6381         (timezone-parse-time): Simplify somewhat.
6383 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
6385         * faces.el (margin): Renamed from bitmap-area.
6387 1999-08-24  Alex Schroeder  <alex@gnu.org>
6389         * sql.el: Doc changes.
6390         (sql-sybase): Use sql-server instead of sql-database.
6392 1999-08-23  Dave Love  <fx@gnu.org>
6394         * rect.el: Add/fix various doc strings.  Add `*' to all the
6395         interactive specs.
6397 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
6399         * jit-lock.el (jit-lock-function): Use line-beginning-position.
6400         Don't unwind-protect font-lock-fontify-region.
6402         * paragraphs.el (backward-kill-paragraph): Don't move
6403         point into mini-buffer prompt.
6404         (backward-kill-sentence): Ditto.
6406         * simple.el (next-history-element): Use minibuffer-prompt-end.
6407         Remove test for minibuffer-prompt-in-buffer.
6408         (kill-word): Don't move point into mini-buffer prompt.
6410 1999-08-21  Dave Love  <fx@gnu.org>
6412         * Makefile: Exclude CVS dirs like RCS.
6414 1999-08-19  Dave Love  <fx@gnu.org>
6416         * tooltip.el (tooltip-mode): Customize this, per convention.
6417         (tooltip-active): Option deleted.
6419         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
6421         * hanoi.el, page-ext.el: Declare dynamic vars.
6423         * term.el: Avoid ange-ftp related compilation warnings.
6425 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
6427         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6428         the default so that beginners can benefit from it without
6429         searching in manuals.
6431 1999-08-18  Ray Blaak  <blaak@gnu.org>
6433         * progmodes/delphi.el: Consider assembly sections as blocks, to
6434         indent them better. Make auto-indent on newline optional.
6436 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
6438         * bindings.el (mode-line-modified): Look up key binding for C-x
6439         C-q.  If it's bound call that binding, otherwise call
6440         toggle-read-only.
6442 1999-08-17  Dave Love  <fx@gnu.org>
6444         * info.el (info): Doc fix.
6446         * finder.el (finder-known-keywords): Add `multimedia'.
6448         * apropos.el: Don't capitalize custom group name.
6450         * info-look.el: Remove compatibility code.
6451         (info-lookup-guess-default*): DTRT for point at start of symbol.
6452         (info-complete): Don't lose with point not at end of symbol.
6454 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
6456         * term.el (toplevel): Make face `term-default' an empty face.
6457         The code relied on the fact that Emacs ignored invalid faces in
6458         face text properties in 20.4.
6460 1999-08-16  Richard M. Stallman  <rms@gnu.org>
6462         * subr.el (point-at-eol, point-at-bol): New aliases.
6464         * simple.el: Functions reordered.
6466         * rect.el (delete-rectangle-line): Use line-end-position.
6468 1999-08-16  Karl Heuer  <kwzh@gnu.org>
6470         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6471         here from simple.el.
6473 1999-08-16  Dave Love  <fx@gnu.org>
6475         * mouse.el: Provide `mldrag' for compatibility.
6476         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6477         marked obsolete.
6479         * mldrag.el: Removed since the features are in mouse.el.
6481         * jka-compr.el (auto-compression-mode): New variable for
6482         customization.
6484         * bindings.el (mode-line-mule-info): Doc fix.
6486         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6487         name comparisons.
6489         * files.el (interpreter-mode-alist): Add make, guile, clisp.
6490         (find-file): Doc fix.
6492 1999-08-16  Carsten Dominik  <cd@gnu.org>
6494         * textmodes/reftex.el: Most of the code moved to other files.
6495         * textmodes/reftex-auc.el: New file, split out from reftex.el
6496         * textmodes/reftex-cite.el: New file, split out from reftex.el
6497         * textmodes/reftex-global.el: New file, split out from reftex.el
6498         * textmodes/reftex-index.el: New file, split out from reftex.el
6499         * textmodes/reftex-parse.el: New file, split out from reftex.el
6500         * textmodes/reftex-ref.el: New file, split out from reftex.el
6501         * textmodes/reftex-sel.el: New file, split out from reftex.el
6502         * textmodes/reftex-toc.el: New file, split out from reftex.el
6503         * textmodes/reftex-vars.el: New file, split out from reftex.el
6504         * textmodes/reftex-vcr.el: New file, split out from reftex.el
6506 1999-08-16  Carsten Dominik  <cd@gnu.org>
6508         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6509         conflict with pop-up-frames.
6510         (reftex-special-environment-parsers): New constant.
6511         (reftex-label-alist): car of an entry can also be a function.
6512         (reftex-what-special-env): Cew function.
6513         (reftex-label-location): Call `reftex-what-special-env'.
6514         (reftex-compile-variables): Check for symbol in
6515         `reftex-label-alist'.
6516         (reftex-what-environment): Fixed bug with stacked environments of
6517         same kind (e.g. enumerate).
6518         (reftex-process-string): Preserve default directory.
6519         (reftex-label-alist-builtin): Changed prefixes of endnote and
6520         footnote.  Also the magic words.
6521         (reftex-reference): Interprete new option
6522         `reftex-fref-is-default'.
6523         (reftex-replace-prefix-escapes): Interprete new `%S' format.
6524         (reftex-toc-mouse-view-line): Command removed (had no binding).
6525         (reftex-everything-regexp): New function.
6526         (reftex-nearest-match): Made better.
6527         (reftex-toc-find-section): Use new version of
6528         `reftex-nearest-match'.
6529         (reftex-insert-docstruct): Adapted to work with the index stuff.
6530         (reftex-parse-from-file): Find index entries as well.
6531         (reftex-toc-toggle-index): New function
6532         (reftex-toc-map): `i' is now used to togle the index, File
6533         boundaries has been moved to `F'.
6534         (reftex-select-label-map): Toggling display of file boundaries is
6535         now on the `F' key, for consistency with `reftex-toc-map'.
6536         (reftex-erase-all-selection-and-index-buffers): Renamed from
6537         `reftex-erase-all-selection-buffer'.  Now also kills the index
6538         buffers.
6539         (reftex-viewing-cross-references): Customization group renamed
6540         from reftex-viewing-cross-references-and-citations.
6541         (reftex-index-macro-regexp,
6542         reftex-find-index-entry-regexp-format): New variables
6543         (reftex-macros-with-index): New variable
6544         (reftex-add-index-macros): New function
6545         (reftex-renumber-simple-labels, reftex-translate): Allow for
6546         multiple labels in a single ref command.
6547         (reftex-index-support): New customization group
6548         (reftex-support-index, reftex-index-special-chars,
6549         reftex-index-macros, reftex-index-default-macro,
6550         reftex-index-default-tag, reftex-index-math-format,
6551         reftex-index-section-letters, reftex-index-include-context,
6552         reftex-index-follow-mode, reftex-index-header-face,
6553         reftex-index-section-face, reftex-index-tag-face,
6554         reftex-index-face): New options
6555         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6556         reftex-index-tag, reftex-index-return-marker,
6557         reftex-index-restriction-indicator, reftex-index-restriction-data,
6558         reftex-index-macro-regexp, reftex-index-level-re,
6559         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6560         reftex-everything-regexp-no-index, reftex-index-re,
6561         reftex-macros-with-index, reftex-index-macro-alist): New variables
6562         (reftex-index-help, reftex-index-macros-builtin,
6563         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6564         reftex-query-index-macro-help): New constants
6565         (reftex-index-selection-or-word, reftex-index,
6566         reftex-default-index, reftex-update-default-index,
6567         reftex-index-complete-tag, reftex-index-select-tag,
6568         reftex-index-complete-key, reftex-index-update-taglist,
6569         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6570         reftex-display-index, reftex-insert-index,
6571         reftex-index-insert-new-letter, reftex-get-restriction,
6572         reftex-index-pre-command-hook, reftex-index-post-command-hook,
6573         reftex-index-show-help, reftex-index-next, reftex-index-previous,
6574         reftex-index-toggle-follow, reftex-index-toggle-context,
6575         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6576         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6577         reftex-index-quit, reftex-index-quit-and-kill,
6578         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6579         reftex-index-revert, reftex-index-switch-index-tag,
6580         reftex-index-restrict-to-section, reftex-index-widen,
6581         reftex-index-restriction-forward,
6582         reftex-index-restriction-backward, reftex-index-visit-location,
6583         reftex-index-analyze-entry, reftex-index-globalize,
6584         reftex-index-edit, reftex-index-toggle-range-beginning,
6585         reftex-index-toggle-range-end, reftex-index-edit-key,
6586         reftex-index-edit-attribute, reftex-index-edit-visual,
6587         reftex-index-edit-part, reftex-index-level-down,
6588         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6589         reftex-index-change-entry, reftex-index-goto-letter,
6590         reftex-add-index-macros, reftex-ensure-index-support,
6591         reftex-index-info-safe, reftex-index-info): New functions.
6594 1999-08-15  Richard M. Stallman  <rms@gnu.org>
6596         * paren.el (show-paren-mode): Support making show-paren-mode
6597         a buffer-local variable.  Don't check for a window system.
6598         (show-paren-function): Check whether show-paren-function is
6599         enabled in current buffer; do the right thing if not.
6600         Don't check for a window system.
6601         (show-paren-mode): Make it a user variable.
6603         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6604         Handle `enum' like `struct'.
6606         * server.el (server-process-filter): If a client visits no buffers,
6607         close it immediately before recording it.
6609         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6610         Optimize by calling concat just once.  Handle =\n sequence.
6611         (mail-unquote-printable-region): New command.
6612         (mail-quote-printable): Make it autoload.
6614 1999-08-15  Karl Heuer  <kwzh@gnu.org>
6616         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6618 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
6620         * lisp/texinfmt.el: Handle @ifnottex.
6622 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
6624         * frame.el (blink-cursor): Don't turn on cursor blinking for
6625         ms-dos.
6627         * faces.el (face-valid-attribute-values): Look in
6628         x-bitmap-file-path only for x and w32 window systems.
6630         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6631         Do that if width is nil as well.
6632         (x-display-mm-height, x-display-mm-width): Update values.
6633         (x-colors): Compute the list from msdos-color-values.
6634         (x-select-enable-clipboard): Doc fix.
6635         (x-frob-font-weight, x-font-family-list): New functions.
6637 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
6639         * window.el (shrink-window-if-larger-than-buffer): Don't try to
6640         back up from beginning of buffer.
6642 1999-08-13  Karl Heuer  <kwzh@gnu.org>
6644         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6646 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
6648         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
6649         doomsday clock, speed control is added and changes are made to
6650         allow large numbers of rings: rings now show the whole ring
6651         number, not just the last digit; consecutive rings are allowed to
6652         be the same size when necessary to fit all the rings in the
6653         window; and poles can be oriented horizontally.  Face support is
6654         thrown in gratuitously.
6655         (hanoi): Changed default number of rings back to 3.
6656         (hanoi-unix, hanoi-unix-64): New commands
6657         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6658         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6659         hanoi-odd-ring-face): New variables.
6660         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6661         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6662         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6663         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6664         (hanoi-topos, hanoi-draw-ring): Removed.
6666 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
6668         * faces.el (face-valid-attribute-values): Return an alist for
6669         families on ttys.
6670         (face-read-integer): Handle unspecified face attributes.  Add
6671         completion for `unspecified'.
6672         (read-face-attribute): Handle unspecified font attributes.
6673         (face-valid-attribute-values): Add `unspecified' to lists so that
6674         it can be chosen via completion.
6675         (face-read-string): Don't recognize "none" as input.
6677 1999-08-10  Dave Love  <fx@gnu.org>
6679         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6680         string.
6682         * sun-curs.el: Require sun-fns.
6684 1999-08-10  Dave Love  <fx@gnu.org>
6686         * autorevert.el (auto-revert-mode): Add autoload cookie.
6688         * hscroll.el, auto-show.el: Files deleted -- we have built-in
6689         hscroll.
6691         * simple.el (hscroll-step, hscroll-point-visible)
6692         (hscroll-window-column): Remove now we have the mentioned real
6693         horizontal autoscrolling.
6695 1999-08-10  Richard M. Stallman  <rms@gnu.org>
6697         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
6698         control use of -f option.
6699         (mail-specify-envelope-from): New variable.
6700         (mail-from-style): Doc fix.
6702         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
6703         (easy-menu-get-map): New arg TO-MODIFY helps choose
6704         between local and global maps.
6705         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
6706         (easy-menu-change): Doc fix.
6708         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
6709         (info-lookup-guess-default): Simplified and cleaned up.
6710         (info-lookup-guess-default*): Preserve point.
6712         * view.el (view-mode-disable): If buffer-read-only is nil,
6713         don't change it.
6715         * files.el (after-find-file): Disable View mode if buffer is no
6716         longer read-only.
6718         * view.el (view-mode-enable, view-mode-disable):
6719         Call force-mode-line-update.
6721 1999-08-10  Karl Heuer  <kwzh@gnu.org>
6723         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
6724         * array.el, play/landmark.el, international/latin-3.el: Likewise.
6725         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
6727 1999-08-10  Alex Schroeder  <asc@bsiag.com>
6729         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
6730         to prevent m-eating-bug.
6732 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
6734         * term/pc-win.el (msdos-bg-mode): Remove.  Call
6735         frame-set-background-mode instead.  All callers changed.
6736         (msdos-face-setup): Don't force color display parameter, it is set
6737         by frame-set-background-mode.
6738         (make-msdos-frame): Call x-handle-reverse-video and
6739         face-set-after-frame-default.  Delete frame if creation failed.
6741         * faces.el (face-set-after-frame-default): Don't call
6742         make-face-x-resource-internal for the pc window-system.
6744 1999-08-10  Dave Love  <fx@melange.gnu.org>
6746         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
6747         case with no docstring specially.
6749 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
6751         * complete.el (PC-do-completion): If completing on file name,
6752         reproduce str by concatenating its directory and basename parts.
6754 1999-08-07  Dave Love  <fx@gnu.org>
6756         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
6757         unibyte to multibyte conversion of search-forward (from Handa),
6758         but avoid the replacement if the language is Latin-N.
6760 1999-08-06  Richard Stallman  <rms@gnu.org>
6762         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
6763         of eval-buffer.
6765         * international/mule.el (load-with-code-conversion):
6766         Pass t to eval-buffer for DO-ALLOW-PRINT.
6768 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
6770         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
6771         of filenames and attributes.
6772         (ls-lisp-insert-directory): Use directory-files-and-attributes
6773         for speed.
6775 1999-08-05  Dave Love  <fx@gnu.org>
6777         * auto-show.el (auto-show-mode): Fix :set.
6779         * widget.el (define-widget-keywords): Make dummy definition and
6780         comment-out its use.
6782 1999-08-04  Richard Stallman  <rms@gnu.org>
6784         * progmodes/tcl.el: Customized.
6786         * sql.el (sql-accumulate-and-indent): Instead of testing
6787         whether this is Emacs 20 before calling comint-accumulate,
6788         test whether comint-accumulate is defined.
6790 1999-08-04  Dave Love  <fx@gnu.org>
6792         * sgml-mode.el: Require outline when compiling.
6793         (sgml-mode-hook, html-mode-hook): Customize.
6794         (sgml-validate-command): Fix :version.
6795         (html-autoview-mode): Doc fix.
6797         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
6798         nothing in Latin-N environment.
6800         * info.el (Info-find-node): Call info-initialize here.
6801         (info): Not here.
6802         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
6804 1999-08-04  Richard Stallman  <rms@gnu.org>
6806         * ansi-color.el: New file.
6808 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
6810         * dired.el (dired-string-replace-match): Return `nil' when no match
6811         found with global search.
6813         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
6814         * terminal.el (te-terminfo-directory):
6815         * mail/mailpost.el (post-mail-send-it):
6816         * mail/metamail.el (metamail-region):
6817         * progmodes/ada-mode.el (ada-tmp-directory):
6818         Use temporary-file-directory.
6820         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
6821         (compilation-filter, compilation-forget-errors)
6822         (compilation-parse-errors): Use a marker instead of an integer for
6823         `compilation-parsing-end'.
6825         * progmodes/diff.el (diff-parse-differences):
6826         Use a marker instead of an integer for `compilation-parsing-end'.
6827         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6828         Use a marker instead of an integer for `compilation-parsing-end'.
6830 1999-08-03  Richard Stallman  <rms@gnu.org>
6832         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
6833         (Buffer-menu-mode): Doc fix.
6834         (Buffer-menu-view): New command.
6835         (Buffer-menu-view-other-window): New command.
6837 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
6839         * replace.el (query-replace-regexp-eval)
6840         (replace-eval-replacement, replace-loop-through-replacements)
6841         (replace-match-string-symbols): New functions.
6842         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
6843         Use replace-loop-through-replacements.
6845 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
6847         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
6848         (5x5): Doc fix.
6850 1999-08-03  Dave Love  <fx@gnu.org>
6852         * fortran.el (fortran-indent-new-line): Make it an alias
6853         for reindent-then-newline-and-indent.
6855 1999-08-03  Didier Verna  <verna@inf.enst.fr>
6857         * rect.el: All functions rewritten, except when noted above
6858         their declaration.  Below is a list of interface changes.
6859         (apply-on-rectangle): New function, mostly replaces
6860         `operate-on-rectangle'.  All callers changed.
6861         (move-to-column-force): Pass new second argument to `move-to-column'.
6862         (kill-rectangle): Added optional prefix arg to fill lines.
6863         (delete-rectangle): Ditto.
6864         (delete-whitespace-rectangle): Ditto.
6865         (delete-extract-rectangle): Ditto.
6866         (open-rectangle): Ditto.
6867         (clear-rectangle): Ditto.
6868         (delete-whitespace-rectangle-line): New function.
6869         (delete-rectangle-line): Added third arg FILL.
6870         (delete-extract-rectangle-line): Ditto.
6871         (open-rectangle-line): Ditto.
6872         (clear-rectangle-line): Ditto.
6874 1999-08-03  Ray Blaak  <blaak@gnu.org>
6876         * progmodes/delphi.el: New file.
6878 1999-08-02  Richard Stallman  <rms@gnu.org>
6880         * textmodes/outline.el (outline-previous-heading): New function.
6881         (outline-up-heading-all): Use outline-previous-heading.
6882         (outline-next-heading): Delete definition inserted yesterday.
6884 1999-08-01  Richard Stallman  <rms@gnu.org>
6886         * textmodes/outline.el (outline-next-heading): New function.
6887         (outline-up-heading-all): New function.
6888         (outline-font-lock-level): Using outline-up-heading-all.
6889         Tell outline-back-to-heading to accept invisible headings.
6891         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
6893         * mail/mh-utils.el (mh-find-path-run): New variable.
6894         (mh-find-path): Test and set that.
6895         Set mail-user-agent only the first time this function is run.
6896         (mail-user-agent): Defvar deleted.
6898         * info.el (info-initialize): New function.
6899         (info): Call info-initialize.
6900         (Info-directory-list): Initialize to nil,
6901         so info-initialize will set it up for real.
6903 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6905         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
6906         does not interpret a time as the year in a day-month entry.
6908         * calendar/diary-lib.el: Change syntax table entry for colon in
6909         the diary as part of the european-date-diary-pattern fix.
6911 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
6913         * international/mule.el (set-auto-coding): Allow whitespace before
6914         and after the "variable: value" pair.
6916 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
6918         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6919         (default-sendmail-coding-system): Doc-string fixed.
6921 1999-07-30  Dave Love  <fx@gnu.org>
6923         * subr.el (assoc-delete-all): New function, renamed from
6924         frame-delete-all.
6926         * frame.el: Change comments to doc strings and other doc fixes.
6927         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6928         Callers changed.
6929         (set-background-color, set-foreground-color, set-cursor-color)
6930         (set-mouse-color, set-border-color): Offer completion of colours.
6931         (cursor): Add :version to defgroup.
6933         * facemenu.el (list-colors-display): Make it work on ttys.
6934         (facemenu-read-color): Likewise.
6936 1999-07-30  Richard M. Stallman  <rms@gnu.org>
6938         * frame.el (frame-notice-user-settings): If background
6939         color has been changed, update background-mode from it,
6940         then update faces.
6942 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
6944         * net-utils.el (finger): Don't do indirect fingering.
6946 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6948         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6949         rules.  Add separator at end of holidays.
6950         (cal-tex-rules): New customizable variable.
6951         (cal-tex-latexify-list): Add optional parameter to put separator
6952         at end.
6954 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
6956         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6957         fill prefix on each line while looping to the end of paragraph.
6958         End paragraph if it's longer than the existing fill prefix.
6960         * textmodes/fill.el (fill-context-prefix): Doc fix.
6962 1999-07-30  Dave Love  <fx@gnu.org>
6964         * font-lock.el (jit-lock): Fix :load, add :version.
6966 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
6968         * term/pc-win.el (msdos-face-setup): Register standard colors in
6969         Vface_tty_color_alist.
6970         (face-color-supported-p, face_color_gray_p): New functions.
6972         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6973         is bound.
6975         * startup.el (command-line): Don't register default colors for
6976         MSDOS window-system.
6978 1999-07-29  Dave Love  <fx@gnu.org>
6980         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6981         charquote.
6983         * lisp-mode.el (eval-defun): Re-written to avoid
6984         capturing variables.
6986         * picture.el (picture-beginning-of-line): Don't call
6987         hscroll-point-visible now we have real autoscrolling.
6988         (picture-end-of-line, picture-newline, picture-open-line):
6989         Likewise.
6991         * international/latin-8.el: New file.
6992         * international/latin-9.el: New file.
6994 1999-07-28  Dave Love  <fx@gnu.org>
6996         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6998         * msb.el: Require cl only when compiling.
6999         (msb--home-dir): Deleted.
7000         (msb--format-title): Use abbreviate-file-name.
7001         (msb--choose-file-menu): Simplify string comparison.
7003 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
7005         * faces.el (toolbar): Add face definition for mono displays.
7007 1999-07-27  Richard M. Stallman  <rms@gnu.org>
7009         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7011         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7012         force copying of default-frame-alist.
7014 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
7016         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7018 1999-07-26  Richard M. Stallman  <rms@gnu.org>
7020         * frame.el (set-mouse-color): If new color is nil,
7021         really respecify the current color.
7023 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
7025         * faces.el (bitmap-area): Change background of face `bitmap-area'
7026         to white for mono displays.
7028 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
7030         * international/ccl.el (ccl-embed-symbol): New function.
7031         (ccl-program-p): Deleted.  Now it's implemented in C code.
7032         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7033         (ccl-compile-translate-character): Likewise.
7034         (ccl-compile-map-single): Likewise.
7035         (ccl-compile-multiple-map-function): Likewise.
7036         (declare-ccl-program): Doc-string modified.
7037         (check-ccl-program): Check compiled CCL code by ccl-program-p.
7039 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
7041         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7043 1999-07-25  Markus Rost  <rost@gnu.org>
7045         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
7046         the entries to make custom-file more readable.
7048 1999-07-25  Richard M. Stallman  <rms@gnu.org>
7050         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7052         * emacs-lisp/edebug.el: Delete compatibility code.
7053         (edebug-next-token-class): If . is followed by a digit,
7054         return `symbol' for the token class.
7056         * startup.el (command-line): If we don't find the user's init file,
7057         set user-init-file to nil.
7059 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7061         * info-look.el (info-lookup-interactive-arguments): Add optional
7062         argument query for new choice of help mode.
7063         (info-lookup-symbol):  Use it.
7064         (info-lookup-file): Ditto.
7065         (info-lookup): Don't switch to other window, if already in Info
7066         buffer.
7068 1999-07-23  Dave Love  <fx@gnu.org>
7070         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7071         syntax.
7072         (fortran-fontify-string, fortran-match-!-comment): Deleted.
7073         (fortran-font-lock-syntactic-keywords): New variable.
7074         (fortran-mode): Use it.
7075         (fortran-font-lock-keywords-1): Don't do comments.
7076         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7077         match data.
7079         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7081         * msb.el (msb-menu-bar-update-buffers): Renamed from
7082         menu-bar-update-buffers.
7083         (msb-custom-set, msb--toggle-menu-type): Call
7084         msb-menu-bar-update-buffers.
7085         (msb-mode): Revise the hook setting.
7087         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7089 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
7091         * font-lock.el, help.el, simple.el: Re-integrate previously
7092         described changes that were lost due to errors while checking them
7093         in.
7095 1999-07-23  Kevin Blake  <kblake@ticnet.com>
7097         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7099 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
7101         * international/encoded-kb.el
7102         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7103         but push it to unread-command-events.
7104         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7105         (encoded-kbd-self-insert-sjis): Likewise.
7106         (encoded-kbd-self-insert-big5): Likewise.
7108         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7109         before left margin and fill-prefix by fill-find-break-point.
7111 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7113         * info-look.el (info-lookup-setup-mode): Don't give up, if
7114         info-lookup-make-completions returns an error.
7115         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7116         name latex, not latex2e.
7118 1999-07-21  Richard M. Stallman  <rms@gnu.org>
7120         * replace.el (perform-replace): Turn off case-fold-search
7121         if FROM-STRING argument has uppercase in it.
7123 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7125         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7126         mode is on.  Don't use end of changed text.
7128 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7130         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7131         (cl-hash-table-p): Renamed from hash-table-p.
7132         (cl-hash-table-count): Renamed from hash-table-count.
7133         (maphash): Alias to cl-maphash removed.
7134         (gethash): Likewise.
7135         (puthash): Likewise.
7136         (remhash): Likewise.
7137         (clrhash): Likewise.
7139 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7141         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7142         third arg non-nil.  See comment there why this isn't a good idea.
7144 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7146         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7148         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7149         sit-for with 3rd arg non-nil to prevent redisplay.
7151 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7153         * image.el (image-type-from-file-header): If file doesn't
7154         have a directory part, add data-directory.
7156 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7158         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7159         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7160         motion handling when tooltip-gud-tips-p is nil.
7162 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7164         * tooltip.el (tooltip-mode): Don't use `plusp'.
7165         (tooltip-active): Use initial value of nil.
7167         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7169 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7171         * bindings.el (make-mode-line-mouse-sensitive): Add key
7172         definitions for `top-line'.
7174 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7176         * faces.el (top-line): New face.
7178 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7180         * image.el (image-type-regexps): Add regexp for PS files.
7182 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7184         * faces.el (set-face-attribute): Fix wrong handling of frame
7185         begin equal to t.
7187 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7189         * image.el (image-type-regexps): Add PNG format.
7191 1999-07-21  Dave Love  <fx@gnu.org>
7193         * bindings.el (mode-line-modified): New variable.
7194         (mode-line-mode-menu-1): Switch to appropriate window before
7195         showing menu.
7197 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7199         * faces.el (face-underline): Removed.
7200         (face-underline-color): Ditto.
7202 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7204         * faces.el (face-x-resources): Fix typo.
7206 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7208         * faces.el: Remove handling of `:relief', extend handling of
7209         `:box'.
7210         (frame-set-background-mode): Choose new defface specs after
7211         frame parameters have changed.
7213         * cus-face.el: Ditto.
7215 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7217         * custom.el (defface): Extend documentation to include new
7218         face attributes.
7220         * cus-face.el (custom-face-attributes): Add overline,
7221         strike-through, box.
7223         * faces.el (face-valid-attribute-values): Handle overline,
7224         strike-through, box.
7225         (face-attribute-name-alist): Add pairs for new face attributes.
7226         (describe-face): Handle new face attributes.
7228 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7230         * faces.el (face-x-resources): Add overline, strike-through, box.
7232 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7234         * enriched.el (enriched-translations): Add `display' and
7235         "x-display".
7236         (enriched-handle-display-prop): New.
7237         (enriched-decode-display-prop): New.
7239         * format.el (top-level): Give `display' property
7240         `format-list-atomic-p.
7241         (format-annotate-single-property-change): Test that property.
7242         If present, treat list property values like atoms.
7244 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7246         * cus-face.el (custom-face-attributes): Use `choice' everywhere
7247         so that "*" can be entered.
7249 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7251         * cus-face.el (custom-face-attributes): Don't use `#''.
7253 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7255         * cus-face.el (custom-face-attributes): Return underline
7256         face attribute directly from the second lambda of underline.
7258 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7260         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7262         * frame.el (after-setting-font-hooks): New variable.
7263         (set-frame-font): Run those hooks.
7265         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7267         * faces.el (set-face-attribute): Fix doc string.
7269 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7271         * cus-face.el (custom-face-attributes): Accept color name.
7273         * faces.el (face-underline-p): Accept unspecified underlining.
7274         (face-underline): Ditto.  Fix doc string.
7276 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7278         * faces.el (face-underline-color): New function.
7280 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
7282         * cus-face.el (custom-face-attributes): Support underline coloring.
7283         Added slot to choose a color.
7285         * faces.el (face-underline): New function.
7286         (face-underline-p): Support underline coloring.
7287         Return nil only if the underline attribute is 'normal.
7288         (set-face-underline): New function.
7289         (face-valid-attribute-values): Support underline coloring.
7291 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7293         * image.el (insert-image): Use `display' instead of `glyph'
7294         as text property name.
7295         (put-image): Ditto.
7296         (image-type-from-file-header): Use insert-file-contents-literally.
7298 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7300         * easymenu.el (easy-menu-do-add-item): Don't use the empty
7301         string to indicate separators.
7303 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7305         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7306         instead of message-log.
7308 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7310         * faces.el (bitmap-area): New face.
7312 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7314         * image.el (insert-image): New.
7316 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7318         * frame.el (blink-cursor): Set the symbol's value.
7319         (show-trailing-whitespace): Change group to font-lock.
7321 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7323         * jit-lock.el: New.
7324         * font-lock.el: Add jit-mode as new support mode.
7326         * font-lock.el (font-lock-fontify-keywords-region): Stop when
7327         reaching end instead of letting re-search-forward signal an error.
7328         (demand-lock-mode): New.
7329         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7330         (font-lock-turn-off-thing-lock): Ditto.
7331         (font-lock-after-fontify-buffer): Ditto.
7332         (font-lock-after-unfontify-buffer): Ditto.
7334 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7336         * gs.el: New file.
7338         * startup.el (command-line-1): Activate tooltip mode if
7339         interactive.
7341 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7343         * faces.el (toolbar): Grey default background.
7344         (modeline): Ditto.
7346         * image.el (image-type-regexps): New.
7347         (image-type-from-file-header): New.
7348         (create-image): Call it.
7350 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7352         * image.el: New file.
7354 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7356         * bindings.el (mode-line-format): Replace `mode-name' with
7357         `(:eval mode-line-mode-name)'.
7358         (mode-line-mode-name): New.
7359         (make-mode-line-mouse-sensitive): Don't change default value
7360         of `mode-name'.
7362 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7364         * tooltip.el: New file.
7366 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7368         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7369         instead of mouse-3 to pop up menus.
7370         (mode-line-kill-buffer): Removed.
7371         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7372         buffer name.
7373         (mode-line-buffer-menu-1): Removed.
7375         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7377         * bindings.el (mode-line-buffer-identification-keymap): New.
7378         (mode-line-buffer-menu-keymap): New.
7379         (mode-line-mode-menu-keymap): New.
7380         (mode-line-unbury-buffer): New.
7381         (mode-line-other-buffer): New.
7382         (mode-line-kill-buffer): New.
7383         (mode-line-buffer-menu-1): New.
7384         (mode-line-mode-menu-1): New.
7385         (make-mode-line-mouse-sensitive): New.
7387 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7389         * help.el (describe-key-briefly): Handle mode line strings
7390         with local-map properties.
7391         (describe-key): Ditto.
7392         (mode-line-key-binding): New.
7394 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7396         * scroll-bar.el (scroll-bar-timer): New.
7397         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7399 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7401         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7402         and `bottom'.
7404 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7406         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7407         (global): Use different key bindings if using tookit scroll bars.
7409 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7411         * faces.el (modeline): Define mode line face with relief for
7412         class color, only.
7413         (toolbar): New face.
7415 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7417         * frame.el (frame-initialize): Set frame-creation-function to
7418         tty-create-frame-with-faces.
7420         * faces.el (frame-set-background-mode): Make it work for
7421         window-system nil.
7423         * faces.el (tty-create-frame-with-faces): New.
7424         (face-set-after-frame-default): Make it work for TTY frames.
7426 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7428         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7429         Return a list of one font family for TTYs.  Don't return bitmap
7430         file paths for TTY frames.
7432         * faces.el: Add face specs for tty displays to basic faces.
7434         * font-lock.el (font-lock-comment-face): Add spec for color tty.
7435         (font-lock-string-face): Ditto.
7436         (font-lock-keyword-face): Ditto.
7437         (font-lock-builtin-face): Ditto.
7438         (font-lock-function-name-face): Ditto.
7439         (font-lock-variable-name-face): Ditto.
7440         (font-lock-type-face): Ditto.
7441         (font-lock-constant-face): Ditto.
7442         (font-lock-warning-face): Ditto.
7444 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7446         * startup.el (command-line): Register default tty colors.
7448         * faces.el (face-spec-set-match-display): Recognize `type tty'.
7450 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7452         * faces.el (modeline): For X frames, use a modeline with relief.
7454 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7456         * faces.el (frame-update-faces): Copied from 20.2.
7457         (frame-update-face-colors): Ditto.  Code removed that isn't
7458         applicable in the new face implementation.
7460 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7462         * frame.el (show-trailing-whitespace): New.
7464         * faces.el (trailing-whitespace): New basic face.
7466 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7468         * cus-face.el (custom-facep): Always define as alias for facep.
7470         * cus-face.el (custom-face-attributes): Use choice widgets.
7471         Remove :bold and :italic.
7473 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7475         * faces.el (face-charset-registries): Removed since fontset.el
7476         is no always loaded.
7478 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7480         * faces.el (internal-get-face): Added as obsolete function for
7481         compatibility.
7483 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7485         * frame.el (blink-cursor-end): Call show-cursor.
7486         (blink-cursor-mode): Ditto.
7488 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7490         * faces.el (face-spec-reset-face): Reset all attributes to
7491         `unspecified'.
7492         (face-spec-set): Use it.
7494 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7496         * faces.el (read-all-face-attributes): Bug fix.
7497         (face-read-integer): Allow nil default value.
7498         (face-valid-attribute-values): Use symbol names of attribute
7499         values for completion list.
7501 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7503         * faces.el (internal-find-face): Define for compatibility with
7504         20.2.
7505         (face-id): Likewise.
7507         * faces.el (face-id): Return the ID of a realized face for ASCII.
7509         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
7510         (x-complement-fontset-spec): Use face-charset-registries.
7512         * faces.el (face-font-selection-order): Set font selection order
7513         from Lisp.
7514         (face-alternative-font-family-alist): Set alternative font
7515         families from Lisp.
7517 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7519         * faces.el (set-face-charset-registries): Set symbol value.
7521 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7523         * faces.el (face-set-after-frame-default): Call function
7524         internal-merge-in-global-face.
7526 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7528         * faces.el (face-list): Return symbols from face-global-alist.
7530         * faces.el (face-list): Return a copy of the face name list so
7531         that it cannot be modified from outside (facemenu.el uses
7532         nreverse, for example).
7534         * cus-face.el (custom-face-attributes): Add :bold and :italic
7535         for compatibility with old code.
7537         * faces.el (set-face-attributes-from-resources): Additional
7538         frame parameter.
7539         (make-face-x-resource-internal): Set attributes from resources
7540         for a given frame or all frames.
7542 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7544         * faces.el (all-faces): Removed.
7546         * custom.el (defface): Add new face attributes to function
7547         comment.
7549         * font-lock.el (font-lock-comment-face): Use new face attribute
7550         names.
7551         (font-lock-string-face): Ditto.
7552         (font-lock-keyword-face): Ditto.
7553         (font-lock-builtin-face): Ditto.
7554         (font-lock-function-name-face): Ditto.
7555         (font-lock-variable-name-face): Ditto.
7556         (font-lock-type-face): Ditto.
7557         (font-lock-reference-face): Ditto.
7558         (font-lock-warning-face): Ditto.
7559         ((boundp 'font-lock-face-attributes)): Ditto.
7561         * cus-face.el (custom-face-attributes): Use new face attributes.
7563         * faces.el (set-face-attribute-from-resource): Initialize
7564         from resources only for X and W32.
7566         * cus-face.el (custom-declare-face): Don't make frame-local
7567         faces.
7569         * faces.el (describe-face): Use princ instead of insert.
7571         * faces.el: Add XLFD manipulation functions from 20.2 again
7572         because fontset.el uses them.
7573         (face-set-after-frame-default): Add empty definition.
7575 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7577         * faces.el (make-face): Correct typo.
7578         (set-face-attribute-from-resource): Use let*.
7579         (face-underline-p): Correct typo.
7580         (face-inverse-video-p): Ditto.
7581         (set-face-stipple): Ditto.
7582         (face-read-string): Make completion-list optional parameter.
7584 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7586         * faces.el (face-charset-registries): Alist mapping charset
7587         symbols to registries and encoding.
7589 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7591         * frame.el (blink-cursor-mode): Use interactive spec "P".
7593 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7595         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7596         mode.  The cursor of selected_window blinks if the mode is enabled.
7598 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7600         * simple.el (next-history-element): Set point to the end of the
7601         prompt if minibuffer-prompt-in-buffer.
7603 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
7605         * faces.el (x-font-regexp): Add sub-expression parentheses for
7606         several font name components.
7608 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7610         * faces.el (set-face-relief): Use index 12 for relief.
7611         (face-fill-in): Set relief from data.
7612         (internal-make-face): Init relief to zero.
7614         * faces.el (face-spec-set): Call modify-face with additional
7615         parameters for relief and fixed-p.
7617 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7619         * cus-face.el: ':fixed and ':relief added.
7621         * faces.el (describe-face): Add fixed font attribute and relief.
7622         (face-attr-match-p): Ditto.
7623         (face-attr-construct): Ditto.
7624         (face-spec-set): Ditto.
7626 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7628         * faces.el (internal-make-face): Function to create a Lisp vector
7629         suitable for representing a face.
7630         (make-face): Use it instead of make-vector.
7631         (x-create-frame-with-faces): Use it instead of vector.
7632         (internal-facep): Increase vector size to 14.
7633         (internal-make-face): Ditto.
7634         (face-relief): Access relief thickness.
7635         (face-fixed-p): Access fixed font attribute.
7636         (set-face-fixed-p): Set fixed font attribute.
7637         (set-face-relief): Set relief attribute.
7638         (internal-face-interactive-int): Read int attribute of face.
7639         (modify-face): Add fixed-p and relief parameters.
7640         (copy-face): Handle fixed-p and relief.
7641         (face-equal): Compare fixed-p and relief.
7642         (face-differs-from-default-p): Ditto.
7643         (face-nontrivial-p): Add fixed-p and relief.
7645 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7647         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7648         (internal-facep): Increase vector size.
7649         (make-face): Ditto.
7650         (face-shadow-thickness): Added.
7651         (set-face-shadow-thickness): Added.
7652         (modify-face): Add optional shadow-thickness parameter.
7653         (make-face-x-resource-internal): Add shadows.
7654         (copy-face): Ditto.
7655         (face-equal): Ditto.
7656         (face-differs-from-default-p): Ditto.
7657         (face-nontrivial-p): Ditto.
7658         (face-attr-match-p): Ditto.
7659         (face-attr-construct): Ditto.
7660         (face-spec-set): Ditto.
7661         (face-fill-in): Ditto.
7663 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7665         * bench.el (bench-mark-split-window): New bench mark.
7667 1999-07-21  Gerd Moellmann  <gerd@acm.org>
7669         * faces.el (set-face-font): Don't pass default font to
7670         x-resolve-font so that font will not have to be of the same
7671         size.
7673 1999-07-20  Dave Love  <fx@gnu.org>
7675         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7676         unconditionally t.
7678 1999-07-20  Karl Heuer  <kwzh@gnu.org>
7680         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7682 1999-07-20  Dave Love  <fx@gnu.org>
7684         * help.el (describe-variable): Fix test for customizability.
7686         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7687         Check for readonly buffer in interactive spec.
7688         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7689         (backward-kill-word): Add * to interactive spec.
7691         * underline.el (underline-region, ununderline-region): Add * to
7692         interactive spec.
7694         * fill.el (canonically-space-region, justify-current-line): Add *
7695         to interactive spec.
7696         (fill-region-as-paragraph, fill-paragraph, fill-region)
7697         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
7698         readonly buffer in interactive spec.
7700         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7701         (backward-kill-sentence, kill-sentence): Add * to interactive
7702         spec.
7704 1999-07-19  Richard M. Stallman  <rms@gnu.org>
7706         * dired-aux.el (dired-do-shell-command): Doc fix.
7708         * shell.el (shell-unquote-argument): New function.
7709         (shell-directory-tracker): Use shell-unquote-argument.
7710         * comint.el (comint-arguments): Handle \ followed by space or tab.
7712 1999-07-19  John Wiegley  <jwiegley@borland.com>
7714         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
7715         color codes 39 and 49, which by the way lynx uses them seem to
7716         mean "foreground reset" and "background reset".
7718 1999-07-19  Karl Heuer  <kwzh@gnu.org>
7720         * font-lock.el (c++-keywords): Add "typeid".
7722         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
7723         selects no font, treat that as zero selections, not one.
7725 1999-07-19  Dave Love  <fx@gnu.org>
7727         * info.el (Info-search): Don't lose with empty regexp.
7729         * version.el: Cater for (free) `ident' program, not `which'.
7731         * hl-line.el: New file.
7733         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
7734         for modes which don't define menus.
7736 1999-07-16  Richard M. Stallman  <rms@gnu.org>
7738         * webjump.el (webjump-sample-sites): Update some URLs.
7740 1999-07-14  Richard Stallman  <rms@gnu.org>
7742         * Version 20.4 released.
7744 1999-07-14  Andreas Schwab  <schwab@gnu.org>
7746         * compare-w.el (compare-windows): Try to find the next window in
7747         the current frame before looking at the other frames.
7749 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
7751         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
7752         Use cyrillic-jcuken as default input method.
7754 1999-07-12  Richard Stallman  <rms@gnu.org>
7756         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
7757         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
7759         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
7760         (ispell-local-dictionary-alist): Add koi8-r for character set.
7762         * textmodes/flyspell.el (flyspell-get-word):
7763         Add special handling for when ispell-otherchars is empty.
7765 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
7767         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
7768         when having nested functons.
7769         (pascal-indent-nested-functions) (pascal-indent-line)
7770         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
7771         indenting nested functions.
7773 1999-07-09  Richard Stallman  <rms@gnu.org>
7775         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
7777 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
7779         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
7780         the `end' keyword was in the very beginning of the buffer.
7782 1999-07-08  Richard Stallman  <rms@gnu.org>
7784         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
7786         * term.el (term-emulate-terminal): Avoid infinite loop
7787         in strange case where minibuffer window is selected but not active.
7789 1999-07-07  Stephen Eglen  <stephen@gnu.org>
7791         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7792         Change regexp so that it doesn't match commands beginning with `cd'.
7794 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
7796         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
7798 1999-07-06  Richard Stallman  <rms@gnu.org>
7800         * hscroll.el (hscroll-minibuffer-hook): New function.
7801         (hscroll-global-mode): Add and remove that hook.
7802         Set hscroll-old-truncate-was-global's default value.
7804 1999-07-05  Richard Stallman  <rms@gnu.org>
7806         * files.el (revert-buffer): Don't preserve point here.
7807         (revert-buffer-insert-file-contents-function): Doc fix.
7809         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
7811         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
7812         doing a `stat' when it isn't necessary because that can cause
7813         trouble when an NFS server is down.
7815 1999-07-04  Richard Stallman  <rms@gnu.org>
7817         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
7819 1999-07-03  Richard Stallman  <rms@gnu.org>
7821         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
7822         for \200...\240 also.
7823         (isearch-printing-char): Use unibyte-char-to-multibyte.
7825 1999-07-02  Richard Stallman  <rms@gnu.org>
7827         * frame.el (minibuffer-frame-alist): Use defcustom.
7828         (pop-up-frame-alist): Likewise.
7829         (initial-frame-alist): Specify * in the doc string.
7831         * hscroll.el (hscroll-mode): Make it a permanent local.
7832         (hscroll-mode): Don't cancel the timer
7833         if HScroll mode is enabled in some other buffer.
7835         * isearch.el (isearch-done): If search ends in middle of intangible
7836         text (due to text property), move on to the limit of that text.
7838 1999-07-01  Andrew Innes  <andrewi@gnu.org>
7840         * man.el (Man-build-man-command): Use value of null-device,
7841         instead of hard-coding "/dev/null".
7843         * dos-w32.el (untranslated-canonical-name): Avoid expanding
7844         ange-ftp file names, which might force ange-ftp to prompt for a
7845         password.
7847         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
7848         to prevent references to temp files.
7850 1999-06-30  Richard Stallman  <rms@gnu.org>
7852         * progmodes/sh-script.el (sh-feature): If nothing is known
7853         about the given shell, use the values for `sh'.
7855 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7857         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
7858         to make it non-recursive.
7860         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
7862 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7864         * auto-show.el (auto-show-mode): Fix Typo in :set.
7866 1999-06-29  Richard M. Stallman  <rms@gnu.org>
7868         * progmodes/sh-script.el (sh-mode): When setting syntax
7869         table, default to the standard one.
7871 1999-06-27  Richard M. Stallman  <rms@gnu.org>
7873         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
7875 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
7877         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
7878         a frame when `return' is requested (even if pop-up-frames = t)
7879         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
7880         should only be set for the bibtex buffer.
7882         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
7884         * progmodes/compile.el: Deal with compilation-error-screen-columns
7885         being buffer-local.
7887 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
7889         * comint.el (comint-password-prompt-regexp): Allow "(again)".
7891 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7893         * cal-x.el (calendar-only-one-frame-setup): New function.
7894         * calendar.el (calendar): Call it if requested.
7896 1999-06-24  Karl Heuer  <kwzh@gnu.org>
7898         * startup.el (iso-8859-n-locale-regexp): Doc fix.
7900 1999-06-22  Richard M. Stallman  <rms@gnu.org>
7902         * mail/supercite.el (sc-emacs-features): Doc fix.
7904 1999-06-22  Karl Heuer  <kwzh@gnu.org>
7906         * files.el (auto-mode-alist): Add pike-mode.
7908 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
7910         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7911         last byte of a numeric field is a space or a NUL.  Parse it as
7912         potentially part of the number.  This is used by GNU tar
7913         1.12.64012 to handle larger values.
7915 1999-06-20  Karl Heuer  <kwzh@gnu.org>
7917         * custom.el (custom-handle-keyword): Fix error message.
7919 1999-06-18  Andrew Innes  <andrewi@gnu.org>
7921         * mail/smtpmail.el (smtpmail-send-it): Use
7922         convert-standard-filename to make file names for queued mail safe
7923         on Windows (`:' is invalid in file names on Windows).
7925 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
7927         * international/mule-cmds.el (describe-current-input-method):
7928         Current-input-method is string.
7929         (toggle-input-method): Docstring fixed.
7931         * international/mule-diag.el
7932         (describe-current-coding-system-briefly): Fix format string.
7934         * international/mule-util.el (coding-system-eol-type-mnemonic):
7935         Docstring modified.  Return a string.
7937 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
7939         * sql.el (sql-input-ring-file-name): Doc fix.
7941 1999-06-17  Richard M. Stallman  <rms@gnu.org>
7943         * calendar/cal-x.el (special-display-buffer-names):
7944         Don't put (get-file-buffer diary-file) on this list.
7946 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
7948         * play/mpuz.el (mpuz-try-proposal): Fix message call.
7949         Don't penalize player for certain impossible guesses.
7951 1999-06-16  Andrew Innes  <andrewi@gnu.org>
7953         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7954         return the string "Unk  0  0000" so at least it appears to be a
7955         valid timestamp to `dired-move-to-filename-regexp'.
7957 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
7959         * ps-print.el (ps-control-character): Fix previous change.
7961 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7963         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7964         multiple output of the last message.
7966 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
7968         * term/internal.el (IT-display-table-setup): Do not remap \222 to
7969         the ASCII apostrophe, as most DOS codepages have some other glyph
7970         there.
7972 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
7974         * language/ethio-util.el (setup-ethiopic-environment-internal):
7975         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7976         (exit-ethiopic-environment): Likewize.
7978 1999-06-12  Richard M. Stallman  <rms@gnu.org>
7980         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7982 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7984         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7985         custom-initialize-default to avoid infinite loop.
7986         (crisp-mode): (defun) Call transient-mark-mode here, not when
7987         loading the file.  Run crisp-mode-hook here, and run
7988         crisp-load-hook when loading the file.
7990         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7991         rmail-summary buffer, search for pattern in rmail-file.
7993         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7995         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7997         * ps-print.el (ps-printer-name): Fix custom type.
7999 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
8001         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8002         (vhdl-port-paste-generic-map): Fix indentation bug.
8003         (vhdl-port-paste-port-map): Fix indentation bug.
8004         (vhdl-scan-file-contents): Make scanning case insensitive.
8006 1999-06-11  Richard M. Stallman  <rms@gnu.org>
8008         * files.el (write-file): When buffer is not already visiting a file,
8009         don't put buffer name in the minibuffer, just make it the default.
8010         Also handle just directory as arg usefully in that case.
8012         * simple.el (sendmail-user-agent-compose):
8013         Ignore case when inserting the rest of the "other" headers.
8015         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
8017         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8018         (info-lookup-interactive-arguments): Never insert the default
8019         into the minibuffer automatically.
8021         * emacs-lisp/cl-extra.el (getf): Don't call get*.
8023 1999-06-09  Richard M. Stallman  <rms@gnu.org>
8025         * simple.el (shell-command): Avoid printing "mark set" message.
8027 1999-06-09  Dave Love  <fx@gnu.org>
8029         * progmodes/compile.el (compilation-error-regexp-alist): Allow
8030         digits in program name in first pattern.
8032 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8034         * vc.el (vc-dired-mode): Don't match anything before the date in
8035         dired-move-to-filename-regexp.
8037 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
8039         * international/quail.el (quail-define-rules): Fix typo in
8040         docstring.
8042 1999-06-05  Stephen Eglen  <stephen@gnu.org>
8044         * iswitchb.el (iswitchb-default-keybindings): Add
8045         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8046         than when package is loaded.
8048 1999-06-04  Richard M. Stallman  <rms@gnu.org>
8050         * startup.el (command-line): Don't set user-init-file directly;
8051         tell `load' to set it.
8053         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8055         * simple.el (next-history-element):
8056         Handle minibuffer-text-before-history properly when reading sexps.
8058         * disp-table.el (standard-display-european):
8059         For an interactive call by the user,
8060         don't set enable-multibyte-characters,
8061         and don't set the terminal coding system.
8063         * textmodes/refbib.el: Don't print any messages or display
8064         a buffer when loading the library.
8065         (r2b-help): Doc fix.
8066         (r2b-help-message): Update the documentation.
8067         (r2b-load-quietly): Variable deleted.
8068         (r2b-convert-buffer): Doc fix.
8070 1999-06-04  Dave Love  <fx@gnu.org>
8072         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8074         * auto-show.el: Don't change hooks on loading.
8075         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
8076         (auto-show-mode): Add to hooks here.
8078 1999-06-04  Richard Sharman  <rsharman@pobox.com>
8080         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8081         recursion on bogus input.
8083 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
8085         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8086         does not select a buffer from the buffers menu, then the attached
8087         frame is not switched to anything.
8089 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
8091         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8092         (viet-viscii-...->viet-vscii...).
8094         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8096 1999-06-01  Dave Love  <fx@gnu.org>
8098         * progmodes/fortran.el: Add :link to defgroup.
8099         (fortran-blink-matching-if): Match ELSE statements too.
8100         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8101         that filling is always done.
8103 1999-05-31  Richard M. Stallman  <rms@gnu.org>
8105         * simple.el (append-next-kill): Use an arg to distinguish
8106         interactive calls from Lisp calls, rather than (interactive-p).
8108         * international/iso-transl.el (iso-transl-language-alist):
8109         Interchange n and N.
8111 1999-05-31  Dave Love  <fx@gnu.org>
8113         * msb.el Add to minor-mode-map-alist.  Remove hook installation
8114         and keymap munging on load.
8115         (msb-mode): New option.
8116         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8117         Doc fix.
8118         (msb-mode-map): New variable.
8119         (msb-mode): New command.
8121 1999-05-31  Dave Love  <fx@gnu.org>
8123         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8124         (ispell-complete-word-dict): Likewise.
8126 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
8128         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8129         force the data buffer to be saved, even if the data didn't
8130         change, in case the write filter was modified.  Restore the
8131         current record after read-file-filter finishes.
8133 1999-05-29  Karl Heuer  <kwzh@gnu.org>
8135         * ispell4.el: Obsolete; file deleted.
8137         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8139         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8140         VALUE is a syntax table.
8142         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8144         * simple.el (zap-to-char): Doc fix.
8146 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
8148         * isearch.el (isearch-quote-char): Don't assume character codes
8149         0200 - 0237 stand for characters in some single-byte character
8150         charset.
8152 1999-05-27  Dave Love  <fx@gnu.org>
8154         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8156 1999-05-27  Andreas Schwab  <schwab@gnu.org>
8158         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8159         headerline does not exist already.
8161 1999-05-26  Richard Stallman  <rms@gnu.org>
8163         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8164         Avoid nested null-loops.
8166 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
8168         * international/characters.el: Typo fixed; prefered->preferred.
8170         * international/mule-cmds.el (find-coding-systems-for-charsets):
8171         Typo fixed; prefered->preferred.
8173         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8174         method in read-event.
8176         * international/mule.el (charset-info): Doc-string fixed.
8178 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
8180         * mail/smtpmail.el (smtpmail-send-it): Bind
8181         smtpmail-code-conv-from properly.
8182         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8183         by smtpmail-code-conv-from.
8185 1999-05-24  Richard Stallman  <rms@gnu.org>
8187         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8188         Binding deleted also.
8190 1999-05-24  Karl Heuer  <kwzh@gnu.org>
8192         * comint.el (comint-bol-or-process-mark): Doc fix.
8194 1999-05-23  Dave Love  <fx@gnu.org>
8196         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8197         Enter it on minor-mode-map-alist.
8198         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
8199         Autoload.  Add custom setter.
8200         (crisp-mark-line): Doc fix.
8201         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
8202         (crisp-mode-hook): Define.
8204 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
8206         * files.el (recover-file): Recover buffer-file-coding-system.
8208 1999-05-22  Richard Stallman  <rms@gnu.org>
8210         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8211         regexp match the date, to avoid treating date as file size.
8212         Add YYYY S option to WESTERN/
8214         * bookmark.el: Delete some XEmacs compatibility code.
8215         (bookmark-jump-noselect): Check vc-backend.
8217         * subr.el (add-to-list): Doc fix.
8219 1999-05-21  Stephen Eglen  <stephen@gnu.org>
8221         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8223 1999-05-18  Richard Stallman  <rms@gnu.org>
8225         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8226         non-space after the @anchor command.
8227         (texinfo-format-var): Handle other nested constructs, using
8228         texinfo-parse-expanded-arg and texinfo-discard-command, not
8229         texinfo-parse-arg-discard.
8231         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8232         (debug): Bind and use debugger-outer-inhibit-redisplay.
8233         Bind inhibit-redisplay to nil.
8234         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8236 1999-05-17  Dave Love  <fx@gnu.org>
8238         * help.el (describe-function-1): Extra arg, interactive-p.
8239         (describe-key, describe-function): Use it.
8241 1999-05-17  Karl Heuer  <kwzh@gnu.org>
8243         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8245 1999-05-16  Dave Love  <fx@gnu.org>
8247         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
8248         scroll-preserve-screen-position, scroll-conservatively.
8250 1999-05-16  Dave Love  <fx@gnu.org>
8252         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8254 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
8256         * progmodes/vhdl-mode.el: Completely revised and massively extended.
8258 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8260         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8261         magic number and is not associated with a file.
8263 1999-05-14  Richard M. Stallman  <rms@gnu.org>
8265         * files.el (find-file-noselect-1): Fix previous change.
8267 1999-05-14  Simon Marshall  <simon@gnu.org>
8269         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8271 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
8273         * international/mule-diag.el (mule-diag): Change MULE to Mule in
8274         docstring.
8276         * international/mule-cmds.el: Change MULE to Mule in docstrings
8277         and menus.
8279 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
8281         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8282         to correctly reflect the value of BaseLineOffset in
8283         RelativeCompose.  Now the value of RelativeCompose is an array of
8284         low and high positions.
8285         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8286         RLC for the above change.
8288 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
8290         * comint.el (comint-password-prompt-regexp): Modified to match the
8291         output of ksu and ssh-add.
8293 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
8295         * language/korea-util.el (isearch-toggle-korean-input-method):
8296         Adjusted for the change of input method handling in isearch.el.
8297         (isearch-hangul-switch-symbol-ksc): Likewise.
8298         (isearch-hangul-switch-hanja): Likewise.
8300 1999-05-10  Dave Love  <fx@gnu.org>
8302         * help.el (help-make-xrefs): Fix typo.
8304 1999-05-10  Andreas Schwab  <schwab@gnu.org>
8306         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8307         unibyte-display-via-language-environment.
8309         * help.el (help-make-xrefs): Handle more cases when looking for
8310         commands in a keymap description.
8312 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
8314         * loadup.el: For ms-dos systems, load ccl and codepage.
8316 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
8318         * ps-print.el (ps-control-character): Call
8319         ps-mule-prepare-ascii-font to setup ASCII fonts.
8321         * ps-mule.el (ps-mule-begin-job): Redo this change "if
8322         ps-multibyte-buffer is nil, use
8323         ps-mule-font-info-database-default."
8325 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
8327         * ispell.el (ispell-local-dictionary-alist): New variable for
8328         customizing local dictionaries not accessable by everyone.
8329         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8330         (ispell-required-version): Changed format `(major minor
8331         revision)' to support general pattern matching.
8332         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8333         skip region commented out due to incorrect skip potential in std latex.
8334         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
8335         cursor point on small words for calls from `ispell-minor-mode'.
8336         (check-ispell-version): Tests and accepts versions major.minor
8337         and above, with adjustments for interactions in 3.1.0-3.1.11.
8338         (ispell-get-line): No longer skips ispell process special characters.
8339         (ispell-comments-and-strings): Removed `when' macro call.
8340         (ispell-minor-check): Requires ispell-word to restore cursor point.
8341         (ispell-buffer-local-parsing): Supports checking comments only.
8343 1999-05-08  Karl Heuer  <kwzh@gnu.org>
8345         * comint.el (comint-password-prompt-regexp): Fix last change to be
8346         more specific.
8348 1999-05-07  Richard M. Stallman  <rms@gnu.org>
8350         * subr.el (with-temp-message): Fix the other call to message
8351         to use %s.
8353 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
8355         * gud.el (gud-format-command): "%F" means file sans extension.
8356         (jdb): Use %F, not %f, for gud-break.
8358 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
8360         * comint.el (comint-password-prompt-regexp): Modified so that it
8361         matches the output of kinit.
8363 1999-05-06  Greg Stark  <gsstark@mit.edu>
8365         * timezone.el (timezone-parse-date): Recognize new format used in
8366         internet cookies.
8368 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
8370         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8372 1999-05-04  Andrew Innes  <andrewi@gnu.org>
8374         * time.el (display-time-update): Allow for wrap-around when
8375         checking against display-time-server-down-time.
8377 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
8379         * international/mule-diag.el (describe-coding-system): Fix English
8380         message.
8382 1999-05-03  Jason Rumney <jasonr@altavista.net>
8384         * term/w32-win.el: Change the x-charset-registry property for the
8385         Japanese charsets that are supported by Japanese Windows fonts.
8387 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8389         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8390         diary-block diary entries for which the reminders and the diary
8391         entries can overlap.
8393 1999-05-02  Jason Rumney <jasonr@altavista.net>
8395         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8396         matches the font selected in the dialog.
8398 1999-05-02  Dave Love  <fx@gnu.org>
8400         * browse-url.el (browse-url-browser-function): Add :version.
8402         * international/mule.el (auto-coding-alist): Add .tgz.
8404 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
8406         * international/codepage.el (cp-coding-system-for-codepage-1):
8407         Make the magnification parameter for the -dos encoder be 2.
8409 1999-05-2  Andrew Innes  <andrewi@gnu.org>
8411         * term/w32-win.el (w32-drag-n-drop): Select file in window where
8412         it is dropped, rather than current window.
8414         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8415         after switching buffer, as case-fold-search is a buffer local
8416         variable.
8418         * w32-fns.el (convert-standard-filename): Only convert directory
8419         separators to backslash if the interactive shell is one of the
8420         standard Windows shells that has DOS semantics.
8422         * ls-lisp.el (ls-lisp-format-time): Trap errors from
8423         format-time-string, and return a suitable string to indicate the
8424         timestamp was invalid.
8426         * hexl.el (hexlify-command): Apply shell-quote-argument after
8427         expanding hexl-program in case exec-directory contains a space.
8428         (dehexlify-command): Ditto.
8430         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8431         file extension regexps which aren't necessarily binary files.
8432         (direct-print-region-helper): Use subst-char-in-string instead of
8433         binding directory-sep-char to convert filenames to DOS syntax.
8434         (direct-print-region-use-command-dot-com): New variable.
8435         (direct-print-region-helper): Use it to control whether to invoked
8436         command.com to print on Windows 9x.
8438         * browse-url.el (browse-url-browser-function): Default to
8439         browse-url-default-windows-browser on windows-nt.
8440         (browse-url-default-windows-browser): New function.
8442 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8444         * forms.el (forms-mode): Don't call forms-first-record or
8445         forms-last-record if the data file has zero records.
8447 1999-04-29  Richard M. Stallman  <rms@gnu.org>
8449         * files.el (find-file-noselect-1): If buffer-file-name has changed
8450         after find-file-not-found-hooks runs, recompute the truename.
8451         And don't use FILENAME after that point.
8453 1999-04-27  Dave Love  <fx@gnu.org>
8455         * paren.el (show-paren-mode)
8456         * which-func.el (which-func-mode-global)
8457         * type-break.el (type-break-mode)
8458         * time.el (display-time-mode)
8459         * rsz-mini.el (resize-minibuffer-mode)
8460         * mouse-sel.el (mouse-sel-mode)
8461         * icomplete.el (icomplete-mode)
8462         * hscroll.el (hscroll-global-mode)
8463         * help.el (temp-buffer-resize-mode)
8464         * font-lock.el (global-font-lock-mode)
8465         * delsel.el (delete-selection-mode)
8466         * avoid.el (mouse-avoidance-mode)
8467         * autoinsert.el (auto-insert-mode)
8468         * winner.el (winner-mode): Doc fix.
8470 1999-04-26  Karl Heuer  <kwzh@gnu.org>
8472         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8473         the same whitespace that was ignored in choosing the subject string.
8475 1999-04-26  Richard M. Stallman  <rms@gnu.org>
8477         * info.el (Info-find-node): Position properly after finding anchor.
8479         * cus-start.el (all): Handle unibyte-display-via-language-environment.
8481         * simple.el (indent-new-comment-line): Fix previous change.
8483         * complete.el: Delete the wildcard expansion feature
8484         since that is now standard in find-file.
8485         (PC-try-load-many-files): Function deleted.
8486         (PC-after-load-many-files): Function deleted.
8487         (PC-many-files-list): Variable deleted.
8488         (PC-disable-wildcards): Variable deleted.
8489         (partial-completion-mode): Don't enable the wildcard feature.
8491         * complete.el (PC-look-for-include-file): Don't set global variables
8492         `error', `buf' and `filename' here.
8494         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8496 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
8498         * textmodes/outline.el (outline-regexp): Doc fix.
8500 1999-04-26  John Wiegley  <johnw@borland.com>
8502         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8503         C++Builder 4.0 error message syntax.
8505 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
8507         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8508         supported, use find -exec.
8510 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8512         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8513         coding-system-for-write, to avoid hanging when non-interactive.
8515 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
8517         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8518         start with a newline.
8520 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
8522         * international/mule-conf.el (x-ctext): New coding system.
8524 1999-04-12  Richard M. Stallman  <rms@gnu.org>
8526         * international/mule-cmds.el (input-method-function):
8527         Add permanent-local property.
8529 1999-04-12  Dave Love  <fx@gnu.org>
8531         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8532         change to use jka-compr-byte-compiler-base-file-name.
8534         * supercite.el (sc-scan-info-alist): Revert last change.
8535         (sc-attrib-selection-list): Fix :type here instead.
8537 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
8539         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8540         in the list of case-insensitive filesystems.
8542 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
8544         * international/fontset.el (create-fontset-from-fontset-spec):
8545         Don't register duplicated alias fontset names.
8547 1999-04-08  Richard Stallman  <rms@gnu.org>
8549         * international/mule.el (auto-coding-alist-lookup): New function.
8550         (set-auto-coding): Use auto-coding-alist-lookup.
8552         * jka-compr.el (jka-compr-insert-file-contents):
8553         Use auto-coding-alist-lookup to check for files that
8554         should not have eol conversion, in the unibyte case.
8556 1999-04-07  Dave Love  <fx@gnu.org>
8558         * help.el (describe-variable): Check custom-loads property as well
8559         as custom-type.
8561         * abbrev.el (abbrev-mode): Customizing sets the default value.
8563 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
8565         * vc.el (vc-backend-revert): For CVS files that were made
8566         writeable with "cvs edit", call "cvs unedit" to undo that.
8568 1999-04-08  Dave Love  <fx@gnu.org>
8570         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8571         more.
8572         (sc-emacs-features): Recognize Emacs 20.
8573         (sc-read-string): Use history arg.
8574         (sc-scan-info-alist): Check for rtnvalue a cons.
8576 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
8578         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8579         coding system to encode the message by
8580         select-message-coding-system.
8582 1999-04-07  Richard Stallman  <rms@gnu.org>
8584         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8586         * winner.el: Reorder definitions.
8588         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8590         * mail/rmail.el (rmail-decode-babyl-format):
8591         Undo previous change.
8593 1999-04-06  Richard Stallman  <rms@gnu.org>
8595         * info.el (Info-find-node): Check for an anchor at the
8596         proper place, before reading an indirect file.
8598         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8600         * jka-compr.el (jka-compr-insert-file-contents):
8601         Use raw-text-unix when we want no conversion.
8603 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8605         * timezone.el (timezone-parse-date): Corrected regexp for
8606         style (5) date format so that tenths of seconds are optional.
8608 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
8610         * term/internal.el (dos-cpNNN-setup): New function, with the guts
8611         of dos-codepage-setup.
8612         (cjk-codepages-alist): New variable, an alist of Far-Eastern
8613         codepages for which there's no need to set up cpNNN coding
8614         systems.
8615         (dos-codepage-setup): Support Far-Eastern DOS terminals.
8617 1999-04-05  Richard Stallman  <rms@gnu.org>
8619         * mail/rmail.el (rmail-ignored-headers): Doc fix.
8621 1999-04-02  Richard Stallman  <rms@gnu.org>
8623         * progmodes/compile.el (compilation-handle-exit): Do right thing
8624         if (car status) doesn't end in a newline.
8626 1999-04-01  Dave Love  <fx@gnu.org>
8628         * progmodes/sql.el (SQL): Add defgroup :version.
8630 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
8632         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8633         buffer-file-coding-system.  If the coding system used is raw-text,
8634         etc., make the *Compiler Input* buffer unibyte.
8636         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8638         * loadup.el: Don't write the fns-...el file if not dumping.
8640 1999-03-31  Dave Love  <fx@gnu.org>
8642         * snmp-mode.el (snmp): Fix defgroup :version.
8644         * hilit-chg.el (highlight-changes): Add defgroup :version.
8646 1999-03-31  Andreas Schwab  <schwab@gnu.org>
8648         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8649         the gnus-save-hidden-threads macro.
8651 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
8653         * faces.el (face-set-after-frame-default): Obey the
8654         `customized-face' for new faces.
8656 1999-03-30  Dave Love  <fx@gnu.org>
8658         * international/mule-cmds.el (current-language-environment): Doc fix.
8659         * abbrev.el (abbrev-mode): Doc fix.
8660         * autoinsert.el (auto-insert-mode): Doc fix.
8661         * complete.el (partial-completion-mode): Doc fix.
8662         * avoid.el (mouse-avoidance-mode): Doc fix.
8663         * delsel.el (delete-selection-mode): Doc fix.
8664         * font-lock.el (global-font-lock-mode): Doc fix.
8665         * help.el (temp-buffer-resize-mode): Doc fix.
8666         * hscroll.el (hscroll-global-mode): Doc fix.
8667         * icomplete.el (icomplete-mode): Doc fix.
8668         * mouse-sel.el (mouse-sel-mode): Doc fix.
8669         * paren.el (show-paren-mode): Doc fix.
8670         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8671         * time.el (display-time-mode): Doc fix.
8672         * type-break.el (type-break-mode): Doc fix.
8673         * which-func.el (which-func-mode-global): Doc fix.
8674         * winner.el (winner-mode): Doc fix.
8676 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
8678         * wid-edit.el (widget-before-change): Signal text-read-only rather
8679         than an ordinary error.
8681 1999-03-30  Richard M. Stallman  <rms@gnu.org>
8683         * repeat.el: Don't require advice.
8684         (repeat): Do function-indirection in check for kbd macro.
8685         In self-insert case, use the *last* char in INSERTION.
8687 1999-03-30  Karl Heuer  <kwzh@gnu.org>
8689         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8691 1999-03-29  Andreas Schwab  <schwab@gnu.org>
8693         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8694         comint-input-filter-functions.  Make variables related to shell
8695         directory tracking local.
8697 1999-03-26  Andreas Schwab  <schwab@gnu.org>
8699         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
8701         * simple.el (shell-command-on-region): Cope with exit-status being
8702         nil, which happens if call-process-region was interrupted.
8704 1999-03-26  Richard M. Stallman  <rms@gnu.org>
8706         * simple.el (indent-new-comment-line): Handle use at a point
8707         after a comment-end.  Handle multiple comments.
8709         * mail/rmail.el (rmail-decode-babyl-format):
8710         To prevent locking, bind buffer-file-name to nil.
8712 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
8714         * mail-hist.el (mail-hist-current-header-name): Don't make
8715         off-by-one-error when determining if in message body.
8717 1999-03-25  Andrew Innes  <andrewi@gnu.org>
8719         * w32-fns.el (set-default-process-coding-system): Copied from
8720         dos-w32.el, but modified to use Unix line endings for process
8721         input, and to add a suitable entry to process-coding-system-alist
8722         for DOS shells.
8724         * dos-fns.el (set-default-process-coding-system): Copied from
8725         dos-w32.el.
8727         * dos-w32.el (set-default-process-coding-system): Move function to
8728         dos-fns.el; a different version is used in w32-fns.el.
8730 1999-03-24  Dave Love  <fx@gnu.org>
8732         * info.el (Info-directory-list): Revert change to re-writing
8733         Info-default-directory-list, but put `alternative' first.
8734         (Info-insert-dir): Modify selecting the top dir file as a consequence.
8736 1999-03-23  Simon Marshall  <simon@gnu.org>
8738         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
8739         on the line by itself.
8740         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
8741         it is not in a declarative context.
8743 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8745         * cus-edit.el (custom-variable-prompt): Allow customization of
8746         autoloaded symbols.
8748 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
8750         * simple.el (what-cursor-position): Don't cause error when point
8751         is at invalid multibyte sequence.
8753 1999-03-21  Karl Heuer  <kwzh@gnu.org>
8755         * complete.el (partial-completion-mode): Doc fix.
8757 1999-03-19  Richard M. Stallman  <rms@gnu.org>
8759         * progmodes/cplus-md.el (old-c++): Remove :group.
8761         * progmodes/c-mode.el (old-c): Remove :group.
8763 1999-03-18  Simon Marshall  <simon@gnu.org>
8765         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
8766         (java-font-lock-keywords-2): Added "strictfp" keyword.
8768 1999-03-17  Jason Rumney <jasonr@altavista.net>
8770         * w32-fns.el (set-w32-system-coding-system) New function.
8771         (w32-system-coding-system) Initialize to 'iso-latin-1.
8773 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
8775         * international/mule-cmds.el (set-language-environment): Fix
8776         previous change: don't use dos-codepage when unbound.
8778 1999-03-17  Karl Heuer  <kwzh@gnu.org>
8780         * calendar/appt.el (appt-make-list): Fix previous change.
8782 1999-03-16  Richard M. Stallman  <rms@gnu.org>
8784         * window.el (shrink-window-if-larger-than-buffer):
8785         Don't try to redisplay with the cursor at the end
8786         on its own line--that would force a scroll and spoil things.
8788 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
8790         * international/mule-cmds.el (set-language-environment): Don't use
8791         cpNNN-nonascii-translation-table if it is unbound.
8793         * term/internal.el (dos-codepage-setup): Compute the unibyte
8794         syntax table and bind unibyte-display-via-language-environment
8795         here, rather than at top level, so that resetting to unibyte in
8796         .emacs works as expected.
8798 1999-03-15  Simon Marshall  <simon@gnu.org>
8800         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
8802 1999-03-14  Milan Zamazal <pdm@pvt.net>
8804         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
8806 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
8808         * international/mule-util.el (detect-coding-with-priority):
8809         Restore the internal database.
8811 1999-03-14  Stephen Eglen  <stephen@gnu.org>
8813         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
8814         if mail-from-style has invalid value.
8816 1999-03-12  Karl Heuer  <kwzh@gnu.org>
8818         * vc.el (vc-delete-logbuf-window): New var.
8819         (vc-finish-logentry): Use it.
8821 1999-03-12  Richard M. Stallman  <rms@gnu.org>
8823         * startup.el (command-line-1): Improve startup msg.
8825 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
8827         * speedbar.el: Added commentary about stealthy functions.
8828         (speedbar-message) new function.
8829         (speedbar-y-or-n-p): New function
8830         (speedbar-with-attached-buffer) Moved macro before reference.
8831         Now uses `save-selected-window'.
8832         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
8833         speedbar-generic-item-info, speedbar-item-info-file-helper,
8834         speedbar-item-delete, speedbar-insert-generic-list,
8835         speedbar-timer-fn, speedbar-check-vc-this-line,
8836         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
8837         speedbar-buffers-item-info) Use speedbar-message.
8838         (speedbar-item-info) Limit `message-log-max'.
8839         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
8840         speedbar-item-delete, speedbar-item-object-delete,
8841         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
8843 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
8845         * server.el (server-start): Set coding system for the server
8846         process to raw-text.
8847         (server-process-filter): Decode file names if necessary.
8849 1999-03-12  Dave Love  <fx@gnu.org>
8851         * textmodes/fill.el (sentence-end-double-space): Doc fix.
8853         * textmodes/paragraphs.el (sentence-end): Doc fix.
8855 1999-03-11  Karl Heuer  <kwzh@gnu.org>
8857         * comint.el (comint-password-prompt-regexp): Accept "login password:"
8859 1999-03-09  Karl Heuer  <kwzh@gnu.org>
8861         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
8862         (ispell-dictionary-alist-2): Likewise.
8863         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
8864         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
8865         (ispell-dictionary-alist): Build from six pieces, not just two.
8867         * ps-bdf.el (bdf-directory-list): Doc fix.
8869         * enriched.el (enriched-mode): Make var permanent-local.
8871 1999-03-09  Dave Love  <fx@gnu.org>
8873         * textmodes/sgml-mode.el (html-mode): Use
8874         sentence-end-double-space when setting sentence-end.
8876 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
8878         * language/thai.el (tis-620): New alias coding system for thai-tis620.
8880 1999-03-08  Felix Lee  <flee@cygnus.com>
8882         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
8884         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
8886 1999-03-08  Karl Heuer  <kwzh@gnu.org>
8888         * dired-aux.el (dired-do-copy-regexp): Doc fix.
8889         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8891         * dired.el (dired-do-copy-regexp): Doc fix.
8892         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8894 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
8896         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
8898 1999-03-08  Jason Rumney <jasonr@altavista.net>
8900         * international/codepage.el (cp1250-decode-table)
8901         (cp1251-decode-table, cp1253-decode-table)
8902         (cp1257-decode-table): New translation tables for MS Windows codepages.
8903         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
8905 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
8907         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
8909 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
8911         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8913         * term/internal.el (top level): Display character 255 as 8bit as well.
8915 1999-03-06  Dave Love  <fx@gnu.org>
8917         * progmodes/cc-cmds.el (c-outline-level): Bind
8918         buffer-invisibility-spec.
8920         * progmodes/c-mode.el (c-outline-level): Likewise.
8922         * progmodes/ada-mode.el (ada-outline-level): Likewise.
8924 1999-03-05  Felix Lee  <flee@cygnus.com>
8926         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8928 1999-03-05  Richard M. Stallman  <rms@gnu.org>
8930         * bindings.el (complete-symbol): Invert meaning of prefix arg.
8932 1999-03-05  Andrew Innes  <andrewi@gnu.org>
8934         * w32-fns.el (convert-standard-filename): Convert directory
8935         separators to Windows format.
8937 1999-03-05  Andreas Schwab  <schwab@gnu.org>
8939         * international/skkdic-cnv.el: Provide skkdic-cnv.
8940         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8941         (batch-skkdic-convert): Doc fix.
8943 1999-03-04  Dave Love  <fx@gnu.org>
8945         * custom.el (custom-set-variables): Protect against setter errors.
8947 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
8949         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8950         the file sizes from overflowing.
8951         (ls-lisp-format): If file size is a float, use %8.0f to print it.
8952         Under -s, print the size in blocks with %4.0f, in case they have
8953         a *really* huge file.
8955 1999-03-03  Dave Love  <fx@gnu.org>
8957         * options.el (edit-options): Doc fix.
8958         (list-options): Don't lose with unbound symbols.  Maintain
8959         Edit-options-mode.
8961 1999-03-01  Dave Love  <fx@gnu.org>
8963         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8965 1999-02-28  Richard M. Stallman  <rms@gnu.org>
8967         * ispell.el (ispell-dictionary-alist-override): New variable.
8968         (ispell-dictionary-alist): Don't setq it,
8969         if ispell-dictionary-alist-override is set.
8971         * simple.el (shell-command-default-error-buffer): Renamed from
8972         shell-command-on-region-default-error-buffer.
8973         (shell-command-on-region): Mention in echo area when there
8974         is some error output.  Mention success or failure, too.
8975         Accumulate multiple error outputs
8976         going forward, with formfeed in between.  Display the error buffer
8977         when we have put something in it.
8978         (shell-command): Add the ERROR-BUFFER argument feature.
8980 1999-02-28  Karl Heuer  <kwzh@gnu.org>
8982         * mail/mh-utils.el (mh-lib): Doc fix.
8983         (mh-lib-progs, mh-nmh-p): New vars.
8984         (mh-find-progs): Set mh-lib-progs along with other vars.
8985         (mh-path-search): New arg FUNC-P; if specified, use that instead
8986         of mh-file-command-p.
8987         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8989         * mail/mh-comp.el (mh-repl-formfile): New var.
8990         (mh-smail-batch): Don't ignore all arguments.
8991         (mh-reply): Do the right thing when using nmh.
8993 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
8995         * international/mule-cmds.el (select-safe-coding-system): Be sure
8996         to show a buffer being decoded.
8998 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
9000         * ps-bdf.el (bdf-directory-list): Initialize it to
9001         '("/usr/local/share/emacs/fonts/bdf").
9003 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9005         * ps-print.el: PostScript programming fix.
9006         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9007         setpagedevice operator).
9009 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9011         * ps-print.el: Doc fix, font size specifies landscape and portrait
9012         sizes.
9013         (ps-print-version): New version number (4.1.4).
9014         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9015         Specifies landscape and portrait sizes.
9016         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9017         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9018         fix.
9019         (ps-get-font-size): New fun.
9020         (ps-font-size-internal, ps-header-font-size-internal)
9021         (ps-header-title-font-size-internal): New vars.
9023         * ps-mule.el: Change of ps-print font size variable name.
9024         (ps-mule-generate-font): Fun fix.
9025         (ps-mule-begin-job): Programming uniformization.
9027 1999-02-25  Dave Love  <fx@gnu.org>
9029         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9030         (help-make-xrefs): Do Info case first.
9032         * repeat.el: Don't require advice.
9033         (repeat-last-kill-command): Variable deleted.
9035 1999-02-25  Richard Stallman  <rms@gnu.org>
9037         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9038         case just because the current buffer is the output buffer.
9040 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
9042         * simple.el (what-cursor-position): To show the character's
9043         encoding, use encoded-string-description instead of information
9044         of chaset-origin-alist.
9046         * international/mule-cmds.el (iso-2022-control-alist): New variable.
9047         (encoded-code-description): New function.
9048         (encoded-string-description): New function.
9049         (encode-coding-char): New function.
9051 1999-02-25  Andrew Innes  <andrewi@gnu.org>
9053         * startup.el (command-line) [windows-nt]: Fix typo in regexp
9054         checking for .emacs[.el[c]].
9056 1999-02-24  Richard Stallman  <rms@gnu.org>
9058         * help.el (describe-function-1): Don't print a whole lambda-function.
9060 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
9062         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9063         inputting ?\240.
9065 1999-02-23  Karl Heuer  <kwzh@gnu.org>
9067         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9069         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9070         (clean-buffer-list-kill-buffer-names): Doc fix.
9072         * gud.el (gud-jdb-massage-args): Spelling fix.
9074 1999-02-23  Richard M. Stallman  <rms@gnu.org>
9076         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9078 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
9080         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9081         excursion while calling set-auto-coding-function.
9083         * play/handwrite.el (handwrite): Require ps-print, and use
9084         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
9085         if it's defined, instead of forking ps-lpr-command unconditionally.
9087 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
9089         * international/codepage.el (cp-coding-system-for-codepage-1): Put
9090         charset-origin-alist property to a coding system for the codepage.
9092         * international/mule.el: Modify comment for charset-origin-alist
9093         property of a coding system.
9095         * simple.el (what-cursor-position): charset-origin-alist property
9096         of a coding system may be a translation table or a symbol of which
9097         `translation-table' property is a translation table.
9099 1999-02-21  Richard Stallman  <rms@gnu.org>
9101         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9102         to the "html" template.
9104 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
9106         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
9108 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
9110         * dirtrack.el (dirtrack): Check for the prompt in the input string
9111         instead of the buffer.
9113 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
9115         * sql.el: Set version to 1.4.1.  Changed mail address to
9116         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
9117         (sql-input-ring-separator): Doc fix.
9118         (sql-mode-syntax-table): double-dash starts comments is defined as
9119         ". 56" instead of ". 12b" for XEmacs.
9120         (sql-stop, sql-interactive-mode): Doc fixes.
9121         (sql-postgres): Queries for database and server, not just one.
9122         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9124         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9125         changed.  This is needed for master.el to work.
9126         (sql-set-sqli-buffer): Use the new hook.
9128         * sql.el (sql-make-alternate-buffer-name): Function that sets
9129         sql-alternate-buffer-name.
9130         (sql-alternate-buffer-name): Possible name of SQLi buffers.
9131         (sql-interactive-mode): Set sql-alternate-buffer-name.
9132         (sql-rename-buffer): New command.
9133         (sql-interactive-mode-menu): Menu for SQLi buffers.
9135         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
9136         and sql-input-ring-file-name are used to temporarily set
9137         comint-input-ring-file-name and comint-input-ring-separator when
9138         reading and writing input history files.
9140         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9141         (sql-input-ring-file-name): New variable with customization.
9142         (sql-input-ring-separator): New variable with customization.
9143         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9144         Callers changed.
9145         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9146         now includes the name of the current buffer.
9148         (sql-mode): Set paragraph-separate and paragraph-start so that
9149         sql-send-paragraph sends the entire SQL statements, even if it
9150         contains indented lines.
9152 1999-02-18  Dave Love  <fx@gnu.org>
9154         * format.el (format-encode-run-method, format-decode-run-method):
9155         Fix previous change.
9157 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
9159         * international/mule.el (coding-system-list): Moved here from
9160         mule-util.el to avoid autoloading mule-util by the call of
9161         select-safe-coding-system.
9163 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9165         * simple.el (turn-on-auto-fill): Mark it as an option for
9166         `text-mode-hook'.
9168 1999-02-17  Richard Stallman  <rms@gnu.org>
9170         * emacs-lisp/easymenu.el (easy-menu-get-map):
9171         Don't crash if (current-local-map) is nil.
9173 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
9175         * filecache.el (file-cache-filter-regexps): Added .class.
9177 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
9179         * international/mule-util.el (decompose-region): Use
9180         insert-buffer-substring instead of insert-buffer to avoid putting
9181         mark.
9183 1999-02-17  Andreas Schwab  <schwab@gnu.org>
9185         * calendar/cal-move.el (scroll-calendar-left): Don't set
9186         displayed-month and displayed-year here, let generate-calendar do
9187         it, after range checking.
9189 1999-02-17  Simon Marshall  <simon@gnu.org>
9191         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9193         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9194         correctly between an object declared via a constructor and a method.
9195         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9196         (java-font-lock-keywords-1): Fontify package names individually.
9197         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9198         (java-font-lock-keywords-2): Simplify type fontification.
9199         (java-font-lock-keywords-3): Likewise.
9201 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
9203         * language/japanese.el (iso-2022-jp-2): New coding system.
9204         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9206 1999-02-16  Dave Love  <fx@gnu.org>
9208         * help.el (describe-function-1): Accept non-symbols.
9210 1999-02-16  Paul Eggert  <eggert@twinsun.com>
9212         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9213         find the last match if there are multiple matches.
9215 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9217         * tex-mode.el (tex-run-command, latex-run-command)
9218         (slitex-run-command, tex-command): Doc changes.
9219         (tex-start-options-string): Autoload it.  Doc change.  Provide
9220         a menu for customization.  Allow nil.  Quote backslashes only once.
9221         (tex-start-tex): Handle nil value of tex-start-options-string
9222         and apply shell-quote-argument to it.
9224 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
9226         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9227         the size in blocks, since it can be a float.
9228         (ls-lisp-format): Likewise
9230 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
9232         * language/japanese.el (japanese-shift-jis): Add
9233         charset-origin-alist property.
9235 1999-02-15  Richard Stallman  <rms@gnu.org>
9237         * progmodes/compile.el (compile-internal): Use save-selected-window.
9239         * subr.el (momentary-string-display): Bind inhibit-read-only.
9241         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9243 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
9245         * mail/rmail.el (rmail-show-message): If an unseen message has a
9246         Summary-line in its header, get past one more line before looking
9247         for the X-Coding-System header.
9249 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
9251         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9252         explicitly to accomodate Windows 9X lack of a useful copy program.
9254 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9256         * wid-edit.el (widget-choice-value-create): Use `equal'
9257         instead of `eq'.
9259 1999-02-14  Richard Stallman  <rms@gnu.org>
9261         * international/iso-transl.el:
9262         (iso-transl-ae): Renamed from iso-transl-e-slash.
9263         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9264         (iso-transl-AE): Renamed from iso-transl-E-slash.
9265         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9266         (iso-transl-char-map): Related changes.
9268         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9270 1999-02-13  Richard Stallman  <rms@gnu.org>
9272         * textmodes/texinfmt.el (texinfo-alias): New function.
9273         (texinfo-fold-nodename-case): Add defvar.
9274         (texinfo-format-node): Do case folding if specified.
9276         * ffap.el (ffap-file-at-point): Test local file names
9277         immediately.  Strip off line numbers.
9279 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
9281         * sql.el: Set version to 1.3.2
9282         (sql-solid-program): Added support for solid.
9283         (sql-help): Doc mentions sql-solid.
9284         (sql-solid): Entry function for Solid.
9285         (sql-buffer): Doc explains the use of the variable and how to
9286         change it.
9287         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9288         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9289         disabled if sql-buffer doesn't have a process; sql-send-paragraph
9290         is new.
9291         (sql-show-sqli-buffer): New function to display the value of
9292         sql-buffer.
9293         (sql-change-sqli-buffer): New function to change sql-buffer.
9294         (sql-mode): Doc explains how to change sql-buffer.
9295         (sql-send-paragraph): New function to send a paragraph.
9296         (sql-mode-map): Added keybinding for sql-send-paragraph.
9297         (sql-mysql): Doc corrected.
9298         (sql-ms): Doc corrected.
9300         * sql.el (sql-server): Doc fix.
9301         (sql-mysql): Added the use of sql-server to specify the host,
9302         sql-database now specifies database instead of host.
9303         (sql-mode-menu): Send... menu items are only active if sql-buffer
9304         is non-nil.
9305         (sql-help): Changed tag of entry functions a bit.
9307         * sql.el: Added keywords from `finder-by-keyword'.
9308         (sql-mode): Made sql-buffer a local variable, changed the
9309         documentation: removed instructions to add *.sql files to
9310         auto-mode-alist, added documentation for having mutliple SQL
9311         buffers sending their stuff to different SQLi buffers, each
9312         running a different process.
9313         (sql-postgres): Quoted *SQL* in doc string.
9314         (sql-ms): Likewise.
9315         (sql-ingres): Likewise.
9316         (sql-ingres): Quoted *SQL* in doc string, added references to
9317         sql-user and sql-password used during login.
9318         (sql-sybase): Quoted *SQL* in doc string, added comma.
9319         (sql-oracle): Likewise.
9320         (sql-interactive-mode): Added extensive documentation for having
9321         mutliple SQL buffers sending their stuff to different SQLi
9322         buffers, each running a different process.
9323         (sql-buffer): Changed doc from *SQL* to SQLi.
9324         (sql-get-login): Doc fix.
9326 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9328         * international/mule-conf.el (undecided): Set ascii in
9329         safe-charsets property.
9331 1999-02-12  Richard Stallman  <rms@gnu.org>
9333         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9335 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9337         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9338         value to ps-mule-font-info-database-latin.
9340 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
9342         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9343         (ps-mule-font-info-database-default): New variable.
9344         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9345         ps-mule-font-info-database-default.
9347 1999-02-12  Dave Love  <fx@gnu.org>
9349         * timezone.el (timezone-make-date-sortable)
9350         (timezone-make-date-arpa-standard): Doc fix.
9352 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
9354         * international/quail.el (quail-show-kbd-layout): Bind
9355         blink-matching-paren to nil.
9357         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9358         for ASCII and Latin-1.
9360 1999-02-12  Andreas Schwab  <schwab@gnu.org>
9362         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9364 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
9366         * international/mule-cmds.el (language-info-alist): Remove
9367         description about charset-origin-alist.
9369         * international/mule.el: Comment added for a new coding system
9370         property `charset-origin-alit'.
9371         (make-translation-table): This variable deleted.
9373         * language/chinese.el (chinese-big5): Add charset-origin-alist
9374         property.
9375         ("Chinese-CNS"): Remove charset-origin-alist property.
9377         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9378         property.
9379         (cyrillic-alternativnyj): Likewise.
9380         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9381         ("Cyrillic-ALT"): Likewise.
9383         * language/vietnamese.el (vietnamese-viqr): Add
9384         charset-origin-alist property.
9385         ("Vietnamese"): Remove charset-origin-alist property.
9387         * simple.el (what-cursor-position): Don't use the varialbe
9388         charset-origin-alist, but use charset-origin-alist property of
9389         buffer-file-coding-system to decide external character set code.
9391 1999-02-10  Richard Stallman  <rms@gnu.org>
9393         * shadowfile.el: Don't turn on the mode when the file is loaded.
9395 1999-02-09  Richard Stallman  <rms@gnu.org>
9397         * progmodes/compile.el (compile-auto-highlight): Customize.
9399         * add-log.el (add-log-file-name-function): New variable.
9400         (add-change-log-entry): Call that function, if non-nil.
9402 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
9404         * rmail.el (rmail-search): Track match with a marker, not an integer.
9406 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9408         * progmodes/compile.el (compilation-setup): Set value of
9409         compilation-directory-stack as in compilation-forget-errors.
9410         (compile-reinitialize-errors): Bind buffer-undo-list and
9411         deactivate-mark.
9412         (compilation-forget-errors): Likewise.
9414 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
9416         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9417         def... constructs.
9419         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9420         Remove calls to sleep-for.
9422 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
9424         * international/codepage.el (cp-coding-system-for-codepage-1): On
9425         MS-DOS, use dos-unsupported-char-glyph for characters not
9426         supported by the codepage.
9427         (cp-make-coding-systems-for-codepage): Likewise.
9429 1999-02-08  Andreas Schwab  <schwab@gnu.org>
9431         * international/mule-util.el (coding-system-list): Don't sort
9432         coding-system-list here.
9434         * international/mule.el (coding-system-lessp): Moved here from
9435         mule-util.el
9436         (add-to-coding-system-list): New function.
9437         (make-subsidiary-coding-system, make-coding-system,
9438         define-coding-system-alias): Use it instead of setting
9439         coding-system-list directly.
9441 1999-02-07  Dave Love  <fx@gnu.org>
9443         * calendar/appt.el (appt-make-list): Don't splice quotes and date
9444         onto message.
9446 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9448         * imenu.el (imenu--last-menubar-index-alist): Add doc.
9449         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
9451 1999-02-06  Richard Stallman  <rms@gnu.org>
9453         * language/european.el (setup-slovenian-environment): New function.
9454         ("Slovenian"): New language environment.
9456         * progmodes/sql.el (sql-help): Doc fix.
9457         (sql-mysql): Doc fix.
9459 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9461         * tex-mode.el: When compiling, require compare-w and skeleton
9462         to pacify the byte-compiler.  Move the def's of the tex-commands
9463         together.  Add a comment on kill-process vs. quit-process.
9465 1999-02-05  Dave Love  <fx@gnu.org>
9467         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9468         null markers.
9469         (compile-goto-error): Likewise.
9471 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
9473         * time-stamp.el (time-stamp-format): Format doc tighter.
9474         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9475         (time-stamp): Don't re-write the time stamp if it didn't change.
9477 1999-02-05  Alex Schroeder  <asc@bsiag.com>
9479         * progmodes/sql.el: Changed version to 1.2.1.
9480         (sql-pop-to-buffer-after-send-region): Improved documentation.
9481         (sql-mysql-program): Added MySQL support.
9482         (sql-prompt-length): Made prompt-length configurable.
9483         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9484         (sql-help): Added MySQL support, changed documentation.
9485         (sql-send-region): A message is displayed if something is sent.
9486         (sql-mode): Added buffer-local comment-start.
9487         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9488         (sql-interactive-mode): Added buffer-local comment-start.
9489         (sql-oracle): Set sql-prompt-length.
9490         (sql-sybase): Set sql-prompt-length.
9491         (sql-mysql): Added MySQL support.
9492         (sql-ingres): Set sql-prompt-length.
9493         (sql-ms): Set sql-prompt-length.
9494         (sql-postgres): Set sql-prompt-length.
9496 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
9498         * term/internal.el (dos-codepage-setup): Set selection coding
9499         system to cpNNN-dos.
9501 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503         * international/characters.el: Let ethiopic use iso-2022-7bit.
9505 1999-02-02  Dave Love  <fx@gnu.org>
9507         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9508         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9510 1999-02-02  Karl Heuer  <kwzh@gnu.org>
9512         * terminal.el (terminal-emulator): Doc fix.
9514 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
9516         * international/mule-util.el (compose-chars): Doc-string
9517         modified.  Correctly handle a composition character in ARGS.
9519 1999-02-01  Richard Stallman  <rms@gnu.org>
9521         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9522         (makefile-menu-index-function): Function deleted.
9523         (makefile-mode): Use makefile-imenu-generic-expression.
9525 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
9527         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9528         change, invoke from before-init-hook.
9530 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
9532         * subr.el (remove-from-invisibility-spec): Cope with the case when
9533         buffer-invisibility-spec is t.
9535 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
9537         * calendar/calendar.el (calendar-mode-map): Fix bindings for
9538         appt-add and appt-delete.
9540 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
9542         * term/pc-win.el (msdos-approximate-color): New function.
9543         (msdos-color-translate): Call it to find a DOS color that best
9544         approximates an X-style "#NNNNNN" color specification.
9546 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
9548         * international/mule-util.el (compose-chars-component): Add
9549         autoload cookie.
9551 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
9553         * international/quail.el (quail-lookup-key): If cdr of MAP is a
9554         function, replace cdr of MAP by the return value of the function
9555         unconditionally.
9557 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9559         * progmodes/compile.el (compilation-next-error-locus): Don't
9560         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9562 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
9564         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9565         and NLs before "charset", and allow the charset name be in double
9566         quotes.
9568 1999-01-31  Richard Stallman  <rms@gnu.org>
9570         * imenu.el (imenu-sort-function): Fix custom type.
9572 1999-01-30  Richard Stallman  <rms@gnu.org>
9574         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9575         (speedbar-line-token): Likewise.
9577         * play/gametree.el (gametree-default-score): Use defcustom.
9578         (gametree-score-regexp, gametree-score-closer): Likewise.
9579         (gametree-score-manual-flag, gametree-score-opener): Likewise.
9581 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9583         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9584         decoding.
9586 1999-01-29  Markus Rost  <rost@gnu.org>
9588         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9589         tex-validate-buffer.
9590         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9591         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
9592         now with recent occur-mode.
9593         (tex-validate-region): Really walk through all Sexps.
9594         (tex-region): Bind shell-dirtrack-verbose.
9595         (tex-file, tex-bibtex-file): Likewise.
9597 1999-01-29  Dave Love  <fx@gnu.org>
9599         * finder.el: (finder-commentary): Fix interactive spec.  Try
9600         appending .el to file name.
9601         (finder-find-library, finder-commentary): Doc fixes.
9603 1999-01-29  Andrew Innes  <andrewi@gnu.org>
9605         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9606         where the userid contains directory separators.
9608 1999-01-29  Dave Love  <fx@gnu.org>
9610         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9611         (lm-commentary): Doc fix.
9613 1999-01-29  Andreas Schwab  <schwab@gnu.org>
9615         * files.el (file-expand-wildcards): Never consider `.' and `..' a
9616         wildcard match.  Fix regexp that tests if dirpart contains
9617         wildcard characters.
9619 1999-01-28  Richard Stallman  <rms@gnu.org>
9621         * font-lock.el (font-lock-default-unfontify-region):
9622         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9624 1999-01-27  Jason Rumney <jasonr@altavista.net>
9626         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9627         from FAMILY field.
9628         (w32-create-initial-fontsets): Do not use before-init-hook.
9629         (mouse-set-font): Document.  Automatically create and use fontsets.
9631         * dos-w32.el (direct-print-region-helper): Check for printer
9632         being t as well as a string.
9634 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
9636         * mail/rmail.el (rmail-decode-mime-charset): New variable.
9637         (rmail-mime-charset-pattern): New variable.
9638         (rmail-convert-to-babyl-format): Decode by MIME-charset if
9639         rmail-decode-mime-charset is non-nil.
9641 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
9643         * international/characters.el: Set category `q' for all characters
9644         in tibetan and tibetan-1-column.
9646 1999-01-27  Andrew Innes  <andrewi@gnu.org>
9648         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9649         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9651 1999-01-27  Dave Love  <fx@gnu.org>
9653         * international/mule-cmds.el (current-language-environment):
9654         Provide :link, :type (choices) and appropriate :get.
9656 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
9658         * startup.el (command-line): Set default eol-mnemonic-* strings to
9659         display end-of-line format in mode line.
9661         * cus-start.el (all): Add eol-mnemonic-* variables.
9663 1999-01-26  Dave Love  <fx@gnu.org>
9665         * startup.el (command-line-1): Up-date copyright.
9667         * paths.el (Info-default-directory-list): Use configdir twice.
9669         * info.el (Info-directory-list): Don't set path-separator now
9670         we're not shipped with Texinfo.  Simplify path definition.
9671         Substitute all occurrences of instdir in Info-default-directory-list.
9673 1999-01-25  Richard Stallman  <rms@gnu.org>
9675         * startup.el (normal-top-level-add-subdirs-to-load-path):
9676         Record the inode numbers of the dirs processed, to avoid loop.
9678         * textmodes/tex-mode.el (tex-run-command): Doc fix.
9680 1999-01-25  Dave Love  <fx@gnu.org>
9682         * browse-url.el (browse-url-netscape-program): Doc addition.
9684         * help.el (help-make-xrefs): Default info references to an `(emacs)'
9685         prefix.
9687         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9688         auto-mode-alist.
9690 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9692         * calendar/diary-lib.el (mark-diary-entries): Use
9693         assoc-ignore-case and do not capitalize when matching month and
9694         day names.
9696         * calendar/calendar.el (calendar-read-date): Ditto.
9698         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9699         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9701         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
9703         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9705         * calendar/cal-islam.el (calendar-goto-islamic-date)
9706         (mark-islamic-diary-entries): Ditto.
9708         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9710         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9711         (calendar-read-mayan-tzolkin-date): Ditto.
9713         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
9715 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
9717         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
9719 1999-01-25  Karl Heuer  <kwzh@gnu.org>
9721         * faces.el (list-faces-display): Multiline case of previous fix.
9723 1999-01-25  Andreas Schwab  <schwab@gnu.org>
9725         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
9727 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
9729         * files.el (find-file): If find-file-noselect returns a list,
9730         do switch-to-buffer on each element.
9731         (find-file-other-window): Likewise for all but the first element.
9732         (find-file-other-frame): Same.
9733         (find-file-noselect): When we expand a wildcard, return a list
9734         of buffers.
9736 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
9738         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
9739         to set the appropriate cpNNN-dos coding system as the
9740         highest-priority coding system.
9742 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9744         * international/fontset.el (generate-fontset-menu): Return a
9745         sorted list by plain names of fontsets.
9747         * international/mule-diag.el (list-fontsets): Sort fontsets by
9748         plain names.
9750         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
9751         FIRST is a composite character, decompose it at first.
9753 1999-01-23  Dave Love  <fx@gnu.org>
9755         * format.el: Doc fixes.
9756         (format-encode-run-method): Have things happen in the right buffer.
9757         Deal with errors from method.  Set coding-system-for-write.
9758         (format-decode-run-method): Have things happen in the right buffer.
9759         Deal with errors from method.  Set coding-system-for-read.
9760         (format-alist): Use nil instead of unmatchable regexps.
9762         * simple.el (shell-command-on-region): Return command's exit status.
9764 1999-01-23  Eric Ludlam  <zappo@gnu.org>
9766         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
9767         of the file whose info we want to display.
9768         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
9769         (speedbar-add-mode-functions-list) Improve doc.
9770         (speedbar-line-token) New function.
9771         (speedbar-dired) Fix order of directories in -shown-directories.
9772         (speedbar-line-path): Default return is default-directory
9773         (speedbar-buffers-line-path): Return is dir name only.
9774         (speedbar-mode-functions-list): New variable.
9775         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
9776         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
9777         speedbar-files-item-info speedbar-buffers-item-info): New functions.
9778         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
9779         New functions.
9780         (speedbar-line-file): Broke out part that fetches file from a line.
9781         (speedbar-line-text): New function extracted from speedbar-line-file.
9782         (speedbar-line-path): Converted into a replaceable function.
9783         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
9785 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
9787         * international/fontset.el (create-fontset-from-x-resource): Make
9788         style variants.
9790 1999-01-22  Dave Love  <fx@gnu.org>
9792         * paths.el (Info-default-directory-list): Put sysdir after start.
9794 1999-01-22  Sam Steingold  <sds@goems.com>
9796         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
9797         a process associated with it.
9799 1999-01-22  Jason Rumney <jasonr@altavista.net>
9801         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
9803 1999-01-22  Felix Lee  <flee@cygnus.com>
9805         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
9806         major-mode.
9807         (vc-annotate-mode): Delete variable.
9809 1999-01-22  Andrew Innes  <andrewi@gnu.org>
9811         * startup.el (command-line): [windows-nt]: Check for existence of
9812         .emacs file so as to notice .emacs.el or .emacs.elc and use them
9813         in preference to _emacs.
9815 1999-01-22  Dave Love  <fx@gnu.org>
9817         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
9819 1999-01-20  Richard Stallman  <rms@gnu.org>
9821         * files.el (find-file-noselect): Do wildcard processing only
9822         if new arg WILDCARDS is non-nil.
9823         (find-file, find-file-other-window): New arg WILDCARDS.
9824         Default it to non-nil if interactive.
9825         (find-file-other-frame): Likewise.
9826         (find-file-read-only): Likewise.
9827         (find-file-read-only-other-window): Likewise.
9828         (find-file-read-only-other-frame): Likewise.
9830         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
9831         (widget-plist-convert-option): Delete spurious comma.
9833 1999-01-19  Jason Rumney <jasonr@altavista.net>
9835         * term/w32-win.el (w32-standard-fontspec-spec): Change
9836         iso8859-5 to koi8-r.  Add iso8859-9.
9838 1999-01-19  Dave Love  <fx@gnu.org>
9840         * browse-url.el (browse-url-maybe-new-window): Delete macro and
9841         its uses.
9843         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
9844         is active.
9845         (fortran-indent-subprogram): Likewise.
9847 1999-01-19  Dave Love  <d.love@dl.ac.uk>
9849         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
9851 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9853         * wid-edit.el (alist): Use sexp as default key-type.
9855 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9857         * textmodes/tex-mode.el (tex-define-common-keys):
9858         Remove key binding of tex-feed-input.
9859         (tex-mode-map): Bind tex-feed-input here.
9860         (tex-start-shell): Use compilation-shell-minor-mode.  Set
9861         comint-input-filter-functions before running tex-shell-hook.
9862         (tex-start-tex): Forget compilation errors.
9863         (tex-compilation-parse-errors): Rewritten to work also with
9864         compile-mouse-goto-error and compile-goto-error.  Adjusted to
9865         change in tex-region.
9866         (tex-region): For the temp file use file-name without directory.
9867         (tex-file): Expand file name of tex-print-file.
9869 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9871         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
9873 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
9875         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
9876         beginning could cause Emacs to hang.  Fixed.
9878 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
9880         * international/ccl.el (ccl-compile-translate-character): Handle
9881         the case that a tranlation table is CCL register correctly.
9883         * international/mule-cmds.el (select-safe-coding-system):
9884         Hightlight at most 256 characters.
9886 1999-01-18  Dave Love  <fx@gnu.org>
9888         * startup.el (command-line): If the init file changes operation to
9889         unibyte, make all buffers unibyte and re-set language environment.
9891         * disp-table.el (standard-display-european): Make all existing
9892         buffers unibyte.  Fix doc.
9894 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
9896         * wid-edit.el (coding-system): Define this unconditionally.
9898         * simple.el (shell-command-on-region-default-error-buffer): New var.
9899         (shell-command-on-region): Use that variable as interactive
9900         value of ERROR-BUFFER argument.
9902 1999-01-17  Sam Steingold  <sds@goems.com>
9904         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
9906 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9908         * progmodes/compile.el (compilation-goto-locus): If already in the
9909         compilation buffer's window, keep it in that window.
9910         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
9911         (compile-goto-error): Don't play with windows.
9913         * textmodes/tex-mode.el (latex-run-command): Doc fix.
9914         (tex-command): Doc fix.
9915         (tex-compilation-parse-errors): Doc fix.
9916         (tex-generate-zap-file-name): Don't start the name with -.
9917         (tex-expand-files): Works now also with strings ending with ":".
9919 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
9921         Patch failed to install:
9922         * gametree.el: Document scoring functionality.
9923         (gametree-score-regexp): Add optional plus sign.
9924         (gametree-score-opener): Replace `:' with `=' as the former
9925         conflicts with gametree-half-ply-regexp.
9926         (gametree-transpose-following-leaves): Add.
9927         (gametree-insert-new-leaf): Make modifying commands barf in read
9928         only buffers.
9929         (gametree-break-line-here): Add a call to
9930         `gametree-transpose-following-leaves'.  This maintains the
9931         necessary invariant that on each level all leaf children precede
9932         all nonleaf children.  This has always been implied, but left to
9933         the user, and, unfortunately, undocumented.
9935 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9937         * wid-edit.el (plist, alist): New widget types.
9939 1999-01-17  Dave Love  <fx@gnu.org>
9941         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9942         fix scope of condition-case therein.
9944 1999-01-17  Andrew Innes  <andrewi@gnu.org>
9946         * dos-w32.el: (find-buffer-file-type-coding-system): Use
9947         default-buffer-file-coding-system when file doesn't exist (and
9948         isn't covered by a special case) instead of forcing undecided-dos
9949         against the user's wishes.
9951         * dos-w32.el (direct-print-region-helper): New function based on
9952         direct-print-region-function; sends data to specified printer port
9953         without further translation.  Recognize and handle specially the
9954         standard `print' and `nprint' programs, as well as `lpr' and
9955         similar programs.  Only write directly to the printer port if no
9956         print program is specified.  Work around a bug in Windows 9x
9957         affecting Win32 version of Emacs by invoking command.com to write
9958         to the printer port instead of writing directly.
9959         (direct-print-region-function): Use direct-print-region-helper to
9960         do most of the work.
9961         (direct-ps-print-region-function): New function; analogue of
9962         direct-print-region-function for ps-print.
9963         (ps-lpr-command): Comment out setq; leave as example usage.
9964         (ps-lpr-switches): Ditto.
9966         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9967         and MS-Windows.
9968         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9969         DOS and Windows platforms, to indicate direct printing.  Update
9970         the docstring accordingly.
9972         * ps-print.el: (ps-printer-name): Update docstring about usage on
9973         MS-DOS and MS-Windows.
9974         (ps-lpr-command): Update docstring as for lpr-command.
9975         (ps-print-region-function): New variable.
9976         (ps-do-despool): Use it.
9977         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9978         DOS/Windows.
9980         * subr.el (subst-char-in-string): New function.
9982 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
9984         * international/codepage.el (cp852-decode-table): Fill a nil entry.
9986         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9987         (bdf-find-font-info): New function, looks for the first readable
9988         file from a list of alternatives.
9989         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9990         instead of bdf-get-font-info.
9991         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9992         to ps-mule-generate-bitmap-glyph.
9994         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9995         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
9996         now be a list of alternative names.
9997         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9998         (ps-mule-prepare-font): Likewise.
10000         * international/codepage.el (cp855-decode-table,
10001         cp850-decode-table): Fill some nil entries.
10003 1999-01-16  Dave Love  <fx@gnu.org>
10005         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10006         last change.
10008 1999-01-15  Dave Love  <fx@gnu.org>
10010         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10011         and change regexp for command names.
10012         (help-xref-go-back, function-called-at-point, symbol-file)
10013         (where-is): Doc fixes.
10014         (help-xref-go-back): Remove interactive spec.
10015         (describe-function-1): Fix message for alias.  Buttomize alias
10016         name.
10018         * simple.el (join-line): New alias.
10020 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
10022         * forms.el: (forms--show-record): Convert integers to string
10023         expicitly since concat will no longer accept integers.
10024         (forms-print): Use local `total-nb-records' since
10025         `forms--total-records' will be inaccessible after buffer switching.
10027 1998-01-14  Felix Lee  <flee@cygnus.com>
10029         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10031 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
10033         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10035 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
10037         * international/codepage.el (cp850-decode-table): Fix previous change.
10039 1999-01-14  Simon Marshall  <simon@gnu.org>
10041         * shell.el (shell-dirtrack-verbose): New custom variable.
10042         (shell-dirstack-message): Use it.
10044 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
10046         * international/mule-conf.el: Coding system alias `dos' for
10047         `undecided-dos', `mac' for `undecided-mac'.
10049         * international/mule-cmds.el (describe-language-environment):
10050         Don't alter input-method-alist.
10052 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
10054         * international/codepage.el (cp850-decode-table): Replace nil
10055         entries with codes of similary looking glyphs.  (Suggested by
10056         Jason Rumney <jasonr@altavista.net>.)
10058 1999-01-13  Dave Love  <fx@gnu.org>
10060         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10062         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10064 1999-01-12  Karl Heuer  <kwzh@gnu.org>
10066         * files.el (auto-save-hook): Defvar this.
10068 1999-01-12  Alex Schroeder  <asc@bsiag.com>
10070         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10071         faces, eliminating the need to load font-lock before loading sql.
10072         (sql-mode-oracle-font-lock-keywords): Likewise.
10073         (sql-mode-postgres-font-lock-keywords): Likewise.
10075 1999-01-11  Dave Love  <fx@gnu.org>
10077         * cus-start.el: Add inhibit-eol-conversion.
10079         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10080         the values round.
10082 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
10084         * help.el (help-mode-finish): Renamed from help-mode-maybe.
10085         Don't switch to Help mode here.
10086         (temp-buffer-setup-hook): Use help-mode-finish.
10087         (help-mode-setup): New function.
10088         (temp-buffer-setup-hook): Use help-mode-setup.
10090         * progmodes/sql.el: New file.
10092         * files.el (auto-mode-alist): Add sql-mode.
10094         * faces.el (list-faces-display): Improve the formatting
10095         by computing the maximum length required for any face-name.
10097 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10099         * progmodes/compile.el (compilation-shell-minor-mode): New function.
10101 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
10103         * term.el (term_send_home): Change the string to
10104         be the same as the one emitted by xterm and consistent with the
10105         ones emitted by prior and next.
10106         (term_send_end): Likewise.
10108 1999-01-10  Dave Love  <fx@gnu.org>
10110         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10111         bindings.
10113 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
10115         * international/codepage.el (codepage-setup): Doc fix.
10116         (cp-decoding-vector-for-codepage): Likewise.
10118 1999-01-10  Markus Rost  <rost@gnu.org>
10120         * cus-edit.el (custom-save-delete): First scan the custom-file.
10122 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
10124         * international/iso-transl.el: Define a "function name" for
10125         each translation that isn't ASCII.  Use these function names
10126         in iso-transl-char-map.
10128 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
10130         * international/mule-util.el (decompose-region): Do decomposition
10131         on temporary unibyte buffer.
10133         * international/mule.el (make-char): Doc-string modified.
10135 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
10137         * simple.el (comment-region): Delete spaces only if we
10138         deleted a comment starter.
10140 1999-01-07  Dave Love  <fx@gnu.org>
10142         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10144         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10145         like eval-defun does.
10147         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10149         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10150         constructions.  Doc fixes.
10151         (generic-create-generic-function): Use defalias, not fset.
10153         * find-func.el: More doc fixes.
10155 1999-01-06  Stephen Eglen  <stephen@gnu.org>
10157         * files.el (save-buffers-kill-emacs): Show the list of current
10158         processes before prompting to kill them and exit.
10160 1999-01-06  Dave Love  <fx@gnu.org>
10162         * emacs-lisp/find-func.el: Doc fixes.
10163         (find-function-regexp): Extend for define-generic-mode,
10164         define-derived-mode, easy-mmode-define-minor-mode.
10166 1999-01-06  Dave Love  <fx@gnu.org>
10168         * progmodes/fortran.el (fortran-window-create): Account for scroll
10169         bar width.
10171         * browse-url.el: Require (noerror) w3-auto when compiling.
10172         (browse-url-maybe-new-window): Make it a macro and revert last
10173         change to callers.
10174         (browse-url-w3): Require w3 for w3-fetch-other-window.
10176 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10178         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10179         argument.
10181 1999-01-06  Simon Marshall  <simon@gnu.org>
10183         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
10185         * font-lock.el (font-lock-default-fontify-buffer): When using
10186         with-temp-message, use nil rather than current-message.
10188         * lazy-lock.el (lazy-lock-unstall):
10189         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10190         rather than current-message.
10192         * fast-lock.el (fast-lock-save-cache-1):
10193         (fast-lock-cache-data): When using with-temp-message, use nil rather
10194         than current-message.
10196 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
10198         * international/codepage.el (cp-coding-system-for-codepage-1): Add
10199         the valid-codes property.
10201         * international/mule-cmds.el (prefer-coding-system): Call
10202         set-coding-priority, so that the internal array of priorities is
10203         also updated.
10205         * international/mule-util.el:
10206         (coding-system-change-eol-conversion,
10207         coding-system-change-text-conversion): Don't define here.
10209         * international/mule-cmds.el: Define them here.  Remove the
10210         autoload cookies.
10212 1999-01-06  Andreas Schwab  <schwab@gnu.org>
10214         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10215         if it was enabled before.
10217         * view.el (View-revert-buffer-scroll-page-forward): Bind
10218         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10220         * files.el (recover-session): Preserve point when inserting
10221         explanation.
10223 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
10225         * cus-edit.el (custom-save-delete): Don't delete whitespace
10226         and comments before the sexp that is replaced.
10228 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10230         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10232 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10234         * vc.el (vc-dired-hook): Use the original value of
10235         dired-move-to-filename-regexp on lines that have not been
10236         reformatted yet.
10237         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10238         file lines have already been reformatted.
10240 1999-01-05  Dave Love  <fx@gnu.org>
10242         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10243         buffer-local.
10245 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
10247         * progmodes/f90.el: Change of regular expressions for type to
10248         correct highlighting and identation. Some small fixes for
10249         compatibility with XEmacs.
10251 1999-01-05  Stephen Eglen  <stephen@gnu.org>
10253         * mspools.el (mspools-vm-system-mail): Provide an alternative
10254         value based on rmail-spool-directory if $MAIL is not defined.
10256 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
10258         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10259         (reftex-section-info): Handle negative section levels.
10260         (reftex-view-crossref-extra): New option.
10261         (reftex-view-crossref): Generalized to work in more places.
10262         (reftex-find-citation-regexp-format, reftex-find-reference-format,
10263         reftex-macros-with-labels, reftex-global-search-marker): New variables.
10264         (reftex-view-cite-locations-from-bibtex): New command.
10265         (reftex-view-regexp-match, reftex-global-search,
10266         reftex-global-search-continue): New functions.
10267         (reftex-extract-bib-entries): No error for non-existing BibTeX
10268         file, just a message.
10269         (reftex-extract-bib-entries): Better error handling.
10270         (reftex-select-with-char): Use `*RefTeX Select*' for selection
10271         help and force it on current frame.
10272         (reftex-default-bibliography): New function.
10273         (reftex-access-parse-file): Check consistency after loading a
10274         parse file.  When inconsistent, enfore rescan.
10275         (reftex-check-parse-consistency): New function.
10276         (easy-menu-define): Options section drastically shortened.
10278 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
10280         * language/thai-util.el (thai-compose-string): New function.
10282 1999-01-04  Inge Frick  <inge@nada.kth.se>
10284         * easymenu.el (easy-menu-define): Doc fix.
10285         (easy-menu-create-menu): New keyword :included.
10286         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
10287         be an expression, not only a string.  Simulate style `button'.
10288         Use easy-menu-define-key-intern instead of easy-menu-define-key.
10289         (easy-menu-define-key-intern): New function.
10290         (easy-menu-add-item): Understand value returned from
10291         easy-menu-item-present-p and easy-menu-remove-item.
10292         (easy-menu-return-item): New function.
10293         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10295 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
10297         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10298         Use rmail-output-read-rmail-file-name to read the file name.
10299         Always call rmail-output-to-rmail-file noninteractively.
10300         When count > 1, do the loop here.
10301         Handle rmail-delete-after-output here.
10302         (rmail-summary-output): Similar changes.
10304         * mail/rmailout.el: Provide `rmailout'.
10305         (rmail-output-read-rmail-file-name): New function.
10306         (rmail-output-to-rmail-file): Use that.
10307         (rmail-output-read-file-name): New function.
10308         (rmail-output): Use that.
10310         * files.el (find-file-noselect): Let /: suppress wildcard matching.
10311         Error if wildcard matches no files.
10313 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
10315         * menu-bar.el (clipboard-yank): Doc fix.
10317         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10319 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
10321         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10323 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
10325         * rmail.el (rmail-encode-string): Make sure mask value is
10326         positive; (emacs-pid) returns a negative number on Windows 9x
10327         which causes odd behaviour.
10329 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
10331         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10332         and about w32-* variables unless on Windows/NT.
10334 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
10336         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10337         if buffer is modified; ask about all modified buffers.
10339 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10341         * simple.el (what-cursor-position): Fix previous change.
10343 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
10345         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10346         from paragraph-start.
10348 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
10350         * international/mule-cmds.el (prefer-coding-system): If the
10351         argument requires specific EOL conversion type, make the default
10352         coding systems use that.
10354 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
10356         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10357         Use shell-command-on-region.
10358         (m4-start-m4, m4-end-m4): Functions deleted.
10360 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
10362         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10364 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10366         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10367         to compose-mail in the correct places and as a list.
10369 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
10371         * page-ext.el: Added mouse-selection feature for pages directory buffer.
10372         (pages-directory-map): Bind mouse-2
10373         (pages-copy-header-and-position): Put text property.
10374         (pages-directory-goto-with-mouse): New function.
10376 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
10378         * international/codepage.el (cp-make-coding-systems-for-codepage):
10379         Doc fix.
10380         (cp-coding-system-for-codepage-1): Likewise.
10382 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
10384         * language/thai-util.el (thai-post-read-conversion): Handle Thai
10385         composition sequence correctly here instead of calling
10386         thai-compose-region.
10388         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10389         newline in multibyte buffer, if previous or next character is a
10390         composite char, check the first component of the composite char.
10392 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
10394         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10395         and track-mouse.
10397 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10399         * mail/sendmail.el (mail-yank-original): Remove text properties
10400         after insertion.
10401         (mail-yank-region): Barf if no mark is set in the message
10402         being replied to.
10404         * help.el (function-called-at-point): First look for function at point.
10406 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10408         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10410 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10412         * simple.el (what-cursor-position): Print character encoding also.
10414 1998-12-26  Dave Love  <fx@gnu.org>
10416         * textmodes/flyspell.el: If local-maps work, don't put
10417         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10418         in flyspell-mouse-map (only).
10419         (flyspell-use-local-map): New variable.
10420         Use a different mouse-2 binding in that case,
10421         and don't add to minor-mode-map-alist.
10422         (make-flyspell-overlay, flyspell-correct-word):
10423         Test flyspell-use-local-map.
10425 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10427         * files.el (file-expand-wildcards): Handle wildcards in directory name.
10428         Be careful about whether to return a relative file name,
10429         and if so, relative to what directory.
10431 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10433         * emacs-lisp/easymenu.el (easy-menu-get-map):
10434         Change global map only if this menu exists in the global map already,
10435         and not in the local map.
10436         (easy-menu-do-add-item): Fix error message.
10438         * foldout.el (foldout-inhibit-key-bindings):
10439         Avoid concatenating onto outline-minor-mode-prefix.
10440         Make a new keymap for that prefix, if it does not already have one.
10442 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
10444         * cperl-mode.el:
10445         Can use linear algorithm for indentation if Emacs supports it.
10446         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
10447         (cperl-after-block-p):  Likewise.
10448         (cperl-after-block-and-statement-beg): Likewise.
10449         (cperl-after-block-p):  After END/BEGIN we are a block.
10450         (cperl-after-expr-p):   Skip labels when checking
10451         (cperl-indent-region):  Make a marker for END - text added/removed.
10452         Disable hooks during the call (how to call them later?).
10453         Now indents 820-line-long function in 6.5 sec (including
10454         syntaxification) the first time (when buffer has few
10455         properties), 7.1 sec the second time.
10456         (cperl-indent-region):  Do not indent whitespace lines
10457         (cperl-style-alist)
10458                 Include `cperl-merge-trailing-else' where the value is clear.
10459         (cperl-styles-entries): Likewise.
10460         (cperl-problems):       Improvements to docs.
10461         (cperl-tips):           Likewise.
10462         (cperl-non-problems):   Likewise.
10463         (cperl-mode):           Make lazy syntaxification possible.
10464         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10465         `font-lock-unfontify-region-function' was set to a wrong function.
10467         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10468         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
10469         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10470         but 1<<6 was considered as HERE-doc.
10471         <file/glob> made into a string.
10472         Postpone addition of faces after syntactic step.
10473         Recognition of <FH> was wrong.
10474         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
10475         Knows that split// is null-RE.
10476         Highlights separators in 3-parts expressions as labels.
10477         <> was considered as a glob.
10478         Would err if the last line is `=head1'.
10479         $a-1 ? foo : bar; was a considered a regexp.
10480         `<< (' was considered a start of HERE-doc.
10481         mark qq[]-etc sections as syntax-type=string
10482         Was not processing sub protos after a comment ine.
10483         Was treating $a++ <= 5 as a glob.
10484         Tolerate unfinished REx at end-of-buffer.
10485         `unwind-protect' was left commented.
10486         / and ? after : start a REx.
10488         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10489         Better default, customizes to `message' too, off in text-mode.
10491         (cperl-array-face): Renamed from `font-lock-emphasized-face',
10492         `defface'd.
10493         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10494         `defface'd.
10495         (cperl-emacs-can-parse):        New state variable.
10496         (cperl-indent-line):    Corrected to use global state.
10497         (cperl-calculate-indent):       Likewise.
10498         (cperl-fix-line-spacing):       Likewise (not used yet).
10499         (cperl-calculate-indent):       Did not consider `,' as
10500         continuation mark for statements.
10501         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10502         Remove another parse-data optimization at toplevel: would
10503         indent correctly.
10504         Correct for labels when calculating indentation of continuations.
10505         Docstring updated.
10506         (cperl-choose-color):   Converted to a function (to be
10507         compilable in text-mode).
10508         (cperl-dark-background):        Disable without window-system.
10509         Do `defface' only if window-system.
10510         (cperl-fix-line-spacing):       Sped up to bail out early.
10511         (x-color-defined-p): Was not compiling on XEmacs
10512         Was defmacro'ed with a tick.  Remove another def.
10513         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10514         (cperl-unwind-to-safe): New function.
10515         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10516         (cperl-fontify-syntaxically): Unwinds start and end to go out of
10517                                      long strings (not very successful).
10518         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
10519         Highlight the starting // in s//foo/ as function-name.
10520         Emit a meaningful error instead of a cryptic one for an
10521         uncomplete REx near end-of-buffer.
10523         (cperl-electric-keyword):       `qr' recognized.
10524         (cperl-electric-else):          Likewise
10525         (cperl-to-comment-or-eol):      Likewise
10526         (cperl-make-regexp-x):  Likewise
10527         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
10528         Corrected to use new macros;
10529         `if' for copying `reference-face' to `constant-face' was backward.
10530         remove init `font-lock-other-emphasized-face',
10531         `font-lock-emphasized-face', `font-lock-keyword-face'.
10532         Interpolate `cperl-invalid-face'.
10533         (cperl-make-regexp-x):  Misprint in a message.
10534         (cperl-syntaxify-unwind): New configuration variable
10535         (cperl-fontify-m-as-s): New configuration variable
10536         (cperl-electric-pod):   Check for after-expr was performed
10537         inside of POD too.
10538         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10539         (cperl-clobber-mode-lists): New configuration variable.
10540         (cperl-not-bad-style-regexp):   Updated.
10541         Init:                   `cperl-is-face' was busted.
10542         (cperl-make-face):      New macros.
10543         (cperl-force-face):     New macros.
10544         (font-lock-other-type-face): Done via `defface' too.
10545         (cperl-nonoverridable-face):    New face.  Renamed from
10546         `font-lock-other-type-face'.
10547         (cperl-init-faces-weak):        Use `cperl-force-face'.
10548         (cperl-comment-indent): Commenting __END__ was not working.
10549         (cperl-indent-for-comment):     Likewise.
10550         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
10551         When removing old TAGS info was not relativizing filename.
10552         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10553         Another try to work around XEmacs problems.  Better progress messages.
10554         (toplevel):             Require custom unprotected => failure on 19.28.
10555         (cperl-xemacs-p):       Defined when compile too
10556         (cperl-find-tags):      Was writing line/pos in a wrong order,
10557         pos off by 1 and not at beg-of-line.
10558         (cperl-etags-snarf-tag): New macro
10559         (cperl-etags-goto-tag-location): New macro
10560         (cperl-version):        New variable.  New menu entry
10561         random docstrings:      References to "future" 20.3 removed.
10562         Menu was described as `CPerl' instead of `Perl'
10563         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10564         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10565         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
10566         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10567         `font-lock-reference-face', `font-lock-keyword-face'.
10568         Use `eval-after-load'.
10569         Remove not-CPerl-related faces.
10570         (cperl-tips-faces):     New variable and an entry into Mini-docs.
10571         (cperl-indent-exp):     Was not processing else-blocks.
10572         (cperl-get-state):      NOP line removed.
10573         (cperl-ps-print):       New function and menu entry.
10574         (cperl-ps-print-face-properties):       New configuration variable.
10575         (cperl-invalid-face):   New configuration variable.
10576         (perl-font-lock-keywords):      Highlight trailing whitespace
10577         (cperl-contract-levels):        Documentation corrected.
10578         (cperl-contract-level):         Likewise.
10579         (cperl-ps-extend-face-list):    New macro.
10580         (cperl-invalid-face):   Change to ''underline.
10582 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
10584         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10585         for read-file-name.
10586         (rmail-output-to-rmail-file): Likewise.
10588 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
10590         * emacs-lisp/easymenu.el (easy-menu-get-map):
10591         If MENU is nil, use global menu-bar map.
10592         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10593         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10595 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10597         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10599 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10601         * ps-print.el (ps-print-version): New version number (4.1.3).
10603 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
10605         * international/mule-cmds.el: Use make-sparse-keymap instead of
10606         define-prefix-key when defining MULE menu items.
10608         * info.el (Info-node-at-bob-matching): New function.
10609         (Info-find-node, Info-build-node-completions): Call it.
10611 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
10613         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10614         when this is an autoloaded keymap.
10616 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10618         * international/codepage.el (cp-coding-system-for-codepage-1):
10619         Create separate encoders and decoders, for DOS and Unix.  Make the
10620         usual family of 3 coding systems, so that automatic detection of
10621         EOL type works.
10622         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10623         Unix-specific symbols here, and don't call
10624         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
10625         Handa <handa@etl.go.jp>.)
10627         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10629         * term/internal.el (IT-character-translations): New variable, an
10630         alist used to display characters for which there's no glyphs in
10631         the current codepage.
10632         (IT-display-table-setup): New function, sets up the DOS terminal
10633         for a given codepage.
10634         (dos-codepage-setup): New function, sets up the MULE environment
10635         for the current value of dos-codepage.
10636         (top-level if): In the multibyte mode, turn on
10637         unibyte-display-via-language-environment.  In the unibyte mode,
10638         set up the special syntax tables to map lower- to upper case and
10639         back.
10641 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
10643         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10644         (speedbar-frame-plist) Remove useless comments.
10645         (speedbar-frame-mode) Do not specify height if it is in the param list.
10646         Use default y position w/out changing it.
10647         If default x position is a list, keep, calculate the non-list X
10648         value when devining an initial position.
10649         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10650         (speedbar-tag-group-name-minimum-length): New variable.
10651         (speedbar-frame-parameter): New compatibility function.
10652         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10653         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10654         groups to keep things in the right order, and to help with some
10655         naming conventions.
10656         (speedbar-create-tag-hierarchy): Enable buffer local version of
10657         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10658         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
10659         the case, derive it from the cursor location in speedbar.
10661 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
10663         * international/mule-cmds.el (set-language-environment): On MS-DOS
10664         terminals, install DOS-specific nonascii-translation-table if the
10665         language info doesn't specify one.  Pass the default eol-type to
10666         set-language-environment-coding-systems.
10667         (set-default-coding-systems): Copy the eol-type property for the
10668         new default values of {buffer-file,process}-coding-system from the
10669         old defaults.
10670         (set-language-environment-coding-systems): Accept an optional
10671         argument EOL-TYPE, and set the eol-type property of the default
10672         coding systems accordingly.
10673         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10674         (set-keyboard-coding-system): Likewise.
10675         (set-default-coding-systems): Don't set
10676         default-terminal-coding-system on MS-DOS to anything but nil.
10677         (prefer-coding-system): Describe in the doc string that
10678         default-terminal-coding-system is not changed on MS-DOS.
10679         (set-language-environment): For MS-DOS, set standard syntax table
10680         and display table for all characters with code above 127.
10681         (standard-display-european-internal): For MS-DOS, pass all
10682         characters with code above 127 directly to the terminal, and don't
10683         remap characters 160 and 146 in the unibyte case.
10685         * international/codepage.el: New file.
10687 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10689         * diary-lib.el (diary-float): Fix end-of-year error and typos in
10690         comments.
10692 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
10694         * map-ynp.el (map-y-or-n-p): Ignore input methods.
10696         * subr.el (read-passwd): Likewise.
10698 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
10700         * info.el (Info-find-node): Add 1 to the position read from the
10701         tag table.  Don't fail if the node delimiter ^_ is the first
10702         character in the file.
10703         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
10704         first character in the file.
10705         (Info-read-subfile): Likewise.
10706         (Info-select-node): Likewise.
10707         (Info-build-node-completions): Likewise.
10709 1998-12-16  Richard Stallman  <rms@gnu.org>
10711         * term/x-win.el (x-cut-buffer-or-selection-value):
10712         If clipboard is enabled, try it before PRIMARY selection.
10714 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10716         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
10717         insert c-cedilla and C-cedilla respectively, like in latin-1.
10719 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
10721         * language/hebrew.el: Don't use sublists in the flags argument
10722         passed to make-coding-system.
10724 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10726         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
10727         list of character sets found by find-charset-region.
10729         * ps-mule.el: Always require ps-print.  Move some function
10730         definitions for Emacs 20.2 and the earlier to ps-print.el.
10731         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
10733         * ps-print.el: Define several functions for Emacs 20.2 and the
10734         earlier version.
10735         (ps-printer-name): Check if printer-name is bound.
10737 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10739         * ps-mule.el: Programming uniformization and little code improvement.
10740         (ps-mule-prepare-font): Programming uniformization.
10741         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
10742         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
10744         * ps-bdf.el: Programming uniformization and little code improvement.
10745         (bdf-search-and-read): New fun.
10746         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
10747         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
10748         (bdf-info-relative-compose, bdf-info-baseline-offset)
10749         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
10750         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
10751         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
10752         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
10753         improvement.
10755 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10757         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
10758         and mule related code extraction. Autoload ps-mule funs.
10760         * ps-mule.el: Doc fix. Require ps-print only when compiled.
10761         (ps-mule-prologue-generated): New fun.
10762         (ps-mule-plot-string): Add autoload cookie.
10763         (ps-mule-begin-job): Call ps-mule-prologue-generated.
10765 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10767         * ps-bdf.el: Require ps-mule instead of ps-print.
10768         (bdf-directory-list): Add autoload cookie.
10770         * ps-mule.el: New file.  Mule related code extracted from
10771         ps-print.el.  Require ps-print, provide ps-mule.
10772         (ps-multibyte-buffer): Add autoload cookie.
10773         (ps-mule-prepare-ascii-font): New fun.
10774         (ps-mule-set-ascii-font): New fun.
10775         (ps-mule-skip-same-charset): Fun deleted.
10776         (ps-mule-plot-string): Set ps-mule-current-charset.
10777         (ps-mule-initialize): Add autload cookie.  Don't set
10778         ps-mule-font-info-database here.
10779         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
10780         ps-mule-font-info-database and ps-control-or-escape-regexp.
10781         (ps-mule-begin-page): New fun.
10783         * ps-print.el: Mule related code moved to ps-mule.el.
10784         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
10785         check ps-mule-charset-list.
10786         (ps-begin-page): Don't set ps-mule-current-charset, instead call
10787         ps-mule-begin-page.
10788         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
10789         (ps-plot-region): Don't set ps-mule-current-charset, instead call
10790         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
10791         instead skip same charsets by itself.
10792         (ps-generate): Call ps-mule-initialize of needs-begin-file is
10793         non-nil.  Call ps-mule-begin-job.
10795 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10797         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
10798         instead of bdf.
10800         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
10801         (ps-mule-external-libraries): New element FEATURE.
10802         (ps-mule-init-external-library): Ajusted for the above change.
10803         (ps-mule-generate-font): Likewise.
10804         (ps-mule-generate-glyphs): Likewise.
10805         (ps-mule-prepare-font): Likewise.
10806         (ps-mule-initialize): Likewise.
10807         (ps-begin-file): Superfluous tailing parenthesis deleted.
10809 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
10811         * international/fontset.el (x-decompose-font-name): If PATTERN
10812         doesn't have any wild cards, return a vector made from a name that
10813         is found by x-resolve-font-name found.  Comments added.
10815         * international/mule-cmds.el (find-coding-systems-for-charsets):
10816         Handle the case of unknown charset.
10817         (find-multibyte-characters): If invalid multibyte characters are
10818         found, return the corresponding strings instead of character
10819         codes.
10820         (find-multibyte-characters): Adjusted for the above change.
10821         (select-safe-coding-system): For a unibyte buffer, always returns
10822         DEFAULT-CODING-SYSTEM.
10823         (get-charset-property): Fix previous change.  Make it a function.
10824         (put-charset-property): Make it a function.
10826         * international/mule.el (make-coding-system): Set mime-charset
10827         property of *-with-esc coding system to nil.
10829         * international/quail.el (quail-point-in-conversion-region): New
10830         function.
10831         (quail-conversion-backward-delete-char): When a key sequence is
10832         being translated, call quail-delete-last-char.
10834         * language/devan-util.el
10835         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
10836         handle devanagari-decomposition-rules.
10838 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
10840         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
10841         tex-start-options-string to empty string.
10842         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
10844 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
10846         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
10847         5xx responses are already handled properly).
10849 1998-12-13  Richard Stallman  <rms@gnu.org>
10851         * progmodes/compile.el (compilation-error-regexp-alist): Insist
10852         on a non-digit in the file name.
10854         * simple.el (comment-region): Handle comment-padding
10855         separately for insertion and for deletion, in the right way for each.
10857 1998-12-13  Felix Lee  <flee@cygnus.com>
10859         * progmodes/compile.el (compilation-error-regexp-alist): Fix
10860         regexp to match "ChangeLog:1:1998-12-09 ..."
10862 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
10864         * cus-start.el (dos-unsupported-char-glyph): Add.
10866 1998-12-11  Dave Love  <fx@gnu.org>
10868         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
10869         forward-sexp in condition-case.
10871         * emacs-lisp/find-func.el (find-function-search-for-symbol):
10872         Remove unnecessary test on `library' for explicit file name.
10873         Widen scope of save-match-data.
10875 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
10877         * international/mule.el (load-with-code-conversion): If the loaded
10878         file was inserted  with no-conversion or raw-text coding system,
10879         make the buffer unibyte.
10881 1998-12-09  Richard Stallman  <rms@gnu.org>
10883         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10884         Get rid of nested loops.
10886         * mouse.el (mouse-drag-vertical-line):
10887         If WHICH-SIDE is not `right', then scroll bars are on the left.
10889         * loadhist.el (load-history-loaded): defvar moved to help.el.
10891         * help.el (symbol-file-load-history-loaded): Variable renamed,
10892         and defvar moved from loadhist.el.
10893         (symbol-file): Renamed from describe-function-find-file.
10894         Load fns-VERSION.el here.
10895         (describe-variable, describe-function-1): Use symbol-file.
10897         * textmodes/tex-mode.el (tex-generate-zap-file-name):
10898         Don't start the name with #.
10900         * ispell.el: Take out the eval-when's.
10902 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
10904         * dirtrack.el (dirtrack-directory-change-hook): New hook.
10905         (dirtrack): Run it.  Make debug message more verbose.
10907 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
10909         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
10910         name of the abbrev table, and provide support for XEmacs.
10911         (octave-xemacs-p): New variable.
10913 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10915         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10916         exit, when mail-interactive is nil.
10918 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10920         * files.el (after-find-file): Message fix.
10922 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
10924         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10926 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
10928         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10929         filenames using backslashes.
10931 1998-12-09  Dave Love  <fx@gnu.org>
10933         * browse-url.el (browse-url-mail): Call compose-mail-other-window
10934         with correct number of args.
10935         (browse-url-maybe-new-window): New arg.  Callers changed.
10937         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10938         comment.
10940 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
10942         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10944 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
10946         * vc.el (vc-rcs-release): Fix Type.
10947         (vc-sccs-release): Fix Type.
10948         (vc-cvs-release): Fix Type.
10950         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10951         arg work right.
10953         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10954         output of last undeleted message.
10956 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
10958         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10959         (buffer-undo-list) [windows-nt]: Use different relative path.
10961 1998-12-07  Simon Marshall  <simon@gnu.org>
10963         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10965 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
10967         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10969         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10971 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
10973         * info.el (Info-menu): Don't return error if point is between menu
10974         header and first menu item.
10976 1998-12-04  Dave Love  <fx@gnu.org>
10978         * help.el (describe-function-1): Fix description for alias.
10980 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
10982         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10983         specifications from summary line.
10985         * rect.el (delete-whitespace-rectangle): Mark for autoload.
10986         (close-rectangle): Define alias only once in loaddefs.el.
10988 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
10990         * term/internal.el: Remove code which sets up a special syntax
10991         table for non-ASCII characters.
10993 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
10995         * dos-w32.el (direct-print-region-function): Try to ensure that
10996         printer-name is expanded to a file name on a local drive;
10997         sometimes printing a file loaded from a network volume fails.
10998         (direct-print-region-function): Add a function to
10999         write-region-annotate-functions to append a formfeed character to
11000         the region being printed, if the region doesn't end with a
11001         formfeed already.  This avoids creating a second print job
11002         containing a blank page when print spooling is enabled on Windows.
11004 1998-12-02  Dave Love  <fx@gnu.org>
11006         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11007         `Info-goto-node'.
11009 1998-12-02  Richard Stallman  <rms@gnu.org>
11011         * help.el (temp-buffer-resize-mode): Doc fix.
11013         * cus-edit.el (custom-save-delete): Save point before
11014         reading a sexp, rather than backing up.
11016         * international/iso-transl.el: Fix previous change.
11018 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11020         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11021         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11022         Added defvars to suppress compilation warnings.
11024 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
11026         * ispell.el: Improved and fixed customize for variables:
11027         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11028         ispell-dictionary-alist, ispell-skip-sgml.
11029         Improved and fixed comments in variables and messages for
11030         functions: ispell-help-in-bufferp, ispell-local-dictionary,
11031         ispell-menu-map, ispell-checking-message, ispell-parser,
11032         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11033         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11034         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11035         ispell-message-text-end, ispell-add-per-file-word-list.
11036         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11037         system is now required for all languages.  Casechars improved for
11038         castellano, castellano8, and norsk dictionaries.  Dictionary
11039         norsk7-tex added.  Dictionary polish added.
11040         (ispell-dictionary-alist): Redefined at load-time to support
11041         dictionary changes.
11042         (ispell-menu-map): Redefined at load-time to support menu changes.
11043         (ispell-check-version): New alias for `check-ispell-version'.
11044         (ispell-parse-output): Fixed matching for ispell error messages.
11045         Correctly returns spelling suggestions in order generated by ispell
11046         process.
11047         (check-ispell-version): Ensure `case-fold-search' doesn't get
11048         redefined.
11049         (ispell-complete-word): Ensure `case-fold-search' doesn't get
11050         redefined.  Fix bug that didn't respect case of word being completed.
11051         (ispell-init-process): Set process coding system to be compatible
11052         with emacs processes and the ispell process.
11053         (ispell-kill-ispell): Ensures ispell process has terminated before
11054         starting new process.  This can otherwise confuse process filters
11055         and hang the ispell process.
11056         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11057         skipping support for sgml.
11058         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
11059         which could cause `ispell-complete-word' to hang.
11060         (ispell-message): Improved message reference matching.  Ensure
11061         `case-fold-search' doesn't get redefined.
11062         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11063         get redefined.  Fixed bug in returning to nroff mode from tex mode.
11064         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11065         get redefined.
11067 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11069         * textmodes/flyspell.el (flyspell-check-word-p):
11070         Don't delay inside a kbd macro.
11072         * subr.el (make-local-hook): Return the hook variable.
11074 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11076         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11077         Use a timer instead of post-command-hook.
11078         (hscroll-timer): New variable.
11080 1998-11-30  Dave Love  <fx@gnu.org>
11082         * help.el (help-xref-button): Do nothing if text already has the
11083         help-xref property.
11084         (describe-variable): Revert previous change to hyperlink to source.
11086 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
11088         * bindings.el (features): Add `base64' to this list.
11090         * loadhist.el (symbol-file): Doc fix.
11092         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11094         * files.el (hack-one-local-variable): Cope with non-file buffers.
11096 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
11098         * help.el (describe-mode): Put major mode first.
11100         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11101         to support special-display and same-window features.
11103 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11105         * simple.el (transpose-subr, transpose-subr-1): Rename variables
11106         bound in one function and used in the other.
11107         (transpose-subr-start1, transpose-subr-start2): Add defvars.
11108         (transpose-subr-end1, transpose-subr-end2): Add defvars.
11110 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11112         * autoinsert.el (auto-insert-alist): Use user-mail-address.
11114 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
11116         * international/ccl.el (ccl-dump-translate-character-const-tbl):
11117         Give format correct control string.
11119         * international/mule.el (define-translation-table): Fix bug of
11120         setting incorrect translation-table-id.  If the first element of
11121         ARGS is a translation table, just register it.
11123         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11124         property.
11126 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
11128         * thingatpt.el (thing-at-point-url-at-point): Don't use current
11129         syntax table to determine what is whitespace.
11131 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
11133         * frame.el (frame-parameter): Doc fix.
11135         * textmodes/tex-mode.el (tex-feed-input): New function.
11136         (tex-define-common-keys): Add binding for C-c C-m.
11138 1998-11-23  Dave Love  <fx@gnu.org>
11140         * progmodes/fortran.el: Various minor doc fixes.
11141         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11142         (fortran-with-subprogram-narrowing): New macro.
11143         (fortran-check-for-matching-do): Use it.
11144         (fortran-end-do): Use fortran-check-end-prog-re.
11145         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11146         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11148 1998-11-23  Simon Marshall  <simon@gnu.org>
11150         * font-lock.el (font-lock-defaults): Doc fix.
11151         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11152         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11154         * lazy-lock.el (lazy-lock-unstall):
11155         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11157         * fast-lock.el (fast-lock-save-cache-1):
11158         (fast-lock-cache-data): Rewritten to use with-temp-message.
11160 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
11162         * mail/rmail.el (rmail-set-message-counters-counter): Detect
11163         messages that have been added with DOS line endings and convert
11164         the line endings for such messages.
11166 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11168         * help.el: Add resizing of temporary buffers.
11169         (temp-buffer-resize-mode): New command and variable.
11170         (temp-buffer-max-height): New variable.
11171         (resize-temp-buffer-window): New function.
11173         * window.el (window-buffer-height): New function, split from
11174         shrink-window-if-larger-than-buffer.
11175         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11177 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
11179         * frame.el (initial-frame-alist): Add defcustom.
11181         * shell.el (shell-prompt-pattern): Add defcustom.
11183 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185         * message.el (message-ignored-supersedes-headers): Remove
11186         NNTP-Posting-Date.
11188 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11190         * help.el (describe-mode): Don't avoid loop indirecting thru
11191         value of INDICATOR.
11193 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11195         * help.el (describe-variable): Allow any variable with a defcustom,
11196         even if it is not a user variable.
11198         * mail/rmail.el (mail-unsent-separator): Additional alternative.
11200 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
11202         * gnus/nntp.el (nntp-request-group): Allow for failures when
11203         requesting a new group.
11205 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11207         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11209 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11211         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11213 1998-11-19  Simon Marshall  <simon@gnu.org>
11215         * subr.el (with-temp-message): New macro.
11217         * emacs-lisp/lisp-mode.el (with-temp-message):
11218         Add lisp-indent-function property.
11220 1998-11-18  Dave Love  <fx@gnu.org>
11222         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11224 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11226         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11227         This is not obsolete.
11229 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
11231         * textmodes/picture.el: Make a new map by make-keymap.
11232         (picture-desired-column): New variable.
11233         (picture-update-desired-column): New function.
11234         (picture-beginning-of-line): Set picture-desired-column to 0.
11235         (picture-end-of-line): Set picture-desired-column to the current
11236         column.
11237         (picture-forward-column): Pay attention to multi-column character.
11238         (picture-backward-column): Likewise.
11239         (picture-move-down): Likewise.
11240         (picture-move-up): Likewise.
11241         (picture-movement-nw): With prefix arg, move twice columns.
11242         (picture-movement-ne): Likewise.
11243         (picture-movement-sw): Likewise.
11244         (picture-movement-se): Likewise.
11245         (picture-set-motion): Handle two-column movements.
11246         (picture-move): Call picture-move-down or picture-forward-column
11247         only when necessary.
11248         (picture-insert): Pay attention to picture-desired-column.
11249         (picture-self-insert): Likewise.
11250         (picture-clear-column): Pay attention to multi-column character.
11251         (picture-mode): Modify doc-string for two-column movement.
11253         * rect.el (move-to-column-force): New function.
11254         (operate-on-rectangle): If coerce-tabs is non-nil, call
11255         move-to-column-force instead of move-to-column.
11256         (insert-rectangle): Call move-to-column-force instead of
11257         move-to-column.
11258         (open-rectangle-line): If begextra is not zero, call
11259         move-to-column-force.
11262 1998-11-16  Dave Love  <fx@gnu.org>
11264         * textmodes/sgml-mode.el Require skeleton when compiling.
11265         (sgml-font-lock-keywords-1): Accept single-letter tags.
11266         (v2): Defvar free variable.
11268 1998-11-16  Sam Steingold  <sds@goems.com>
11270         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11271         macro, not ELisp one.
11273 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11275         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11276         characters to symbol.
11278         * language/japan-util.el (japanese-zenkaku-region): New optional
11279         arg KATAKANA-ONLY.
11281 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
11283         * international/mule.el
11284         (after-insert-file-set-buffer-file-coding-system): If the buffer
11285         is changed to unibyte, return inserted bytes.
11287         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11288         and link names if necessary.
11289         (tar-header-block-summarize): Handle the case that file or link
11290         names are multibyte.
11291         (tar-summarize-buffer): At first set the current buffer unibyte,
11292         then if there are multibyte file names, change it to multibyte.
11293         (tar-mode): Get char position from tar-header-offset.
11294         (tar-extract): Avoid multibyte<->unibyte conversion in
11295         insert-buffer-subsring by setting both buffers unibyte
11296         temporarily.
11297         (tar-copy): Set the buffer unibyte while doing a work.  Write
11298         without code conversion.
11299         (tar-expunge): Set the buffer unibyte while doing a work.
11300         (tar-alter-one-field): Likewise.
11301         (tar-clear-modification-flags): Compare byte position with
11302         tar-header-offset.
11303         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11304         insert-buffer-subsring by setting both buffers unibyte
11305         temporarily.  Pay attention to multibyteness while updating the
11306         descriptor-line.
11307         (tar-mode-write-file): Write without code conversion.
11309 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311         * nngateway.el: Require cl.
11313 1998-11-15  Dave Love  <fx@gnu.org>
11315         * progmodes/fortran.el: Fix previous change:
11316         (fortran-end-prog-re1): Changed.
11317         (fortran-check-end-prog-re): New function.
11318         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11320 1998-11-13  Tom Breton  <tob@world.std.com>
11322         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11323         GNU Emacs.
11325 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
11327         * textmodes/reftex.el: (reftex-finding-files): Group documentation
11328         fixed.
11329         (reftex-toc-toggle-file-boundary,
11330         reftex-toc-toggle-labels,
11331         reftex-toc-toggle-context,reftex-find-start-point): New functions.
11332         (reftex-toc-include-labels, reftex-toc-include-context,
11333         reftex-toc-include-file-boundaries,
11334         reftex-toc-keep-other-windows): New options.
11335         (reftex-use-text-after-label-as-context): Option removed.
11336         (reftex-extract-bib-entries): Protect use in non-latex
11337         buffers.
11338         (reftex-toc-visit-location): Renamed from
11339         `reftex-toc-visit-line'.
11340         (reftex-latin1-to-ascii): Works now with and without Mule.
11341         (reftex-truncate): Removed special stuff for Emacs 20.2.
11342         (reftex-get-offset): Made more general.
11343         (reftex-show-label-location): Renamed from
11344         `reftex-select-label-callback'.
11345         (reftex-pop-to-label): Function removed (using
11346         `reftex-show-label-location' instead.
11347         (reftex-insert-docstruct): Renamed from
11348         `reftex-make-and-insert-label-list'.  Function args changed.
11349         (reftex-toc): Now uses `reftex-insert-docstruct' and
11350         `reftex-find-start-point'.
11351         (reftex-select-item): Use `reftex-find-start-point'.
11352         (reftex-toc-visit-line): Can display labels and file
11353         boundaries.
11354         (reftex-TeX-master-file): `(TeX-master-file)' protected.
11356 1998-11-12  Sam Steingold  <sds@goems.com>
11358         * browse-url.el (browse-url): Handle the case when
11359         `browse-url-browser-function' is a lambda list.
11361 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
11363         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11364         version string.
11365         * loadhist.el (symbol-file): Likewise
11367 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
11369         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11371 1998-11-11  Sam Steingold  <sds@goems.com>
11373         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11374         `run-lisp' instead of signalling an error.
11376 1998-11-11  Karl Heuer  <kwzh@gnu.org>
11378         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11380 1998-11-11  Richard Stallman  <rms@gnu.org>
11382         * vc-hooks.el (vc-toggle-read-only): Doc fix.
11384 1998-11-11  Per Starback  <starback@update.uu.se>
11386         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11387         renamed svenska8 to svenska, and fixed and extended CASECHARS
11388         for it.
11390 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
11392         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11393         handling if setpagedevice is not available.
11394         (ps-begin-file): Fix typo.
11396 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
11398         * international/mule-util.el (compose-chars-component): Signal
11399         error if CH is a rule-based composition character.
11400         (compose-chars): Signal error if an already compsed character is
11401         going to be composed by rule-base.
11403         * term/x-win.el: If a resolved ASCII font name doesn't conform to
11404         full XLFD, don't try to get information of WEIGHT and SLANT from
11405         that font name.
11407 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
11409         * dos-w32.el (set-default-process-coding-system): Use function on
11410         before-init-hook to set default-process-coding-system based on
11411         enable-multibyte-characters.
11413         * term/w32-win.el ([language-change]): For now ignore
11414         keyboard language-change events.
11416 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
11418         * ediff-util.el (ediff-make-temp-file): Run the prefix through
11419         convert-standard-file-name, but leave the results of
11420         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
11421         characters if the original name already exists, or has a special
11422         handler.
11424 1998-11-10  Karl Heuer  <kwzh@gnu.org>
11426         * international/iso-insert.el: Delete autoload cookies.
11428         * international/iso-transl.el: Add autoload cookies.
11430 1998-11-10  Richard Stallman  <rms@gnu.org>
11432         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11433         (ispell-process-line): Don't treat multibyte
11435 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
11437         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11438         setpagedevice to specify the page size if setpagedevice is
11439         available.  This is necessary to select the correct paper tray on
11440         Level 2 printers with multiple paper sizes available.
11442         (ps-begin-file): Cope with font names that contain spaces, and
11443         call BeginDoc in a BeginSetup/EndSetup block.
11445 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
11447         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11448         convert-standard-filename.
11450         * loadhist.el (symbol-file): Run fns-VERSION.el through
11451         convert-standard-filename.
11453 1998-11-06  Richard Stallman  <rms@gnu.org>
11455         * textmodes/texinfmt.el (texinfo-format-scan):
11456         Detect the case of two @-commands in a row; process just the first.
11457         (texinfo-append-refill): If line has a @c, insert the @refill
11458         before it.
11459         (texinfo-format-refill): Return with point where the @refill was.
11461         * files.el (hack-local-variables): Test local-enable-local-variables.
11462         (hack-local-variables-prop-line): Likewise.
11463         (set-auto-mode): Don't test local-enable-local-variables here.
11464         (enable-local-variables): Doc fix.
11465         (local-enable-local-variables): Doc fix.
11466         (normal-mode): Doc fix.
11468 1998-11-06  Karl Heuer  <kwzh@gnu.org>
11470         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11472 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
11474         * simple.el (line-number-mode): Doc fix.
11476 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
11478         * international/fontset.el (create-fontset-from-fontset-spec):
11479         Give correct arg to `error'.
11481 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
11483         * textmodes/sgml-mode.el (html-mode): Doc fix.
11484         (sgml-name-8bit-mode): Fix missing format character in message string.
11486 1998-11-05  Karl Heuer  <kwzh@gnu.org>
11488         * mail/sendmail.el (sendmail-send-it): Check for failure.
11490 1998-11-05  Richard Stallman  <rms@gnu.org>
11492         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11494         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11495         (close-rectangle): Define as alias.
11497 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
11499         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11501 1998-11-05  Dave Love  <fx@gnu.org>
11503         * help.el (describe-variable): Don't quote link to source.
11505 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
11507         * gud.el (gud-common-init): Use pop-to-buffer.
11508         (same-window-regexps): Add an element that matches all gud buffers.
11510 1998-11-04  Jason Rumney  <jasonr@altavista.net>
11512         * term/w32-win.el (x-get-selection-value): Alias to
11513         x-cut-buffer-or-selection-value.
11514         (w32-standard-fontset-spec): New variable.
11515         (w32-create-initial-fontsets, mouse-set-font): Check whether
11516         new-fontset is available.
11517         (w32-use-w32-font-dialog): Enable use of set-variable.
11519 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11521         * vc.el (with-vc-file, edit-vc-file): New macros.
11523 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
11525         * international/quail.el (quail-show-guidance-buf): Call
11526         set-minibuffer-window to set minibuffer window of the current
11527         frame correctly.
11529 1998-11-03  Theodore Jump <tjump@tertius.com>
11531         * term/w32-win.el: Require fontset.
11533 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
11535         * faces.el (set-face-font): Call resolve-fontset-name on w32.
11536         (set-face-font-auto): Ditto.
11538 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
11540         * mouse.el (mouse-drag-region): Fix typo.
11542 1998-11-02  Dave Love  <fx@gnu.org>
11544         * progmodes/fortran.el Fix for fontification of strings lost somehow:
11545         (fortran-fontify-string): New function.
11546         (fortran-font-lock-keywords-1): Use it.
11548 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
11550         * comint.el (comint-file-name-quote-list): Doc fix.
11552 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11554         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11555         build directory, not source directory.
11557         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11558         if we did not get one for the final move.
11560 1998-11-01  Dave Love  <fx@gnu.org>
11562         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11563         Don't funcall browse-url-browser-function.
11565         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11566         Don't funcall browse-url-browser-function.
11568         * fortran.el (fortran-end-prog-re1): Fix the regexp.
11570 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
11572         * files.el (revert-buffer): Doc fix.
11574 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
11576         * textmodes/tex-mode.el (tex-start-options-string):
11577         Quote the backslashes with more backslashes.
11579 1998-10-31  Dave Love  <fx@gnu.org>
11581         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11582         (webjump): Don't funcall browse-url-browser-function.
11584 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
11586         * international/quail.el (quail-start-translation): Handle
11587         switching of the frame in read-key-sequence.
11588         (quail-start-conversion): Likewise.
11589         (quail-show-guidance-buf): Detach quail-guidance-buf from any
11590         windows before setting an appropriate window for it.
11591         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
11592         quail-guidance-win to nil.
11593         (quail-update-guidance): If quail-guidance-buf is not in the
11594         selected frame, call quail-show-guidance-buf again.
11596 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
11598         * progmodes/pascal.el (pascal-mode):
11599         `blink-matching-paren-dont-ignore-comments' set to t.
11601 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11603         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11605 1998-10-30  Dave Love  <fx@gnu.org>
11607         * vc.el (vc-backend-merge-news): Check for "P" output.
11609         * help.el (describe-variable): Hyperlink the definition.
11611 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
11613         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11614         (sh-set-shell): Likewise.
11616         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11618         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11619         (edebug-on-error): Fix customize type to match that of
11620         debug-on-error.
11622         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11624         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11625         report-emacs-bug-address instead of undefined bug-gnu-emacs.
11627         * international/mule-cmds.el (select-message-coding-system): Doc
11628         fix.
11630         * international/mule-diag.el (describe-coding-system): Describe
11631         all flags.
11633         * mail/sendmail.el (sendmail-coding-system,
11634         default-sendmail-coding-system): Doc fix.
11636         * simple.el (shell-command-on-region): Doc fix.
11638         * loadup.el: Write fns-*.el in current directory instead of
11639         data-directory since no installation directory exists yet.  Mark
11640         buffer unmodified afterwards.
11642         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11643         instead of data-directory since it is architecture dependent.
11644         (load-history-loaded): Update doc string.
11646 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
11648         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11649         path as a default directory when canonicalizing names.
11651         * w32-fns.el: Remove a dangling reference to a directory on the
11652         build machine.
11654 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11656         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11657         namespace related keywords such as `class', `body', `private',
11658         `variable', `namespace eval', etc.
11659         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11660         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11661         imenu and font-lock so that searches for \sw would find words
11662         containing colons.
11664         * progmodes/etags.el (initialize-new-tags-table):
11665         Do not alter find-tag-marker-ring and tags-location-ring.
11667 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
11669         * term/w32-win.el: Require fontset.
11670         (w32-init-fontsets): New function (code from x-win.el).
11672 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11674         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11675         calendar-and-diary-frame-parameters):  Add title parameter.
11677 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11679         * completion.el (dynamic-completion-mode): New function to enable
11680         the mode.  (Just loading the file now does not change anything.)
11682 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11684         * ps-print.el: User option for multibyte buffer handling and doc fix.
11685         (ps-multibyte-buffer): New user option.
11686         (ps-setup): Print new user option.
11687         (ps-print-quote): New fun.
11688         (ps-color-p, ps-mule-font-info-database-latin): New var.
11689         (ps-default-color, ps-mule-font-info-database)
11690         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11691         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11692         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11693         Little code improvement.
11694         (ps-mule-initialize): Initialize ps-mule-font-info-database.
11695         (ps-print-prologue-header, ps-font-family, ps-font-size)
11696         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
11697         (ps-build-face-reference, ps-mule-font-info-database-bdf)
11698         (ps-mule-external-libraries, ps-mule-init-external-library)
11699         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
11700         Doc fix.
11701         (ps-print-version): New version number (4.1.1) and doc fix.
11702         (ps-print-prologue-header): New user option.
11703         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
11704         Conditional compilation for GNU Emacs and emacsens.
11705         (ps-generate-postscript-with-faces): Skip invisible text better.
11706         (ps-setup): Print new user option.
11707         (ps-print-preprint): Check if input file name exists and is unwritable.
11708         (ps-begin-file): Adjust PostScript prologue header for duplex printers
11709         and insert user PostScript prologue header comments.
11710         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
11711         New funs.
11712         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
11713         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
11714         PostScript programming normalization.
11715         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
11716         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
11717         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
11718         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
11719         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
11720         Programming style normalization.
11722 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11724         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11725         version, check the value of mule-version.
11727         * international/mule-util.el (compose-region): Insert then delete
11728         to preserve markers.
11729         (decompose-region): Use search-forward for efficiency.
11731         * language/chinese.el (pre-write-encode-hz): Cancel previous
11732         change, use generate-new-buffer instead of get-buffer-create.
11733         * language/devan-util.el
11734         (in-is13194-devanagari-pre-write-conversion): Likewise.
11735         * language/thai-util.el (thai-pre-write-conversion): Likewise.
11736         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11737         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11739 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11741         * mail/rmailsum.el (rmail-message-subject-p):
11742         Handle message whose header has not been reformatted.
11744         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
11746 1998-10-25  Jason Rumney  <jasonr@altavista.net>
11748         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
11749         New variables.
11750         (mouse-set-font): Use font menus instead of dialog according to
11751         w32-use-w32-font-dialog.
11753 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11755         * calendar/calendar.el (calendar-day-name-array): Add doc string
11756         correctly!
11757         (calendar-month-name-array): Add doc string correctly!
11759 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
11761         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
11763 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
11765         * lisp/info.el (Info-next-menu-item): Stay on top of node.
11767         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
11769         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
11771         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
11773 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
11775         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
11777 1998-10-21  Karl Heuer  <kwzh@gnu.org>
11779         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
11780         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
11781         (profile-filter, profile-reset-timer): Functions deleted.
11782         (profile-check-zero-init-times, profile-get-time): Likewise.
11783         (profile-find-function, profile-quit): Likewise.
11784         (profile-distinct, profile-call-stack, profile-last-time): New vars.
11785         (profile-time-list, profile-init-list): Doc fix.
11786         (profile-functions): Simplify.
11787         (profile-print): Use float.  Make output include space separators.
11788         (profile-add-time): New helper function.
11789         (profile-function-prolog): Renamed from profile-start-function.
11790         Handle profile-distinct.
11791         (profile-function-epilog): Renamed from profile-update-function.
11792         Handle profile-distinct.
11793         (profile-a-function): If the function to be profiled is an
11794         autoload form, load it.  If it's lazy-loaded, fetch it.
11795         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
11796         (profile-restore-fun): Arg FUN is now a function symbol, as was
11797         documented, rather than a one-element list.
11798         (profile-finish): Call profile-restore-fun properly.
11800 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
11802         * international/characters.el: Setup charset property
11803         nospace-between-words.
11805         * international/mule-cmds.el (get-charset-property): If CHARSET is
11806         composition, return nil.
11807         (put-charset-property): If CHARSET is composition, do nothing.
11809         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11810         * language/devan-util.el
11811         (in-is13194-devanagari-pre-write-conversion): Likewise.
11812         * language/thai-util.el (thai-pre-write-conversion): Likewise.
11813         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
11814         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
11816         * textmodes/fill.el (sentence-end-without-period): New variable.
11817         (canonically-space-region): Pay attention to
11818         sentence-end-without-period.
11819         (fill-find-break-point): The first argument CHARSET deleted.
11820         Caller changed.
11821         (fill-region-as-paragraph): Pay attention to charset property
11822         nospace-between-words and text property nospace-between-words.
11824 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11826         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
11827         an unrecognized shell.
11829 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
11831         * desktop.el (desktop-save): Include minor modes symbolically.
11832         (desktop-create-buffer): Turn on all minor modes in `mim'.
11834 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11836         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
11837         (sh-font-lock-keywords): Handle rpm and rpm2.
11838         (sh-ancestor-alist): Handle rpm.
11840         * files.el (auto-mode-alist): Recognize .rpm files.
11841         Also .spec and .mspec files.
11843 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
11845         * faces.el (frame-set-background-mode): Enable the function for
11846         MSDOS frames.
11848 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11850         * calendar/calendar.el (calendar-day-name-array): Add doc string.
11851         (calendar-month-name-array): Add doc string.
11853 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11855         * simple.el (kill-ring-max): Increased to 60.
11857 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
11859         * international/characters.el: Setup auto-fill-chars.
11861         * international/kinsoku.el (kinsoku): Check the variable
11862         enable-kinsoku.
11864         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
11865         Don't call kinsoku directly, intead call fill-find-break-point.
11867         * textmodes/fill.el: Setup `fill-find-break-point-function'
11868         property to character sets which require `kinsoku' processing for
11869         filling.
11870         (fill-find-break-point): New function.
11871         (fill-region-as-paragraph): Don't check kinsoku-enable here.
11872         Don't call kinsoku directly, intead call fill-find-break-point.
11874 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
11876         * faces.el (modify-face-read-string): Return (nil) for "none".
11877         (modify-face): Don't get error if (nil) is the argument.
11878         (face-try-color-list): Don't check whether nil is a valid color.
11880 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11882         * emacs-lisp/bytecomp.el (byte-recompile-directory):
11883         Print message about each directory, even in batch mode.
11885         * gnus/nntp.el: Require `cl' before using nnoo-declare.
11887         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
11888         (ps-mule-string-char): No need to use sref.
11889         (ps-mule-next-index): No need to use sref.
11891         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
11893         * files.el (revert-buffer-internal-hook): Add defvar.
11895         * arc-mode.el (archive-mode): Locally set file-precious-flag.
11897         * tar-mode.el (tar-mode): Locally set file-precious-flag.
11899 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
11901         * international/mule-cmds.el (default-input-method): Fix custom type.
11903         * net-utils.el (whois-server-list): Fix customization type.
11905         * shell.el (shell-input-autoexpand): Fix customization group.
11907 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
11909         * repeat.el (repeat): Handle keyboard macros properly.
11910         Handle new prefix arg after self-insert command.
11912         * repeat.el: Don't include cl even at compile time.
11913         (repeat): Avoid using `loop'.
11915         * simple.el (shell-command-on-region): Doc fix.
11916         (next-history-element): Special error message if no default.
11918 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
11920         * ps-print.el (ps-print-buffer): Doc fix.
11921         (ps-despool): Likewise.
11923         * arc-mode.el (arc-mode): Provide arc-mode.
11925 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11927         * ps-print.el (ps-print-buffer): Doc fix.
11929 1998-10-14  Dave Love  <fx@gnu.org>
11931         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11932         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11933         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11935         * progmodes/fortran.el (fortran-mode-map): Change "Join
11936         Continuation Line" to "Join Line".
11937         (fortran-font-lock-keywords-1): Add "cycle", "exit".
11939 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11941         * progmodes/fortran.el (fortran-join-line): Use
11942         `delete-indentation' instead of issuing an error message if not on
11943         a continuation line.  Provide for joining several lines using
11944         prefix arg.
11946 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
11948         * term/pc-win.el (msdos-color-values): New variable.
11949         (x-color-values): New function, emulates its namesake from
11950         src/xfns.c.
11951         (msdos-bg-mode): Add all dark colors to those which return
11952         "dark".
11954 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11956         * replace.el (keep-lines, flush-lines, how-many):
11957         Don't ignore case if arg has upper case letters.
11959 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
11961         * progmodes/vhdl-mode.el
11962         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11963         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11964         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11965         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11966         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11967         (vhdl-when): Fix indentation problem.
11968         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11969         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11970         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11972 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
11974         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11975         (ls-lisp-insert-directory): Renamed from insert-directory.
11976         (insert-directory): New function.
11978 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
11980         * simple.el (completion-fixup-function): Variable deleted.
11981         (completion-setup-function): Delete code for completion-fixup-function.
11982         * emacs-lisp/lisp.el (lisp-complete-symbol):
11983         Don't bind completion-fixup-function.
11985         * files.el (find-file-wildcards): New option.
11986         (find-file-noselect): Handle wild cards, if enabled.
11987         (file-expand-wildcards): New function.
11989         * simple.el (set-fill-column): Doc fix.
11991 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11993         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11995 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
11997         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11998         Move declaration before first use.
11999         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12000         hif-math, hif-factor): Rename token to hif-token and token-list to
12001         hif-token-list.
12002         (hif-token, hif-token-list): Declare them.
12003         (hif-find-ifdef-block): Return cons of top and bottom point
12004         instead of setting dynamically bound variables.
12005         (hide-ifdef-block, show-ifdef-block): Use return value of
12006         hif-find-ifdef-block.
12008 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12010         * subr.el (read-passwd): Use clear-this-command-keys.
12012         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12014         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12015         and ...-for-write.
12017 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
12019         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12020         responses to GROUP command, since this may be called from a timer
12021         with quit inhibited.
12023 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
12025         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12026         set unconditional-jump to nil.
12027         (ccl-compile-read-multibyte-character): Return nil.
12028         (ccl-compile-write-multibyte-character): Likewise.
12029         (ccl-compile-translate-character): Likewise
12030         (ccl-compile-map-multiple): Likewise.
12031         (ccl-compile-map-single): Likewise.
12033         * international/kinsoku.el: Add coding tag.
12034         (kinsoku-bol): Remove superfluous TAB in a string.
12036         * international/mule-cmds.el (find-coding-systems-for-charsets):
12037         Delete `composition' (if any) from CHARSETS.
12039 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
12041         * international/mule-cmds.el (setup-specified-language-environment):
12042         Add apropos-inhibit property.
12043         (describe-specified-language-support): Likewise.
12045 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
12047         * international/mule.el (make-coding-system): Create -with-esc
12048         variant coding system.
12050 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12052         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12053         (next-file): Optionally offer to revert a file's buffer,
12054         if it has an existing buffer but the file has changed.
12056         * info.el (Info-insert-dir): Detect and report problems
12057         in input files, such as "No Top node".  Return with point
12058         at the beginning of the text.
12059         (Info-find-node): Reinsert the code to handle files
12060         with no tags table; it was deleted by mistake.
12062 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
12064         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12065         texinfo-find-higher-level-node repeatedly find the same node.
12066         (texinfo-find-higher-level-node): Doc fix.
12068 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
12070         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12071         (smtpmail-address-buffer): Add defvar.
12072         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12074         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12076         * ffap.el (ffap-machine-p-local): Fix editing error.
12078 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
12080         * faces.el (frame-set-background-mode):
12081         Don't do anythung for text-only or MSDOS frame.
12083 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
12085         * international/quail.el (quail-defrule): New optional arg APPEND.
12086         (quail-defrule-internal): Fix bug of handling the argument APPEND.
12088 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
12090         * gnus/pop3.el (pop3-open-server):
12091         Set process-coding-system-alist around open-network-stream.
12093 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
12095         * files.el (save-buffer): Doc fix.
12097 1998-10-07  Karl Heuer  <kwzh@gnu.org>
12099         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12100         return DEF unchanged, not nil.  Simplify.
12102 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
12104         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12106 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
12108         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12110         * net-utils.el (ftp, nslookup): Require comint.
12111         (network-service-connection): Likewise.
12112         (whois-server-name): Defaults to whois.arin.net
12113         (whois-server-list, whois-server-tld, whois-guess-server): New var.
12114         (whois): Tries to guess the appropriate top-level domain server.
12115         (whois-get-tld): New function.
12117         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12118         (dirtrack-debug-toggle): Added this function.
12120 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12122         * files.el (find-file-noselect): Switch to the correct buffer
12123         before checking find-file-literally, and allow non-nil non-t
12124         rawfile params.
12126 1998-10-06  Karl Heuer  <kwzh@gnu.org>
12128         * midnight.el (clean-buffer-list): Add autoload cookie.
12130         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12131         no-autosave.
12132         * tar-mode.el (tar-mode-revert): Likewise.
12133         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12134         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
12135         * gnus/message.el (message-auto-save-directory): Renamed from
12136         message-autosave-directory.  All references changed.
12138 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12140         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12141         string.  Expose mime stuff while searching.
12143 1998-10-06  Richard Stallman  <rms@gnu.org>
12145         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12147         * replace.el (perform-replace): Position point properly
12148         before and after the recursive edit of C-r.
12150         * progmodes/etags.el (tags-reset-tags-tables): Properly
12151         find the markers in the old rings that are being discarded.
12153 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12155         * apropos.el (apropos-print): Control invalid characters.
12157         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12158         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12159         confusing customize.
12161 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
12163         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12164         built-in commands.  Add more built-in commands and fix face names.
12166 1998-10-05  Simon Marshall  <simon@gnu.org>
12168         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12170 1998-10-04  Eric Ludlam  <zappo@gnu.org>
12172         * speedbar.el (speedbar-initial-expansion-list-name): Remove
12173         customization since it is not useful in this case.
12174         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12175         sure it gets evalled to a number.  Also verify that set-frame-name
12176         fn exists before calling it.
12178         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12179         Protect a `forward-sexp' call which could fail, and improved regex
12180         for ie, and eg abbreviations.
12182 1998-10-02  Noah Friedman  <friedman@splode.com>
12184         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12185         send-string.
12186         (rlogin-send-Ctrl-D): Here also.
12187         (rlogin-send-Ctrl-Z): Here also.
12188         (rlogin-send-Ctrl-backslash): Here also.
12190 1998-10-02  Dave Love  <fx@gnu.org>
12192         * outline.el (hide-region-body): Bind
12193         outline-view-change-hook to nil while making repeated calls to
12194         outline-flag-region.  Run it once at the end.
12195         (hide-other, hide-sublevels, show-children): Likewise.
12197         * info-look.el: Remove duplicate scheme-mode entry.
12198         (info-lookup-make-completions): When looking for entries, check
12199         that `item' isn't null or "Menu".
12201 1998-10-01  Karl Heuer  <kwzh@gnu.org>
12203         * net-utils.el: Don't require ffap.
12204         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12205         (ping, nslookup-host, finger, network-connection-to-service): Use them.
12207 1998-09-30  Richard Stallman  <rms@gnu.org>
12209         * ispell.el (check-ispell-version): No need to bind default-major-mode.
12211         * imenu.el (imenu--generic-function): Sort each submenu by position.
12212         (imenu--sort-by-position): New function.
12214         * cus-edit.el (Custom-mode-menu): Fix info node name.
12215         (customize group): Fix info node name.
12217         * mail/mailalias.el (build-mail-aliases): Don't allow
12218         a newline in the alias name.  Don't define an alias
12219         if the definition would be empty.
12221         * which-func.el (which-func-mode-global): Make :set function
12222         more reliable.
12224         * custom.el (custom-set-variables): Load the requests first,
12225         then check the symbol's `set' function.
12227         * ffap.el: Doc fixes.
12229 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12231         * gnus.el: (gnus-valid-select-methods): Fix type.
12232         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12233         * gnus-score.el (gnus-orphan-score): Fix type.
12234         (gnus-score-default-header, gnus-score-default-type): Fix type.
12235         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12236         (gnus-saved-headers): Fix type.
12238         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12239         Avoid nil value of `two-lines-citation-part'.
12241 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
12243         * which-func.el (which-function): Handle case when
12244         (car imenu--index-alist) is nil.
12246 1998-09-29  Dave Love  <fx@gnu.org>
12248         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12249         bzip2 args.
12251 1998-09-29  Simon Marshall  <simon@gnu.org>
12253         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12254         comint-exec-hook.
12256 1998-09-29  Stephen Eglen  <stephen@gnu.org>
12258         * info-look.el: Add support for Octave.
12260 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
12262         * textmodes/reftex.el (reftex-finding-files): New customize group.
12263         (reftex-texpath-environment-variables,
12264         reftex-use-external-file-finders, reftex-external-file-finders,
12265         reftex-search-unrecursed-path-first): New options.
12266         (reftex-process-string, reftex-find-file-externally): New
12267         functions.
12268         (reftex-access-search-path): Execute shell commands to find the
12269         search path.
12270         (reftex-toggle-auto-view-crossref): When turning on, make sure
12271         `reftex-auto-view-crossref' becomes non-nil.
12272         (reftex-abbrev-regexp): Constant removed.
12273         (reftex-convert-string): Abbrev regexp calculated locally.
12275 1998-09-28  Dave Love  <fx@gnu.org>
12277         * progmodes/fortran.el: Don't call regexp-opt when deriving
12278         font-lock patterns with keywords that aren't all literal.
12280 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12282         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
12283         the form `octave.bin:1>' which come from using precopiled binary
12284         versions.
12286 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12288         * help.el (help-for-help): Use %THIS-KEY%.
12289         (help-quit): Add doc.
12291         * help-macro.el (make-help-screen): Keep HELP-TEXT
12292         in a separate function definition, not in the help command FNAME.
12293         Replace %THIS-KEY% with the key sequence that ran FNAME.
12295 1998-09-25  Richard Stallman  <rms@gnu.org>
12297         * textmodes/texinfo.el (texinfo-show-structure):
12298         Bind inhibit-read-only.
12300         * isearch.el (isearch-search-and-update): Properly
12301         handle upper case letters in the reverse-search special case.
12303 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12305         * gnus.el: Extend the list of autoloaded functions.
12307         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12308         buffer before creating help group. (from Gnus v5.6.43, fix by
12309         1998-08-20 Per Starback <starback@update.uu.se>)
12311         * gnus-util.el (gnus-output-to-rmail): Adjust to
12312         `rmail-output-to-rmail-file'.
12314 1998-09-25  Karl Heuer  <kwzh@gnu.org>
12316         * hexl.el (hexl-mode-map): More of previous change.
12318         * textmodes/tex-mode.el (tex-run-command): Doc fix.
12319         (tex-start-tex): Don't use tex-start-options-string in star case.
12320         Quote file name in star case as well as in non-star.
12321         Add blank and quoting of option string here.
12322         (tex-start-options-string): Not here.
12324 1998-09-23  Karl Heuer  <kwzh@gnu.org>
12326         * term.el (term-delimiter-argument-list): Doc fix.
12327         (term-emulate-terminal): Escape literal semicolon.
12328         * progmodes/asm-mode.el (asm-mode): Doc fix.
12329         (asm-comment-char): Escape literal semicolon.
12330         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12332 1998-09-23  Richard Stallman  <rms@gnu.org>
12334         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12335         only those that normally modify the buffer.
12337         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12338         over again.
12340 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
12342         * ispell.el (check-ispell-version): Ensure same buffer is current
12343         when let-binding of case-fold-search ends.
12345 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12347         * ps-print.el: Skip invisible overlay.
12348         Test for set-buffer-multibyte rather than using mule-version.
12349         (ps-print-version): New version number (4.1) and doc fix.
12350         (ps-generate-postscript-with-faces): Skip invisible overlay.
12352 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
12354         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12356 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
12358         * international/quail.el (quail-update-guidance): Check for the
12359         return value of (quail-guidance) fixed.
12360         (quail-update-translation): Bind quail-current-str locally when it
12361         calls quail-update-guidance.
12362         (quail-update-translation): If input-method-exit-on-first-char is
12363         non-nil, terminate translation only when the current input method
12364         is simple.
12366 1998-09-22  Paul Eggert  <eggert@twinsun.com>
12368         * startup.el (locale-translation-file-name): Prefer X-related names
12369         to the name used by GNU/Linux sans X.  Set to nil if no file found.
12370         (command-line): Use locale-translation-file-name if it is not nil,
12371         instead of testing for its existence again.
12372         regexp-quote the ctype before using it in a regexp.
12373         Allow a colon to appear after the ctype in the aliases file,
12374         as is done in X11R6.4.
12376 1998-09-21  Richard Stallman  <rms@gnu.org>
12378         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12380         * calendar/appt.el (appt-interval): Variable deleted.
12381         (appt-check): For minutes in between appt-display-interval times,
12382         do check, but don't display anything except an updated mode line.
12383         Count against appt-display-interval based on minutes since
12384         first display of this appointment, not based on time of day.
12385         If appt-display-mode-line, force mode line redisplay
12386         whenever appt-mode-string has changed.
12387         (appt-add, appt-delete): Add autoload cookies.
12388         (appt-check): Catch errors from calling `diary'.
12389         (appt-max-time): Renamed from max-time.
12390         (appt-now-displayed, appt-display-count): New variables.
12391         (appt-timer): Don't create one if we already have one.
12393         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12394         More general code to use the source buffer instead of the zap file.
12396         * hilit-chg.el (highlight-compare-with-file): Renamed from
12397         compare-with-file.
12399         * loadhist.el (load-history-loaded): New variable.
12400         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12402         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12404         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12405         Fix error messages.
12407 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
12409         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12410         Emacs frame.
12412 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12414         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12415         `undecided' and `undecided-unix'.
12417 1998-09-21  Dave Love  <fx@gnu.org>
12419         * help.el (help-make-xrefs): Fix typo affecting Info references.
12421         * subr.el (remove-hook): Check list values to avoid errors.
12423 1998-09-18  Noah Friedman  <friedman@splode.com>
12425         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12426         store string in eldoc-last-message without consing a new string.
12427         Rearrange logic from nested if's into cond's.
12428         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12429         Do not print message; just return string.
12430         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12431         Do not print message; just return string.
12432         Cache that string in eldoc-last-data.
12433         (eldoc-last-data): Make into a vector.
12434         (eldoc-get-fnsym-args-string): Use new data form of structure.
12435         (eldoc-get-var-docstring): Here also.
12436         (eldoc-last-data-store): New function.
12437         (eldoc-get-fnsym-args-string): Use it.
12438         (eldoc-get-var-docstring): Here also.
12439         (eldoc-docstring-first-line): Minimize interim string consing.
12440         Call substitute-command-keys on the result.
12441         (eldoc-print-var-docstrings, eldoc-print-docstring,
12442         eldoc-docstring-message): Functions removed.
12443         (eldoc-docstring-format-sym-doc): New function, functionality
12444         ripped out of eldoc-docstring-message.
12445         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12447 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
12449         * international/mule.el (make-coding-system): Doc-string modified.
12451 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
12453         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12455         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12456         customize type.
12458         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12459         type.
12461         * progmodes/compile.el (compilation-error-screen-columns): New
12462         variable.
12463         (compilation-next-error-locus): Use it to decide whether to use
12464         forward-char or move-to-column.
12466         * mail/rmail.el (rmail-movemail-program): Fix customize type.
12468         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12469         feedmail-fiddle-plex-user-list,
12470         feedmail-spray-address-fiddle-plex-list,
12471         feedmail-prompt-before-queue-user-alist,
12472         feedmail-prompt-before-queue-help-supplement,
12473         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12474         feedmail-queue-alternative-mail-header-separator): Fix customize
12475         type.
12477         * startup.el (site-run-file): Fix customize type.
12479         * speedbar.el (speedbar-initial-expansion-list-name): Fix
12480         customize type.
12482         * shell.el (shell-input-autoexpand): Fix customize type.
12484         * ps-print.el (ps-font-info-database): Add missing dots in value.
12485         Improve layout of customize type.
12487         * net-utils.el (traceroute-program-options, ping-program-options,
12488         ipconfig-program-options, netstat-program-options,
12489         arp-program-options, route-program-options,
12490         nslookup-program-options, ftp-program-options): Fix customize
12491         type.
12493         * midnight.el (clean-buffer-list-kill-regexps,
12494         clean-buffer-list-kill-buffer-names,
12495         clean-buffer-list-kill-never-buffer-names,
12496         clean-buffer-list-kill-never-regexps): Fix customize type.
12498         * man.el (Man-init-defvars): Avoid trailing nil on
12499         Man-filter-list.
12501         * lpr.el (printer-name): Fix customize type.
12503 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
12505         * international/mule-cmds.el (reset-language-environment): Call
12506         update-coding-systems-internal.
12508         * international/mule-conf.el: Call update-coding-systems-internal
12509         at the tail.
12511 1998-09-14  Dave Love  <fx@gnu.org>
12513         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
12514         use the menu-enable properties, pending doing it correctly and
12515         acceptably fast.
12517         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12519 1998-09-13  Dave Love  <d.love@dl.ac.uk>
12521         * progmodes/hideshow.el (hs-grok-mode-type): Check
12522         comment-{start,end} non-nil as well as bound.  Report an error if
12523         we can't grok the mode.
12525 1998-09-13  Richard Stallman  <rms@gnu.org>
12527         * simple.el (blink-matching-open): Don't log paren matching
12528         messages in *Messages*.
12530 1998-09-12  Richard Stallman  <rms@gnu.org>
12532         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12533         Set point-before-scroll at end even if there was an error.
12535         * ange-ftp.el (ange-ftp-insert-file-contents):
12536         Use binary mode for dumb-unix hosts as for unix hosts.
12537         (ange-ftp-copy-file-internal): Likewise.
12539         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12541         * emacs-lisp/pp.el: Doc fixes.
12543         * wid-edit.el (widget-menu-max-shortcuts): New variable.
12544         (widget-choose): Don't use single-char shortcuts if # items
12545         exceeds that many.  Use minibuffer instead.
12547 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12549         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12551 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
12553         * speedbar.el (speedbar-frame-mode): Do not set frame position if
12554         in terminal mode.
12556 1998-09-10  Noah Friedman  <friedman@splode.com>
12558         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12559         defcustom declaration.  It's wreaking too much havoc with XEmacs
12560         and older versions of Emacs, which share this code.
12562         * type-break.el (type-break-mode): Here also.
12564         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12565         `t' to add-hook also to modify the new local value.
12567 1998-09-10  Dave Love  <fx@gnu.org>
12569         * vc.el (vc-insert-headers): Doc fix.
12571 1998-09-10  Richard Stallman  <rms@gnu.org>
12573         * textmodes/flyspell.el (flyspell-mode-on): Make the
12574         ispell-... variables permanent locals.
12575         (flyspell-mode-off): Add autoload cookie.
12577         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12578         do use binary mode, just as for `unix'.
12579         (ange-ftp-host-type): If HOST is nil, return `unix'.
12581         * dired.el (dired-mark-files-containing-regexp):
12582         Don't scan directories.  Ignore non-readable files.
12584         * progmodes/compile.el (compilation-error-regexp-alist):
12585         Fix previous change: allow . and _ in command name.
12587         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12589         * uncompress.el (uncompress-while-visiting):
12590         Use just the car of what find-operation-coding-system returns.
12592         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12594         * shell.el (shell-file-name-quote-list): Add # to the value.
12596 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
12598         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12599         to make killing of ispell process work even if
12600         kill-all-local-variables has been run.
12602 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12604         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12605         loop when sexp entry ends at end of file with no newline.
12607 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12609         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12610         (Custom-reset-standard): Fix menu inconsistency.
12612         * mail/feedmail.el (feedmail-from-line): Allow t.
12613         (feedmail-message-id-suffix): Allow nil.
12615         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12616         Simplify.  Make prefix arg work right.
12618 1998-09-09  Dave Love  <fx@gnu.org>
12620         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12622         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12624 1998-09-08  Dave Love  <fx@gnu.org>
12626         * add-log.el (change-log-font-lock-keywords): Do parenthesized
12627         stuff only after file names or at start of line.  Allow parens
12628         around e-mail, as well as angles.
12630         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12631         ignore-errors too, eval'd when compile.  Require w3 stuff at load
12632         time for nicer failure if it's not available.
12634 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
12636         * comint.el (comint-arguments): Ignore backslashes when using
12637         w32 shells that expect backslashes as the directory separator.
12639 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
12641         * international/fontset.el (resolved-ascii-font): New variable.
12642         (x-complement-fontset-spec): By side effect, set
12643         `resolved-ascii-font' to the resolved name of ASCII font."
12644         (create-fontset-from-fontset-spec): Don't get a value for
12645         resolved-ascii-font from the list full-fontlist.  It is set by
12646         x-complement-fontset-spec now.
12648         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12649         version, check the value of mule-version.
12651 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
12653         * textmodes/reftex.el (reftex-view-crossref): Split up into
12654         several functions.  No longer moves to find a macro.
12655         (reftex-view-cr-cite, reftex-view-cr-ref,
12656         reftex-end-of-bib-entry): New functions.
12657         (reftex-auto-view-crossref): New value `window' allowed.
12658         (reftex-view-crossref-when-idle): Process new `window' option in
12659         (reftex-translate-to-ascii-function): New default.
12660         (reftex-label-illegal-re): Default changed, removed Latin1.
12661         (reftex-latin1-to-ascii): New function.
12662         (reftex-what-environment): Check for section regexp before use.
12663         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12664         absolute path names.
12665         (reftex-TeX-master-file): Changed sequence of file checks.
12666         (reftex-do-citation): bibview cache only with RefTeX mode on.
12668 1998-09-06  Richard Stallman  <rms@gnu.org>
12670         * progmodes/compile.el (compilation-error-regexp-alist):
12671         In first pattern (GNU utilities and other things),
12672         allow a space after the optional program name at the beginning.
12674         * mail/mail-hist.el (mail-hist-current-header-contents):
12675         Fix previous change: use mail-header-end.
12677 1998-09-06  Bill Richter  <richter@math.nwu.edu>
12679         * international/ccl.el: Doc fixes.
12680         * international/encoded-kb.el: Doc fixes.
12681         * international/fontset.el: Doc fixes.
12682         * international/kinsoku.el: Doc fixes.
12683         * international/kkc.el: Doc fixes.
12684         * international/mule-cmds.el: Doc fixes.
12685         * international/mule-conf.el: Doc fixes.
12686         * international/mule-util.el: Doc fixes.
12687         * international/mule.el: Doc fixes.
12689 1998-09-05  Eric Ludlam  <zappo@gnu.org>
12691         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12692         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12693         (checkdoc-this-string-valid-engine): Permit ? as terminating
12694         punctuation for first line sentence breaking.
12695         (checkdoc-this-string-valid): When converting a comment into a doc
12696         string, make sure " chars are \".
12697         (checkdoc-sentencespace-region-engine): Only do double space check
12698         if based on the variable `sentence-end-double-space'
12699         (checkdoc-this-string-valid-engine): ? ends valid sentence.
12700         (checkdoc-proper-noun-region-engine): Exclude items in URLs
12702 1998-09-04  Richard Stallman  <rms@gnu.org>
12704         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12705         Recognize define-skeleton as a function definer.
12707         * cus-edit.el (customize-option): Refuse to customize
12708         a variable that has no defcustom.  But if variable is autoloaded,
12709         first try to load the library that defines it.
12711         * international/iso-insert.el: Use `string' before calling `insert'
12712         so that in multibyte buffers we insert multibyte chars.
12714         * dired.el (dired-mark-files-containing-regexp):
12715         Don't use find-file; instead, insert the file in a temp buffer.
12717         * textmodes/tex-mode.el (tex-start-options-string): New option.
12718         (tex-start-tex): Use that variable.
12720         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
12721         value in the `repeat' alternative a list.
12723         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
12724         the inserted newline, verify that one was really inserted.
12726         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
12727         remains on or remains off.
12728         (flyspell-multi-language-p): Default changed to nil.
12730         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
12731         In "found in comment" case, don't beginning-of-line after forward-line.
12733         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
12734         If the function definition is not a lambda, return original FORM
12735         with no error.
12737 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
12739         * net-utils.el (netstat-program-options): Changed from nil to "-a"
12740         so that by default netstat shows all network connections.
12742 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
12744         * international/quail.el: Doc fixes.
12746         * info.el (info): Don't add parens if FILE already has them.
12748 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
12750         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
12751         on extension lines.
12753 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
12755         * w32-fns.el (w32-shell-dos-semantics): New function.
12757 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
12759         * international/quail.el (quail-choose-completion-string): Store
12760         completion `choice' in `quail-current-str'; don't insert it.
12762 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
12764         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
12765         argument to ps-mule-generate-bitmap-font.
12767         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
12768         entry and change Latin-1 entry in the default value.
12769         (ps-mule-font-info-database-ps-bdf): New variable.
12770         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
12771         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
12772         registerd in FONT-SPEC.
12773         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
12774         charcter width of bitmap fonts.
12775         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
12776         procedure NF.
12777         (ps-begin-file): Output PostScript code for setting
12778         SpaceWidthRatio.
12779         (ps-plot-region): Use line-beginning-position to get a position of
12780         the beginning of the current line.
12782         * international/mule-cmds.el (register-input-method): Doc-string
12783         modified.
12785 1998-09-01  Dave Love  <fx@gnu.org>
12787         * international/mule-cmds.el (current-language-environment): Fix
12788         setter function.
12790 1998-09-01  Simon Marshall  <simon@gnu.org>
12792         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
12793         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
12794         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
12795         names with font-lock-type-face.  Fontify type specs, etc., with
12796         font-lock-keyword-face.
12798 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
12800         * international/fontset.el (x-complement-fontset-spec): If ASCII
12801         font is specified in FONTLIST, don't substitute it for the
12802         resolved name.
12804 1998-08-31  Paul Eggert  <eggert@twinsun.com>
12806         * international/mule.el (charset-description): Doc fix.
12808         * language/chinese.el, language/cyrillic.el, language/czech.el,
12809         language/devanagari.el, language/ethiopic.el,
12810         language/european.el, language/hebrew.el, language/indian.el,
12811         language/japanese.el, language/korean.el, language/lao.el,
12812         language/slovak.el, language/thai.el, language/tibetan.el,
12813         language/vietnamese.el:
12814         Add coding: local variable, to avoid bootstrapping problem
12815         if you need to recompile all the Lisp files using interpreted code.
12817 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12819         * cal-china.el (chinese-year-cache): Change range of years from
12820         1989-2000 to 1990-2010.
12822 1998-08-29  Dave Love  <d.love@dl.ac.uk>
12824         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
12825         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
12827 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12829         * ps-print.el (ps-print-control-characters): Doc-string modified.
12830         (ps-output-string-prim): Comment format changed.
12831         (ps-do-despool): Indentation of source code changed.
12833 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
12835         * subr.el (sref): Make it an alias of aref.  Make the
12836         byte-compiler warn that it is obsolete.
12837         (char-bytes): Make the byte-compiler warn that it is obsolete.
12839         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
12840         Calculate the total bytes using position-bytes instead of
12841         char-bytes.
12843 1998-08-27  Karl Heuer  <kwzh@gnu.org>
12845         * snmp-mode.el: New file.
12846         * files.el (auto-mode-alist): Add snmp-mode patterns.
12848 1998-08-27  Karl Eichwalder  <ke@suse.de>
12850         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
12852 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12854         * calendar/diary-lib.el (diary-block): Doc fix..
12855         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
12857 1998-08-27  Richard Stallman  <rms@gnu.org>
12859         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
12860         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
12861         Clear appt-mode-string if we don't put something in it.
12863 1998-08-27  Dave Love  <fx@gnu.org>
12865         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
12866         dired-local-variables-file for dired-x.
12868         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
12869         for compressed library files too.
12871 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
12873         * language/european.el ("Latin-1"): Modify `documentation' key value.
12874         ("Latin-2"): Likewise.
12876 1998-08-26  Karl Heuer  <kwzh@gnu.org>
12878         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
12880 1998-08-26  Albert L. Ting  <alt@artisan.com>
12882         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
12883         (mail-hist-current-header-contents): Use mail-text-start.
12885 1998-08-26  Richard Stallman  <rms@gnu.org>
12887         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
12888         (customize-changed-options-previous-release): New variable.
12889         (customize-changed-options): Use that variable as default arg.
12891 1998-08-26  Karl Eichwalder  <ke@suse.de>
12893         * midnight.el: Require `timer' not only when compiling.
12895 1998-08-26  Per Starback  <starback@update.uu.se>
12897         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12898         buffer before creating help group.
12900 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12902         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
12903         coding-system-for-write before saving.
12905 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
12907         * isearch.el (isearch-forward): Doc fix.
12909 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
12911         * emacs-lisp/find-func.el: Fix :version tags to have a string
12912         value, not a float.
12914         * cus-dep.el: Fix typo in output.
12916 1998-08-25  Dave Love  <fx@gnu.org>
12918         * repeat.el (repeat): Doc fix.
12919         [From rms:]
12920         (repeat-previous-repeated-command): New variable.
12921         (repeat): Check for real-last-command being null or repeat.  Set
12922         repeat-previous-repeated-command.
12924         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12926 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
12928         * gnus/message.el (message-send-mail-with-sendmail): Bind
12929         coding-system-for-write by the return value of
12930         select-message-coding-system.
12931         (message-send-mail-with-qmail): Likewise.
12933 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
12935         * emacs-lisp/autoload.el: Fix doc-string-elt property on
12936         define-derived-mode.
12938         * files.el (file-name-invalid-regexp):
12939         Fix regex for ms-dos without long file names.
12941 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12943         * ps-print.el: Multi-byte buffer handling.
12944         (ps-print-version): New version number (4.0) and doc fix.
12945         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12946         compilation for GNU Emacs and emacsens.
12947         (ps-generate-postscript-with-faces): Force invisible text to be
12948         visible.
12949         (dos-ps-printer): New var to avoid compilation gripes.
12951 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12953         * ps-print.el (ps-mule-plot-string): Pay attention to the case
12954         that no more characters can't be printed in the current line.
12956 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12958         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12959         greater than TO.
12961 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12963         * ps-print.el: Add codes to make ps-print.el work also on Emacs
12964         20.2 and the earlier version.
12965         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12966         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12967         (ps-mule-find-wrappoint): Likewise.
12968         (ps-mule-generate-font): Change `X' to `x' in format
12969         control-string.
12970         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12971         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12972         `restore' form procedures `BC' and `EC'.
12974 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12976         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12977         is an executable procedure.  Make LineThickness, Xshadow, and
12978         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
12979         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12980         ps-mule-font-info-database-bdf): New vars.
12981         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12982         (ccl-encode-ethio-unicode): New CCL program.
12983         (ps-mule-encode-ethiopic): New fun.
12984         (ps-mule-current-charset): New var.
12985         (ps-mule-get-font-spec, ps-mule-font-spec-src,
12986         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12987         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12988         (ps-mule-external-libraries): New var.
12989         (ps-mule-init-external-library): New fun.
12990         (ps-mule-font-cache): New var.
12991         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12992         (ps-last-font): New var.
12993         (ps-mule-prepare-font): New fun.
12994         (ps-mule-charset-list): New var.
12995         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12996         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12997         ps-mule-plot-string): New funs.
12998         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12999         New vars.
13000         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13001         ps-mule-prepare-cmpchar-font): New funs.
13002         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13003         vars.
13004         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13005         ps-mule-generate-bitmap-glyph): New funs.
13006         (ps-mule-initialize, ps-mule-begin): New funs.
13007         (ps-output-string-prim): Insert string as unibyte.
13008         (ps-output-prologue): New fun.
13009         (ps-flush-output): Handle the case of 'prologue.
13010         (ps-begin-file): Call ps-mule-initialize.
13011         (ps-begin-job): Set ps-control-or-escape-regexp differently if
13012         printing multibyte characters.
13013         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13014         (ps-basic-plot-string): Handle the case of printing ASCII
13015         characters by external libraries (e.g. BDF).
13016         (ps-set-font): Set ps-last-font.
13017         (ps-plot-region): Handle multibyte characters, use
13018         ps-mule-plot-string for them.
13019         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
13021         * bdf.el: New file.
13023 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
13025         * international/mule-cmds.el (select-message-coding-system): New
13026         function.
13027         (set-language-environment-coding-systems): Set
13028         default-sendmail-coding-system.
13030         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13031         (default-sendmail-coding-system): New variable.
13032         (sendmail-send-it): Encode the message by a coding system
13033         select-message-coding-system returns.
13035 1998-08-23  Eric Ludlam  <zappo@gnu.org>
13037         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13038         (speedbar-mode): Set buffer to read only.
13039         (speedbar-temp-buffer-show-function): For emacs don't call hook
13040         with arguments.
13041         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13043 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
13045         * speedbar.el (speedbar-key-map): Fix typo.
13047 See ChangeLog.7 for earlier changes.