*** empty log message ***
[emacs.git] / lisp / ChangeLog
bloba054c3b8b7c50795809d1bb295dc31535a836dd3
1 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3         * files.el (save-some-buffers): Turn EXITING into the more general
4         PRED argument to allow specifying a subset of buffers.
6         * simple.el (kill-region): Use the new `delete-and-extract-region'
7         rather than the undo log (which is incorrect with *-change-functions).
9         * font-lock.el (font-lock-default-fontify-region): Fix subtle
10         off-by-one problem that could force re-fontifying the whole buffer.
11         (font-lock-remove-keywords): New function.
12         (font-lock-add-keywords): Use the new function to ensure idempotence.
14 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
15         
16         * viper-cmd.el (viper-minibuffer-standard-hook,
17         viper-minibuffer-real-start): new functions.
18         (viper-read-string-with-history,viper-file-add-suffix,
19         viper-trim-replace-chars-to-delete-if-necessary): adapt to the
20         change in the status of the minibuffer prompt.
21         
22 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
24         * comint.el (comint-redirect-results-list)
25         (comint-redirect-results-list-from-process): Remove interactive
26         spec.
28 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
30         * info.el (info-node, info-menu-5, info-xref): Define colors for
31         Info faces if the display supports them.
33 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
35         Changes for automatic remapping of X colors on terminal frames:
37         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
38         term-setup-hook.  Call msdos-remember-default-colors and
39         msdos-handle-reverse-video.
40         (msdos-face-setup): Parts of code moved to
41         msdos-setup-initial-frame.
42         (msdos-handle-reverse-video): New function, modeled after
43         x-handle-reverse-video.
44         (make-msdos-frame): Don't use initial-frame-alist and
45         default-frame-alist.  Call msdos-handle-reverse-video.
46         (msdos-color-aliases): Remove.
47         (msdos-color-translate, msdos-approximate-color): Remove.
48         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
49         for better approximation of X colors.
50         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
51         up tty-color-alist (it is now on startup.el).
52         (x-display-color-p, x-color-defined-p, x-color-values,
53         x-defined-colors, face-color-supported-p, face-color-gray-p):
54         Remove.
56         * facemenu.el (facemenu-read-color, list-colors-display): Use
57         defined-colors for all frame types.
58         (facemenu-color-equal): Use color-values for all frame types.
60         * faces.el (read-face-attribute): For :foreground and :background
61         attributes and frames on character terminals, translate the color
62         to the closest supported one before looking it up in the list of
63         valid values.
64         (face-valid-attribute-values): Call defined-colors for all types
65         of frames.
66         (defined-colors, color-defined-p, color-values, display-color-p):
67         New finctions.
68         (x-defined-colors, x-color-defined-p, x-color-values,
69         x-display-color-p): Aliases for the above.
71         * startup.el (command-line): Register terminal colors for frame
72         types other than x and w32, but only if the terminal supports
73         colors.  Call tty-color-define instead of face-register-tty-color.
75         * term/x-win.el (xw-defined-colors): Renamed from
76         x-defined-colors.
77         * term/w32-win.el (xw-defined-colors): Likewise.
79         * term/tty-colors.el: New file.
80         * loadup.el: Load term/tty-colors.
82 1999-12-06  Dave Love  <fx@gnu.org>
84         * ffap.el: Autoload the ffap alias directly.
86 1999-12-06  Inge Frick  <inge@nada.kth.se>
88         * dired-aux.el (dired-do-shell-command): Changed documentation.
89         (dired-shell-stuff-it): A `?' in COMMAND has now the same
90         meaning as `*'.
91         
92 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
94         * simple.el (insert-buffer): Doc fix.
96         * apropos.el (apropos-mode): Add autoload cookie.
98 1999-12-06  Sam Steingold  <sds@goems.com>
100         * progmodes/etags.el (etags-tags-completion-table): Modified the
101         regexp to allow for the CL symbols starting with `+*'.
102         (tags-completion-table): Doc fix (it's an obarray, not an alist).
103         (tags-completion-table, tags-recognize-empty-tags-table): Remove
104         `function' quoting lambda.
105         (tags-with-face): New macro.
106         (list-tags, tags-apropos): Use it.
107         (tags-apropos-additional-actions): New user option.
108         (etags-tags-apropos-additional): Use it.
109         (tags-apropos): Call etags-tags-apropos-additional.
110         (tags-apropos-verbose): New user option.
111         (etags-tags-apropos): Use it.
112         (visit-tags-table-buffer, next-file): Use `unless'.
113         (recognize-empty-tags-table): Renamed to
114         tags-recognize-empty-tags-table.
115         (complete-tag): Call tags-complete-tag bypassing try-completion.
116         
117 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
119         * international/mule.el (set-buffer-file-coding-system): Docstring
120         modified.
122 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
124         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
125         using the hideshow package.
126         (hs-special-modes-alist): Added entry for bibtex to allow the use
127         of the hideshow package.
128         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
129         not longer provided by bibtex.el directly.  Instead the hideshow
130         package should be used.
131         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
132         references to bibtex-hide-entry-bodies.
134 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
136         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
137         maintainer information closer to the beginning of the bibtex.el
138         file.
139         (bibtex-maintainer-salutation): New constant.
140         (bibtex-version): New constant.
141         (bibtex-submit-bug-report): Use bibtex-version and
142         bibtex-maintainer-salutation.
143         (bibtex-entry-field-alist): Made booktitle field optional for
144         @inproceedings entries when crossreferenced.
145         (bibtex-entry-field-alist): Added booktitle field to proceedings
146         entry type (for cross referencing). Thanks to Wagner Toledo Correa
147         for the suggestion.
148         (bibtex-string-file-path): Fixed typo.
150 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
152         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
153         for reftex.el.
154         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
155         to menu.
157 1999-12-04  Dave Love  <fx@gnu.org>
159         * delsel.el: Revert previous change -- region is significant to
160         skeleton.
162 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
164         * viper-cmd.el (viper-change-state): Use
165         viper-ESC-moves-cursor-back to decide whether to move the cursor
166         back.
167         
168 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
170         * international/mule-util.el (truncate-string-to-width): Docsting
171         fixed.
173 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
175         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
176         use of `cond'.
177         (lm-with-file): Move all the find-file...kill-buffer stuff into
178         this macro.  Make it use `find-file-noselect' and make it kill
179         the buffer only if it wasn't already displayed somewhere.
180         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
181         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
182         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
183         (lm-commentary): Fix to handle the case when the change log is
184         at the end of the file.
186 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
188         * international/mule.el (charsetp): Fix typo in docstring.
190         * international/mule-diag.el (list-coding-categories): Fix typo;
191         automatic -> autoload.
193 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
195         * vc.el (vc-update-change-log): Look for rcs2log under
196         exec-directory.
198         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
199         outline-regexp, add outline-level.
200         (lisp-outline-level): New.
202         * calendar/appt.el (appt-convert-time): Handle "12:MMam", 
203         remove extraneous string-match.
205         * finder.el (finder-commentary): Activate Finder mode.
207 1999-12-01  Anders Lindgren  <andersl@andersl.com>
209         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
210         off when reverting buffers that contained mode specifiers.
211         `revert-buffer' is now called with non-nil PRESERVE-MODES
212         argument.
214 1999-12-01  Dave Love  <fx@gnu.org>
216         * delsel.el: Grok skeleton-pair-insert-maybe.
218 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
220         * progmodes/cperl-mode.el (cperl-under-as-char):
221         Use nil as default.
223 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
225         * speedbar.el (toplevel): Remove compatibility code for Emacs
226         versions without custom.el.
228 1999-11-30  Dave Love  <fx@gnu.org>
230         * fortran.el (fortran-strip-sequence-nos): New command.
232         * autoinsert.el: Minor doc fixes.
233         (auto-insert): Return nil.
235         * faces.el (set-face-documentation): Purecopy STRING.
237 1999-11-29  Dave Love  <fx@gnu.org>
239         * derived.el: Doc fixes, remove old backquote syntax.
241         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
242         comment warning about editing.
244         * help.el (help-mode-hook): Define.
246 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
248         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
249         invalid translation of old-style backquote syntax to new syntax.
251 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
253         * Makefile (DONTCOMPILE): Add term/internal.el.
255 1999-11-26  Dave Love  <fx@gnu.org>
257         * comint.el: Fix last change.
259         * emacs-lisp/advice.el: Fix last change.
261 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
263         * cus-edit.el (Custom-reset-standard): Doc fix.
264         (custom-variable-reset-standard): Doc fix.
265         (custom-face-reset-standard): Doc fix.
266         (custom-face-menu): "Reset to Standard" => "Erase Customization".
267         (custom-variable-menu): Likewise.
268         (custom-reset-menu): Likewise.
269         (custom-buffer-create-internal): Likewise.
271 1999-11-26  Dave Love  <fx@gnu.org>
273         * progmodes/make-mode.el (makefile-mode-hook): Customize.
275         * font-lock.el: Doc fixes.
277         * menu-bar.el (menu-bar-mode): Customize.
279         * cus-start.el: Add use-dialog-box.
281         * add-log.el (change-log-mode-hook): Customize.
282         (add-log-current-defun): Use
283         fortran-{beginning,end}-of-subprogram.  
285 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
287         * emacs-lisp/advice.el: Many doc fixes.
289         * comint.el (comint-preoutput-filter-functions): Doc fix.
291 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
293         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): 
294         Improve messages for capitalization of arg names,
295         for flag variables, for t and nil, for imperatives.
296         Call them imperatives rather than infinitives sans "to".
297         (checkdoc-common-verbs-wrong-voice): Add "moves".
298         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
300         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
301         Don't convert comments from 3-semicolon to 2-semicolon.
302         That is a matter of style.
303         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
304         (checkdoc-comments): Don't bind that variable.
306 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
308         * files.el (write-file-hooks): Doc fix.
310 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
312         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
314 1999-11-25  Dave Love  <fx@gnu.org>
316         * hippie-exp.el: Require comint when compiling.
317         (hippie-expand): Add :links.
318         (hippie-expand-try-functions-list): Customize.
320 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
321         
322         * viper*el: Replaced old-style backquotes.
323         
324         * ediff*el: Replaced old-style backquotes.
325         
326         * ediff-merge
327         (ediff-looks-like-combined-merge,ediff-get-combined-region):
328         Changed to support the new format for ediff-combination-pattern.
329         
330         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
331         Changed to support the new format for ediff-combination-pattern.
332         
333 1999-11-24  Dave Love  <fx@gnu.org>
335         * custom.el (custom-declare-group): Purecopy DOC.
336         (custom-handle-keyword): Purecopy VALUE.
337         (custom-add-link): Purecopy WIDGET.
338         (custom-add-version): Purecopy VERSION.
339         (custom-add-load): Purecopy LOAD.
341         * cus-face.el (custom-declare-face): Purecopy DOC.
343         * info.el:
344         (Info-build-node-completions, Info-search, Info-follow-reference)
345         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
346         (Info-find-emacs-command-nodes): Avoid properties on matched text
347         which may appear in minibuffer.
349 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
351         * locate.el (locate-with-filter): Doc fix.
353 1999-11-24  Alex Schroeder  <alex@gnu.org>
355         * sql.el (sql-find-sqli-buffer): New function.
356         (sql-set-sqli-buffer-generally): New function.
357         (sql-set-sqli-buffer): Better checking of new-buffer.
358         (sql-copy-column): Add comma after INTO clause, too.
360 1999-11-24  Alex Schroeder  <alex@gnu.org>
362         * sql.el (sql-imenu-generic-expression): New, used to set
363         imenu-generic-expression.
365         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
366         setting font-lock-defaults' SYNTAX-ALIST.  Set
367         imenu-generic-expression, imenu-case-fold-search, and
368         imenu-syntax-alist.
370         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
371         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
373 1999-11-23  Andrew Innes  <andrewi@gnu.org>
375         * w32-win.el (w32-drag-n-drop): Load files in current window, if
376         drop coords aren't over a specific window.
378 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
380         * ps-print.el: Define mule funs without checking if mule package is
381         loaded.
382         (ps-print-version): New version number (5.0.1).
383         (ps-header-dirpart): Now uses abbreviate-file-name.
385 1999-11-23  Dave Love  <fx@gnu.org>
387         * fortran.el (fortran-comment-line-start): Renamed from
388         comment-line-start.
389         (fortran-comment-line-start-skip): Renamed from
390         comment-line-start-skip.
391         (fortran-mode-map): Use renamed functions.  Add manual and custom
392         entries to menu.
393         (fortran-mode-hook): Customize.
394         (fortran-comment-indent-function): Renamed from
395         fortran-comment-hook.
396         (delete-horizontal-regexp): Function deleted.
397         (fortran-electric-line-number): Simplified.
398         (fortran-beginning-of-subprogram): Renamed from
399         beginning-of-fortran-subprogram.
400         (fortran-end-of-subprogram): Renamed from
401         end-of-fortran-subprogram.
402         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
403         (fortran-previous-statement, fortran-next-statement): Simplified.
404         (fortran-blink-match): New function.
405         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
406         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
407         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
408         line-end-position.
409         (fortran-fill): No longer interactive.  Simplified.
410         (fortran-break-line): Simplified.
411         (fortran-analyze-file-format): Use char-after, not looking-at.
413         * find-func.el (find-function-regexp): Use `define-minor-mode'
414         after easy-menu change.
416 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
418         * comint.el: Add redirection.from active comint buffers into
419         another buffer.  Written by Peter Breton.
421 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
423         * emacs-lisp/autoload.el (make-autoload): Recognize the new
424         `define-minor-mode'.
425         (define-minor-mode): Specify `doc-string-elt'.
427         * emacs-lisp/easy-mmode.el: Changed maintainer.
428         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
429         Use defcustom for the hooks; Improve the auto-generated docstrings.
430         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
431         (define-minor-mode): Add BODY arg; Only declare the keymap if
432         provided; Improve the auto-generated docstrings.
434 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
436         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
437         that the leading `^' is at the start.  This is necessary because
438         paragraphs.el tries to remove anchors, but can find them only if
439         they are the first character.
441         * progmodes/antlr-mode.el: New file.
443         * calendar/calendar.el: Fix autoload for
444         calendar-absolute-from-astro.  Add autoload for
445         calendar-print-astro-day-number.
447 1999-11-21  Anders Lindgren  <andersl@andersl.com>
449         * follow.el: Use modern backquote syntax.  Minor comment update.
451 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
453         * simple.el (with-syntax-table): Don't switch buffers.
455         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
456         progmodes/hideif.el: Use new backquote syntax.
458 1999-11-21  Ken Manheimer  <klm@python.org>
460         * icomplete.el (icomplete-completions): Use an explicit variable
461         `icomplete-prospects-length', obviating the need to use an
462         apparently faulty throw/catch arrangement.
463         
464 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
466         * term/internal.el (IT-display-table-setup): Don't overstep
467         character code 255.
469 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
471         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
472         for the charset chinese-sisheng is 7bit encoding, not 8bit.
474 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
476         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
477         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
479         * files.el (auto-mode-alist): Add patterns for diff-mode.
481         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
482         to detect an empty prompt.
484 1999-11-18  Dave Love  <fx@gnu.org>
486         * simple.el (input-mode-8-bit): Fix the customization.
488 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
490         * international/iso-acc.el (iso-languages): Add more
491         characters for Portuguese.
493         * speedbar.el: Clean up comment at the start of the file.
494         Remove RCS id.
496         * progmodes/compile.el (compilation-parse-errors): Use
497         compilation-buffer-p instead of testing major-mode.
499 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
501         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
502         (quickurl-ask): completion-ignore-case is set to the value of
503         quickurl-completion-ignore-case for the duration of the call to
504         completing-read.
505         
506 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
508         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
510 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
512         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
513         instead of ps-print-def.
515         * ps-print.el: Require ps-vars instead of ps-print-def.
517         * ps-mule.el: Require ps-vars instead of ps-print-def.
519 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
521         * simple.el (with-syntax-table): Save buffer explicitly instead of
522         using save-excursion.
524 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
526         * mail/supercite.el: New maintainer.
528 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
530         * progmodes/vhdl-mode.el: Use new backquote syntax.
532 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
534         * simple.el (with-syntax-table): New.
536 1999-11-15  Sam Steingold  <sds@ksp.com>
538         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
540 1999-02-22  Sam Steingold  <sds@goems.com>
542         * goto-addr.el (goto-address-at-mouse,
543         goto-address-find-address-at-point): use compose-mail.
544         (goto-address-mail-method): removed variable.
545         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
546         goto-address-send-using-mail): removed functions.
548 1998-11-03  Sam Steingold  <sds@goems.com>
550         * simple.el (backward-delete-char-untabify):
551         backward-delete-char-untabify-method can be `all' now - to delete
552         hungrily including newlines.
554 1999-11-15  Sam Steingold  <sds@ksp.com>
556         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
558 1999-11-15  Dave Love  <fx@gnu.org>
560         * cus-edit.el (customize-face, customize-face-other-window):
561         Require match from completing-read.
562         (custom-buffer-done-function): Default to custom-bury-buffer, not
563         bury-buffer.
565 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
567         * mail/rmail.el, iswitchb.el, hippie-exp.el,
568         progmodes/cperl-mode.el: Use new backquote syntax.
570 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
572         * uniquify.el: Use new backquote syntax.
574 1999-11-14  Markus Rost  <rost@ias.edu>
576         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
577         as in ispell-local-dictionary-alist.
579 1999-11-14  Alex Schroeder  <alex@gnu.org>
581         * ansi-color.el (ansi-color-apply): Updated regexps to include
582         highlighted face.
584 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
586         * forms.el (forms--make-format-elt-using-text-properties):
587         Treat `intangible' differently.
589         * forms.el: Use new backquote syntax.
591 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
593         * textmodes/scribe.el (scribe-mode): Doc-fix.
595 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
597         * net-utils.el (run-network-program, net-utils-run-program): Use
598         the new backquote syntax.
599         (smbclient-program, smbclient-program-options)
600         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
601         variables
602         (smbclient, smbclient-list-shares): New functions
604 1999-11-12  Sam Steingold  <sds@ksp.com>
606         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
607         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
608         (viper-kbd-buf-definition, viper-kbd-mode-alist)
609         (viper-kbd-mode-pair, viper-kbd-mode-definition)
610         (viper-kbd-global-pair, viper-kbd-global-definition):
611         Use the new backquote syntax.
613         * emulation/viper-cmd.el (viper-test-com-defun)
614         (viper-prefix-arg-value, viper-prefix-arg-com):
615         Use the new backquote syntax.
617         * emacs-lisp/debug.el (debugger-env-macro):
618         Use the new backquote syntax.
620         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
621         Use the new backquote syntax.
623         * calendar/calendar.el (calendar-remove-frame-by-deleting):
624         New user variable.
625         (calendar-hide-window): Use it.
626         (increment-calendar-month, calendar-for-loop, calendar-sum):
627         Use the new backquote syntax.
629 1999-11-12  Andrew Innes  <andrewi@gnu.org>
631         * select.el (x-set-selection): Call buffer-substring, not
632         substring.  Also fix docstring
634 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
636         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
637         of customizable variables to bug report message. Added
638         system-type to package name in bug report.
640 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
642         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
643         to display file names.
645 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
647         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
649         * isearch.el: Add lazy-highlighting feature.
651 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
653         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
654         constant.
655         (ps-mode-submit-bug-report): New function. Entry added to menu.
657 1999-11-10  William M. Perry  <wmperry@aventail.com>
659         * mwheel.el: New file to support the new style wheeled mice.
661 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
663         * startup.el (initial-scratch-message): Add ";;" to the front of
664         lines in the message.
666         * files.el (file-local-copy): Remove optional BUFFER argument
667         because that's not used by anything.
669         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
670         to-address.
672 1999-11-08  Markus Rost  <rost@ias.edu>
674         * wid-edit.el (widget-button-click): Wrap with save-excursion
675         to restore track-mouse in the correct buffer.
677 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
679         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
681 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
683         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
684         lpr-command to "lp" for some system-types. (copied from lpr.el
685         Emacs version 20.2.1).
687 1999-11-04  Markus Rost  <rost@ias.edu>
689         * simple.el (comment-region): Strip off white space at end of
690         comment-start.
692 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
694         * faces.el (secondary-selection): Fix wrong color name.
696 1999-11-04  John Tobey  <jtobey@epsilondev.com>
698         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
699         the default when invoking perldb in a non-Perl buffer, and other
700         cases involving -e or --.
702 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
704         * simple.el (previous-matching-history-element)
705         (next-history-element): Use delete-field instead of erase-field.
707         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
708         Use delete-field instead of erase-field.
710         * faces.el (secondary-selection): Change background to yellow.
712         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
713         find the start of the text.  Use field-string to read the user
714         input.
716 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
718         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
719         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
720         for compatibility with old face implementation.
722         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
723         Use erase-field instead of erase-buffer.
725         * frame.el (blink-cursor-mode, blink-cursor-end): Use
726         internal-show-cursor with new interface.
727         (blink-cursor-timer-function): New.
728         (blink-cursor-start): Use blink-cursor-timer-function.
730 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
732         * calendar.el (redraw-calendar): Move to nearest date before
733         redrawing.
735         * diary-lib.el (simple-diary-display): Reset modeline even if
736         there are no diary entries since the diary buffer may be displayed.
738 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
740         * emacs-lisp/debug.el (debug): If noninteractive, display the
741         backtrace using `message', then exit Emacs.
742         (debugger-batch-max-lines): New variable.
743         (debugger-setup-buffer): New subroutine, broken out of `debug'.
744         Change the messages put at the start, to say that the debugger
745         was entered.
747 1999-11-02  Sam Steingold  <sds@ksp.com>
749         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
751 1999-11-01  John Tobey  <jtobey@epsilondev.com>
753         * gud.el: (gud-perldb-massage-args): Massage correctly in the
754         presence of perl switches other than "-e".
756 1999-11-01  Markus Rost  <rost@ias.edu>
758         * dired-x.el (dired-smart-shell-command): Use
759         shell-command-history as in shell-command.
761 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
763         * userlock.el (ask-user-about-lock): Doc fix.
765         * frame.el: Doc fixes.
767 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
769         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
770         of show-cursor.
771         (blink-cursor-start, blink-cursor-end): Ditto.
773         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
775 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
777         * window.el (walk-windows): If ALL-FRAMES is a frame,
778         start on that frame.  Use save-selected-window.
780 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
782         * simple.el (end-of-buffer): Use window-end to find the window end
783         instead of vertical-motion because this handles variable-height
784         lines correctly.
786 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
788         * ediff.el: Version change.
790         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
791         make sure you are in a good frame before deleting other
792         windows.
793         (ediff-file-checked-in-p): Don't consider CVS
794         files checked in.
795         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
796         are writing to a newly created empty file.
798         * ediff-mult.el (ediff-show-session-group-hook): New default.
800         * ediff-vers.el (ediff-pcl-cvs-view-revision):
801         First cd to the file directory. reportedly works
802         better with remote files.
804         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
805         Use file-name-nondirectory when passing files to CVS.
807         * ediff-diff.el (ediff-cmp-options): New variable.
808         (ediff-same-file-contents): Use ediff-cmp-options.
810         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
811         ediff-get-patch-buffer): Use current buffer if it appears to be a
812         patch.
814         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
815         C-g
817         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
818         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
819         (viper-save-cursor-color,viper-restore-cursor-color):
820         Improved cursor color handling.
821         (viper-get-saved-cursor-color-in-replace-mode,
822         viper-get-saved-cursor-color-in-insert-mode): New functions for
823         better cursor color handling.
825         * viper-ex.el (ex-read,ex-edit):
826         Fixes for correct interpretation of #,%.
827         (viper-ex): Now works correctly when called from other functions.
828         (viper-glob-function): New variable.
829         (viper-ex): Save excursion before doing :global.
831         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
833         * viper-cmd.el (viper-post-command-sentinel,
834         viper-insert-state-post-command-sentinel,
835         viper-insert-state-pre-command-sentinel): Takes better care of
836          cursor colors.
838         * viper.el: Version change.
840 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
842         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
843         that the modeline display was updated *only* when
844         `whitespace-display-in-modeline' was set, not otherwise.
846 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
848         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
849         "frac12".
851         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
852         ad-activate.
854 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
856         * whitespace.el: Test for existence of `defcustom' and `defgroup'
857         using fboundp instead of assuming that these are not present in
858         particular flavors of emacs.
859         (whitespace-version): Update to 2.8
860         (whitespace-display-in-modeline): Add custom variable to control
861         displaying the whitespace errors on the modeline based on
862         suggestion from <klaus.berndl@sdm.de>
863         (whitespace-buffer): Now returns `t' if unclean and `nil' if
864         clean, to enable using as a hook function, as suggested by Puneet
865         Goel <puneet@computer.org>
866         (whitespace-buffer): Fix a subtle bug that cleaned up only if
867         quiet was not set, even with whitespace-auto-cleanup set.
868         (whitespace-mode-line): Now uses less modeline real estate and
869         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
870         which is present in the file, and <y> is any type of whitespace
871         whose check has been suppressed by setting
872         `whitespace-check-<whitespace-type>' to nil.
873         (whitespace-unchecked-whitespaces): New function to return the
874         list of whitespaces for whom checks have been suppressed.
875         (whitespace-display-unchecked-whitespaces): Renamed to
876         `whitespace-update-modeline' to reflect its functionality.
878 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
880         * progmodes/compile.el (compilation-error-regexp-alist):
881         Undo previous change.
883 1999-10-28  Dave Love  <fx@gnu.org>
885         * help.el (help-follow): Make arg optional again and really
886         default to point.
888 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
890         * paths.el (rmail-file-name): Make it an option.
892         * progmodes/ada-mode.el, progmodes/ada-prj.el,
893         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
894         comment fixes.
896         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
897         MIPS Pro 7.3 compiler error message syntax.
899 1999-10-27  Dave Love  <fx@gnu.org>
901         * progmodes/compile.el: Checkdoc-inspired fixes.
903 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
905         * lpr.el (print-buffer): Doc-string fix.
907 1999-10-27  Dave Love  <fx@gnu.org>
909         * emacs-lisp/advice.el: Doc fixes.
910         (ad-lemacs-p): Removed.
911         (advice): Add :link to defgroup.
913 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
915         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
916         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
918 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
920         * window.el (walk-windows): If ALL-FRAMES is a frame,
921         start on that frame.  Use save-selected-window.
923 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
925         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
926         ad-activate.  All callers changed, including those in data.c.
927         (ad-activate-internal-off): Renamed from ad-activate-off.
928         All uses changed.
929         (ad-activate): Renamed from ad-activate-on.  All uses changed.
930         (ad-start-advice, ad-stop-advice, ad-recover-normality):
931         Alter the definition of ad-activate-internal, not ad-activate.
933 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
935         * startup.el (command-line-1): Add support for command line
936         arguments `file' and `execute'.  Fix handling of `visit'.
938 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
940         * international/mule-cmds.el (read-input-method-name): Handle the
941         case that the arg DEFAULT is symbol.
943         * international/mule-diag.el (mule-diag): Handle the case that
944         default-input-method is symbol.
946 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
948         * textmodes/tildify.el: New file.
950 1999-10-25  Sam Steingold  <sds@ksp.com>
952         * Makefile (compile-files): Fixed the "tr" strings.
953         (EMACS): Set to ../src/emacs.
955 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
957         * info.el (Info-build-node-completions): Add '("*") to the
958         completion list.
960 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
962         * frame.el (auto-raise-mode): When enabling the mode,
963         immediately raise the selected frame.
965         * indent.el (indent-region): Doc fix.
967         * comint.el (comint-output-filter): Make the Comint buffer current
968         for the comint-preoutput-filter-functions.
970         * mail/reporter.el: Doc fix.
972 1999-10-24  Stephen Eglen  <stephen@gnu.org>
974         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
975         that Octave lisp files can also run under XEmacs 20.
976         (require 'custom) added so that files can run under Emacs 19.34.
978         * iswitchb.el (iswitchb-default-keybindings): No need to use
979         read-kbd-macro in keybindings.
981 1999-10-23  Dave Love  <fx@gnu.org>
983         * elide-head.el: New file.
985 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
987         * Makefile (compile-files, backup-compiled-files): New targets.
988         (bootstrap, bootstrap-clean): Ditto.
990 1999-10-22  Paul Eggert  <eggert@twinsun.com>
992         * international/mule-cmds.c (locale-language-names):
993         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
994         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
995         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
996         Use Latin-8 for Welsh.
997         Use Latin-1 for English if "en" is explicitly specified.
998         Use Latin-1 for Scots Gaelic, Tagalog.
999         Use Latin-1 (not Latin-4) for Greenlandic.
1000         Use Latin-1 (not Latin-2) for Albanian.
1001         (locale-preferred-coding-systems, locale-language-names):
1002         Remove generic ISO 8859 locales; locale-charset-language-names now
1003         does this.
1004         (locale-charset-language-names): New variable.
1005         (set-locale-environment): Use language name specified by
1006         locale-charset-language-names if its charsets disagree with the
1007         language name specified by locale-language-names.
1009 1999-10-22  Dave Love  <fx@gnu.org>
1011         * make-mode.el: Minor doc fixes.
1013         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
1015 1999-10-21  Dave Love  <fx@gnu.org>
1017         * loadup.el: Add latin-8, latin-9.
1019 1999-10-20  Paul Eggert  <eggert@twinsun.com>
1021         * disp-table.el (standard-display-european): Remove undocumented
1022         arg AUTO; no longer used by startup.el.  Do not attempt to treat
1023         all non-English language environments as coding system names.
1024         Instead, use the downcased language environment name as a coding
1025         system name if it is one; otherwise, use latin-1.
1027 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
1029         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
1030         that were split so that part of the comment appeared as Lisp code.
1032 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1034         * ps-bdf.el: Doc fix.
1036         * ps-print-def.el: New file: common definitions for all parts of
1037         ps-print.
1038         (ps-multibyte-buffer): Moved from ps-mule.
1040         * ps-mule.el: File dependence fix.
1041         (ps-multibyte-buffer): Moved to ps-print-def.
1043         * ps-print.el: Doc fix, better customization.
1044         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1045         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1046         (ps-end-file): Doc fix.
1047         (ps-setup, ps-begin-file): Fun fix.
1048         (postscript): New group.
1049         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1050         (ps-print-prologue-1): Adjust PostScript programming.
1051         (ps-print): Adjust group hierarchy.
1052         (ps-print-n-up, ps-print-zebra, ps-print-background,
1053         ps-print-printer)
1054         (ps-print-page): New subgroups.
1055         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1056         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1057         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1058         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1059         (ps-zebra-stripe-height, ps-print-background-image)
1060         (ps-print-background-text, ps-spool-config): Adjust customization.
1061         (dos-ps-printer): Definition eliminated.
1063 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1065         * ps-mule.el: Doc fix, define functions properly if mule package is
1066         loaded or not.
1067         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1068         mule package is loaded or not.
1070         * ps-print.el: Doc fix, n-up printing.
1071         (ps-print-version): New version number (5.0).
1072         (ps-page-dimensions-database): Added document media.
1073         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1074         (ps-page-order, ps-printing-region-p): New vars.
1075         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1076         funs.
1077         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1078         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1079         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1080         (ps-n-up-xstart, ps-n-up-ystart): New macros.
1081         (ps-print-begin-sheet-hook): New hook.
1082         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1083         const.
1084         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1085         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1086         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1087         (ps-count-lines): Changed to defun.
1088         (ps-header-page): Changed to defsubst, fix fun.
1089         (ps-printing-region): Doc fix, adjust programming code.
1090         (ps-output-boolean, ps-background-pages, ps-background-text)
1091         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1092         programming code.
1094 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1096         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1097         (ps-print-version): New version number (4.2).
1098         (ps-spool-config, ps-spool-tumble): New vars.
1099         (ps-print-prologue-1): Changed to defconst, adjust PostScript
1100         programming, new PostScript procedure to handle errors.
1101         (ps-print-prologue-2): Changed to defconst.
1102         (ps-print-duplex-feature): New const: duplex and tumble setting.
1103         (ps-setup, ps-begin-file): Fix funs.
1104         (ps-boolean-capitalized): New fun.
1106 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
1108         * Makefile (dontcompilefiles): Obsoleted.
1109         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1110         (EL): Unused.
1111         (temacs): Removed (unused).
1112         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1113           version of the file (necessary for the update to work properly).
1114         (autoloads): Force the use of `pwd`/loaddefs.el.
1115         (updates); Redefined in terms of other targets to reduce redundancy.
1116         (.el.elc): New default rule, just in case you want it.
1117         (compile): Use a single invocation of Emacs.
1118         (bootstrap-compile); Unneeded.
1119         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1121 1999-10-19  Dave Love  <fx@gnu.org>
1123         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1125 1999-10-19  Sam Steingold  <sds@ksp.com>
1127         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1128         comply with the comment.
1130 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
1132         * autorevert.el (auto-revert-mode): Make auto-revert-mode
1133         permanent-local.
1135 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
1137         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1138         value: \"lpr\" changed to "lpr"
1139         (ps-mode-version): New constant
1140         (ps-mode-show-version): New function, added key in ps-mode-map
1141         (ps-run-messages): Removed
1142         (ps-run-font-lock-keywords-2): New defcustom variable replacing
1143         ps-run-messages. These keywords now include the value of
1144         ps-run-prompt, making its fontification customizable.
1145         (ps-run-init): Removed \\n from docstring, it is now added when
1146         the value is used
1147         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1148         ps-run-prompt
1149         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
1150         customizable variables in doc-string (its equivalent
1151         ps-run-messages was missing in previous version of the doc-string)
1152         (ps-run-mode): Simplified assignment to font-lock-defaults, using
1153         symbols only
1155 1999-10-19  Alex Schroeder  <alex@gnu.org>
1157         * ansi-color.el: Complete rewrite.
1159 1999-10-19  Paul Eggert  <eggert@twinsun.com>
1161         Fix bootstrapping problems.
1162         Use the system locale to specify Emacs locale defaults.
1164         * international/mule-cmds.el (global-map):
1165         Do not use backquote, because that makes a bootstrapping
1166         problem if you need to recompile all Lisp files using interpreted code.
1167         * international/mule.el (charset-id, charset-bytes,
1168         charset-dimension, charset-chars, charset-width,
1169         charset-direction, charset-iso-final-char,
1170         charset-iso-graphic-plane, charset-reverse-charset,
1171         charset-short-name, charset-long-name, charset-description,
1172         charset-plist): Likewise.
1173         * subr.el (save-match-data): Likewise.
1175         * international/mule-cmds.el
1176         (set-display-table-and-terminal-coding-system): New function,
1177         containing code migrated out of set-language-environment.
1178         (set-language-environment, set-locale-environment): Use it.
1179         (locale-translation-file-name): Moved here from startup.el.
1180         (locale-language-names, locale-preferred-coding-systems):
1181         New vars.
1182         (locale-name-match, set-locale-environment): New functions.
1184         * language/japan-util.el (setup-japanese-environment-internal):
1185         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1187         * startup.el (iso-8859-n-locale-regexp): Remove.
1188         (locale-translation-file-name): Move to mule-cmds.el.
1189         (command-line): Move locale-stuff into set-locale-environment.
1191 1999-10-18  Dave Love  <fx@gnu.org>
1193         * abbrev.el (add-abbrev, inverse-add-abbrev)
1194         (expand-region-abbrevs): Remove properties from buffer text.
1196 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
1198         * iswitchb.el (iswitchb-exhibit): Extract user-input only
1199         from the mini-buffer, without the prompt.
1201         * simple.el (minibuffer-prompt-end): Return the position
1202         after the prompt, not the position of that last character
1203         of the prompt.
1205 1999-10-17  Miles Bader  <miles@gnu.org>
1207         * simple.el: Doc fixes.
1209 1999-10-17  Miles Bader  <miles@gnu.org>
1211         * simple.el (previous-matching-history-element, next-history-element):
1212         Change to work correctly even if the point is in the prompt.
1213         (choose-completion-string): Likewise.
1214         (minibuffer-prompt-width): New function (compatibility with old subr).
1216         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
1217         When constraining the final position to the current field,
1218         don't use the ONLY-IN-LINE mode of constrain-to-field.
1220 1999-10-17  Miles Bader  <miles@gnu.org>
1222         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1223         constrain-to-field.
1224         * textmodes/paragraphs.el (forward-sentence): Likewise.
1226 1999-10-17  Miles Bader  <miles@gnu.org>
1228         * simple.el (line-move): Use constrain-to-field to avoid
1229         moving into a prompt.
1230         (previous-complete-history-element): Clarify doc string.
1231         (next-complete-history-element): Likewise.
1232         Use field-beginning instead of point-min.
1233         (next-matching-history-element): Use field-beginning and
1234         erase-field instead of point-min and erase-buffer.
1235         * textmodes/paragraphs.el
1236         (forward-paragraph, forward-sentence): Likewise.
1237         (backward-kill-paragraph, backward-kill-sentence): Remove code to
1238         constrain the kill to an field, as the movement commands now
1239         do this.
1241 1999-10-17  Miles Bader  <miles@gnu.org>
1243         * simple.el (previous-matching-history-element): Get the
1244         minibuffer input with field-string instead of buffer-string.
1245         (choose-completion-string): Likewise.
1246         (next-history-element): Likewise.
1247         Erase the minibuffer input with erase-field, not erase-buffer.
1248         Use field-beginning to find the beginning of the input.
1249         * textmodes/paragraphs.el (backward-kill-sentence):
1250         Remove minibuffer-prompt hack.
1251         Constrain to any input field.
1253 1999-10-17  Sam Steingold  <sds@ksp.com>
1255         * bindings.el (completion-ignored-extensions): Added ".sparcf"
1256         for CMUCL on sparc and ".ufsl" for LispWorks.
1257         (bound-and-true-p): Bugfix: free variable `v'.
1259 1999-10-16  Dave Love  <d.love@dl.ac.uk>
1261         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1262         (edebug-uninstall-read-eval-functions): Use load-read-function,
1263         avoiding elisp-eval.
1265 1999-10-16  Sam Steingold  <sds@ksp.com>
1267         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1268         instead of `eql'.
1270 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1272         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1273         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1274         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1275         * ediff-util.el (ediff-make-temp-file):
1276         * ediff-vers.el (ediff-pcl-cvs-view-revision):
1277         * emerge.el (emerge-make-temp-file):
1278         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1279         * vc.el (vc-update-change-log):
1280         * mail/mailpost.el (post-mail-send-it):
1281         * mail/metamail.el (metamail-region):
1282         * progmodes/cmacexp.el (c-macro-expansion):
1283         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1285 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
1287         * smtpmail.el (smtpmail-via-smtp): Add support for
1288         automatically appending a domain to RCPT TO: addresses.
1290 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1292         * dired.el (dired-insert-directory): Insert the amount of
1293         free space after the total size.
1294         (dired-free-space-program, dired-free-space-args): New variables.
1296 1999-10-14  Karl Heuer  <kwzh@gnu.org>
1298         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1300 1999-10-14  Dave Love  <fx@gnu.org>
1302         * international/characters.el:
1303         * international/fontset.el:
1304         * international/mule-conf.el: Add latin-iso8859-1[45].
1306         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
1307         strings.
1309         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1310         (command-line): Detect Latin-[89] locales.
1312 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1314         * international/mule-cmds.el (select-safe-coding-system)
1315         (leim-list-header): avoid the use of strings that start with backslash
1316           newline since lread.c:read1 has a hack to turn those strings into
1317           integer 0 during the loadup.el process.
1319         * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
1321 1999-10-13  Dave Love  <fx@gnu.org>
1323         * image.el (insert-image): Copy the image spec and add an
1324         intangible property.
1326 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1328         * help.el (help-xref-interned): Make it also work on variable-only
1329         and function-only symbols.
1330         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
1331         (help-follow): If the point under mouse is not highlighted, try
1332         `help-xref-interned' on the pointed-to symbol anyway.
1334         * info.el (Info-on-current-buffer): New entry point.
1335         (Info-find-node): Split into two for Info-on-current-buffer to
1336         hook into it.
1337         (Info-current-file, Info-set-mode-line, Info-up):
1338         Info-current-file can now be t.
1339         (Info-clone-buffer-hook): function for `clone-buffer'.
1340         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
1341         `clone-buffer' available in various ways to the user.
1343 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
1345         * simple.el (shell-command, shell-command-on-region): Use
1346         make-temp-file.
1347         (clone-buffer, clone-process, clone-buffer-hook): New functions.
1349         * subr.el (with-current-buffer): Don't use backquotes to avoid
1350         bootstrapping problems.
1352         * loadup.el (load-path): Add subdirs for bootstrapping.
1353         (docstrings): Ignore errors during bootstrapping.
1354         (args): New `bootstrap' argument (for use in place of `dump').
1356 1999-10-12  Emmanuel Briot  <briot@gnat.com>
1358         * ada-stmt.el: Doc-string fixes.
1360 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
1362         * recentf.el: New file.
1364         * ps-mode.el: New file.
1366         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
1367         case insensitive.
1369 1999-10-12  Richard Sharman  <rsharman@pobox.com>
1371         * sh-script.el: Added support for indenting existing scripts.
1372         (sh-mode-map): Added new bindings.
1373         (sh-mode): Updated mode doc-string for new commands, added
1374         make-local-variable calls, initialize mode-specific variables.
1375         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
1376         is now a different function.
1377         (sh-header-marker):  Changed docstring.
1378         (sh-set-shell): Initialize mode-specific variables.
1379         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
1380         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
1381         Changed these define-skeleton calls to work with user-specified
1382         indentation settings.
1383         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
1384         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
1385         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
1386         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
1387         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
1388         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
1389         (sh-guess-basic-offset, sh-handle-after-case-label)
1390         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
1391         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
1392         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
1393         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
1394         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
1395         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
1396         (sh-handle-this-then, sh-help-string-for-variable)
1397         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
1398         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
1399         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
1400         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
1401         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
1402         (sh-remove-our-text-properties, sh-rescan-buffer)
1403         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
1404         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
1405         (sh-scan-case, sh-search-word, sh-set-char-syntax)
1406         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
1407         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
1408         functions.
1409         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
1410         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
1411         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
1412         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
1413         (sh-var-list): New variables.
1415 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
1417         * quickurl.el (quickurl-list-insert): `count-lines' was returning
1418         a value one line to high if the cursor wasn't at the start of a
1419         line. A `beginning-of-line' is now performed before making the
1420         call to `count-lines'.
1422 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1424         * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1426 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
1428         * Makefile (setwins): abstract out the command to find subdirectories
1429         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1430         (custom-deps, finder-data, autoloads, update-subdirs, updates)
1431         (autoloads-with-other-emacs): use it.
1433         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
1435 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
1437         * Makefile (bootstrap-compile): New target.  Compile Lisp
1438         files with ../src/temacs.
1440 1999-10-08  Simon Marshall  <simon@gnu.org>
1442         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1443         (regexp-opt-group): Use it to get common suffixes in STRINGS.
1444         If STRINGS is nil, return "" rather than nil.
1446 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1448         * Makefile (compile): Compile files one by one.  Set load-path to
1449         current directory and subdirectories when compiling.
1451 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1453         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1454         (emacs): Use it everywhere instead of EMACS.
1455         (compile): New target.  Compile all Lisp files from scratch.
1456         (recompile): New target.  Recompile lisp directory.
1457         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
1458         an Emacs executable not built in the current directory tree.
1460 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
1462         * filecache.el (file-cache-completion-ignore-case): New variable,
1463         defaulting to the value of completion-ignore-case.
1464         (file-cache-minibuffer-complete): Use it.
1465         (file-cache-files-matching, file-cache-files-matching-internal):
1466         New functions.
1468 1999-10-07  Emmanuel Briot  <briot@gnat.com>
1470         * ada-xref.el: New file
1472         * ada-prj.el: New file
1474         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1476         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1477         subprogram being created.
1479         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1480         ada-indent-newline-indent): Rewritten to support the new indentation
1481         scheme
1483         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1484         New functions
1486         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1487         justification parameter
1489         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1490         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1491         external program
1493 1999-10-07  Dave Love  <fx@gnu.org>
1495         * bindings.el (bound-and-true-p): New macro.
1496         (make-mode-line-mouse-sensitive): Don't require easymenu.
1498 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
1500         * custom.el (defface): Extend documentation for new values of
1501         `type'.
1503         * faces.el (face-spec-set-match-display): Recognize `type' of
1504         `motif', `lucid', `x-toolkit'.
1505         (menu): New face.
1507 1999-10-05  Dave Love  <fx@gnu.org>
1509         * files.el: Recognize temporary crontab files.
1511         * info.el: Require jka-compr when compiling.
1512         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1514 1999-10-04  Dave Love  <fx@gnu.org>
1516         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1517         scroll-up-aggressively, scroll-down-aggressively.
1519         * time.el (display-time-mode): Add autoload cookie.
1521         * rect.el (delete-extract-rectangle): Doc fix from verna.
1523         * help-macro.el (three-step-help): Customize.
1525 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1527         * hexl.el (hexlify-buffer): Move point in proper range
1528         if it is too large.
1529         (hexl-after-revert-hook): Update hexl-max-address.
1530         (hexl-address-to-marker): Doc fix.
1532 1999-10-03  Dave Love  <fx@gnu.org>
1534         * image.el (defimage): Remove redundant code.  Substitute file in
1535         image plist.
1537 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1539         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1540         when doing with-temp-file.
1542 1999-10-01  Dave Love  <fx@gnu.org>
1544         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1546         * help.el: Require view when compiling.
1547         (view-emacs-FAQ): Use Info version.
1549 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
1551         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1552         (normat->normal).  Use correct font names for Korean
1553         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1555 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
1557         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1558         code not used by KOI8 to the same 8-bit code instead of mapping to
1559         SPC.
1560         (cyrillic-alternativnyj-decode-table): Likewise.
1562 1999-09-29  Alex Schroeder  <alex@gnu.org>
1564         * sql.el (sql-imenu-generic-expression): new, used to set
1565         imenu-generic-expression.
1566         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1567         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
1568         imenu-case-fold-search, and imenu-syntax-alist.
1569         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1570         setting font-lock-defaults' SYNTAX-ALIST.
1572 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1574         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1575         macro, try again.
1577 1999-09-28  Dave Love  <fx@gnu.org>
1579         * cus-edit.el (custom-comment): Change widget definition.
1580         (custom-comment-create, custom-comment-show)
1581         (custom-comment-invisible-p): Don't use :comment-overlay.
1582         (custom-comment-hide): New function.
1583         (custom-variable-set, custom-variable-save)
1584         (custom-variable-reset-standard, custom-face-set)
1585         (custom-face-save): Use it.
1587 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1589         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1591 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1593         * faces.el (region): Doc fix.
1595 1999-09-27  Dave Love  <fx@gnu.org>
1597         * isearch.el (isearch): Add :links in defgroup.
1598         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1599         (isearch-switch-frame-handler): Comment out (unused).
1600         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1601         (isearch-ring-retreat-edit): Doc fix.
1602         (isearch-mouse-yank): New command.
1603         (isearch-last-command-char): Removed.  Callers changed to use
1604         last-command-char.
1605         (isearch-char-to-string): Removed.  Callers changed to use
1606         char-to-string.
1608 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
1610         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1611         option for Russian.
1613 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
1615         * faces.el (face-differs-from-default-p): Compare face
1616         attributes individually.
1618         * image.el (put-image, insert-image): Add string argument.
1620 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
1622         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1623         LANG=de_DE.iso88591 on HPUX 11.0.
1625         * dired.el (dired-move-to-filename-regexp): Make it work
1626         for LANG=de_DE.iso88591 on HPUX 11.0.
1628 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1630         * info.el (info-initialize): Don't test existence of ALTERNATIVE
1631         if we know for some other reason it should not be used.
1633         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1634         New variable.
1635         (edebug-recursive-edit): Save current-prefix-arg there,
1636         bind it, and set it back at the end.
1637         (edebug-outside-excursion): Restore and update the outside
1638         value of current-prefix-arg.
1639         (edebug-emacs-version-specific): Delete support for Epoch.
1641 1999-09-24  Howard Melman  <howard@silverstream.com>
1643         * imenu.el (imenu-after-jump-hook): New variable.
1644         (imenu): Run menu-after-jump-hook.
1645         (imenu-name-lookup-function): New variable.
1646         * imenu.el (imenu--in-alist): Use those variables.
1648 1999-09-24  Carsten Dominik  <cd@gnu.org>
1650         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1651         multiple thebibliography environments.
1653         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1654         with recentering window.
1655         (reftex-extract-bib-entries-from-thebibliography,
1656         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
1657         with multiple thebibliography environments.
1659         * textmodes/reftex-vars.el
1660         (reftex-section-levels): Function allowed as cdr.
1661         (reftex-max-section-depth) New option.
1663         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1664         with multiple thebibliography environments.
1666 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
1668         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1669         instead of point-min in call to delete-region.
1671 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1673         * vc.el (vc-backend-checkout): Use with-temp-file when checking
1674         out into arbitrary file names.
1676 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
1678         * language/european.el ("Turkish"): New language environment.
1680 1999-09-19  Dave Love  <fx@gnu.org>
1682         * delim-col.el: New file.
1684 1999-09-17  Richard Stallman  <rms@gnu.org>
1686         * files.el (after-find-file): When visiting a backup file,
1687         make it read-only.
1689         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1690         (apropos-keybinding-face, apropos-label-face): Likewise.
1691         (apropos-property-face, apropos-match-face): Likewise.
1692         (apropos-label-properties): New variable.
1693         (apropos-print-doc): Use apropos-label-properties.
1694         (apropos-print): Set apropos-label-properties.
1696 1999-09-15  Richard Stallman  <rms@gnu.org>
1698         * winner.el: Use aref instead of sref.
1700         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1702 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
1704         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1706 1999-09-14  Richard Stallman  <rms@gnu.org>
1708         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1709         cookie, even if followed by a letter.
1711 1999-09-14  Stephen Eglen  <stephen@gnu.org>
1713         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1714         --no-line-editing are passed to Octave by including them here
1715         rather than storing them in inferior-octave-startup-args.
1717 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
1719         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1720         command, option, env and sc.
1722         * subr.el (shell-quote-argument): Quote argument with double
1723         quotes for ms-dos.
1725 1999-09-14  Richard Stallman  <rms@gnu.org>
1727         * simple.el (eval-expression-print-level): New variable.
1728         (eval-expression-print-length): New variable.
1729         (eval-expression-debug-on-error): New variable.
1730         (eval-expression): Bind print-level, print-length and
1731         debug-on-error from those vars.
1733         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1734         Bind print-level, print-length and debug-on-error.
1736 1999-09-14  Inge Frick  <inge@nada.kth.se>
1738         * dired.el (dired-recursive-deletes): New custom variable.
1739         (dired-re-no-dot): New variable.
1740         (dired-delete-file): New function deletes files and directories
1741         recursively.
1742         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1744         * dired-aux.el (dired-recursive-copies): New custom variable.
1745         (dired-handle-overwrite): Broke a long line.
1746         (dired-copy-file): Call `dired-copy-file-recursive' instead of
1747         `copy-file'.
1748         (dired-copy-file-recursive): New function.  Copy directories
1749         recursively.
1750         (dired-do-create-files): Added support for generalized directory
1751         target.  How-to function may now return a function.  New fluid
1752         variable `dired-one-file'.
1753         (dired-copy-how-to-fn): New variable.
1754         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1755         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1756         (dired-do-copy-regexp): No recursive copies.
1758 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
1760         * whitespace.el (whitespace-version): Update version to 2.4
1762         * whitespace.el: Add customization variables to conditionally test
1763         any of the five whitespaces, per request from Rune Kleveland
1764         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1766         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1768         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1769         list of modes to be checked for bogus whitespaces.
1771         * whitespace.el (whitespace-rescan-timer-time): Update
1772         documentation.
1774         * whitespace.el (whitespace-display-unchecked-whitespaces):
1775         new function to update modeline with untested whitespaces.
1777         * whitespace.el (whitespace-buffer): Test only whitespaces whose
1778         checking is turned on, and update modeline using the newly created
1779         `whitespace-display-unchecked-whitespaces'.
1781         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1782         whose checking is turned on, and update modeline using the newly
1783         created `whitespace-display-unchecked-whitespaces'.
1785         * whitespace.el (whitespace-describe): Update documentation.
1787         * whitespace.el (whitespace-tickle-timer): Test if
1788         `whitespace-rescan-timer-time' is non-zero before tickling timer.
1790 1999-09-13  Dave Love  <fx@gnu.org>
1792         * hideif.el (hide-ifdef-mode): Add autoload cookie.
1794         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1795         for temp buffer.
1796         (checkdoc-this-string-valid): Don't assume default comment-start.
1798 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
1800         * rsz-mini.el: Remove code, keep the interface.
1802 1999-09-13  Dave Love  <fx@gnu.org>
1804         * help.el (help-highlight-p): Doc fix.
1806         * faces.el (mode-line, header-line, tool-bar): Add :version.
1807         (highlight, secondary-selection): Add :group.
1808         (trailing-whitespace): Add :group, :version.
1810         * wid-edit.el: Remove some compatibility code and checks.
1811         (widget-specify-field, widget-specify-button): Don't use XEmacs
1812         properties.
1813         (widget-overlay-inactive): Change error message.
1814         (widget-button-pressed-face): New variable.
1815         (widget-button-click): Use it.
1816         (widget-documentation-link-add): Specify mouse and button faces.
1817         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1818         removed now the functionality is built in.
1820         * cus-edit.el: Don't define-widget-keywords.
1821         (multimedia): New group.
1822         (custom-last): Function removed.
1823         (custom-quote): Add vectorp case, comment out characterp case.
1824         (custom-buffer-done-function, custom-raised-buttons): New option.
1825         (Custom-buffer-done): New function.
1826         (custom-buffer-create-internal): Obey custom-raised-buttons,
1827         Custom-buffer-done.
1828         (custom-button-face): Make it `released-button'.
1829         (custom-button-pressed-face): Make it `pressed-button'
1830         (custom-mode-map): Bind "q" to Custom-buffer-done.
1831         (custom-mode): Deal with raised/pressed buttons.
1833         Changes from Didier Verna:
1834         (custom-prompt-variable): Optional third arg makes prompt for a
1835         comment string.
1836         (customize-set-value, customize-set-variable,
1837         customize-save-variable): Optional prefix makes function handle
1838         variable comments.
1839         (customize-customized, customize-saved, custom-variable-state-set)
1840         (custom-variable-set, custom-variable-save, custom-face-state-set)
1841         (custom-variable-reset-saved, custom-variable-reset-standard)
1842         (custom-face-set, custom-face-save, custom-face-reset-saved)
1843         (custom-face-reset-standard, customize-save-customized): Handle
1844         custom comments.
1845         (custom-comment-face, custom-comment-tag-face): New face.
1846         (custom-comment): New widget.
1847         (custom-comment-create, custom-comment-delete)
1848         (custom-comment-value-set, custom-comment-show)
1849         ()custom-comment-invisible-p): New functions.
1850         (custom-variable-value-create, custom-face-value-create): Create a
1851         comment field widget.
1852         (custom-variable-menu, custom-face-menu): New entry for custom
1853         comment.
1854         (custom-face-value-create): Remove compatibility code.
1855         (custom-save-variables, custom-save-faces): Possibly save custom
1856         comments.
1858         * cus-face.el (custom-face-attributes): Simplify :underline,
1859         :overline, :inverse-video cases.  Fix up :box case (probably needs
1860         more work).
1862         Change from Didier Verna:
1863         (custom-set-faces): The arguments can now have a custom comment as
1864         fourth argument.
1866         * custom.el: Don't define-widget-keywords.
1867         Change from Didier Verna:
1868         (custom-set-variables): the arguments can now have a
1869         custom comment as fifth element.
1871 1999-09-13  Richard Stallman  <rms@gnu.org>
1873         * info.el (Info-find-node): Cope better if guesspos is too large.
1875 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1877         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1878         of buffer-substring because buffer-string doesn't copy the
1879         prompt.
1881         * faces.el (mode-line): Replaces `modeline'.
1882         (toplevel): Make `modeline' an alias for `mode-line'.
1884 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1886         * gs.el: Change `ghostscript' to `postscript' in comment.
1888 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
1890         * emulation/tpu-edt.el (tpu-version): New version.
1891         (tpu-search-overlay, tpu-replace-overlay): New variables.
1892         (tpu-search-highlight, tpu-toggle-direction): New functions.
1893         (tpu-lm-replace): Set tpu-replace-overlay.
1894         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1895         command hook.
1897 1999-09-11  Richard Stallman  <rms@gnu.org>
1899         * isearch.el (isearch-mode-map): Undo previous change.
1901         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1902         use all of that as the sexp.
1904         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1905         and use the initial argument as file name directly.
1906         Likewise if nothing matches.
1908 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
1910         * winner.el: Major changes.  Avoid changing point and mark.
1911         Save configurations after they change, not before.
1913 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
1915         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1916         Bind print-continuous-numbering and print-number-table.
1918 1999-09-10  Dave Love  <fx@gnu.org>
1920         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1922 1999-09-09  Richard Stallman  <rms@gnu.org>
1924         * whitespace.el: Finish making it fit Emacs conventions.
1925         Add autoloads.
1927 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1929         * generic-x.el (bat-generic-mode): "::"-style comments don't
1930         need to begin with "-".  Fix the font-lock definitions of ON/OFF
1931         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
1932         from the list of keywords.  Add DO to the list of keywords.
1934 1999-09-09  Dave Love  <fx@gnu.org>
1936         * byte-opt.el (byte-optimize-backward-char):
1937         (byte-optimize-backward-word): New optimizations.
1938         (side-effect-free-fns, side-effect-and-error-free-fns): Add
1939         entries.
1941 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
1943         * image.el (put-image): Remove optional buffer parameter.
1945         * faces.el (face-italic-p): Return t only for values `italic'
1946         and `oblique'.
1948         * mouse.el (mouse-drag-mode-line-1): Extension of former
1949         mouse-drag-mode-line that also drags the header line.
1950         (mouse-drag-mode-line): Call it.
1951         (mouse-drag-header-line): New.
1952         (toplevel): Bind down-mouse-1 on header lines to
1953         mouse-drage-header-line.
1955 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
1957         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1958         (make-mode-line-mouse-sensitive): Replace `top-line' by
1959         `header-line'.
1961 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
1963         * help.el (describe-function-1): Don't return empty string for keymaps.
1965         * fill.el (fill-region-as-paragraph, canonically-space-region):
1966         Respect colon-double-space at end of line.
1968 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
1970         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1971         (backup-buffer): Use it.
1973 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
1975         * generic-x.el (generic-define-unix-modes): Added new modes:
1976         inetd-conf-generic-mode, etc-services-generic-mode,
1977         etc-passwd-generic-mode.  These are all defined for Unix by default.
1978         (apache-generic-mode): Use an imenu-generic-expression to list
1979         Configuration keywords.
1980         (samba-generic-mode): Use both ; and # as comment characters.
1981         (samba-generic-mode): Font-lock expressions now highlight name
1982         value pairs.
1983         (bat-generic-mode): Keywords are now case-insensitive through
1984         font-lock-defaults setting.
1985         (java-properties-generic-mode): Supports both ! and # as comment
1986         characters.
1987         (java-properties-generic-mode): Added an imenu-generic-expression
1988         (java-properties-generic-mode): Reworked to support the various
1989         different ways to separate name and value (viz, '=', ':' and
1990         whitespace).
1991         (show-tabs-generic-mode): Added this new generic-mode.
1993 1999-09-08  Richard Stallman  <rms@gnu.org>
1995         * progmodes/inf-lisp.el: Moved from top directory.
1997         * tar-mode.el (tar-header-block-tokenize):
1998         Use `when' instead of `and'.  Fix some clobbered text.
2000         * gud.el (gud-make-debug-menu): Make a child for the
2001         local menu, for its menu bar, and the debug menu.
2002         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
2003         Use the history in the simple way.
2005 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
2007         * language/korea-util.el (default-korean-keyboard): Initialize it
2008         according to the environment variable HANGUL_KEYBOARD_TYPE.
2010 1999-09-07  Richard Stallman  <rms@gnu.org>
2012         * subr.el (make-temp-file): New function.
2014 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
2016         * font-lock.el (font-lock-multiline): New text property contains
2017         a boolean to indicate if the char is part of a multiline match.
2018         (font-lock-default-fontify-region): Extend the region appropriately
2019         for multiline keywords.
2020         (font-lock-default-unfontify-region): Also remove the new
2021         font-lock-multiline text property.
2022         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
2023         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
2025 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2027         * diary-lib.el (list-diary-entries): Make sure two-digit years
2028         have leading zeros.
2030 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
2032         * faces.el (face-set-after-frame-default): Initialize some
2033         attributes of some faces from frame parameters.
2035         * faces.el (scroll-bar, border, cursor, mouse): New faces.
2037 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
2039         * faces.el (fringe): Replaces face `margin'.
2041 1999-09-07  Dave Love  <fx@gnu.org>
2043         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2045 1999-09-07  Richard Stallman  <rms@gnu.org>
2047         * subr.el (push): Doc fix.
2049 1999-09-06  Richard Stallman  <rms@gnu.org>
2051         * vc.el (vc-annotate-display): Use < 69 not < 70
2052         to distinguish 20YY from 19YY.
2054         * timezone.el (timezone-parse-date): Use < 69 not < 70
2055         to distinguish 20YY from 19YY.
2057         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2059 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
2061         * quickurl.el: (quickurl-list-focused-line): Removed.
2062         (quickurl-list-insert): Now works out the focused line using
2063         `count-lines' instead of using `quickurl-list-focused-line'.
2065 1999-09-06  Richard Stallman  <rms@gnu.org>
2067         * mail/rmail.el (rmail-retry-failure): Unconditionally move
2068         to beginning of message.
2070 1999-09-06  Dave Love  <fx@gnu.org>
2072         * isearch.el (isearch-mode-map): Add mouse-2.
2074         * rmail.el (rmail-read-password): Deleted.
2075         (rmail-get-pop-password): Use read-password.
2077         * quickurl.el: Don't conditionally define caddr.
2078         (quickurl-url-comment): Use nth, not caddr in function and
2079         defsetf.
2081 1999-09-06  Richard Stallman  <rms@gnu.org>
2083         * auto-show.el: Doc fixes.
2085 1999-09-06  Stephen Eglen  <stephen@gnu.org>
2087         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2088         --no-line-editing so that TABs in source files are not interpreted
2089         as completion requests.
2091 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
2093         * hscroll.el, auto-show.el: Remove all code, keep the public
2094         interface as no-ops.
2096         * faces.el (face-bold-p): Don't return t if face has lighter
2097         weight than normal.
2099 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
2101         * startup.el (command-line): Make small-temporary-file-directory
2102         be nil except on ms-dos.
2104         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
2106         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2107         is defined.
2109         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2110         letters with a colon after d or l.
2112 1999-09-06  Dave Love  <fx@gnu.org>
2114         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
2116 1999-09-05  Richard Stallman  <rms@gnu.org>
2118         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2120         * textmodes/paragraphs.el (backward-kill-sentence):
2121         Don't test minibuffer-prompt-end here.
2122         (forward-sentence): Do handle it here.
2123         (backward-kill-paragraph): Don't test it here.
2124         (forward-paragraph): Handle it here.
2126         * mouse.el (font-menu-add-default): Simplify code.
2128 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
2130         * faces.el (header-line): Renamed from `top-line'.
2132 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
2134         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2136 1999-09-04  Richard Stallman  <rms@gnu.org>
2138         * whitespace.el: New file.
2140 1999-09-04  Dave Love  <fx@gnu.org>
2142         * paths.el: Make some doc strings obey the make-docfile convention.
2144         * bindings.el: Likewise.
2145         (debug-ignored-errors): Remove BBDB ones.
2147 1999-09-03  Richard Stallman  <rms@gnu.org>
2149         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2150         not from the draft to forward.
2152         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2154 1999-09-03  Dave Love  <fx@gnu.org>
2156         * double.el (double-mode): Customize the variable.
2158 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
2160         * international/characters.el: Delete duplicated code.
2162 1999-09-02  Richard Stallman  <rms@gnu.org>
2164         * indent.el (indent-relative): Doc fix.
2166         * quickurl.el (quickurl): Doc fix.
2168 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
2170         * faces.el (margin): Change background to "gray" for mono (this is
2171         drawn with a stipple pattern).
2173 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
2175         * simple.el (next-history-element): Use minibuffer-prompt-end once
2176         again.  Remove test for minibuffer-prompt-in-buffer.
2178 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
2180         * files.el (small-temporary-file-directory): New variable.
2182         * startup.el (command-line): Compute the value of
2183         small-temporary-file-directory.
2185         * ediff-init.el (ediff-temp-file-prefix): Use
2186         small-temporary-file-directory if non-nil.
2188         * vc.el (vc-update-change-log): Likewise.
2190         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2192         * simple.el (shell-command, shell-command-on-region): Use
2193         make-temp-name properly.  Use small-temporary-file-directory if
2194         non-nil, otherwise temporary-file-directory, to generate temporary
2195         files.
2197         * dos-w32.el (direct-print-region-helper): Use
2198         temporary-file-directory.  (From Stefan Monnier.)
2200 1999-09-02  Richard Stallman  <rms@gnu.org>
2202         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2203         from asm-comment-char.
2204         (asm-font-lock-keywords): Recognize instruction width suffixes.
2206 1999-09-01  Richard Stallman  <rms@gnu.org>
2208         * play/fortune.el: New file.
2210 1999-08-31  Dave Love  <fx@gnu.org>
2212         * help.el (help-make-xrefs): Don't lose on non-empty blank line
2213         after key table.
2215         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
2216         variables.
2218         * subr.el (push): Fix typo.
2220 1999-08-30  Kevin Blake  <kblake@ticnet.com>
2222         * emacs-lisp/ring.el: Many doc fixes.
2223         (ring-size, ring-copy): New functions.
2225 1999-08-29  Richard Stallman  <rms@gnu.org>
2227         * progmodes/etags.el (tags-loop-continue):
2228         After tags-loop-operate returns, force skip to next file.
2230         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2231         (mail-extr-first-letters, mail-extr-last-letters):
2232         Use character classes [:alpha:] and [:alnum:].
2234         * subr.el (push, pop): New macros.
2236         * progmodes/compile.el (compilation-error-regexp-alist):
2237         New item for SGI IRIX MipsPro compilers.
2239         * speedbar.el (speedbar-directory-buttons): Recognize
2240         device names when checking for file names.
2242         * array.el (array-reconfigure-rows): Use generate-new-buffer.
2244         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2245         and specially handle defvar inside their expansions.
2246         (eval-defun-1): New subroutine.
2248         * progmodes/compile.el (compilation-error-regexp-alist):
2249         Fix the Perl -w entry to allow period after line number.
2250         Don't allow newlines in file name, but allow them after line number
2251         for Perl debugging traces.
2253         * which-func.el (which-func-cleanup-function): New variable.
2254         (which-function): Call that function.
2256         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2257         to end a function name.
2259         * informat.el (Info-tagify): Don't insert more than one newline
2260         before the tag table.
2262 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
2264         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2265         than make-temp-name, use match-string-no-properties, and eliminate
2266         a quadratic behavior when building bibtex-strings.
2268 1999-08-29  Alex Schroeder  <alex@gnu.org>
2270         * comint.el (comint-input-ring-separator): New variable.
2271         (comint-read-input-ring): Doc change; use
2272         comint-input-ring-separator when reading file.
2273         (comint-write-input-ring): Use
2274         comint-input-ring-separator when writing file.
2276 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
2278         * informat.el (Info-tagify): Start by widening.
2279         Match node headers that don't list the file name,
2280         and more kinds of page separations.
2281         Strip properties during tagification.
2282         Use start of node header line as tag's position.
2283         Fix the "done" message.
2285         (Info-validate): Save and restore match data around narrowing down.
2287 1999-08-28  Richard M. Stallman  <rms@gnu.org>
2289         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2290         On repeated call, override previous values put into
2291         minor-mode-map-alist and minor-mode-alist.
2293 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
2295         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2297 1999-08-27  Andreas Schwab  <schwab@gnu.org>
2299         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2300         from cvs update.
2302 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2304         * calendar/calendar.el (calendar-move-hook): New hook.
2306         * calendar/cal-move.el: Call the new hook in every movement function.
2308         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2309         the right function name.
2311 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
2313         * time-stamp.el: Put quote-backquote around all symbol names
2314         in doc strings, for mousing.
2315         (time-stamp): support multi-line patterns.
2316         (time-stamp-inserts-lines): new variable.
2317         (time-stamp-count): new variable.
2318         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
2319         "Thu" instead of "%a".
2321 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2323         * simple.el (kill-word): Undo previous change.
2325 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2327         * jit-lock.el (jit-lock-function): Extend the fontified range
2328         to the beginning of the line containing the range start and
2329         the beginning of the line following the range end.
2331 1999-08-24  Dave Love  <fx@gnu.org>
2333         * timezone.el: Move provide to end.
2334         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
2335         <70 are 2000+.
2336         (timezone-parse-time): Simplify somewhat.
2338 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
2340         * faces.el (margin): Renamed from bitmap-area.
2342 1999-08-24  Alex Schroeder  <alex@gnu.org>
2344         * sql.el: Doc changes.
2345         (sql-sybase): use sql-server instead of sql-database.
2347 1999-08-23  Dave Love  <fx@gnu.org>
2349         * rect.el: Add/fix various doc strings.  Add `*' to all the
2350         interactive specs.
2352 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
2354         * jit-lock.el (jit-lock-function): Use line-beginning-position.
2355         Don't unwind-protect font-lock-fontify-region.
2357         * paragraphs.el (backward-kill-paragraph): Don't move
2358         point into mini-buffer prompt.
2359         (backward-kill-sentence): Ditto.
2361         * simple.el (next-history-element): Use minibuffer-prompt-end.
2362         Remove test for minibuffer-prompt-in-buffer.
2363         (kill-word): Don't move point into mini-buffer prompt.
2365 1999-08-21  Dave Love  <fx@gnu.org>
2367         * Makefile: Exclude CVS dirs like RCS.
2369 1999-08-19  Dave Love  <fx@gnu.org>
2371         * tooltip.el (tooltip-mode): Customize this, per convention.
2372         (tooltip-active): Option deleted.
2374         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
2376         * hanoi.el, page-ext.el: Declare dynamic vars.
2378         * term.el: Avoid ange-ftp related compilation warnings.
2380 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
2382         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
2383         the default so that beginners can benefit from it without
2384         searching in manuals.
2386 1999-08-18  Ray Blaak  <blaak@gnu.org>
2388         * progmodes/delphi.el: Consider assembly sections as blocks, to
2389         indent them better. Make auto-indent on newline optional.
2391 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
2393         * bindings.el (mode-line-modified): Look up key binding for C-x
2394         C-q.  If it's bound call that binding, otherwise call
2395         toggle-read-only.
2397 1999-08-17  Dave Love  <fx@gnu.org>
2399         * info.el (info): Doc fix.
2401         * finder.el (finder-known-keywords): Add `multimedia'.
2403         * apropos.el: Don't capitalize custom group name.
2405         * info-look.el: Remove compatibility code.
2406         (info-lookup-guess-default*): DTRT for point at start of symbol.
2407         (info-complete): Don't lose with point not at end of symbol.
2409 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
2411         * term.el (toplevel): Make face `term-default' an empty face.
2412         The code relied on the fact that Emacs ignored invalid faces in
2413         face text properties in 20.4.
2415 1999-08-16  Richard M. Stallman  <rms@gnu.org>
2417         * subr.el (point-at-eol, point-at-bol): New aliases.
2419         * simple.el: Functions reordered.
2421         * rect.el (delete-rectangle-line): Use line-end-position.
2423 1999-08-16  Karl Heuer  <kwzh@gnu.org>
2425         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2426         here from simple.el.
2428 1999-08-16  Dave Love  <fx@gnu.org>
2430         * mouse.el: Provide `mldrag' for compatibility.
2431         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2432         marked obsolete.
2434         * mldrag.el: Removed since the features are in mouse.el.
2436         * jka-compr.el (auto-compression-mode): New variable for
2437         customization.
2439         * bindings.el (mode-line-mule-info): Doc fix.
2441         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2442         name comparisons.
2444         * files.el (interpreter-mode-alist): Add make, guile, clisp.
2445         (find-file): Doc fix.
2447 1999-08-16  Carsten Dominik  <cd@gnu.org>
2449         * textmodes/reftex.el: Most of the code moved to other files.
2450         * textmodes/reftex-auc.el: New file, split out from reftex.el
2451         * textmodes/reftex-cite.el: New file, split out from reftex.el
2452         * textmodes/reftex-global.el: New file, split out from reftex.el
2453         * textmodes/reftex-index.el: New file, split out from reftex.el
2454         * textmodes/reftex-parse.el: New file, split out from reftex.el
2455         * textmodes/reftex-ref.el: New file, split out from reftex.el
2456         * textmodes/reftex-sel.el: New file, split out from reftex.el
2457         * textmodes/reftex-toc.el: New file, split out from reftex.el
2458         * textmodes/reftex-vars.el: New file, split out from reftex.el
2459         * textmodes/reftex-vcr.el: New file, split out from reftex.el
2461 1999-08-16  Carsten Dominik  <cd@gnu.org>
2463         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2464         conflict with pop-up-frames.
2465         (reftex-special-environment-parsers): New constant.
2466         (reftex-label-alist): car of an entry can also be a function.
2467         (reftex-what-special-env): new function.
2468         (reftex-label-location): Call `reftex-what-special-env'.
2469         (reftex-compile-variables): Check for symbol in
2470         `reftex-label-alist'.
2471         (reftex-what-environment): fixed bug with stacked environments of
2472         same kind (e.g. enumerate).
2473         (reftex-process-string): Preserve default directory.
2474         (reftex-label-alist-builtin): changed prefixes of endnote and
2475         footnote.  Also the magic words.
2476         (reftex-reference): Interprete new option
2477         `reftex-fref-is-default'.
2478         (reftex-replace-prefix-escapes): Interprete new `%S' format.
2479         (reftex-toc-mouse-view-line): Command removed (had no binding).
2480         (reftex-everything-regexp): New function.
2481         (reftex-nearest-match): Made better.
2482         (reftex-toc-find-section): Use new version of
2483         `reftex-nearest-match'.
2484         (reftex-insert-docstruct): adapted to work with the index stuff.
2485         (reftex-parse-from-file): Find index entries as well.
2486         (reftex-toc-toggle-index): New function
2487         (reftex-toc-map): `i' is now used to togle the index, File
2488         boundaries has been moved to `F'.
2489         (reftex-select-label-map): Toggling display of file boundaries is
2490         now on the `F' key, for consistency with `reftex-toc-map'.
2491         (reftex-erase-all-selection-and-index-buffers): Renamed from
2492         `reftex-erase-all-selection-buffer'.  Now also kills the index
2493         buffers.
2494         (reftex-viewing-cross-references): Customization group renamed
2495         from reftex-viewing-cross-references-and-citations.
2496         (reftex-index-macro-regexp,
2497         reftex-find-index-entry-regexp-format): New variables
2498         (reftex-macros-with-index): New variable
2499         (reftex-add-index-macros): New function
2500         (reftex-renumber-simple-labels, reftex-translate): Allow for
2501         multiple labels in a single ref command.
2502         (reftex-index-support): New customization group
2503         (reftex-support-index, reftex-index-special-chars,
2504         reftex-index-macros, reftex-index-default-macro,
2505         reftex-index-default-tag, reftex-index-math-format,
2506         reftex-index-section-letters, reftex-index-include-context,
2507         reftex-index-follow-mode, reftex-index-header-face,
2508         reftex-index-section-face, reftex-index-tag-face,
2509         reftex-index-face): New options
2510         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2511         reftex-index-tag, reftex-index-return-marker,
2512         reftex-index-restriction-indicator, reftex-index-restriction-data,
2513         reftex-index-macro-regexp, reftex-index-level-re,
2514         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2515         reftex-everything-regexp-no-index, reftex-index-re,
2516         reftex-macros-with-index, reftex-index-macro-alist): New variables
2517         (reftex-index-help, reftex-index-macros-builtin,
2518         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2519         reftex-query-index-macro-help): New constants
2520         (reftex-index-selection-or-word, reftex-index,
2521         reftex-default-index, reftex-update-default-index,
2522         reftex-index-complete-tag, reftex-index-select-tag,
2523         reftex-index-complete-key, reftex-index-update-taglist,
2524         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2525         reftex-display-index, reftex-insert-index,
2526         reftex-index-insert-new-letter, reftex-get-restriction,
2527         reftex-index-pre-command-hook, reftex-index-post-command-hook,
2528         reftex-index-show-help, reftex-index-next, reftex-index-previous,
2529         reftex-index-toggle-follow, reftex-index-toggle-context,
2530         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2531         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2532         reftex-index-quit, reftex-index-quit-and-kill,
2533         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2534         reftex-index-revert, reftex-index-switch-index-tag,
2535         reftex-index-restrict-to-section, reftex-index-widen,
2536         reftex-index-restriction-forward,
2537         reftex-index-restriction-backward, reftex-index-visit-location,
2538         reftex-index-analyze-entry, reftex-index-globalize,
2539         reftex-index-edit, reftex-index-toggle-range-beginning,
2540         reftex-index-toggle-range-end, reftex-index-edit-key,
2541         reftex-index-edit-attribute, reftex-index-edit-visual,
2542         reftex-index-edit-part, reftex-index-level-down,
2543         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2544         reftex-index-change-entry, reftex-index-goto-letter,
2545         reftex-add-index-macros, reftex-ensure-index-support,
2546         reftex-index-info-safe, reftex-index-info): New functions.
2549 1999-08-15  Richard M. Stallman  <rms@gnu.org>
2551         * paren.el (show-paren-mode): Support making show-paren-mode
2552         a buffer-local variable.  Don't check for a window system.
2553         (show-paren-function): Check whether show-paren-function is
2554         enabled in current buffer; do the right thing if not.
2555         Don't check for a window system.
2556         (show-paren-mode): Make it a user variable.
2558         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2559         Handle `enum' like `struct'.
2561         * server.el (server-process-filter): If a client visits no buffers,
2562         close it immediately before recording it.
2564         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2565         Optimize by calling concat just once.  Handle =\n sequence.
2566         (mail-unquote-printable-region): New command.
2567         (mail-quote-printable): Make it autoload.
2569 1999-08-15  Karl Heuer  <kwzh@gnu.org>
2571         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2573 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2575         * lisp/texinfmt.el: Handle @ifnottex.
2577 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
2579         * frame.el (blink-cursor): Don't turn on cursor blinking for
2580         ms-dos.
2582         * faces.el (face-valid-attribute-values): Look in
2583         x-bitmap-file-path only for x and w32 window systems.
2585         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2586         Do that if width is nil as well.
2587         (x-display-mm-height, x-display-mm-width): Update values.
2588         (x-colors): Compute the list from msdos-color-values.
2589         (x-select-enable-clipboard): Doc fix.
2590         (x-frob-font-weight, x-font-family-list): New functions.
2592 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
2594         * window.el (shrink-window-if-larger-than-buffer): Don't try to
2595         back up from beginning of buffer.
2597 1999-08-13  Karl Heuer  <kwzh@gnu.org>
2599         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2601 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
2603         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
2604         doomsday clock, speed control is added and changes are made to
2605         allow large numbers of rings: rings now show the whole ring
2606         number, not just the last digit; consecutive rings are allowed to
2607         be the same size when necessary to fit all the rings in the
2608         window; and poles can be oriented horizontally.  Face support is
2609         thrown in gratuitously.
2610         (hanoi): Changed default number of rings back to 3.
2611         (hanoi-unix, hanoi-unix-64): New commands
2612         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2613         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2614         hanoi-odd-ring-face): New variables.
2615         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2616         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2617         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2618         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2619         (hanoi-topos, hanoi-draw-ring): Removed.
2621 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
2623         * faces.el (face-valid-attribute-values): Return an alist for
2624         families on ttys.
2625         (face-read-integer): Handle unspecified face attributes.  Add
2626         completion for `unspecified'.
2627         (read-face-attribute): Handle unspecified font attributes.
2628         (face-valid-attribute-values): Add `unspecified' to lists so that
2629         it can be chosen via completion.
2630         (face-read-string): Don't recognize "none" as input.
2632 1999-08-10  Dave Love  <fx@gnu.org>
2634         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2635         string.
2637         * sun-curs.el: Require sun-fns.
2639 1999-08-10  Dave Love  <fx@gnu.org>
2641         * autorevert.el (auto-revert-mode): Add autoload cookie.
2643         * hscroll.el, auto-show.el: Files deleted -- we have built-in
2644         hscroll.
2646         * simple.el (hscroll-step, hscroll-point-visible)
2647         (hscroll-window-column): Remove now we have the mentioned real
2648         horizontal autoscrolling.
2650 1999-08-10  Richard M. Stallman  <rms@gnu.org>
2652         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2653         control use of -f option.
2654         (mail-specify-envelope-from): New variable.
2655         (mail-from-style): Doc fix.
2657         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2658         (easy-menu-get-map): New arg TO-MODIFY helps choose
2659         between local and global maps.
2660         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2661         (easy-menu-change): Doc fix.
2663         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2664         (info-lookup-guess-default): Simplified and cleaned up.
2665         (info-lookup-guess-default*): Preserve point.
2667         * view.el (view-mode-disable): If buffer-read-only is nil,
2668         don't change it.
2670         * files.el (after-find-file): Disable View mode if buffer is no
2671         longer read-only.
2673         * view.el (view-mode-enable, view-mode-disable):
2674         Call force-mode-line-update.
2676 1999-08-10  Karl Heuer  <kwzh@gnu.org>
2678         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2679         * array.el, play/landmark.el, international/latin-3.el: Likewise.
2680         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2682 1999-08-10  Alex Schroeder  <asc@bsiag.com>
2684         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2685         to prevent m-eating-bug.
2687 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
2689         * term/pc-win.el (msdos-bg-mode): Remove.  Call
2690         frame-set-background-mode instead.  All callers changed.
2691         (msdos-face-setup): Don't force color display parameter, it is set
2692         by frame-set-background-mode.
2693         (make-msdos-frame): Call x-handle-reverse-video and
2694         face-set-after-frame-default.  Delete frame if creation failed.
2696         * faces.el (face-set-after-frame-default): Don't call
2697         make-face-x-resource-internal for the pc window-system.
2699 1999-08-10  Dave Love  <fx@melange.gnu.org>
2701         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2702         case with no docstring specially.
2704 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
2706         * complete.el (PC-do-completion): If completing on file name,
2707         reproduce str by concatenating its directory and basename parts.
2709 1999-08-07  Dave Love  <fx@gnu.org>
2711         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
2712         unibyte to multibyte conversion of search-forward (from Handa),
2713         but avoid the replacement if the language is Latin-N.
2715 1999-08-06  Richard Stallman  <rms@gnu.org>
2717         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2718         of eval-buffer.
2720         * international/mule.el (load-with-code-conversion):
2721         Pass t to eval-buffer for DO-ALLOW-PRINT.
2723 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
2725         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2726         of filenames and attributes.
2727         (ls-lisp-insert-directory): Use directory-files-and-attributes
2728         for speed.
2730 1999-08-05  Dave Love  <fx@gnu.org>
2732         * auto-show.el (auto-show-mode): Fix :set.
2734         * widget.el (define-widget-keywords): Make dummy definition and
2735         comment-out its use.
2737 1999-08-04  Richard Stallman  <rms@gnu.org>
2739         * progmodes/tcl.el: Customized.
2741         * sql.el (sql-accumulate-and-indent): Instead of testing
2742         whether this is Emacs 20 before calling comint-accumulate,
2743         test whether comint-accumulate is defined.
2745 1999-08-04  Dave Love  <fx@gnu.org>
2747         * sgml-mode.el: Require outline when compiling.
2748         (sgml-mode-hook, html-mode-hook): Customize.
2749         (sgml-validate-command): Fix :version.
2750         (html-autoview-mode): Doc fix.
2752         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2753         nothing in Latin-N environment.
2755         * info.el (Info-find-node): Call info-initialize here.
2756         (info): Not here.
2757         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2759 1999-08-04  Richard Stallman  <rms@gnu.org>
2761         * ansi-color.el: New file.
2763 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
2765         * dired.el (dired-string-replace-match): Return `nil' when no match
2766         found with global search.
2768         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2769         * terminal.el (te-terminfo-directory):
2770         * mail/mailpost.el (post-mail-send-it):
2771         * mail/metamail.el (metamail-region):
2772         * progmodes/ada-mode.el (ada-tmp-directory):
2773         Use temporary-file-directory.
2775         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2776         (compilation-filter, compilation-forget-errors)
2777         (compilation-parse-errors): Use a marker instead of an integer for
2778         `compilation-parsing-end'.
2780         * progmodes/diff.el (diff-parse-differences):
2781         Use a marker instead of an integer for `compilation-parsing-end'.
2782         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2783         Use a marker instead of an integer for `compilation-parsing-end'.
2785 1999-08-03  Richard Stallman  <rms@gnu.org>
2787         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2788         (Buffer-menu-mode): Doc fix.
2789         (Buffer-menu-view): New command.
2790         (Buffer-menu-view-other-window): New command.
2792 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
2794         * replace.el (query-replace-regexp-eval)
2795         (replace-eval-replacement, replace-loop-through-replacements)
2796         (replace-match-string-symbols): New functions.
2797         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2798         Use replace-loop-through-replacements.
2800 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
2802         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2803         (5x5): Doc fix.
2805 1999-08-03  Dave Love  <fx@gnu.org>
2807         * fortran.el (fortran-indent-new-line): Make it an alias
2808         for reindent-then-newline-and-indent.
2810 1999-08-03  Didier Verna  <verna@inf.enst.fr>
2812         * rect.el: All functions rewritten, except when noted above
2813         their declaration.  Below is a list of interface changes.
2814         (apply-on-rectangle): New function, mostly replaces
2815         `operate-on-rectangle'.  All callers changed.
2816         (move-to-column-force): Pass new second argument to `move-to-column'.
2817         (kill-rectangle): Added optional prefix arg to fill lines.
2818         (delete-rectangle): Ditto.
2819         (delete-whitespace-rectangle): Ditto.
2820         (delete-extract-rectangle): Ditto.
2821         (open-rectangle): Ditto.
2822         (clear-rectangle): Ditto.
2823         (delete-whitespace-rectangle-line): New function.
2824         (delete-rectangle-line): Added third arg FILL.
2825         (delete-extract-rectangle-line): Ditto.
2826         (open-rectangle-line): Ditto.
2827         (clear-rectangle-line): Ditto.
2829 1999-08-03  Ray Blaak  <blaak@gnu.org>
2831         * progmodes/delphi.el: New file.
2833 1999-08-02  Richard Stallman  <rms@gnu.org>
2835         * textmodes/outline.el (outline-previous-heading): New function.
2836         (outline-up-heading-all): Use outline-previous-heading.
2837         (outline-next-heading): Delete definition inserted yesterday.
2839 1999-08-01  Richard Stallman  <rms@gnu.org>
2841         * textmodes/outline.el (outline-next-heading): New function.
2842         (outline-up-heading-all): New function.
2843         (outline-font-lock-level): Using outline-up-heading-all.
2844         Tell outline-back-to-heading to accept invisible headings.
2846         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2848         * mail/mh-utils.el (mh-find-path-run): New variable.
2849         (mh-find-path): Test and set that.
2850         Set mail-user-agent only the first time this function is run.
2851         (mail-user-agent): Defvar deleted.
2853         * info.el (info-initialize): New function.
2854         (info): Call info-initialize.
2855         (Info-directory-list): Initialize to nil,
2856         so info-initialize will set it up for real.
2858 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2860         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2861         does not interpret a time as the year in a day-month entry.
2863         * calendar/diary-lib.el: Change syntax table entry for colon in
2864         the diary as part of the european-date-diary-pattern fix.
2866 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
2868         * international/mule.el (set-auto-coding): Allow whitespace before
2869         and after the "variable: value" pair.
2871 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
2873         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2874         (default-sendmail-coding-system): Doc-string fixed.
2876 1999-07-30  Dave Love  <fx@gnu.org>
2878         * subr.el (assoc-delete-all): New function, renamed from
2879         frame-delete-all.
2881         * frame.el: Change comments to doc strings and other doc fixes.
2882         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2883         Callers changed.
2884         (set-background-color, set-foreground-color, set-cursor-color)
2885         (set-mouse-color, set-border-color): Offer completion of colours.
2886         (cursor): Add :version to defgroup.
2888         * facemenu.el (list-colors-display): Make it work on ttys.
2889         (facemenu-read-color): Likewise.
2891 1999-07-30  Richard M. Stallman  <rms@gnu.org>
2893         * frame.el (frame-notice-user-settings): If background
2894         color has been changed, update background-mode from it,
2895         then update faces.
2897 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
2899         * net-utils.el (finger): Don't do indirect fingering.
2901 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2903         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2904         rules.  Add separator at end of holidays.
2905         (cal-tex-rules): New customizable variable.
2906         (cal-tex-latexify-list): Add optional parameter to put separator
2907         at end.
2909 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
2911         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2912         fill prefix on each line while looping to the end of paragraph.
2913         End paragraph if it's longer than the existing fill prefix.
2915         * textmodes/fill.el (fill-context-prefix): Doc fix.
2917 1999-07-30  Dave Love  <fx@gnu.org>
2919         * font-lock.el (jit-lock): Fix :load, add :version.
2921 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
2923         * term/pc-win.el (msdos-face-setup): Register standard colors in
2924         Vface_tty_color_alist.
2925         (face-color-supported-p, face_color_gray_p): New functions.
2927         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2928         is bound.
2930         * startup.el (command-line): Don't register default colors for
2931         MSDOS window-system.
2933 1999-07-29  Dave Love  <fx@gnu.org>
2935         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2936         charquote.
2938         * lisp-mode.el (eval-defun): Re-written to avoid
2939         capturing variables.
2941         * picture.el (picture-beginning-of-line): Don't call
2942         hscroll-point-visible now we have real autoscrolling.
2943         (picture-end-of-line, picture-newline, picture-open-line):
2944         Likewise.
2946         * international/latin-8.el: New file.
2947         * international/latin-9.el: New file.
2949 1999-07-28  Dave Love  <fx@gnu.org>
2951         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2953         * msb.el: Require cl only when compiling.
2954         (msb--home-dir): Deleted.
2955         (msb--format-title): Use abbreviate-file-name.
2956         (msb--choose-file-menu): Simplify string comparison.
2958 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
2960         * faces.el (toolbar): Add face definition for mono displays.
2962 1999-07-27  Richard M. Stallman  <rms@gnu.org>
2964         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2966         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2967         force copying of default-frame-alist.
2969 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
2971         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2973 1999-07-26  Richard M. Stallman  <rms@gnu.org>
2975         * frame.el (set-mouse-color): If new color is nil,
2976         really respecify the current color.
2978 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
2980         * faces.el (bitmap-area): Change background of face `bitmap-area'
2981         to white for mono displays.
2983 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
2985         * international/ccl.el (ccl-embed-symbol): New function.
2986         (ccl-program-p): Deleted.  Now it's implemented in C code.
2987         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2988         (ccl-compile-translate-character): Likewise.
2989         (ccl-compile-map-single): Likewise.
2990         (ccl-compile-multiple-map-function): Likewise.
2991         (declare-ccl-program): Doc-string modified.
2992         (check-ccl-program): Check compiled CCL code by ccl-program-p.
2994 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
2996         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2998 1999-07-25  Markus Rost  <rost@gnu.org>
3000         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
3001         the entries to make custom-file more readable.
3003 1999-07-25  Richard M. Stallman  <rms@gnu.org>
3005         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
3007         * emacs-lisp/edebug.el: Delete compatibility code.
3008         (edebug-next-token-class): If . is followed by a digit,
3009         return `symbol' for the token class.
3011         * startup.el (command-line): If we don't find the user's init file,
3012         set user-init-file to nil.
3014 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3016         * info-look.el (info-lookup-interactive-arguments): Add optional
3017         argument query for new choice of help mode.
3018         (info-lookup-symbol):  Use it.
3019         (info-lookup-file): Ditto.
3020         (info-lookup): Don't switch to other window, if already in Info
3021         buffer.
3023 1999-07-23  Dave Love  <fx@gnu.org>
3025         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
3026         syntax.
3027         (fortran-fontify-string, fortran-match-!-comment): Deleted.
3028         (fortran-font-lock-syntactic-keywords): New variable.
3029         (fortran-mode): Use it.
3030         (fortran-font-lock-keywords-1): Don't do comments.
3031         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3032         match data.
3034         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3036         * msb.el (msb-menu-bar-update-buffers): Renamed from
3037         menu-bar-update-buffers.
3038         (msb-custom-set, msb--toggle-menu-type): Call
3039         msb-menu-bar-update-buffers.
3040         (msb-mode): Revise the hook setting.
3042         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3044 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
3046         * font-lock.el, help.el, simple.el: Re-integrate previously
3047         described changes that were lost due to errors while checking them
3048         in.
3050 1999-07-23  Kevin Blake  <kblake@ticnet.com>
3052         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3054 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
3056         * international/encoded-kb.el
3057         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3058         but push it to unread-command-events.
3059         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3060         (encoded-kbd-self-insert-sjis): Likewise.
3061         (encoded-kbd-self-insert-big5): Likewise.
3063         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3064         before left margin and fill-prefix by fill-find-break-point.
3066 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3068         * info-look.el (info-lookup-setup-mode): Don't give up, if
3069         info-lookup-make-completions returns an error.
3070         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3071         name latex, not latex2e.
3073 1999-07-21  Richard M. Stallman  <rms@gnu.org>
3075         * replace.el (perform-replace): Turn off case-fold-search
3076         if FROM-STRING argument has uppercase in it.
3078 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3080         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3081         mode is on.  Don't use end of changed text.
3083 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3085         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3086         (cl-hash-table-p): Renamed from hash-table-p.
3087         (cl-hash-table-count): Renamed from hash-table-count.
3088         (maphash): Alias to cl-maphash removed.
3089         (gethash): Likewise.
3090         (puthash): Likewise.
3091         (remhash): Likewise.
3092         (clrhash): Likewise.
3094 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3096         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3097         third arg non-nil.  See comment there why this isn't a good idea.
3099 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3101         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3103         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3104         sit-for with 3rd arg non-nil to prevent redisplay.
3106 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3108         * image.el (image-type-from-file-header): If file doesn't
3109         have a directory part, add data-directory.
3111 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3113         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3114         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3115         motion handling when tooltip-gud-tips-p is nil.
3117 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3119         * tooltip.el (tooltip-mode): Don't use `plusp'.
3120         (tooltip-active): Use initial value of nil.
3122         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3124 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3126         * bindings.el (make-mode-line-mouse-sensitive): Add key
3127         definitions for `top-line'.
3129 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3131         * faces.el (top-line): New face.
3133 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3135         * image.el (image-type-regexps): Add regexp for PS files.
3137 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3139         * faces.el (set-face-attribute): Fix wrong handling of frame
3140         begin equal to t.
3142 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3144         * image.el (image-type-regexps): Add PNG format.
3146 1999-07-21  Dave Love  <fx@gnu.org>
3148         * bindings.el (mode-line-modified): New variable.
3149         (mode-line-mode-menu-1): Switch to appropriate window before
3150         showing menu.
3152 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3154         * faces.el (face-underline): Removed.
3155         (face-underline-color): Ditto.
3157 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3159         * faces.el (face-x-resources): Fix typo.
3161 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3163         * faces.el: Remove handling of `:relief', extend handling of
3164         `:box'.
3165         (frame-set-background-mode): Choose new defface specs after
3166         frame parameters have changed.
3168         * cus-face.el: Ditto.
3170 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3172         * custom.el (defface): Extend documentation to include new
3173         face attributes.
3175         * cus-face.el (custom-face-attributes): Add overline,
3176         strike-through, box.
3178         * faces.el (face-valid-attribute-values): Handle overline,
3179         strike-through, box.
3180         (face-attribute-name-alist): Add pairs for new face attributes.
3181         (describe-face): Handle new face attributes.
3183 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3185         * faces.el (face-x-resources): Add overline, strike-through, box.
3187 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3189         * enriched.el (enriched-translations): Add `display' and
3190         "x-display".
3191         (enriched-handle-display-prop): New.
3192         (enriched-decode-display-prop): New.
3194         * format.el (top-level): Give `display' property
3195         `format-list-atomic-p.
3196         (format-annotate-single-property-change): Test that property.
3197         If present, treat list property values like atoms.
3199 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3201         * cus-face.el (custom-face-attributes): Use `choice' everywhere
3202         so that "*" can be entered.
3204 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3206         * cus-face.el (custom-face-attributes): Don't use `#''.
3208 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3210         * cus-face.el (custom-face-attributes): Return underline
3211         face attribute directly from the second lambda of underline.
3213 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3215         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3217         * frame.el (after-setting-font-hooks): New variable.
3218         (set-frame-font): Run those hooks.
3220         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3222         * faces.el (set-face-attribute): Fix doc string.
3224 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3226         * cus-face.el (custom-face-attributes): Accept color name.
3228         * faces.el (face-underline-p): Accept unspecified underlining.
3229         (face-underline): Ditto.  Fix doc string.
3231 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3233         * faces.el (face-underline-color): New function.
3235 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3237         * cus-face.el (custom-face-attributes): Support underline coloring.
3238         Added slot to choose a color.
3240         * faces.el (face-underline): New function.
3241         (face-underline-p): Support underline coloring.
3242         Return nil only if the underline attribute is 'normal.
3243         (set-face-underline): New function.
3244         (face-valid-attribute-values): Support underline coloring.
3246 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3248         * image.el (insert-image): Use `display' instead of `glyph'
3249         as text property name.
3250         (put-image): Ditto.
3251         (image-type-from-file-header): Use insert-file-contents-literally.
3253 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3255         * easymenu.el (easy-menu-do-add-item): Don't use the empty
3256         string to indicate separators.
3258 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3260         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3261         instead of message-log.
3263 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3265         * faces.el (bitmap-area): New face.
3267 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3269         * image.el (insert-image): New.
3271 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3273         * frame.el (blink-cursor): Set the symbol's value.
3274         (show-trailing-whitespace): Change group to font-lock.
3276 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3278         * jit-lock.el: New.
3279         * font-lock.el: Add jit-mode as new support mode.
3281         * font-lock.el (font-lock-fontify-keywords-region): Stop when
3282         reaching end instead of letting re-search-forward signal an error.
3283         (demand-lock-mode): New.
3284         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3285         (font-lock-turn-off-thing-lock): Ditto.
3286         (font-lock-after-fontify-buffer): Ditto.
3287         (font-lock-after-unfontify-buffer): Ditto.
3289 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3291         * gs.el: New file.
3293         * startup.el (command-line-1): Activate tooltip mode if
3294         interactive.
3296 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3298         * faces.el (toolbar): Grey default background.
3299         (modeline): Ditto.
3301         * image.el (image-type-regexps): New.
3302         (image-type-from-file-header): New.
3303         (create-image): Call it.
3305 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3307         * image.el: New file.
3309 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3311         * bindings.el (mode-line-format): Replace `mode-name' with
3312         `(:eval mode-line-mode-name)'.
3313         (mode-line-mode-name): New.
3314         (make-mode-line-mouse-sensitive): Don't change default value
3315         of `mode-name'.
3317 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3319         * tooltip.el: New file.
3321 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3323         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
3324         instead of mouse-3 to pop up menus.
3325         (mode-line-kill-buffer): Removed.
3326         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
3327         buffer name.
3328         (mode-line-buffer-menu-1): Removed.
3330         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
3332         * bindings.el (mode-line-buffer-identification-keymap): New.
3333         (mode-line-buffer-menu-keymap): New.
3334         (mode-line-mode-menu-keymap): New.
3335         (mode-line-unbury-buffer): New.
3336         (mode-line-other-buffer): New.
3337         (mode-line-kill-buffer): New.
3338         (mode-line-buffer-menu-1): New.
3339         (mode-line-mode-menu-1): New.
3340         (make-mode-line-mouse-sensitive): New.
3342 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3344         * help.el (describe-key-briefly): Handle mode line strings
3345         with local-map properties.
3346         (describe-key): Ditto.
3347         (mode-line-key-binding): New.
3349 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3351         * scroll-bar.el (scroll-bar-timer): New.
3352         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
3354 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3356         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
3357         and `bottom'.
3359 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3361         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
3362         (global): Use different key bindings if using tookit scroll bars.
3364 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3366         * faces.el (modeline): Define mode line face with relief for
3367         class color, only.
3368         (toolbar): New face.
3370 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3372         * frame.el (frame-initialize): Set frame-creation-function to
3373         tty-create-frame-with-faces.
3375         * faces.el (frame-set-background-mode): Make it work for
3376         window-system nil.
3378         * faces.el (tty-create-frame-with-faces): New.
3379         (face-set-after-frame-default): Make it work for TTY frames.
3381 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3383         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
3384         Return a list of one font family for TTYs.  Don't return bitmap
3385         file paths for TTY frames.
3387         * faces.el: Add face specs for tty displays to basic faces.
3389         * font-lock.el (font-lock-comment-face): Add spec for color tty.
3390         (font-lock-string-face): Ditto.
3391         (font-lock-keyword-face): Ditto.
3392         (font-lock-builtin-face): Ditto.
3393         (font-lock-function-name-face): Ditto.
3394         (font-lock-variable-name-face): Ditto.
3395         (font-lock-type-face): Ditto.
3396         (font-lock-constant-face): Ditto.
3397         (font-lock-warning-face): Ditto.
3399 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3401         * startup.el (command-line): Register default tty colors.
3403         * faces.el (face-spec-set-match-display): Recognize `type tty'.
3405 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3407         * faces.el (modeline): For X frames, use a modeline with relief.
3409 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3411         * faces.el (frame-update-faces): Copied from 20.2.
3412         (frame-update-face-colors): Ditto.  Code removed that isn't
3413         applicable in the new face implementation.
3415 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3417         * frame.el (show-trailing-whitespace): New.
3419         * faces.el (trailing-whitespace): New basic face.
3421 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3423         * cus-face.el (custom-facep): Always define as alias for facep.
3425         * cus-face.el (custom-face-attributes): Use choice widgets.
3426         Remove :bold and :italic.
3428 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3430         * faces.el (face-charset-registries): Removed since fontset.el
3431         is no always loaded.
3433 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3435         * faces.el (internal-get-face): Added as obsolete function for
3436         compatibility.
3438 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3440         * frame.el (blink-cursor-end): Call show-cursor.
3441         (blink-cursor-mode): Ditto.
3443 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3445         * faces.el (face-spec-reset-face): Reset all attributes to
3446         `unspecified'.
3447         (face-spec-set): Use it.
3449 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3451         * faces.el (read-all-face-attributes): Bug fix.
3452         (face-read-integer): Allow nil default value.
3453         (face-valid-attribute-values): Use symbol names of attribute
3454         values for completion list.
3456 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3458         * faces.el (internal-find-face): Define for compatibility with
3459         20.2.
3460         (face-id): Likewise.
3462         * faces.el (face-id): Return the ID of a realized face for ASCII.
3464         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
3465         (x-complement-fontset-spec): Use face-charset-registries.
3467         * faces.el (face-font-selection-order): Set font selection order
3468         from Lisp.
3469         (face-alternative-font-family-alist): Set alternative font
3470         families from Lisp.
3472 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3474         * faces.el (set-face-charset-registries): Set symbol value.
3476 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3478         * faces.el (face-set-after-frame-default): Call function
3479         internal-merge-in-global-face.
3481 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3483         * faces.el (face-list): Return symbols from face-global-alist.
3485         * faces.el (face-list): Return a copy of the face name list so
3486         that it cannot be modified from outside (facemenu.el uses
3487         nreverse, for example).
3489         * cus-face.el (custom-face-attributes): Add :bold and :italic
3490         for compatibility with old code.
3492         * faces.el (set-face-attributes-from-resources): Additional
3493         frame parameter.
3494         (make-face-x-resource-internal): Set attributes from resources
3495         for a given frame or all frames.
3497 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3499         * faces.el (all-faces): Removed.
3501         * custom.el (defface): Add new face attributes to function
3502         comment.
3504         * font-lock.el (font-lock-comment-face): Use new face attribute
3505         names.
3506         (font-lock-string-face): Ditto.
3507         (font-lock-keyword-face): Ditto.
3508         (font-lock-builtin-face): Ditto.
3509         (font-lock-function-name-face): Ditto.
3510         (font-lock-variable-name-face): Ditto.
3511         (font-lock-type-face): Ditto.
3512         (font-lock-reference-face): Ditto.
3513         (font-lock-warning-face): Ditto.
3514         ((boundp 'font-lock-face-attributes)): Ditto.
3516         * cus-face.el (custom-face-attributes): Use new face attributes.
3518         * faces.el (set-face-attribute-from-resource): Initialize
3519         from resources only for X and W32.
3521         * cus-face.el (custom-declare-face): Don't make frame-local
3522         faces.
3524         * faces.el (describe-face): Use princ instead of insert.
3526         * faces.el: Add XLFD manipulation functions from 20.2 again
3527         because fontset.el uses them.
3528         (face-set-after-frame-default): Add empty definition.
3530 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3532         * faces.el (make-face): Correct typo.
3533         (set-face-attribute-from-resource): Use let*.
3534         (face-underline-p): Correct typo.
3535         (face-inverse-video-p): Ditto.
3536         (set-face-stipple): Ditto.
3537         (face-read-string): Make completion-list optional parameter.
3539 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3541         * faces.el (face-charset-registries): Alist mapping charset
3542         symbols to registries and encoding.
3544 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3546         * frame.el (blink-cursor-mode): Use interactive spec "P".
3548 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3550         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3551         mode.  The cursor of selected_window blinks if the mode is enabled.
3553 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3555         * simple.el (next-history-element): Set point to the end of the
3556         prompt if minibuffer-prompt-in-buffer.
3558 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3560         * faces.el (x-font-regexp): Add sub-expression parentheses for
3561         several font name components.
3563 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3565         * faces.el (set-face-relief): Use index 12 for relief.
3566         (face-fill-in): Set relief from data.
3567         (internal-make-face): Init relief to zero.
3569         * faces.el (face-spec-set): call modify-face with additional
3570         parameters for relief and fixed-p.
3572 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3574         * cus-face.el: ':fixed and ':relief added.
3576         * faces.el (describe-face): Add fixed font attribute and relief.
3577         (face-attr-match-p): Ditto.
3578         (face-attr-construct): Ditto.
3579         (face-spec-set): Ditto.
3581 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3583         * faces.el (internal-make-face): Function to create a Lisp vector
3584         suitable for representing a face.
3585         (make-face): Use it instead of make-vector.
3586         (x-create-frame-with-faces): Use it instead of vector.
3587         (internal-facep): Increase vector size to 14.
3588         (internal-make-face): Ditto.
3589         (face-relief): Access relief thickness.
3590         (face-fixed-p): Access fixed font attribute.
3591         (set-face-fixed-p): Set fixed font attribute.
3592         (set-face-relief): Set relief attribute.
3593         (internal-face-interactive-int): Read int attribute of face.
3594         (modify-face): Add fixed-p and relief parameters.
3595         (copy-face): Handle fixed-p and relief.
3596         (face-equal): Compare fixed-p and relief.
3597         (face-differs-from-default-p): Ditto.
3598         (face-nontrivial-p): Add fixed-p and relief.
3600 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3602         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3603         (internal-facep): Increase vector size.
3604         (make-face): Ditto.
3605         (face-shadow-thickness): Added.
3606         (set-face-shadow-thickness): Added.
3607         (modify-face): Add optional shadow-thickness parameter.
3608         (make-face-x-resource-internal): Add shadows.
3609         (copy-face): Ditto.
3610         (face-equal): Ditto.
3611         (face-differs-from-default-p): Ditto.
3612         (face-nontrivial-p): Ditto.
3613         (face-attr-match-p): Ditto.
3614         (face-attr-construct): Ditto.
3615         (face-spec-set): Ditto.
3616         (face-fill-in): Ditto.
3618 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3620         * bench.el (bench-mark-split-window): New bench mark.
3622 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3624         * faces.el (set-face-font): Don't pass default font to
3625         x-resolve-font so that font will not have to be of the same
3626         size.
3628 1999-07-20  Dave Love  <fx@gnu.org>
3630         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3631         unconditionally t.
3633 1999-07-20  Karl Heuer  <kwzh@gnu.org>
3635         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3637 1999-07-20  Dave Love  <fx@gnu.org>
3639         * help.el (describe-variable): Fix test for customizability.
3641         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3642         Check for readonly buffer in interactive spec.
3643         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3644         (backward-kill-word): Add * to interactive spec.
3646         * underline.el (underline-region, ununderline-region): Add * to
3647         interactive spec.
3649         * fill.el (canonically-space-region, justify-current-line): Add *
3650         to interactive spec.
3651         (fill-region-as-paragraph, fill-paragraph, fill-region)
3652         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3653         readonly buffer in interactive spec.
3655         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3656         (backward-kill-sentence, kill-sentence): Add * to interactive
3657         spec.
3659 1999-07-19  Richard M. Stallman  <rms@gnu.org>
3661         * dired-aux.el (dired-do-shell-command): Doc fix.
3663         * shell.el (shell-unquote-argument): New function.
3664         (shell-directory-tracker): Use shell-unquote-argument.
3665         * comint.el (comint-arguments): Handle \ followed by space or tab.
3667 1999-07-19  John Wiegley  <jwiegley@borland.com>
3669         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3670         color codes 39 and 49, which by the way lynx uses them seem to
3671         mean "foreground reset" and "background reset".
3673 1999-07-19  Karl Heuer  <kwzh@gnu.org>
3675         * font-lock.el (c++-keywords): Add "typeid".
3677         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3678         selects no font, treat that as zero selections, not one.
3680 1999-07-19  Dave Love  <fx@gnu.org>
3682         * info.el (Info-search): Don't lose with empty regexp.
3684         * version.el: Cater for (free) `ident' program, not `which'.
3686         * hl-line.el: New file.
3688         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3689         for modes which don't define menus.
3691 1999-07-16  Richard M. Stallman  <rms@gnu.org>
3693         * webjump.el (webjump-sample-sites): Update some URLs.
3695 1999-07-14  Richard Stallman  <rms@gnu.org>
3697         * Version 20.4 released.
3699 1999-07-14  Andreas Schwab  <schwab@gnu.org>
3701         * compare-w.el (compare-windows): Try to find the next window in
3702         the current frame before looking at the other frames.
3704 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
3706         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3707         Use cyrillic-jcuken as default input method.
3709 1999-07-12  Richard Stallman  <rms@gnu.org>
3711         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3712         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3714         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3715         (ispell-local-dictionary-alist): Add koi8-r for character set.
3717         * textmodes/flyspell.el (flyspell-get-word):
3718         Add special handling for when ispell-otherchars is empty.
3720 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
3722         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3723         when having nested functons.
3724         (pascal-indent-nested-functions) (pascal-indent-line)
3725         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3726         indenting nested functions.
3728 1999-07-09  Richard Stallman  <rms@gnu.org>
3730         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3732 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
3734         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3735         the `end' keyword was in the very beginning of the buffer.
3737 1999-07-08  Richard Stallman  <rms@gnu.org>
3739         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3741         * term.el (term-emulate-terminal): Avoid infinite loop
3742         in strange case where minibuffer window is selected but not active.
3744 1999-07-07  Stephen Eglen  <stephen@gnu.org>
3746         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3747         Change regexp so that it doesn't match commands beginning with `cd'.
3749 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3751         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3753 1999-07-06  Richard Stallman  <rms@gnu.org>
3755         * hscroll.el (hscroll-minibuffer-hook): New function.
3756         (hscroll-global-mode): Add and remove that hook.
3757         Set hscroll-old-truncate-was-global's default value.
3759 1999-07-05  Richard Stallman  <rms@gnu.org>
3761         * files.el (revert-buffer): Don't preserve point here.
3762         (revert-buffer-insert-file-contents-function): Doc fix.
3764         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3766         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3767         doing a `stat' when it isn't necessary because that can cause
3768         trouble when an NFS server is down.
3770 1999-07-04  Richard Stallman  <rms@gnu.org>
3772         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3774 1999-07-03  Richard Stallman  <rms@gnu.org>
3776         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3777         for \200...\240 also.
3778         (isearch-printing-char): Use unibyte-char-to-multibyte.
3780 1999-07-02  Richard Stallman  <rms@gnu.org>
3782         * frame.el (minibuffer-frame-alist): Use defcustom.
3783         (pop-up-frame-alist): Likewise.
3784         (initial-frame-alist): Specify * in the doc string.
3786         * hscroll.el (hscroll-mode): Make it a permanent local.
3787         (hscroll-mode): Don't cancel the timer
3788         if HScroll mode is enabled in some other buffer.
3790         * isearch.el (isearch-done): If search ends in middle of intangible
3791         text (due to text property), move on to the limit of that text.
3793 1999-07-01  Andrew Innes  <andrewi@gnu.org>
3795         * man.el (Man-build-man-command): Use value of null-device,
3796         instead of hard-coding "/dev/null".
3798         * dos-w32.el (untranslated-canonical-name): Avoid expanding
3799         ange-ftp file names, which might force ange-ftp to prompt for a
3800         password.
3802         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3803         to prevent references to temp files.
3805 1999-06-30  Richard Stallman  <rms@gnu.org>
3807         * progmodes/sh-script.el (sh-feature): If nothing is known
3808         about the given shell, use the values for `sh'.
3810 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3812         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3813         to make it non-recursive.
3815         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3817 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3819         * auto-show.el (auto-show-mode): Fix Typo in :set.
3821 1999-06-29  Richard M. Stallman  <rms@gnu.org>
3823         * progmodes/sh-script.el (sh-mode): When setting syntax
3824         table, default to the standard one.
3826 1999-06-27  Richard M. Stallman  <rms@gnu.org>
3828         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3830 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
3832         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3833         a frame when `return' is requested (even if pop-up-frames = t)
3834         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3835         should only be set for the bibtex buffer.
3837         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3839         * progmodes/compile.el: Deal with compilation-error-screen-columns
3840         being buffer-local.
3842 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3844         * comint.el (comint-password-prompt-regexp): Allow "(again)".
3846 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3848         * cal-x.el (calendar-only-one-frame-setup): New function.
3849         * calendar.el (calendar): Call it if requested.
3851 1999-06-24  Karl Heuer  <kwzh@gnu.org>
3853         * startup.el (iso-8859-n-locale-regexp): Doc fix.
3855 1999-06-22  Richard M. Stallman  <rms@gnu.org>
3857         * mail/supercite.el (sc-emacs-features): Doc fix.
3859 1999-06-22  Karl Heuer  <kwzh@gnu.org>
3861         * files.el (auto-mode-alist): Add pike-mode.
3863 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
3865         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3866         last byte of a numeric field is a space or a NUL.  Parse it as
3867         potentially part of the number.  This is used by GNU tar
3868         1.12.64012 to handle larger values.
3870 1999-06-20  Karl Heuer  <kwzh@gnu.org>
3872         * custom.el (custom-handle-keyword): Fix error message.
3874 1999-06-18  Andrew Innes  <andrewi@gnu.org>
3876         * mail/smtpmail.el (smtpmail-send-it): Use
3877         convert-standard-filename to make file names for queued mail safe
3878         on Windows (`:' is invalid in file names on Windows).
3880 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
3882         * international/mule-cmds.el (describe-current-input-method):
3883         Current-input-method is string.
3884         (toggle-input-method): Docstring fixed.
3886         * international/mule-diag.el
3887         (describe-current-coding-system-briefly): Fix format string.
3889         * international/mule-util.el (coding-system-eol-type-mnemonic):
3890         Docstring modified.  Return a string.
3892 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
3894         * sql.el (sql-input-ring-file-name): Doc fix.
3896 1999-06-17  Richard M. Stallman  <rms@gnu.org>
3898         * calendar/cal-x.el (special-display-buffer-names):
3899         Don't put (get-file-buffer diary-file) on this list.
3901 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
3903         * play/mpuz.el (mpuz-try-proposal): Fix message call.
3904         Don't penalize player for certain impossible guesses.
3906 1999-06-16  Andrew Innes  <andrewi@gnu.org>
3908         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3909         return the string "Unk  0  0000" so at least it appears to be a
3910         valid timestamp to `dired-move-to-filename-regexp'.
3912 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
3914         * ps-print.el (ps-control-character): Fix previous change.
3916 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3918         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3919         multiple output of the last message.
3921 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
3923         * term/internal.el (IT-display-table-setup): Do not remap \222 to
3924         the ASCII apostrophe, as most DOS codepages have some other glyph
3925         there.
3927 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
3929         * language/ethio-util.el (setup-ethiopic-environment-internal):
3930         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3931         (exit-ethiopic-environment): Likewize.
3933 1999-06-12  Richard M. Stallman  <rms@gnu.org>
3935         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3937 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3939         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3940         custom-initialize-default to avoid infinite loop.
3941         (crisp-mode): (defun) Call transient-mark-mode here, not when
3942         loading the file.  Run crisp-mode-hook here, and run
3943         crisp-load-hook when loading the file.
3945         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3946         rmail-summary buffer, search for pattern in rmail-file.
3948         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3950         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3952         * ps-print.el (ps-printer-name): Fix custom type.
3954 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
3956         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3957         (vhdl-port-paste-generic-map): Fix indentation bug.
3958         (vhdl-port-paste-port-map): Fix indentation bug.
3959         (vhdl-scan-file-contents): Make scanning case insensitive.
3961 1999-06-11  Richard M. Stallman  <rms@gnu.org>
3963         * files.el (write-file): When buffer is not already visiting a file,
3964         don't put buffer name in the minibuffer, just make it the default.
3965         Also handle just directory as arg usefully in that case.
3967         * simple.el (sendmail-user-agent-compose):
3968         Ignore case when inserting the rest of the "other" headers.
3970         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
3972         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3973         (info-lookup-interactive-arguments): Never insert the default
3974         into the minibuffer automatically.
3976         * emacs-lisp/cl-extra.el (getf): Don't call get*.
3978 1999-06-09  Richard M. Stallman  <rms@gnu.org>
3980         * simple.el (shell-command): Avoid printing "mark set" message.
3982 1999-06-09  Dave Love  <fx@gnu.org>
3984         * progmodes/compile.el (compilation-error-regexp-alist): Allow
3985         digits in program name in first pattern.
3987 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3989         * vc.el (vc-dired-mode): Don't match anything before the date in
3990         dired-move-to-filename-regexp.
3992 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
3994         * international/quail.el (quail-define-rules): Fix typo in
3995         docstring.
3997 1999-06-05  Stephen Eglen  <stephen@gnu.org>
3999         * iswitchb.el (iswitchb-default-keybindings): Add
4000         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
4001         than when package is loaded.
4003 1999-06-04  Richard M. Stallman  <rms@gnu.org>
4005         * startup.el (command-line): Don't set user-init-file directly;
4006         tell `load' to set it.
4008         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
4010         * simple.el (next-history-element):
4011         Handle minibuffer-text-before-history properly when reading sexps.
4013         * disp-table.el (standard-display-european):
4014         For an interactive call by the user,
4015         don't set enable-multibyte-characters,
4016         and don't set the terminal coding system.
4018         * textmodes/refbib.el: Don't print any messages or display
4019         a buffer when loading the library.
4020         (r2b-help): Doc fix.
4021         (r2b-help-message): Update the documentation.
4022         (r2b-load-quietly): Variable deleted.
4023         (r2b-convert-buffer): Doc fix.
4025 1999-06-04  Dave Love  <fx@gnu.org>
4027         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
4029         * auto-show.el: Don't change hooks on loading.
4030         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
4031         (auto-show-mode): Add to hooks here.
4033 1999-06-04  Richard Sharman  <rsharman@pobox.com>
4035         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4036         recursion on bogus input.
4038 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
4040         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4041         does not select a buffer from the buffers menu, then the attached
4042         frame is not switched to anything.
4044 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
4046         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4047         (viet-viscii-...->viet-vscii...).
4049         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4051 1999-06-01  Dave Love  <fx@gnu.org>
4053         * progmodes/fortran.el: Add :link to defgroup.
4054         (fortran-blink-matching-if): Match ELSE statements too.
4055         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4056         that filling is always done.
4058 1999-05-31  Richard M. Stallman  <rms@gnu.org>
4060         * simple.el (append-next-kill): Use an arg to distinguish
4061         interactive calls from Lisp calls, rather than (interactive-p).
4063         * international/iso-transl.el (iso-transl-language-alist):
4064         Interchange n and N.
4066 1999-05-31  Dave Love  <fx@gnu.org>
4068         * msb.el Add to minor-mode-map-alist.  Remove hook installation
4069         and keymap munging on load.
4070         (msb-mode): New option.
4071         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4072         Doc fix.
4073         (msb-mode-map): New variable.
4074         (msb-mode): New command.
4076 1999-05-31  Dave Love  <fx@gnu.org>
4078         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4079         (ispell-complete-word-dict): Likewise.
4081 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
4083         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4084         force the data buffer to be saved, even if the data didn't
4085         change, in case the write filter was modified.  Restore the
4086         current record after read-file-filter finishes.
4088 1999-05-29  Karl Heuer  <kwzh@gnu.org>
4090         * ispell4.el: Obsolete; file deleted.
4092         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4094         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4095         VALUE is a syntax table.
4097         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4099         * simple.el (zap-to-char): Doc fix.
4101 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
4103         * isearch.el (isearch-quote-char): Don't assume character codes
4104         0200 - 0237 stand for characters in some single-byte character
4105         charset.
4107 1999-05-27  Dave Love  <fx@gnu.org>
4109         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4111 1999-05-27  Andreas Schwab  <schwab@gnu.org>
4113         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4114         headerline does not exist already.
4116 1999-05-26  Richard Stallman  <rms@gnu.org>
4118         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4119         Avoid nested null-loops.
4121 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
4123         * international/characters.el: Typo fixed; prefered->preferred.
4125         * international/mule-cmds.el (find-coding-systems-for-charsets):
4126         Typo fixed; prefered->preferred.
4128         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4129         method in read-event.
4131         * international/mule.el (charset-info): Doc-string fixed.
4133 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
4135         * mail/smtpmail.el (smtpmail-send-it): Bind
4136         smtpmail-code-conv-from properly.
4137         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4138         by smtpmail-code-conv-from.
4140 1999-05-24  Richard Stallman  <rms@gnu.org>
4142         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4143         Binding deleted also.
4145 1999-05-24  Karl Heuer  <kwzh@gnu.org>
4147         * comint.el (comint-bol-or-process-mark): Doc fix.
4149 1999-05-23  Dave Love  <fx@gnu.org>
4151         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4152         Enter it on minor-mode-map-alist.
4153         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
4154         Autoload.  Add custom setter.
4155         (crisp-mark-line): Doc fix.
4156         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
4157         (crisp-mode-hook): Define.
4159 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
4161         * files.el (recover-file): Recover buffer-file-coding-system.
4163 1999-05-22  Richard Stallman  <rms@gnu.org>
4165         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4166         regexp match the date, to avoid treating date as file size.
4167         Add YYYY S option to WESTERN/
4169         * bookmark.el: Delete some XEmacs compatibility code.
4170         (bookmark-jump-noselect): Check vc-backend.
4172         * subr.el (add-to-list): Doc fix.
4174 1999-05-21  Stephen Eglen  <stephen@gnu.org>
4176         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4178 1999-05-18  Richard Stallman  <rms@gnu.org>
4180         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4181         non-space after the @anchor command.
4182         (texinfo-format-var): Handle other nested constructs, using
4183         texinfo-parse-expanded-arg and texinfo-discard-command, not
4184         texinfo-parse-arg-discard.
4186         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4187         (debug): Bind and use debugger-outer-inhibit-redisplay.
4188         Bind inhibit-redisplay to nil.
4189         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4191 1999-05-17  Dave Love  <fx@gnu.org>
4193         * help.el (describe-function-1): Extra arg, interactive-p.
4194         (describe-key, describe-function): Use it.
4196 1999-05-17  Karl Heuer  <kwzh@gnu.org>
4198         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4200 1999-05-16  Dave Love  <fx@gnu.org>
4202         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
4203         scroll-preserve-screen-position, scroll-conservatively.
4205 1999-05-16  Dave Love  <fx@gnu.org>
4207         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4209 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
4211         * progmodes/vhdl-mode.el: Completely revised and massively extended.
4213 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4215         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4216         magic number and is not associated with a file.
4218 1999-05-14  Richard M. Stallman  <rms@gnu.org>
4220         * files.el (find-file-noselect-1): Fix previous change.
4222 1999-05-14  Simon Marshall  <simon@gnu.org>
4224         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4226 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
4228         * international/mule-diag.el (mule-diag): Change MULE to Mule in
4229         docstring.
4231         * international/mule-cmds.el: Change MULE to Mule in docstrings
4232         and menus.
4234 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
4236         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4237         to correctly reflect the value of BaseLineOffset in
4238         RelativeCompose.  Now the value of RelativeCompose is an array of
4239         low and high positions.
4240         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4241         RLC for the above change.
4243 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
4245         * comint.el (comint-password-prompt-regexp): Modified to match the
4246         output of ksu and ssh-add.
4248 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
4250         * language/korea-util.el (isearch-toggle-korean-input-method):
4251         Adjusted for the change of input method handling in isearch.el.
4252         (isearch-hangul-switch-symbol-ksc): Likewise.
4253         (isearch-hangul-switch-hanja): Likewise.
4255 1999-05-10  Dave Love  <fx@gnu.org>
4257         * help.el (help-make-xrefs): Fix typo.
4259 1999-05-10  Andreas Schwab  <schwab@gnu.org>
4261         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4262         unibyte-display-via-language-environment.
4264         * help.el (help-make-xrefs): Handle more cases when looking for
4265         commands in a keymap description.
4267 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
4269         * loadup.el: For ms-dos systems, load ccl and codepage.
4271 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
4273         * ps-print.el (ps-control-character): Call
4274         ps-mule-prepare-ascii-font to setup ASCII fonts.
4276         * ps-mule.el (ps-mule-begin-job): Redo this change "if
4277         ps-multibyte-buffer is nil, use
4278         ps-mule-font-info-database-default."
4280 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
4282         * ispell.el (ispell-local-dictionary-alist): New variable for
4283         customizing local dictionaries not accessable by everyone.
4284         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4285         (ispell-required-version): Changed format `(major minor
4286         revision)' to support general pattern matching.
4287         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4288         skip region commented out due to incorrect skip potential in std latex.
4289         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
4290         cursor point on small words for calls from `ispell-minor-mode'.
4291         (check-ispell-version): Tests and accepts versions major.minor
4292         and above, with adjustments for interactions in 3.1.0-3.1.11.
4293         (ispell-get-line): No longer skips ispell process special characters.
4294         (ispell-comments-and-strings): Removed `when' macro call.
4295         (ispell-minor-check): Requires ispell-word to restore cursor point.
4296         (ispell-buffer-local-parsing): Supports checking comments only.
4298 1999-05-08  Karl Heuer  <kwzh@gnu.org>
4300         * comint.el (comint-password-prompt-regexp): Fix last change to be
4301         more specific.
4303 1999-05-07  Richard M. Stallman  <rms@gnu.org>
4305         * subr.el (with-temp-message): Fix the other call to message
4306         to use %s.
4308 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
4310         * gud.el (gud-format-command): "%F" means file sans extension.
4311         (jdb): use %F, not %f, for gud-break.
4313 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
4315         * comint.el (comint-password-prompt-regexp): Modified so that it
4316         matches the output of kinit.
4318 1999-05-06  Greg Stark  <gsstark@mit.edu>
4320         * timezone.el (timezone-parse-date): Recognize new format used in
4321         internet cookies.
4323 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
4325         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
4327 1999-05-04  Andrew Innes  <andrewi@gnu.org>
4329         * time.el (display-time-update): Allow for wrap-around when
4330         checking against display-time-server-down-time.
4332 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
4334         * international/mule-diag.el (describe-coding-system): Fix English
4335         message.
4337 1999-05-03  Jason Rumney <jasonr@altavista.net>
4339         * term/w32-win.el: Change the x-charset-registry property for the
4340         Japanese charsets that are supported by Japanese Windows fonts.
4342 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4344         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
4345         diary-block diary entries for which the reminders and the diary
4346         entries can overlap.
4348 1999-05-02  Jason Rumney <jasonr@altavista.net>
4350         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
4351         matches the font selected in the dialog.
4353 1999-05-02  Dave Love  <fx@gnu.org>
4355         * browse-url.el (browse-url-browser-function): Add :version.
4357         * international/mule.el (auto-coding-alist): Add .tgz.
4359 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
4361         * international/codepage.el (cp-coding-system-for-codepage-1):
4362         Make the magnification parameter for the -dos encoder be 2.
4364 1999-05-2  Andrew Innes  <andrewi@gnu.org>
4366         * term/w32-win.el (w32-drag-n-drop): Select file in window where
4367         it is dropped, rather than current window.
4369         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
4370         after switching buffer, as case-fold-search is a buffer local
4371         variable.
4373         * w32-fns.el (convert-standard-filename): Only convert directory
4374         separators to backslash if the interactive shell is one of the
4375         standard Windows shells that has DOS semantics.
4377         * ls-lisp.el (ls-lisp-format-time): Trap errors from
4378         format-time-string, and return a suitable string to indicate the
4379         timestamp was invalid.
4381         * hexl.el (hexlify-command): Apply shell-quote-argument after
4382         expanding hexl-program in case exec-directory contains a space.
4383         (dehexlify-command): Ditto.
4385         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
4386         file extension regexps which aren't necessarily binary files.
4387         (direct-print-region-helper): Use subst-char-in-string instead of
4388         binding directory-sep-char to convert filenames to DOS syntax.
4389         (direct-print-region-use-command-dot-com): New variable.
4390         (direct-print-region-helper): Use it to control whether to invoked
4391         command.com to print on Windows 9x.
4393         * browse-url.el (browse-url-browser-function): Default to
4394         browse-url-default-windows-browser on windows-nt.
4395         (browse-url-default-windows-browser): New function.
4397 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
4399         * forms.el (forms-mode): Don't call forms-first-record or
4400         forms-last-record if the data file has zero records.
4402 1999-04-29  Richard M. Stallman  <rms@gnu.org>
4404         * files.el (find-file-noselect-1): If buffer-file-name has changed
4405         after find-file-not-found-hooks runs, recompute the truename.
4406         And don't use FILENAME after that point.
4408 1999-04-27  Dave Love  <fx@gnu.org>
4410         * paren.el (show-paren-mode)
4411         * which-func.el (which-func-mode-global)
4412         * type-break.el (type-break-mode)
4413         * time.el (display-time-mode)
4414         * rsz-mini.el (resize-minibuffer-mode)
4415         * mouse-sel.el (mouse-sel-mode)
4416         * icomplete.el (icomplete-mode)
4417         * hscroll.el (hscroll-global-mode)
4418         * help.el (temp-buffer-resize-mode)
4419         * font-lock.el (global-font-lock-mode)
4420         * delsel.el (delete-selection-mode)
4421         * avoid.el (mouse-avoidance-mode)
4422         * autoinsert.el (auto-insert-mode)
4423         * winner.el (winner-mode): Doc fix.
4425 1999-04-26  Karl Heuer  <kwzh@gnu.org>
4427         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4428         the same whitespace that was ignored in choosing the subject string.
4430 1999-04-26  Richard M. Stallman  <rms@gnu.org>
4432         * info.el (Info-find-node): Position properly after finding anchor.
4434         * cus-start.el (all): Handle unibyte-display-via-language-environment.
4436         * simple.el (indent-new-comment-line): Fix previous change.
4438         * complete.el: Delete the wildcard expansion feature
4439         since that is now standard in find-file.
4440         (PC-try-load-many-files): Function deleted.
4441         (PC-after-load-many-files): Function deleted.
4442         (PC-many-files-list): Variable deleted.
4443         (PC-disable-wildcards): Variable deleted.
4444         (partial-completion-mode): Don't enable the wildcard feature.
4446         * complete.el (PC-look-for-include-file): Don't set global variables
4447         `error', `buf' and `filename' here.
4449         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4451 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
4453         * textmodes/outline.el (outline-regexp): Doc fix.
4455 1999-04-26  John Wiegley  <johnw@borland.com>
4457         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4458         C++Builder 4.0 error message syntax.
4460 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
4462         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4463         supported, use find -exec.
4465 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4467         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4468         coding-system-for-write, to avoid hanging when non-interactive.
4470 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4472         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4473         start with a newline.
4475 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
4477         * international/mule-conf.el (x-ctext): New coding system.
4479 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4481         * international/mule-cmds.el (input-method-function):
4482         Add permanent-local property.
4484 1999-04-12  Dave Love  <fx@gnu.org>
4486         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4487         change to use jka-compr-byte-compiler-base-file-name.
4489         * supercite.el (sc-scan-info-alist): Revert last change.
4490         (sc-attrib-selection-list): Fix :type here instead.
4492 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
4494         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4495         in the list of case-insensitive filesystems.
4497 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
4499         * international/fontset.el (create-fontset-from-fontset-spec):
4500         Don't register duplicated alias fontset names.
4502 1999-04-08  Richard Stallman  <rms@gnu.org>
4504         * international/mule.el (auto-coding-alist-lookup): New function.
4505         (set-auto-coding): Use auto-coding-alist-lookup.
4507         * jka-compr.el (jka-compr-insert-file-contents):
4508         Use auto-coding-alist-lookup to check for files that
4509         should not have eol conversion, in the unibyte case.
4511 1999-04-07  Dave Love  <fx@gnu.org>
4513         * help.el (describe-variable): Check custom-loads property as well
4514         as custom-type.
4516         * abbrev.el (abbrev-mode): Customizing sets the default value.
4518 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4520         * vc.el (vc-backend-revert): For CVS files that were made
4521         writeable with "cvs edit", call "cvs unedit" to undo that.
4523 1999-04-08  Dave Love  <fx@gnu.org>
4525         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4526         more.
4527         (sc-emacs-features): Recognize Emacs 20.
4528         (sc-read-string): Use history arg.
4529         (sc-scan-info-alist): Check for rtnvalue a cons.
4531 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
4533         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4534         coding system to encode the message by
4535         select-message-coding-system.
4537 1999-04-07  Richard Stallman  <rms@gnu.org>
4539         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4541         * winner.el: Reorder definitions.
4543         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4545         * mail/rmail.el (rmail-decode-babyl-format):
4546         Undo previous change.
4548 1999-04-06  Richard Stallman  <rms@gnu.org>
4550         * info.el (Info-find-node): Check for an anchor at the
4551         proper place, before reading an indirect file.
4553         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4555         * jka-compr.el (jka-compr-insert-file-contents):
4556         Use raw-text-unix when we want no conversion.
4558 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4560         * timezone.el (timezone-parse-date): Corrected regexp for
4561         style (5) date format so that tenths of seconds are optional.
4563 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
4565         * term/internal.el (dos-cpNNN-setup): New function, with the guts
4566         of dos-codepage-setup.
4567         (cjk-codepages-alist): New variable, an alist of Far-Eastern
4568         codepages for which there's no need to set up cpNNN coding
4569         systems.
4570         (dos-codepage-setup): Support Far-Eastern DOS terminals.
4572 1999-04-05  Richard Stallman  <rms@gnu.org>
4574         * mail/rmail.el (rmail-ignored-headers): Doc fix.
4576 1999-04-02  Richard Stallman  <rms@gnu.org>
4578         * progmodes/compile.el (compilation-handle-exit): Do right thing
4579         if (car status) doesn't end in a newline.
4581 1999-04-01  Dave Love  <fx@gnu.org>
4583         * progmodes/sql.el (SQL): Add defgroup :version.
4585 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4587         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4588         buffer-file-coding-system.  If the coding system used is raw-text,
4589         etc., make the *Compiler Input* buffer unibyte.
4591         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4593         * loadup.el: Don't write the fns-...el file if not dumping.
4595 1999-03-31  Dave Love  <fx@gnu.org>
4597         * snmp-mode.el (snmp): Fix defgroup :version.
4599         * hilit-chg.el (highlight-changes): Add defgroup :version.
4601 1999-03-31  Andreas Schwab  <schwab@gnu.org>
4603         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4604         the gnus-save-hidden-threads macro.
4606 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4608         * faces.el (face-set-after-frame-default): Obey the
4609         `customized-face' for new faces.
4611 1999-03-30  Dave Love  <fx@gnu.org>
4613         * international/mule-cmds.el (current-language-environment): Doc fix.
4614         * abbrev.el (abbrev-mode): Doc fix.
4615         * autoinsert.el (auto-insert-mode): Doc fix.
4616         * complete.el (partial-completion-mode): Doc fix.
4617         * avoid.el (mouse-avoidance-mode): Doc fix.
4618         * delsel.el (delete-selection-mode): Doc fix.
4619         * font-lock.el (global-font-lock-mode): Doc fix.
4620         * help.el (temp-buffer-resize-mode): Doc fix.
4621         * hscroll.el (hscroll-global-mode): Doc fix.
4622         * icomplete.el (icomplete-mode): Doc fix.
4623         * mouse-sel.el (mouse-sel-mode): Doc fix.
4624         * paren.el (show-paren-mode): Doc fix.
4625         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4626         * time.el (display-time-mode): Doc fix.
4627         * type-break.el (type-break-mode): Doc fix.
4628         * which-func.el (which-func-mode-global): Doc fix.
4629         * winner.el (winner-mode): Doc fix.
4631 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
4633         * wid-edit.el (widget-before-change): Signal text-read-only rather
4634         than an ordinary error.
4636 1999-03-30  Richard M. Stallman  <rms@gnu.org>
4638         * repeat.el: Don't require advice.
4639         (repeat): Do function-indirection in check for kbd macro.
4640         In self-insert case, use the *last* char in INSERTION.
4642 1999-03-30  Karl Heuer  <kwzh@gnu.org>
4644         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4646 1999-03-29  Andreas Schwab  <schwab@gnu.org>
4648         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4649         comint-input-filter-functions.  Make variables related to shell
4650         directory tracking local.
4652 1999-03-26  Andreas Schwab  <schwab@gnu.org>
4654         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4656         * simple.el (shell-command-on-region): Cope with exit-status being
4657         nil, which happens if call-process-region was interrupted.
4659 1999-03-26  Richard M. Stallman  <rms@gnu.org>
4661         * simple.el (indent-new-comment-line): Handle use at a point
4662         after a comment-end.  Handle multiple comments.
4664         * mail/rmail.el (rmail-decode-babyl-format):
4665         To prevent locking, bind buffer-file-name to nil.
4667 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
4669         * mail-hist.el (mail-hist-current-header-name): Don't make
4670         off-by-one-error when determining if in message body.
4672 1999-03-25  Andrew Innes  <andrewi@gnu.org>
4674         * w32-fns.el (set-default-process-coding-system): Copied from
4675         dos-w32.el, but modified to use Unix line endings for process
4676         input, and to add a suitable entry to process-coding-system-alist
4677         for DOS shells.
4679         * dos-fns.el (set-default-process-coding-system): Copied from
4680         dos-w32.el.
4682         * dos-w32.el (set-default-process-coding-system): Move function to
4683         dos-fns.el; a different version is used in w32-fns.el.
4685 1999-03-24  Dave Love  <fx@gnu.org>
4687         * info.el (Info-directory-list): Revert change to re-writing
4688         Info-default-directory-list, but put `alternative' first.
4689         (Info-insert-dir): Modify selecting the top dir file as a consequence.
4691 1999-03-23  Simon Marshall  <simon@gnu.org>
4693         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4694         on the line by itself.
4695         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
4696         it is not in a declarative context.
4698 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4700         * cus-edit.el (custom-variable-prompt): Allow customization of
4701         autoloaded symbols.
4703 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
4705         * simple.el (what-cursor-position): Don't cause error when point
4706         is at invalid multibyte sequence.
4708 1999-03-21  Karl Heuer  <kwzh@gnu.org>
4710         * complete.el (partial-completion-mode): Doc fix.
4712 1999-03-19  Richard M. Stallman  <rms@gnu.org>
4714         * progmodes/cplus-md.el (old-c++): Remove :group.
4716         * progmodes/c-mode.el (old-c): Remove :group.
4718 1999-03-18  Simon Marshall  <simon@gnu.org>
4720         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4721         (java-font-lock-keywords-2): Added "strictfp" keyword.
4723 1999-03-17  Jason Rumney <jasonr@altavista.net>
4725         * w32-fns.el (set-w32-system-coding-system) New function.
4726         (w32-system-coding-system) Initialize to 'iso-latin-1.
4728 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
4730         * international/mule-cmds.el (set-language-environment): Fix
4731         previous change: don't use dos-codepage when unbound.
4733 1999-03-17  Karl Heuer  <kwzh@gnu.org>
4735         * calendar/appt.el (appt-make-list): Fix previous change.
4737 1999-03-16  Richard M. Stallman  <rms@gnu.org>
4739         * window.el (shrink-window-if-larger-than-buffer):
4740         Don't try to redisplay with the cursor at the end
4741         on its own line--that would force a scroll and spoil things.
4743 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
4745         * international/mule-cmds.el (set-language-environment): Don't use
4746         cpNNN-nonascii-translation-table if it is unbound.
4748         * term/internal.el (dos-codepage-setup): Compute the unibyte
4749         syntax table and bind unibyte-display-via-language-environment
4750         here, rather than at top level, so that resetting to unibyte in
4751         .emacs works as expected.
4753 1999-03-15  Simon Marshall  <simon@gnu.org>
4755         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4757 1999-03-14  Milan Zamazal <pdm@pvt.net>
4759         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4761 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
4763         * international/mule-util.el (detect-coding-with-priority):
4764         Restore the internal database.
4766 1999-03-14  Stephen Eglen  <stephen@gnu.org>
4768         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4769         if mail-from-style has invalid value.
4771 1999-03-12  Karl Heuer  <kwzh@gnu.org>
4773         * vc.el (vc-delete-logbuf-window): New var.
4774         (vc-finish-logentry): Use it.
4776 1999-03-12  Richard M. Stallman  <rms@gnu.org>
4778         * startup.el (command-line-1): Improve startup msg.
4780 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
4782         * speedbar.el: Added commentary about stealthy functions.
4783         (speedbar-message) new function.
4784         (speedbar-y-or-n-p): New function
4785         (speedbar-with-attached-buffer) Moved macro before reference.
4786         Now uses `save-selected-window'.
4787         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4788         speedbar-generic-item-info, speedbar-item-info-file-helper,
4789         speedbar-item-delete, speedbar-insert-generic-list,
4790         speedbar-timer-fn, speedbar-check-vc-this-line,
4791         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4792         speedbar-buffers-item-info) Use speedbar-message.
4793         (speedbar-item-info) Limit `message-log-max'.
4794         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4795         speedbar-item-delete, speedbar-item-object-delete,
4796         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4798 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
4800         * server.el (server-start): Set coding system for the server
4801         process to raw-text.
4802         (server-process-filter): Decode file names if necessary.
4804 1999-03-12  Dave Love  <fx@gnu.org>
4806         * textmodes/fill.el (sentence-end-double-space): Doc fix.
4808         * textmodes/paragraphs.el (sentence-end): Doc fix.
4810 1999-03-11  Karl Heuer  <kwzh@gnu.org>
4812         * comint.el (comint-password-prompt-regexp): Accept "login password:"
4814 1999-03-09  Karl Heuer  <kwzh@gnu.org>
4816         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4817         (ispell-dictionary-alist-2): Likewise.
4818         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4819         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4820         (ispell-dictionary-alist): Build from six pieces, not just two.
4822         * ps-bdf.el (bdf-directory-list): Doc fix.
4824         * enriched.el (enriched-mode): Make var permanent-local.
4826 1999-03-09  Dave Love  <fx@gnu.org>
4828         * textmodes/sgml-mode.el (html-mode): Use
4829         sentence-end-double-space when setting sentence-end.
4831 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
4833         * language/thai.el (tis-620): New alias coding system for thai-tis620.
4835 1999-03-08  Felix Lee  <flee@cygnus.com>
4837         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4839         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4841 1999-03-08  Karl Heuer  <kwzh@gnu.org>
4843         * dired-aux.el (dired-do-copy-regexp): Doc fix.
4844         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4846         * dired.el (dired-do-copy-regexp): Doc fix.
4847         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4849 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
4851         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4853 1999-03-08  Jason Rumney <jasonr@altavista.net>
4855         * international/codepage.el (cp1250-decode-table)
4856         (cp1251-decode-table, cp1253-decode-table)
4857         (cp1257-decode-table): New translation tables for MS Windows codepages.
4858         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4860 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4862         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4864 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
4866         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4868         * term/internal.el (top level): Display character 255 as 8bit as well.
4870 1999-03-06  Dave Love  <fx@gnu.org>
4872         * progmodes/cc-cmds.el (c-outline-level): Bind
4873         buffer-invisibility-spec.
4875         * progmodes/c-mode.el (c-outline-level): Likewise.
4877         * progmodes/ada-mode.el (ada-outline-level): Likewise.
4879 1999-03-05  Felix Lee  <flee@cygnus.com>
4881         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4883 1999-03-05  Richard M. Stallman  <rms@gnu.org>
4885         * bindings.el (complete-symbol): Invert meaning of prefix arg.
4887 1999-03-05  Andrew Innes  <andrewi@gnu.org>
4889         * w32-fns.el (convert-standard-filename): Convert directory
4890         separators to Windows format.
4892 1999-03-05  Andreas Schwab  <schwab@gnu.org>
4894         * international/skkdic-cnv.el: Provide skkdic-cnv.
4895         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4896         (batch-skkdic-convert): Doc fix.
4898 1999-03-04  Dave Love  <fx@gnu.org>
4900         * custom.el (custom-set-variables): Protect against setter errors.
4902 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
4904         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4905         the file sizes from overflowing.
4906         (ls-lisp-format): If file size is a float, use %8.0f to print it.
4907         Under -s, print the size in blocks with %4.0f, in case they have
4908         a *really* huge file.
4910 1999-03-03  Dave Love  <fx@gnu.org>
4912         * options.el (edit-options): Doc fix.
4913         (list-options): Don't lose with unbound symbols.  Maintain
4914         Edit-options-mode.
4916 1999-03-01  Dave Love  <fx@gnu.org>
4918         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4920 1999-02-28  Richard M. Stallman  <rms@gnu.org>
4922         * ispell.el (ispell-dictionary-alist-override): New variable.
4923         (ispell-dictionary-alist): Don't setq it,
4924         if ispell-dictionary-alist-override is set.
4926         * simple.el (shell-command-default-error-buffer): Renamed from
4927         shell-command-on-region-default-error-buffer.
4928         (shell-command-on-region): Mention in echo area when there
4929         is some error output.  Mention success or failure, too.
4930         Accumulate multiple error outputs
4931         going forward, with formfeed in between.  Display the error buffer
4932         when we have put something in it.
4933         (shell-command): Add the ERROR-BUFFER argument feature.
4935 1999-02-28  Karl Heuer  <kwzh@gnu.org>
4937         * mail/mh-utils.el (mh-lib): Doc fix.
4938         (mh-lib-progs, mh-nmh-p): New vars.
4939         (mh-find-progs): Set mh-lib-progs along with other vars.
4940         (mh-path-search): New arg FUNC-P; if specified, use that instead
4941         of mh-file-command-p.
4942         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4944         * mail/mh-comp.el (mh-repl-formfile): New var.
4945         (mh-smail-batch): Don't ignore all arguments.
4946         (mh-reply): Do the right thing when using nmh.
4948 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
4950         * international/mule-cmds.el (select-safe-coding-system): Be sure
4951         to show a buffer being decoded.
4953 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
4955         * ps-bdf.el (bdf-directory-list): Initialize it to
4956         '("/usr/local/share/emacs/fonts/bdf").
4958 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4960         * ps-print.el: PostScript programming fix.
4961         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4962         setpagedevice operator).
4964 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4966         * ps-print.el: Doc fix, font size specifies landscape and portrait
4967         sizes.
4968         (ps-print-version): New version number (4.1.4).
4969         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4970         Specifies landscape and portrait sizes.
4971         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4972         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4973         fix.
4974         (ps-get-font-size): New fun.
4975         (ps-font-size-internal, ps-header-font-size-internal)
4976         (ps-header-title-font-size-internal): New vars.
4978         * ps-mule.el: Change of ps-print font size variable name.
4979         (ps-mule-generate-font): Fun fix.
4980         (ps-mule-begin-job): Programming uniformization.
4982 1999-02-25  Dave Love  <fx@gnu.org>
4984         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4985         (help-make-xrefs): Do Info case first.
4987         * repeat.el: Don't require advice.
4988         (repeat-last-kill-command): Variable deleted.
4990 1999-02-25  Richard Stallman  <rms@gnu.org>
4992         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4993         case just because the current buffer is the output buffer.
4995 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
4997         * simple.el (what-cursor-position): To show the character's
4998         encoding, use encoded-string-description instead of information
4999         of chaset-origin-alist.
5001         * international/mule-cmds.el (iso-2022-control-alist): New variable.
5002         (encoded-code-description): New function.
5003         (encoded-string-description): New function.
5004         (encode-coding-char): New function.
5006 1999-02-25  Andrew Innes  <andrewi@gnu.org>
5008         * startup.el (command-line) [windows-nt]: Fix typo in regexp
5009         checking for .emacs[.el[c]].
5011 1999-02-24  Richard Stallman  <rms@gnu.org>
5013         * help.el (describe-function-1): Don't print a whole lambda-function.
5015 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
5017         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
5018         inputting ?\240.
5020 1999-02-23  Karl Heuer  <kwzh@gnu.org>
5022         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
5024         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
5025         (clean-buffer-list-kill-buffer-names): Doc fix.
5027         * gud.el (gud-jdb-massage-args): Spelling fix.
5029 1999-02-23  Richard M. Stallman  <rms@gnu.org>
5031         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5033 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
5035         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
5036         excursion while calling set-auto-coding-function.
5038         * play/handwrite.el (handwrite): Require ps-print, and use
5039         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
5040         if it's defined, instead of forking ps-lpr-command unconditionally.
5042 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
5044         * international/codepage.el (cp-coding-system-for-codepage-1): Put
5045         charset-origin-alist property to a coding system for the codepage.
5047         * international/mule.el: Modify comment for charset-origin-alist
5048         property of a coding system.
5050         * simple.el (what-cursor-position): charset-origin-alist property
5051         of a coding system may be a translation table or a symbol of which
5052         `translation-table' property is a translation table.
5054 1999-02-21  Richard Stallman  <rms@gnu.org>
5056         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5057         to the "html" template.
5059 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
5061         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
5063 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
5065         * dirtrack.el (dirtrack): Check for the prompt in the input string
5066         instead of the buffer.
5068 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
5070         * sql.el: Set version to 1.4.1.  Changed mail address to
5071         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
5072         (sql-input-ring-separator): Doc fix.
5073         (sql-mode-syntax-table): double-dash starts comments is defined as
5074         ". 56" instead of ". 12b" for XEmacs.
5075         (sql-stop, sql-interactive-mode): Doc fixes.
5076         (sql-postgres): Queries for database and server, not just one.
5077         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5079         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5080         changed.  This is needed for master.el to work.
5081         (sql-set-sqli-buffer): Use the new hook.
5083         * sql.el (sql-make-alternate-buffer-name): Function that sets
5084         sql-alternate-buffer-name.
5085         (sql-alternate-buffer-name): Possible name of SQLi buffers.
5086         (sql-interactive-mode): Set sql-alternate-buffer-name.
5087         (sql-rename-buffer): New command.
5088         (sql-interactive-mode-menu): Menu for SQLi buffers.
5090         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
5091         and sql-input-ring-file-name are used to temporarily set
5092         comint-input-ring-file-name and comint-input-ring-separator when
5093         reading and writing input history files.
5095         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5096         (sql-input-ring-file-name): New variable with customization.
5097         (sql-input-ring-separator): New variable with customization.
5098         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5099         Callers changed.
5100         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5101         now includes the name of the current buffer.
5103         (sql-mode): Set paragraph-separate and paragraph-start so that
5104         sql-send-paragraph sends the entire SQL statements, even if it
5105         contains indented lines.
5107 1999-02-18  Dave Love  <fx@gnu.org>
5109         * format.el (format-encode-run-method, format-decode-run-method):
5110         Fix previous change.
5112 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
5114         * international/mule.el (coding-system-list): Moved here from
5115         mule-util.el to avoid autoloading mule-util by the call of
5116         select-safe-coding-system.
5118 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5120         * simple.el (turn-on-auto-fill): Mark it as an option for
5121         `text-mode-hook'.
5123 1999-02-17  Richard Stallman  <rms@gnu.org>
5125         * emacs-lisp/easymenu.el (easy-menu-get-map):
5126         Don't crash if (current-local-map) is nil.
5128 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
5130         * filecache.el (file-cache-filter-regexps): Added .class.
5132 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
5134         * international/mule-util.el (decompose-region): Use
5135         insert-buffer-substring instead of insert-buffer to avoid putting
5136         mark.
5138 1999-02-17  Andreas Schwab  <schwab@gnu.org>
5140         * calendar/cal-move.el (scroll-calendar-left): Don't set
5141         displayed-month and displayed-year here, let generate-calendar do
5142         it, after range checking.
5144 1999-02-17  Simon Marshall  <simon@gnu.org>
5146         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5148         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5149         correctly between an object declared via a constructor and a method.
5150         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5151         (java-font-lock-keywords-1): Fontify package names individually.
5152         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5153         (java-font-lock-keywords-2): Simplify type fontification.
5154         (java-font-lock-keywords-3): Likewise.
5156 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
5158         * language/japanese.el (iso-2022-jp-2): New coding system.
5159         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5161 1999-02-16  Dave Love  <fx@gnu.org>
5163         * help.el (describe-function-1): Accept non-symbols.
5165 1999-02-16  Paul Eggert  <eggert@twinsun.com>
5167         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5168         find the last match if there are multiple matches.
5170 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5172         * tex-mode.el (tex-run-command, latex-run-command)
5173         (slitex-run-command, tex-command): Doc changes.
5174         (tex-start-options-string): Autoload it.  Doc change.  Provide
5175         a menu for customization.  Allow nil.  Quote backslashes only once.
5176         (tex-start-tex): Handle nil value of tex-start-options-string
5177         and apply shell-quote-argument to it.
5179 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
5181         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5182         the size in blocks, since it can be a float.
5183         (ls-lisp-format): Likewise
5185 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
5187         * language/japanese.el (japanese-shift-jis): Add
5188         charset-origin-alist property.
5190 1999-02-15  Richard Stallman  <rms@gnu.org>
5192         * progmodes/compile.el (compile-internal): Use save-selected-window.
5194         * subr.el (momentary-string-display): Bind inhibit-read-only.
5196         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5198 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
5200         * mail/rmail.el (rmail-show-message): If an unseen message has a
5201         Summary-line in its header, get past one more line before looking
5202         for the X-Coding-System header.
5204 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
5206         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5207         explicitly to accomodate Windows 9X lack of a useful copy program.
5209 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5211         * wid-edit.el (widget-choice-value-create): Use `equal'
5212         instead of `eq'.
5214 1999-02-14  Richard Stallman  <rms@gnu.org>
5216         * international/iso-transl.el:
5217         (iso-transl-ae): Renamed from iso-transl-e-slash.
5218         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5219         (iso-transl-AE): Renamed from iso-transl-E-slash.
5220         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5221         (iso-transl-char-map): Related changes.
5223         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5225 1999-02-13  Richard Stallman  <rms@gnu.org>
5227         * textmodes/texinfmt.el (texinfo-alias): New function.
5228         (texinfo-fold-nodename-case): Add defvar.
5229         (texinfo-format-node): Do case folding if specified.
5231         * ffap.el (ffap-file-at-point): Test local file names
5232         immediately.  Strip off line numbers.
5234 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
5236         * sql.el: Set version to 1.3.2
5237         (sql-solid-program): Added support for solid.
5238         (sql-help): Doc mentions sql-solid.
5239         (sql-solid): Entry function for Solid.
5240         (sql-buffer): Doc explains the use of the variable and how to
5241         change it.
5242         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
5243         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5244         disabled if sql-buffer doesn't have a process; sql-send-paragraph
5245         is new.
5246         (sql-show-sqli-buffer): New function to display the value of
5247         sql-buffer.
5248         (sql-change-sqli-buffer): New function to change sql-buffer.
5249         (sql-mode): Doc explains how to change sql-buffer.
5250         (sql-send-paragraph): New function to send a paragraph.
5251         (sql-mode-map): Added keybinding for sql-send-paragraph.
5252         (sql-mysql): Doc corrected.
5253         (sql-ms): Doc corrected.
5255         * sql.el (sql-server): Doc fix.
5256         (sql-mysql): Added the use of sql-server to specify the host,
5257         sql-database now specifies database instead of host.
5258         (sql-mode-menu): Send... menu items are only active if sql-buffer
5259         is non-nil.
5260         (sql-help): Changed tag of entry functions a bit.
5262         * sql.el: Added keywords from `finder-by-keyword'.
5263         (sql-mode): Made sql-buffer a local variable, changed the
5264         documentation: removed instructions to add *.sql files to
5265         auto-mode-alist, added documentation for having mutliple SQL
5266         buffers sending their stuff to different SQLi buffers, each
5267         running a different process.
5268         (sql-postgres): Quoted *SQL* in doc string.
5269         (sql-ms): Likewise.
5270         (sql-ingres): Likewise.
5271         (sql-ingres): Quoted *SQL* in doc string, added references to
5272         sql-user and sql-password used during login.
5273         (sql-sybase): Quoted *SQL* in doc string, added comma.
5274         (sql-oracle): Likewise.
5275         (sql-interactive-mode): Added extensive documentation for having
5276         mutliple SQL buffers sending their stuff to different SQLi
5277         buffers, each running a different process.
5278         (sql-buffer): Changed doc from *SQL* to SQLi.
5279         (sql-get-login): Doc fix.
5281 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5283         * international/mule-conf.el (undecided): Set ascii in
5284         safe-charsets property.
5286 1999-02-12  Richard Stallman  <rms@gnu.org>
5288         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5290 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5292         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5293         value to ps-mule-font-info-database-latin.
5295 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
5297         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5298         (ps-mule-font-info-database-default): New variable.
5299         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5300         ps-mule-font-info-database-default.
5302 1999-02-12  Dave Love  <fx@gnu.org>
5304         * timezone.el (timezone-make-date-sortable)
5305         (timezone-make-date-arpa-standard): Doc fix.
5307 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5309         * international/quail.el (quail-show-kbd-layout): Bind
5310         blink-matching-paren to nil.
5312         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5313         for ASCII and Latin-1.
5315 1999-02-12  Andreas Schwab  <schwab@gnu.org>
5317         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
5319 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
5321         * international/mule-cmds.el (language-info-alist): Remove
5322         description about charset-origin-alist.
5324         * international/mule.el: Comment added for a new coding system
5325         property `charset-origin-alit'.
5326         (make-translation-table): This variable deleted.
5328         * language/chinese.el (chinese-big5): Add charset-origin-alist
5329         property.
5330         ("Chinese-CNS"): Remove charset-origin-alist property.
5332         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
5333         property.
5334         (cyrillic-alternativnyj): Likewise.
5335         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
5336         ("Cyrillic-ALT"): Likewise.
5338         * language/vietnamese.el (vietnamese-viqr): Add
5339         charset-origin-alist property.
5340         ("Vietnamese"): Remove charset-origin-alist property.
5342         * simple.el (what-cursor-position): Don't use the varialbe
5343         charset-origin-alist, but use charset-origin-alist property of
5344         buffer-file-coding-system to decide external character set code.
5346 1999-02-10  Richard Stallman  <rms@gnu.org>
5348         * shadowfile.el: Don't turn on the mode when the file is loaded.
5350 1999-02-09  Richard Stallman  <rms@gnu.org>
5352         * progmodes/compile.el (compile-auto-highlight): Customize.
5354         * add-log.el (add-log-file-name-function): New variable.
5355         (add-change-log-entry): Call that function, if non-nil.
5357 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
5359         * rmail.el (rmail-search): Track match with a marker, not an integer.
5361 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5363         * progmodes/compile.el (compilation-setup): Set value of
5364         compilation-directory-stack as in compilation-forget-errors.
5365         (compile-reinitialize-errors): Bind buffer-undo-list and
5366         deactivate-mark.
5367         (compilation-forget-errors): Likewise.
5369 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
5371         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
5372         def... constructs.
5374         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
5375         Remove calls to sleep-for.
5377 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
5379         * international/codepage.el (cp-coding-system-for-codepage-1): On
5380         MS-DOS, use dos-unsupported-char-glyph for characters not
5381         supported by the codepage.
5382         (cp-make-coding-systems-for-codepage): Likewise.
5384 1999-02-08  Andreas Schwab  <schwab@gnu.org>
5386         * international/mule-util.el (coding-system-list): Don't sort
5387         coding-system-list here.
5389         * international/mule.el (coding-system-lessp): Moved here from
5390         mule-util.el
5391         (add-to-coding-system-list): New function.
5392         (make-subsidiary-coding-system, make-coding-system,
5393         define-coding-system-alias): Use it instead of setting
5394         coding-system-list directly.
5396 1999-02-07  Dave Love  <fx@gnu.org>
5398         * calendar/appt.el (appt-make-list): Don't splice quotes and date
5399         onto message.
5401 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5403         * imenu.el (imenu--last-menubar-index-alist): Add doc.
5404         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
5406 1999-02-06  Richard Stallman  <rms@gnu.org>
5408         * language/european.el (setup-slovenian-environment): New function.
5409         ("Slovenian"): New language environment.
5411         * progmodes/sql.el (sql-help): Doc fix.
5412         (sql-mysql): Doc fix.
5414 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5416         * tex-mode.el: When compiling, require compare-w and skeleton
5417         to pacify the byte-compiler.  Move the def's of the tex-commands
5418         together.  Add a comment on kill-process vs. quit-process.
5420 1999-02-05  Dave Love  <fx@gnu.org>
5422         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5423         null markers.
5424         (compile-goto-error): Likewise.
5426 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
5428         * time-stamp.el (time-stamp-format): Format doc tighter.
5429         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5430         (time-stamp): don't re-write the time stamp if it didn't change.
5432 1999-02-05  Alex Schroeder  <asc@bsiag.com>
5434         * progmodes/sql.el: Changed version to 1.2.1.
5435         (sql-pop-to-buffer-after-send-region): Improved documentation.
5436         (sql-mysql-program): Added MySQL support.
5437         (sql-prompt-length): Made prompt-length configurable.
5438         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5439         (sql-help): Added MySQL support, changed documentation.
5440         (sql-send-region): A message is displayed if something is sent.
5441         (sql-mode): Added buffer-local comment-start.
5442         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5443         (sql-interactive-mode): Added buffer-local comment-start.
5444         (sql-oracle): Set sql-prompt-length.
5445         (sql-sybase): Set sql-prompt-length.
5446         (sql-mysql): Added MySQL support.
5447         (sql-ingres): Set sql-prompt-length.
5448         (sql-ms): Set sql-prompt-length.
5449         (sql-postgres): Set sql-prompt-length.
5451 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
5453         * term/internal.el (dos-codepage-setup): Set selection coding
5454         system to cpNNN-dos.
5456 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458         * international/characters.el: Let ethiopic use iso-2022-7bit.
5460 1999-02-02  Dave Love  <fx@gnu.org>
5462         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5463         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5465 1999-02-02  Karl Heuer  <kwzh@gnu.org>
5467         * terminal.el (terminal-emulator): Doc fix.
5469 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
5471         * international/mule-util.el (compose-chars): Doc-string
5472         modified.  Correctly handle a composition character in ARGS.
5474 1999-02-01  Richard Stallman  <rms@gnu.org>
5476         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5477         (makefile-menu-index-function): Function deleted.
5478         (makefile-mode): Use makefile-imenu-generic-expression.
5480 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
5482         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5483         change, invoke from before-init-hook.
5485 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
5487         * subr.el (remove-from-invisibility-spec): Cope with the case when
5488         buffer-invisibility-spec is t.
5490 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
5492         * calendar/calendar.el (calendar-mode-map): Fix bindings for
5493         appt-add and appt-delete.
5495 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
5497         * term/pc-win.el (msdos-approximate-color): New function.
5498         (msdos-color-translate): Call it to find a DOS color that best
5499         approximates an X-style "#NNNNNN" color specification.
5501 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
5503         * international/mule-util.el (compose-chars-component): Add
5504         autoload cookie.
5506 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
5508         * international/quail.el (quail-lookup-key): If cdr of MAP is a
5509         function, replace cdr of MAP by the return value of the function
5510         unconditionally.
5512 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5514         * progmodes/compile.el (compilation-next-error-locus): Don't
5515         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5517 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
5519         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5520         and NLs before "charset", and allow the charset name be in double
5521         quotes.
5523 1999-01-31  Richard Stallman  <rms@gnu.org>
5525         * imenu.el (imenu-sort-function): Fix custom type.
5527 1999-01-30  Richard Stallman  <rms@gnu.org>
5529         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5530         (speedbar-line-token): Likewise.
5532         * play/gametree.el (gametree-default-score): Use defcustom.
5533         (gametree-score-regexp, gametree-score-closer): Likewise.
5534         (gametree-score-manual-flag, gametree-score-opener): Likewise.
5536 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5538         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5539         decoding.
5541 1999-01-29  Markus Rost  <rost@gnu.org>
5543         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5544         tex-validate-buffer.
5545         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5546         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
5547         now with recent occur-mode.
5548         (tex-validate-region): Really walk through all Sexps.
5549         (tex-region): Bind shell-dirtrack-verbose.
5550         (tex-file, tex-bibtex-file): Likewise.
5552 1999-01-29  Dave Love  <fx@gnu.org>
5554         * finder.el: (finder-commentary): Fix interactive spec.  Try
5555         appending .el to file name.
5556         (finder-find-library, finder-commentary): Doc fixes.
5558 1999-01-29  Andrew Innes  <andrewi@gnu.org>
5560         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5561         where the userid contains directory separators.
5563 1999-01-29  Dave Love  <fx@gnu.org>
5565         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5566         (lm-commentary): Doc fix.
5568 1999-01-29  Andreas Schwab  <schwab@gnu.org>
5570         * files.el (file-expand-wildcards): Never consider `.' and `..' a
5571         wildcard match.  Fix regexp that tests if dirpart contains
5572         wildcard characters.
5574 1999-01-28  Richard Stallman  <rms@gnu.org>
5576         * font-lock.el (font-lock-default-unfontify-region):
5577         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5579 1999-01-27  Jason Rumney <jasonr@altavista.net>
5581         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5582         from FAMILY field.
5583         (w32-create-initial-fontsets): Do not use before-init-hook.
5584         (mouse-set-font): Document.  Automatically create and use fontsets.
5586         * dos-w32.el (direct-print-region-helper): Check for printer
5587         being t as well as a string.
5589 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
5591         * mail/rmail.el (rmail-decode-mime-charset): New variable.
5592         (rmail-mime-charset-pattern): New variable.
5593         (rmail-convert-to-babyl-format): Decode by MIME-charset if
5594         rmail-decode-mime-charset is non-nil.
5596 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
5598         * international/characters.el: Set category `q' for all characters
5599         in tibetan and tibetan-1-column.
5601 1999-01-27  Andrew Innes  <andrewi@gnu.org>
5603         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5604         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5606 1999-01-27  Dave Love  <fx@gnu.org>
5608         * international/mule-cmds.el (current-language-environment):
5609         Provide :link, :type (choices) and appropriate :get.
5611 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
5613         * startup.el (command-line): Set default eol-mnemonic-* strings to
5614         display end-of-line format in mode line.
5616         * cus-start.el (all): Add eol-mnemonic-* variables.
5618 1999-01-26  Dave Love  <fx@gnu.org>
5620         * startup.el (command-line-1): Up-date copyright.
5622         * paths.el (Info-default-directory-list): Use configdir twice.
5624         * info.el (Info-directory-list): Don't set path-separator now
5625         we're not shipped with Texinfo.  Simplify path definition.
5626         Substitute all occurrences of instdir in Info-default-directory-list.
5628 1999-01-25  Richard Stallman  <rms@gnu.org>
5630         * startup.el (normal-top-level-add-subdirs-to-load-path):
5631         Record the inode numbers of the dirs processed, to avoid loop.
5633         * textmodes/tex-mode.el (tex-run-command): Doc fix.
5635 1999-01-25  Dave Love  <fx@gnu.org>
5637         * browse-url.el (browse-url-netscape-program): Doc addition.
5639         * help.el (help-make-xrefs): Default info references to an `(emacs)'
5640         prefix.
5642         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5643         auto-mode-alist.
5645 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5647         * calendar/diary-lib.el (mark-diary-entries): Use
5648         assoc-ignore-case and do not capitalize when matching month and
5649         day names.
5651         * calendar/calendar.el (calendar-read-date): Ditto.
5653         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5654         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5656         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5658         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5660         * calendar/cal-islam.el (calendar-goto-islamic-date)
5661         (mark-islamic-diary-entries): Ditto.
5663         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5665         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5666         (calendar-read-mayan-tzolkin-date): Ditto.
5668         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5670 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
5672         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5674 1999-01-25  Karl Heuer  <kwzh@gnu.org>
5676         * faces.el (list-faces-display): Multiline case of previous fix.
5678 1999-01-25  Andreas Schwab  <schwab@gnu.org>
5680         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5682 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
5684         * files.el (find-file): If find-file-noselect returns a list,
5685         do switch-to-buffer on each element.
5686         (find-file-other-window): Likewise for all but the first element.
5687         (find-file-other-frame): Same.
5688         (find-file-noselect): When we expand a wildcard, return a list
5689         of buffers.
5691 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
5693         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5694         to set the appropriate cpNNN-dos coding system as the
5695         highest-priority coding system.
5697 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5699         * international/fontset.el (generate-fontset-menu): Return a
5700         sorted list by plain names of fontsets.
5702         * international/mule-diag.el (list-fontsets): Sort fontsets by
5703         plain names.
5705         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5706         FIRST is a composite character, decompose it at first.
5708 1999-01-23  Dave Love  <fx@gnu.org>
5710         * format.el: Doc fixes.
5711         (format-encode-run-method): Have things happen in the right buffer.
5712         Deal with errors from method.  Set coding-system-for-write.
5713         (format-decode-run-method): Have things happen in the right buffer.
5714         Deal with errors from method.  Set coding-system-for-read.
5715         (format-alist): Use nil instead of unmatchable regexps.
5717         * simple.el (shell-command-on-region): Return command's exit status.
5719 1999-01-23  Eric Ludlam  <zappo@gnu.org>
5721         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5722         of the file whose info we want to display.
5723         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5724         (speedbar-add-mode-functions-list) Improve doc.
5725         (speedbar-line-token) New function.
5726         (speedbar-dired) Fix order of directories in -shown-directories.
5727         (speedbar-line-path): Default return is default-directory
5728         (speedbar-buffers-line-path): Return is dir name only.
5729         (speedbar-mode-functions-list): New variable.
5730         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5731         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5732         speedbar-files-item-info speedbar-buffers-item-info): New functions.
5733         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5734         New functions.
5735         (speedbar-line-file): Broke out part that fetches file from a line.
5736         (speedbar-line-text): New function extracted from speedbar-line-file.
5737         (speedbar-line-path): Converted into a replaceable function.
5738         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5740 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5742         * international/fontset.el (create-fontset-from-x-resource): Make
5743         style variants.
5745 1999-01-22  Dave Love  <fx@gnu.org>
5747         * paths.el (Info-default-directory-list): Put sysdir after start.
5749 1999-01-22  Sam Steingold  <sds@goems.com>
5751         * midnight.el (clean-buffer-list): do not kill a buffer if it has
5752         a process associated with it.
5754 1999-01-22  Jason Rumney <jasonr@altavista.net>
5756         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5758 1999-01-22  Felix Lee  <flee@cygnus.com>
5760         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
5761         major-mode.
5762         (vc-annotate-mode): Delete variable.
5764 1999-01-22  Andrew Innes  <andrewi@gnu.org>
5766         * startup.el (command-line): [windows-nt]: Check for existence of
5767         .emacs file so as to notice .emacs.el or .emacs.elc and use them
5768         in preference to _emacs.
5770 1999-01-22  Dave Love  <fx@gnu.org>
5772         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5774 1999-01-20  Richard Stallman  <rms@gnu.org>
5776         * files.el (find-file-noselect): Do wildcard processing only
5777         if new arg WILDCARDS is non-nil.
5778         (find-file, find-file-other-window): New arg WILDCARDS.
5779         Default it to non-nil if interactive.
5780         (find-file-other-frame): Likewise.
5781         (find-file-read-only): Likewise.
5782         (find-file-read-only-other-window): Likewise.
5783         (find-file-read-only-other-frame): Likewise.
5785         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5786         (widget-plist-convert-option): Delete spurious comma.
5788 1999-01-19  Jason Rumney <jasonr@altavista.net>
5790         * term/w32-win.el (w32-standard-fontspec-spec): Change
5791         iso8859-5 to koi8-r.  Add iso8859-9.
5793 1999-01-19  Dave Love  <fx@gnu.org>
5795         * browse-url.el (browse-url-maybe-new-window): Delete macro and
5796         its uses.
5798         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5799         is active.
5800         (fortran-indent-subprogram): Likewise.
5802 1999-01-19  Dave Love  <d.love@dl.ac.uk>
5804         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5806 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5808         * wid-edit.el (alist): Use sexp as default key-type.
5810 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5812         * textmodes/tex-mode.el (tex-define-common-keys):
5813         Remove key binding of tex-feed-input.
5814         (tex-mode-map): Bind tex-feed-input here.
5815         (tex-start-shell): Use compilation-shell-minor-mode.  Set
5816         comint-input-filter-functions before running tex-shell-hook.
5817         (tex-start-tex): Forget compilation errors.
5818         (tex-compilation-parse-errors): Rewritten to work also with
5819         compile-mouse-goto-error and compile-goto-error.  Adjusted to
5820         change in tex-region.
5821         (tex-region): For the temp file use file-name without directory.
5822         (tex-file): Expand file name of tex-print-file.
5824 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5826         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
5828 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
5830         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5831         beginning could cause Emacs to hang.  Fixed.
5833 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
5835         * international/ccl.el (ccl-compile-translate-character): Handle
5836         the case that a tranlation table is CCL register correctly.
5838         * international/mule-cmds.el (select-safe-coding-system):
5839         Hightlight at most 256 characters.
5841 1999-01-18  Dave Love  <fx@gnu.org>
5843         * startup.el (command-line): If the init file changes operation to
5844         unibyte, make all buffers unibyte and re-set language environment.
5846         * disp-table.el (standard-display-european): Make all existing
5847         buffers unibyte.  Fix doc.
5849 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
5851         * wid-edit.el (coding-system): Define this unconditionally.
5853         * simple.el (shell-command-on-region-default-error-buffer): New var.
5854         (shell-command-on-region): Use that variable as interactive
5855         value of ERROR-BUFFER argument.
5857 1999-01-17  Sam Steingold  <sds@goems.com>
5859         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5861 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5863         * progmodes/compile.el (compilation-goto-locus): If already in the
5864         compilation buffer's window, keep it in that window.
5865         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
5866         (compile-goto-error): Don't play with windows.
5868         * textmodes/tex-mode.el (latex-run-command): Doc fix.
5869         (tex-command): Doc fix.
5870         (tex-compilation-parse-errors): Doc fix.
5871         (tex-generate-zap-file-name): Don't start the name with -.
5872         (tex-expand-files): Works now also with strings ending with ":".
5874 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
5876         Patch failed to install:
5877         * gametree.el: Document scoring functionality.
5878         (gametree-score-regexp): Add optional plus sign.
5879         (gametree-score-opener): Replace `:' with `=' as the former
5880         conflicts with gametree-half-ply-regexp.
5881         (gametree-transpose-following-leaves): Add.
5882         (gametree-insert-new-leaf): Make modifying commands barf in read
5883         only buffers.
5884         (gametree-break-line-here): Add a call to
5885         `gametree-transpose-following-leaves'.  This maintains the
5886         necessary invariant that on each level all leaf children precede
5887         all nonleaf children.  This has always been implied, but left to
5888         the user, and, unfortunately, undocumented.
5890 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5892         * wid-edit.el (plist, alist): New widget types.
5894 1999-01-17  Dave Love  <fx@gnu.org>
5896         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5897         fix scope of condition-case therein.
5899 1999-01-17  Andrew Innes  <andrewi@gnu.org>
5901         * dos-w32.el: (find-buffer-file-type-coding-system): Use
5902         default-buffer-file-coding-system when file doesn't exist (and
5903         isn't covered by a special case) instead of forcing undecided-dos
5904         against the user's wishes.
5906         * dos-w32.el (direct-print-region-helper): New function based on
5907         direct-print-region-function; sends data to specified printer port
5908         without further translation.  Recognize and handle specially the
5909         standard `print' and `nprint' programs, as well as `lpr' and
5910         similar programs.  Only write directly to the printer port if no
5911         print program is specified.  Work around a bug in Windows 9x
5912         affecting Win32 version of Emacs by invoking command.com to write
5913         to the printer port instead of writing directly.
5914         (direct-print-region-function): Use direct-print-region-helper to
5915         do most of the work.
5916         (direct-ps-print-region-function): New function; analogue of
5917         direct-print-region-function for ps-print.
5918         (ps-lpr-command): Comment out setq; leave as example usage.
5919         (ps-lpr-switches): Ditto.
5921         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5922         and MS-Windows.
5923         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5924         DOS and Windows platforms, to indicate direct printing.  Update
5925         the docstring accordingly.
5927         * ps-print.el: (ps-printer-name): Update docstring about usage on
5928         MS-DOS and MS-Windows.
5929         (ps-lpr-command): Update docstring as for lpr-command.
5930         (ps-print-region-function): New variable.
5931         (ps-do-despool): Use it.
5932         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5933         DOS/Windows.
5935         * subr.el (subst-char-in-string): New function.
5937 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
5939         * international/codepage.el (cp852-decode-table): Fill a nil entry.
5941         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5942         (bdf-find-font-info): New function, looks for the first readable
5943         file from a list of alternatives.
5944         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5945         instead of bdf-get-font-info.
5946         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5947         to ps-mule-generate-bitmap-glyph.
5949         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5950         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
5951         now be a list of alternative names.
5952         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5953         (ps-mule-prepare-font): Likewise.
5955         * international/codepage.el (cp855-decode-table,
5956         cp850-decode-table): Fill some nil entries.
5958 1999-01-16  Dave Love  <fx@gnu.org>
5960         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5961         last change.
5963 1999-01-15  Dave Love  <fx@gnu.org>
5965         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5966         and change regexp for command names.
5967         (help-xref-go-back, function-called-at-point, symbol-file)
5968         (where-is): Doc fixes.
5969         (help-xref-go-back): Remove interactive spec.
5970         (describe-function-1): Fix message for alias.  Buttomize alias
5971         name.
5973         * simple.el (join-line): New alias.
5975 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
5977         * forms.el: (forms--show-record): Convert integers to string
5978         expicitly since concat will no longer accept integers.
5979         (forms-print): Use local `total-nb-records' since
5980         `forms--total-records' will be inaccessible after buffer switching.
5982 1998-01-14  Felix Lee  <flee@cygnus.com>
5984         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5986 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
5988         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5990 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
5992         * international/codepage.el (cp850-decode-table): Fix previous change.
5994 1999-01-14  Simon Marshall  <simon@gnu.org>
5996         * shell.el (shell-dirtrack-verbose): New custom variable.
5997         (shell-dirstack-message): Use it.
5999 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
6001         * international/mule-conf.el: Coding system alias `dos' for
6002         `undecided-dos', `mac' for `undecided-mac'.
6004         * international/mule-cmds.el (describe-language-environment):
6005         Don't alter input-method-alist.
6007 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
6009         * international/codepage.el (cp850-decode-table): Replace nil
6010         entries with codes of similary looking glyphs.  (Suggested by
6011         Jason Rumney <jasonr@altavista.net>.)
6013 1999-01-13  Dave Love  <fx@gnu.org>
6015         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
6017         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
6019 1999-01-12  Karl Heuer  <kwzh@gnu.org>
6021         * files.el (auto-save-hook): Defvar this.
6023 1999-01-12  Alex Schroeder  <asc@bsiag.com>
6025         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
6026         faces, eliminating the need to load font-lock before loading sql.
6027         (sql-mode-oracle-font-lock-keywords): Likewise.
6028         (sql-mode-postgres-font-lock-keywords): Likewise.
6030 1999-01-11  Dave Love  <fx@gnu.org>
6032         * cus-start.el: Add inhibit-eol-conversion.
6034         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6035         the values round.
6037 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
6039         * help.el (help-mode-finish): Renamed from help-mode-maybe.
6040         Don't switch to Help mode here.
6041         (temp-buffer-setup-hook): Use help-mode-finish.
6042         (help-mode-setup): New function.
6043         (temp-buffer-setup-hook): Use help-mode-setup.
6045         * progmodes/sql.el: New file.
6047         * files.el (auto-mode-alist): Add sql-mode.
6049         * faces.el (list-faces-display): Improve the formatting
6050         by computing the maximum length required for any face-name.
6052 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6054         * progmodes/compile.el (compilation-shell-minor-mode): New function.
6056 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
6058         * term.el (term_send_home): Change the string to
6059         be the same as the one emitted by xterm and consistent with the
6060         ones emitted by prior and next.
6061         (term_send_end): Likewise.
6063 1999-01-10  Dave Love  <fx@gnu.org>
6065         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6066         bindings.
6068 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
6070         * international/codepage.el (codepage-setup): Doc fix.
6071         (cp-decoding-vector-for-codepage): Likewise.
6073 1999-01-10  Markus Rost  <rost@gnu.org>
6075         * cus-edit.el (custom-save-delete): First scan the custom-file.
6077 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
6079         * international/iso-transl.el: Define a "function name" for
6080         each translation that isn't ASCII.  Use these function names
6081         in iso-transl-char-map.
6083 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
6085         * international/mule-util.el (decompose-region): Do decomposition
6086         on temporary unibyte buffer.
6088         * international/mule.el (make-char): Doc-string modified.
6090 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
6092         * simple.el (comment-region): Delete spaces only if we
6093         deleted a comment starter.
6095 1999-01-07  Dave Love  <fx@gnu.org>
6097         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6099         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6100         like eval-defun does.
6102         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6104         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6105         constructions.  Doc fixes.
6106         (generic-create-generic-function): Use defalias, not fset.
6108         * find-func.el: More doc fixes.
6110 1999-01-06  Stephen Eglen  <stephen@gnu.org>
6112         * files.el (save-buffers-kill-emacs): Show the list of current
6113         processes before prompting to kill them and exit.
6115 1999-01-06  Dave Love  <fx@gnu.org>
6117         * emacs-lisp/find-func.el: Doc fixes.
6118         (find-function-regexp): Extend for define-generic-mode,
6119         define-derived-mode, easy-mmode-define-minor-mode.
6121 1999-01-06  Dave Love  <fx@gnu.org>
6123         * progmodes/fortran.el (fortran-window-create): Account for scroll
6124         bar width.
6126         * browse-url.el: Require (noerror) w3-auto when compiling.
6127         (browse-url-maybe-new-window): Make it a macro and revert last
6128         change to callers.
6129         (browse-url-w3): Require w3 for w3-fetch-other-window.
6131 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6133         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6134         argument.
6136 1999-01-06  Simon Marshall  <simon@gnu.org>
6138         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
6140         * font-lock.el (font-lock-default-fontify-buffer): When using
6141         with-temp-message, use nil rather than current-message.
6143         * lazy-lock.el (lazy-lock-unstall):
6144         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6145         rather than current-message.
6147         * fast-lock.el (fast-lock-save-cache-1):
6148         (fast-lock-cache-data): When using with-temp-message, use nil rather
6149         than current-message.
6151 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
6153         * international/codepage.el (cp-coding-system-for-codepage-1): Add
6154         the valid-codes property.
6156         * international/mule-cmds.el (prefer-coding-system): Call
6157         set-coding-priority, so that the internal array of priorities is
6158         also updated.
6160         * international/mule-util.el:
6161         (coding-system-change-eol-conversion,
6162         coding-system-change-text-conversion): Don't define here.
6164         * international/mule-cmds.el: Define them here.  Remove the
6165         autoload cookies.
6167 1999-01-06  Andreas Schwab  <schwab@gnu.org>
6169         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6170         if it was enabled before.
6172         * view.el (View-revert-buffer-scroll-page-forward): Bind
6173         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6175         * files.el (recover-session): Preserve point when inserting
6176         explanation.
6178 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
6180         * cus-edit.el (custom-save-delete): Don't delete whitespace
6181         and comments before the sexp that is replaced.
6183 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6185         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6187 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6189         * vc.el (vc-dired-hook): Use the original value of
6190         dired-move-to-filename-regexp on lines that have not been
6191         reformatted yet.
6192         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
6193         file lines have already been reformatted.
6195 1999-01-05  Dave Love  <fx@gnu.org>
6197         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6198         buffer-local.
6200 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
6202         * progmodes/f90.el: Change of regular expressions for type to
6203         correct highlighting and identation. Some small fixes for
6204         compatibility with XEmacs.
6206 1999-01-05  Stephen Eglen  <stephen@gnu.org>
6208         * mspools.el (mspools-vm-system-mail): Provide an alternative
6209         value based on rmail-spool-directory if $MAIL is not defined.
6211 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6213         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6214         (reftex-section-info): Handle negative section levels.
6215         (reftex-view-crossref-extra): New option.
6216         (reftex-view-crossref): Generalized to work in more places.
6217         (reftex-find-citation-regexp-format, reftex-find-reference-format,
6218         reftex-macros-with-labels, reftex-global-search-marker): New variables.
6219         (reftex-view-cite-locations-from-bibtex): New command.
6220         (reftex-view-regexp-match, reftex-global-search,
6221         reftex-global-search-continue): New functions.
6222         (reftex-extract-bib-entries): No error for non-existing BibTeX
6223         file, just a message.
6224         (reftex-extract-bib-entries): Better error handling.
6225         (reftex-select-with-char): Use `*RefTeX Select*' for selection
6226         help and force it on current frame.
6227         (reftex-default-bibliography): New function.
6228         (reftex-access-parse-file): Check consistency after loading a
6229         parse file.  When inconsistent, enfore rescan.
6230         (reftex-check-parse-consistency): New function.
6231         (easy-menu-define): Options section drastically shortened.
6233 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
6235         * language/thai-util.el (thai-compose-string): New function.
6237 1999-01-04  Inge Frick  <inge@nada.kth.se>
6239         * easymenu.el (easy-menu-define): Doc fix.
6240         (easy-menu-create-menu): New keyword :included.
6241         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
6242         be an expression, not only a string.  Simulate style `button'.
6243         Use easy-menu-define-key-intern instead of easy-menu-define-key.
6244         (easy-menu-define-key-intern): New function.
6245         (easy-menu-add-item): Understand value returned from
6246         easy-menu-item-present-p and easy-menu-remove-item.
6247         (easy-menu-return-item): New function.
6248         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6250 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
6252         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6253         Use rmail-output-read-rmail-file-name to read the file name.
6254         Always call rmail-output-to-rmail-file noninteractively.
6255         When count > 1, do the loop here.
6256         Handle rmail-delete-after-output here.
6257         (rmail-summary-output): Similar changes.
6259         * mail/rmailout.el: Provide `rmailout'.
6260         (rmail-output-read-rmail-file-name): New function.
6261         (rmail-output-to-rmail-file): Use that.
6262         (rmail-output-read-file-name): New function.
6263         (rmail-output): Use that.
6265         * files.el (find-file-noselect): Let /: suppress wildcard matching.
6266         Error if wildcard matches no files.
6268 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
6270         * menu-bar.el (clipboard-yank): Doc fix.
6272         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6274 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
6276         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6278 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
6280         * rmail.el (rmail-encode-string): Make sure mask value is
6281         positive; (emacs-pid) returns a negative number on Windows 9x
6282         which causes odd behaviour.
6284 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
6286         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6287         and about w32-* variables unless on Windows/NT.
6289 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
6291         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6292         if buffer is modified; ask about all modified buffers.
6294 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6296         * simple.el (what-cursor-position): Fix previous change.
6298 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
6300         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6301         from paragraph-start.
6303 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
6305         * international/mule-cmds.el (prefer-coding-system): If the
6306         argument requires specific EOL conversion type, make the default
6307         coding systems use that.
6309 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
6311         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6312         Use shell-command-on-region.
6313         (m4-start-m4, m4-end-m4): Functions deleted.
6315 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
6317         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
6319 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6321         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
6322         to compose-mail in the correct places and as a list.
6324 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
6326         * page-ext.el: Added mouse-selection feature for pages directory buffer.
6327         (pages-directory-map): Bind mouse-2
6328         (pages-copy-header-and-position): Put text property.
6329         (pages-directory-goto-with-mouse): New function.
6331 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
6333         * international/codepage.el (cp-make-coding-systems-for-codepage):
6334         Doc fix.
6335         (cp-coding-system-for-codepage-1): Likewise.
6337 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
6339         * language/thai-util.el (thai-post-read-conversion): Handle Thai
6340         composition sequence correctly here instead of calling
6341         thai-compose-region.
6343         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
6344         newline in multibyte buffer, if previous or next character is a
6345         composite char, check the first component of the composite char.
6347 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
6349         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
6350         and track-mouse.
6352 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6354         * mail/sendmail.el (mail-yank-original): Remove text properties
6355         after insertion.
6356         (mail-yank-region): Barf if no mark is set in the message
6357         being replied to.
6359         * help.el (function-called-at-point): First look for function at point.
6361 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6363         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
6365 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6367         * simple.el (what-cursor-position): Print character encoding also.
6369 1998-12-26  Dave Love  <fx@gnu.org>
6371         * textmodes/flyspell.el: If local-maps work, don't put
6372         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
6373         in flyspell-mouse-map (only).
6374         (flyspell-use-local-map): New variable.
6375         Use a different mouse-2 binding in that case,
6376         and don't add to minor-mode-map-alist.
6377         (make-flyspell-overlay, flyspell-correct-word):
6378         Test flyspell-use-local-map.
6380 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6382         * files.el (file-expand-wildcards): Handle wildcards in directory name.
6383         Be careful about whether to return a relative file name,
6384         and if so, relative to what directory.
6386 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6388         * emacs-lisp/easymenu.el (easy-menu-get-map):
6389         Change global map only if this menu exists in the global map already,
6390         and not in the local map.
6391         (easy-menu-do-add-item): Fix error message.
6393         * foldout.el (foldout-inhibit-key-bindings):
6394         Avoid concatenating onto outline-minor-mode-prefix.
6395         Make a new keymap for that prefix, if it does not already have one.
6397 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
6399         * cperl-mode.el:
6400         Can use linear algorithm for indentation if Emacs supports it.
6401         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
6402         (cperl-after-block-p):  Likewise.
6403         (cperl-after-block-and-statement-beg): Likewise.
6404         (cperl-after-block-p):  After END/BEGIN we are a block.
6405         (cperl-after-expr-p):   Skip labels when checking
6406         (cperl-indent-region):  Make a marker for END - text added/removed.
6407         Disable hooks during the call (how to call them later?).
6408         Now indents 820-line-long function in 6.5 sec (including
6409         syntaxification) the first time (when buffer has few
6410         properties), 7.1 sec the second time.
6411         (cperl-indent-region):  Do not indent whitespace lines
6412         (cperl-style-alist)
6413                 Include `cperl-merge-trailing-else' where the value is clear.
6414         (cperl-styles-entries): Likewise.
6415         (cperl-problems):       Improvements to docs.
6416         (cperl-tips):           Likewise.
6417         (cperl-non-problems):   Likewise.
6418         (cperl-mode):           Make lazy syntaxification possible.
6419         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6420         `font-lock-unfontify-region-function' was set to a wrong function.
6422         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6423         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
6424         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6425         but 1<<6 was considered as HERE-doc.
6426         <file/glob> made into a string.
6427         Postpone addition of faces after syntactic step.
6428         Recognition of <FH> was wrong.
6429         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
6430         Knows that split// is null-RE.
6431         Highlights separators in 3-parts expressions as labels.
6432         <> was considered as a glob.
6433         Would err if the last line is `=head1'.
6434         $a-1 ? foo : bar; was a considered a regexp.
6435         `<< (' was considered a start of HERE-doc.
6436         mark qq[]-etc sections as syntax-type=string
6437         Was not processing sub protos after a comment ine.
6438         Was treating $a++ <= 5 as a glob.
6439         Tolerate unfinished REx at end-of-buffer.
6440         `unwind-protect' was left commented.
6441         / and ? after : start a REx.
6443         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6444         Better default, customizes to `message' too, off in text-mode.
6446         (cperl-array-face): Renamed from `font-lock-emphasized-face',
6447         `defface'd.
6448         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6449         `defface'd.
6450         (cperl-emacs-can-parse):        New state variable.
6451         (cperl-indent-line):    Corrected to use global state.
6452         (cperl-calculate-indent):       Likewise.
6453         (cperl-fix-line-spacing):       Likewise (not used yet).
6454         (cperl-calculate-indent):       Did not consider `,' as
6455         continuation mark for statements.
6456         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6457         Remove another parse-data optimization at toplevel: would
6458         indent correctly.
6459         Correct for labels when calculating indentation of continuations.
6460         Docstring updated.
6461         (cperl-choose-color):   Converted to a function (to be
6462         compilable in text-mode).
6463         (cperl-dark-background):        Disable without window-system.
6464         Do `defface' only if window-system.
6465         (cperl-fix-line-spacing):       sped up to bail out early.
6466         (x-color-defined-p): was not compiling on XEmacs
6467         Was defmacro'ed with a tick.  Remove another def.
6468         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6469         (cperl-unwind-to-safe): New function.
6470         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6471         (cperl-fontify-syntaxically): Unwinds start and end to go out of
6472                                      long strings (not very successful).
6473         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
6474         Highlight the starting // in s//foo/ as function-name.
6475         Emit a meaningful error instead of a cryptic one for an
6476         uncomplete REx near end-of-buffer.
6478         (cperl-electric-keyword):       `qr' recognized.
6479         (cperl-electric-else):          Likewise
6480         (cperl-to-comment-or-eol):      Likewise
6481         (cperl-make-regexp-x):  Likewise
6482         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
6483         Corrected to use new macros;
6484         `if' for copying `reference-face' to `constant-face' was backward.
6485         remove init `font-lock-other-emphasized-face',
6486         `font-lock-emphasized-face', `font-lock-keyword-face'.
6487         Interpolate `cperl-invalid-face'.
6488         (cperl-make-regexp-x):  Misprint in a message.
6489         (cperl-syntaxify-unwind): New configuration variable
6490         (cperl-fontify-m-as-s): New configuration variable
6491         (cperl-electric-pod):   check for after-expr was performed
6492         inside of POD too.
6493         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6494         (cperl-clobber-mode-lists): New configuration variable.
6495         (cperl-not-bad-style-regexp):   Updated.
6496         Init:                   `cperl-is-face' was busted.
6497         (cperl-make-face):      New macros.
6498         (cperl-force-face):     New macros.
6499         (font-lock-other-type-face): Done via `defface' too.
6500         (cperl-nonoverridable-face):    New face.  Renamed from
6501         `font-lock-other-type-face'.
6502         (cperl-init-faces-weak):        use `cperl-force-face'.
6503         (cperl-comment-indent): Commenting __END__ was not working.
6504         (cperl-indent-for-comment):     Likewise.
6505         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
6506         When removing old TAGS info was not relativizing filename.
6507         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6508         Another try to work around XEmacs problems.  Better progress messages.
6509         (toplevel):             require custom unprotected => failure on 19.28.
6510         (cperl-xemacs-p):       defined when compile too
6511         (cperl-find-tags):      Was writing line/pos in a wrong order,
6512         pos off by 1 and not at beg-of-line.
6513         (cperl-etags-snarf-tag): New macro
6514         (cperl-etags-goto-tag-location): New macro
6515         (cperl-version):        New variable.  New menu entry
6516         random docstrings:      References to "future" 20.3 removed.
6517         Menu was described as `CPerl' instead of `Perl'
6518         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6519         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6520         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
6521         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6522         `font-lock-reference-face', `font-lock-keyword-face'.
6523         Use `eval-after-load'.
6524         Remove not-CPerl-related faces.
6525         (cperl-tips-faces):     New variable and an entry into Mini-docs.
6526         (cperl-indent-exp):     Was not processing else-blocks.
6527         (cperl-get-state):      NOP line removed.
6528         (cperl-ps-print):       New function and menu entry.
6529         (cperl-ps-print-face-properties):       New configuration variable.
6530         (cperl-invalid-face):   New configuration variable.
6531         (perl-font-lock-keywords):      Highlight trailing whitespace
6532         (cperl-contract-levels):        Documentation corrected.
6533         (cperl-contract-level):         Likewise.
6534         (cperl-ps-extend-face-list):    New macro.
6535         (cperl-invalid-face):   Change to ''underline.
6537 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
6539         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6540         for read-file-name.
6541         (rmail-output-to-rmail-file): Likewise.
6543 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6545         * emacs-lisp/easymenu.el (easy-menu-get-map):
6546         If MENU is nil, use global menu-bar map.
6547         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6548         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6550 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6552         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6554 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6556         * ps-print.el (ps-print-version): New version number (4.1.3).
6558 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
6560         * international/mule-cmds.el: Use make-sparse-keymap instead of
6561         define-prefix-key when defining MULE menu items.
6563         * info.el (Info-node-at-bob-matching): New function.
6564         (Info-find-node, Info-build-node-completions): Call it.
6566 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
6568         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6569         when this is an autoloaded keymap.
6571 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6573         * international/codepage.el (cp-coding-system-for-codepage-1):
6574         Create separate encoders and decoders, for DOS and Unix.  Make the
6575         usual family of 3 coding systems, so that automatic detection of
6576         EOL type works.
6577         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6578         Unix-specific symbols here, and don't call
6579         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
6580         Handa <handa@etl.go.jp>.)
6582         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6584         * term/internal.el (IT-character-translations): New variable, an
6585         alist used to display characters for which there's no glyphs in
6586         the current codepage.
6587         (IT-display-table-setup): New function, sets up the DOS terminal
6588         for a given codepage.
6589         (dos-codepage-setup): New function, sets up the MULE environment
6590         for the current value of dos-codepage.
6591         (top-level if): In the multibyte mode, turn on
6592         unibyte-display-via-language-environment.  In the unibyte mode,
6593         set up the special syntax tables to map lower- to upper case and
6594         back.
6596 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
6598         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6599         (speedbar-frame-plist) Remove useless comments.
6600         (speedbar-frame-mode) Do not specify height if it is in the param list.
6601         Use default y position w/out changing it.
6602         If default x position is a list, keep, calculate the non-list X
6603         value when devining an initial position.
6604         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6605         (speedbar-tag-group-name-minimum-length): New variable.
6606         (speedbar-frame-parameter): New compatibility function.
6607         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6608         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6609         groups to keep things in the right order, and to help with some
6610         naming conventions.
6611         (speedbar-create-tag-hierarchy): Enable buffer local version of
6612         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6613         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
6614         the case, derive it from the cursor location in speedbar.
6616 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6618         * international/mule-cmds.el (set-language-environment): On MS-DOS
6619         terminals, install DOS-specific nonascii-translation-table if the
6620         language info doesn't specify one.  Pass the default eol-type to
6621         set-language-environment-coding-systems.
6622         (set-default-coding-systems): Copy the eol-type property for the
6623         new default values of {buffer-file,process}-coding-system from the
6624         old defaults.
6625         (set-language-environment-coding-systems): Accept an optional
6626         argument EOL-TYPE, and set the eol-type property of the default
6627         coding systems accordingly.
6628         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6629         (set-keyboard-coding-system): Likewise.
6630         (set-default-coding-systems): Don't set
6631         default-terminal-coding-system on MS-DOS to anything but nil.
6632         (prefer-coding-system): Describe in the doc string that
6633         default-terminal-coding-system is not changed on MS-DOS.
6634         (set-language-environment): For MS-DOS, set standard syntax table
6635         and display table for all characters with code above 127.
6636         (standard-display-european-internal): For MS-DOS, pass all
6637         characters with code above 127 directly to the terminal, and don't
6638         remap characters 160 and 146 in the unibyte case.
6640         * international/codepage.el: New file.
6642 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6644         * diary-lib.el (diary-float): Fix end-of-year error and typos in
6645         comments.
6647 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6649         * map-ynp.el (map-y-or-n-p): Ignore input methods.
6651         * subr.el (read-passwd): Likewise.
6653 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
6655         * info.el (Info-find-node): Add 1 to the position read from the
6656         tag table.  Don't fail if the node delimiter ^_ is the first
6657         character in the file.
6658         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6659         first character in the file.
6660         (Info-read-subfile): Likewise.
6661         (Info-select-node): Likewise.
6662         (Info-build-node-completions): Likewise.
6664 1998-12-16  Richard Stallman  <rms@gnu.org>
6666         * term/x-win.el (x-cut-buffer-or-selection-value):
6667         If clipboard is enabled, try it before PRIMARY selection.
6669 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6671         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6672         insert c-cedilla and C-cedilla respectively, like in latin-1.
6674 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
6676         * language/hebrew.el: Don't use sublists in the flags argument
6677         passed to make-coding-system.
6679 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6681         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6682         list of character sets found by find-charset-region.
6684         * ps-mule.el: Always require ps-print.  Move some function
6685         definitions for Emacs 20.2 and the earlier to ps-print.el.
6686         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6688         * ps-print.el: Define several functions for Emacs 20.2 and the
6689         earlier version.
6690         (ps-printer-name): Check if printer-name is bound.
6692 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6694         * ps-mule.el: Programming uniformization and little code improvement.
6695         (ps-mule-prepare-font): Programming uniformization.
6696         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6697         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6699         * ps-bdf.el: Programming uniformization and little code improvement.
6700         (bdf-search-and-read): New fun.
6701         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6702         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6703         (bdf-info-relative-compose, bdf-info-baseline-offset)
6704         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6705         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6706         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6707         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6708         improvement.
6710 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6712         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6713         and mule related code extraction. Autoload ps-mule funs.
6715         * ps-mule.el: Doc fix. Require ps-print only when compiled.
6716         (ps-mule-prologue-generated): New fun.
6717         (ps-mule-plot-string): Add autoload cookie.
6718         (ps-mule-begin-job): Call ps-mule-prologue-generated.
6720 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6722         * ps-bdf.el: Require ps-mule instead of ps-print.
6723         (bdf-directory-list): Add autoload cookie.
6725         * ps-mule.el: New file.  Mule related code extracted from
6726         ps-print.el.  Require ps-print, provide ps-mule.
6727         (ps-multibyte-buffer): Add autoload cookie.
6728         (ps-mule-prepare-ascii-font): New fun.
6729         (ps-mule-set-ascii-font): New fun.
6730         (ps-mule-skip-same-charset): Fun deleted.
6731         (ps-mule-plot-string): Set ps-mule-current-charset.
6732         (ps-mule-initialize): Add autload cookie.  Don't set
6733         ps-mule-font-info-database here.
6734         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
6735         ps-mule-font-info-database and ps-control-or-escape-regexp.
6736         (ps-mule-begin-page): New fun.
6738         * ps-print.el: Mule related code moved to ps-mule.el.
6739         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6740         check ps-mule-charset-list.
6741         (ps-begin-page): Don't set ps-mule-current-charset, instead call
6742         ps-mule-begin-page.
6743         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6744         (ps-plot-region): Don't set ps-mule-current-charset, instead call
6745         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
6746         instead skip same charsets by itself.
6747         (ps-generate): Call ps-mule-initialize of needs-begin-file is
6748         non-nil.  Call ps-mule-begin-job.
6750 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6752         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
6753         instead of bdf.
6755         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6756         (ps-mule-external-libraries): New element FEATURE.
6757         (ps-mule-init-external-library): Ajusted for the above change.
6758         (ps-mule-generate-font): Likewise.
6759         (ps-mule-generate-glyphs): Likewise.
6760         (ps-mule-prepare-font): Likewise.
6761         (ps-mule-initialize): Likewise.
6762         (ps-begin-file): Superfluous tailing parenthesis deleted.
6764 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6766         * international/fontset.el (x-decompose-font-name): If PATTERN
6767         doesn't have any wild cards, return a vector made from a name that
6768         is found by x-resolve-font-name found.  Comments added.
6770         * international/mule-cmds.el (find-coding-systems-for-charsets):
6771         Handle the case of unknown charset.
6772         (find-multibyte-characters): If invalid multibyte characters are
6773         found, return the corresponding strings instead of character
6774         codes.
6775         (find-multibyte-characters): Adjusted for the above change.
6776         (select-safe-coding-system): For a unibyte buffer, always returns
6777         DEFAULT-CODING-SYSTEM.
6778         (get-charset-property): Fix previous change.  Make it a function.
6779         (put-charset-property): Make it a function.
6781         * international/mule.el (make-coding-system): Set mime-charset
6782         property of *-with-esc coding system to nil.
6784         * international/quail.el (quail-point-in-conversion-region): New
6785         function.
6786         (quail-conversion-backward-delete-char): When a key sequence is
6787         being translated, call quail-delete-last-char.
6789         * language/devan-util.el
6790         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6791         handle devanagari-decomposition-rules.
6793 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
6795         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6796         tex-start-options-string to empty string.
6797         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6799 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
6801         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6802         5xx responses are already handled properly).
6804 1998-12-13  Richard Stallman  <rms@gnu.org>
6806         * progmodes/compile.el (compilation-error-regexp-alist): Insist
6807         on a non-digit in the file name.
6809         * simple.el (comment-region): Handle comment-padding
6810         separately for insertion and for deletion, in the right way for each.
6812 1998-12-13  Felix Lee  <flee@cygnus.com>
6814         * progmodes/compile.el (compilation-error-regexp-alist): Fix
6815         regexp to match "ChangeLog:1:1998-12-09 ..."
6817 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
6819         * cus-start.el (dos-unsupported-char-glyph): Add.
6821 1998-12-11  Dave Love  <fx@gnu.org>
6823         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6824         forward-sexp in condition-case.
6826         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6827         Remove unnecessary test on `library' for explicit file name.
6828         Widen scope of save-match-data.
6830 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6832         * international/mule.el (load-with-code-conversion): If the loaded
6833         file was inserted  with no-conversion or raw-text coding system,
6834         make the buffer unibyte.
6836 1998-12-09  Richard Stallman  <rms@gnu.org>
6838         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6839         Get rid of nested loops.
6841         * mouse.el (mouse-drag-vertical-line):
6842         If WHICH-SIDE is not `right', then scroll bars are on the left.
6844         * loadhist.el (load-history-loaded): defvar moved to help.el.
6846         * help.el (symbol-file-load-history-loaded): Variable renamed,
6847         and defvar moved from loadhist.el.
6848         (symbol-file): Renamed from describe-function-find-file.
6849         Load fns-VERSION.el here.
6850         (describe-variable, describe-function-1): Use symbol-file.
6852         * textmodes/tex-mode.el (tex-generate-zap-file-name):
6853         Don't start the name with #.
6855         * ispell.el: Take out the eval-when's.
6857 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
6859         * dirtrack.el (dirtrack-directory-change-hook): New hook.
6860         (dirtrack): Run it.  Make debug message more verbose.
6862 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6864         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6865         name of the abbrev table, and provide support for XEmacs.
6866         (octave-xemacs-p): New variable.
6868 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6870         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6871         exit, when mail-interactive is nil.
6873 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
6875         * files.el (after-find-file): Message fix.
6877 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
6879         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6881 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
6883         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6884         filenames using backslashes.
6886 1998-12-09  Dave Love  <fx@gnu.org>
6888         * browse-url.el (browse-url-mail): Call compose-mail-other-window
6889         with correct number of args.
6890         (browse-url-maybe-new-window): New arg.  Callers changed.
6892         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6893         comment.
6895 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
6897         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6899 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
6901         * vc.el (vc-rcs-release): Fix Type.
6902         (vc-sccs-release): Fix Type.
6903         (vc-cvs-release): Fix Type.
6905         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6906         arg work right.
6908         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6909         output of last undeleted message.
6911 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
6913         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6914         (buffer-undo-list) [windows-nt]: Use different relative path.
6916 1998-12-07  Simon Marshall  <simon@gnu.org>
6918         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6920 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
6922         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6924         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6926 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6928         * info.el (Info-menu): Don't return error if point is between menu
6929         header and first menu item.
6931 1998-12-04  Dave Love  <fx@gnu.org>
6933         * help.el (describe-function-1): Fix description for alias.
6935 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
6937         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6938         specifications from summary line.
6940         * rect.el (delete-whitespace-rectangle): Mark for autoload.
6941         (close-rectangle): Define alias only once in loaddefs.el.
6943 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
6945         * term/internal.el: Remove code which sets up a special syntax
6946         table for non-ASCII characters.
6948 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
6950         * dos-w32.el (direct-print-region-function): Try to ensure that
6951         printer-name is expanded to a file name on a local drive;
6952         sometimes printing a file loaded from a network volume fails.
6953         (direct-print-region-function): Add a function to
6954         write-region-annotate-functions to append a formfeed character to
6955         the region being printed, if the region doesn't end with a
6956         formfeed already.  This avoids creating a second print job
6957         containing a blank page when print spooling is enabled on Windows.
6959 1998-12-02  Dave Love  <fx@gnu.org>
6961         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6962         `Info-goto-node'.
6964 1998-12-02  Richard Stallman  <rms@gnu.org>
6966         * help.el (temp-buffer-resize-mode): Doc fix.
6968         * cus-edit.el (custom-save-delete): Save point before
6969         reading a sexp, rather than backing up.
6971         * international/iso-transl.el: Fix previous change.
6973 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6975         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6976         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6977         Added defvars to suppress compilation warnings.
6979 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
6981         * ispell.el: Improved and fixed customize for variables:
6982         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6983         ispell-dictionary-alist, ispell-skip-sgml.
6984         Improved and fixed comments in variables and messages for
6985         functions: ispell-help-in-bufferp, ispell-local-dictionary,
6986         ispell-menu-map, ispell-checking-message, ispell-parser,
6987         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6988         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6989         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6990         ispell-message-text-end, ispell-add-per-file-word-list.
6991         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6992         system is now required for all languages.  Casechars improved for
6993         castellano, castellano8, and norsk dictionaries.  Dictionary
6994         norsk7-tex added.  Dictionary polish added.
6995         (ispell-dictionary-alist): Redefined at load-time to support
6996         dictionary changes.
6997         (ispell-menu-map): Redefined at load-time to support menu changes.
6998         (ispell-check-version): New alias for `check-ispell-version'.
6999         (ispell-parse-output): Fixed matching for ispell error messages.
7000         Correctly returns spelling suggestions in order generated by ispell
7001         process.
7002         (check-ispell-version): Ensure `case-fold-search' doesn't get
7003         redefined.
7004         (ispell-complete-word): Ensure `case-fold-search' doesn't get
7005         redefined.  Fix bug that didn't respect case of word being completed.
7006         (ispell-init-process): Set process coding system to be compatible
7007         with emacs processes and the ispell process.
7008         (ispell-kill-ispell): Ensures ispell process has terminated before
7009         starting new process.  This can otherwise confuse process filters
7010         and hang the ispell process.
7011         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
7012         skipping support for sgml.
7013         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
7014         which could cause `ispell-complete-word' to hang.
7015         (ispell-message): Improved message reference matching.  Ensure
7016         `case-fold-search' doesn't get redefined.
7017         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
7018         get redefined.  Fixed bug in returning to nroff mode from tex mode.
7019         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
7020         get redefined.
7022 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7024         * textmodes/flyspell.el (flyspell-check-word-p):
7025         Don't delay inside a kbd macro.
7027         * subr.el (make-local-hook): Return the hook variable.
7029 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7031         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7032         Use a timer instead of post-command-hook.
7033         (hscroll-timer): New variable.
7035 1998-11-30  Dave Love  <fx@gnu.org>
7037         * help.el (help-xref-button): Do nothing if text already has the
7038         help-xref property.
7039         (describe-variable): Revert previous change to hyperlink to source.
7041 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
7043         * bindings.el (features): Add `base64' to this list.
7045         * loadhist.el (symbol-file): Doc fix.
7047         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7049         * files.el (hack-one-local-variable): Cope with non-file buffers.
7051 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
7053         * help.el (describe-mode): Put major mode first.
7055         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7056         to support special-display and same-window features.
7058 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7060         * simple.el (transpose-subr, transpose-subr-1): Rename variables
7061         bound in one function and used in the other.
7062         (transpose-subr-start1, transpose-subr-start2): Add defvars.
7063         (transpose-subr-end1, transpose-subr-end2): Add defvars.
7065 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7067         * autoinsert.el (auto-insert-alist): Use user-mail-address.
7069 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
7071         * international/ccl.el (ccl-dump-translate-character-const-tbl):
7072         Give format correct control string.
7074         * international/mule.el (define-translation-table): Fix bug of
7075         setting incorrect translation-table-id.  If the first element of
7076         ARGS is a translation table, just register it.
7078         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7079         property.
7081 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
7083         * thingatpt.el (thing-at-point-url-at-point): Don't use current
7084         syntax table to determine what is whitespace.
7086 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
7088         * frame.el (frame-parameter): Doc fix.
7090         * textmodes/tex-mode.el (tex-feed-input): New function.
7091         (tex-define-common-keys): Add binding for C-c C-m.
7093 1998-11-23  Dave Love  <fx@gnu.org>
7095         * progmodes/fortran.el: Various minor doc fixes.
7096         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7097         (fortran-with-subprogram-narrowing): New macro.
7098         (fortran-check-for-matching-do): Use it.
7099         (fortran-end-do): Use fortran-check-end-prog-re.
7100         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7101         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7103 1998-11-23  Simon Marshall  <simon@gnu.org>
7105         * font-lock.el (font-lock-defaults): Doc fix.
7106         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7107         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7109         * lazy-lock.el (lazy-lock-unstall):
7110         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7112         * fast-lock.el (fast-lock-save-cache-1):
7113         (fast-lock-cache-data): Rewritten to use with-temp-message.
7115 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
7117         * mail/rmail.el (rmail-set-message-counters-counter): Detect
7118         messages that have been added with DOS line endings and convert
7119         the line endings for such messages.
7121 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7123         * help.el: Add resizing of temporary buffers.
7124         (temp-buffer-resize-mode): New command and variable.
7125         (temp-buffer-max-height): New variable.
7126         (resize-temp-buffer-window): New function.
7128         * window.el (window-buffer-height): New function, split from
7129         shrink-window-if-larger-than-buffer.
7130         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7132 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
7134         * frame.el (initial-frame-alist): Add defcustom.
7136         * shell.el (shell-prompt-pattern): Add defcustom.
7138 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140         * message.el (message-ignored-supersedes-headers): Remove
7141         NNTP-Posting-Date.
7143 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7145         * help.el (describe-mode): Don't avoid loop indirecting thru
7146         value of INDICATOR.
7148 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7150         * help.el (describe-variable): Allow any variable with a defcustom,
7151         even if it is not a user variable.
7153         * mail/rmail.el (mail-unsent-separator): Additional alternative.
7155 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
7157         * gnus/nntp.el (nntp-request-group): Allow for failures when
7158         requesting a new group.
7160 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7162         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7164 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7166         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7168 1998-11-19  Simon Marshall  <simon@gnu.org>
7170         * subr.el (with-temp-message): New macro.
7172         * emacs-lisp/lisp-mode.el (with-temp-message):
7173         Add lisp-indent-function property.
7175 1998-11-18  Dave Love  <fx@gnu.org>
7177         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7179 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7181         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7182         This is not obsolete.
7184 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
7186         * textmodes/picture.el: Make a new map by make-keymap.
7187         (picture-desired-column): New variable.
7188         (picture-update-desired-column): New function.
7189         (picture-beginning-of-line): Set picture-desired-column to 0.
7190         (picture-end-of-line): Set picture-desired-column to the current
7191         column.
7192         (picture-forward-column): Pay attention to multi-column character.
7193         (picture-backward-column): Likewise.
7194         (picture-move-down): Likewise.
7195         (picture-move-up): Likewise.
7196         (picture-movement-nw): With prefix arg, move twice columns.
7197         (picture-movement-ne): Likewise.
7198         (picture-movement-sw): Likewise.
7199         (picture-movement-se): Likewise.
7200         (picture-set-motion): Handle two-column movements.
7201         (picture-move): Call picture-move-down or picture-forward-column
7202         only when necessary.
7203         (picture-insert): Pay attention to picture-desired-column.
7204         (picture-self-insert): Likewise.
7205         (picture-clear-column): Pay attention to multi-column character.
7206         (picture-mode): Modify doc-string for two-column movement.
7208         * rect.el (move-to-column-force): New function.
7209         (operate-on-rectangle): If coerce-tabs is non-nil, call
7210         move-to-column-force instead of move-to-column.
7211         (insert-rectangle): Call move-to-column-force instead of
7212         move-to-column.
7213         (open-rectangle-line): If begextra is not zero, call
7214         move-to-column-force.
7217 1998-11-16  Dave Love  <fx@gnu.org>
7219         * textmodes/sgml-mode.el Require skeleton when compiling.
7220         (sgml-font-lock-keywords-1): Accept single-letter tags.
7221         (v2): Defvar free variable.
7223 1998-11-16  Sam Steingold  <sds@goems.com>
7225         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
7226         macro, not ELisp one.
7228 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7230         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7231         characters to symbol.
7233         * language/japan-util.el (japanese-zenkaku-region): New optional
7234         arg KATAKANA-ONLY.
7236 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7238         * international/mule.el
7239         (after-insert-file-set-buffer-file-coding-system): If the buffer
7240         is changed to unibyte, return inserted bytes.
7242         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7243         and link names if necessary.
7244         (tar-header-block-summarize): Handle the case that file or link
7245         names are multibyte.
7246         (tar-summarize-buffer): At first set the current buffer unibyte,
7247         then if there are multibyte file names, change it to multibyte.
7248         (tar-mode): Get char position from tar-header-offset.
7249         (tar-extract): Avoid multibyte<->unibyte conversion in
7250         insert-buffer-subsring by setting both buffers unibyte
7251         temporarily.
7252         (tar-copy): Set the buffer unibyte while doing a work.  Write
7253         without code conversion.
7254         (tar-expunge): Set the buffer unibyte while doing a work.
7255         (tar-alter-one-field): Likewise.
7256         (tar-clear-modification-flags): Compare byte position with
7257         tar-header-offset.
7258         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7259         insert-buffer-subsring by setting both buffers unibyte
7260         temporarily.  Pay attention to multibyteness while updating the
7261         descriptor-line.
7262         (tar-mode-write-file): Write without code conversion.
7264 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266         * nngateway.el: Require cl.
7268 1998-11-15  Dave Love  <fx@gnu.org>
7270         * progmodes/fortran.el: Fix previous change:
7271         (fortran-end-prog-re1): Changed.
7272         (fortran-check-end-prog-re): New function.
7273         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7275 1998-11-13  Tom Breton  <tob@world.std.com>
7277         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7278         GNU Emacs.
7280 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
7282         * textmodes/reftex.el: (reftex-finding-files): Group documentation
7283         fixed.
7284         (reftex-toc-toggle-file-boundary,
7285         reftex-toc-toggle-labels,
7286         reftex-toc-toggle-context,reftex-find-start-point): New functions.
7287         (reftex-toc-include-labels, reftex-toc-include-context,
7288         reftex-toc-include-file-boundaries,
7289         reftex-toc-keep-other-windows): New options.
7290         (reftex-use-text-after-label-as-context): Option removed.
7291         (reftex-extract-bib-entries): Protect use in non-latex
7292         buffers.
7293         (reftex-toc-visit-location): Renamed from
7294         `reftex-toc-visit-line'.
7295         (reftex-latin1-to-ascii): Works now with and without Mule.
7296         (reftex-truncate): Removed special stuff for Emacs 20.2.
7297         (reftex-get-offset): Made more general.
7298         (reftex-show-label-location): Renamed from
7299         `reftex-select-label-callback'.
7300         (reftex-pop-to-label): Function removed (using
7301         `reftex-show-label-location' instead.
7302         (reftex-insert-docstruct): Renamed from
7303         `reftex-make-and-insert-label-list'.  Function args changed.
7304         (reftex-toc): Now uses `reftex-insert-docstruct' and
7305         `reftex-find-start-point'.
7306         (reftex-select-item): Use `reftex-find-start-point'.
7307         (reftex-toc-visit-line): Can display labels and file
7308         boundaries.
7309         (reftex-TeX-master-file): `(TeX-master-file)' protected.
7311 1998-11-12  Sam Steingold  <sds@goems.com>
7313         * browse-url.el (browse-url): Handle the case when
7314         `browse-url-browser-function' is a lambda list.
7316 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
7318         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
7319         version string.
7320         * loadhist.el (symbol-file): Likewise
7322 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
7324         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
7326 1998-11-11  Sam Steingold  <sds@goems.com>
7328         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
7329         `run-lisp' instead of signalling an error.
7331 1998-11-11  Karl Heuer  <kwzh@gnu.org>
7333         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
7335 1998-11-11  Richard Stallman  <rms@gnu.org>
7337         * vc-hooks.el (vc-toggle-read-only): Doc fix.
7339 1998-11-11  Per Starback  <starback@update.uu.se>
7341         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
7342         renamed svenska8 to svenska, and fixed and extended CASECHARS
7343         for it.
7345 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
7347         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
7348         handling if setpagedevice is not available.
7349         (ps-begin-file): Fix typo.
7351 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
7353         * international/mule-util.el (compose-chars-component): Signal
7354         error if CH is a rule-based composition character.
7355         (compose-chars): Signal error if an already compsed character is
7356         going to be composed by rule-base.
7358         * term/x-win.el: If a resolved ASCII font name doesn't conform to
7359         full XLFD, don't try to get information of WEIGHT and SLANT from
7360         that font name.
7362 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
7364         * dos-w32.el (set-default-process-coding-system): Use function on
7365         before-init-hook to set default-process-coding-system based on
7366         enable-multibyte-characters.
7368         * term/w32-win.el ([language-change]): For now ignore
7369         keyboard language-change events.
7371 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
7373         * ediff-util.el (ediff-make-temp-file): Run the prefix through
7374         convert-standard-file-name, but leave the results of
7375         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
7376         characters if the original name already exists, or has a special
7377         handler.
7379 1998-11-10  Karl Heuer  <kwzh@gnu.org>
7381         * international/iso-insert.el: Delete autoload cookies.
7383         * international/iso-transl.el: Add autoload cookies.
7385 1998-11-10  Richard Stallman  <rms@gnu.org>
7387         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
7388         (ispell-process-line): Don't treat multibyte
7390 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
7392         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
7393         setpagedevice to specify the page size if setpagedevice is
7394         available.  This is necessary to select the correct paper tray on
7395         Level 2 printers with multiple paper sizes available.
7397         (ps-begin-file): Cope with font names that contain spaces, and
7398         call BeginDoc in a BeginSetup/EndSetup block.
7400 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
7402         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
7403         convert-standard-filename.
7405         * loadhist.el (symbol-file): Run fns-VERSION.el through
7406         convert-standard-filename.
7408 1998-11-06  Richard Stallman  <rms@gnu.org>
7410         * textmodes/texinfmt.el (texinfo-format-scan):
7411         Detect the case of two @-commands in a row; process just the first.
7412         (texinfo-append-refill): If line has a @c, insert the @refill
7413         before it.
7414         (texinfo-format-refill): Return with point where the @refill was.
7416         * files.el (hack-local-variables): Test local-enable-local-variables.
7417         (hack-local-variables-prop-line): Likewise.
7418         (set-auto-mode): Don't test local-enable-local-variables here.
7419         (enable-local-variables): Doc fix.
7420         (local-enable-local-variables): Doc fix.
7421         (normal-mode): Doc fix.
7423 1998-11-06  Karl Heuer  <kwzh@gnu.org>
7425         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7427 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
7429         * simple.el (line-number-mode): Doc fix.
7431 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
7433         * international/fontset.el (create-fontset-from-fontset-spec):
7434         Give correct arg to `error'.
7436 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
7438         * textmodes/sgml-mode.el (html-mode): Doc fix.
7439         (sgml-name-8bit-mode): Fix missing format character in message string.
7441 1998-11-05  Karl Heuer  <kwzh@gnu.org>
7443         * mail/sendmail.el (sendmail-send-it): Check for failure.
7445 1998-11-05  Richard Stallman  <rms@gnu.org>
7447         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7449         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7450         (close-rectangle): Define as alias.
7452 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
7454         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7456 1998-11-05  Dave Love  <fx@gnu.org>
7458         * help.el (describe-variable): Don't quote link to source.
7460 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
7462         * gud.el (gud-common-init): Use pop-to-buffer.
7463         (same-window-regexps): Add an element that matches all gud buffers.
7465 1998-11-04  Jason Rumney  <jasonr@altavista.net>
7467         * term/w32-win.el (x-get-selection-value): Alias to
7468         x-cut-buffer-or-selection-value.
7469         (w32-standard-fontset-spec): New variable.
7470         (w32-create-initial-fontsets, mouse-set-font): Check whether
7471         new-fontset is available.
7472         (w32-use-w32-font-dialog): Enable use of set-variable.
7474 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7476         * vc.el (with-vc-file, edit-vc-file): New macros.
7478 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7480         * international/quail.el (quail-show-guidance-buf): Call
7481         set-minibuffer-window to set minibuffer window of the current
7482         frame correctly.
7484 1998-11-03  Theodore Jump <tjump@tertius.com>
7486         * term/w32-win.el: Require fontset.
7488 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
7490         * faces.el (set-face-font): Call resolve-fontset-name on w32.
7491         (set-face-font-auto): Ditto.
7493 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7495         * mouse.el (mouse-drag-region): Fix typo.
7497 1998-11-02  Dave Love  <fx@gnu.org>
7499         * progmodes/fortran.el Fix for fontification of strings lost somehow:
7500         (fortran-fontify-string): New function.
7501         (fortran-font-lock-keywords-1): Use it.
7503 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
7505         * comint.el (comint-file-name-quote-list): Doc fix.
7507 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7509         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7510         build directory, not source directory.
7512         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7513         if we did not get one for the final move.
7515 1998-11-01  Dave Love  <fx@gnu.org>
7517         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7518         Don't funcall browse-url-browser-function.
7520         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7521         Don't funcall browse-url-browser-function.
7523         * fortran.el (fortran-end-prog-re1): Fix the regexp.
7525 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7527         * files.el (revert-buffer): Doc fix.
7529 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7531         * textmodes/tex-mode.el (tex-start-options-string):
7532         Quote the backslashes with more backslashes.
7534 1998-10-31  Dave Love  <fx@gnu.org>
7536         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7537         (webjump): Don't funcall browse-url-browser-function.
7539 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
7541         * international/quail.el (quail-start-translation): Handle
7542         switching of the frame in read-key-sequence.
7543         (quail-start-conversion): Likewise.
7544         (quail-show-guidance-buf): Detach quail-guidance-buf from any
7545         windows before setting an appropriate window for it.
7546         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
7547         quail-guidance-win to nil.
7548         (quail-update-guidance): If quail-guidance-buf is not in the
7549         selected frame, call quail-show-guidance-buf again.
7551 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
7553         * progmodes/pascal.el (pascal-mode):
7554         `blink-matching-paren-dont-ignore-comments' set to t.
7556 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7558         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7560 1998-10-30  Dave Love  <fx@gnu.org>
7562         * vc.el (vc-backend-merge-news): Check for "P" output.
7564         * help.el (describe-variable): Hyperlink the definition.
7566 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7568         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7569         (sh-set-shell): Likewise.
7571         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7573         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7574         (edebug-on-error): Fix customize type to match that of
7575         debug-on-error.
7577         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7579         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7580         report-emacs-bug-address instead of undefined bug-gnu-emacs.
7582         * international/mule-cmds.el (select-message-coding-system): Doc
7583         fix.
7585         * international/mule-diag.el (describe-coding-system): Describe
7586         all flags.
7588         * mail/sendmail.el (sendmail-coding-system,
7589         default-sendmail-coding-system): Doc fix.
7591         * simple.el (shell-command-on-region): Doc fix.
7593         * loadup.el: Write fns-*.el in current directory instead of
7594         data-directory since no installation directory exists yet.  Mark
7595         buffer unmodified afterwards.
7597         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7598         instead of data-directory since it is architecture dependent.
7599         (load-history-loaded): Update doc string.
7601 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
7603         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7604         path as a default directory when canonicalizing names.
7606         * w32-fns.el: Remove a dangling reference to a directory on the
7607         build machine.
7609 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7611         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7612         namespace related keywords such as `class', `body', `private',
7613         `variable', `namespace eval', etc.
7614         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7615         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7616         imenu and font-lock so that searches for \sw would find words
7617         containing colons.
7619         * progmodes/etags.el (initialize-new-tags-table):
7620         Do not alter find-tag-marker-ring and tags-location-ring.
7622 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
7624         * term/w32-win.el: Require fontset.
7625         (w32-init-fontsets): New function (code from x-win.el).
7627 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7629         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7630         calendar-and-diary-frame-parameters):  Add title parameter.
7632 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7634         * completion.el (dynamic-completion-mode): New function to enable
7635         the mode.  (Just loading the file now does not change anything.)
7637 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7639         * ps-print.el: User option for multibyte buffer handling and doc fix.
7640         (ps-multibyte-buffer): New user option.
7641         (ps-setup): Print new user option.
7642         (ps-print-quote): New fun.
7643         (ps-color-p, ps-mule-font-info-database-latin): New var.
7644         (ps-default-color, ps-mule-font-info-database)
7645         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7646         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7647         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7648         Little code improvement.
7649         (ps-mule-initialize): Initialize ps-mule-font-info-database.
7650         (ps-print-prologue-header, ps-font-family, ps-font-size)
7651         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7652         (ps-build-face-reference, ps-mule-font-info-database-bdf)
7653         (ps-mule-external-libraries, ps-mule-init-external-library)
7654         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7655         Doc fix.
7656         (ps-print-version): New version number (4.1.1) and doc fix.
7657         (ps-print-prologue-header): New user option.
7658         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7659         Conditional compilation for GNU Emacs and emacsens.
7660         (ps-generate-postscript-with-faces): Skip invisible text better.
7661         (ps-setup): Print new user option.
7662         (ps-print-preprint): Check if input file name exists and is unwritable.
7663         (ps-begin-file): Adjust PostScript prologue header for duplex printers
7664         and insert user PostScript prologue header comments.
7665         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7666         New funs.
7667         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7668         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7669         PostScript programming normalization.
7670         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7671         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7672         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7673         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7674         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7675         Programming style normalization.
7677 1998-10-26  Kenichi Handa <handa@etl.go.jp>
7679         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7680         version, check the value of mule-version.
7682         * international/mule-util.el (compose-region): Insert then delete
7683         to preserve markers.
7684         (decompose-region): Use search-forward for efficiency.
7686         * language/chinese.el (pre-write-encode-hz): Cancel previous
7687         change, use generate-new-buffer instead of get-buffer-create.
7688         * language/devan-util.el
7689         (in-is13194-devanagari-pre-write-conversion): Likewise.
7690         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7691         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7692         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7694 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7696         * mail/rmailsum.el (rmail-message-subject-p):
7697         Handle message whose header has not been reformatted.
7699         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7701 1998-10-25  Jason Rumney  <jasonr@altavista.net>
7703         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7704         New variables.
7705         (mouse-set-font): Use font menus instead of dialog according to
7706         w32-use-w32-font-dialog.
7708 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7710         * calendar/calendar.el (calendar-day-name-array): Add doc string
7711         correctly!
7712         (calendar-month-name-array): Add doc string correctly!
7714 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7716         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7718 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
7720         * lisp/info.el (Info-next-menu-item): Stay on top of node.
7722         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7724         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7726         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7728 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
7730         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7732 1998-10-21  Karl Heuer  <kwzh@gnu.org>
7734         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7735         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7736         (profile-filter, profile-reset-timer): Functions deleted.
7737         (profile-check-zero-init-times, profile-get-time): Likewise.
7738         (profile-find-function, profile-quit): Likewise.
7739         (profile-distinct, profile-call-stack, profile-last-time): New vars.
7740         (profile-time-list, profile-init-list): Doc fix.
7741         (profile-functions): Simplify.
7742         (profile-print): Use float.  Make output include space separators.
7743         (profile-add-time): New helper function.
7744         (profile-function-prolog): Renamed from profile-start-function.
7745         Handle profile-distinct.
7746         (profile-function-epilog): Renamed from profile-update-function.
7747         Handle profile-distinct.
7748         (profile-a-function): If the function to be profiled is an
7749         autoload form, load it.  If it's lazy-loaded, fetch it.
7750         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7751         (profile-restore-fun): Arg FUN is now a function symbol, as was
7752         documented, rather than a one-element list.
7753         (profile-finish): Call profile-restore-fun properly.
7755 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
7757         * international/characters.el: Setup charset property
7758         nospace-between-words.
7760         * international/mule-cmds.el (get-charset-property): If CHARSET is
7761         composition, return nil.
7762         (put-charset-property): If CHARSET is composition, do nothing.
7764         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7765         * language/devan-util.el
7766         (in-is13194-devanagari-pre-write-conversion): Likewise.
7767         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7768         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7769         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7771         * textmodes/fill.el (sentence-end-without-period): New variable.
7772         (canonically-space-region): Pay attention to
7773         sentence-end-without-period.
7774         (fill-find-break-point): The first argument CHARSET deleted.
7775         Caller changed.
7776         (fill-region-as-paragraph): Pay attention to charset property
7777         nospace-between-words and text property nospace-between-words.
7779 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7781         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7782         an unrecognized shell.
7784 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
7786         * desktop.el (desktop-save): Include minor modes symbolically.
7787         (desktop-create-buffer): Turn on all minor modes in `mim'.
7789 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7791         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7792         (sh-font-lock-keywords): Handle rpm and rpm2.
7793         (sh-ancestor-alist): Handle rpm.
7795         * files.el (auto-mode-alist): Recognize .rpm files.
7796         Also .spec and .mspec files.
7798 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
7800         * faces.el (frame-set-background-mode): Enable the function for
7801         MSDOS frames.
7803 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7805         * calendar/calendar.el (calendar-day-name-array): Add doc string.
7806         (calendar-month-name-array): Add doc string.
7808 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7810         * simple.el (kill-ring-max): Increased to 60.
7812 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
7814         * international/characters.el: Setup auto-fill-chars.
7816         * international/kinsoku.el (kinsoku): Check the variable
7817         enable-kinsoku.
7819         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7820         Don't call kinsoku directly, intead call fill-find-break-point.
7822         * textmodes/fill.el: Setup `fill-find-break-point-function'
7823         property to character sets which require `kinsoku' processing for
7824         filling.
7825         (fill-find-break-point): New function.
7826         (fill-region-as-paragraph): Don't check kinsoku-enable here.
7827         Don't call kinsoku directly, intead call fill-find-break-point.
7829 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7831         * faces.el (modify-face-read-string): Return (nil) for "none".
7832         (modify-face): Don't get error if (nil) is the argument.
7833         (face-try-color-list): Don't check whether nil is a valid color.
7835 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7837         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7838         Print message about each directory, even in batch mode.
7840         * gnus/nntp.el: Require `cl' before using nnoo-declare.
7842         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7843         (ps-mule-string-char): No need to use sref.
7844         (ps-mule-next-index): No need to use sref.
7846         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7848         * files.el (revert-buffer-internal-hook): Add defvar.
7850         * arc-mode.el (archive-mode): Locally set file-precious-flag.
7852         * tar-mode.el (tar-mode): Locally set file-precious-flag.
7854 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
7856         * international/mule-cmds.el (default-input-method): Fix custom type.
7858         * net-utils.el (whois-server-list): Fix customization type.
7860         * shell.el (shell-input-autoexpand): Fix customization group.
7862 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
7864         * repeat.el (repeat): Handle keyboard macros properly.
7865         Handle new prefix arg after self-insert command.
7867         * repeat.el: Don't include cl even at compile time.
7868         (repeat): Avoid using `loop'.
7870         * simple.el (shell-command-on-region): Doc fix.
7871         (next-history-element): Special error message if no default.
7873 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
7875         * ps-print.el (ps-print-buffer): Doc fix.
7876         (ps-despool): Likewise.
7878         * arc-mode.el (arc-mode): Provide arc-mode.
7880 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7882         * ps-print.el (ps-print-buffer): Doc fix.
7884 1998-10-14  Dave Love  <fx@gnu.org>
7886         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7887         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7888         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7890         * progmodes/fortran.el (fortran-mode-map): Change "Join
7891         Continuation Line" to "Join Line".
7892         (fortran-font-lock-keywords-1): Add "cycle", "exit".
7894 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7896         * progmodes/fortran.el (fortran-join-line): Use
7897         `delete-indentation' instead of issuing an error message if not on
7898         a continuation line.  Provide for joining several lines using
7899         prefix arg.
7901 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
7903         * term/pc-win.el (msdos-color-values): New variable.
7904         (x-color-values): New function, emulates its namesake from
7905         src/xfns.c.
7906         (msdos-bg-mode): Add all dark colors to those which return
7907         "dark".
7909 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7911         * replace.el (keep-lines, flush-lines, how-many):
7912         Don't ignore case if arg has upper case letters.
7914 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
7916         * progmodes/vhdl-mode.el
7917         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7918         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7919         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7920         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7921         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7922         (vhdl-when): Fix indentation problem.
7923         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7924         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7925         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7927 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
7929         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7930         (ls-lisp-insert-directory): Renamed from insert-directory.
7931         (insert-directory): New function.
7933 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
7935         * simple.el (completion-fixup-function): Variable deleted.
7936         (completion-setup-function): Delete code for completion-fixup-function.
7937         * emacs-lisp/lisp.el (lisp-complete-symbol):
7938         Don't bind completion-fixup-function.
7940         * files.el (find-file-wildcards): New option.
7941         (find-file-noselect): Handle wild cards, if enabled.
7942         (file-expand-wildcards): New function.
7944         * simple.el (set-fill-column): Doc fix.
7946 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7948         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7950 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
7952         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7953         Move declaration before first use.
7954         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7955         hif-math, hif-factor): Rename token to hif-token and token-list to
7956         hif-token-list.
7957         (hif-token, hif-token-list): Declare them.
7958         (hif-find-ifdef-block): Return cons of top and bottom point
7959         instead of setting dynamically bound variables.
7960         (hide-ifdef-block, show-ifdef-block): Use return value of
7961         hif-find-ifdef-block.
7963 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7965         * subr.el (read-passwd): Use clear-this-command-keys.
7967         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7969         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7970         and ...-for-write.
7972 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
7974         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7975         responses to GROUP command, since this may be called from a timer
7976         with quit inhibited.
7978 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
7980         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7981         set unconditional-jump to nil.
7982         (ccl-compile-read-multibyte-character): Return nil.
7983         (ccl-compile-write-multibyte-character): Likewise.
7984         (ccl-compile-translate-character): Likewise
7985         (ccl-compile-map-multiple): Likewise.
7986         (ccl-compile-map-single): Likewise.
7988         * international/kinsoku.el: Add coding tag.
7989         (kinsoku-bol): Remove superfluous TAB in a string.
7991         * international/mule-cmds.el (find-coding-systems-for-charsets):
7992         Delete `composition' (if any) from CHARSETS.
7994 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7996         * international/mule-cmds.el (setup-specified-language-environment):
7997         Add apropos-inhibit property.
7998         (describe-specified-language-support): Likewise.
8000 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
8002         * international/mule.el (make-coding-system): Create -with-esc
8003         variant coding system.
8005 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
8007         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
8008         (next-file): Optionally offer to revert a file's buffer,
8009         if it has an existing buffer but the file has changed.
8011         * info.el (Info-insert-dir): Detect and report problems
8012         in input files, such as "No Top node".  Return with point
8013         at the beginning of the text.
8014         (Info-find-node): Reinsert the code to handle files
8015         with no tags table; it was deleted by mistake.
8017 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
8019         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
8020         texinfo-find-higher-level-node repeatedly find the same node.
8021         (texinfo-find-higher-level-node): Doc fix.
8023 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
8025         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
8026         (smtpmail-address-buffer): Add defvar.
8027         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
8029         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8031         * ffap.el (ffap-machine-p-local): Fix editing error.
8033 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8035         * faces.el (frame-set-background-mode):
8036         Don't do anythung for text-only or MSDOS frame.
8038 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
8040         * international/quail.el (quail-defrule): New optional arg APPEND.
8041         (quail-defrule-internal): Fix bug of handling the argument APPEND.
8043 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8045         * gnus/pop3.el (pop3-open-server):
8046         Set process-coding-system-alist around open-network-stream.
8048 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8050         * files.el (save-buffer): Doc fix.
8052 1998-10-07  Karl Heuer  <kwzh@gnu.org>
8054         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8055         return DEF unchanged, not nil.  Simplify.
8057 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
8059         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8061 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
8063         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8065         * net-utils.el (ftp, nslookup): Require comint.
8066         (network-service-connection): Likewise.
8067         (whois-server-name): Defaults to whois.arin.net
8068         (whois-server-list, whois-server-tld, whois-guess-server): New var.
8069         (whois): Tries to guess the appropriate top-level domain server.
8070         (whois-get-tld): New function.
8072         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8073         (dirtrack-debug-toggle): Added this function.
8075 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077         * files.el (find-file-noselect): Switch to the correct buffer
8078         before checking find-file-literally, and allow non-nil non-t
8079         rawfile params.
8081 1998-10-06  Karl Heuer  <kwzh@gnu.org>
8083         * midnight.el (clean-buffer-list): Add autoload cookie.
8085         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8086         no-autosave.
8087         * tar-mode.el (tar-mode-revert): Likewise.
8088         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8089         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
8090         * gnus/message.el (message-auto-save-directory): Renamed from
8091         message-autosave-directory.  All references changed.
8093 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8095         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8096         string.  Expose mime stuff while searching.
8098 1998-10-06  Richard Stallman  <rms@gnu.org>
8100         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8102         * replace.el (perform-replace): Position point properly
8103         before and after the recursive edit of C-r.
8105         * progmodes/etags.el (tags-reset-tags-tables): Properly
8106         find the markers in the old rings that are being discarded.
8108 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8110         * apropos.el (apropos-print): control invalid characters.
8112         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8113         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8114         confusing customize.
8116 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
8118         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8119         built-in commands.  Add more built-in commands and fix face names.
8121 1998-10-05  Simon Marshall  <simon@gnu.org>
8123         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8125 1998-10-04  Eric Ludlam  <zappo@gnu.org>
8127         * speedbar.el (speedbar-initial-expansion-list-name): Remove
8128         customization since it is not useful in this case.
8129         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8130         sure it gets evalled to a number.  Also verify that set-frame-name
8131         fn exists before calling it.
8133         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8134         Protect a `forward-sexp' call which could fail, and improved regex
8135         for ie, and eg abbreviations.
8137 1998-10-02  Noah Friedman  <friedman@splode.com>
8139         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8140         send-string.
8141         (rlogin-send-Ctrl-D): Here also.
8142         (rlogin-send-Ctrl-Z): Here also.
8143         (rlogin-send-Ctrl-backslash): Here also.
8145 1998-10-02  Dave Love  <fx@gnu.org>
8147         * outline.el (hide-region-body): Bind
8148         outline-view-change-hook to nil while making repeated calls to
8149         outline-flag-region.  Run it once at the end.
8150         (hide-other, hide-sublevels, show-children): Likewise.
8152         * info-look.el: Remove duplicate scheme-mode entry.
8153         (info-lookup-make-completions): When looking for entries, check
8154         that `item' isn't null or "Menu".
8156 1998-10-01  Karl Heuer  <kwzh@gnu.org>
8158         * net-utils.el: Don't require ffap.
8159         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8160         (ping, nslookup-host, finger, network-connection-to-service): Use them.
8162 1998-09-30  Richard Stallman  <rms@gnu.org>
8164         * ispell.el (check-ispell-version): No need to bind default-major-mode.
8166         * imenu.el (imenu--generic-function): Sort each submenu by position.
8167         (imenu--sort-by-position): New function.
8169         * cus-edit.el (Custom-mode-menu): Fix info node name.
8170         (customize group): Fix info node name.
8172         * mail/mailalias.el (build-mail-aliases): Don't allow
8173         a newline in the alias name.  Don't define an alias
8174         if the definition would be empty.
8176         * which-func.el (which-func-mode-global): Make :set function
8177         more reliable.
8179         * custom.el (custom-set-variables): Load the requests first,
8180         then check the symbol's `set' function.
8182         * ffap.el: Doc fixes.
8184 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8186         * gnus.el: (gnus-valid-select-methods): Fix type.
8187         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8188         * gnus-score.el (gnus-orphan-score): Fix type.
8189         (gnus-score-default-header, gnus-score-default-type): Fix type.
8190         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8191         (gnus-saved-headers): Fix type.
8193         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8194         Avoid nil value of `two-lines-citation-part'.
8196 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
8198         * which-func.el (which-function): Handle case when
8199         (car imenu--index-alist) is nil.
8201 1998-09-29  Dave Love  <fx@gnu.org>
8203         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8204         bzip2 args.
8206 1998-09-29  Simon Marshall  <simon@gnu.org>
8208         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8209         comint-exec-hook.
8211 1998-09-29  Stephen Eglen  <stephen@gnu.org>
8213         * info-look.el: Add support for Octave.
8215 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
8217         * textmodes/reftex.el (reftex-finding-files): New customize group.
8218         (reftex-texpath-environment-variables,
8219         reftex-use-external-file-finders, reftex-external-file-finders,
8220         reftex-search-unrecursed-path-first): New options.
8221         (reftex-process-string, reftex-find-file-externally): New
8222         functions.
8223         (reftex-access-search-path): Execute shell commands to find the
8224         search path.
8225         (reftex-toggle-auto-view-crossref): When turning on, make sure
8226         `reftex-auto-view-crossref' becomes non-nil.
8227         (reftex-abbrev-regexp): Constant removed.
8228         (reftex-convert-string): Abbrev regexp calculated locally.
8230 1998-09-28  Dave Love  <fx@gnu.org>
8232         * progmodes/fortran.el: Don't call regexp-opt when deriving
8233         font-lock patterns with keywords that aren't all literal.
8235 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
8237         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
8238         the form `octave.bin:1>' which come from using precopiled binary
8239         versions.
8241 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8243         * help.el (help-for-help): Use %THIS-KEY%.
8244         (help-quit): Add doc.
8246         * help-macro.el (make-help-screen): Keep HELP-TEXT
8247         in a separate function definition, not in the help command FNAME.
8248         Replace %THIS-KEY% with the key sequence that ran FNAME.
8250 1998-09-25  Richard Stallman  <rms@gnu.org>
8252         * textmodes/texinfo.el (texinfo-show-structure):
8253         Bind inhibit-read-only.
8255         * isearch.el (isearch-search-and-update): Properly
8256         handle upper case letters in the reverse-search special case.
8258 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8260         * gnus.el: Extend the list of autoloaded functions.
8262         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8263         buffer before creating help group. (from Gnus v5.6.43, fix by
8264         1998-08-20 Per Starback <starback@update.uu.se>)
8266         * gnus-util.el (gnus-output-to-rmail): Adjust to
8267         `rmail-output-to-rmail-file'.
8269 1998-09-25  Karl Heuer  <kwzh@gnu.org>
8271         * hexl.el (hexl-mode-map): More of previous change.
8273         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8274         (tex-start-tex): Don't use tex-start-options-string in star case.
8275         Quote file name in star case as well as in non-star.
8276         Add blank and quoting of option string here.
8277         (tex-start-options-string): Not here.
8279 1998-09-23  Karl Heuer  <kwzh@gnu.org>
8281         * term.el (term-delimiter-argument-list): Doc fix.
8282         (term-emulate-terminal): Escape literal semicolon.
8283         * progmodes/asm-mode.el (asm-mode): Doc fix.
8284         (asm-comment-char): Escape literal semicolon.
8285         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8287 1998-09-23  Richard Stallman  <rms@gnu.org>
8289         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8290         only those that normally modify the buffer.
8292         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8293         over again.
8295 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
8297         * ispell.el (check-ispell-version): Ensure same buffer is current
8298         when let-binding of case-fold-search ends.
8300 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8302         * ps-print.el: Skip invisible overlay.
8303         Test for set-buffer-multibyte rather than using mule-version.
8304         (ps-print-version): New version number (4.1) and doc fix.
8305         (ps-generate-postscript-with-faces): Skip invisible overlay.
8307 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
8309         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8311 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
8313         * international/quail.el (quail-update-guidance): Check for the
8314         return value of (quail-guidance) fixed.
8315         (quail-update-translation): Bind quail-current-str locally when it
8316         calls quail-update-guidance.
8317         (quail-update-translation): If input-method-exit-on-first-char is
8318         non-nil, terminate translation only when the current input method
8319         is simple.
8321 1998-09-22  Paul Eggert  <eggert@twinsun.com>
8323         * startup.el (locale-translation-file-name): Prefer X-related names
8324         to the name used by GNU/Linux sans X.  Set to nil if no file found.
8325         (command-line): Use locale-translation-file-name if it is not nil,
8326         instead of testing for its existence again.
8327         regexp-quote the ctype before using it in a regexp.
8328         Allow a colon to appear after the ctype in the aliases file,
8329         as is done in X11R6.4.
8331 1998-09-21  Richard Stallman  <rms@gnu.org>
8333         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
8335         * calendar/appt.el (appt-interval): Variable deleted.
8336         (appt-check): For minutes in between appt-display-interval times,
8337         do check, but don't display anything except an updated mode line.
8338         Count against appt-display-interval based on minutes since
8339         first display of this appointment, not based on time of day.
8340         If appt-display-mode-line, force mode line redisplay
8341         whenever appt-mode-string has changed.
8342         (appt-add, appt-delete): Add autoload cookies.
8343         (appt-check): Catch errors from calling `diary'.
8344         (appt-max-time): Renamed from max-time.
8345         (appt-now-displayed, appt-display-count): New variables.
8346         (appt-timer): Don't create one if we already have one.
8348         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8349         More general code to use the source buffer instead of the zap file.
8351         * hilit-chg.el (highlight-compare-with-file): Renamed from
8352         compare-with-file.
8354         * loadhist.el (load-history-loaded): New variable.
8355         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
8357         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
8359         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8360         Fix error messages.
8362 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
8364         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
8365         Emacs frame.
8367 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8369         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
8370         `undecided' and `undecided-unix'.
8372 1998-09-21  Dave Love  <fx@gnu.org>
8374         * help.el (help-make-xrefs): Fix typo affecting Info references.
8376         * subr.el (remove-hook): Check list values to avoid errors.
8378 1998-09-18  Noah Friedman  <friedman@splode.com>
8380         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
8381         store string in eldoc-last-message without consing a new string.
8382         Rearrange logic from nested if's into cond's.
8383         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
8384         Do not print message; just return string.
8385         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
8386         Do not print message; just return string.
8387         Cache that string in eldoc-last-data.
8388         (eldoc-last-data): Make into a vector.
8389         (eldoc-get-fnsym-args-string): Use new data form of structure.
8390         (eldoc-get-var-docstring): Here also.
8391         (eldoc-last-data-store): New function.
8392         (eldoc-get-fnsym-args-string): Use it.
8393         (eldoc-get-var-docstring): Here also.
8394         (eldoc-docstring-first-line): Minimize interim string consing.
8395         Call substitute-command-keys on the result.
8396         (eldoc-print-var-docstrings, eldoc-print-docstring,
8397         eldoc-docstring-message): Functions removed.
8398         (eldoc-docstring-format-sym-doc): New function, functionality
8399         ripped out of eldoc-docstring-message.
8400         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
8402 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
8404         * international/mule.el (make-coding-system): Doc-string modified.
8406 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
8408         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
8410         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
8411         customize type.
8413         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
8414         type.
8416         * progmodes/compile.el (compilation-error-screen-columns): New
8417         variable.
8418         (compilation-next-error-locus): Use it to decide whether to use
8419         forward-char or move-to-column.
8421         * mail/rmail.el (rmail-movemail-program): Fix customize type.
8423         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8424         feedmail-fiddle-plex-user-list,
8425         feedmail-spray-address-fiddle-plex-list,
8426         feedmail-prompt-before-queue-user-alist,
8427         feedmail-prompt-before-queue-help-supplement,
8428         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8429         feedmail-queue-alternative-mail-header-separator): Fix customize
8430         type.
8432         * startup.el (site-run-file): Fix customize type.
8434         * speedbar.el (speedbar-initial-expansion-list-name): Fix
8435         customize type.
8437         * shell.el (shell-input-autoexpand): Fix customize type.
8439         * ps-print.el (ps-font-info-database): Add missing dots in value.
8440         Improve layout of customize type.
8442         * net-utils.el (traceroute-program-options, ping-program-options,
8443         ipconfig-program-options, netstat-program-options,
8444         arp-program-options, route-program-options,
8445         nslookup-program-options, ftp-program-options): Fix customize
8446         type.
8448         * midnight.el (clean-buffer-list-kill-regexps,
8449         clean-buffer-list-kill-buffer-names,
8450         clean-buffer-list-kill-never-buffer-names,
8451         clean-buffer-list-kill-never-regexps): Fix customize type.
8453         * man.el (Man-init-defvars): Avoid trailing nil on
8454         Man-filter-list.
8456         * lpr.el (printer-name): Fix customize type.
8458 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
8460         * international/mule-cmds.el (reset-language-environment): Call
8461         update-coding-systems-internal.
8463         * international/mule-conf.el: Call update-coding-systems-internal
8464         at the tail.
8466 1998-09-14  Dave Love  <fx@gnu.org>
8468         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
8469         use the menu-enable properties, pending doing it correctly and
8470         acceptably fast.
8472         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8474 1998-09-13  Dave Love  <d.love@dl.ac.uk>
8476         * progmodes/hideshow.el (hs-grok-mode-type): Check
8477         comment-{start,end} non-nil as well as bound.  Report an error if
8478         we can't grok the mode.
8480 1998-09-13  Richard Stallman  <rms@gnu.org>
8482         * simple.el (blink-matching-open): Don't log paren matching
8483         messages in *Messages*.
8485 1998-09-12  Richard Stallman  <rms@gnu.org>
8487         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8488         Set point-before-scroll at end even if there was an error.
8490         * ange-ftp.el (ange-ftp-insert-file-contents):
8491         Use binary mode for dumb-unix hosts as for unix hosts.
8492         (ange-ftp-copy-file-internal): Likewise.
8494         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8496         * emacs-lisp/pp.el: Doc fixes.
8498         * wid-edit.el (widget-menu-max-shortcuts): New variable.
8499         (widget-choose): Don't use single-char shortcuts if # items
8500         exceeds that many.  Use minibuffer instead.
8502 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8504         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8506 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
8508         * speedbar.el (speedbar-frame-mode): Do not set frame position if
8509         in terminal mode.
8511 1998-09-10  Noah Friedman  <friedman@splode.com>
8513         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8514         defcustom declaration.  It's wreaking too much havoc with XEmacs
8515         and older versions of Emacs, which share this code.
8517         * type-break.el (type-break-mode): Here also.
8519         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8520         `t' to add-hook also to modify the new local value.
8522 1998-09-10  Dave Love  <fx@gnu.org>
8524         * vc.el (vc-insert-headers): Doc fix.
8526 1998-09-10  Richard Stallman  <rms@gnu.org>
8528         * textmodes/flyspell.el (flyspell-mode-on): Make the
8529         ispell-... variables permanent locals.
8530         (flyspell-mode-off): Add autoload cookie.
8532         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8533         do use binary mode, just as for `unix'.
8534         (ange-ftp-host-type): If HOST is nil, return `unix'.
8536         * dired.el (dired-mark-files-containing-regexp):
8537         Don't scan directories.  Ignore non-readable files.
8539         * progmodes/compile.el (compilation-error-regexp-alist):
8540         Fix previous change: allow . and _ in command name.
8542         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8544         * uncompress.el (uncompress-while-visiting):
8545         Use just the car of what find-operation-coding-system returns.
8547         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8549         * shell.el (shell-file-name-quote-list): Add # to the value.
8551 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
8553         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8554         to make killing of ispell process work even if
8555         kill-all-local-variables has been run.
8557 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8559         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8560         loop when sexp entry ends at end of file with no newline.
8562 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8564         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8565         (Custom-reset-standard): Fix menu inconsistency.
8567         * mail/feedmail.el (feedmail-from-line): Allow t.
8568         (feedmail-message-id-suffix): Allow nil.
8570         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8571         Simplify.  Make prefix arg work right.
8573 1998-09-09  Dave Love  <fx@gnu.org>
8575         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8577         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8579 1998-09-08  Dave Love  <fx@gnu.org>
8581         * add-log.el (change-log-font-lock-keywords): Do parenthesized
8582         stuff only after file names or at start of line.  Allow parens
8583         around e-mail, as well as angles.
8585         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8586         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8587         time for nicer failure if it's not available.
8589 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
8591         * comint.el (comint-arguments): Ignore backslashes when using
8592         w32 shells that expect backslashes as the directory separator.
8594 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
8596         * international/fontset.el (resolved-ascii-font): New variable.
8597         (x-complement-fontset-spec): By side effect, set
8598         `resolved-ascii-font' to the resolved name of ASCII font."
8599         (create-fontset-from-fontset-spec): Don't get a value for
8600         resolved-ascii-font from the list full-fontlist.  It is set by
8601         x-complement-fontset-spec now.
8603         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8604         version, check the value of mule-version.
8606 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
8608         * textmodes/reftex.el (reftex-view-crossref): Split up into
8609         several functions.  No longer moves to find a macro.
8610         (reftex-view-cr-cite, reftex-view-cr-ref,
8611         reftex-end-of-bib-entry): New functions.
8612         (reftex-auto-view-crossref): New value `window' allowed.
8613         (reftex-view-crossref-when-idle): Process new `window' option in
8614         (reftex-translate-to-ascii-function): New default.
8615         (reftex-label-illegal-re): Default changed, removed Latin1.
8616         (reftex-latin1-to-ascii): New function.
8617         (reftex-what-environment): Check for section regexp before use.
8618         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8619         absolute path names.
8620         (reftex-TeX-master-file): Changed sequence of file checks.
8621         (reftex-do-citation): bibview cache only with RefTeX mode on.
8623 1998-09-06  Richard Stallman  <rms@gnu.org>
8625         * progmodes/compile.el (compilation-error-regexp-alist):
8626         In first pattern (GNU utilities and other things),
8627         allow a space after the optional program name at the beginning.
8629         * mail/mail-hist.el (mail-hist-current-header-contents):
8630         Fix previous change: use mail-header-end.
8632 1998-09-06  Bill Richter  <richter@math.nwu.edu>
8634         * international/ccl.el: Doc fixes.
8635         * international/encoded-kb.el: Doc fixes.
8636         * international/fontset.el: Doc fixes.
8637         * international/kinsoku.el: Doc fixes.
8638         * international/kkc.el: Doc fixes.
8639         * international/mule-cmds.el: Doc fixes.
8640         * international/mule-conf.el: Doc fixes.
8641         * international/mule-util.el: Doc fixes.
8642         * international/mule.el: Doc fixes.
8644 1998-09-05  Eric Ludlam  <zappo@gnu.org>
8646         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8647         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8648         (checkdoc-this-string-valid-engine): Permit ? as terminating
8649         punctuation for first line sentence breaking.
8650         (checkdoc-this-string-valid): When converting a comment into a doc
8651         string, make sure " chars are \".
8652         (checkdoc-sentencespace-region-engine): Only do double space check
8653         if based on the variable `sentence-end-double-space'
8654         (checkdoc-this-string-valid-engine): ? ends valid sentence.
8655         (checkdoc-proper-noun-region-engine): Exclude items in URLs
8657 1998-09-04  Richard Stallman  <rms@gnu.org>
8659         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8660         Recognize define-skeleton as a function definer.
8662         * cus-edit.el (customize-option): Refuse to customize
8663         a variable that has no defcustom.  But if variable is autoloaded,
8664         first try to load the library that defines it.
8666         * international/iso-insert.el: Use `string' before calling `insert'
8667         so that in multibyte buffers we insert multibyte chars.
8669         * dired.el (dired-mark-files-containing-regexp):
8670         Don't use find-file; instead, insert the file in a temp buffer.
8672         * textmodes/tex-mode.el (tex-start-options-string): New option.
8673         (tex-start-tex): Use that variable.
8675         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8676         value in the `repeat' alternative a list.
8678         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8679         the inserted newline, verify that one was really inserted.
8681         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8682         remains on or remains off.
8683         (flyspell-multi-language-p): Default changed to nil.
8685         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8686         In "found in comment" case, don't beginning-of-line after forward-line.
8688         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8689         If the function definition is not a lambda, return original FORM
8690         with no error.
8692 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
8694         * net-utils.el (netstat-program-options): Changed from nil to "-a"
8695         so that by default netstat shows all network connections.
8697 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
8699         * international/quail.el: Doc fixes.
8701         * info.el (info): Don't add parens if FILE already has them.
8703 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
8705         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8706         on extension lines.
8708 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
8710         * w32-fns.el (w32-shell-dos-semantics): New function.
8712 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
8714         * international/quail.el (quail-choose-completion-string): Store
8715         completion `choice' in `quail-current-str'; don't insert it.
8717 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
8719         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
8720         argument to ps-mule-generate-bitmap-font.
8722         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8723         entry and change Latin-1 entry in the default value.
8724         (ps-mule-font-info-database-ps-bdf): New variable.
8725         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8726         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8727         registerd in FONT-SPEC.
8728         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8729         charcter width of bitmap fonts.
8730         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8731         procedure NF.
8732         (ps-begin-file): Output PostScript code for setting
8733         SpaceWidthRatio.
8734         (ps-plot-region): Use line-beginning-position to get a position of
8735         the beginning of the current line.
8737         * international/mule-cmds.el (register-input-method): Doc-string
8738         modified.
8740 1998-09-01  Dave Love  <fx@gnu.org>
8742         * international/mule-cmds.el (current-language-environment): Fix
8743         setter function.
8745 1998-09-01  Simon Marshall  <simon@gnu.org>
8747         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8748         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8749         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8750         names with font-lock-type-face.  Fontify type specs, etc., with
8751         font-lock-keyword-face.
8753 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
8755         * international/fontset.el (x-complement-fontset-spec): If ASCII
8756         font is specified in FONTLIST, don't substitute it for the
8757         resolved name.
8759 1998-08-31  Paul Eggert  <eggert@twinsun.com>
8761         * international/mule.el (charset-description): Doc fix.
8763         * language/chinese.el, language/cyrillic.el, language/czech.el,
8764         language/devanagari.el, language/ethiopic.el,
8765         language/european.el, language/hebrew.el, language/indian.el,
8766         language/japanese.el, language/korean.el, language/lao.el,
8767         language/slovak.el, language/thai.el, language/tibetan.el,
8768         language/vietnamese.el:
8769         Add coding: local variable, to avoid bootstrapping problem
8770         if you need to recompile all the Lisp files using interpreted code.
8772 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8774         * cal-china.el (chinese-year-cache): Change range of years from
8775         1989-2000 to 1990-2010.
8777 1998-08-29  Dave Love  <d.love@dl.ac.uk>
8779         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8780         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8782 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8784         * ps-print.el (ps-print-control-characters): Doc-string modified.
8785         (ps-output-string-prim): Comment format changed.
8786         (ps-do-despool): Indentation of source code changed.
8788 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
8790         * subr.el (sref): Make it an alias of aref.  Make the
8791         byte-compiler warn that it is obsolete.
8792         (char-bytes): Make the byte-compiler warn that it is obsolete.
8794         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8795         Calculate the total bytes using position-bytes instead of
8796         char-bytes.
8798 1998-08-27  Karl Heuer  <kwzh@gnu.org>
8800         * snmp-mode.el: New file.
8801         * files.el (auto-mode-alist): Add snmp-mode patterns.
8803 1998-08-27  Karl Eichwalder  <ke@suse.de>
8805         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8807 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8809         * calendar/diary-lib.el (diary-block): Doc fix..
8810         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8812 1998-08-27  Richard Stallman  <rms@gnu.org>
8814         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8815         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8816         Clear appt-mode-string if we don't put something in it.
8818 1998-08-27  Dave Love  <fx@gnu.org>
8820         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8821         dired-local-variables-file for dired-x.
8823         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8824         for compressed library files too.
8826 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
8828         * language/european.el ("Latin-1"): Modify `documentation' key value.
8829         ("Latin-2"): Likewise.
8831 1998-08-26  Karl Heuer  <kwzh@gnu.org>
8833         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8835 1998-08-26  Albert L. Ting  <alt@artisan.com>
8837         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8838         (mail-hist-current-header-contents): Use mail-text-start.
8840 1998-08-26  Richard Stallman  <rms@gnu.org>
8842         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8843         (customize-changed-options-previous-release): New variable.
8844         (customize-changed-options): Use that variable as default arg.
8846 1998-08-26  Karl Eichwalder  <ke@suse.de>
8848         * midnight.el: Require `timer' not only when compiling.
8850 1998-08-26  Per Starback  <starback@update.uu.se>
8852         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8853         buffer before creating help group.
8855 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8857         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8858         coding-system-for-write before saving.
8860 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
8862         * isearch.el (isearch-forward): Doc fix.
8864 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
8866         * emacs-lisp/find-func.el: Fix :version tags to have a string
8867         value, not a float.
8869         * cus-dep.el: Fix typo in output.
8871 1998-08-25  Dave Love  <fx@gnu.org>
8873         * repeat.el (repeat): Doc fix.
8874         [From rms:]
8875         (repeat-previous-repeated-command): New variable.
8876         (repeat): Check for real-last-command being null or repeat.  Set
8877         repeat-previous-repeated-command.
8879         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8881 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
8883         * gnus/message.el (message-send-mail-with-sendmail): Bind
8884         coding-system-for-write by the return value of
8885         select-message-coding-system.
8886         (message-send-mail-with-qmail): Likewise.
8888 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
8890         * emacs-lisp/autoload.el: Fix doc-string-elt property on
8891         define-derived-mode.
8893         * files.el (file-name-invalid-regexp):
8894         Fix regex for ms-dos without long file names.
8896 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8898         * ps-print.el: Multi-byte buffer handling.
8899         (ps-print-version): New version number (4.0) and doc fix.
8900         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8901         compilation for GNU Emacs and emacsens.
8902         (ps-generate-postscript-with-faces): Force invisible text to be
8903         visible.
8904         (dos-ps-printer): New var to avoid compilation gripes.
8906 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8908         * ps-print.el (ps-mule-plot-string): Pay attention to the case
8909         that no more characters can't be printed in the current line.
8911 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8913         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8914         greater than TO.
8916 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8918         * ps-print.el: Add codes to make ps-print.el work also on Emacs
8919         20.2 and the earlier version.
8920         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8921         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8922         (ps-mule-find-wrappoint): Likewise.
8923         (ps-mule-generate-font): Change `X' to `x' in format
8924         control-string.
8925         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8926         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8927         `restore' form procedures `BC' and `EC'.
8929 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8931         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8932         is an executable procedure.  Make LineThickness, Xshadow, and
8933         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
8934         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8935         ps-mule-font-info-database-bdf): New vars.
8936         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8937         (ccl-encode-ethio-unicode): New CCL program.
8938         (ps-mule-encode-ethiopic): New fun.
8939         (ps-mule-current-charset): New var.
8940         (ps-mule-get-font-spec, ps-mule-font-spec-src,
8941         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8942         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8943         (ps-mule-external-libraries): New var.
8944         (ps-mule-init-external-library): New fun.
8945         (ps-mule-font-cache): New var.
8946         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8947         (ps-last-font): New var.
8948         (ps-mule-prepare-font): New fun.
8949         (ps-mule-charset-list): New var.
8950         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8951         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8952         ps-mule-plot-string): New funs.
8953         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8954         New vars.
8955         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8956         ps-mule-prepare-cmpchar-font): New funs.
8957         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8958         vars.
8959         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8960         ps-mule-generate-bitmap-glyph): New funs.
8961         (ps-mule-initialize, ps-mule-begin): New funs.
8962         (ps-output-string-prim): Insert string as unibyte.
8963         (ps-output-prologue): New fun.
8964         (ps-flush-output): Handle the case of 'prologue.
8965         (ps-begin-file): Call ps-mule-initialize.
8966         (ps-begin-job): Set ps-control-or-escape-regexp differently if
8967         printing multibyte characters.
8968         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8969         (ps-basic-plot-string): Handle the case of printing ASCII
8970         characters by external libraries (e.g. BDF).
8971         (ps-set-font): Set ps-last-font.
8972         (ps-plot-region): Handle multibyte characters, use
8973         ps-mule-plot-string for them.
8974         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
8976         * bdf.el: New file.
8978 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
8980         * international/mule-cmds.el (select-message-coding-system): New
8981         function.
8982         (set-language-environment-coding-systems): Set
8983         default-sendmail-coding-system.
8985         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8986         (default-sendmail-coding-system): New variable.
8987         (sendmail-send-it): Encode the message by a coding system
8988         select-message-coding-system returns.
8990 1998-08-23  Eric Ludlam  <zappo@gnu.org>
8992         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8993         (speedbar-mode): Set buffer to read only.
8994         (speedbar-temp-buffer-show-function): For emacs don't call hook
8995         with arguments.
8996         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8998 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
9000         * speedbar.el (speedbar-key-map): Fix typo.
9002 See ChangeLog.7 for earlier changes.