(file-name-buffer-file-type-alist): Add `$' at end of
[emacs.git] / lisp / ChangeLog
blobd2f40e354f1abb446364b47e6f9773cb43a3a570
1 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
3         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4         regexp matching image and audio files.
6 1999-12-09  Dave Love  <fx@gnu.org>
8         * mail/footnote.el: New file.
10 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
12         * files.el (after-find-file): Use auto-save-visited-file-name if
13         set.
15         * mail/feedmail.el (feedmail-find-eoh): Take
16         feedmail-queue-alternative-mail-header-separator into account.
18 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
20         * smerge-mode.el: New file.
22         * font-lock.el (font-lock-multiline): New variable.
23         (font-lock-add-keywords): Rename `major-mode' into `mode'.
24         (font-lock-remove-keywords): Added a dummy `mode' argument for
25         potential future support.
26         (font-lock-fontify-anchored-keywords, 
27         (font-lock-fontify-keywords-region): Only handle multiline strings
28         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
30 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
32         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
34         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
36 1999-12-07  Dave Love  <fx@gnu.org>
38         * help.el (view-emacs-problems): New command, bound to C-h P.
40         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
42 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
44         * diff-mode.el (diff-mode-shared-map): fset'd and doc change.
45         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
46         New code to support the minor mode version.
47         (diff-recenter): New function.
48         (diff-next-hunk, diff-next-file): Use it.
49         (diff-remembered-files-alist): New var.
50         (diff-merge-strings): New function.
51         (diff-find-file-name): Make it smarter and use the user's input more.
52         (diff-mode): Cosmetic changes.
54         * files.el (save-some-buffers): Turn EXITING into the more general
55         PRED argument to allow specifying a subset of buffers.
57         * simple.el (kill-region): Use the new `delete-and-extract-region'
58         rather than the undo log (which is incorrect with *-change-functions).
60         * font-lock.el (font-lock-default-fontify-region): Fix subtle
61         off-by-one problem that could force re-fontifying the whole buffer.
62         (font-lock-remove-keywords): New function.
63         (font-lock-add-keywords): Use the new function to ensure idempotence.
65 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
66         
67         * viper-cmd.el (viper-minibuffer-standard-hook,
68         viper-minibuffer-real-start): new functions.
69         (viper-read-string-with-history,viper-file-add-suffix,
70         viper-trim-replace-chars-to-delete-if-necessary): adapt to the
71         change in the status of the minibuffer prompt.
72         
73 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
75         * comint.el (comint-redirect-results-list)
76         (comint-redirect-results-list-from-process): Remove interactive
77         spec.
79 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
81         * info.el (info-node, info-menu-5, info-xref): Define colors for
82         Info faces if the display supports them.
84 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
86         Changes for automatic remapping of X colors on terminal frames:
88         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
89         term-setup-hook.  Call msdos-remember-default-colors and
90         msdos-handle-reverse-video.
91         (msdos-face-setup): Parts of code moved to
92         msdos-setup-initial-frame.
93         (msdos-handle-reverse-video): New function, modeled after
94         x-handle-reverse-video.
95         (make-msdos-frame): Don't use initial-frame-alist and
96         default-frame-alist.  Call msdos-handle-reverse-video.
97         (msdos-color-aliases): Remove.
98         (msdos-color-translate, msdos-approximate-color): Remove.
99         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
100         for better approximation of X colors.
101         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
102         up tty-color-alist (it is now on startup.el).
103         (x-display-color-p, x-color-defined-p, x-color-values,
104         x-defined-colors, face-color-supported-p, face-color-gray-p):
105         Remove.
107         * facemenu.el (facemenu-read-color, list-colors-display): Use
108         defined-colors for all frame types.
109         (facemenu-color-equal): Use color-values for all frame types.
111         * faces.el (read-face-attribute): For :foreground and :background
112         attributes and frames on character terminals, translate the color
113         to the closest supported one before looking it up in the list of
114         valid values.
115         (face-valid-attribute-values): Call defined-colors for all types
116         of frames.
117         (defined-colors, color-defined-p, color-values, display-color-p):
118         New finctions.
119         (x-defined-colors, x-color-defined-p, x-color-values,
120         x-display-color-p): Aliases for the above.
122         * startup.el (command-line): Register terminal colors for frame
123         types other than x and w32, but only if the terminal supports
124         colors.  Call tty-color-define instead of face-register-tty-color.
126         * term/x-win.el (xw-defined-colors): Renamed from
127         x-defined-colors.
128         * term/w32-win.el (xw-defined-colors): Likewise.
130         * term/tty-colors.el: New file.
131         * loadup.el: Load term/tty-colors.
133 1999-12-06  Dave Love  <fx@gnu.org>
135         * ffap.el: Autoload the ffap alias directly.
137 1999-12-06  Inge Frick  <inge@nada.kth.se>
139         * dired-aux.el (dired-do-shell-command): Changed documentation.
140         (dired-shell-stuff-it): A `?' in COMMAND has now the same
141         meaning as `*'.
142         
143 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
145         * simple.el (insert-buffer): Doc fix.
147         * apropos.el (apropos-mode): Add autoload cookie.
149 1999-12-06  Sam Steingold  <sds@goems.com>
151         * progmodes/etags.el (etags-tags-completion-table): Modified the
152         regexp to allow for the CL symbols starting with `+*'.
153         (tags-completion-table): Doc fix (it's an obarray, not an alist).
154         (tags-completion-table, tags-recognize-empty-tags-table): Remove
155         `function' quoting lambda.
156         (tags-with-face): New macro.
157         (list-tags, tags-apropos): Use it.
158         (tags-apropos-additional-actions): New user option.
159         (etags-tags-apropos-additional): Use it.
160         (tags-apropos): Call etags-tags-apropos-additional.
161         (tags-apropos-verbose): New user option.
162         (etags-tags-apropos): Use it.
163         (visit-tags-table-buffer, next-file): Use `unless'.
164         (recognize-empty-tags-table): Renamed to
165         tags-recognize-empty-tags-table.
166         (complete-tag): Call tags-complete-tag bypassing try-completion.
167         
168 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
170         * international/mule.el (set-buffer-file-coding-system): Docstring
171         modified.
173 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
175         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
176         using the hideshow package.
177         (hs-special-modes-alist): Added entry for bibtex to allow the use
178         of the hideshow package.
179         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
180         not longer provided by bibtex.el directly.  Instead the hideshow
181         package should be used.
182         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
183         references to bibtex-hide-entry-bodies.
185 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
187         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
188         maintainer information closer to the beginning of the bibtex.el
189         file.
190         (bibtex-maintainer-salutation): New constant.
191         (bibtex-version): New constant.
192         (bibtex-submit-bug-report): Use bibtex-version and
193         bibtex-maintainer-salutation.
194         (bibtex-entry-field-alist): Made booktitle field optional for
195         @inproceedings entries when crossreferenced.
196         (bibtex-entry-field-alist): Added booktitle field to proceedings
197         entry type (for cross referencing). Thanks to Wagner Toledo Correa
198         for the suggestion.
199         (bibtex-string-file-path): Fixed typo.
201 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
203         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
204         for reftex.el.
205         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
206         to menu.
208 1999-12-04  Dave Love  <fx@gnu.org>
210         * delsel.el: Revert previous change -- region is significant to
211         skeleton.
213 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
215         * viper-cmd.el (viper-change-state): Use
216         viper-ESC-moves-cursor-back to decide whether to move the cursor
217         back.
218         
219 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
221         * international/mule-util.el (truncate-string-to-width): Docsting
222         fixed.
224 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
226         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
227         use of `cond'.
228         (lm-with-file): Move all the find-file...kill-buffer stuff into
229         this macro.  Make it use `find-file-noselect' and make it kill
230         the buffer only if it wasn't already displayed somewhere.
231         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
232         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
233         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
234         (lm-commentary): Fix to handle the case when the change log is
235         at the end of the file.
237 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
239         * international/mule.el (charsetp): Fix typo in docstring.
241         * international/mule-diag.el (list-coding-categories): Fix typo;
242         automatic -> autoload.
244 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
246         * vc.el (vc-update-change-log): Look for rcs2log under
247         exec-directory.
249         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
250         outline-regexp, add outline-level.
251         (lisp-outline-level): New.
253         * calendar/appt.el (appt-convert-time): Handle "12:MMam", 
254         remove extraneous string-match.
256         * finder.el (finder-commentary): Activate Finder mode.
258 1999-12-01  Anders Lindgren  <andersl@andersl.com>
260         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
261         off when reverting buffers that contained mode specifiers.
262         `revert-buffer' is now called with non-nil PRESERVE-MODES
263         argument.
265 1999-12-01  Dave Love  <fx@gnu.org>
267         * delsel.el: Grok skeleton-pair-insert-maybe.
269 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
271         * progmodes/cperl-mode.el (cperl-under-as-char):
272         Use nil as default.
274 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
276         * speedbar.el (toplevel): Remove compatibility code for Emacs
277         versions without custom.el.
279 1999-11-30  Dave Love  <fx@gnu.org>
281         * fortran.el (fortran-strip-sequence-nos): New command.
283         * autoinsert.el: Minor doc fixes.
284         (auto-insert): Return nil.
286         * faces.el (set-face-documentation): Purecopy STRING.
288 1999-11-29  Dave Love  <fx@gnu.org>
290         * derived.el: Doc fixes, remove old backquote syntax.
292         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
293         comment warning about editing.
295         * help.el (help-mode-hook): Define.
297 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
299         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
300         invalid translation of old-style backquote syntax to new syntax.
302 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
304         * Makefile (DONTCOMPILE): Add term/internal.el.
306 1999-11-26  Dave Love  <fx@gnu.org>
308         * comint.el: Fix last change.
310         * emacs-lisp/advice.el: Fix last change.
312 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
314         * cus-edit.el (Custom-reset-standard): Doc fix.
315         (custom-variable-reset-standard): Doc fix.
316         (custom-face-reset-standard): Doc fix.
317         (custom-face-menu): "Reset to Standard" => "Erase Customization".
318         (custom-variable-menu): Likewise.
319         (custom-reset-menu): Likewise.
320         (custom-buffer-create-internal): Likewise.
322 1999-11-26  Dave Love  <fx@gnu.org>
324         * progmodes/make-mode.el (makefile-mode-hook): Customize.
326         * font-lock.el: Doc fixes.
328         * menu-bar.el (menu-bar-mode): Customize.
330         * cus-start.el: Add use-dialog-box.
332         * add-log.el (change-log-mode-hook): Customize.
333         (add-log-current-defun): Use
334         fortran-{beginning,end}-of-subprogram.  
336 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
338         * emacs-lisp/advice.el: Many doc fixes.
340         * comint.el (comint-preoutput-filter-functions): Doc fix.
342 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
344         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): 
345         Improve messages for capitalization of arg names,
346         for flag variables, for t and nil, for imperatives.
347         Call them imperatives rather than infinitives sans "to".
348         (checkdoc-common-verbs-wrong-voice): Add "moves".
349         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
351         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
352         Don't convert comments from 3-semicolon to 2-semicolon.
353         That is a matter of style.
354         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
355         (checkdoc-comments): Don't bind that variable.
357 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
359         * files.el (write-file-hooks): Doc fix.
361 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
363         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
365 1999-11-25  Dave Love  <fx@gnu.org>
367         * hippie-exp.el: Require comint when compiling.
368         (hippie-expand): Add :links.
369         (hippie-expand-try-functions-list): Customize.
371 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
372         
373         * viper*el: Replaced old-style backquotes.
374         
375         * ediff*el: Replaced old-style backquotes.
376         
377         * ediff-merge
378         (ediff-looks-like-combined-merge,ediff-get-combined-region):
379         Changed to support the new format for ediff-combination-pattern.
380         
381         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
382         Changed to support the new format for ediff-combination-pattern.
383         
384 1999-11-24  Dave Love  <fx@gnu.org>
386         * custom.el (custom-declare-group): Purecopy DOC.
387         (custom-handle-keyword): Purecopy VALUE.
388         (custom-add-link): Purecopy WIDGET.
389         (custom-add-version): Purecopy VERSION.
390         (custom-add-load): Purecopy LOAD.
392         * cus-face.el (custom-declare-face): Purecopy DOC.
394         * info.el:
395         (Info-build-node-completions, Info-search, Info-follow-reference)
396         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
397         (Info-find-emacs-command-nodes): Avoid properties on matched text
398         which may appear in minibuffer.
400 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
402         * locate.el (locate-with-filter): Doc fix.
404 1999-11-24  Alex Schroeder  <alex@gnu.org>
406         * sql.el (sql-find-sqli-buffer): New function.
407         (sql-set-sqli-buffer-generally): New function.
408         (sql-set-sqli-buffer): Better checking of new-buffer.
409         (sql-copy-column): Add comma after INTO clause, too.
411 1999-11-24  Alex Schroeder  <alex@gnu.org>
413         * sql.el (sql-imenu-generic-expression): New, used to set
414         imenu-generic-expression.
416         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
417         setting font-lock-defaults' SYNTAX-ALIST.  Set
418         imenu-generic-expression, imenu-case-fold-search, and
419         imenu-syntax-alist.
421         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
422         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
424 1999-11-23  Andrew Innes  <andrewi@gnu.org>
426         * w32-win.el (w32-drag-n-drop): Load files in current window, if
427         drop coords aren't over a specific window.
429 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
431         * ps-print.el: Define mule funs without checking if mule package is
432         loaded.
433         (ps-print-version): New version number (5.0.1).
434         (ps-header-dirpart): Now uses abbreviate-file-name.
436 1999-11-23  Dave Love  <fx@gnu.org>
438         * fortran.el (fortran-comment-line-start): Renamed from
439         comment-line-start.
440         (fortran-comment-line-start-skip): Renamed from
441         comment-line-start-skip.
442         (fortran-mode-map): Use renamed functions.  Add manual and custom
443         entries to menu.
444         (fortran-mode-hook): Customize.
445         (fortran-comment-indent-function): Renamed from
446         fortran-comment-hook.
447         (delete-horizontal-regexp): Function deleted.
448         (fortran-electric-line-number): Simplified.
449         (fortran-beginning-of-subprogram): Renamed from
450         beginning-of-fortran-subprogram.
451         (fortran-end-of-subprogram): Renamed from
452         end-of-fortran-subprogram.
453         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
454         (fortran-previous-statement, fortran-next-statement): Simplified.
455         (fortran-blink-match): New function.
456         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
457         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
458         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
459         line-end-position.
460         (fortran-fill): No longer interactive.  Simplified.
461         (fortran-break-line): Simplified.
462         (fortran-analyze-file-format): Use char-after, not looking-at.
464         * find-func.el (find-function-regexp): Use `define-minor-mode'
465         after easy-menu change.
467 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
469         * comint.el: Add redirection.from active comint buffers into
470         another buffer.  Written by Peter Breton.
472 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
474         * emacs-lisp/autoload.el (make-autoload): Recognize the new
475         `define-minor-mode'.
476         (define-minor-mode): Specify `doc-string-elt'.
478         * emacs-lisp/easy-mmode.el: Changed maintainer.
479         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
480         Use defcustom for the hooks; Improve the auto-generated docstrings.
481         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
482         (define-minor-mode): Add BODY arg; Only declare the keymap if
483         provided; Improve the auto-generated docstrings.
485 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
487         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
488         that the leading `^' is at the start.  This is necessary because
489         paragraphs.el tries to remove anchors, but can find them only if
490         they are the first character.
492         * progmodes/antlr-mode.el: New file.
494         * calendar/calendar.el: Fix autoload for
495         calendar-absolute-from-astro.  Add autoload for
496         calendar-print-astro-day-number.
498 1999-11-21  Anders Lindgren  <andersl@andersl.com>
500         * follow.el: Use modern backquote syntax.  Minor comment update.
502 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
504         * simple.el (with-syntax-table): Don't switch buffers.
506         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
507         progmodes/hideif.el: Use new backquote syntax.
509 1999-11-21  Ken Manheimer  <klm@python.org>
511         * icomplete.el (icomplete-completions): Use an explicit variable
512         `icomplete-prospects-length', obviating the need to use an
513         apparently faulty throw/catch arrangement.
514         
515 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
517         * term/internal.el (IT-display-table-setup): Don't overstep
518         character code 255.
520 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
522         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
523         for the charset chinese-sisheng is 7bit encoding, not 8bit.
525 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
527         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
528         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
530         * files.el (auto-mode-alist): Add patterns for diff-mode.
532         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
533         to detect an empty prompt.
535 1999-11-18  Dave Love  <fx@gnu.org>
537         * simple.el (input-mode-8-bit): Fix the customization.
539 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
541         * international/iso-acc.el (iso-languages): Add more
542         characters for Portuguese.
544         * speedbar.el: Clean up comment at the start of the file.
545         Remove RCS id.
547         * progmodes/compile.el (compilation-parse-errors): Use
548         compilation-buffer-p instead of testing major-mode.
550 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
552         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
553         (quickurl-ask): completion-ignore-case is set to the value of
554         quickurl-completion-ignore-case for the duration of the call to
555         completing-read.
556         
557 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
559         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
561 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
563         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
564         instead of ps-print-def.
566         * ps-print.el: Require ps-vars instead of ps-print-def.
568         * ps-mule.el: Require ps-vars instead of ps-print-def.
570 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
572         * simple.el (with-syntax-table): Save buffer explicitly instead of
573         using save-excursion.
575 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
577         * mail/supercite.el: New maintainer.
579 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
581         * progmodes/vhdl-mode.el: Use new backquote syntax.
583 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
585         * simple.el (with-syntax-table): New.
587 1999-11-15  Sam Steingold  <sds@ksp.com>
589         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
591 1999-02-22  Sam Steingold  <sds@goems.com>
593         * goto-addr.el (goto-address-at-mouse,
594         goto-address-find-address-at-point): use compose-mail.
595         (goto-address-mail-method): removed variable.
596         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
597         goto-address-send-using-mail): removed functions.
599 1998-11-03  Sam Steingold  <sds@goems.com>
601         * simple.el (backward-delete-char-untabify):
602         backward-delete-char-untabify-method can be `all' now - to delete
603         hungrily including newlines.
605 1999-11-15  Sam Steingold  <sds@ksp.com>
607         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
609 1999-11-15  Dave Love  <fx@gnu.org>
611         * cus-edit.el (customize-face, customize-face-other-window):
612         Require match from completing-read.
613         (custom-buffer-done-function): Default to custom-bury-buffer, not
614         bury-buffer.
616 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
618         * mail/rmail.el, iswitchb.el, hippie-exp.el,
619         progmodes/cperl-mode.el: Use new backquote syntax.
621 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
623         * uniquify.el: Use new backquote syntax.
625 1999-11-14  Markus Rost  <rost@ias.edu>
627         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
628         as in ispell-local-dictionary-alist.
630 1999-11-14  Alex Schroeder  <alex@gnu.org>
632         * ansi-color.el (ansi-color-apply): Updated regexps to include
633         highlighted face.
635 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
637         * forms.el (forms--make-format-elt-using-text-properties):
638         Treat `intangible' differently.
640         * forms.el: Use new backquote syntax.
642 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
644         * textmodes/scribe.el (scribe-mode): Doc-fix.
646 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
648         * net-utils.el (run-network-program, net-utils-run-program): Use
649         the new backquote syntax.
650         (smbclient-program, smbclient-program-options)
651         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
652         variables
653         (smbclient, smbclient-list-shares): New functions
655 1999-11-12  Sam Steingold  <sds@ksp.com>
657         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
658         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
659         (viper-kbd-buf-definition, viper-kbd-mode-alist)
660         (viper-kbd-mode-pair, viper-kbd-mode-definition)
661         (viper-kbd-global-pair, viper-kbd-global-definition):
662         Use the new backquote syntax.
664         * emulation/viper-cmd.el (viper-test-com-defun)
665         (viper-prefix-arg-value, viper-prefix-arg-com):
666         Use the new backquote syntax.
668         * emacs-lisp/debug.el (debugger-env-macro):
669         Use the new backquote syntax.
671         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
672         Use the new backquote syntax.
674         * calendar/calendar.el (calendar-remove-frame-by-deleting):
675         New user variable.
676         (calendar-hide-window): Use it.
677         (increment-calendar-month, calendar-for-loop, calendar-sum):
678         Use the new backquote syntax.
680 1999-11-12  Andrew Innes  <andrewi@gnu.org>
682         * select.el (x-set-selection): Call buffer-substring, not
683         substring.  Also fix docstring
685 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
687         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
688         of customizable variables to bug report message. Added
689         system-type to package name in bug report.
691 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
693         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
694         to display file names.
696 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
698         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
700         * isearch.el: Add lazy-highlighting feature.
702 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
704         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
705         constant.
706         (ps-mode-submit-bug-report): New function. Entry added to menu.
708 1999-11-10  William M. Perry  <wmperry@aventail.com>
710         * mwheel.el: New file to support the new style wheeled mice.
712 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
714         * startup.el (initial-scratch-message): Add ";;" to the front of
715         lines in the message.
717         * files.el (file-local-copy): Remove optional BUFFER argument
718         because that's not used by anything.
720         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
721         to-address.
723 1999-11-08  Markus Rost  <rost@ias.edu>
725         * wid-edit.el (widget-button-click): Wrap with save-excursion
726         to restore track-mouse in the correct buffer.
728 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
730         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
732 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
734         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
735         lpr-command to "lp" for some system-types. (copied from lpr.el
736         Emacs version 20.2.1).
738 1999-11-04  Markus Rost  <rost@ias.edu>
740         * simple.el (comment-region): Strip off white space at end of
741         comment-start.
743 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
745         * faces.el (secondary-selection): Fix wrong color name.
747 1999-11-04  John Tobey  <jtobey@epsilondev.com>
749         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
750         the default when invoking perldb in a non-Perl buffer, and other
751         cases involving -e or --.
753 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
755         * simple.el (previous-matching-history-element)
756         (next-history-element): Use delete-field instead of erase-field.
758         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
759         Use delete-field instead of erase-field.
761         * faces.el (secondary-selection): Change background to yellow.
763         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
764         find the start of the text.  Use field-string to read the user
765         input.
767 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
769         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
770         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
771         for compatibility with old face implementation.
773         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
774         Use erase-field instead of erase-buffer.
776         * frame.el (blink-cursor-mode, blink-cursor-end): Use
777         internal-show-cursor with new interface.
778         (blink-cursor-timer-function): New.
779         (blink-cursor-start): Use blink-cursor-timer-function.
781 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
783         * calendar.el (redraw-calendar): Move to nearest date before
784         redrawing.
786         * diary-lib.el (simple-diary-display): Reset modeline even if
787         there are no diary entries since the diary buffer may be displayed.
789 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
791         * emacs-lisp/debug.el (debug): If noninteractive, display the
792         backtrace using `message', then exit Emacs.
793         (debugger-batch-max-lines): New variable.
794         (debugger-setup-buffer): New subroutine, broken out of `debug'.
795         Change the messages put at the start, to say that the debugger
796         was entered.
798 1999-11-02  Sam Steingold  <sds@ksp.com>
800         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
802 1999-11-01  John Tobey  <jtobey@epsilondev.com>
804         * gud.el: (gud-perldb-massage-args): Massage correctly in the
805         presence of perl switches other than "-e".
807 1999-11-01  Markus Rost  <rost@ias.edu>
809         * dired-x.el (dired-smart-shell-command): Use
810         shell-command-history as in shell-command.
812 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
814         * userlock.el (ask-user-about-lock): Doc fix.
816         * frame.el: Doc fixes.
818 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
820         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
821         of show-cursor.
822         (blink-cursor-start, blink-cursor-end): Ditto.
824         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
826 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
828         * window.el (walk-windows): If ALL-FRAMES is a frame,
829         start on that frame.  Use save-selected-window.
831 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
833         * simple.el (end-of-buffer): Use window-end to find the window end
834         instead of vertical-motion because this handles variable-height
835         lines correctly.
837 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
839         * ediff.el: Version change.
841         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
842         make sure you are in a good frame before deleting other
843         windows.
844         (ediff-file-checked-in-p): Don't consider CVS
845         files checked in.
846         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
847         are writing to a newly created empty file.
849         * ediff-mult.el (ediff-show-session-group-hook): New default.
851         * ediff-vers.el (ediff-pcl-cvs-view-revision):
852         First cd to the file directory. reportedly works
853         better with remote files.
855         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
856         Use file-name-nondirectory when passing files to CVS.
858         * ediff-diff.el (ediff-cmp-options): New variable.
859         (ediff-same-file-contents): Use ediff-cmp-options.
861         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
862         ediff-get-patch-buffer): Use current buffer if it appears to be a
863         patch.
865         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
866         C-g
868         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
869         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
870         (viper-save-cursor-color,viper-restore-cursor-color):
871         Improved cursor color handling.
872         (viper-get-saved-cursor-color-in-replace-mode,
873         viper-get-saved-cursor-color-in-insert-mode): New functions for
874         better cursor color handling.
876         * viper-ex.el (ex-read,ex-edit):
877         Fixes for correct interpretation of #,%.
878         (viper-ex): Now works correctly when called from other functions.
879         (viper-glob-function): New variable.
880         (viper-ex): Save excursion before doing :global.
882         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
884         * viper-cmd.el (viper-post-command-sentinel,
885         viper-insert-state-post-command-sentinel,
886         viper-insert-state-pre-command-sentinel): Takes better care of
887          cursor colors.
889         * viper.el: Version change.
891 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
893         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
894         that the modeline display was updated *only* when
895         `whitespace-display-in-modeline' was set, not otherwise.
897 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
899         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
900         "frac12".
902         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
903         ad-activate.
905 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
907         * whitespace.el: Test for existence of `defcustom' and `defgroup'
908         using fboundp instead of assuming that these are not present in
909         particular flavors of emacs.
910         (whitespace-version): Update to 2.8
911         (whitespace-display-in-modeline): Add custom variable to control
912         displaying the whitespace errors on the modeline based on
913         suggestion from <klaus.berndl@sdm.de>
914         (whitespace-buffer): Now returns `t' if unclean and `nil' if
915         clean, to enable using as a hook function, as suggested by Puneet
916         Goel <puneet@computer.org>
917         (whitespace-buffer): Fix a subtle bug that cleaned up only if
918         quiet was not set, even with whitespace-auto-cleanup set.
919         (whitespace-mode-line): Now uses less modeline real estate and
920         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
921         which is present in the file, and <y> is any type of whitespace
922         whose check has been suppressed by setting
923         `whitespace-check-<whitespace-type>' to nil.
924         (whitespace-unchecked-whitespaces): New function to return the
925         list of whitespaces for whom checks have been suppressed.
926         (whitespace-display-unchecked-whitespaces): Renamed to
927         `whitespace-update-modeline' to reflect its functionality.
929 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
931         * progmodes/compile.el (compilation-error-regexp-alist):
932         Undo previous change.
934 1999-10-28  Dave Love  <fx@gnu.org>
936         * help.el (help-follow): Make arg optional again and really
937         default to point.
939 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
941         * paths.el (rmail-file-name): Make it an option.
943         * progmodes/ada-mode.el, progmodes/ada-prj.el,
944         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
945         comment fixes.
947         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
948         MIPS Pro 7.3 compiler error message syntax.
950 1999-10-27  Dave Love  <fx@gnu.org>
952         * progmodes/compile.el: Checkdoc-inspired fixes.
954 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
956         * lpr.el (print-buffer): Doc-string fix.
958 1999-10-27  Dave Love  <fx@gnu.org>
960         * emacs-lisp/advice.el: Doc fixes.
961         (ad-lemacs-p): Removed.
962         (advice): Add :link to defgroup.
964 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
966         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
967         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
969 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
971         * window.el (walk-windows): If ALL-FRAMES is a frame,
972         start on that frame.  Use save-selected-window.
974 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
976         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
977         ad-activate.  All callers changed, including those in data.c.
978         (ad-activate-internal-off): Renamed from ad-activate-off.
979         All uses changed.
980         (ad-activate): Renamed from ad-activate-on.  All uses changed.
981         (ad-start-advice, ad-stop-advice, ad-recover-normality):
982         Alter the definition of ad-activate-internal, not ad-activate.
984 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
986         * startup.el (command-line-1): Add support for command line
987         arguments `file' and `execute'.  Fix handling of `visit'.
989 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
991         * international/mule-cmds.el (read-input-method-name): Handle the
992         case that the arg DEFAULT is symbol.
994         * international/mule-diag.el (mule-diag): Handle the case that
995         default-input-method is symbol.
997 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
999         * textmodes/tildify.el: New file.
1001 1999-10-25  Sam Steingold  <sds@ksp.com>
1003         * Makefile (compile-files): Fixed the "tr" strings.
1004         (EMACS): Set to ../src/emacs.
1006 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
1008         * info.el (Info-build-node-completions): Add '("*") to the
1009         completion list.
1011 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1013         * frame.el (auto-raise-mode): When enabling the mode,
1014         immediately raise the selected frame.
1016         * indent.el (indent-region): Doc fix.
1018         * comint.el (comint-output-filter): Make the Comint buffer current
1019         for the comint-preoutput-filter-functions.
1021         * mail/reporter.el: Doc fix.
1023 1999-10-24  Stephen Eglen  <stephen@gnu.org>
1025         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
1026         that Octave lisp files can also run under XEmacs 20.
1027         (require 'custom) added so that files can run under Emacs 19.34.
1029         * iswitchb.el (iswitchb-default-keybindings): No need to use
1030         read-kbd-macro in keybindings.
1032 1999-10-23  Dave Love  <fx@gnu.org>
1034         * elide-head.el: New file.
1036 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
1038         * Makefile (compile-files, backup-compiled-files): New targets.
1039         (bootstrap, bootstrap-clean): Ditto.
1041 1999-10-22  Paul Eggert  <eggert@twinsun.com>
1043         * international/mule-cmds.c (locale-language-names):
1044         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
1045         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
1046         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
1047         Use Latin-8 for Welsh.
1048         Use Latin-1 for English if "en" is explicitly specified.
1049         Use Latin-1 for Scots Gaelic, Tagalog.
1050         Use Latin-1 (not Latin-4) for Greenlandic.
1051         Use Latin-1 (not Latin-2) for Albanian.
1052         (locale-preferred-coding-systems, locale-language-names):
1053         Remove generic ISO 8859 locales; locale-charset-language-names now
1054         does this.
1055         (locale-charset-language-names): New variable.
1056         (set-locale-environment): Use language name specified by
1057         locale-charset-language-names if its charsets disagree with the
1058         language name specified by locale-language-names.
1060 1999-10-22  Dave Love  <fx@gnu.org>
1062         * make-mode.el: Minor doc fixes.
1064         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
1066 1999-10-21  Dave Love  <fx@gnu.org>
1068         * loadup.el: Add latin-8, latin-9.
1070 1999-10-20  Paul Eggert  <eggert@twinsun.com>
1072         * disp-table.el (standard-display-european): Remove undocumented
1073         arg AUTO; no longer used by startup.el.  Do not attempt to treat
1074         all non-English language environments as coding system names.
1075         Instead, use the downcased language environment name as a coding
1076         system name if it is one; otherwise, use latin-1.
1078 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
1080         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
1081         that were split so that part of the comment appeared as Lisp code.
1083 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1085         * ps-bdf.el: Doc fix.
1087         * ps-print-def.el: New file: common definitions for all parts of
1088         ps-print.
1089         (ps-multibyte-buffer): Moved from ps-mule.
1091         * ps-mule.el: File dependence fix.
1092         (ps-multibyte-buffer): Moved to ps-print-def.
1094         * ps-print.el: Doc fix, better customization.
1095         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1096         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1097         (ps-end-file): Doc fix.
1098         (ps-setup, ps-begin-file): Fun fix.
1099         (postscript): New group.
1100         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1101         (ps-print-prologue-1): Adjust PostScript programming.
1102         (ps-print): Adjust group hierarchy.
1103         (ps-print-n-up, ps-print-zebra, ps-print-background,
1104         ps-print-printer)
1105         (ps-print-page): New subgroups.
1106         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1107         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1108         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1109         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1110         (ps-zebra-stripe-height, ps-print-background-image)
1111         (ps-print-background-text, ps-spool-config): Adjust customization.
1112         (dos-ps-printer): Definition eliminated.
1114 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1116         * ps-mule.el: Doc fix, define functions properly if mule package is
1117         loaded or not.
1118         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1119         mule package is loaded or not.
1121         * ps-print.el: Doc fix, n-up printing.
1122         (ps-print-version): New version number (5.0).
1123         (ps-page-dimensions-database): Added document media.
1124         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1125         (ps-page-order, ps-printing-region-p): New vars.
1126         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1127         funs.
1128         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1129         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1130         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1131         (ps-n-up-xstart, ps-n-up-ystart): New macros.
1132         (ps-print-begin-sheet-hook): New hook.
1133         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1134         const.
1135         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1136         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1137         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1138         (ps-count-lines): Changed to defun.
1139         (ps-header-page): Changed to defsubst, fix fun.
1140         (ps-printing-region): Doc fix, adjust programming code.
1141         (ps-output-boolean, ps-background-pages, ps-background-text)
1142         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1143         programming code.
1145 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1147         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1148         (ps-print-version): New version number (4.2).
1149         (ps-spool-config, ps-spool-tumble): New vars.
1150         (ps-print-prologue-1): Changed to defconst, adjust PostScript
1151         programming, new PostScript procedure to handle errors.
1152         (ps-print-prologue-2): Changed to defconst.
1153         (ps-print-duplex-feature): New const: duplex and tumble setting.
1154         (ps-setup, ps-begin-file): Fix funs.
1155         (ps-boolean-capitalized): New fun.
1157 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
1159         * Makefile (dontcompilefiles): Obsoleted.
1160         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1161         (EL): Unused.
1162         (temacs): Removed (unused).
1163         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1164           version of the file (necessary for the update to work properly).
1165         (autoloads): Force the use of `pwd`/loaddefs.el.
1166         (updates); Redefined in terms of other targets to reduce redundancy.
1167         (.el.elc): New default rule, just in case you want it.
1168         (compile): Use a single invocation of Emacs.
1169         (bootstrap-compile); Unneeded.
1170         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1172 1999-10-19  Dave Love  <fx@gnu.org>
1174         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1176 1999-10-19  Sam Steingold  <sds@ksp.com>
1178         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1179         comply with the comment.
1181 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
1183         * autorevert.el (auto-revert-mode): Make auto-revert-mode
1184         permanent-local.
1186 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
1188         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1189         value: \"lpr\" changed to "lpr"
1190         (ps-mode-version): New constant
1191         (ps-mode-show-version): New function, added key in ps-mode-map
1192         (ps-run-messages): Removed
1193         (ps-run-font-lock-keywords-2): New defcustom variable replacing
1194         ps-run-messages. These keywords now include the value of
1195         ps-run-prompt, making its fontification customizable.
1196         (ps-run-init): Removed \\n from docstring, it is now added when
1197         the value is used
1198         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1199         ps-run-prompt
1200         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
1201         customizable variables in doc-string (its equivalent
1202         ps-run-messages was missing in previous version of the doc-string)
1203         (ps-run-mode): Simplified assignment to font-lock-defaults, using
1204         symbols only
1206 1999-10-19  Alex Schroeder  <alex@gnu.org>
1208         * ansi-color.el: Complete rewrite.
1210 1999-10-19  Paul Eggert  <eggert@twinsun.com>
1212         Fix bootstrapping problems.
1213         Use the system locale to specify Emacs locale defaults.
1215         * international/mule-cmds.el (global-map):
1216         Do not use backquote, because that makes a bootstrapping
1217         problem if you need to recompile all Lisp files using interpreted code.
1218         * international/mule.el (charset-id, charset-bytes,
1219         charset-dimension, charset-chars, charset-width,
1220         charset-direction, charset-iso-final-char,
1221         charset-iso-graphic-plane, charset-reverse-charset,
1222         charset-short-name, charset-long-name, charset-description,
1223         charset-plist): Likewise.
1224         * subr.el (save-match-data): Likewise.
1226         * international/mule-cmds.el
1227         (set-display-table-and-terminal-coding-system): New function,
1228         containing code migrated out of set-language-environment.
1229         (set-language-environment, set-locale-environment): Use it.
1230         (locale-translation-file-name): Moved here from startup.el.
1231         (locale-language-names, locale-preferred-coding-systems):
1232         New vars.
1233         (locale-name-match, set-locale-environment): New functions.
1235         * language/japan-util.el (setup-japanese-environment-internal):
1236         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1238         * startup.el (iso-8859-n-locale-regexp): Remove.
1239         (locale-translation-file-name): Move to mule-cmds.el.
1240         (command-line): Move locale-stuff into set-locale-environment.
1242 1999-10-18  Dave Love  <fx@gnu.org>
1244         * abbrev.el (add-abbrev, inverse-add-abbrev)
1245         (expand-region-abbrevs): Remove properties from buffer text.
1247 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
1249         * iswitchb.el (iswitchb-exhibit): Extract user-input only
1250         from the mini-buffer, without the prompt.
1252         * simple.el (minibuffer-prompt-end): Return the position
1253         after the prompt, not the position of that last character
1254         of the prompt.
1256 1999-10-17  Miles Bader  <miles@gnu.org>
1258         * simple.el: Doc fixes.
1260 1999-10-17  Miles Bader  <miles@gnu.org>
1262         * simple.el (previous-matching-history-element, next-history-element):
1263         Change to work correctly even if the point is in the prompt.
1264         (choose-completion-string): Likewise.
1265         (minibuffer-prompt-width): New function (compatibility with old subr).
1267         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
1268         When constraining the final position to the current field,
1269         don't use the ONLY-IN-LINE mode of constrain-to-field.
1271 1999-10-17  Miles Bader  <miles@gnu.org>
1273         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1274         constrain-to-field.
1275         * textmodes/paragraphs.el (forward-sentence): Likewise.
1277 1999-10-17  Miles Bader  <miles@gnu.org>
1279         * simple.el (line-move): Use constrain-to-field to avoid
1280         moving into a prompt.
1281         (previous-complete-history-element): Clarify doc string.
1282         (next-complete-history-element): Likewise.
1283         Use field-beginning instead of point-min.
1284         (next-matching-history-element): Use field-beginning and
1285         erase-field instead of point-min and erase-buffer.
1286         * textmodes/paragraphs.el
1287         (forward-paragraph, forward-sentence): Likewise.
1288         (backward-kill-paragraph, backward-kill-sentence): Remove code to
1289         constrain the kill to an field, as the movement commands now
1290         do this.
1292 1999-10-17  Miles Bader  <miles@gnu.org>
1294         * simple.el (previous-matching-history-element): Get the
1295         minibuffer input with field-string instead of buffer-string.
1296         (choose-completion-string): Likewise.
1297         (next-history-element): Likewise.
1298         Erase the minibuffer input with erase-field, not erase-buffer.
1299         Use field-beginning to find the beginning of the input.
1300         * textmodes/paragraphs.el (backward-kill-sentence):
1301         Remove minibuffer-prompt hack.
1302         Constrain to any input field.
1304 1999-10-17  Sam Steingold  <sds@ksp.com>
1306         * bindings.el (completion-ignored-extensions): Added ".sparcf"
1307         for CMUCL on sparc and ".ufsl" for LispWorks.
1308         (bound-and-true-p): Bugfix: free variable `v'.
1310 1999-10-16  Dave Love  <d.love@dl.ac.uk>
1312         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1313         (edebug-uninstall-read-eval-functions): Use load-read-function,
1314         avoiding elisp-eval.
1316 1999-10-16  Sam Steingold  <sds@ksp.com>
1318         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1319         instead of `eql'.
1321 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
1323         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1324         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1325         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1326         * ediff-util.el (ediff-make-temp-file):
1327         * ediff-vers.el (ediff-pcl-cvs-view-revision):
1328         * emerge.el (emerge-make-temp-file):
1329         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1330         * vc.el (vc-update-change-log):
1331         * mail/mailpost.el (post-mail-send-it):
1332         * mail/metamail.el (metamail-region):
1333         * progmodes/cmacexp.el (c-macro-expansion):
1334         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1336 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
1338         * smtpmail.el (smtpmail-via-smtp): Add support for
1339         automatically appending a domain to RCPT TO: addresses.
1341 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1343         * dired.el (dired-insert-directory): Insert the amount of
1344         free space after the total size.
1345         (dired-free-space-program, dired-free-space-args): New variables.
1347 1999-10-14  Karl Heuer  <kwzh@gnu.org>
1349         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1351 1999-10-14  Dave Love  <fx@gnu.org>
1353         * international/characters.el:
1354         * international/fontset.el:
1355         * international/mule-conf.el: Add latin-iso8859-1[45].
1357         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
1358         strings.
1360         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1361         (command-line): Detect Latin-[89] locales.
1363 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1365         * international/mule-cmds.el (select-safe-coding-system)
1366         (leim-list-header): avoid the use of strings that start with backslash
1367           newline since lread.c:read1 has a hack to turn those strings into
1368           integer 0 during the loadup.el process.
1370         * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
1372 1999-10-13  Dave Love  <fx@gnu.org>
1374         * image.el (insert-image): Copy the image spec and add an
1375         intangible property.
1377 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
1379         * help.el (help-xref-interned): Make it also work on variable-only
1380         and function-only symbols.
1381         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
1382         (help-follow): If the point under mouse is not highlighted, try
1383         `help-xref-interned' on the pointed-to symbol anyway.
1385         * info.el (Info-on-current-buffer): New entry point.
1386         (Info-find-node): Split into two for Info-on-current-buffer to
1387         hook into it.
1388         (Info-current-file, Info-set-mode-line, Info-up):
1389         Info-current-file can now be t.
1390         (Info-clone-buffer-hook): function for `clone-buffer'.
1391         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
1392         `clone-buffer' available in various ways to the user.
1394 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
1396         * simple.el (shell-command, shell-command-on-region): Use
1397         make-temp-file.
1398         (clone-buffer, clone-process, clone-buffer-hook): New functions.
1400         * subr.el (with-current-buffer): Don't use backquotes to avoid
1401         bootstrapping problems.
1403         * loadup.el (load-path): Add subdirs for bootstrapping.
1404         (docstrings): Ignore errors during bootstrapping.
1405         (args): New `bootstrap' argument (for use in place of `dump').
1407 1999-10-12  Emmanuel Briot  <briot@gnat.com>
1409         * ada-stmt.el: Doc-string fixes.
1411 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
1413         * recentf.el: New file.
1415         * ps-mode.el: New file.
1417         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
1418         case insensitive.
1420 1999-10-12  Richard Sharman  <rsharman@pobox.com>
1422         * sh-script.el: Added support for indenting existing scripts.
1423         (sh-mode-map): Added new bindings.
1424         (sh-mode): Updated mode doc-string for new commands, added
1425         make-local-variable calls, initialize mode-specific variables.
1426         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
1427         is now a different function.
1428         (sh-header-marker):  Changed docstring.
1429         (sh-set-shell): Initialize mode-specific variables.
1430         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
1431         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
1432         Changed these define-skeleton calls to work with user-specified
1433         indentation settings.
1434         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
1435         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
1436         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
1437         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
1438         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
1439         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
1440         (sh-guess-basic-offset, sh-handle-after-case-label)
1441         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
1442         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
1443         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
1444         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
1445         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
1446         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
1447         (sh-handle-this-then, sh-help-string-for-variable)
1448         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
1449         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
1450         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
1451         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
1452         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
1453         (sh-remove-our-text-properties, sh-rescan-buffer)
1454         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
1455         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
1456         (sh-scan-case, sh-search-word, sh-set-char-syntax)
1457         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
1458         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
1459         functions.
1460         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
1461         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
1462         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
1463         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
1464         (sh-var-list): New variables.
1466 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
1468         * quickurl.el (quickurl-list-insert): `count-lines' was returning
1469         a value one line to high if the cursor wasn't at the start of a
1470         line. A `beginning-of-line' is now performed before making the
1471         call to `count-lines'.
1473 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1475         * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1477 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
1479         * Makefile (setwins): abstract out the command to find subdirectories
1480         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1481         (custom-deps, finder-data, autoloads, update-subdirs, updates)
1482         (autoloads-with-other-emacs): use it.
1484         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
1486 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
1488         * Makefile (bootstrap-compile): New target.  Compile Lisp
1489         files with ../src/temacs.
1491 1999-10-08  Simon Marshall  <simon@gnu.org>
1493         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1494         (regexp-opt-group): Use it to get common suffixes in STRINGS.
1495         If STRINGS is nil, return "" rather than nil.
1497 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1499         * Makefile (compile): Compile files one by one.  Set load-path to
1500         current directory and subdirectories when compiling.
1502 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1504         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1505         (emacs): Use it everywhere instead of EMACS.
1506         (compile): New target.  Compile all Lisp files from scratch.
1507         (recompile): New target.  Recompile lisp directory.
1508         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
1509         an Emacs executable not built in the current directory tree.
1511 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
1513         * filecache.el (file-cache-completion-ignore-case): New variable,
1514         defaulting to the value of completion-ignore-case.
1515         (file-cache-minibuffer-complete): Use it.
1516         (file-cache-files-matching, file-cache-files-matching-internal):
1517         New functions.
1519 1999-10-07  Emmanuel Briot  <briot@gnat.com>
1521         * ada-xref.el: New file
1523         * ada-prj.el: New file
1525         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1527         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1528         subprogram being created.
1530         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1531         ada-indent-newline-indent): Rewritten to support the new indentation
1532         scheme
1534         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1535         New functions
1537         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1538         justification parameter
1540         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1541         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1542         external program
1544 1999-10-07  Dave Love  <fx@gnu.org>
1546         * bindings.el (bound-and-true-p): New macro.
1547         (make-mode-line-mouse-sensitive): Don't require easymenu.
1549 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
1551         * custom.el (defface): Extend documentation for new values of
1552         `type'.
1554         * faces.el (face-spec-set-match-display): Recognize `type' of
1555         `motif', `lucid', `x-toolkit'.
1556         (menu): New face.
1558 1999-10-05  Dave Love  <fx@gnu.org>
1560         * files.el: Recognize temporary crontab files.
1562         * info.el: Require jka-compr when compiling.
1563         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1565 1999-10-04  Dave Love  <fx@gnu.org>
1567         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1568         scroll-up-aggressively, scroll-down-aggressively.
1570         * time.el (display-time-mode): Add autoload cookie.
1572         * rect.el (delete-extract-rectangle): Doc fix from verna.
1574         * help-macro.el (three-step-help): Customize.
1576 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1578         * hexl.el (hexlify-buffer): Move point in proper range
1579         if it is too large.
1580         (hexl-after-revert-hook): Update hexl-max-address.
1581         (hexl-address-to-marker): Doc fix.
1583 1999-10-03  Dave Love  <fx@gnu.org>
1585         * image.el (defimage): Remove redundant code.  Substitute file in
1586         image plist.
1588 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1590         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1591         when doing with-temp-file.
1593 1999-10-01  Dave Love  <fx@gnu.org>
1595         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1597         * help.el: Require view when compiling.
1598         (view-emacs-FAQ): Use Info version.
1600 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
1602         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1603         (normat->normal).  Use correct font names for Korean
1604         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1606 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
1608         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1609         code not used by KOI8 to the same 8-bit code instead of mapping to
1610         SPC.
1611         (cyrillic-alternativnyj-decode-table): Likewise.
1613 1999-09-29  Alex Schroeder  <alex@gnu.org>
1615         * sql.el (sql-imenu-generic-expression): new, used to set
1616         imenu-generic-expression.
1617         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1618         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
1619         imenu-case-fold-search, and imenu-syntax-alist.
1620         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1621         setting font-lock-defaults' SYNTAX-ALIST.
1623 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1625         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1626         macro, try again.
1628 1999-09-28  Dave Love  <fx@gnu.org>
1630         * cus-edit.el (custom-comment): Change widget definition.
1631         (custom-comment-create, custom-comment-show)
1632         (custom-comment-invisible-p): Don't use :comment-overlay.
1633         (custom-comment-hide): New function.
1634         (custom-variable-set, custom-variable-save)
1635         (custom-variable-reset-standard, custom-face-set)
1636         (custom-face-save): Use it.
1638 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1640         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1642 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1644         * faces.el (region): Doc fix.
1646 1999-09-27  Dave Love  <fx@gnu.org>
1648         * isearch.el (isearch): Add :links in defgroup.
1649         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1650         (isearch-switch-frame-handler): Comment out (unused).
1651         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1652         (isearch-ring-retreat-edit): Doc fix.
1653         (isearch-mouse-yank): New command.
1654         (isearch-last-command-char): Removed.  Callers changed to use
1655         last-command-char.
1656         (isearch-char-to-string): Removed.  Callers changed to use
1657         char-to-string.
1659 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
1661         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1662         option for Russian.
1664 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
1666         * faces.el (face-differs-from-default-p): Compare face
1667         attributes individually.
1669         * image.el (put-image, insert-image): Add string argument.
1671 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
1673         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1674         LANG=de_DE.iso88591 on HPUX 11.0.
1676         * dired.el (dired-move-to-filename-regexp): Make it work
1677         for LANG=de_DE.iso88591 on HPUX 11.0.
1679 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1681         * info.el (info-initialize): Don't test existence of ALTERNATIVE
1682         if we know for some other reason it should not be used.
1684         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1685         New variable.
1686         (edebug-recursive-edit): Save current-prefix-arg there,
1687         bind it, and set it back at the end.
1688         (edebug-outside-excursion): Restore and update the outside
1689         value of current-prefix-arg.
1690         (edebug-emacs-version-specific): Delete support for Epoch.
1692 1999-09-24  Howard Melman  <howard@silverstream.com>
1694         * imenu.el (imenu-after-jump-hook): New variable.
1695         (imenu): Run menu-after-jump-hook.
1696         (imenu-name-lookup-function): New variable.
1697         * imenu.el (imenu--in-alist): Use those variables.
1699 1999-09-24  Carsten Dominik  <cd@gnu.org>
1701         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1702         multiple thebibliography environments.
1704         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1705         with recentering window.
1706         (reftex-extract-bib-entries-from-thebibliography,
1707         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
1708         with multiple thebibliography environments.
1710         * textmodes/reftex-vars.el
1711         (reftex-section-levels): Function allowed as cdr.
1712         (reftex-max-section-depth) New option.
1714         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1715         with multiple thebibliography environments.
1717 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
1719         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1720         instead of point-min in call to delete-region.
1722 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1724         * vc.el (vc-backend-checkout): Use with-temp-file when checking
1725         out into arbitrary file names.
1727 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
1729         * language/european.el ("Turkish"): New language environment.
1731 1999-09-19  Dave Love  <fx@gnu.org>
1733         * delim-col.el: New file.
1735 1999-09-17  Richard Stallman  <rms@gnu.org>
1737         * files.el (after-find-file): When visiting a backup file,
1738         make it read-only.
1740         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1741         (apropos-keybinding-face, apropos-label-face): Likewise.
1742         (apropos-property-face, apropos-match-face): Likewise.
1743         (apropos-label-properties): New variable.
1744         (apropos-print-doc): Use apropos-label-properties.
1745         (apropos-print): Set apropos-label-properties.
1747 1999-09-15  Richard Stallman  <rms@gnu.org>
1749         * winner.el: Use aref instead of sref.
1751         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1753 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
1755         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1757 1999-09-14  Richard Stallman  <rms@gnu.org>
1759         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1760         cookie, even if followed by a letter.
1762 1999-09-14  Stephen Eglen  <stephen@gnu.org>
1764         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1765         --no-line-editing are passed to Octave by including them here
1766         rather than storing them in inferior-octave-startup-args.
1768 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
1770         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1771         command, option, env and sc.
1773         * subr.el (shell-quote-argument): Quote argument with double
1774         quotes for ms-dos.
1776 1999-09-14  Richard Stallman  <rms@gnu.org>
1778         * simple.el (eval-expression-print-level): New variable.
1779         (eval-expression-print-length): New variable.
1780         (eval-expression-debug-on-error): New variable.
1781         (eval-expression): Bind print-level, print-length and
1782         debug-on-error from those vars.
1784         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1785         Bind print-level, print-length and debug-on-error.
1787 1999-09-14  Inge Frick  <inge@nada.kth.se>
1789         * dired.el (dired-recursive-deletes): New custom variable.
1790         (dired-re-no-dot): New variable.
1791         (dired-delete-file): New function deletes files and directories
1792         recursively.
1793         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1795         * dired-aux.el (dired-recursive-copies): New custom variable.
1796         (dired-handle-overwrite): Broke a long line.
1797         (dired-copy-file): Call `dired-copy-file-recursive' instead of
1798         `copy-file'.
1799         (dired-copy-file-recursive): New function.  Copy directories
1800         recursively.
1801         (dired-do-create-files): Added support for generalized directory
1802         target.  How-to function may now return a function.  New fluid
1803         variable `dired-one-file'.
1804         (dired-copy-how-to-fn): New variable.
1805         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1806         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1807         (dired-do-copy-regexp): No recursive copies.
1809 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
1811         * whitespace.el (whitespace-version): Update version to 2.4
1813         * whitespace.el: Add customization variables to conditionally test
1814         any of the five whitespaces, per request from Rune Kleveland
1815         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1817         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1819         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1820         list of modes to be checked for bogus whitespaces.
1822         * whitespace.el (whitespace-rescan-timer-time): Update
1823         documentation.
1825         * whitespace.el (whitespace-display-unchecked-whitespaces):
1826         new function to update modeline with untested whitespaces.
1828         * whitespace.el (whitespace-buffer): Test only whitespaces whose
1829         checking is turned on, and update modeline using the newly created
1830         `whitespace-display-unchecked-whitespaces'.
1832         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1833         whose checking is turned on, and update modeline using the newly
1834         created `whitespace-display-unchecked-whitespaces'.
1836         * whitespace.el (whitespace-describe): Update documentation.
1838         * whitespace.el (whitespace-tickle-timer): Test if
1839         `whitespace-rescan-timer-time' is non-zero before tickling timer.
1841 1999-09-13  Dave Love  <fx@gnu.org>
1843         * hideif.el (hide-ifdef-mode): Add autoload cookie.
1845         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1846         for temp buffer.
1847         (checkdoc-this-string-valid): Don't assume default comment-start.
1849 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
1851         * rsz-mini.el: Remove code, keep the interface.
1853 1999-09-13  Dave Love  <fx@gnu.org>
1855         * help.el (help-highlight-p): Doc fix.
1857         * faces.el (mode-line, header-line, tool-bar): Add :version.
1858         (highlight, secondary-selection): Add :group.
1859         (trailing-whitespace): Add :group, :version.
1861         * wid-edit.el: Remove some compatibility code and checks.
1862         (widget-specify-field, widget-specify-button): Don't use XEmacs
1863         properties.
1864         (widget-overlay-inactive): Change error message.
1865         (widget-button-pressed-face): New variable.
1866         (widget-button-click): Use it.
1867         (widget-documentation-link-add): Specify mouse and button faces.
1868         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1869         removed now the functionality is built in.
1871         * cus-edit.el: Don't define-widget-keywords.
1872         (multimedia): New group.
1873         (custom-last): Function removed.
1874         (custom-quote): Add vectorp case, comment out characterp case.
1875         (custom-buffer-done-function, custom-raised-buttons): New option.
1876         (Custom-buffer-done): New function.
1877         (custom-buffer-create-internal): Obey custom-raised-buttons,
1878         Custom-buffer-done.
1879         (custom-button-face): Make it `released-button'.
1880         (custom-button-pressed-face): Make it `pressed-button'
1881         (custom-mode-map): Bind "q" to Custom-buffer-done.
1882         (custom-mode): Deal with raised/pressed buttons.
1884         Changes from Didier Verna:
1885         (custom-prompt-variable): Optional third arg makes prompt for a
1886         comment string.
1887         (customize-set-value, customize-set-variable,
1888         customize-save-variable): Optional prefix makes function handle
1889         variable comments.
1890         (customize-customized, customize-saved, custom-variable-state-set)
1891         (custom-variable-set, custom-variable-save, custom-face-state-set)
1892         (custom-variable-reset-saved, custom-variable-reset-standard)
1893         (custom-face-set, custom-face-save, custom-face-reset-saved)
1894         (custom-face-reset-standard, customize-save-customized): Handle
1895         custom comments.
1896         (custom-comment-face, custom-comment-tag-face): New face.
1897         (custom-comment): New widget.
1898         (custom-comment-create, custom-comment-delete)
1899         (custom-comment-value-set, custom-comment-show)
1900         ()custom-comment-invisible-p): New functions.
1901         (custom-variable-value-create, custom-face-value-create): Create a
1902         comment field widget.
1903         (custom-variable-menu, custom-face-menu): New entry for custom
1904         comment.
1905         (custom-face-value-create): Remove compatibility code.
1906         (custom-save-variables, custom-save-faces): Possibly save custom
1907         comments.
1909         * cus-face.el (custom-face-attributes): Simplify :underline,
1910         :overline, :inverse-video cases.  Fix up :box case (probably needs
1911         more work).
1913         Change from Didier Verna:
1914         (custom-set-faces): The arguments can now have a custom comment as
1915         fourth argument.
1917         * custom.el: Don't define-widget-keywords.
1918         Change from Didier Verna:
1919         (custom-set-variables): the arguments can now have a
1920         custom comment as fifth element.
1922 1999-09-13  Richard Stallman  <rms@gnu.org>
1924         * info.el (Info-find-node): Cope better if guesspos is too large.
1926 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1928         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1929         of buffer-substring because buffer-string doesn't copy the
1930         prompt.
1932         * faces.el (mode-line): Replaces `modeline'.
1933         (toplevel): Make `modeline' an alias for `mode-line'.
1935 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1937         * gs.el: Change `ghostscript' to `postscript' in comment.
1939 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
1941         * emulation/tpu-edt.el (tpu-version): New version.
1942         (tpu-search-overlay, tpu-replace-overlay): New variables.
1943         (tpu-search-highlight, tpu-toggle-direction): New functions.
1944         (tpu-lm-replace): Set tpu-replace-overlay.
1945         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1946         command hook.
1948 1999-09-11  Richard Stallman  <rms@gnu.org>
1950         * isearch.el (isearch-mode-map): Undo previous change.
1952         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1953         use all of that as the sexp.
1955         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1956         and use the initial argument as file name directly.
1957         Likewise if nothing matches.
1959 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
1961         * winner.el: Major changes.  Avoid changing point and mark.
1962         Save configurations after they change, not before.
1964 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
1966         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1967         Bind print-continuous-numbering and print-number-table.
1969 1999-09-10  Dave Love  <fx@gnu.org>
1971         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1973 1999-09-09  Richard Stallman  <rms@gnu.org>
1975         * whitespace.el: Finish making it fit Emacs conventions.
1976         Add autoloads.
1978 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1980         * generic-x.el (bat-generic-mode): "::"-style comments don't
1981         need to begin with "-".  Fix the font-lock definitions of ON/OFF
1982         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
1983         from the list of keywords.  Add DO to the list of keywords.
1985 1999-09-09  Dave Love  <fx@gnu.org>
1987         * byte-opt.el (byte-optimize-backward-char):
1988         (byte-optimize-backward-word): New optimizations.
1989         (side-effect-free-fns, side-effect-and-error-free-fns): Add
1990         entries.
1992 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
1994         * image.el (put-image): Remove optional buffer parameter.
1996         * faces.el (face-italic-p): Return t only for values `italic'
1997         and `oblique'.
1999         * mouse.el (mouse-drag-mode-line-1): Extension of former
2000         mouse-drag-mode-line that also drags the header line.
2001         (mouse-drag-mode-line): Call it.
2002         (mouse-drag-header-line): New.
2003         (toplevel): Bind down-mouse-1 on header lines to
2004         mouse-drage-header-line.
2006 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
2008         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
2009         (make-mode-line-mouse-sensitive): Replace `top-line' by
2010         `header-line'.
2012 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
2014         * help.el (describe-function-1): Don't return empty string for keymaps.
2016         * fill.el (fill-region-as-paragraph, canonically-space-region):
2017         Respect colon-double-space at end of line.
2019 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
2021         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
2022         (backup-buffer): Use it.
2024 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
2026         * generic-x.el (generic-define-unix-modes): Added new modes:
2027         inetd-conf-generic-mode, etc-services-generic-mode,
2028         etc-passwd-generic-mode.  These are all defined for Unix by default.
2029         (apache-generic-mode): Use an imenu-generic-expression to list
2030         Configuration keywords.
2031         (samba-generic-mode): Use both ; and # as comment characters.
2032         (samba-generic-mode): Font-lock expressions now highlight name
2033         value pairs.
2034         (bat-generic-mode): Keywords are now case-insensitive through
2035         font-lock-defaults setting.
2036         (java-properties-generic-mode): Supports both ! and # as comment
2037         characters.
2038         (java-properties-generic-mode): Added an imenu-generic-expression
2039         (java-properties-generic-mode): Reworked to support the various
2040         different ways to separate name and value (viz, '=', ':' and
2041         whitespace).
2042         (show-tabs-generic-mode): Added this new generic-mode.
2044 1999-09-08  Richard Stallman  <rms@gnu.org>
2046         * progmodes/inf-lisp.el: Moved from top directory.
2048         * tar-mode.el (tar-header-block-tokenize):
2049         Use `when' instead of `and'.  Fix some clobbered text.
2051         * gud.el (gud-make-debug-menu): Make a child for the
2052         local menu, for its menu bar, and the debug menu.
2053         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
2054         Use the history in the simple way.
2056 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
2058         * language/korea-util.el (default-korean-keyboard): Initialize it
2059         according to the environment variable HANGUL_KEYBOARD_TYPE.
2061 1999-09-07  Richard Stallman  <rms@gnu.org>
2063         * subr.el (make-temp-file): New function.
2065 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
2067         * font-lock.el (font-lock-multiline): New text property contains
2068         a boolean to indicate if the char is part of a multiline match.
2069         (font-lock-default-fontify-region): Extend the region appropriately
2070         for multiline keywords.
2071         (font-lock-default-unfontify-region): Also remove the new
2072         font-lock-multiline text property.
2073         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
2074         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
2076 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2078         * diary-lib.el (list-diary-entries): Make sure two-digit years
2079         have leading zeros.
2081 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
2083         * faces.el (face-set-after-frame-default): Initialize some
2084         attributes of some faces from frame parameters.
2086         * faces.el (scroll-bar, border, cursor, mouse): New faces.
2088 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
2090         * faces.el (fringe): Replaces face `margin'.
2092 1999-09-07  Dave Love  <fx@gnu.org>
2094         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2096 1999-09-07  Richard Stallman  <rms@gnu.org>
2098         * subr.el (push): Doc fix.
2100 1999-09-06  Richard Stallman  <rms@gnu.org>
2102         * vc.el (vc-annotate-display): Use < 69 not < 70
2103         to distinguish 20YY from 19YY.
2105         * timezone.el (timezone-parse-date): Use < 69 not < 70
2106         to distinguish 20YY from 19YY.
2108         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2110 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
2112         * quickurl.el: (quickurl-list-focused-line): Removed.
2113         (quickurl-list-insert): Now works out the focused line using
2114         `count-lines' instead of using `quickurl-list-focused-line'.
2116 1999-09-06  Richard Stallman  <rms@gnu.org>
2118         * mail/rmail.el (rmail-retry-failure): Unconditionally move
2119         to beginning of message.
2121 1999-09-06  Dave Love  <fx@gnu.org>
2123         * isearch.el (isearch-mode-map): Add mouse-2.
2125         * rmail.el (rmail-read-password): Deleted.
2126         (rmail-get-pop-password): Use read-password.
2128         * quickurl.el: Don't conditionally define caddr.
2129         (quickurl-url-comment): Use nth, not caddr in function and
2130         defsetf.
2132 1999-09-06  Richard Stallman  <rms@gnu.org>
2134         * auto-show.el: Doc fixes.
2136 1999-09-06  Stephen Eglen  <stephen@gnu.org>
2138         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2139         --no-line-editing so that TABs in source files are not interpreted
2140         as completion requests.
2142 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
2144         * hscroll.el, auto-show.el: Remove all code, keep the public
2145         interface as no-ops.
2147         * faces.el (face-bold-p): Don't return t if face has lighter
2148         weight than normal.
2150 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
2152         * startup.el (command-line): Make small-temporary-file-directory
2153         be nil except on ms-dos.
2155         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
2157         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2158         is defined.
2160         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2161         letters with a colon after d or l.
2163 1999-09-06  Dave Love  <fx@gnu.org>
2165         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
2167 1999-09-05  Richard Stallman  <rms@gnu.org>
2169         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2171         * textmodes/paragraphs.el (backward-kill-sentence):
2172         Don't test minibuffer-prompt-end here.
2173         (forward-sentence): Do handle it here.
2174         (backward-kill-paragraph): Don't test it here.
2175         (forward-paragraph): Handle it here.
2177         * mouse.el (font-menu-add-default): Simplify code.
2179 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
2181         * faces.el (header-line): Renamed from `top-line'.
2183 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
2185         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2187 1999-09-04  Richard Stallman  <rms@gnu.org>
2189         * whitespace.el: New file.
2191 1999-09-04  Dave Love  <fx@gnu.org>
2193         * paths.el: Make some doc strings obey the make-docfile convention.
2195         * bindings.el: Likewise.
2196         (debug-ignored-errors): Remove BBDB ones.
2198 1999-09-03  Richard Stallman  <rms@gnu.org>
2200         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2201         not from the draft to forward.
2203         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2205 1999-09-03  Dave Love  <fx@gnu.org>
2207         * double.el (double-mode): Customize the variable.
2209 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
2211         * international/characters.el: Delete duplicated code.
2213 1999-09-02  Richard Stallman  <rms@gnu.org>
2215         * indent.el (indent-relative): Doc fix.
2217         * quickurl.el (quickurl): Doc fix.
2219 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
2221         * faces.el (margin): Change background to "gray" for mono (this is
2222         drawn with a stipple pattern).
2224 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
2226         * simple.el (next-history-element): Use minibuffer-prompt-end once
2227         again.  Remove test for minibuffer-prompt-in-buffer.
2229 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
2231         * files.el (small-temporary-file-directory): New variable.
2233         * startup.el (command-line): Compute the value of
2234         small-temporary-file-directory.
2236         * ediff-init.el (ediff-temp-file-prefix): Use
2237         small-temporary-file-directory if non-nil.
2239         * vc.el (vc-update-change-log): Likewise.
2241         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2243         * simple.el (shell-command, shell-command-on-region): Use
2244         make-temp-name properly.  Use small-temporary-file-directory if
2245         non-nil, otherwise temporary-file-directory, to generate temporary
2246         files.
2248         * dos-w32.el (direct-print-region-helper): Use
2249         temporary-file-directory.  (From Stefan Monnier.)
2251 1999-09-02  Richard Stallman  <rms@gnu.org>
2253         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2254         from asm-comment-char.
2255         (asm-font-lock-keywords): Recognize instruction width suffixes.
2257 1999-09-01  Richard Stallman  <rms@gnu.org>
2259         * play/fortune.el: New file.
2261 1999-08-31  Dave Love  <fx@gnu.org>
2263         * help.el (help-make-xrefs): Don't lose on non-empty blank line
2264         after key table.
2266         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
2267         variables.
2269         * subr.el (push): Fix typo.
2271 1999-08-30  Kevin Blake  <kblake@ticnet.com>
2273         * emacs-lisp/ring.el: Many doc fixes.
2274         (ring-size, ring-copy): New functions.
2276 1999-08-29  Richard Stallman  <rms@gnu.org>
2278         * progmodes/etags.el (tags-loop-continue):
2279         After tags-loop-operate returns, force skip to next file.
2281         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2282         (mail-extr-first-letters, mail-extr-last-letters):
2283         Use character classes [:alpha:] and [:alnum:].
2285         * subr.el (push, pop): New macros.
2287         * progmodes/compile.el (compilation-error-regexp-alist):
2288         New item for SGI IRIX MipsPro compilers.
2290         * speedbar.el (speedbar-directory-buttons): Recognize
2291         device names when checking for file names.
2293         * array.el (array-reconfigure-rows): Use generate-new-buffer.
2295         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2296         and specially handle defvar inside their expansions.
2297         (eval-defun-1): New subroutine.
2299         * progmodes/compile.el (compilation-error-regexp-alist):
2300         Fix the Perl -w entry to allow period after line number.
2301         Don't allow newlines in file name, but allow them after line number
2302         for Perl debugging traces.
2304         * which-func.el (which-func-cleanup-function): New variable.
2305         (which-function): Call that function.
2307         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2308         to end a function name.
2310         * informat.el (Info-tagify): Don't insert more than one newline
2311         before the tag table.
2313 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
2315         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2316         than make-temp-name, use match-string-no-properties, and eliminate
2317         a quadratic behavior when building bibtex-strings.
2319 1999-08-29  Alex Schroeder  <alex@gnu.org>
2321         * comint.el (comint-input-ring-separator): New variable.
2322         (comint-read-input-ring): Doc change; use
2323         comint-input-ring-separator when reading file.
2324         (comint-write-input-ring): Use
2325         comint-input-ring-separator when writing file.
2327 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
2329         * informat.el (Info-tagify): Start by widening.
2330         Match node headers that don't list the file name,
2331         and more kinds of page separations.
2332         Strip properties during tagification.
2333         Use start of node header line as tag's position.
2334         Fix the "done" message.
2336         (Info-validate): Save and restore match data around narrowing down.
2338 1999-08-28  Richard M. Stallman  <rms@gnu.org>
2340         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2341         On repeated call, override previous values put into
2342         minor-mode-map-alist and minor-mode-alist.
2344 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
2346         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2348 1999-08-27  Andreas Schwab  <schwab@gnu.org>
2350         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2351         from cvs update.
2353 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2355         * calendar/calendar.el (calendar-move-hook): New hook.
2357         * calendar/cal-move.el: Call the new hook in every movement function.
2359         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2360         the right function name.
2362 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
2364         * time-stamp.el: Put quote-backquote around all symbol names
2365         in doc strings, for mousing.
2366         (time-stamp): support multi-line patterns.
2367         (time-stamp-inserts-lines): new variable.
2368         (time-stamp-count): new variable.
2369         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
2370         "Thu" instead of "%a".
2372 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2374         * simple.el (kill-word): Undo previous change.
2376 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
2378         * jit-lock.el (jit-lock-function): Extend the fontified range
2379         to the beginning of the line containing the range start and
2380         the beginning of the line following the range end.
2382 1999-08-24  Dave Love  <fx@gnu.org>
2384         * timezone.el: Move provide to end.
2385         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
2386         <70 are 2000+.
2387         (timezone-parse-time): Simplify somewhat.
2389 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
2391         * faces.el (margin): Renamed from bitmap-area.
2393 1999-08-24  Alex Schroeder  <alex@gnu.org>
2395         * sql.el: Doc changes.
2396         (sql-sybase): use sql-server instead of sql-database.
2398 1999-08-23  Dave Love  <fx@gnu.org>
2400         * rect.el: Add/fix various doc strings.  Add `*' to all the
2401         interactive specs.
2403 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
2405         * jit-lock.el (jit-lock-function): Use line-beginning-position.
2406         Don't unwind-protect font-lock-fontify-region.
2408         * paragraphs.el (backward-kill-paragraph): Don't move
2409         point into mini-buffer prompt.
2410         (backward-kill-sentence): Ditto.
2412         * simple.el (next-history-element): Use minibuffer-prompt-end.
2413         Remove test for minibuffer-prompt-in-buffer.
2414         (kill-word): Don't move point into mini-buffer prompt.
2416 1999-08-21  Dave Love  <fx@gnu.org>
2418         * Makefile: Exclude CVS dirs like RCS.
2420 1999-08-19  Dave Love  <fx@gnu.org>
2422         * tooltip.el (tooltip-mode): Customize this, per convention.
2423         (tooltip-active): Option deleted.
2425         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
2427         * hanoi.el, page-ext.el: Declare dynamic vars.
2429         * term.el: Avoid ange-ftp related compilation warnings.
2431 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
2433         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
2434         the default so that beginners can benefit from it without
2435         searching in manuals.
2437 1999-08-18  Ray Blaak  <blaak@gnu.org>
2439         * progmodes/delphi.el: Consider assembly sections as blocks, to
2440         indent them better. Make auto-indent on newline optional.
2442 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
2444         * bindings.el (mode-line-modified): Look up key binding for C-x
2445         C-q.  If it's bound call that binding, otherwise call
2446         toggle-read-only.
2448 1999-08-17  Dave Love  <fx@gnu.org>
2450         * info.el (info): Doc fix.
2452         * finder.el (finder-known-keywords): Add `multimedia'.
2454         * apropos.el: Don't capitalize custom group name.
2456         * info-look.el: Remove compatibility code.
2457         (info-lookup-guess-default*): DTRT for point at start of symbol.
2458         (info-complete): Don't lose with point not at end of symbol.
2460 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
2462         * term.el (toplevel): Make face `term-default' an empty face.
2463         The code relied on the fact that Emacs ignored invalid faces in
2464         face text properties in 20.4.
2466 1999-08-16  Richard M. Stallman  <rms@gnu.org>
2468         * subr.el (point-at-eol, point-at-bol): New aliases.
2470         * simple.el: Functions reordered.
2472         * rect.el (delete-rectangle-line): Use line-end-position.
2474 1999-08-16  Karl Heuer  <kwzh@gnu.org>
2476         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2477         here from simple.el.
2479 1999-08-16  Dave Love  <fx@gnu.org>
2481         * mouse.el: Provide `mldrag' for compatibility.
2482         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2483         marked obsolete.
2485         * mldrag.el: Removed since the features are in mouse.el.
2487         * jka-compr.el (auto-compression-mode): New variable for
2488         customization.
2490         * bindings.el (mode-line-mule-info): Doc fix.
2492         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2493         name comparisons.
2495         * files.el (interpreter-mode-alist): Add make, guile, clisp.
2496         (find-file): Doc fix.
2498 1999-08-16  Carsten Dominik  <cd@gnu.org>
2500         * textmodes/reftex.el: Most of the code moved to other files.
2501         * textmodes/reftex-auc.el: New file, split out from reftex.el
2502         * textmodes/reftex-cite.el: New file, split out from reftex.el
2503         * textmodes/reftex-global.el: New file, split out from reftex.el
2504         * textmodes/reftex-index.el: New file, split out from reftex.el
2505         * textmodes/reftex-parse.el: New file, split out from reftex.el
2506         * textmodes/reftex-ref.el: New file, split out from reftex.el
2507         * textmodes/reftex-sel.el: New file, split out from reftex.el
2508         * textmodes/reftex-toc.el: New file, split out from reftex.el
2509         * textmodes/reftex-vars.el: New file, split out from reftex.el
2510         * textmodes/reftex-vcr.el: New file, split out from reftex.el
2512 1999-08-16  Carsten Dominik  <cd@gnu.org>
2514         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2515         conflict with pop-up-frames.
2516         (reftex-special-environment-parsers): New constant.
2517         (reftex-label-alist): car of an entry can also be a function.
2518         (reftex-what-special-env): new function.
2519         (reftex-label-location): Call `reftex-what-special-env'.
2520         (reftex-compile-variables): Check for symbol in
2521         `reftex-label-alist'.
2522         (reftex-what-environment): fixed bug with stacked environments of
2523         same kind (e.g. enumerate).
2524         (reftex-process-string): Preserve default directory.
2525         (reftex-label-alist-builtin): changed prefixes of endnote and
2526         footnote.  Also the magic words.
2527         (reftex-reference): Interprete new option
2528         `reftex-fref-is-default'.
2529         (reftex-replace-prefix-escapes): Interprete new `%S' format.
2530         (reftex-toc-mouse-view-line): Command removed (had no binding).
2531         (reftex-everything-regexp): New function.
2532         (reftex-nearest-match): Made better.
2533         (reftex-toc-find-section): Use new version of
2534         `reftex-nearest-match'.
2535         (reftex-insert-docstruct): adapted to work with the index stuff.
2536         (reftex-parse-from-file): Find index entries as well.
2537         (reftex-toc-toggle-index): New function
2538         (reftex-toc-map): `i' is now used to togle the index, File
2539         boundaries has been moved to `F'.
2540         (reftex-select-label-map): Toggling display of file boundaries is
2541         now on the `F' key, for consistency with `reftex-toc-map'.
2542         (reftex-erase-all-selection-and-index-buffers): Renamed from
2543         `reftex-erase-all-selection-buffer'.  Now also kills the index
2544         buffers.
2545         (reftex-viewing-cross-references): Customization group renamed
2546         from reftex-viewing-cross-references-and-citations.
2547         (reftex-index-macro-regexp,
2548         reftex-find-index-entry-regexp-format): New variables
2549         (reftex-macros-with-index): New variable
2550         (reftex-add-index-macros): New function
2551         (reftex-renumber-simple-labels, reftex-translate): Allow for
2552         multiple labels in a single ref command.
2553         (reftex-index-support): New customization group
2554         (reftex-support-index, reftex-index-special-chars,
2555         reftex-index-macros, reftex-index-default-macro,
2556         reftex-index-default-tag, reftex-index-math-format,
2557         reftex-index-section-letters, reftex-index-include-context,
2558         reftex-index-follow-mode, reftex-index-header-face,
2559         reftex-index-section-face, reftex-index-tag-face,
2560         reftex-index-face): New options
2561         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2562         reftex-index-tag, reftex-index-return-marker,
2563         reftex-index-restriction-indicator, reftex-index-restriction-data,
2564         reftex-index-macro-regexp, reftex-index-level-re,
2565         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2566         reftex-everything-regexp-no-index, reftex-index-re,
2567         reftex-macros-with-index, reftex-index-macro-alist): New variables
2568         (reftex-index-help, reftex-index-macros-builtin,
2569         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2570         reftex-query-index-macro-help): New constants
2571         (reftex-index-selection-or-word, reftex-index,
2572         reftex-default-index, reftex-update-default-index,
2573         reftex-index-complete-tag, reftex-index-select-tag,
2574         reftex-index-complete-key, reftex-index-update-taglist,
2575         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2576         reftex-display-index, reftex-insert-index,
2577         reftex-index-insert-new-letter, reftex-get-restriction,
2578         reftex-index-pre-command-hook, reftex-index-post-command-hook,
2579         reftex-index-show-help, reftex-index-next, reftex-index-previous,
2580         reftex-index-toggle-follow, reftex-index-toggle-context,
2581         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2582         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2583         reftex-index-quit, reftex-index-quit-and-kill,
2584         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2585         reftex-index-revert, reftex-index-switch-index-tag,
2586         reftex-index-restrict-to-section, reftex-index-widen,
2587         reftex-index-restriction-forward,
2588         reftex-index-restriction-backward, reftex-index-visit-location,
2589         reftex-index-analyze-entry, reftex-index-globalize,
2590         reftex-index-edit, reftex-index-toggle-range-beginning,
2591         reftex-index-toggle-range-end, reftex-index-edit-key,
2592         reftex-index-edit-attribute, reftex-index-edit-visual,
2593         reftex-index-edit-part, reftex-index-level-down,
2594         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2595         reftex-index-change-entry, reftex-index-goto-letter,
2596         reftex-add-index-macros, reftex-ensure-index-support,
2597         reftex-index-info-safe, reftex-index-info): New functions.
2600 1999-08-15  Richard M. Stallman  <rms@gnu.org>
2602         * paren.el (show-paren-mode): Support making show-paren-mode
2603         a buffer-local variable.  Don't check for a window system.
2604         (show-paren-function): Check whether show-paren-function is
2605         enabled in current buffer; do the right thing if not.
2606         Don't check for a window system.
2607         (show-paren-mode): Make it a user variable.
2609         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2610         Handle `enum' like `struct'.
2612         * server.el (server-process-filter): If a client visits no buffers,
2613         close it immediately before recording it.
2615         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2616         Optimize by calling concat just once.  Handle =\n sequence.
2617         (mail-unquote-printable-region): New command.
2618         (mail-quote-printable): Make it autoload.
2620 1999-08-15  Karl Heuer  <kwzh@gnu.org>
2622         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2624 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2626         * lisp/texinfmt.el: Handle @ifnottex.
2628 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
2630         * frame.el (blink-cursor): Don't turn on cursor blinking for
2631         ms-dos.
2633         * faces.el (face-valid-attribute-values): Look in
2634         x-bitmap-file-path only for x and w32 window systems.
2636         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2637         Do that if width is nil as well.
2638         (x-display-mm-height, x-display-mm-width): Update values.
2639         (x-colors): Compute the list from msdos-color-values.
2640         (x-select-enable-clipboard): Doc fix.
2641         (x-frob-font-weight, x-font-family-list): New functions.
2643 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
2645         * window.el (shrink-window-if-larger-than-buffer): Don't try to
2646         back up from beginning of buffer.
2648 1999-08-13  Karl Heuer  <kwzh@gnu.org>
2650         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2652 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
2654         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
2655         doomsday clock, speed control is added and changes are made to
2656         allow large numbers of rings: rings now show the whole ring
2657         number, not just the last digit; consecutive rings are allowed to
2658         be the same size when necessary to fit all the rings in the
2659         window; and poles can be oriented horizontally.  Face support is
2660         thrown in gratuitously.
2661         (hanoi): Changed default number of rings back to 3.
2662         (hanoi-unix, hanoi-unix-64): New commands
2663         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2664         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2665         hanoi-odd-ring-face): New variables.
2666         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2667         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2668         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2669         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2670         (hanoi-topos, hanoi-draw-ring): Removed.
2672 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
2674         * faces.el (face-valid-attribute-values): Return an alist for
2675         families on ttys.
2676         (face-read-integer): Handle unspecified face attributes.  Add
2677         completion for `unspecified'.
2678         (read-face-attribute): Handle unspecified font attributes.
2679         (face-valid-attribute-values): Add `unspecified' to lists so that
2680         it can be chosen via completion.
2681         (face-read-string): Don't recognize "none" as input.
2683 1999-08-10  Dave Love  <fx@gnu.org>
2685         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2686         string.
2688         * sun-curs.el: Require sun-fns.
2690 1999-08-10  Dave Love  <fx@gnu.org>
2692         * autorevert.el (auto-revert-mode): Add autoload cookie.
2694         * hscroll.el, auto-show.el: Files deleted -- we have built-in
2695         hscroll.
2697         * simple.el (hscroll-step, hscroll-point-visible)
2698         (hscroll-window-column): Remove now we have the mentioned real
2699         horizontal autoscrolling.
2701 1999-08-10  Richard M. Stallman  <rms@gnu.org>
2703         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2704         control use of -f option.
2705         (mail-specify-envelope-from): New variable.
2706         (mail-from-style): Doc fix.
2708         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2709         (easy-menu-get-map): New arg TO-MODIFY helps choose
2710         between local and global maps.
2711         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2712         (easy-menu-change): Doc fix.
2714         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2715         (info-lookup-guess-default): Simplified and cleaned up.
2716         (info-lookup-guess-default*): Preserve point.
2718         * view.el (view-mode-disable): If buffer-read-only is nil,
2719         don't change it.
2721         * files.el (after-find-file): Disable View mode if buffer is no
2722         longer read-only.
2724         * view.el (view-mode-enable, view-mode-disable):
2725         Call force-mode-line-update.
2727 1999-08-10  Karl Heuer  <kwzh@gnu.org>
2729         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2730         * array.el, play/landmark.el, international/latin-3.el: Likewise.
2731         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2733 1999-08-10  Alex Schroeder  <asc@bsiag.com>
2735         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2736         to prevent m-eating-bug.
2738 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
2740         * term/pc-win.el (msdos-bg-mode): Remove.  Call
2741         frame-set-background-mode instead.  All callers changed.
2742         (msdos-face-setup): Don't force color display parameter, it is set
2743         by frame-set-background-mode.
2744         (make-msdos-frame): Call x-handle-reverse-video and
2745         face-set-after-frame-default.  Delete frame if creation failed.
2747         * faces.el (face-set-after-frame-default): Don't call
2748         make-face-x-resource-internal for the pc window-system.
2750 1999-08-10  Dave Love  <fx@melange.gnu.org>
2752         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2753         case with no docstring specially.
2755 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
2757         * complete.el (PC-do-completion): If completing on file name,
2758         reproduce str by concatenating its directory and basename parts.
2760 1999-08-07  Dave Love  <fx@gnu.org>
2762         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
2763         unibyte to multibyte conversion of search-forward (from Handa),
2764         but avoid the replacement if the language is Latin-N.
2766 1999-08-06  Richard Stallman  <rms@gnu.org>
2768         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2769         of eval-buffer.
2771         * international/mule.el (load-with-code-conversion):
2772         Pass t to eval-buffer for DO-ALLOW-PRINT.
2774 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
2776         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2777         of filenames and attributes.
2778         (ls-lisp-insert-directory): Use directory-files-and-attributes
2779         for speed.
2781 1999-08-05  Dave Love  <fx@gnu.org>
2783         * auto-show.el (auto-show-mode): Fix :set.
2785         * widget.el (define-widget-keywords): Make dummy definition and
2786         comment-out its use.
2788 1999-08-04  Richard Stallman  <rms@gnu.org>
2790         * progmodes/tcl.el: Customized.
2792         * sql.el (sql-accumulate-and-indent): Instead of testing
2793         whether this is Emacs 20 before calling comint-accumulate,
2794         test whether comint-accumulate is defined.
2796 1999-08-04  Dave Love  <fx@gnu.org>
2798         * sgml-mode.el: Require outline when compiling.
2799         (sgml-mode-hook, html-mode-hook): Customize.
2800         (sgml-validate-command): Fix :version.
2801         (html-autoview-mode): Doc fix.
2803         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2804         nothing in Latin-N environment.
2806         * info.el (Info-find-node): Call info-initialize here.
2807         (info): Not here.
2808         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2810 1999-08-04  Richard Stallman  <rms@gnu.org>
2812         * ansi-color.el: New file.
2814 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
2816         * dired.el (dired-string-replace-match): Return `nil' when no match
2817         found with global search.
2819         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2820         * terminal.el (te-terminfo-directory):
2821         * mail/mailpost.el (post-mail-send-it):
2822         * mail/metamail.el (metamail-region):
2823         * progmodes/ada-mode.el (ada-tmp-directory):
2824         Use temporary-file-directory.
2826         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2827         (compilation-filter, compilation-forget-errors)
2828         (compilation-parse-errors): Use a marker instead of an integer for
2829         `compilation-parsing-end'.
2831         * progmodes/diff.el (diff-parse-differences):
2832         Use a marker instead of an integer for `compilation-parsing-end'.
2833         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2834         Use a marker instead of an integer for `compilation-parsing-end'.
2836 1999-08-03  Richard Stallman  <rms@gnu.org>
2838         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2839         (Buffer-menu-mode): Doc fix.
2840         (Buffer-menu-view): New command.
2841         (Buffer-menu-view-other-window): New command.
2843 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
2845         * replace.el (query-replace-regexp-eval)
2846         (replace-eval-replacement, replace-loop-through-replacements)
2847         (replace-match-string-symbols): New functions.
2848         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2849         Use replace-loop-through-replacements.
2851 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
2853         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2854         (5x5): Doc fix.
2856 1999-08-03  Dave Love  <fx@gnu.org>
2858         * fortran.el (fortran-indent-new-line): Make it an alias
2859         for reindent-then-newline-and-indent.
2861 1999-08-03  Didier Verna  <verna@inf.enst.fr>
2863         * rect.el: All functions rewritten, except when noted above
2864         their declaration.  Below is a list of interface changes.
2865         (apply-on-rectangle): New function, mostly replaces
2866         `operate-on-rectangle'.  All callers changed.
2867         (move-to-column-force): Pass new second argument to `move-to-column'.
2868         (kill-rectangle): Added optional prefix arg to fill lines.
2869         (delete-rectangle): Ditto.
2870         (delete-whitespace-rectangle): Ditto.
2871         (delete-extract-rectangle): Ditto.
2872         (open-rectangle): Ditto.
2873         (clear-rectangle): Ditto.
2874         (delete-whitespace-rectangle-line): New function.
2875         (delete-rectangle-line): Added third arg FILL.
2876         (delete-extract-rectangle-line): Ditto.
2877         (open-rectangle-line): Ditto.
2878         (clear-rectangle-line): Ditto.
2880 1999-08-03  Ray Blaak  <blaak@gnu.org>
2882         * progmodes/delphi.el: New file.
2884 1999-08-02  Richard Stallman  <rms@gnu.org>
2886         * textmodes/outline.el (outline-previous-heading): New function.
2887         (outline-up-heading-all): Use outline-previous-heading.
2888         (outline-next-heading): Delete definition inserted yesterday.
2890 1999-08-01  Richard Stallman  <rms@gnu.org>
2892         * textmodes/outline.el (outline-next-heading): New function.
2893         (outline-up-heading-all): New function.
2894         (outline-font-lock-level): Using outline-up-heading-all.
2895         Tell outline-back-to-heading to accept invisible headings.
2897         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2899         * mail/mh-utils.el (mh-find-path-run): New variable.
2900         (mh-find-path): Test and set that.
2901         Set mail-user-agent only the first time this function is run.
2902         (mail-user-agent): Defvar deleted.
2904         * info.el (info-initialize): New function.
2905         (info): Call info-initialize.
2906         (Info-directory-list): Initialize to nil,
2907         so info-initialize will set it up for real.
2909 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2911         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2912         does not interpret a time as the year in a day-month entry.
2914         * calendar/diary-lib.el: Change syntax table entry for colon in
2915         the diary as part of the european-date-diary-pattern fix.
2917 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
2919         * international/mule.el (set-auto-coding): Allow whitespace before
2920         and after the "variable: value" pair.
2922 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
2924         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2925         (default-sendmail-coding-system): Doc-string fixed.
2927 1999-07-30  Dave Love  <fx@gnu.org>
2929         * subr.el (assoc-delete-all): New function, renamed from
2930         frame-delete-all.
2932         * frame.el: Change comments to doc strings and other doc fixes.
2933         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2934         Callers changed.
2935         (set-background-color, set-foreground-color, set-cursor-color)
2936         (set-mouse-color, set-border-color): Offer completion of colours.
2937         (cursor): Add :version to defgroup.
2939         * facemenu.el (list-colors-display): Make it work on ttys.
2940         (facemenu-read-color): Likewise.
2942 1999-07-30  Richard M. Stallman  <rms@gnu.org>
2944         * frame.el (frame-notice-user-settings): If background
2945         color has been changed, update background-mode from it,
2946         then update faces.
2948 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
2950         * net-utils.el (finger): Don't do indirect fingering.
2952 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2954         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2955         rules.  Add separator at end of holidays.
2956         (cal-tex-rules): New customizable variable.
2957         (cal-tex-latexify-list): Add optional parameter to put separator
2958         at end.
2960 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
2962         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2963         fill prefix on each line while looping to the end of paragraph.
2964         End paragraph if it's longer than the existing fill prefix.
2966         * textmodes/fill.el (fill-context-prefix): Doc fix.
2968 1999-07-30  Dave Love  <fx@gnu.org>
2970         * font-lock.el (jit-lock): Fix :load, add :version.
2972 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
2974         * term/pc-win.el (msdos-face-setup): Register standard colors in
2975         Vface_tty_color_alist.
2976         (face-color-supported-p, face_color_gray_p): New functions.
2978         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2979         is bound.
2981         * startup.el (command-line): Don't register default colors for
2982         MSDOS window-system.
2984 1999-07-29  Dave Love  <fx@gnu.org>
2986         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2987         charquote.
2989         * lisp-mode.el (eval-defun): Re-written to avoid
2990         capturing variables.
2992         * picture.el (picture-beginning-of-line): Don't call
2993         hscroll-point-visible now we have real autoscrolling.
2994         (picture-end-of-line, picture-newline, picture-open-line):
2995         Likewise.
2997         * international/latin-8.el: New file.
2998         * international/latin-9.el: New file.
3000 1999-07-28  Dave Love  <fx@gnu.org>
3002         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
3004         * msb.el: Require cl only when compiling.
3005         (msb--home-dir): Deleted.
3006         (msb--format-title): Use abbreviate-file-name.
3007         (msb--choose-file-menu): Simplify string comparison.
3009 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
3011         * faces.el (toolbar): Add face definition for mono displays.
3013 1999-07-27  Richard M. Stallman  <rms@gnu.org>
3015         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3017         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
3018         force copying of default-frame-alist.
3020 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
3022         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
3024 1999-07-26  Richard M. Stallman  <rms@gnu.org>
3026         * frame.el (set-mouse-color): If new color is nil,
3027         really respecify the current color.
3029 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
3031         * faces.el (bitmap-area): Change background of face `bitmap-area'
3032         to white for mono displays.
3034 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
3036         * international/ccl.el (ccl-embed-symbol): New function.
3037         (ccl-program-p): Deleted.  Now it's implemented in C code.
3038         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
3039         (ccl-compile-translate-character): Likewise.
3040         (ccl-compile-map-single): Likewise.
3041         (ccl-compile-multiple-map-function): Likewise.
3042         (declare-ccl-program): Doc-string modified.
3043         (check-ccl-program): Check compiled CCL code by ccl-program-p.
3045 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
3047         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3049 1999-07-25  Markus Rost  <rost@gnu.org>
3051         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
3052         the entries to make custom-file more readable.
3054 1999-07-25  Richard M. Stallman  <rms@gnu.org>
3056         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
3058         * emacs-lisp/edebug.el: Delete compatibility code.
3059         (edebug-next-token-class): If . is followed by a digit,
3060         return `symbol' for the token class.
3062         * startup.el (command-line): If we don't find the user's init file,
3063         set user-init-file to nil.
3065 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3067         * info-look.el (info-lookup-interactive-arguments): Add optional
3068         argument query for new choice of help mode.
3069         (info-lookup-symbol):  Use it.
3070         (info-lookup-file): Ditto.
3071         (info-lookup): Don't switch to other window, if already in Info
3072         buffer.
3074 1999-07-23  Dave Love  <fx@gnu.org>
3076         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
3077         syntax.
3078         (fortran-fontify-string, fortran-match-!-comment): Deleted.
3079         (fortran-font-lock-syntactic-keywords): New variable.
3080         (fortran-mode): Use it.
3081         (fortran-font-lock-keywords-1): Don't do comments.
3082         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3083         match data.
3085         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3087         * msb.el (msb-menu-bar-update-buffers): Renamed from
3088         menu-bar-update-buffers.
3089         (msb-custom-set, msb--toggle-menu-type): Call
3090         msb-menu-bar-update-buffers.
3091         (msb-mode): Revise the hook setting.
3093         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3095 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
3097         * font-lock.el, help.el, simple.el: Re-integrate previously
3098         described changes that were lost due to errors while checking them
3099         in.
3101 1999-07-23  Kevin Blake  <kblake@ticnet.com>
3103         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3105 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
3107         * international/encoded-kb.el
3108         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3109         but push it to unread-command-events.
3110         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3111         (encoded-kbd-self-insert-sjis): Likewise.
3112         (encoded-kbd-self-insert-big5): Likewise.
3114         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3115         before left margin and fill-prefix by fill-find-break-point.
3117 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3119         * info-look.el (info-lookup-setup-mode): Don't give up, if
3120         info-lookup-make-completions returns an error.
3121         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3122         name latex, not latex2e.
3124 1999-07-21  Richard M. Stallman  <rms@gnu.org>
3126         * replace.el (perform-replace): Turn off case-fold-search
3127         if FROM-STRING argument has uppercase in it.
3129 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3131         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3132         mode is on.  Don't use end of changed text.
3134 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3136         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3137         (cl-hash-table-p): Renamed from hash-table-p.
3138         (cl-hash-table-count): Renamed from hash-table-count.
3139         (maphash): Alias to cl-maphash removed.
3140         (gethash): Likewise.
3141         (puthash): Likewise.
3142         (remhash): Likewise.
3143         (clrhash): Likewise.
3145 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3147         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3148         third arg non-nil.  See comment there why this isn't a good idea.
3150 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3152         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3154         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3155         sit-for with 3rd arg non-nil to prevent redisplay.
3157 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3159         * image.el (image-type-from-file-header): If file doesn't
3160         have a directory part, add data-directory.
3162 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3164         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3165         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3166         motion handling when tooltip-gud-tips-p is nil.
3168 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3170         * tooltip.el (tooltip-mode): Don't use `plusp'.
3171         (tooltip-active): Use initial value of nil.
3173         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3175 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3177         * bindings.el (make-mode-line-mouse-sensitive): Add key
3178         definitions for `top-line'.
3180 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3182         * faces.el (top-line): New face.
3184 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3186         * image.el (image-type-regexps): Add regexp for PS files.
3188 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3190         * faces.el (set-face-attribute): Fix wrong handling of frame
3191         begin equal to t.
3193 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3195         * image.el (image-type-regexps): Add PNG format.
3197 1999-07-21  Dave Love  <fx@gnu.org>
3199         * bindings.el (mode-line-modified): New variable.
3200         (mode-line-mode-menu-1): Switch to appropriate window before
3201         showing menu.
3203 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3205         * faces.el (face-underline): Removed.
3206         (face-underline-color): Ditto.
3208 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3210         * faces.el (face-x-resources): Fix typo.
3212 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3214         * faces.el: Remove handling of `:relief', extend handling of
3215         `:box'.
3216         (frame-set-background-mode): Choose new defface specs after
3217         frame parameters have changed.
3219         * cus-face.el: Ditto.
3221 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3223         * custom.el (defface): Extend documentation to include new
3224         face attributes.
3226         * cus-face.el (custom-face-attributes): Add overline,
3227         strike-through, box.
3229         * faces.el (face-valid-attribute-values): Handle overline,
3230         strike-through, box.
3231         (face-attribute-name-alist): Add pairs for new face attributes.
3232         (describe-face): Handle new face attributes.
3234 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3236         * faces.el (face-x-resources): Add overline, strike-through, box.
3238 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3240         * enriched.el (enriched-translations): Add `display' and
3241         "x-display".
3242         (enriched-handle-display-prop): New.
3243         (enriched-decode-display-prop): New.
3245         * format.el (top-level): Give `display' property
3246         `format-list-atomic-p.
3247         (format-annotate-single-property-change): Test that property.
3248         If present, treat list property values like atoms.
3250 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3252         * cus-face.el (custom-face-attributes): Use `choice' everywhere
3253         so that "*" can be entered.
3255 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3257         * cus-face.el (custom-face-attributes): Don't use `#''.
3259 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3261         * cus-face.el (custom-face-attributes): Return underline
3262         face attribute directly from the second lambda of underline.
3264 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3266         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3268         * frame.el (after-setting-font-hooks): New variable.
3269         (set-frame-font): Run those hooks.
3271         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3273         * faces.el (set-face-attribute): Fix doc string.
3275 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3277         * cus-face.el (custom-face-attributes): Accept color name.
3279         * faces.el (face-underline-p): Accept unspecified underlining.
3280         (face-underline): Ditto.  Fix doc string.
3282 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3284         * faces.el (face-underline-color): New function.
3286 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
3288         * cus-face.el (custom-face-attributes): Support underline coloring.
3289         Added slot to choose a color.
3291         * faces.el (face-underline): New function.
3292         (face-underline-p): Support underline coloring.
3293         Return nil only if the underline attribute is 'normal.
3294         (set-face-underline): New function.
3295         (face-valid-attribute-values): Support underline coloring.
3297 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3299         * image.el (insert-image): Use `display' instead of `glyph'
3300         as text property name.
3301         (put-image): Ditto.
3302         (image-type-from-file-header): Use insert-file-contents-literally.
3304 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3306         * easymenu.el (easy-menu-do-add-item): Don't use the empty
3307         string to indicate separators.
3309 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3311         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3312         instead of message-log.
3314 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3316         * faces.el (bitmap-area): New face.
3318 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3320         * image.el (insert-image): New.
3322 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3324         * frame.el (blink-cursor): Set the symbol's value.
3325         (show-trailing-whitespace): Change group to font-lock.
3327 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3329         * jit-lock.el: New.
3330         * font-lock.el: Add jit-mode as new support mode.
3332         * font-lock.el (font-lock-fontify-keywords-region): Stop when
3333         reaching end instead of letting re-search-forward signal an error.
3334         (demand-lock-mode): New.
3335         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3336         (font-lock-turn-off-thing-lock): Ditto.
3337         (font-lock-after-fontify-buffer): Ditto.
3338         (font-lock-after-unfontify-buffer): Ditto.
3340 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3342         * gs.el: New file.
3344         * startup.el (command-line-1): Activate tooltip mode if
3345         interactive.
3347 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3349         * faces.el (toolbar): Grey default background.
3350         (modeline): Ditto.
3352         * image.el (image-type-regexps): New.
3353         (image-type-from-file-header): New.
3354         (create-image): Call it.
3356 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3358         * image.el: New file.
3360 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3362         * bindings.el (mode-line-format): Replace `mode-name' with
3363         `(:eval mode-line-mode-name)'.
3364         (mode-line-mode-name): New.
3365         (make-mode-line-mouse-sensitive): Don't change default value
3366         of `mode-name'.
3368 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3370         * tooltip.el: New file.
3372 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3374         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
3375         instead of mouse-3 to pop up menus.
3376         (mode-line-kill-buffer): Removed.
3377         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
3378         buffer name.
3379         (mode-line-buffer-menu-1): Removed.
3381         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
3383         * bindings.el (mode-line-buffer-identification-keymap): New.
3384         (mode-line-buffer-menu-keymap): New.
3385         (mode-line-mode-menu-keymap): New.
3386         (mode-line-unbury-buffer): New.
3387         (mode-line-other-buffer): New.
3388         (mode-line-kill-buffer): New.
3389         (mode-line-buffer-menu-1): New.
3390         (mode-line-mode-menu-1): New.
3391         (make-mode-line-mouse-sensitive): New.
3393 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3395         * help.el (describe-key-briefly): Handle mode line strings
3396         with local-map properties.
3397         (describe-key): Ditto.
3398         (mode-line-key-binding): New.
3400 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3402         * scroll-bar.el (scroll-bar-timer): New.
3403         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
3405 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3407         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
3408         and `bottom'.
3410 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3412         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
3413         (global): Use different key bindings if using tookit scroll bars.
3415 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3417         * faces.el (modeline): Define mode line face with relief for
3418         class color, only.
3419         (toolbar): New face.
3421 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3423         * frame.el (frame-initialize): Set frame-creation-function to
3424         tty-create-frame-with-faces.
3426         * faces.el (frame-set-background-mode): Make it work for
3427         window-system nil.
3429         * faces.el (tty-create-frame-with-faces): New.
3430         (face-set-after-frame-default): Make it work for TTY frames.
3432 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3434         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
3435         Return a list of one font family for TTYs.  Don't return bitmap
3436         file paths for TTY frames.
3438         * faces.el: Add face specs for tty displays to basic faces.
3440         * font-lock.el (font-lock-comment-face): Add spec for color tty.
3441         (font-lock-string-face): Ditto.
3442         (font-lock-keyword-face): Ditto.
3443         (font-lock-builtin-face): Ditto.
3444         (font-lock-function-name-face): Ditto.
3445         (font-lock-variable-name-face): Ditto.
3446         (font-lock-type-face): Ditto.
3447         (font-lock-constant-face): Ditto.
3448         (font-lock-warning-face): Ditto.
3450 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3452         * startup.el (command-line): Register default tty colors.
3454         * faces.el (face-spec-set-match-display): Recognize `type tty'.
3456 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3458         * faces.el (modeline): For X frames, use a modeline with relief.
3460 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3462         * faces.el (frame-update-faces): Copied from 20.2.
3463         (frame-update-face-colors): Ditto.  Code removed that isn't
3464         applicable in the new face implementation.
3466 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3468         * frame.el (show-trailing-whitespace): New.
3470         * faces.el (trailing-whitespace): New basic face.
3472 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3474         * cus-face.el (custom-facep): Always define as alias for facep.
3476         * cus-face.el (custom-face-attributes): Use choice widgets.
3477         Remove :bold and :italic.
3479 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3481         * faces.el (face-charset-registries): Removed since fontset.el
3482         is no always loaded.
3484 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3486         * faces.el (internal-get-face): Added as obsolete function for
3487         compatibility.
3489 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3491         * frame.el (blink-cursor-end): Call show-cursor.
3492         (blink-cursor-mode): Ditto.
3494 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3496         * faces.el (face-spec-reset-face): Reset all attributes to
3497         `unspecified'.
3498         (face-spec-set): Use it.
3500 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3502         * faces.el (read-all-face-attributes): Bug fix.
3503         (face-read-integer): Allow nil default value.
3504         (face-valid-attribute-values): Use symbol names of attribute
3505         values for completion list.
3507 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3509         * faces.el (internal-find-face): Define for compatibility with
3510         20.2.
3511         (face-id): Likewise.
3513         * faces.el (face-id): Return the ID of a realized face for ASCII.
3515         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
3516         (x-complement-fontset-spec): Use face-charset-registries.
3518         * faces.el (face-font-selection-order): Set font selection order
3519         from Lisp.
3520         (face-alternative-font-family-alist): Set alternative font
3521         families from Lisp.
3523 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3525         * faces.el (set-face-charset-registries): Set symbol value.
3527 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3529         * faces.el (face-set-after-frame-default): Call function
3530         internal-merge-in-global-face.
3532 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3534         * faces.el (face-list): Return symbols from face-global-alist.
3536         * faces.el (face-list): Return a copy of the face name list so
3537         that it cannot be modified from outside (facemenu.el uses
3538         nreverse, for example).
3540         * cus-face.el (custom-face-attributes): Add :bold and :italic
3541         for compatibility with old code.
3543         * faces.el (set-face-attributes-from-resources): Additional
3544         frame parameter.
3545         (make-face-x-resource-internal): Set attributes from resources
3546         for a given frame or all frames.
3548 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3550         * faces.el (all-faces): Removed.
3552         * custom.el (defface): Add new face attributes to function
3553         comment.
3555         * font-lock.el (font-lock-comment-face): Use new face attribute
3556         names.
3557         (font-lock-string-face): Ditto.
3558         (font-lock-keyword-face): Ditto.
3559         (font-lock-builtin-face): Ditto.
3560         (font-lock-function-name-face): Ditto.
3561         (font-lock-variable-name-face): Ditto.
3562         (font-lock-type-face): Ditto.
3563         (font-lock-reference-face): Ditto.
3564         (font-lock-warning-face): Ditto.
3565         ((boundp 'font-lock-face-attributes)): Ditto.
3567         * cus-face.el (custom-face-attributes): Use new face attributes.
3569         * faces.el (set-face-attribute-from-resource): Initialize
3570         from resources only for X and W32.
3572         * cus-face.el (custom-declare-face): Don't make frame-local
3573         faces.
3575         * faces.el (describe-face): Use princ instead of insert.
3577         * faces.el: Add XLFD manipulation functions from 20.2 again
3578         because fontset.el uses them.
3579         (face-set-after-frame-default): Add empty definition.
3581 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3583         * faces.el (make-face): Correct typo.
3584         (set-face-attribute-from-resource): Use let*.
3585         (face-underline-p): Correct typo.
3586         (face-inverse-video-p): Ditto.
3587         (set-face-stipple): Ditto.
3588         (face-read-string): Make completion-list optional parameter.
3590 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3592         * faces.el (face-charset-registries): Alist mapping charset
3593         symbols to registries and encoding.
3595 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3597         * frame.el (blink-cursor-mode): Use interactive spec "P".
3599 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3601         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3602         mode.  The cursor of selected_window blinks if the mode is enabled.
3604 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3606         * simple.el (next-history-element): Set point to the end of the
3607         prompt if minibuffer-prompt-in-buffer.
3609 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3611         * faces.el (x-font-regexp): Add sub-expression parentheses for
3612         several font name components.
3614 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3616         * faces.el (set-face-relief): Use index 12 for relief.
3617         (face-fill-in): Set relief from data.
3618         (internal-make-face): Init relief to zero.
3620         * faces.el (face-spec-set): call modify-face with additional
3621         parameters for relief and fixed-p.
3623 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3625         * cus-face.el: ':fixed and ':relief added.
3627         * faces.el (describe-face): Add fixed font attribute and relief.
3628         (face-attr-match-p): Ditto.
3629         (face-attr-construct): Ditto.
3630         (face-spec-set): Ditto.
3632 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3634         * faces.el (internal-make-face): Function to create a Lisp vector
3635         suitable for representing a face.
3636         (make-face): Use it instead of make-vector.
3637         (x-create-frame-with-faces): Use it instead of vector.
3638         (internal-facep): Increase vector size to 14.
3639         (internal-make-face): Ditto.
3640         (face-relief): Access relief thickness.
3641         (face-fixed-p): Access fixed font attribute.
3642         (set-face-fixed-p): Set fixed font attribute.
3643         (set-face-relief): Set relief attribute.
3644         (internal-face-interactive-int): Read int attribute of face.
3645         (modify-face): Add fixed-p and relief parameters.
3646         (copy-face): Handle fixed-p and relief.
3647         (face-equal): Compare fixed-p and relief.
3648         (face-differs-from-default-p): Ditto.
3649         (face-nontrivial-p): Add fixed-p and relief.
3651 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3653         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3654         (internal-facep): Increase vector size.
3655         (make-face): Ditto.
3656         (face-shadow-thickness): Added.
3657         (set-face-shadow-thickness): Added.
3658         (modify-face): Add optional shadow-thickness parameter.
3659         (make-face-x-resource-internal): Add shadows.
3660         (copy-face): Ditto.
3661         (face-equal): Ditto.
3662         (face-differs-from-default-p): Ditto.
3663         (face-nontrivial-p): Ditto.
3664         (face-attr-match-p): Ditto.
3665         (face-attr-construct): Ditto.
3666         (face-spec-set): Ditto.
3667         (face-fill-in): Ditto.
3669 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3671         * bench.el (bench-mark-split-window): New bench mark.
3673 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3675         * faces.el (set-face-font): Don't pass default font to
3676         x-resolve-font so that font will not have to be of the same
3677         size.
3679 1999-07-20  Dave Love  <fx@gnu.org>
3681         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3682         unconditionally t.
3684 1999-07-20  Karl Heuer  <kwzh@gnu.org>
3686         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3688 1999-07-20  Dave Love  <fx@gnu.org>
3690         * help.el (describe-variable): Fix test for customizability.
3692         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3693         Check for readonly buffer in interactive spec.
3694         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3695         (backward-kill-word): Add * to interactive spec.
3697         * underline.el (underline-region, ununderline-region): Add * to
3698         interactive spec.
3700         * fill.el (canonically-space-region, justify-current-line): Add *
3701         to interactive spec.
3702         (fill-region-as-paragraph, fill-paragraph, fill-region)
3703         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3704         readonly buffer in interactive spec.
3706         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3707         (backward-kill-sentence, kill-sentence): Add * to interactive
3708         spec.
3710 1999-07-19  Richard M. Stallman  <rms@gnu.org>
3712         * dired-aux.el (dired-do-shell-command): Doc fix.
3714         * shell.el (shell-unquote-argument): New function.
3715         (shell-directory-tracker): Use shell-unquote-argument.
3716         * comint.el (comint-arguments): Handle \ followed by space or tab.
3718 1999-07-19  John Wiegley  <jwiegley@borland.com>
3720         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3721         color codes 39 and 49, which by the way lynx uses them seem to
3722         mean "foreground reset" and "background reset".
3724 1999-07-19  Karl Heuer  <kwzh@gnu.org>
3726         * font-lock.el (c++-keywords): Add "typeid".
3728         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3729         selects no font, treat that as zero selections, not one.
3731 1999-07-19  Dave Love  <fx@gnu.org>
3733         * info.el (Info-search): Don't lose with empty regexp.
3735         * version.el: Cater for (free) `ident' program, not `which'.
3737         * hl-line.el: New file.
3739         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3740         for modes which don't define menus.
3742 1999-07-16  Richard M. Stallman  <rms@gnu.org>
3744         * webjump.el (webjump-sample-sites): Update some URLs.
3746 1999-07-14  Richard Stallman  <rms@gnu.org>
3748         * Version 20.4 released.
3750 1999-07-14  Andreas Schwab  <schwab@gnu.org>
3752         * compare-w.el (compare-windows): Try to find the next window in
3753         the current frame before looking at the other frames.
3755 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
3757         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3758         Use cyrillic-jcuken as default input method.
3760 1999-07-12  Richard Stallman  <rms@gnu.org>
3762         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3763         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3765         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3766         (ispell-local-dictionary-alist): Add koi8-r for character set.
3768         * textmodes/flyspell.el (flyspell-get-word):
3769         Add special handling for when ispell-otherchars is empty.
3771 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
3773         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3774         when having nested functons.
3775         (pascal-indent-nested-functions) (pascal-indent-line)
3776         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3777         indenting nested functions.
3779 1999-07-09  Richard Stallman  <rms@gnu.org>
3781         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3783 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
3785         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3786         the `end' keyword was in the very beginning of the buffer.
3788 1999-07-08  Richard Stallman  <rms@gnu.org>
3790         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3792         * term.el (term-emulate-terminal): Avoid infinite loop
3793         in strange case where minibuffer window is selected but not active.
3795 1999-07-07  Stephen Eglen  <stephen@gnu.org>
3797         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3798         Change regexp so that it doesn't match commands beginning with `cd'.
3800 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3802         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3804 1999-07-06  Richard Stallman  <rms@gnu.org>
3806         * hscroll.el (hscroll-minibuffer-hook): New function.
3807         (hscroll-global-mode): Add and remove that hook.
3808         Set hscroll-old-truncate-was-global's default value.
3810 1999-07-05  Richard Stallman  <rms@gnu.org>
3812         * files.el (revert-buffer): Don't preserve point here.
3813         (revert-buffer-insert-file-contents-function): Doc fix.
3815         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3817         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3818         doing a `stat' when it isn't necessary because that can cause
3819         trouble when an NFS server is down.
3821 1999-07-04  Richard Stallman  <rms@gnu.org>
3823         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3825 1999-07-03  Richard Stallman  <rms@gnu.org>
3827         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3828         for \200...\240 also.
3829         (isearch-printing-char): Use unibyte-char-to-multibyte.
3831 1999-07-02  Richard Stallman  <rms@gnu.org>
3833         * frame.el (minibuffer-frame-alist): Use defcustom.
3834         (pop-up-frame-alist): Likewise.
3835         (initial-frame-alist): Specify * in the doc string.
3837         * hscroll.el (hscroll-mode): Make it a permanent local.
3838         (hscroll-mode): Don't cancel the timer
3839         if HScroll mode is enabled in some other buffer.
3841         * isearch.el (isearch-done): If search ends in middle of intangible
3842         text (due to text property), move on to the limit of that text.
3844 1999-07-01  Andrew Innes  <andrewi@gnu.org>
3846         * man.el (Man-build-man-command): Use value of null-device,
3847         instead of hard-coding "/dev/null".
3849         * dos-w32.el (untranslated-canonical-name): Avoid expanding
3850         ange-ftp file names, which might force ange-ftp to prompt for a
3851         password.
3853         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3854         to prevent references to temp files.
3856 1999-06-30  Richard Stallman  <rms@gnu.org>
3858         * progmodes/sh-script.el (sh-feature): If nothing is known
3859         about the given shell, use the values for `sh'.
3861 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3863         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3864         to make it non-recursive.
3866         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3868 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3870         * auto-show.el (auto-show-mode): Fix Typo in :set.
3872 1999-06-29  Richard M. Stallman  <rms@gnu.org>
3874         * progmodes/sh-script.el (sh-mode): When setting syntax
3875         table, default to the standard one.
3877 1999-06-27  Richard M. Stallman  <rms@gnu.org>
3879         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3881 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
3883         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3884         a frame when `return' is requested (even if pop-up-frames = t)
3885         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3886         should only be set for the bibtex buffer.
3888         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3890         * progmodes/compile.el: Deal with compilation-error-screen-columns
3891         being buffer-local.
3893 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3895         * comint.el (comint-password-prompt-regexp): Allow "(again)".
3897 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3899         * cal-x.el (calendar-only-one-frame-setup): New function.
3900         * calendar.el (calendar): Call it if requested.
3902 1999-06-24  Karl Heuer  <kwzh@gnu.org>
3904         * startup.el (iso-8859-n-locale-regexp): Doc fix.
3906 1999-06-22  Richard M. Stallman  <rms@gnu.org>
3908         * mail/supercite.el (sc-emacs-features): Doc fix.
3910 1999-06-22  Karl Heuer  <kwzh@gnu.org>
3912         * files.el (auto-mode-alist): Add pike-mode.
3914 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
3916         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3917         last byte of a numeric field is a space or a NUL.  Parse it as
3918         potentially part of the number.  This is used by GNU tar
3919         1.12.64012 to handle larger values.
3921 1999-06-20  Karl Heuer  <kwzh@gnu.org>
3923         * custom.el (custom-handle-keyword): Fix error message.
3925 1999-06-18  Andrew Innes  <andrewi@gnu.org>
3927         * mail/smtpmail.el (smtpmail-send-it): Use
3928         convert-standard-filename to make file names for queued mail safe
3929         on Windows (`:' is invalid in file names on Windows).
3931 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
3933         * international/mule-cmds.el (describe-current-input-method):
3934         Current-input-method is string.
3935         (toggle-input-method): Docstring fixed.
3937         * international/mule-diag.el
3938         (describe-current-coding-system-briefly): Fix format string.
3940         * international/mule-util.el (coding-system-eol-type-mnemonic):
3941         Docstring modified.  Return a string.
3943 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
3945         * sql.el (sql-input-ring-file-name): Doc fix.
3947 1999-06-17  Richard M. Stallman  <rms@gnu.org>
3949         * calendar/cal-x.el (special-display-buffer-names):
3950         Don't put (get-file-buffer diary-file) on this list.
3952 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
3954         * play/mpuz.el (mpuz-try-proposal): Fix message call.
3955         Don't penalize player for certain impossible guesses.
3957 1999-06-16  Andrew Innes  <andrewi@gnu.org>
3959         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3960         return the string "Unk  0  0000" so at least it appears to be a
3961         valid timestamp to `dired-move-to-filename-regexp'.
3963 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
3965         * ps-print.el (ps-control-character): Fix previous change.
3967 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3969         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3970         multiple output of the last message.
3972 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
3974         * term/internal.el (IT-display-table-setup): Do not remap \222 to
3975         the ASCII apostrophe, as most DOS codepages have some other glyph
3976         there.
3978 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
3980         * language/ethio-util.el (setup-ethiopic-environment-internal):
3981         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3982         (exit-ethiopic-environment): Likewize.
3984 1999-06-12  Richard M. Stallman  <rms@gnu.org>
3986         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3988 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3990         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3991         custom-initialize-default to avoid infinite loop.
3992         (crisp-mode): (defun) Call transient-mark-mode here, not when
3993         loading the file.  Run crisp-mode-hook here, and run
3994         crisp-load-hook when loading the file.
3996         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3997         rmail-summary buffer, search for pattern in rmail-file.
3999         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
4001         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
4003         * ps-print.el (ps-printer-name): Fix custom type.
4005 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
4007         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
4008         (vhdl-port-paste-generic-map): Fix indentation bug.
4009         (vhdl-port-paste-port-map): Fix indentation bug.
4010         (vhdl-scan-file-contents): Make scanning case insensitive.
4012 1999-06-11  Richard M. Stallman  <rms@gnu.org>
4014         * files.el (write-file): When buffer is not already visiting a file,
4015         don't put buffer name in the minibuffer, just make it the default.
4016         Also handle just directory as arg usefully in that case.
4018         * simple.el (sendmail-user-agent-compose):
4019         Ignore case when inserting the rest of the "other" headers.
4021         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
4023         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
4024         (info-lookup-interactive-arguments): Never insert the default
4025         into the minibuffer automatically.
4027         * emacs-lisp/cl-extra.el (getf): Don't call get*.
4029 1999-06-09  Richard M. Stallman  <rms@gnu.org>
4031         * simple.el (shell-command): Avoid printing "mark set" message.
4033 1999-06-09  Dave Love  <fx@gnu.org>
4035         * progmodes/compile.el (compilation-error-regexp-alist): Allow
4036         digits in program name in first pattern.
4038 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4040         * vc.el (vc-dired-mode): Don't match anything before the date in
4041         dired-move-to-filename-regexp.
4043 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
4045         * international/quail.el (quail-define-rules): Fix typo in
4046         docstring.
4048 1999-06-05  Stephen Eglen  <stephen@gnu.org>
4050         * iswitchb.el (iswitchb-default-keybindings): Add
4051         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
4052         than when package is loaded.
4054 1999-06-04  Richard M. Stallman  <rms@gnu.org>
4056         * startup.el (command-line): Don't set user-init-file directly;
4057         tell `load' to set it.
4059         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
4061         * simple.el (next-history-element):
4062         Handle minibuffer-text-before-history properly when reading sexps.
4064         * disp-table.el (standard-display-european):
4065         For an interactive call by the user,
4066         don't set enable-multibyte-characters,
4067         and don't set the terminal coding system.
4069         * textmodes/refbib.el: Don't print any messages or display
4070         a buffer when loading the library.
4071         (r2b-help): Doc fix.
4072         (r2b-help-message): Update the documentation.
4073         (r2b-load-quietly): Variable deleted.
4074         (r2b-convert-buffer): Doc fix.
4076 1999-06-04  Dave Love  <fx@gnu.org>
4078         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
4080         * auto-show.el: Don't change hooks on loading.
4081         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
4082         (auto-show-mode): Add to hooks here.
4084 1999-06-04  Richard Sharman  <rsharman@pobox.com>
4086         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4087         recursion on bogus input.
4089 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
4091         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4092         does not select a buffer from the buffers menu, then the attached
4093         frame is not switched to anything.
4095 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
4097         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4098         (viet-viscii-...->viet-vscii...).
4100         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4102 1999-06-01  Dave Love  <fx@gnu.org>
4104         * progmodes/fortran.el: Add :link to defgroup.
4105         (fortran-blink-matching-if): Match ELSE statements too.
4106         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4107         that filling is always done.
4109 1999-05-31  Richard M. Stallman  <rms@gnu.org>
4111         * simple.el (append-next-kill): Use an arg to distinguish
4112         interactive calls from Lisp calls, rather than (interactive-p).
4114         * international/iso-transl.el (iso-transl-language-alist):
4115         Interchange n and N.
4117 1999-05-31  Dave Love  <fx@gnu.org>
4119         * msb.el Add to minor-mode-map-alist.  Remove hook installation
4120         and keymap munging on load.
4121         (msb-mode): New option.
4122         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4123         Doc fix.
4124         (msb-mode-map): New variable.
4125         (msb-mode): New command.
4127 1999-05-31  Dave Love  <fx@gnu.org>
4129         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4130         (ispell-complete-word-dict): Likewise.
4132 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
4134         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4135         force the data buffer to be saved, even if the data didn't
4136         change, in case the write filter was modified.  Restore the
4137         current record after read-file-filter finishes.
4139 1999-05-29  Karl Heuer  <kwzh@gnu.org>
4141         * ispell4.el: Obsolete; file deleted.
4143         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4145         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4146         VALUE is a syntax table.
4148         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4150         * simple.el (zap-to-char): Doc fix.
4152 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
4154         * isearch.el (isearch-quote-char): Don't assume character codes
4155         0200 - 0237 stand for characters in some single-byte character
4156         charset.
4158 1999-05-27  Dave Love  <fx@gnu.org>
4160         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4162 1999-05-27  Andreas Schwab  <schwab@gnu.org>
4164         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4165         headerline does not exist already.
4167 1999-05-26  Richard Stallman  <rms@gnu.org>
4169         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4170         Avoid nested null-loops.
4172 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
4174         * international/characters.el: Typo fixed; prefered->preferred.
4176         * international/mule-cmds.el (find-coding-systems-for-charsets):
4177         Typo fixed; prefered->preferred.
4179         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4180         method in read-event.
4182         * international/mule.el (charset-info): Doc-string fixed.
4184 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
4186         * mail/smtpmail.el (smtpmail-send-it): Bind
4187         smtpmail-code-conv-from properly.
4188         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4189         by smtpmail-code-conv-from.
4191 1999-05-24  Richard Stallman  <rms@gnu.org>
4193         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4194         Binding deleted also.
4196 1999-05-24  Karl Heuer  <kwzh@gnu.org>
4198         * comint.el (comint-bol-or-process-mark): Doc fix.
4200 1999-05-23  Dave Love  <fx@gnu.org>
4202         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4203         Enter it on minor-mode-map-alist.
4204         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
4205         Autoload.  Add custom setter.
4206         (crisp-mark-line): Doc fix.
4207         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
4208         (crisp-mode-hook): Define.
4210 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
4212         * files.el (recover-file): Recover buffer-file-coding-system.
4214 1999-05-22  Richard Stallman  <rms@gnu.org>
4216         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4217         regexp match the date, to avoid treating date as file size.
4218         Add YYYY S option to WESTERN/
4220         * bookmark.el: Delete some XEmacs compatibility code.
4221         (bookmark-jump-noselect): Check vc-backend.
4223         * subr.el (add-to-list): Doc fix.
4225 1999-05-21  Stephen Eglen  <stephen@gnu.org>
4227         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4229 1999-05-18  Richard Stallman  <rms@gnu.org>
4231         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4232         non-space after the @anchor command.
4233         (texinfo-format-var): Handle other nested constructs, using
4234         texinfo-parse-expanded-arg and texinfo-discard-command, not
4235         texinfo-parse-arg-discard.
4237         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4238         (debug): Bind and use debugger-outer-inhibit-redisplay.
4239         Bind inhibit-redisplay to nil.
4240         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4242 1999-05-17  Dave Love  <fx@gnu.org>
4244         * help.el (describe-function-1): Extra arg, interactive-p.
4245         (describe-key, describe-function): Use it.
4247 1999-05-17  Karl Heuer  <kwzh@gnu.org>
4249         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4251 1999-05-16  Dave Love  <fx@gnu.org>
4253         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
4254         scroll-preserve-screen-position, scroll-conservatively.
4256 1999-05-16  Dave Love  <fx@gnu.org>
4258         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4260 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
4262         * progmodes/vhdl-mode.el: Completely revised and massively extended.
4264 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4266         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4267         magic number and is not associated with a file.
4269 1999-05-14  Richard M. Stallman  <rms@gnu.org>
4271         * files.el (find-file-noselect-1): Fix previous change.
4273 1999-05-14  Simon Marshall  <simon@gnu.org>
4275         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4277 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
4279         * international/mule-diag.el (mule-diag): Change MULE to Mule in
4280         docstring.
4282         * international/mule-cmds.el: Change MULE to Mule in docstrings
4283         and menus.
4285 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
4287         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4288         to correctly reflect the value of BaseLineOffset in
4289         RelativeCompose.  Now the value of RelativeCompose is an array of
4290         low and high positions.
4291         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4292         RLC for the above change.
4294 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
4296         * comint.el (comint-password-prompt-regexp): Modified to match the
4297         output of ksu and ssh-add.
4299 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
4301         * language/korea-util.el (isearch-toggle-korean-input-method):
4302         Adjusted for the change of input method handling in isearch.el.
4303         (isearch-hangul-switch-symbol-ksc): Likewise.
4304         (isearch-hangul-switch-hanja): Likewise.
4306 1999-05-10  Dave Love  <fx@gnu.org>
4308         * help.el (help-make-xrefs): Fix typo.
4310 1999-05-10  Andreas Schwab  <schwab@gnu.org>
4312         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4313         unibyte-display-via-language-environment.
4315         * help.el (help-make-xrefs): Handle more cases when looking for
4316         commands in a keymap description.
4318 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
4320         * loadup.el: For ms-dos systems, load ccl and codepage.
4322 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
4324         * ps-print.el (ps-control-character): Call
4325         ps-mule-prepare-ascii-font to setup ASCII fonts.
4327         * ps-mule.el (ps-mule-begin-job): Redo this change "if
4328         ps-multibyte-buffer is nil, use
4329         ps-mule-font-info-database-default."
4331 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
4333         * ispell.el (ispell-local-dictionary-alist): New variable for
4334         customizing local dictionaries not accessable by everyone.
4335         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4336         (ispell-required-version): Changed format `(major minor
4337         revision)' to support general pattern matching.
4338         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4339         skip region commented out due to incorrect skip potential in std latex.
4340         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
4341         cursor point on small words for calls from `ispell-minor-mode'.
4342         (check-ispell-version): Tests and accepts versions major.minor
4343         and above, with adjustments for interactions in 3.1.0-3.1.11.
4344         (ispell-get-line): No longer skips ispell process special characters.
4345         (ispell-comments-and-strings): Removed `when' macro call.
4346         (ispell-minor-check): Requires ispell-word to restore cursor point.
4347         (ispell-buffer-local-parsing): Supports checking comments only.
4349 1999-05-08  Karl Heuer  <kwzh@gnu.org>
4351         * comint.el (comint-password-prompt-regexp): Fix last change to be
4352         more specific.
4354 1999-05-07  Richard M. Stallman  <rms@gnu.org>
4356         * subr.el (with-temp-message): Fix the other call to message
4357         to use %s.
4359 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
4361         * gud.el (gud-format-command): "%F" means file sans extension.
4362         (jdb): use %F, not %f, for gud-break.
4364 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
4366         * comint.el (comint-password-prompt-regexp): Modified so that it
4367         matches the output of kinit.
4369 1999-05-06  Greg Stark  <gsstark@mit.edu>
4371         * timezone.el (timezone-parse-date): Recognize new format used in
4372         internet cookies.
4374 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
4376         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
4378 1999-05-04  Andrew Innes  <andrewi@gnu.org>
4380         * time.el (display-time-update): Allow for wrap-around when
4381         checking against display-time-server-down-time.
4383 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
4385         * international/mule-diag.el (describe-coding-system): Fix English
4386         message.
4388 1999-05-03  Jason Rumney <jasonr@altavista.net>
4390         * term/w32-win.el: Change the x-charset-registry property for the
4391         Japanese charsets that are supported by Japanese Windows fonts.
4393 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
4395         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
4396         diary-block diary entries for which the reminders and the diary
4397         entries can overlap.
4399 1999-05-02  Jason Rumney <jasonr@altavista.net>
4401         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
4402         matches the font selected in the dialog.
4404 1999-05-02  Dave Love  <fx@gnu.org>
4406         * browse-url.el (browse-url-browser-function): Add :version.
4408         * international/mule.el (auto-coding-alist): Add .tgz.
4410 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
4412         * international/codepage.el (cp-coding-system-for-codepage-1):
4413         Make the magnification parameter for the -dos encoder be 2.
4415 1999-05-2  Andrew Innes  <andrewi@gnu.org>
4417         * term/w32-win.el (w32-drag-n-drop): Select file in window where
4418         it is dropped, rather than current window.
4420         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
4421         after switching buffer, as case-fold-search is a buffer local
4422         variable.
4424         * w32-fns.el (convert-standard-filename): Only convert directory
4425         separators to backslash if the interactive shell is one of the
4426         standard Windows shells that has DOS semantics.
4428         * ls-lisp.el (ls-lisp-format-time): Trap errors from
4429         format-time-string, and return a suitable string to indicate the
4430         timestamp was invalid.
4432         * hexl.el (hexlify-command): Apply shell-quote-argument after
4433         expanding hexl-program in case exec-directory contains a space.
4434         (dehexlify-command): Ditto.
4436         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
4437         file extension regexps which aren't necessarily binary files.
4438         (direct-print-region-helper): Use subst-char-in-string instead of
4439         binding directory-sep-char to convert filenames to DOS syntax.
4440         (direct-print-region-use-command-dot-com): New variable.
4441         (direct-print-region-helper): Use it to control whether to invoked
4442         command.com to print on Windows 9x.
4444         * browse-url.el (browse-url-browser-function): Default to
4445         browse-url-default-windows-browser on windows-nt.
4446         (browse-url-default-windows-browser): New function.
4448 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
4450         * forms.el (forms-mode): Don't call forms-first-record or
4451         forms-last-record if the data file has zero records.
4453 1999-04-29  Richard M. Stallman  <rms@gnu.org>
4455         * files.el (find-file-noselect-1): If buffer-file-name has changed
4456         after find-file-not-found-hooks runs, recompute the truename.
4457         And don't use FILENAME after that point.
4459 1999-04-27  Dave Love  <fx@gnu.org>
4461         * paren.el (show-paren-mode)
4462         * which-func.el (which-func-mode-global)
4463         * type-break.el (type-break-mode)
4464         * time.el (display-time-mode)
4465         * rsz-mini.el (resize-minibuffer-mode)
4466         * mouse-sel.el (mouse-sel-mode)
4467         * icomplete.el (icomplete-mode)
4468         * hscroll.el (hscroll-global-mode)
4469         * help.el (temp-buffer-resize-mode)
4470         * font-lock.el (global-font-lock-mode)
4471         * delsel.el (delete-selection-mode)
4472         * avoid.el (mouse-avoidance-mode)
4473         * autoinsert.el (auto-insert-mode)
4474         * winner.el (winner-mode): Doc fix.
4476 1999-04-26  Karl Heuer  <kwzh@gnu.org>
4478         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4479         the same whitespace that was ignored in choosing the subject string.
4481 1999-04-26  Richard M. Stallman  <rms@gnu.org>
4483         * info.el (Info-find-node): Position properly after finding anchor.
4485         * cus-start.el (all): Handle unibyte-display-via-language-environment.
4487         * simple.el (indent-new-comment-line): Fix previous change.
4489         * complete.el: Delete the wildcard expansion feature
4490         since that is now standard in find-file.
4491         (PC-try-load-many-files): Function deleted.
4492         (PC-after-load-many-files): Function deleted.
4493         (PC-many-files-list): Variable deleted.
4494         (PC-disable-wildcards): Variable deleted.
4495         (partial-completion-mode): Don't enable the wildcard feature.
4497         * complete.el (PC-look-for-include-file): Don't set global variables
4498         `error', `buf' and `filename' here.
4500         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4502 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
4504         * textmodes/outline.el (outline-regexp): Doc fix.
4506 1999-04-26  John Wiegley  <johnw@borland.com>
4508         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4509         C++Builder 4.0 error message syntax.
4511 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
4513         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4514         supported, use find -exec.
4516 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4518         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4519         coding-system-for-write, to avoid hanging when non-interactive.
4521 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4523         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4524         start with a newline.
4526 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
4528         * international/mule-conf.el (x-ctext): New coding system.
4530 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4532         * international/mule-cmds.el (input-method-function):
4533         Add permanent-local property.
4535 1999-04-12  Dave Love  <fx@gnu.org>
4537         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4538         change to use jka-compr-byte-compiler-base-file-name.
4540         * supercite.el (sc-scan-info-alist): Revert last change.
4541         (sc-attrib-selection-list): Fix :type here instead.
4543 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
4545         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4546         in the list of case-insensitive filesystems.
4548 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
4550         * international/fontset.el (create-fontset-from-fontset-spec):
4551         Don't register duplicated alias fontset names.
4553 1999-04-08  Richard Stallman  <rms@gnu.org>
4555         * international/mule.el (auto-coding-alist-lookup): New function.
4556         (set-auto-coding): Use auto-coding-alist-lookup.
4558         * jka-compr.el (jka-compr-insert-file-contents):
4559         Use auto-coding-alist-lookup to check for files that
4560         should not have eol conversion, in the unibyte case.
4562 1999-04-07  Dave Love  <fx@gnu.org>
4564         * help.el (describe-variable): Check custom-loads property as well
4565         as custom-type.
4567         * abbrev.el (abbrev-mode): Customizing sets the default value.
4569 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4571         * vc.el (vc-backend-revert): For CVS files that were made
4572         writeable with "cvs edit", call "cvs unedit" to undo that.
4574 1999-04-08  Dave Love  <fx@gnu.org>
4576         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4577         more.
4578         (sc-emacs-features): Recognize Emacs 20.
4579         (sc-read-string): Use history arg.
4580         (sc-scan-info-alist): Check for rtnvalue a cons.
4582 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
4584         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4585         coding system to encode the message by
4586         select-message-coding-system.
4588 1999-04-07  Richard Stallman  <rms@gnu.org>
4590         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4592         * winner.el: Reorder definitions.
4594         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4596         * mail/rmail.el (rmail-decode-babyl-format):
4597         Undo previous change.
4599 1999-04-06  Richard Stallman  <rms@gnu.org>
4601         * info.el (Info-find-node): Check for an anchor at the
4602         proper place, before reading an indirect file.
4604         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4606         * jka-compr.el (jka-compr-insert-file-contents):
4607         Use raw-text-unix when we want no conversion.
4609 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4611         * timezone.el (timezone-parse-date): Corrected regexp for
4612         style (5) date format so that tenths of seconds are optional.
4614 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
4616         * term/internal.el (dos-cpNNN-setup): New function, with the guts
4617         of dos-codepage-setup.
4618         (cjk-codepages-alist): New variable, an alist of Far-Eastern
4619         codepages for which there's no need to set up cpNNN coding
4620         systems.
4621         (dos-codepage-setup): Support Far-Eastern DOS terminals.
4623 1999-04-05  Richard Stallman  <rms@gnu.org>
4625         * mail/rmail.el (rmail-ignored-headers): Doc fix.
4627 1999-04-02  Richard Stallman  <rms@gnu.org>
4629         * progmodes/compile.el (compilation-handle-exit): Do right thing
4630         if (car status) doesn't end in a newline.
4632 1999-04-01  Dave Love  <fx@gnu.org>
4634         * progmodes/sql.el (SQL): Add defgroup :version.
4636 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4638         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4639         buffer-file-coding-system.  If the coding system used is raw-text,
4640         etc., make the *Compiler Input* buffer unibyte.
4642         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4644         * loadup.el: Don't write the fns-...el file if not dumping.
4646 1999-03-31  Dave Love  <fx@gnu.org>
4648         * snmp-mode.el (snmp): Fix defgroup :version.
4650         * hilit-chg.el (highlight-changes): Add defgroup :version.
4652 1999-03-31  Andreas Schwab  <schwab@gnu.org>
4654         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4655         the gnus-save-hidden-threads macro.
4657 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4659         * faces.el (face-set-after-frame-default): Obey the
4660         `customized-face' for new faces.
4662 1999-03-30  Dave Love  <fx@gnu.org>
4664         * international/mule-cmds.el (current-language-environment): Doc fix.
4665         * abbrev.el (abbrev-mode): Doc fix.
4666         * autoinsert.el (auto-insert-mode): Doc fix.
4667         * complete.el (partial-completion-mode): Doc fix.
4668         * avoid.el (mouse-avoidance-mode): Doc fix.
4669         * delsel.el (delete-selection-mode): Doc fix.
4670         * font-lock.el (global-font-lock-mode): Doc fix.
4671         * help.el (temp-buffer-resize-mode): Doc fix.
4672         * hscroll.el (hscroll-global-mode): Doc fix.
4673         * icomplete.el (icomplete-mode): Doc fix.
4674         * mouse-sel.el (mouse-sel-mode): Doc fix.
4675         * paren.el (show-paren-mode): Doc fix.
4676         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4677         * time.el (display-time-mode): Doc fix.
4678         * type-break.el (type-break-mode): Doc fix.
4679         * which-func.el (which-func-mode-global): Doc fix.
4680         * winner.el (winner-mode): Doc fix.
4682 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
4684         * wid-edit.el (widget-before-change): Signal text-read-only rather
4685         than an ordinary error.
4687 1999-03-30  Richard M. Stallman  <rms@gnu.org>
4689         * repeat.el: Don't require advice.
4690         (repeat): Do function-indirection in check for kbd macro.
4691         In self-insert case, use the *last* char in INSERTION.
4693 1999-03-30  Karl Heuer  <kwzh@gnu.org>
4695         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4697 1999-03-29  Andreas Schwab  <schwab@gnu.org>
4699         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4700         comint-input-filter-functions.  Make variables related to shell
4701         directory tracking local.
4703 1999-03-26  Andreas Schwab  <schwab@gnu.org>
4705         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4707         * simple.el (shell-command-on-region): Cope with exit-status being
4708         nil, which happens if call-process-region was interrupted.
4710 1999-03-26  Richard M. Stallman  <rms@gnu.org>
4712         * simple.el (indent-new-comment-line): Handle use at a point
4713         after a comment-end.  Handle multiple comments.
4715         * mail/rmail.el (rmail-decode-babyl-format):
4716         To prevent locking, bind buffer-file-name to nil.
4718 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
4720         * mail-hist.el (mail-hist-current-header-name): Don't make
4721         off-by-one-error when determining if in message body.
4723 1999-03-25  Andrew Innes  <andrewi@gnu.org>
4725         * w32-fns.el (set-default-process-coding-system): Copied from
4726         dos-w32.el, but modified to use Unix line endings for process
4727         input, and to add a suitable entry to process-coding-system-alist
4728         for DOS shells.
4730         * dos-fns.el (set-default-process-coding-system): Copied from
4731         dos-w32.el.
4733         * dos-w32.el (set-default-process-coding-system): Move function to
4734         dos-fns.el; a different version is used in w32-fns.el.
4736 1999-03-24  Dave Love  <fx@gnu.org>
4738         * info.el (Info-directory-list): Revert change to re-writing
4739         Info-default-directory-list, but put `alternative' first.
4740         (Info-insert-dir): Modify selecting the top dir file as a consequence.
4742 1999-03-23  Simon Marshall  <simon@gnu.org>
4744         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4745         on the line by itself.
4746         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
4747         it is not in a declarative context.
4749 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4751         * cus-edit.el (custom-variable-prompt): Allow customization of
4752         autoloaded symbols.
4754 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
4756         * simple.el (what-cursor-position): Don't cause error when point
4757         is at invalid multibyte sequence.
4759 1999-03-21  Karl Heuer  <kwzh@gnu.org>
4761         * complete.el (partial-completion-mode): Doc fix.
4763 1999-03-19  Richard M. Stallman  <rms@gnu.org>
4765         * progmodes/cplus-md.el (old-c++): Remove :group.
4767         * progmodes/c-mode.el (old-c): Remove :group.
4769 1999-03-18  Simon Marshall  <simon@gnu.org>
4771         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4772         (java-font-lock-keywords-2): Added "strictfp" keyword.
4774 1999-03-17  Jason Rumney <jasonr@altavista.net>
4776         * w32-fns.el (set-w32-system-coding-system) New function.
4777         (w32-system-coding-system) Initialize to 'iso-latin-1.
4779 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
4781         * international/mule-cmds.el (set-language-environment): Fix
4782         previous change: don't use dos-codepage when unbound.
4784 1999-03-17  Karl Heuer  <kwzh@gnu.org>
4786         * calendar/appt.el (appt-make-list): Fix previous change.
4788 1999-03-16  Richard M. Stallman  <rms@gnu.org>
4790         * window.el (shrink-window-if-larger-than-buffer):
4791         Don't try to redisplay with the cursor at the end
4792         on its own line--that would force a scroll and spoil things.
4794 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
4796         * international/mule-cmds.el (set-language-environment): Don't use
4797         cpNNN-nonascii-translation-table if it is unbound.
4799         * term/internal.el (dos-codepage-setup): Compute the unibyte
4800         syntax table and bind unibyte-display-via-language-environment
4801         here, rather than at top level, so that resetting to unibyte in
4802         .emacs works as expected.
4804 1999-03-15  Simon Marshall  <simon@gnu.org>
4806         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4808 1999-03-14  Milan Zamazal <pdm@pvt.net>
4810         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4812 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
4814         * international/mule-util.el (detect-coding-with-priority):
4815         Restore the internal database.
4817 1999-03-14  Stephen Eglen  <stephen@gnu.org>
4819         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4820         if mail-from-style has invalid value.
4822 1999-03-12  Karl Heuer  <kwzh@gnu.org>
4824         * vc.el (vc-delete-logbuf-window): New var.
4825         (vc-finish-logentry): Use it.
4827 1999-03-12  Richard M. Stallman  <rms@gnu.org>
4829         * startup.el (command-line-1): Improve startup msg.
4831 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
4833         * speedbar.el: Added commentary about stealthy functions.
4834         (speedbar-message) new function.
4835         (speedbar-y-or-n-p): New function
4836         (speedbar-with-attached-buffer) Moved macro before reference.
4837         Now uses `save-selected-window'.
4838         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4839         speedbar-generic-item-info, speedbar-item-info-file-helper,
4840         speedbar-item-delete, speedbar-insert-generic-list,
4841         speedbar-timer-fn, speedbar-check-vc-this-line,
4842         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4843         speedbar-buffers-item-info) Use speedbar-message.
4844         (speedbar-item-info) Limit `message-log-max'.
4845         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4846         speedbar-item-delete, speedbar-item-object-delete,
4847         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4849 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
4851         * server.el (server-start): Set coding system for the server
4852         process to raw-text.
4853         (server-process-filter): Decode file names if necessary.
4855 1999-03-12  Dave Love  <fx@gnu.org>
4857         * textmodes/fill.el (sentence-end-double-space): Doc fix.
4859         * textmodes/paragraphs.el (sentence-end): Doc fix.
4861 1999-03-11  Karl Heuer  <kwzh@gnu.org>
4863         * comint.el (comint-password-prompt-regexp): Accept "login password:"
4865 1999-03-09  Karl Heuer  <kwzh@gnu.org>
4867         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4868         (ispell-dictionary-alist-2): Likewise.
4869         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4870         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4871         (ispell-dictionary-alist): Build from six pieces, not just two.
4873         * ps-bdf.el (bdf-directory-list): Doc fix.
4875         * enriched.el (enriched-mode): Make var permanent-local.
4877 1999-03-09  Dave Love  <fx@gnu.org>
4879         * textmodes/sgml-mode.el (html-mode): Use
4880         sentence-end-double-space when setting sentence-end.
4882 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
4884         * language/thai.el (tis-620): New alias coding system for thai-tis620.
4886 1999-03-08  Felix Lee  <flee@cygnus.com>
4888         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4890         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4892 1999-03-08  Karl Heuer  <kwzh@gnu.org>
4894         * dired-aux.el (dired-do-copy-regexp): Doc fix.
4895         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4897         * dired.el (dired-do-copy-regexp): Doc fix.
4898         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4900 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
4902         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4904 1999-03-08  Jason Rumney <jasonr@altavista.net>
4906         * international/codepage.el (cp1250-decode-table)
4907         (cp1251-decode-table, cp1253-decode-table)
4908         (cp1257-decode-table): New translation tables for MS Windows codepages.
4909         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4911 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4913         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4915 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
4917         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4919         * term/internal.el (top level): Display character 255 as 8bit as well.
4921 1999-03-06  Dave Love  <fx@gnu.org>
4923         * progmodes/cc-cmds.el (c-outline-level): Bind
4924         buffer-invisibility-spec.
4926         * progmodes/c-mode.el (c-outline-level): Likewise.
4928         * progmodes/ada-mode.el (ada-outline-level): Likewise.
4930 1999-03-05  Felix Lee  <flee@cygnus.com>
4932         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4934 1999-03-05  Richard M. Stallman  <rms@gnu.org>
4936         * bindings.el (complete-symbol): Invert meaning of prefix arg.
4938 1999-03-05  Andrew Innes  <andrewi@gnu.org>
4940         * w32-fns.el (convert-standard-filename): Convert directory
4941         separators to Windows format.
4943 1999-03-05  Andreas Schwab  <schwab@gnu.org>
4945         * international/skkdic-cnv.el: Provide skkdic-cnv.
4946         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4947         (batch-skkdic-convert): Doc fix.
4949 1999-03-04  Dave Love  <fx@gnu.org>
4951         * custom.el (custom-set-variables): Protect against setter errors.
4953 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
4955         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4956         the file sizes from overflowing.
4957         (ls-lisp-format): If file size is a float, use %8.0f to print it.
4958         Under -s, print the size in blocks with %4.0f, in case they have
4959         a *really* huge file.
4961 1999-03-03  Dave Love  <fx@gnu.org>
4963         * options.el (edit-options): Doc fix.
4964         (list-options): Don't lose with unbound symbols.  Maintain
4965         Edit-options-mode.
4967 1999-03-01  Dave Love  <fx@gnu.org>
4969         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4971 1999-02-28  Richard M. Stallman  <rms@gnu.org>
4973         * ispell.el (ispell-dictionary-alist-override): New variable.
4974         (ispell-dictionary-alist): Don't setq it,
4975         if ispell-dictionary-alist-override is set.
4977         * simple.el (shell-command-default-error-buffer): Renamed from
4978         shell-command-on-region-default-error-buffer.
4979         (shell-command-on-region): Mention in echo area when there
4980         is some error output.  Mention success or failure, too.
4981         Accumulate multiple error outputs
4982         going forward, with formfeed in between.  Display the error buffer
4983         when we have put something in it.
4984         (shell-command): Add the ERROR-BUFFER argument feature.
4986 1999-02-28  Karl Heuer  <kwzh@gnu.org>
4988         * mail/mh-utils.el (mh-lib): Doc fix.
4989         (mh-lib-progs, mh-nmh-p): New vars.
4990         (mh-find-progs): Set mh-lib-progs along with other vars.
4991         (mh-path-search): New arg FUNC-P; if specified, use that instead
4992         of mh-file-command-p.
4993         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4995         * mail/mh-comp.el (mh-repl-formfile): New var.
4996         (mh-smail-batch): Don't ignore all arguments.
4997         (mh-reply): Do the right thing when using nmh.
4999 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
5001         * international/mule-cmds.el (select-safe-coding-system): Be sure
5002         to show a buffer being decoded.
5004 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
5006         * ps-bdf.el (bdf-directory-list): Initialize it to
5007         '("/usr/local/share/emacs/fonts/bdf").
5009 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5011         * ps-print.el: PostScript programming fix.
5012         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
5013         setpagedevice operator).
5015 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5017         * ps-print.el: Doc fix, font size specifies landscape and portrait
5018         sizes.
5019         (ps-print-version): New version number (4.1.4).
5020         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
5021         Specifies landscape and portrait sizes.
5022         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
5023         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
5024         fix.
5025         (ps-get-font-size): New fun.
5026         (ps-font-size-internal, ps-header-font-size-internal)
5027         (ps-header-title-font-size-internal): New vars.
5029         * ps-mule.el: Change of ps-print font size variable name.
5030         (ps-mule-generate-font): Fun fix.
5031         (ps-mule-begin-job): Programming uniformization.
5033 1999-02-25  Dave Love  <fx@gnu.org>
5035         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
5036         (help-make-xrefs): Do Info case first.
5038         * repeat.el: Don't require advice.
5039         (repeat-last-kill-command): Variable deleted.
5041 1999-02-25  Richard Stallman  <rms@gnu.org>
5043         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
5044         case just because the current buffer is the output buffer.
5046 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
5048         * simple.el (what-cursor-position): To show the character's
5049         encoding, use encoded-string-description instead of information
5050         of chaset-origin-alist.
5052         * international/mule-cmds.el (iso-2022-control-alist): New variable.
5053         (encoded-code-description): New function.
5054         (encoded-string-description): New function.
5055         (encode-coding-char): New function.
5057 1999-02-25  Andrew Innes  <andrewi@gnu.org>
5059         * startup.el (command-line) [windows-nt]: Fix typo in regexp
5060         checking for .emacs[.el[c]].
5062 1999-02-24  Richard Stallman  <rms@gnu.org>
5064         * help.el (describe-function-1): Don't print a whole lambda-function.
5066 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
5068         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
5069         inputting ?\240.
5071 1999-02-23  Karl Heuer  <kwzh@gnu.org>
5073         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
5075         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
5076         (clean-buffer-list-kill-buffer-names): Doc fix.
5078         * gud.el (gud-jdb-massage-args): Spelling fix.
5080 1999-02-23  Richard M. Stallman  <rms@gnu.org>
5082         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5084 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
5086         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
5087         excursion while calling set-auto-coding-function.
5089         * play/handwrite.el (handwrite): Require ps-print, and use
5090         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
5091         if it's defined, instead of forking ps-lpr-command unconditionally.
5093 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
5095         * international/codepage.el (cp-coding-system-for-codepage-1): Put
5096         charset-origin-alist property to a coding system for the codepage.
5098         * international/mule.el: Modify comment for charset-origin-alist
5099         property of a coding system.
5101         * simple.el (what-cursor-position): charset-origin-alist property
5102         of a coding system may be a translation table or a symbol of which
5103         `translation-table' property is a translation table.
5105 1999-02-21  Richard Stallman  <rms@gnu.org>
5107         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5108         to the "html" template.
5110 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
5112         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
5114 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
5116         * dirtrack.el (dirtrack): Check for the prompt in the input string
5117         instead of the buffer.
5119 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
5121         * sql.el: Set version to 1.4.1.  Changed mail address to
5122         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
5123         (sql-input-ring-separator): Doc fix.
5124         (sql-mode-syntax-table): double-dash starts comments is defined as
5125         ". 56" instead of ". 12b" for XEmacs.
5126         (sql-stop, sql-interactive-mode): Doc fixes.
5127         (sql-postgres): Queries for database and server, not just one.
5128         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5130         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5131         changed.  This is needed for master.el to work.
5132         (sql-set-sqli-buffer): Use the new hook.
5134         * sql.el (sql-make-alternate-buffer-name): Function that sets
5135         sql-alternate-buffer-name.
5136         (sql-alternate-buffer-name): Possible name of SQLi buffers.
5137         (sql-interactive-mode): Set sql-alternate-buffer-name.
5138         (sql-rename-buffer): New command.
5139         (sql-interactive-mode-menu): Menu for SQLi buffers.
5141         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
5142         and sql-input-ring-file-name are used to temporarily set
5143         comint-input-ring-file-name and comint-input-ring-separator when
5144         reading and writing input history files.
5146         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5147         (sql-input-ring-file-name): New variable with customization.
5148         (sql-input-ring-separator): New variable with customization.
5149         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5150         Callers changed.
5151         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5152         now includes the name of the current buffer.
5154         (sql-mode): Set paragraph-separate and paragraph-start so that
5155         sql-send-paragraph sends the entire SQL statements, even if it
5156         contains indented lines.
5158 1999-02-18  Dave Love  <fx@gnu.org>
5160         * format.el (format-encode-run-method, format-decode-run-method):
5161         Fix previous change.
5163 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
5165         * international/mule.el (coding-system-list): Moved here from
5166         mule-util.el to avoid autoloading mule-util by the call of
5167         select-safe-coding-system.
5169 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5171         * simple.el (turn-on-auto-fill): Mark it as an option for
5172         `text-mode-hook'.
5174 1999-02-17  Richard Stallman  <rms@gnu.org>
5176         * emacs-lisp/easymenu.el (easy-menu-get-map):
5177         Don't crash if (current-local-map) is nil.
5179 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
5181         * filecache.el (file-cache-filter-regexps): Added .class.
5183 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
5185         * international/mule-util.el (decompose-region): Use
5186         insert-buffer-substring instead of insert-buffer to avoid putting
5187         mark.
5189 1999-02-17  Andreas Schwab  <schwab@gnu.org>
5191         * calendar/cal-move.el (scroll-calendar-left): Don't set
5192         displayed-month and displayed-year here, let generate-calendar do
5193         it, after range checking.
5195 1999-02-17  Simon Marshall  <simon@gnu.org>
5197         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5199         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5200         correctly between an object declared via a constructor and a method.
5201         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5202         (java-font-lock-keywords-1): Fontify package names individually.
5203         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5204         (java-font-lock-keywords-2): Simplify type fontification.
5205         (java-font-lock-keywords-3): Likewise.
5207 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
5209         * language/japanese.el (iso-2022-jp-2): New coding system.
5210         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5212 1999-02-16  Dave Love  <fx@gnu.org>
5214         * help.el (describe-function-1): Accept non-symbols.
5216 1999-02-16  Paul Eggert  <eggert@twinsun.com>
5218         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5219         find the last match if there are multiple matches.
5221 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5223         * tex-mode.el (tex-run-command, latex-run-command)
5224         (slitex-run-command, tex-command): Doc changes.
5225         (tex-start-options-string): Autoload it.  Doc change.  Provide
5226         a menu for customization.  Allow nil.  Quote backslashes only once.
5227         (tex-start-tex): Handle nil value of tex-start-options-string
5228         and apply shell-quote-argument to it.
5230 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
5232         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5233         the size in blocks, since it can be a float.
5234         (ls-lisp-format): Likewise
5236 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
5238         * language/japanese.el (japanese-shift-jis): Add
5239         charset-origin-alist property.
5241 1999-02-15  Richard Stallman  <rms@gnu.org>
5243         * progmodes/compile.el (compile-internal): Use save-selected-window.
5245         * subr.el (momentary-string-display): Bind inhibit-read-only.
5247         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5249 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
5251         * mail/rmail.el (rmail-show-message): If an unseen message has a
5252         Summary-line in its header, get past one more line before looking
5253         for the X-Coding-System header.
5255 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
5257         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5258         explicitly to accomodate Windows 9X lack of a useful copy program.
5260 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5262         * wid-edit.el (widget-choice-value-create): Use `equal'
5263         instead of `eq'.
5265 1999-02-14  Richard Stallman  <rms@gnu.org>
5267         * international/iso-transl.el:
5268         (iso-transl-ae): Renamed from iso-transl-e-slash.
5269         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5270         (iso-transl-AE): Renamed from iso-transl-E-slash.
5271         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5272         (iso-transl-char-map): Related changes.
5274         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5276 1999-02-13  Richard Stallman  <rms@gnu.org>
5278         * textmodes/texinfmt.el (texinfo-alias): New function.
5279         (texinfo-fold-nodename-case): Add defvar.
5280         (texinfo-format-node): Do case folding if specified.
5282         * ffap.el (ffap-file-at-point): Test local file names
5283         immediately.  Strip off line numbers.
5285 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
5287         * sql.el: Set version to 1.3.2
5288         (sql-solid-program): Added support for solid.
5289         (sql-help): Doc mentions sql-solid.
5290         (sql-solid): Entry function for Solid.
5291         (sql-buffer): Doc explains the use of the variable and how to
5292         change it.
5293         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
5294         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5295         disabled if sql-buffer doesn't have a process; sql-send-paragraph
5296         is new.
5297         (sql-show-sqli-buffer): New function to display the value of
5298         sql-buffer.
5299         (sql-change-sqli-buffer): New function to change sql-buffer.
5300         (sql-mode): Doc explains how to change sql-buffer.
5301         (sql-send-paragraph): New function to send a paragraph.
5302         (sql-mode-map): Added keybinding for sql-send-paragraph.
5303         (sql-mysql): Doc corrected.
5304         (sql-ms): Doc corrected.
5306         * sql.el (sql-server): Doc fix.
5307         (sql-mysql): Added the use of sql-server to specify the host,
5308         sql-database now specifies database instead of host.
5309         (sql-mode-menu): Send... menu items are only active if sql-buffer
5310         is non-nil.
5311         (sql-help): Changed tag of entry functions a bit.
5313         * sql.el: Added keywords from `finder-by-keyword'.
5314         (sql-mode): Made sql-buffer a local variable, changed the
5315         documentation: removed instructions to add *.sql files to
5316         auto-mode-alist, added documentation for having mutliple SQL
5317         buffers sending their stuff to different SQLi buffers, each
5318         running a different process.
5319         (sql-postgres): Quoted *SQL* in doc string.
5320         (sql-ms): Likewise.
5321         (sql-ingres): Likewise.
5322         (sql-ingres): Quoted *SQL* in doc string, added references to
5323         sql-user and sql-password used during login.
5324         (sql-sybase): Quoted *SQL* in doc string, added comma.
5325         (sql-oracle): Likewise.
5326         (sql-interactive-mode): Added extensive documentation for having
5327         mutliple SQL buffers sending their stuff to different SQLi
5328         buffers, each running a different process.
5329         (sql-buffer): Changed doc from *SQL* to SQLi.
5330         (sql-get-login): Doc fix.
5332 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5334         * international/mule-conf.el (undecided): Set ascii in
5335         safe-charsets property.
5337 1999-02-12  Richard Stallman  <rms@gnu.org>
5339         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5341 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5343         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5344         value to ps-mule-font-info-database-latin.
5346 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
5348         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5349         (ps-mule-font-info-database-default): New variable.
5350         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5351         ps-mule-font-info-database-default.
5353 1999-02-12  Dave Love  <fx@gnu.org>
5355         * timezone.el (timezone-make-date-sortable)
5356         (timezone-make-date-arpa-standard): Doc fix.
5358 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
5360         * international/quail.el (quail-show-kbd-layout): Bind
5361         blink-matching-paren to nil.
5363         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5364         for ASCII and Latin-1.
5366 1999-02-12  Andreas Schwab  <schwab@gnu.org>
5368         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
5370 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
5372         * international/mule-cmds.el (language-info-alist): Remove
5373         description about charset-origin-alist.
5375         * international/mule.el: Comment added for a new coding system
5376         property `charset-origin-alit'.
5377         (make-translation-table): This variable deleted.
5379         * language/chinese.el (chinese-big5): Add charset-origin-alist
5380         property.
5381         ("Chinese-CNS"): Remove charset-origin-alist property.
5383         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
5384         property.
5385         (cyrillic-alternativnyj): Likewise.
5386         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
5387         ("Cyrillic-ALT"): Likewise.
5389         * language/vietnamese.el (vietnamese-viqr): Add
5390         charset-origin-alist property.
5391         ("Vietnamese"): Remove charset-origin-alist property.
5393         * simple.el (what-cursor-position): Don't use the varialbe
5394         charset-origin-alist, but use charset-origin-alist property of
5395         buffer-file-coding-system to decide external character set code.
5397 1999-02-10  Richard Stallman  <rms@gnu.org>
5399         * shadowfile.el: Don't turn on the mode when the file is loaded.
5401 1999-02-09  Richard Stallman  <rms@gnu.org>
5403         * progmodes/compile.el (compile-auto-highlight): Customize.
5405         * add-log.el (add-log-file-name-function): New variable.
5406         (add-change-log-entry): Call that function, if non-nil.
5408 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
5410         * rmail.el (rmail-search): Track match with a marker, not an integer.
5412 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5414         * progmodes/compile.el (compilation-setup): Set value of
5415         compilation-directory-stack as in compilation-forget-errors.
5416         (compile-reinitialize-errors): Bind buffer-undo-list and
5417         deactivate-mark.
5418         (compilation-forget-errors): Likewise.
5420 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
5422         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
5423         def... constructs.
5425         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
5426         Remove calls to sleep-for.
5428 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
5430         * international/codepage.el (cp-coding-system-for-codepage-1): On
5431         MS-DOS, use dos-unsupported-char-glyph for characters not
5432         supported by the codepage.
5433         (cp-make-coding-systems-for-codepage): Likewise.
5435 1999-02-08  Andreas Schwab  <schwab@gnu.org>
5437         * international/mule-util.el (coding-system-list): Don't sort
5438         coding-system-list here.
5440         * international/mule.el (coding-system-lessp): Moved here from
5441         mule-util.el
5442         (add-to-coding-system-list): New function.
5443         (make-subsidiary-coding-system, make-coding-system,
5444         define-coding-system-alias): Use it instead of setting
5445         coding-system-list directly.
5447 1999-02-07  Dave Love  <fx@gnu.org>
5449         * calendar/appt.el (appt-make-list): Don't splice quotes and date
5450         onto message.
5452 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5454         * imenu.el (imenu--last-menubar-index-alist): Add doc.
5455         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
5457 1999-02-06  Richard Stallman  <rms@gnu.org>
5459         * language/european.el (setup-slovenian-environment): New function.
5460         ("Slovenian"): New language environment.
5462         * progmodes/sql.el (sql-help): Doc fix.
5463         (sql-mysql): Doc fix.
5465 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5467         * tex-mode.el: When compiling, require compare-w and skeleton
5468         to pacify the byte-compiler.  Move the def's of the tex-commands
5469         together.  Add a comment on kill-process vs. quit-process.
5471 1999-02-05  Dave Love  <fx@gnu.org>
5473         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5474         null markers.
5475         (compile-goto-error): Likewise.
5477 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
5479         * time-stamp.el (time-stamp-format): Format doc tighter.
5480         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5481         (time-stamp): don't re-write the time stamp if it didn't change.
5483 1999-02-05  Alex Schroeder  <asc@bsiag.com>
5485         * progmodes/sql.el: Changed version to 1.2.1.
5486         (sql-pop-to-buffer-after-send-region): Improved documentation.
5487         (sql-mysql-program): Added MySQL support.
5488         (sql-prompt-length): Made prompt-length configurable.
5489         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5490         (sql-help): Added MySQL support, changed documentation.
5491         (sql-send-region): A message is displayed if something is sent.
5492         (sql-mode): Added buffer-local comment-start.
5493         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5494         (sql-interactive-mode): Added buffer-local comment-start.
5495         (sql-oracle): Set sql-prompt-length.
5496         (sql-sybase): Set sql-prompt-length.
5497         (sql-mysql): Added MySQL support.
5498         (sql-ingres): Set sql-prompt-length.
5499         (sql-ms): Set sql-prompt-length.
5500         (sql-postgres): Set sql-prompt-length.
5502 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
5504         * term/internal.el (dos-codepage-setup): Set selection coding
5505         system to cpNNN-dos.
5507 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509         * international/characters.el: Let ethiopic use iso-2022-7bit.
5511 1999-02-02  Dave Love  <fx@gnu.org>
5513         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5514         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5516 1999-02-02  Karl Heuer  <kwzh@gnu.org>
5518         * terminal.el (terminal-emulator): Doc fix.
5520 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
5522         * international/mule-util.el (compose-chars): Doc-string
5523         modified.  Correctly handle a composition character in ARGS.
5525 1999-02-01  Richard Stallman  <rms@gnu.org>
5527         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5528         (makefile-menu-index-function): Function deleted.
5529         (makefile-mode): Use makefile-imenu-generic-expression.
5531 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
5533         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5534         change, invoke from before-init-hook.
5536 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
5538         * subr.el (remove-from-invisibility-spec): Cope with the case when
5539         buffer-invisibility-spec is t.
5541 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
5543         * calendar/calendar.el (calendar-mode-map): Fix bindings for
5544         appt-add and appt-delete.
5546 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
5548         * term/pc-win.el (msdos-approximate-color): New function.
5549         (msdos-color-translate): Call it to find a DOS color that best
5550         approximates an X-style "#NNNNNN" color specification.
5552 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
5554         * international/mule-util.el (compose-chars-component): Add
5555         autoload cookie.
5557 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
5559         * international/quail.el (quail-lookup-key): If cdr of MAP is a
5560         function, replace cdr of MAP by the return value of the function
5561         unconditionally.
5563 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5565         * progmodes/compile.el (compilation-next-error-locus): Don't
5566         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5568 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
5570         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5571         and NLs before "charset", and allow the charset name be in double
5572         quotes.
5574 1999-01-31  Richard Stallman  <rms@gnu.org>
5576         * imenu.el (imenu-sort-function): Fix custom type.
5578 1999-01-30  Richard Stallman  <rms@gnu.org>
5580         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5581         (speedbar-line-token): Likewise.
5583         * play/gametree.el (gametree-default-score): Use defcustom.
5584         (gametree-score-regexp, gametree-score-closer): Likewise.
5585         (gametree-score-manual-flag, gametree-score-opener): Likewise.
5587 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5589         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5590         decoding.
5592 1999-01-29  Markus Rost  <rost@gnu.org>
5594         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5595         tex-validate-buffer.
5596         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5597         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
5598         now with recent occur-mode.
5599         (tex-validate-region): Really walk through all Sexps.
5600         (tex-region): Bind shell-dirtrack-verbose.
5601         (tex-file, tex-bibtex-file): Likewise.
5603 1999-01-29  Dave Love  <fx@gnu.org>
5605         * finder.el: (finder-commentary): Fix interactive spec.  Try
5606         appending .el to file name.
5607         (finder-find-library, finder-commentary): Doc fixes.
5609 1999-01-29  Andrew Innes  <andrewi@gnu.org>
5611         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5612         where the userid contains directory separators.
5614 1999-01-29  Dave Love  <fx@gnu.org>
5616         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5617         (lm-commentary): Doc fix.
5619 1999-01-29  Andreas Schwab  <schwab@gnu.org>
5621         * files.el (file-expand-wildcards): Never consider `.' and `..' a
5622         wildcard match.  Fix regexp that tests if dirpart contains
5623         wildcard characters.
5625 1999-01-28  Richard Stallman  <rms@gnu.org>
5627         * font-lock.el (font-lock-default-unfontify-region):
5628         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5630 1999-01-27  Jason Rumney <jasonr@altavista.net>
5632         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5633         from FAMILY field.
5634         (w32-create-initial-fontsets): Do not use before-init-hook.
5635         (mouse-set-font): Document.  Automatically create and use fontsets.
5637         * dos-w32.el (direct-print-region-helper): Check for printer
5638         being t as well as a string.
5640 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
5642         * mail/rmail.el (rmail-decode-mime-charset): New variable.
5643         (rmail-mime-charset-pattern): New variable.
5644         (rmail-convert-to-babyl-format): Decode by MIME-charset if
5645         rmail-decode-mime-charset is non-nil.
5647 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
5649         * international/characters.el: Set category `q' for all characters
5650         in tibetan and tibetan-1-column.
5652 1999-01-27  Andrew Innes  <andrewi@gnu.org>
5654         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5655         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5657 1999-01-27  Dave Love  <fx@gnu.org>
5659         * international/mule-cmds.el (current-language-environment):
5660         Provide :link, :type (choices) and appropriate :get.
5662 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
5664         * startup.el (command-line): Set default eol-mnemonic-* strings to
5665         display end-of-line format in mode line.
5667         * cus-start.el (all): Add eol-mnemonic-* variables.
5669 1999-01-26  Dave Love  <fx@gnu.org>
5671         * startup.el (command-line-1): Up-date copyright.
5673         * paths.el (Info-default-directory-list): Use configdir twice.
5675         * info.el (Info-directory-list): Don't set path-separator now
5676         we're not shipped with Texinfo.  Simplify path definition.
5677         Substitute all occurrences of instdir in Info-default-directory-list.
5679 1999-01-25  Richard Stallman  <rms@gnu.org>
5681         * startup.el (normal-top-level-add-subdirs-to-load-path):
5682         Record the inode numbers of the dirs processed, to avoid loop.
5684         * textmodes/tex-mode.el (tex-run-command): Doc fix.
5686 1999-01-25  Dave Love  <fx@gnu.org>
5688         * browse-url.el (browse-url-netscape-program): Doc addition.
5690         * help.el (help-make-xrefs): Default info references to an `(emacs)'
5691         prefix.
5693         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5694         auto-mode-alist.
5696 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5698         * calendar/diary-lib.el (mark-diary-entries): Use
5699         assoc-ignore-case and do not capitalize when matching month and
5700         day names.
5702         * calendar/calendar.el (calendar-read-date): Ditto.
5704         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5705         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5707         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5709         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5711         * calendar/cal-islam.el (calendar-goto-islamic-date)
5712         (mark-islamic-diary-entries): Ditto.
5714         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5716         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5717         (calendar-read-mayan-tzolkin-date): Ditto.
5719         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5721 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
5723         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5725 1999-01-25  Karl Heuer  <kwzh@gnu.org>
5727         * faces.el (list-faces-display): Multiline case of previous fix.
5729 1999-01-25  Andreas Schwab  <schwab@gnu.org>
5731         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5733 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
5735         * files.el (find-file): If find-file-noselect returns a list,
5736         do switch-to-buffer on each element.
5737         (find-file-other-window): Likewise for all but the first element.
5738         (find-file-other-frame): Same.
5739         (find-file-noselect): When we expand a wildcard, return a list
5740         of buffers.
5742 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
5744         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5745         to set the appropriate cpNNN-dos coding system as the
5746         highest-priority coding system.
5748 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5750         * international/fontset.el (generate-fontset-menu): Return a
5751         sorted list by plain names of fontsets.
5753         * international/mule-diag.el (list-fontsets): Sort fontsets by
5754         plain names.
5756         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5757         FIRST is a composite character, decompose it at first.
5759 1999-01-23  Dave Love  <fx@gnu.org>
5761         * format.el: Doc fixes.
5762         (format-encode-run-method): Have things happen in the right buffer.
5763         Deal with errors from method.  Set coding-system-for-write.
5764         (format-decode-run-method): Have things happen in the right buffer.
5765         Deal with errors from method.  Set coding-system-for-read.
5766         (format-alist): Use nil instead of unmatchable regexps.
5768         * simple.el (shell-command-on-region): Return command's exit status.
5770 1999-01-23  Eric Ludlam  <zappo@gnu.org>
5772         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5773         of the file whose info we want to display.
5774         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5775         (speedbar-add-mode-functions-list) Improve doc.
5776         (speedbar-line-token) New function.
5777         (speedbar-dired) Fix order of directories in -shown-directories.
5778         (speedbar-line-path): Default return is default-directory
5779         (speedbar-buffers-line-path): Return is dir name only.
5780         (speedbar-mode-functions-list): New variable.
5781         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5782         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5783         speedbar-files-item-info speedbar-buffers-item-info): New functions.
5784         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5785         New functions.
5786         (speedbar-line-file): Broke out part that fetches file from a line.
5787         (speedbar-line-text): New function extracted from speedbar-line-file.
5788         (speedbar-line-path): Converted into a replaceable function.
5789         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5791 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5793         * international/fontset.el (create-fontset-from-x-resource): Make
5794         style variants.
5796 1999-01-22  Dave Love  <fx@gnu.org>
5798         * paths.el (Info-default-directory-list): Put sysdir after start.
5800 1999-01-22  Sam Steingold  <sds@goems.com>
5802         * midnight.el (clean-buffer-list): do not kill a buffer if it has
5803         a process associated with it.
5805 1999-01-22  Jason Rumney <jasonr@altavista.net>
5807         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5809 1999-01-22  Felix Lee  <flee@cygnus.com>
5811         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
5812         major-mode.
5813         (vc-annotate-mode): Delete variable.
5815 1999-01-22  Andrew Innes  <andrewi@gnu.org>
5817         * startup.el (command-line): [windows-nt]: Check for existence of
5818         .emacs file so as to notice .emacs.el or .emacs.elc and use them
5819         in preference to _emacs.
5821 1999-01-22  Dave Love  <fx@gnu.org>
5823         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5825 1999-01-20  Richard Stallman  <rms@gnu.org>
5827         * files.el (find-file-noselect): Do wildcard processing only
5828         if new arg WILDCARDS is non-nil.
5829         (find-file, find-file-other-window): New arg WILDCARDS.
5830         Default it to non-nil if interactive.
5831         (find-file-other-frame): Likewise.
5832         (find-file-read-only): Likewise.
5833         (find-file-read-only-other-window): Likewise.
5834         (find-file-read-only-other-frame): Likewise.
5836         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5837         (widget-plist-convert-option): Delete spurious comma.
5839 1999-01-19  Jason Rumney <jasonr@altavista.net>
5841         * term/w32-win.el (w32-standard-fontspec-spec): Change
5842         iso8859-5 to koi8-r.  Add iso8859-9.
5844 1999-01-19  Dave Love  <fx@gnu.org>
5846         * browse-url.el (browse-url-maybe-new-window): Delete macro and
5847         its uses.
5849         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5850         is active.
5851         (fortran-indent-subprogram): Likewise.
5853 1999-01-19  Dave Love  <d.love@dl.ac.uk>
5855         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5857 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5859         * wid-edit.el (alist): Use sexp as default key-type.
5861 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5863         * textmodes/tex-mode.el (tex-define-common-keys):
5864         Remove key binding of tex-feed-input.
5865         (tex-mode-map): Bind tex-feed-input here.
5866         (tex-start-shell): Use compilation-shell-minor-mode.  Set
5867         comint-input-filter-functions before running tex-shell-hook.
5868         (tex-start-tex): Forget compilation errors.
5869         (tex-compilation-parse-errors): Rewritten to work also with
5870         compile-mouse-goto-error and compile-goto-error.  Adjusted to
5871         change in tex-region.
5872         (tex-region): For the temp file use file-name without directory.
5873         (tex-file): Expand file name of tex-print-file.
5875 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5877         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
5879 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
5881         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5882         beginning could cause Emacs to hang.  Fixed.
5884 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
5886         * international/ccl.el (ccl-compile-translate-character): Handle
5887         the case that a tranlation table is CCL register correctly.
5889         * international/mule-cmds.el (select-safe-coding-system):
5890         Hightlight at most 256 characters.
5892 1999-01-18  Dave Love  <fx@gnu.org>
5894         * startup.el (command-line): If the init file changes operation to
5895         unibyte, make all buffers unibyte and re-set language environment.
5897         * disp-table.el (standard-display-european): Make all existing
5898         buffers unibyte.  Fix doc.
5900 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
5902         * wid-edit.el (coding-system): Define this unconditionally.
5904         * simple.el (shell-command-on-region-default-error-buffer): New var.
5905         (shell-command-on-region): Use that variable as interactive
5906         value of ERROR-BUFFER argument.
5908 1999-01-17  Sam Steingold  <sds@goems.com>
5910         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5912 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5914         * progmodes/compile.el (compilation-goto-locus): If already in the
5915         compilation buffer's window, keep it in that window.
5916         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
5917         (compile-goto-error): Don't play with windows.
5919         * textmodes/tex-mode.el (latex-run-command): Doc fix.
5920         (tex-command): Doc fix.
5921         (tex-compilation-parse-errors): Doc fix.
5922         (tex-generate-zap-file-name): Don't start the name with -.
5923         (tex-expand-files): Works now also with strings ending with ":".
5925 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
5927         Patch failed to install:
5928         * gametree.el: Document scoring functionality.
5929         (gametree-score-regexp): Add optional plus sign.
5930         (gametree-score-opener): Replace `:' with `=' as the former
5931         conflicts with gametree-half-ply-regexp.
5932         (gametree-transpose-following-leaves): Add.
5933         (gametree-insert-new-leaf): Make modifying commands barf in read
5934         only buffers.
5935         (gametree-break-line-here): Add a call to
5936         `gametree-transpose-following-leaves'.  This maintains the
5937         necessary invariant that on each level all leaf children precede
5938         all nonleaf children.  This has always been implied, but left to
5939         the user, and, unfortunately, undocumented.
5941 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5943         * wid-edit.el (plist, alist): New widget types.
5945 1999-01-17  Dave Love  <fx@gnu.org>
5947         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5948         fix scope of condition-case therein.
5950 1999-01-17  Andrew Innes  <andrewi@gnu.org>
5952         * dos-w32.el: (find-buffer-file-type-coding-system): Use
5953         default-buffer-file-coding-system when file doesn't exist (and
5954         isn't covered by a special case) instead of forcing undecided-dos
5955         against the user's wishes.
5957         * dos-w32.el (direct-print-region-helper): New function based on
5958         direct-print-region-function; sends data to specified printer port
5959         without further translation.  Recognize and handle specially the
5960         standard `print' and `nprint' programs, as well as `lpr' and
5961         similar programs.  Only write directly to the printer port if no
5962         print program is specified.  Work around a bug in Windows 9x
5963         affecting Win32 version of Emacs by invoking command.com to write
5964         to the printer port instead of writing directly.
5965         (direct-print-region-function): Use direct-print-region-helper to
5966         do most of the work.
5967         (direct-ps-print-region-function): New function; analogue of
5968         direct-print-region-function for ps-print.
5969         (ps-lpr-command): Comment out setq; leave as example usage.
5970         (ps-lpr-switches): Ditto.
5972         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5973         and MS-Windows.
5974         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5975         DOS and Windows platforms, to indicate direct printing.  Update
5976         the docstring accordingly.
5978         * ps-print.el: (ps-printer-name): Update docstring about usage on
5979         MS-DOS and MS-Windows.
5980         (ps-lpr-command): Update docstring as for lpr-command.
5981         (ps-print-region-function): New variable.
5982         (ps-do-despool): Use it.
5983         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5984         DOS/Windows.
5986         * subr.el (subst-char-in-string): New function.
5988 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
5990         * international/codepage.el (cp852-decode-table): Fill a nil entry.
5992         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5993         (bdf-find-font-info): New function, looks for the first readable
5994         file from a list of alternatives.
5995         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5996         instead of bdf-get-font-info.
5997         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5998         to ps-mule-generate-bitmap-glyph.
6000         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
6001         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
6002         now be a list of alternative names.
6003         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
6004         (ps-mule-prepare-font): Likewise.
6006         * international/codepage.el (cp855-decode-table,
6007         cp850-decode-table): Fill some nil entries.
6009 1999-01-16  Dave Love  <fx@gnu.org>
6011         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
6012         last change.
6014 1999-01-15  Dave Love  <fx@gnu.org>
6016         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
6017         and change regexp for command names.
6018         (help-xref-go-back, function-called-at-point, symbol-file)
6019         (where-is): Doc fixes.
6020         (help-xref-go-back): Remove interactive spec.
6021         (describe-function-1): Fix message for alias.  Buttomize alias
6022         name.
6024         * simple.el (join-line): New alias.
6026 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
6028         * forms.el: (forms--show-record): Convert integers to string
6029         expicitly since concat will no longer accept integers.
6030         (forms-print): Use local `total-nb-records' since
6031         `forms--total-records' will be inaccessible after buffer switching.
6033 1998-01-14  Felix Lee  <flee@cygnus.com>
6035         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
6037 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
6039         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
6041 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
6043         * international/codepage.el (cp850-decode-table): Fix previous change.
6045 1999-01-14  Simon Marshall  <simon@gnu.org>
6047         * shell.el (shell-dirtrack-verbose): New custom variable.
6048         (shell-dirstack-message): Use it.
6050 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
6052         * international/mule-conf.el: Coding system alias `dos' for
6053         `undecided-dos', `mac' for `undecided-mac'.
6055         * international/mule-cmds.el (describe-language-environment):
6056         Don't alter input-method-alist.
6058 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
6060         * international/codepage.el (cp850-decode-table): Replace nil
6061         entries with codes of similary looking glyphs.  (Suggested by
6062         Jason Rumney <jasonr@altavista.net>.)
6064 1999-01-13  Dave Love  <fx@gnu.org>
6066         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
6068         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
6070 1999-01-12  Karl Heuer  <kwzh@gnu.org>
6072         * files.el (auto-save-hook): Defvar this.
6074 1999-01-12  Alex Schroeder  <asc@bsiag.com>
6076         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
6077         faces, eliminating the need to load font-lock before loading sql.
6078         (sql-mode-oracle-font-lock-keywords): Likewise.
6079         (sql-mode-postgres-font-lock-keywords): Likewise.
6081 1999-01-11  Dave Love  <fx@gnu.org>
6083         * cus-start.el: Add inhibit-eol-conversion.
6085         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6086         the values round.
6088 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
6090         * help.el (help-mode-finish): Renamed from help-mode-maybe.
6091         Don't switch to Help mode here.
6092         (temp-buffer-setup-hook): Use help-mode-finish.
6093         (help-mode-setup): New function.
6094         (temp-buffer-setup-hook): Use help-mode-setup.
6096         * progmodes/sql.el: New file.
6098         * files.el (auto-mode-alist): Add sql-mode.
6100         * faces.el (list-faces-display): Improve the formatting
6101         by computing the maximum length required for any face-name.
6103 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6105         * progmodes/compile.el (compilation-shell-minor-mode): New function.
6107 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
6109         * term.el (term_send_home): Change the string to
6110         be the same as the one emitted by xterm and consistent with the
6111         ones emitted by prior and next.
6112         (term_send_end): Likewise.
6114 1999-01-10  Dave Love  <fx@gnu.org>
6116         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6117         bindings.
6119 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
6121         * international/codepage.el (codepage-setup): Doc fix.
6122         (cp-decoding-vector-for-codepage): Likewise.
6124 1999-01-10  Markus Rost  <rost@gnu.org>
6126         * cus-edit.el (custom-save-delete): First scan the custom-file.
6128 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
6130         * international/iso-transl.el: Define a "function name" for
6131         each translation that isn't ASCII.  Use these function names
6132         in iso-transl-char-map.
6134 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
6136         * international/mule-util.el (decompose-region): Do decomposition
6137         on temporary unibyte buffer.
6139         * international/mule.el (make-char): Doc-string modified.
6141 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
6143         * simple.el (comment-region): Delete spaces only if we
6144         deleted a comment starter.
6146 1999-01-07  Dave Love  <fx@gnu.org>
6148         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6150         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6151         like eval-defun does.
6153         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6155         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6156         constructions.  Doc fixes.
6157         (generic-create-generic-function): Use defalias, not fset.
6159         * find-func.el: More doc fixes.
6161 1999-01-06  Stephen Eglen  <stephen@gnu.org>
6163         * files.el (save-buffers-kill-emacs): Show the list of current
6164         processes before prompting to kill them and exit.
6166 1999-01-06  Dave Love  <fx@gnu.org>
6168         * emacs-lisp/find-func.el: Doc fixes.
6169         (find-function-regexp): Extend for define-generic-mode,
6170         define-derived-mode, easy-mmode-define-minor-mode.
6172 1999-01-06  Dave Love  <fx@gnu.org>
6174         * progmodes/fortran.el (fortran-window-create): Account for scroll
6175         bar width.
6177         * browse-url.el: Require (noerror) w3-auto when compiling.
6178         (browse-url-maybe-new-window): Make it a macro and revert last
6179         change to callers.
6180         (browse-url-w3): Require w3 for w3-fetch-other-window.
6182 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6184         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6185         argument.
6187 1999-01-06  Simon Marshall  <simon@gnu.org>
6189         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
6191         * font-lock.el (font-lock-default-fontify-buffer): When using
6192         with-temp-message, use nil rather than current-message.
6194         * lazy-lock.el (lazy-lock-unstall):
6195         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6196         rather than current-message.
6198         * fast-lock.el (fast-lock-save-cache-1):
6199         (fast-lock-cache-data): When using with-temp-message, use nil rather
6200         than current-message.
6202 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
6204         * international/codepage.el (cp-coding-system-for-codepage-1): Add
6205         the valid-codes property.
6207         * international/mule-cmds.el (prefer-coding-system): Call
6208         set-coding-priority, so that the internal array of priorities is
6209         also updated.
6211         * international/mule-util.el:
6212         (coding-system-change-eol-conversion,
6213         coding-system-change-text-conversion): Don't define here.
6215         * international/mule-cmds.el: Define them here.  Remove the
6216         autoload cookies.
6218 1999-01-06  Andreas Schwab  <schwab@gnu.org>
6220         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6221         if it was enabled before.
6223         * view.el (View-revert-buffer-scroll-page-forward): Bind
6224         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6226         * files.el (recover-session): Preserve point when inserting
6227         explanation.
6229 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
6231         * cus-edit.el (custom-save-delete): Don't delete whitespace
6232         and comments before the sexp that is replaced.
6234 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6236         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6238 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6240         * vc.el (vc-dired-hook): Use the original value of
6241         dired-move-to-filename-regexp on lines that have not been
6242         reformatted yet.
6243         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
6244         file lines have already been reformatted.
6246 1999-01-05  Dave Love  <fx@gnu.org>
6248         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6249         buffer-local.
6251 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
6253         * progmodes/f90.el: Change of regular expressions for type to
6254         correct highlighting and identation. Some small fixes for
6255         compatibility with XEmacs.
6257 1999-01-05  Stephen Eglen  <stephen@gnu.org>
6259         * mspools.el (mspools-vm-system-mail): Provide an alternative
6260         value based on rmail-spool-directory if $MAIL is not defined.
6262 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
6264         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6265         (reftex-section-info): Handle negative section levels.
6266         (reftex-view-crossref-extra): New option.
6267         (reftex-view-crossref): Generalized to work in more places.
6268         (reftex-find-citation-regexp-format, reftex-find-reference-format,
6269         reftex-macros-with-labels, reftex-global-search-marker): New variables.
6270         (reftex-view-cite-locations-from-bibtex): New command.
6271         (reftex-view-regexp-match, reftex-global-search,
6272         reftex-global-search-continue): New functions.
6273         (reftex-extract-bib-entries): No error for non-existing BibTeX
6274         file, just a message.
6275         (reftex-extract-bib-entries): Better error handling.
6276         (reftex-select-with-char): Use `*RefTeX Select*' for selection
6277         help and force it on current frame.
6278         (reftex-default-bibliography): New function.
6279         (reftex-access-parse-file): Check consistency after loading a
6280         parse file.  When inconsistent, enfore rescan.
6281         (reftex-check-parse-consistency): New function.
6282         (easy-menu-define): Options section drastically shortened.
6284 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
6286         * language/thai-util.el (thai-compose-string): New function.
6288 1999-01-04  Inge Frick  <inge@nada.kth.se>
6290         * easymenu.el (easy-menu-define): Doc fix.
6291         (easy-menu-create-menu): New keyword :included.
6292         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
6293         be an expression, not only a string.  Simulate style `button'.
6294         Use easy-menu-define-key-intern instead of easy-menu-define-key.
6295         (easy-menu-define-key-intern): New function.
6296         (easy-menu-add-item): Understand value returned from
6297         easy-menu-item-present-p and easy-menu-remove-item.
6298         (easy-menu-return-item): New function.
6299         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6301 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
6303         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6304         Use rmail-output-read-rmail-file-name to read the file name.
6305         Always call rmail-output-to-rmail-file noninteractively.
6306         When count > 1, do the loop here.
6307         Handle rmail-delete-after-output here.
6308         (rmail-summary-output): Similar changes.
6310         * mail/rmailout.el: Provide `rmailout'.
6311         (rmail-output-read-rmail-file-name): New function.
6312         (rmail-output-to-rmail-file): Use that.
6313         (rmail-output-read-file-name): New function.
6314         (rmail-output): Use that.
6316         * files.el (find-file-noselect): Let /: suppress wildcard matching.
6317         Error if wildcard matches no files.
6319 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
6321         * menu-bar.el (clipboard-yank): Doc fix.
6323         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6325 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
6327         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6329 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
6331         * rmail.el (rmail-encode-string): Make sure mask value is
6332         positive; (emacs-pid) returns a negative number on Windows 9x
6333         which causes odd behaviour.
6335 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
6337         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6338         and about w32-* variables unless on Windows/NT.
6340 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
6342         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6343         if buffer is modified; ask about all modified buffers.
6345 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6347         * simple.el (what-cursor-position): Fix previous change.
6349 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
6351         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6352         from paragraph-start.
6354 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
6356         * international/mule-cmds.el (prefer-coding-system): If the
6357         argument requires specific EOL conversion type, make the default
6358         coding systems use that.
6360 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
6362         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
6363         Use shell-command-on-region.
6364         (m4-start-m4, m4-end-m4): Functions deleted.
6366 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
6368         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
6370 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6372         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
6373         to compose-mail in the correct places and as a list.
6375 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
6377         * page-ext.el: Added mouse-selection feature for pages directory buffer.
6378         (pages-directory-map): Bind mouse-2
6379         (pages-copy-header-and-position): Put text property.
6380         (pages-directory-goto-with-mouse): New function.
6382 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
6384         * international/codepage.el (cp-make-coding-systems-for-codepage):
6385         Doc fix.
6386         (cp-coding-system-for-codepage-1): Likewise.
6388 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
6390         * language/thai-util.el (thai-post-read-conversion): Handle Thai
6391         composition sequence correctly here instead of calling
6392         thai-compose-region.
6394         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
6395         newline in multibyte buffer, if previous or next character is a
6396         composite char, check the first component of the composite char.
6398 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
6400         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
6401         and track-mouse.
6403 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6405         * mail/sendmail.el (mail-yank-original): Remove text properties
6406         after insertion.
6407         (mail-yank-region): Barf if no mark is set in the message
6408         being replied to.
6410         * help.el (function-called-at-point): First look for function at point.
6412 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6414         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
6416 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6418         * simple.el (what-cursor-position): Print character encoding also.
6420 1998-12-26  Dave Love  <fx@gnu.org>
6422         * textmodes/flyspell.el: If local-maps work, don't put
6423         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
6424         in flyspell-mouse-map (only).
6425         (flyspell-use-local-map): New variable.
6426         Use a different mouse-2 binding in that case,
6427         and don't add to minor-mode-map-alist.
6428         (make-flyspell-overlay, flyspell-correct-word):
6429         Test flyspell-use-local-map.
6431 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6433         * files.el (file-expand-wildcards): Handle wildcards in directory name.
6434         Be careful about whether to return a relative file name,
6435         and if so, relative to what directory.
6437 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6439         * emacs-lisp/easymenu.el (easy-menu-get-map):
6440         Change global map only if this menu exists in the global map already,
6441         and not in the local map.
6442         (easy-menu-do-add-item): Fix error message.
6444         * foldout.el (foldout-inhibit-key-bindings):
6445         Avoid concatenating onto outline-minor-mode-prefix.
6446         Make a new keymap for that prefix, if it does not already have one.
6448 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
6450         * cperl-mode.el:
6451         Can use linear algorithm for indentation if Emacs supports it.
6452         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
6453         (cperl-after-block-p):  Likewise.
6454         (cperl-after-block-and-statement-beg): Likewise.
6455         (cperl-after-block-p):  After END/BEGIN we are a block.
6456         (cperl-after-expr-p):   Skip labels when checking
6457         (cperl-indent-region):  Make a marker for END - text added/removed.
6458         Disable hooks during the call (how to call them later?).
6459         Now indents 820-line-long function in 6.5 sec (including
6460         syntaxification) the first time (when buffer has few
6461         properties), 7.1 sec the second time.
6462         (cperl-indent-region):  Do not indent whitespace lines
6463         (cperl-style-alist)
6464                 Include `cperl-merge-trailing-else' where the value is clear.
6465         (cperl-styles-entries): Likewise.
6466         (cperl-problems):       Improvements to docs.
6467         (cperl-tips):           Likewise.
6468         (cperl-non-problems):   Likewise.
6469         (cperl-mode):           Make lazy syntaxification possible.
6470         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6471         `font-lock-unfontify-region-function' was set to a wrong function.
6473         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6474         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
6475         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6476         but 1<<6 was considered as HERE-doc.
6477         <file/glob> made into a string.
6478         Postpone addition of faces after syntactic step.
6479         Recognition of <FH> was wrong.
6480         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
6481         Knows that split// is null-RE.
6482         Highlights separators in 3-parts expressions as labels.
6483         <> was considered as a glob.
6484         Would err if the last line is `=head1'.
6485         $a-1 ? foo : bar; was a considered a regexp.
6486         `<< (' was considered a start of HERE-doc.
6487         mark qq[]-etc sections as syntax-type=string
6488         Was not processing sub protos after a comment ine.
6489         Was treating $a++ <= 5 as a glob.
6490         Tolerate unfinished REx at end-of-buffer.
6491         `unwind-protect' was left commented.
6492         / and ? after : start a REx.
6494         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6495         Better default, customizes to `message' too, off in text-mode.
6497         (cperl-array-face): Renamed from `font-lock-emphasized-face',
6498         `defface'd.
6499         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6500         `defface'd.
6501         (cperl-emacs-can-parse):        New state variable.
6502         (cperl-indent-line):    Corrected to use global state.
6503         (cperl-calculate-indent):       Likewise.
6504         (cperl-fix-line-spacing):       Likewise (not used yet).
6505         (cperl-calculate-indent):       Did not consider `,' as
6506         continuation mark for statements.
6507         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6508         Remove another parse-data optimization at toplevel: would
6509         indent correctly.
6510         Correct for labels when calculating indentation of continuations.
6511         Docstring updated.
6512         (cperl-choose-color):   Converted to a function (to be
6513         compilable in text-mode).
6514         (cperl-dark-background):        Disable without window-system.
6515         Do `defface' only if window-system.
6516         (cperl-fix-line-spacing):       sped up to bail out early.
6517         (x-color-defined-p): was not compiling on XEmacs
6518         Was defmacro'ed with a tick.  Remove another def.
6519         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6520         (cperl-unwind-to-safe): New function.
6521         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6522         (cperl-fontify-syntaxically): Unwinds start and end to go out of
6523                                      long strings (not very successful).
6524         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
6525         Highlight the starting // in s//foo/ as function-name.
6526         Emit a meaningful error instead of a cryptic one for an
6527         uncomplete REx near end-of-buffer.
6529         (cperl-electric-keyword):       `qr' recognized.
6530         (cperl-electric-else):          Likewise
6531         (cperl-to-comment-or-eol):      Likewise
6532         (cperl-make-regexp-x):  Likewise
6533         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
6534         Corrected to use new macros;
6535         `if' for copying `reference-face' to `constant-face' was backward.
6536         remove init `font-lock-other-emphasized-face',
6537         `font-lock-emphasized-face', `font-lock-keyword-face'.
6538         Interpolate `cperl-invalid-face'.
6539         (cperl-make-regexp-x):  Misprint in a message.
6540         (cperl-syntaxify-unwind): New configuration variable
6541         (cperl-fontify-m-as-s): New configuration variable
6542         (cperl-electric-pod):   check for after-expr was performed
6543         inside of POD too.
6544         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6545         (cperl-clobber-mode-lists): New configuration variable.
6546         (cperl-not-bad-style-regexp):   Updated.
6547         Init:                   `cperl-is-face' was busted.
6548         (cperl-make-face):      New macros.
6549         (cperl-force-face):     New macros.
6550         (font-lock-other-type-face): Done via `defface' too.
6551         (cperl-nonoverridable-face):    New face.  Renamed from
6552         `font-lock-other-type-face'.
6553         (cperl-init-faces-weak):        use `cperl-force-face'.
6554         (cperl-comment-indent): Commenting __END__ was not working.
6555         (cperl-indent-for-comment):     Likewise.
6556         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
6557         When removing old TAGS info was not relativizing filename.
6558         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6559         Another try to work around XEmacs problems.  Better progress messages.
6560         (toplevel):             require custom unprotected => failure on 19.28.
6561         (cperl-xemacs-p):       defined when compile too
6562         (cperl-find-tags):      Was writing line/pos in a wrong order,
6563         pos off by 1 and not at beg-of-line.
6564         (cperl-etags-snarf-tag): New macro
6565         (cperl-etags-goto-tag-location): New macro
6566         (cperl-version):        New variable.  New menu entry
6567         random docstrings:      References to "future" 20.3 removed.
6568         Menu was described as `CPerl' instead of `Perl'
6569         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6570         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6571         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
6572         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6573         `font-lock-reference-face', `font-lock-keyword-face'.
6574         Use `eval-after-load'.
6575         Remove not-CPerl-related faces.
6576         (cperl-tips-faces):     New variable and an entry into Mini-docs.
6577         (cperl-indent-exp):     Was not processing else-blocks.
6578         (cperl-get-state):      NOP line removed.
6579         (cperl-ps-print):       New function and menu entry.
6580         (cperl-ps-print-face-properties):       New configuration variable.
6581         (cperl-invalid-face):   New configuration variable.
6582         (perl-font-lock-keywords):      Highlight trailing whitespace
6583         (cperl-contract-levels):        Documentation corrected.
6584         (cperl-contract-level):         Likewise.
6585         (cperl-ps-extend-face-list):    New macro.
6586         (cperl-invalid-face):   Change to ''underline.
6588 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
6590         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6591         for read-file-name.
6592         (rmail-output-to-rmail-file): Likewise.
6594 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6596         * emacs-lisp/easymenu.el (easy-menu-get-map):
6597         If MENU is nil, use global menu-bar map.
6598         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6599         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6601 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6603         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6605 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6607         * ps-print.el (ps-print-version): New version number (4.1.3).
6609 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
6611         * international/mule-cmds.el: Use make-sparse-keymap instead of
6612         define-prefix-key when defining MULE menu items.
6614         * info.el (Info-node-at-bob-matching): New function.
6615         (Info-find-node, Info-build-node-completions): Call it.
6617 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
6619         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6620         when this is an autoloaded keymap.
6622 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6624         * international/codepage.el (cp-coding-system-for-codepage-1):
6625         Create separate encoders and decoders, for DOS and Unix.  Make the
6626         usual family of 3 coding systems, so that automatic detection of
6627         EOL type works.
6628         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6629         Unix-specific symbols here, and don't call
6630         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
6631         Handa <handa@etl.go.jp>.)
6633         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6635         * term/internal.el (IT-character-translations): New variable, an
6636         alist used to display characters for which there's no glyphs in
6637         the current codepage.
6638         (IT-display-table-setup): New function, sets up the DOS terminal
6639         for a given codepage.
6640         (dos-codepage-setup): New function, sets up the MULE environment
6641         for the current value of dos-codepage.
6642         (top-level if): In the multibyte mode, turn on
6643         unibyte-display-via-language-environment.  In the unibyte mode,
6644         set up the special syntax tables to map lower- to upper case and
6645         back.
6647 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
6649         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6650         (speedbar-frame-plist) Remove useless comments.
6651         (speedbar-frame-mode) Do not specify height if it is in the param list.
6652         Use default y position w/out changing it.
6653         If default x position is a list, keep, calculate the non-list X
6654         value when devining an initial position.
6655         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6656         (speedbar-tag-group-name-minimum-length): New variable.
6657         (speedbar-frame-parameter): New compatibility function.
6658         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6659         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6660         groups to keep things in the right order, and to help with some
6661         naming conventions.
6662         (speedbar-create-tag-hierarchy): Enable buffer local version of
6663         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6664         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
6665         the case, derive it from the cursor location in speedbar.
6667 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6669         * international/mule-cmds.el (set-language-environment): On MS-DOS
6670         terminals, install DOS-specific nonascii-translation-table if the
6671         language info doesn't specify one.  Pass the default eol-type to
6672         set-language-environment-coding-systems.
6673         (set-default-coding-systems): Copy the eol-type property for the
6674         new default values of {buffer-file,process}-coding-system from the
6675         old defaults.
6676         (set-language-environment-coding-systems): Accept an optional
6677         argument EOL-TYPE, and set the eol-type property of the default
6678         coding systems accordingly.
6679         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6680         (set-keyboard-coding-system): Likewise.
6681         (set-default-coding-systems): Don't set
6682         default-terminal-coding-system on MS-DOS to anything but nil.
6683         (prefer-coding-system): Describe in the doc string that
6684         default-terminal-coding-system is not changed on MS-DOS.
6685         (set-language-environment): For MS-DOS, set standard syntax table
6686         and display table for all characters with code above 127.
6687         (standard-display-european-internal): For MS-DOS, pass all
6688         characters with code above 127 directly to the terminal, and don't
6689         remap characters 160 and 146 in the unibyte case.
6691         * international/codepage.el: New file.
6693 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6695         * diary-lib.el (diary-float): Fix end-of-year error and typos in
6696         comments.
6698 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6700         * map-ynp.el (map-y-or-n-p): Ignore input methods.
6702         * subr.el (read-passwd): Likewise.
6704 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
6706         * info.el (Info-find-node): Add 1 to the position read from the
6707         tag table.  Don't fail if the node delimiter ^_ is the first
6708         character in the file.
6709         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6710         first character in the file.
6711         (Info-read-subfile): Likewise.
6712         (Info-select-node): Likewise.
6713         (Info-build-node-completions): Likewise.
6715 1998-12-16  Richard Stallman  <rms@gnu.org>
6717         * term/x-win.el (x-cut-buffer-or-selection-value):
6718         If clipboard is enabled, try it before PRIMARY selection.
6720 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6722         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6723         insert c-cedilla and C-cedilla respectively, like in latin-1.
6725 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
6727         * language/hebrew.el: Don't use sublists in the flags argument
6728         passed to make-coding-system.
6730 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6732         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6733         list of character sets found by find-charset-region.
6735         * ps-mule.el: Always require ps-print.  Move some function
6736         definitions for Emacs 20.2 and the earlier to ps-print.el.
6737         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6739         * ps-print.el: Define several functions for Emacs 20.2 and the
6740         earlier version.
6741         (ps-printer-name): Check if printer-name is bound.
6743 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6745         * ps-mule.el: Programming uniformization and little code improvement.
6746         (ps-mule-prepare-font): Programming uniformization.
6747         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6748         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6750         * ps-bdf.el: Programming uniformization and little code improvement.
6751         (bdf-search-and-read): New fun.
6752         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6753         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6754         (bdf-info-relative-compose, bdf-info-baseline-offset)
6755         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6756         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6757         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6758         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6759         improvement.
6761 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6763         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6764         and mule related code extraction. Autoload ps-mule funs.
6766         * ps-mule.el: Doc fix. Require ps-print only when compiled.
6767         (ps-mule-prologue-generated): New fun.
6768         (ps-mule-plot-string): Add autoload cookie.
6769         (ps-mule-begin-job): Call ps-mule-prologue-generated.
6771 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6773         * ps-bdf.el: Require ps-mule instead of ps-print.
6774         (bdf-directory-list): Add autoload cookie.
6776         * ps-mule.el: New file.  Mule related code extracted from
6777         ps-print.el.  Require ps-print, provide ps-mule.
6778         (ps-multibyte-buffer): Add autoload cookie.
6779         (ps-mule-prepare-ascii-font): New fun.
6780         (ps-mule-set-ascii-font): New fun.
6781         (ps-mule-skip-same-charset): Fun deleted.
6782         (ps-mule-plot-string): Set ps-mule-current-charset.
6783         (ps-mule-initialize): Add autload cookie.  Don't set
6784         ps-mule-font-info-database here.
6785         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
6786         ps-mule-font-info-database and ps-control-or-escape-regexp.
6787         (ps-mule-begin-page): New fun.
6789         * ps-print.el: Mule related code moved to ps-mule.el.
6790         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6791         check ps-mule-charset-list.
6792         (ps-begin-page): Don't set ps-mule-current-charset, instead call
6793         ps-mule-begin-page.
6794         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6795         (ps-plot-region): Don't set ps-mule-current-charset, instead call
6796         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
6797         instead skip same charsets by itself.
6798         (ps-generate): Call ps-mule-initialize of needs-begin-file is
6799         non-nil.  Call ps-mule-begin-job.
6801 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6803         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
6804         instead of bdf.
6806         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6807         (ps-mule-external-libraries): New element FEATURE.
6808         (ps-mule-init-external-library): Ajusted for the above change.
6809         (ps-mule-generate-font): Likewise.
6810         (ps-mule-generate-glyphs): Likewise.
6811         (ps-mule-prepare-font): Likewise.
6812         (ps-mule-initialize): Likewise.
6813         (ps-begin-file): Superfluous tailing parenthesis deleted.
6815 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6817         * international/fontset.el (x-decompose-font-name): If PATTERN
6818         doesn't have any wild cards, return a vector made from a name that
6819         is found by x-resolve-font-name found.  Comments added.
6821         * international/mule-cmds.el (find-coding-systems-for-charsets):
6822         Handle the case of unknown charset.
6823         (find-multibyte-characters): If invalid multibyte characters are
6824         found, return the corresponding strings instead of character
6825         codes.
6826         (find-multibyte-characters): Adjusted for the above change.
6827         (select-safe-coding-system): For a unibyte buffer, always returns
6828         DEFAULT-CODING-SYSTEM.
6829         (get-charset-property): Fix previous change.  Make it a function.
6830         (put-charset-property): Make it a function.
6832         * international/mule.el (make-coding-system): Set mime-charset
6833         property of *-with-esc coding system to nil.
6835         * international/quail.el (quail-point-in-conversion-region): New
6836         function.
6837         (quail-conversion-backward-delete-char): When a key sequence is
6838         being translated, call quail-delete-last-char.
6840         * language/devan-util.el
6841         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6842         handle devanagari-decomposition-rules.
6844 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
6846         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6847         tex-start-options-string to empty string.
6848         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6850 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
6852         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6853         5xx responses are already handled properly).
6855 1998-12-13  Richard Stallman  <rms@gnu.org>
6857         * progmodes/compile.el (compilation-error-regexp-alist): Insist
6858         on a non-digit in the file name.
6860         * simple.el (comment-region): Handle comment-padding
6861         separately for insertion and for deletion, in the right way for each.
6863 1998-12-13  Felix Lee  <flee@cygnus.com>
6865         * progmodes/compile.el (compilation-error-regexp-alist): Fix
6866         regexp to match "ChangeLog:1:1998-12-09 ..."
6868 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
6870         * cus-start.el (dos-unsupported-char-glyph): Add.
6872 1998-12-11  Dave Love  <fx@gnu.org>
6874         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6875         forward-sexp in condition-case.
6877         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6878         Remove unnecessary test on `library' for explicit file name.
6879         Widen scope of save-match-data.
6881 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6883         * international/mule.el (load-with-code-conversion): If the loaded
6884         file was inserted  with no-conversion or raw-text coding system,
6885         make the buffer unibyte.
6887 1998-12-09  Richard Stallman  <rms@gnu.org>
6889         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6890         Get rid of nested loops.
6892         * mouse.el (mouse-drag-vertical-line):
6893         If WHICH-SIDE is not `right', then scroll bars are on the left.
6895         * loadhist.el (load-history-loaded): defvar moved to help.el.
6897         * help.el (symbol-file-load-history-loaded): Variable renamed,
6898         and defvar moved from loadhist.el.
6899         (symbol-file): Renamed from describe-function-find-file.
6900         Load fns-VERSION.el here.
6901         (describe-variable, describe-function-1): Use symbol-file.
6903         * textmodes/tex-mode.el (tex-generate-zap-file-name):
6904         Don't start the name with #.
6906         * ispell.el: Take out the eval-when's.
6908 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
6910         * dirtrack.el (dirtrack-directory-change-hook): New hook.
6911         (dirtrack): Run it.  Make debug message more verbose.
6913 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6915         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6916         name of the abbrev table, and provide support for XEmacs.
6917         (octave-xemacs-p): New variable.
6919 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6921         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6922         exit, when mail-interactive is nil.
6924 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
6926         * files.el (after-find-file): Message fix.
6928 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
6930         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6932 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
6934         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6935         filenames using backslashes.
6937 1998-12-09  Dave Love  <fx@gnu.org>
6939         * browse-url.el (browse-url-mail): Call compose-mail-other-window
6940         with correct number of args.
6941         (browse-url-maybe-new-window): New arg.  Callers changed.
6943         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6944         comment.
6946 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
6948         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6950 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
6952         * vc.el (vc-rcs-release): Fix Type.
6953         (vc-sccs-release): Fix Type.
6954         (vc-cvs-release): Fix Type.
6956         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6957         arg work right.
6959         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6960         output of last undeleted message.
6962 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
6964         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6965         (buffer-undo-list) [windows-nt]: Use different relative path.
6967 1998-12-07  Simon Marshall  <simon@gnu.org>
6969         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6971 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
6973         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6975         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6977 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6979         * info.el (Info-menu): Don't return error if point is between menu
6980         header and first menu item.
6982 1998-12-04  Dave Love  <fx@gnu.org>
6984         * help.el (describe-function-1): Fix description for alias.
6986 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
6988         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6989         specifications from summary line.
6991         * rect.el (delete-whitespace-rectangle): Mark for autoload.
6992         (close-rectangle): Define alias only once in loaddefs.el.
6994 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
6996         * term/internal.el: Remove code which sets up a special syntax
6997         table for non-ASCII characters.
6999 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
7001         * dos-w32.el (direct-print-region-function): Try to ensure that
7002         printer-name is expanded to a file name on a local drive;
7003         sometimes printing a file loaded from a network volume fails.
7004         (direct-print-region-function): Add a function to
7005         write-region-annotate-functions to append a formfeed character to
7006         the region being printed, if the region doesn't end with a
7007         formfeed already.  This avoids creating a second print job
7008         containing a blank page when print spooling is enabled on Windows.
7010 1998-12-02  Dave Love  <fx@gnu.org>
7012         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
7013         `Info-goto-node'.
7015 1998-12-02  Richard Stallman  <rms@gnu.org>
7017         * help.el (temp-buffer-resize-mode): Doc fix.
7019         * cus-edit.el (custom-save-delete): Save point before
7020         reading a sexp, rather than backing up.
7022         * international/iso-transl.el: Fix previous change.
7024 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7026         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
7027         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
7028         Added defvars to suppress compilation warnings.
7030 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
7032         * ispell.el: Improved and fixed customize for variables:
7033         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
7034         ispell-dictionary-alist, ispell-skip-sgml.
7035         Improved and fixed comments in variables and messages for
7036         functions: ispell-help-in-bufferp, ispell-local-dictionary,
7037         ispell-menu-map, ispell-checking-message, ispell-parser,
7038         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
7039         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
7040         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
7041         ispell-message-text-end, ispell-add-per-file-word-list.
7042         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
7043         system is now required for all languages.  Casechars improved for
7044         castellano, castellano8, and norsk dictionaries.  Dictionary
7045         norsk7-tex added.  Dictionary polish added.
7046         (ispell-dictionary-alist): Redefined at load-time to support
7047         dictionary changes.
7048         (ispell-menu-map): Redefined at load-time to support menu changes.
7049         (ispell-check-version): New alias for `check-ispell-version'.
7050         (ispell-parse-output): Fixed matching for ispell error messages.
7051         Correctly returns spelling suggestions in order generated by ispell
7052         process.
7053         (check-ispell-version): Ensure `case-fold-search' doesn't get
7054         redefined.
7055         (ispell-complete-word): Ensure `case-fold-search' doesn't get
7056         redefined.  Fix bug that didn't respect case of word being completed.
7057         (ispell-init-process): Set process coding system to be compatible
7058         with emacs processes and the ispell process.
7059         (ispell-kill-ispell): Ensures ispell process has terminated before
7060         starting new process.  This can otherwise confuse process filters
7061         and hang the ispell process.
7062         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
7063         skipping support for sgml.
7064         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
7065         which could cause `ispell-complete-word' to hang.
7066         (ispell-message): Improved message reference matching.  Ensure
7067         `case-fold-search' doesn't get redefined.
7068         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
7069         get redefined.  Fixed bug in returning to nroff mode from tex mode.
7070         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
7071         get redefined.
7073 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
7075         * textmodes/flyspell.el (flyspell-check-word-p):
7076         Don't delay inside a kbd macro.
7078         * subr.el (make-local-hook): Return the hook variable.
7080 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7082         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7083         Use a timer instead of post-command-hook.
7084         (hscroll-timer): New variable.
7086 1998-11-30  Dave Love  <fx@gnu.org>
7088         * help.el (help-xref-button): Do nothing if text already has the
7089         help-xref property.
7090         (describe-variable): Revert previous change to hyperlink to source.
7092 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
7094         * bindings.el (features): Add `base64' to this list.
7096         * loadhist.el (symbol-file): Doc fix.
7098         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7100         * files.el (hack-one-local-variable): Cope with non-file buffers.
7102 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
7104         * help.el (describe-mode): Put major mode first.
7106         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7107         to support special-display and same-window features.
7109 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7111         * simple.el (transpose-subr, transpose-subr-1): Rename variables
7112         bound in one function and used in the other.
7113         (transpose-subr-start1, transpose-subr-start2): Add defvars.
7114         (transpose-subr-end1, transpose-subr-end2): Add defvars.
7116 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7118         * autoinsert.el (auto-insert-alist): Use user-mail-address.
7120 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
7122         * international/ccl.el (ccl-dump-translate-character-const-tbl):
7123         Give format correct control string.
7125         * international/mule.el (define-translation-table): Fix bug of
7126         setting incorrect translation-table-id.  If the first element of
7127         ARGS is a translation table, just register it.
7129         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7130         property.
7132 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
7134         * thingatpt.el (thing-at-point-url-at-point): Don't use current
7135         syntax table to determine what is whitespace.
7137 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
7139         * frame.el (frame-parameter): Doc fix.
7141         * textmodes/tex-mode.el (tex-feed-input): New function.
7142         (tex-define-common-keys): Add binding for C-c C-m.
7144 1998-11-23  Dave Love  <fx@gnu.org>
7146         * progmodes/fortran.el: Various minor doc fixes.
7147         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7148         (fortran-with-subprogram-narrowing): New macro.
7149         (fortran-check-for-matching-do): Use it.
7150         (fortran-end-do): Use fortran-check-end-prog-re.
7151         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7152         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7154 1998-11-23  Simon Marshall  <simon@gnu.org>
7156         * font-lock.el (font-lock-defaults): Doc fix.
7157         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7158         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7160         * lazy-lock.el (lazy-lock-unstall):
7161         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7163         * fast-lock.el (fast-lock-save-cache-1):
7164         (fast-lock-cache-data): Rewritten to use with-temp-message.
7166 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
7168         * mail/rmail.el (rmail-set-message-counters-counter): Detect
7169         messages that have been added with DOS line endings and convert
7170         the line endings for such messages.
7172 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7174         * help.el: Add resizing of temporary buffers.
7175         (temp-buffer-resize-mode): New command and variable.
7176         (temp-buffer-max-height): New variable.
7177         (resize-temp-buffer-window): New function.
7179         * window.el (window-buffer-height): New function, split from
7180         shrink-window-if-larger-than-buffer.
7181         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7183 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
7185         * frame.el (initial-frame-alist): Add defcustom.
7187         * shell.el (shell-prompt-pattern): Add defcustom.
7189 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191         * message.el (message-ignored-supersedes-headers): Remove
7192         NNTP-Posting-Date.
7194 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7196         * help.el (describe-mode): Don't avoid loop indirecting thru
7197         value of INDICATOR.
7199 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7201         * help.el (describe-variable): Allow any variable with a defcustom,
7202         even if it is not a user variable.
7204         * mail/rmail.el (mail-unsent-separator): Additional alternative.
7206 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
7208         * gnus/nntp.el (nntp-request-group): Allow for failures when
7209         requesting a new group.
7211 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7213         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7215 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7217         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7219 1998-11-19  Simon Marshall  <simon@gnu.org>
7221         * subr.el (with-temp-message): New macro.
7223         * emacs-lisp/lisp-mode.el (with-temp-message):
7224         Add lisp-indent-function property.
7226 1998-11-18  Dave Love  <fx@gnu.org>
7228         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7230 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7232         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7233         This is not obsolete.
7235 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
7237         * textmodes/picture.el: Make a new map by make-keymap.
7238         (picture-desired-column): New variable.
7239         (picture-update-desired-column): New function.
7240         (picture-beginning-of-line): Set picture-desired-column to 0.
7241         (picture-end-of-line): Set picture-desired-column to the current
7242         column.
7243         (picture-forward-column): Pay attention to multi-column character.
7244         (picture-backward-column): Likewise.
7245         (picture-move-down): Likewise.
7246         (picture-move-up): Likewise.
7247         (picture-movement-nw): With prefix arg, move twice columns.
7248         (picture-movement-ne): Likewise.
7249         (picture-movement-sw): Likewise.
7250         (picture-movement-se): Likewise.
7251         (picture-set-motion): Handle two-column movements.
7252         (picture-move): Call picture-move-down or picture-forward-column
7253         only when necessary.
7254         (picture-insert): Pay attention to picture-desired-column.
7255         (picture-self-insert): Likewise.
7256         (picture-clear-column): Pay attention to multi-column character.
7257         (picture-mode): Modify doc-string for two-column movement.
7259         * rect.el (move-to-column-force): New function.
7260         (operate-on-rectangle): If coerce-tabs is non-nil, call
7261         move-to-column-force instead of move-to-column.
7262         (insert-rectangle): Call move-to-column-force instead of
7263         move-to-column.
7264         (open-rectangle-line): If begextra is not zero, call
7265         move-to-column-force.
7268 1998-11-16  Dave Love  <fx@gnu.org>
7270         * textmodes/sgml-mode.el Require skeleton when compiling.
7271         (sgml-font-lock-keywords-1): Accept single-letter tags.
7272         (v2): Defvar free variable.
7274 1998-11-16  Sam Steingold  <sds@goems.com>
7276         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
7277         macro, not ELisp one.
7279 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7281         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7282         characters to symbol.
7284         * language/japan-util.el (japanese-zenkaku-region): New optional
7285         arg KATAKANA-ONLY.
7287 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
7289         * international/mule.el
7290         (after-insert-file-set-buffer-file-coding-system): If the buffer
7291         is changed to unibyte, return inserted bytes.
7293         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7294         and link names if necessary.
7295         (tar-header-block-summarize): Handle the case that file or link
7296         names are multibyte.
7297         (tar-summarize-buffer): At first set the current buffer unibyte,
7298         then if there are multibyte file names, change it to multibyte.
7299         (tar-mode): Get char position from tar-header-offset.
7300         (tar-extract): Avoid multibyte<->unibyte conversion in
7301         insert-buffer-subsring by setting both buffers unibyte
7302         temporarily.
7303         (tar-copy): Set the buffer unibyte while doing a work.  Write
7304         without code conversion.
7305         (tar-expunge): Set the buffer unibyte while doing a work.
7306         (tar-alter-one-field): Likewise.
7307         (tar-clear-modification-flags): Compare byte position with
7308         tar-header-offset.
7309         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7310         insert-buffer-subsring by setting both buffers unibyte
7311         temporarily.  Pay attention to multibyteness while updating the
7312         descriptor-line.
7313         (tar-mode-write-file): Write without code conversion.
7315 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317         * nngateway.el: Require cl.
7319 1998-11-15  Dave Love  <fx@gnu.org>
7321         * progmodes/fortran.el: Fix previous change:
7322         (fortran-end-prog-re1): Changed.
7323         (fortran-check-end-prog-re): New function.
7324         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7326 1998-11-13  Tom Breton  <tob@world.std.com>
7328         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7329         GNU Emacs.
7331 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
7333         * textmodes/reftex.el: (reftex-finding-files): Group documentation
7334         fixed.
7335         (reftex-toc-toggle-file-boundary,
7336         reftex-toc-toggle-labels,
7337         reftex-toc-toggle-context,reftex-find-start-point): New functions.
7338         (reftex-toc-include-labels, reftex-toc-include-context,
7339         reftex-toc-include-file-boundaries,
7340         reftex-toc-keep-other-windows): New options.
7341         (reftex-use-text-after-label-as-context): Option removed.
7342         (reftex-extract-bib-entries): Protect use in non-latex
7343         buffers.
7344         (reftex-toc-visit-location): Renamed from
7345         `reftex-toc-visit-line'.
7346         (reftex-latin1-to-ascii): Works now with and without Mule.
7347         (reftex-truncate): Removed special stuff for Emacs 20.2.
7348         (reftex-get-offset): Made more general.
7349         (reftex-show-label-location): Renamed from
7350         `reftex-select-label-callback'.
7351         (reftex-pop-to-label): Function removed (using
7352         `reftex-show-label-location' instead.
7353         (reftex-insert-docstruct): Renamed from
7354         `reftex-make-and-insert-label-list'.  Function args changed.
7355         (reftex-toc): Now uses `reftex-insert-docstruct' and
7356         `reftex-find-start-point'.
7357         (reftex-select-item): Use `reftex-find-start-point'.
7358         (reftex-toc-visit-line): Can display labels and file
7359         boundaries.
7360         (reftex-TeX-master-file): `(TeX-master-file)' protected.
7362 1998-11-12  Sam Steingold  <sds@goems.com>
7364         * browse-url.el (browse-url): Handle the case when
7365         `browse-url-browser-function' is a lambda list.
7367 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
7369         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
7370         version string.
7371         * loadhist.el (symbol-file): Likewise
7373 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
7375         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
7377 1998-11-11  Sam Steingold  <sds@goems.com>
7379         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
7380         `run-lisp' instead of signalling an error.
7382 1998-11-11  Karl Heuer  <kwzh@gnu.org>
7384         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
7386 1998-11-11  Richard Stallman  <rms@gnu.org>
7388         * vc-hooks.el (vc-toggle-read-only): Doc fix.
7390 1998-11-11  Per Starback  <starback@update.uu.se>
7392         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
7393         renamed svenska8 to svenska, and fixed and extended CASECHARS
7394         for it.
7396 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
7398         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
7399         handling if setpagedevice is not available.
7400         (ps-begin-file): Fix typo.
7402 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
7404         * international/mule-util.el (compose-chars-component): Signal
7405         error if CH is a rule-based composition character.
7406         (compose-chars): Signal error if an already compsed character is
7407         going to be composed by rule-base.
7409         * term/x-win.el: If a resolved ASCII font name doesn't conform to
7410         full XLFD, don't try to get information of WEIGHT and SLANT from
7411         that font name.
7413 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
7415         * dos-w32.el (set-default-process-coding-system): Use function on
7416         before-init-hook to set default-process-coding-system based on
7417         enable-multibyte-characters.
7419         * term/w32-win.el ([language-change]): For now ignore
7420         keyboard language-change events.
7422 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
7424         * ediff-util.el (ediff-make-temp-file): Run the prefix through
7425         convert-standard-file-name, but leave the results of
7426         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
7427         characters if the original name already exists, or has a special
7428         handler.
7430 1998-11-10  Karl Heuer  <kwzh@gnu.org>
7432         * international/iso-insert.el: Delete autoload cookies.
7434         * international/iso-transl.el: Add autoload cookies.
7436 1998-11-10  Richard Stallman  <rms@gnu.org>
7438         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
7439         (ispell-process-line): Don't treat multibyte
7441 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
7443         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
7444         setpagedevice to specify the page size if setpagedevice is
7445         available.  This is necessary to select the correct paper tray on
7446         Level 2 printers with multiple paper sizes available.
7448         (ps-begin-file): Cope with font names that contain spaces, and
7449         call BeginDoc in a BeginSetup/EndSetup block.
7451 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
7453         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
7454         convert-standard-filename.
7456         * loadhist.el (symbol-file): Run fns-VERSION.el through
7457         convert-standard-filename.
7459 1998-11-06  Richard Stallman  <rms@gnu.org>
7461         * textmodes/texinfmt.el (texinfo-format-scan):
7462         Detect the case of two @-commands in a row; process just the first.
7463         (texinfo-append-refill): If line has a @c, insert the @refill
7464         before it.
7465         (texinfo-format-refill): Return with point where the @refill was.
7467         * files.el (hack-local-variables): Test local-enable-local-variables.
7468         (hack-local-variables-prop-line): Likewise.
7469         (set-auto-mode): Don't test local-enable-local-variables here.
7470         (enable-local-variables): Doc fix.
7471         (local-enable-local-variables): Doc fix.
7472         (normal-mode): Doc fix.
7474 1998-11-06  Karl Heuer  <kwzh@gnu.org>
7476         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7478 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
7480         * simple.el (line-number-mode): Doc fix.
7482 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
7484         * international/fontset.el (create-fontset-from-fontset-spec):
7485         Give correct arg to `error'.
7487 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
7489         * textmodes/sgml-mode.el (html-mode): Doc fix.
7490         (sgml-name-8bit-mode): Fix missing format character in message string.
7492 1998-11-05  Karl Heuer  <kwzh@gnu.org>
7494         * mail/sendmail.el (sendmail-send-it): Check for failure.
7496 1998-11-05  Richard Stallman  <rms@gnu.org>
7498         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7500         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7501         (close-rectangle): Define as alias.
7503 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
7505         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7507 1998-11-05  Dave Love  <fx@gnu.org>
7509         * help.el (describe-variable): Don't quote link to source.
7511 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
7513         * gud.el (gud-common-init): Use pop-to-buffer.
7514         (same-window-regexps): Add an element that matches all gud buffers.
7516 1998-11-04  Jason Rumney  <jasonr@altavista.net>
7518         * term/w32-win.el (x-get-selection-value): Alias to
7519         x-cut-buffer-or-selection-value.
7520         (w32-standard-fontset-spec): New variable.
7521         (w32-create-initial-fontsets, mouse-set-font): Check whether
7522         new-fontset is available.
7523         (w32-use-w32-font-dialog): Enable use of set-variable.
7525 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7527         * vc.el (with-vc-file, edit-vc-file): New macros.
7529 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7531         * international/quail.el (quail-show-guidance-buf): Call
7532         set-minibuffer-window to set minibuffer window of the current
7533         frame correctly.
7535 1998-11-03  Theodore Jump <tjump@tertius.com>
7537         * term/w32-win.el: Require fontset.
7539 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
7541         * faces.el (set-face-font): Call resolve-fontset-name on w32.
7542         (set-face-font-auto): Ditto.
7544 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7546         * mouse.el (mouse-drag-region): Fix typo.
7548 1998-11-02  Dave Love  <fx@gnu.org>
7550         * progmodes/fortran.el Fix for fontification of strings lost somehow:
7551         (fortran-fontify-string): New function.
7552         (fortran-font-lock-keywords-1): Use it.
7554 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
7556         * comint.el (comint-file-name-quote-list): Doc fix.
7558 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7560         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7561         build directory, not source directory.
7563         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7564         if we did not get one for the final move.
7566 1998-11-01  Dave Love  <fx@gnu.org>
7568         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7569         Don't funcall browse-url-browser-function.
7571         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7572         Don't funcall browse-url-browser-function.
7574         * fortran.el (fortran-end-prog-re1): Fix the regexp.
7576 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7578         * files.el (revert-buffer): Doc fix.
7580 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7582         * textmodes/tex-mode.el (tex-start-options-string):
7583         Quote the backslashes with more backslashes.
7585 1998-10-31  Dave Love  <fx@gnu.org>
7587         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7588         (webjump): Don't funcall browse-url-browser-function.
7590 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
7592         * international/quail.el (quail-start-translation): Handle
7593         switching of the frame in read-key-sequence.
7594         (quail-start-conversion): Likewise.
7595         (quail-show-guidance-buf): Detach quail-guidance-buf from any
7596         windows before setting an appropriate window for it.
7597         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
7598         quail-guidance-win to nil.
7599         (quail-update-guidance): If quail-guidance-buf is not in the
7600         selected frame, call quail-show-guidance-buf again.
7602 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
7604         * progmodes/pascal.el (pascal-mode):
7605         `blink-matching-paren-dont-ignore-comments' set to t.
7607 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7609         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7611 1998-10-30  Dave Love  <fx@gnu.org>
7613         * vc.el (vc-backend-merge-news): Check for "P" output.
7615         * help.el (describe-variable): Hyperlink the definition.
7617 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7619         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7620         (sh-set-shell): Likewise.
7622         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7624         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7625         (edebug-on-error): Fix customize type to match that of
7626         debug-on-error.
7628         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7630         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7631         report-emacs-bug-address instead of undefined bug-gnu-emacs.
7633         * international/mule-cmds.el (select-message-coding-system): Doc
7634         fix.
7636         * international/mule-diag.el (describe-coding-system): Describe
7637         all flags.
7639         * mail/sendmail.el (sendmail-coding-system,
7640         default-sendmail-coding-system): Doc fix.
7642         * simple.el (shell-command-on-region): Doc fix.
7644         * loadup.el: Write fns-*.el in current directory instead of
7645         data-directory since no installation directory exists yet.  Mark
7646         buffer unmodified afterwards.
7648         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7649         instead of data-directory since it is architecture dependent.
7650         (load-history-loaded): Update doc string.
7652 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
7654         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7655         path as a default directory when canonicalizing names.
7657         * w32-fns.el: Remove a dangling reference to a directory on the
7658         build machine.
7660 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7662         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7663         namespace related keywords such as `class', `body', `private',
7664         `variable', `namespace eval', etc.
7665         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7666         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7667         imenu and font-lock so that searches for \sw would find words
7668         containing colons.
7670         * progmodes/etags.el (initialize-new-tags-table):
7671         Do not alter find-tag-marker-ring and tags-location-ring.
7673 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
7675         * term/w32-win.el: Require fontset.
7676         (w32-init-fontsets): New function (code from x-win.el).
7678 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7680         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7681         calendar-and-diary-frame-parameters):  Add title parameter.
7683 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7685         * completion.el (dynamic-completion-mode): New function to enable
7686         the mode.  (Just loading the file now does not change anything.)
7688 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7690         * ps-print.el: User option for multibyte buffer handling and doc fix.
7691         (ps-multibyte-buffer): New user option.
7692         (ps-setup): Print new user option.
7693         (ps-print-quote): New fun.
7694         (ps-color-p, ps-mule-font-info-database-latin): New var.
7695         (ps-default-color, ps-mule-font-info-database)
7696         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7697         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7698         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7699         Little code improvement.
7700         (ps-mule-initialize): Initialize ps-mule-font-info-database.
7701         (ps-print-prologue-header, ps-font-family, ps-font-size)
7702         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7703         (ps-build-face-reference, ps-mule-font-info-database-bdf)
7704         (ps-mule-external-libraries, ps-mule-init-external-library)
7705         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7706         Doc fix.
7707         (ps-print-version): New version number (4.1.1) and doc fix.
7708         (ps-print-prologue-header): New user option.
7709         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7710         Conditional compilation for GNU Emacs and emacsens.
7711         (ps-generate-postscript-with-faces): Skip invisible text better.
7712         (ps-setup): Print new user option.
7713         (ps-print-preprint): Check if input file name exists and is unwritable.
7714         (ps-begin-file): Adjust PostScript prologue header for duplex printers
7715         and insert user PostScript prologue header comments.
7716         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7717         New funs.
7718         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7719         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7720         PostScript programming normalization.
7721         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7722         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7723         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7724         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7725         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7726         Programming style normalization.
7728 1998-10-26  Kenichi Handa <handa@etl.go.jp>
7730         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7731         version, check the value of mule-version.
7733         * international/mule-util.el (compose-region): Insert then delete
7734         to preserve markers.
7735         (decompose-region): Use search-forward for efficiency.
7737         * language/chinese.el (pre-write-encode-hz): Cancel previous
7738         change, use generate-new-buffer instead of get-buffer-create.
7739         * language/devan-util.el
7740         (in-is13194-devanagari-pre-write-conversion): Likewise.
7741         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7742         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7743         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7745 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7747         * mail/rmailsum.el (rmail-message-subject-p):
7748         Handle message whose header has not been reformatted.
7750         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7752 1998-10-25  Jason Rumney  <jasonr@altavista.net>
7754         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7755         New variables.
7756         (mouse-set-font): Use font menus instead of dialog according to
7757         w32-use-w32-font-dialog.
7759 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7761         * calendar/calendar.el (calendar-day-name-array): Add doc string
7762         correctly!
7763         (calendar-month-name-array): Add doc string correctly!
7765 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7767         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7769 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
7771         * lisp/info.el (Info-next-menu-item): Stay on top of node.
7773         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7775         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7777         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7779 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
7781         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7783 1998-10-21  Karl Heuer  <kwzh@gnu.org>
7785         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7786         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7787         (profile-filter, profile-reset-timer): Functions deleted.
7788         (profile-check-zero-init-times, profile-get-time): Likewise.
7789         (profile-find-function, profile-quit): Likewise.
7790         (profile-distinct, profile-call-stack, profile-last-time): New vars.
7791         (profile-time-list, profile-init-list): Doc fix.
7792         (profile-functions): Simplify.
7793         (profile-print): Use float.  Make output include space separators.
7794         (profile-add-time): New helper function.
7795         (profile-function-prolog): Renamed from profile-start-function.
7796         Handle profile-distinct.
7797         (profile-function-epilog): Renamed from profile-update-function.
7798         Handle profile-distinct.
7799         (profile-a-function): If the function to be profiled is an
7800         autoload form, load it.  If it's lazy-loaded, fetch it.
7801         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7802         (profile-restore-fun): Arg FUN is now a function symbol, as was
7803         documented, rather than a one-element list.
7804         (profile-finish): Call profile-restore-fun properly.
7806 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
7808         * international/characters.el: Setup charset property
7809         nospace-between-words.
7811         * international/mule-cmds.el (get-charset-property): If CHARSET is
7812         composition, return nil.
7813         (put-charset-property): If CHARSET is composition, do nothing.
7815         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7816         * language/devan-util.el
7817         (in-is13194-devanagari-pre-write-conversion): Likewise.
7818         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7819         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7820         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7822         * textmodes/fill.el (sentence-end-without-period): New variable.
7823         (canonically-space-region): Pay attention to
7824         sentence-end-without-period.
7825         (fill-find-break-point): The first argument CHARSET deleted.
7826         Caller changed.
7827         (fill-region-as-paragraph): Pay attention to charset property
7828         nospace-between-words and text property nospace-between-words.
7830 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7832         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7833         an unrecognized shell.
7835 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
7837         * desktop.el (desktop-save): Include minor modes symbolically.
7838         (desktop-create-buffer): Turn on all minor modes in `mim'.
7840 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7842         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7843         (sh-font-lock-keywords): Handle rpm and rpm2.
7844         (sh-ancestor-alist): Handle rpm.
7846         * files.el (auto-mode-alist): Recognize .rpm files.
7847         Also .spec and .mspec files.
7849 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
7851         * faces.el (frame-set-background-mode): Enable the function for
7852         MSDOS frames.
7854 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7856         * calendar/calendar.el (calendar-day-name-array): Add doc string.
7857         (calendar-month-name-array): Add doc string.
7859 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7861         * simple.el (kill-ring-max): Increased to 60.
7863 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
7865         * international/characters.el: Setup auto-fill-chars.
7867         * international/kinsoku.el (kinsoku): Check the variable
7868         enable-kinsoku.
7870         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7871         Don't call kinsoku directly, intead call fill-find-break-point.
7873         * textmodes/fill.el: Setup `fill-find-break-point-function'
7874         property to character sets which require `kinsoku' processing for
7875         filling.
7876         (fill-find-break-point): New function.
7877         (fill-region-as-paragraph): Don't check kinsoku-enable here.
7878         Don't call kinsoku directly, intead call fill-find-break-point.
7880 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7882         * faces.el (modify-face-read-string): Return (nil) for "none".
7883         (modify-face): Don't get error if (nil) is the argument.
7884         (face-try-color-list): Don't check whether nil is a valid color.
7886 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7888         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7889         Print message about each directory, even in batch mode.
7891         * gnus/nntp.el: Require `cl' before using nnoo-declare.
7893         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7894         (ps-mule-string-char): No need to use sref.
7895         (ps-mule-next-index): No need to use sref.
7897         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7899         * files.el (revert-buffer-internal-hook): Add defvar.
7901         * arc-mode.el (archive-mode): Locally set file-precious-flag.
7903         * tar-mode.el (tar-mode): Locally set file-precious-flag.
7905 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
7907         * international/mule-cmds.el (default-input-method): Fix custom type.
7909         * net-utils.el (whois-server-list): Fix customization type.
7911         * shell.el (shell-input-autoexpand): Fix customization group.
7913 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
7915         * repeat.el (repeat): Handle keyboard macros properly.
7916         Handle new prefix arg after self-insert command.
7918         * repeat.el: Don't include cl even at compile time.
7919         (repeat): Avoid using `loop'.
7921         * simple.el (shell-command-on-region): Doc fix.
7922         (next-history-element): Special error message if no default.
7924 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
7926         * ps-print.el (ps-print-buffer): Doc fix.
7927         (ps-despool): Likewise.
7929         * arc-mode.el (arc-mode): Provide arc-mode.
7931 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7933         * ps-print.el (ps-print-buffer): Doc fix.
7935 1998-10-14  Dave Love  <fx@gnu.org>
7937         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7938         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7939         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7941         * progmodes/fortran.el (fortran-mode-map): Change "Join
7942         Continuation Line" to "Join Line".
7943         (fortran-font-lock-keywords-1): Add "cycle", "exit".
7945 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7947         * progmodes/fortran.el (fortran-join-line): Use
7948         `delete-indentation' instead of issuing an error message if not on
7949         a continuation line.  Provide for joining several lines using
7950         prefix arg.
7952 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
7954         * term/pc-win.el (msdos-color-values): New variable.
7955         (x-color-values): New function, emulates its namesake from
7956         src/xfns.c.
7957         (msdos-bg-mode): Add all dark colors to those which return
7958         "dark".
7960 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7962         * replace.el (keep-lines, flush-lines, how-many):
7963         Don't ignore case if arg has upper case letters.
7965 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
7967         * progmodes/vhdl-mode.el
7968         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7969         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7970         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7971         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7972         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7973         (vhdl-when): Fix indentation problem.
7974         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7975         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7976         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7978 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
7980         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7981         (ls-lisp-insert-directory): Renamed from insert-directory.
7982         (insert-directory): New function.
7984 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
7986         * simple.el (completion-fixup-function): Variable deleted.
7987         (completion-setup-function): Delete code for completion-fixup-function.
7988         * emacs-lisp/lisp.el (lisp-complete-symbol):
7989         Don't bind completion-fixup-function.
7991         * files.el (find-file-wildcards): New option.
7992         (find-file-noselect): Handle wild cards, if enabled.
7993         (file-expand-wildcards): New function.
7995         * simple.el (set-fill-column): Doc fix.
7997 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7999         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
8001 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
8003         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
8004         Move declaration before first use.
8005         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
8006         hif-math, hif-factor): Rename token to hif-token and token-list to
8007         hif-token-list.
8008         (hif-token, hif-token-list): Declare them.
8009         (hif-find-ifdef-block): Return cons of top and bottom point
8010         instead of setting dynamically bound variables.
8011         (hide-ifdef-block, show-ifdef-block): Use return value of
8012         hif-find-ifdef-block.
8014 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8016         * subr.el (read-passwd): Use clear-this-command-keys.
8018         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
8020         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
8021         and ...-for-write.
8023 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
8025         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
8026         responses to GROUP command, since this may be called from a timer
8027         with quit inhibited.
8029 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
8031         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
8032         set unconditional-jump to nil.
8033         (ccl-compile-read-multibyte-character): Return nil.
8034         (ccl-compile-write-multibyte-character): Likewise.
8035         (ccl-compile-translate-character): Likewise
8036         (ccl-compile-map-multiple): Likewise.
8037         (ccl-compile-map-single): Likewise.
8039         * international/kinsoku.el: Add coding tag.
8040         (kinsoku-bol): Remove superfluous TAB in a string.
8042         * international/mule-cmds.el (find-coding-systems-for-charsets):
8043         Delete `composition' (if any) from CHARSETS.
8045 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
8047         * international/mule-cmds.el (setup-specified-language-environment):
8048         Add apropos-inhibit property.
8049         (describe-specified-language-support): Likewise.
8051 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
8053         * international/mule.el (make-coding-system): Create -with-esc
8054         variant coding system.
8056 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
8058         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
8059         (next-file): Optionally offer to revert a file's buffer,
8060         if it has an existing buffer but the file has changed.
8062         * info.el (Info-insert-dir): Detect and report problems
8063         in input files, such as "No Top node".  Return with point
8064         at the beginning of the text.
8065         (Info-find-node): Reinsert the code to handle files
8066         with no tags table; it was deleted by mistake.
8068 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
8070         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
8071         texinfo-find-higher-level-node repeatedly find the same node.
8072         (texinfo-find-higher-level-node): Doc fix.
8074 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
8076         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
8077         (smtpmail-address-buffer): Add defvar.
8078         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
8080         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8082         * ffap.el (ffap-machine-p-local): Fix editing error.
8084 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
8086         * faces.el (frame-set-background-mode):
8087         Don't do anythung for text-only or MSDOS frame.
8089 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
8091         * international/quail.el (quail-defrule): New optional arg APPEND.
8092         (quail-defrule-internal): Fix bug of handling the argument APPEND.
8094 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
8096         * gnus/pop3.el (pop3-open-server):
8097         Set process-coding-system-alist around open-network-stream.
8099 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
8101         * files.el (save-buffer): Doc fix.
8103 1998-10-07  Karl Heuer  <kwzh@gnu.org>
8105         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8106         return DEF unchanged, not nil.  Simplify.
8108 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
8110         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8112 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
8114         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8116         * net-utils.el (ftp, nslookup): Require comint.
8117         (network-service-connection): Likewise.
8118         (whois-server-name): Defaults to whois.arin.net
8119         (whois-server-list, whois-server-tld, whois-guess-server): New var.
8120         (whois): Tries to guess the appropriate top-level domain server.
8121         (whois-get-tld): New function.
8123         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8124         (dirtrack-debug-toggle): Added this function.
8126 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128         * files.el (find-file-noselect): Switch to the correct buffer
8129         before checking find-file-literally, and allow non-nil non-t
8130         rawfile params.
8132 1998-10-06  Karl Heuer  <kwzh@gnu.org>
8134         * midnight.el (clean-buffer-list): Add autoload cookie.
8136         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8137         no-autosave.
8138         * tar-mode.el (tar-mode-revert): Likewise.
8139         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8140         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
8141         * gnus/message.el (message-auto-save-directory): Renamed from
8142         message-autosave-directory.  All references changed.
8144 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
8146         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8147         string.  Expose mime stuff while searching.
8149 1998-10-06  Richard Stallman  <rms@gnu.org>
8151         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8153         * replace.el (perform-replace): Position point properly
8154         before and after the recursive edit of C-r.
8156         * progmodes/etags.el (tags-reset-tags-tables): Properly
8157         find the markers in the old rings that are being discarded.
8159 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8161         * apropos.el (apropos-print): control invalid characters.
8163         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8164         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8165         confusing customize.
8167 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
8169         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8170         built-in commands.  Add more built-in commands and fix face names.
8172 1998-10-05  Simon Marshall  <simon@gnu.org>
8174         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8176 1998-10-04  Eric Ludlam  <zappo@gnu.org>
8178         * speedbar.el (speedbar-initial-expansion-list-name): Remove
8179         customization since it is not useful in this case.
8180         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8181         sure it gets evalled to a number.  Also verify that set-frame-name
8182         fn exists before calling it.
8184         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8185         Protect a `forward-sexp' call which could fail, and improved regex
8186         for ie, and eg abbreviations.
8188 1998-10-02  Noah Friedman  <friedman@splode.com>
8190         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8191         send-string.
8192         (rlogin-send-Ctrl-D): Here also.
8193         (rlogin-send-Ctrl-Z): Here also.
8194         (rlogin-send-Ctrl-backslash): Here also.
8196 1998-10-02  Dave Love  <fx@gnu.org>
8198         * outline.el (hide-region-body): Bind
8199         outline-view-change-hook to nil while making repeated calls to
8200         outline-flag-region.  Run it once at the end.
8201         (hide-other, hide-sublevels, show-children): Likewise.
8203         * info-look.el: Remove duplicate scheme-mode entry.
8204         (info-lookup-make-completions): When looking for entries, check
8205         that `item' isn't null or "Menu".
8207 1998-10-01  Karl Heuer  <kwzh@gnu.org>
8209         * net-utils.el: Don't require ffap.
8210         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8211         (ping, nslookup-host, finger, network-connection-to-service): Use them.
8213 1998-09-30  Richard Stallman  <rms@gnu.org>
8215         * ispell.el (check-ispell-version): No need to bind default-major-mode.
8217         * imenu.el (imenu--generic-function): Sort each submenu by position.
8218         (imenu--sort-by-position): New function.
8220         * cus-edit.el (Custom-mode-menu): Fix info node name.
8221         (customize group): Fix info node name.
8223         * mail/mailalias.el (build-mail-aliases): Don't allow
8224         a newline in the alias name.  Don't define an alias
8225         if the definition would be empty.
8227         * which-func.el (which-func-mode-global): Make :set function
8228         more reliable.
8230         * custom.el (custom-set-variables): Load the requests first,
8231         then check the symbol's `set' function.
8233         * ffap.el: Doc fixes.
8235 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8237         * gnus.el: (gnus-valid-select-methods): Fix type.
8238         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8239         * gnus-score.el (gnus-orphan-score): Fix type.
8240         (gnus-score-default-header, gnus-score-default-type): Fix type.
8241         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8242         (gnus-saved-headers): Fix type.
8244         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8245         Avoid nil value of `two-lines-citation-part'.
8247 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
8249         * which-func.el (which-function): Handle case when
8250         (car imenu--index-alist) is nil.
8252 1998-09-29  Dave Love  <fx@gnu.org>
8254         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8255         bzip2 args.
8257 1998-09-29  Simon Marshall  <simon@gnu.org>
8259         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8260         comint-exec-hook.
8262 1998-09-29  Stephen Eglen  <stephen@gnu.org>
8264         * info-look.el: Add support for Octave.
8266 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
8268         * textmodes/reftex.el (reftex-finding-files): New customize group.
8269         (reftex-texpath-environment-variables,
8270         reftex-use-external-file-finders, reftex-external-file-finders,
8271         reftex-search-unrecursed-path-first): New options.
8272         (reftex-process-string, reftex-find-file-externally): New
8273         functions.
8274         (reftex-access-search-path): Execute shell commands to find the
8275         search path.
8276         (reftex-toggle-auto-view-crossref): When turning on, make sure
8277         `reftex-auto-view-crossref' becomes non-nil.
8278         (reftex-abbrev-regexp): Constant removed.
8279         (reftex-convert-string): Abbrev regexp calculated locally.
8281 1998-09-28  Dave Love  <fx@gnu.org>
8283         * progmodes/fortran.el: Don't call regexp-opt when deriving
8284         font-lock patterns with keywords that aren't all literal.
8286 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
8288         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
8289         the form `octave.bin:1>' which come from using precopiled binary
8290         versions.
8292 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
8294         * help.el (help-for-help): Use %THIS-KEY%.
8295         (help-quit): Add doc.
8297         * help-macro.el (make-help-screen): Keep HELP-TEXT
8298         in a separate function definition, not in the help command FNAME.
8299         Replace %THIS-KEY% with the key sequence that ran FNAME.
8301 1998-09-25  Richard Stallman  <rms@gnu.org>
8303         * textmodes/texinfo.el (texinfo-show-structure):
8304         Bind inhibit-read-only.
8306         * isearch.el (isearch-search-and-update): Properly
8307         handle upper case letters in the reverse-search special case.
8309 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8311         * gnus.el: Extend the list of autoloaded functions.
8313         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8314         buffer before creating help group. (from Gnus v5.6.43, fix by
8315         1998-08-20 Per Starback <starback@update.uu.se>)
8317         * gnus-util.el (gnus-output-to-rmail): Adjust to
8318         `rmail-output-to-rmail-file'.
8320 1998-09-25  Karl Heuer  <kwzh@gnu.org>
8322         * hexl.el (hexl-mode-map): More of previous change.
8324         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8325         (tex-start-tex): Don't use tex-start-options-string in star case.
8326         Quote file name in star case as well as in non-star.
8327         Add blank and quoting of option string here.
8328         (tex-start-options-string): Not here.
8330 1998-09-23  Karl Heuer  <kwzh@gnu.org>
8332         * term.el (term-delimiter-argument-list): Doc fix.
8333         (term-emulate-terminal): Escape literal semicolon.
8334         * progmodes/asm-mode.el (asm-mode): Doc fix.
8335         (asm-comment-char): Escape literal semicolon.
8336         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8338 1998-09-23  Richard Stallman  <rms@gnu.org>
8340         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8341         only those that normally modify the buffer.
8343         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8344         over again.
8346 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
8348         * ispell.el (check-ispell-version): Ensure same buffer is current
8349         when let-binding of case-fold-search ends.
8351 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8353         * ps-print.el: Skip invisible overlay.
8354         Test for set-buffer-multibyte rather than using mule-version.
8355         (ps-print-version): New version number (4.1) and doc fix.
8356         (ps-generate-postscript-with-faces): Skip invisible overlay.
8358 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
8360         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8362 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
8364         * international/quail.el (quail-update-guidance): Check for the
8365         return value of (quail-guidance) fixed.
8366         (quail-update-translation): Bind quail-current-str locally when it
8367         calls quail-update-guidance.
8368         (quail-update-translation): If input-method-exit-on-first-char is
8369         non-nil, terminate translation only when the current input method
8370         is simple.
8372 1998-09-22  Paul Eggert  <eggert@twinsun.com>
8374         * startup.el (locale-translation-file-name): Prefer X-related names
8375         to the name used by GNU/Linux sans X.  Set to nil if no file found.
8376         (command-line): Use locale-translation-file-name if it is not nil,
8377         instead of testing for its existence again.
8378         regexp-quote the ctype before using it in a regexp.
8379         Allow a colon to appear after the ctype in the aliases file,
8380         as is done in X11R6.4.
8382 1998-09-21  Richard Stallman  <rms@gnu.org>
8384         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
8386         * calendar/appt.el (appt-interval): Variable deleted.
8387         (appt-check): For minutes in between appt-display-interval times,
8388         do check, but don't display anything except an updated mode line.
8389         Count against appt-display-interval based on minutes since
8390         first display of this appointment, not based on time of day.
8391         If appt-display-mode-line, force mode line redisplay
8392         whenever appt-mode-string has changed.
8393         (appt-add, appt-delete): Add autoload cookies.
8394         (appt-check): Catch errors from calling `diary'.
8395         (appt-max-time): Renamed from max-time.
8396         (appt-now-displayed, appt-display-count): New variables.
8397         (appt-timer): Don't create one if we already have one.
8399         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8400         More general code to use the source buffer instead of the zap file.
8402         * hilit-chg.el (highlight-compare-with-file): Renamed from
8403         compare-with-file.
8405         * loadhist.el (load-history-loaded): New variable.
8406         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
8408         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
8410         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8411         Fix error messages.
8413 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
8415         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
8416         Emacs frame.
8418 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8420         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
8421         `undecided' and `undecided-unix'.
8423 1998-09-21  Dave Love  <fx@gnu.org>
8425         * help.el (help-make-xrefs): Fix typo affecting Info references.
8427         * subr.el (remove-hook): Check list values to avoid errors.
8429 1998-09-18  Noah Friedman  <friedman@splode.com>
8431         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
8432         store string in eldoc-last-message without consing a new string.
8433         Rearrange logic from nested if's into cond's.
8434         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
8435         Do not print message; just return string.
8436         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
8437         Do not print message; just return string.
8438         Cache that string in eldoc-last-data.
8439         (eldoc-last-data): Make into a vector.
8440         (eldoc-get-fnsym-args-string): Use new data form of structure.
8441         (eldoc-get-var-docstring): Here also.
8442         (eldoc-last-data-store): New function.
8443         (eldoc-get-fnsym-args-string): Use it.
8444         (eldoc-get-var-docstring): Here also.
8445         (eldoc-docstring-first-line): Minimize interim string consing.
8446         Call substitute-command-keys on the result.
8447         (eldoc-print-var-docstrings, eldoc-print-docstring,
8448         eldoc-docstring-message): Functions removed.
8449         (eldoc-docstring-format-sym-doc): New function, functionality
8450         ripped out of eldoc-docstring-message.
8451         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
8453 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
8455         * international/mule.el (make-coding-system): Doc-string modified.
8457 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
8459         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
8461         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
8462         customize type.
8464         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
8465         type.
8467         * progmodes/compile.el (compilation-error-screen-columns): New
8468         variable.
8469         (compilation-next-error-locus): Use it to decide whether to use
8470         forward-char or move-to-column.
8472         * mail/rmail.el (rmail-movemail-program): Fix customize type.
8474         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8475         feedmail-fiddle-plex-user-list,
8476         feedmail-spray-address-fiddle-plex-list,
8477         feedmail-prompt-before-queue-user-alist,
8478         feedmail-prompt-before-queue-help-supplement,
8479         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8480         feedmail-queue-alternative-mail-header-separator): Fix customize
8481         type.
8483         * startup.el (site-run-file): Fix customize type.
8485         * speedbar.el (speedbar-initial-expansion-list-name): Fix
8486         customize type.
8488         * shell.el (shell-input-autoexpand): Fix customize type.
8490         * ps-print.el (ps-font-info-database): Add missing dots in value.
8491         Improve layout of customize type.
8493         * net-utils.el (traceroute-program-options, ping-program-options,
8494         ipconfig-program-options, netstat-program-options,
8495         arp-program-options, route-program-options,
8496         nslookup-program-options, ftp-program-options): Fix customize
8497         type.
8499         * midnight.el (clean-buffer-list-kill-regexps,
8500         clean-buffer-list-kill-buffer-names,
8501         clean-buffer-list-kill-never-buffer-names,
8502         clean-buffer-list-kill-never-regexps): Fix customize type.
8504         * man.el (Man-init-defvars): Avoid trailing nil on
8505         Man-filter-list.
8507         * lpr.el (printer-name): Fix customize type.
8509 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
8511         * international/mule-cmds.el (reset-language-environment): Call
8512         update-coding-systems-internal.
8514         * international/mule-conf.el: Call update-coding-systems-internal
8515         at the tail.
8517 1998-09-14  Dave Love  <fx@gnu.org>
8519         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
8520         use the menu-enable properties, pending doing it correctly and
8521         acceptably fast.
8523         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8525 1998-09-13  Dave Love  <d.love@dl.ac.uk>
8527         * progmodes/hideshow.el (hs-grok-mode-type): Check
8528         comment-{start,end} non-nil as well as bound.  Report an error if
8529         we can't grok the mode.
8531 1998-09-13  Richard Stallman  <rms@gnu.org>
8533         * simple.el (blink-matching-open): Don't log paren matching
8534         messages in *Messages*.
8536 1998-09-12  Richard Stallman  <rms@gnu.org>
8538         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8539         Set point-before-scroll at end even if there was an error.
8541         * ange-ftp.el (ange-ftp-insert-file-contents):
8542         Use binary mode for dumb-unix hosts as for unix hosts.
8543         (ange-ftp-copy-file-internal): Likewise.
8545         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8547         * emacs-lisp/pp.el: Doc fixes.
8549         * wid-edit.el (widget-menu-max-shortcuts): New variable.
8550         (widget-choose): Don't use single-char shortcuts if # items
8551         exceeds that many.  Use minibuffer instead.
8553 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8555         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8557 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
8559         * speedbar.el (speedbar-frame-mode): Do not set frame position if
8560         in terminal mode.
8562 1998-09-10  Noah Friedman  <friedman@splode.com>
8564         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8565         defcustom declaration.  It's wreaking too much havoc with XEmacs
8566         and older versions of Emacs, which share this code.
8568         * type-break.el (type-break-mode): Here also.
8570         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8571         `t' to add-hook also to modify the new local value.
8573 1998-09-10  Dave Love  <fx@gnu.org>
8575         * vc.el (vc-insert-headers): Doc fix.
8577 1998-09-10  Richard Stallman  <rms@gnu.org>
8579         * textmodes/flyspell.el (flyspell-mode-on): Make the
8580         ispell-... variables permanent locals.
8581         (flyspell-mode-off): Add autoload cookie.
8583         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8584         do use binary mode, just as for `unix'.
8585         (ange-ftp-host-type): If HOST is nil, return `unix'.
8587         * dired.el (dired-mark-files-containing-regexp):
8588         Don't scan directories.  Ignore non-readable files.
8590         * progmodes/compile.el (compilation-error-regexp-alist):
8591         Fix previous change: allow . and _ in command name.
8593         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8595         * uncompress.el (uncompress-while-visiting):
8596         Use just the car of what find-operation-coding-system returns.
8598         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8600         * shell.el (shell-file-name-quote-list): Add # to the value.
8602 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
8604         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8605         to make killing of ispell process work even if
8606         kill-all-local-variables has been run.
8608 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8610         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8611         loop when sexp entry ends at end of file with no newline.
8613 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8615         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8616         (Custom-reset-standard): Fix menu inconsistency.
8618         * mail/feedmail.el (feedmail-from-line): Allow t.
8619         (feedmail-message-id-suffix): Allow nil.
8621         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8622         Simplify.  Make prefix arg work right.
8624 1998-09-09  Dave Love  <fx@gnu.org>
8626         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8628         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8630 1998-09-08  Dave Love  <fx@gnu.org>
8632         * add-log.el (change-log-font-lock-keywords): Do parenthesized
8633         stuff only after file names or at start of line.  Allow parens
8634         around e-mail, as well as angles.
8636         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8637         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8638         time for nicer failure if it's not available.
8640 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
8642         * comint.el (comint-arguments): Ignore backslashes when using
8643         w32 shells that expect backslashes as the directory separator.
8645 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
8647         * international/fontset.el (resolved-ascii-font): New variable.
8648         (x-complement-fontset-spec): By side effect, set
8649         `resolved-ascii-font' to the resolved name of ASCII font."
8650         (create-fontset-from-fontset-spec): Don't get a value for
8651         resolved-ascii-font from the list full-fontlist.  It is set by
8652         x-complement-fontset-spec now.
8654         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8655         version, check the value of mule-version.
8657 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
8659         * textmodes/reftex.el (reftex-view-crossref): Split up into
8660         several functions.  No longer moves to find a macro.
8661         (reftex-view-cr-cite, reftex-view-cr-ref,
8662         reftex-end-of-bib-entry): New functions.
8663         (reftex-auto-view-crossref): New value `window' allowed.
8664         (reftex-view-crossref-when-idle): Process new `window' option in
8665         (reftex-translate-to-ascii-function): New default.
8666         (reftex-label-illegal-re): Default changed, removed Latin1.
8667         (reftex-latin1-to-ascii): New function.
8668         (reftex-what-environment): Check for section regexp before use.
8669         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8670         absolute path names.
8671         (reftex-TeX-master-file): Changed sequence of file checks.
8672         (reftex-do-citation): bibview cache only with RefTeX mode on.
8674 1998-09-06  Richard Stallman  <rms@gnu.org>
8676         * progmodes/compile.el (compilation-error-regexp-alist):
8677         In first pattern (GNU utilities and other things),
8678         allow a space after the optional program name at the beginning.
8680         * mail/mail-hist.el (mail-hist-current-header-contents):
8681         Fix previous change: use mail-header-end.
8683 1998-09-06  Bill Richter  <richter@math.nwu.edu>
8685         * international/ccl.el: Doc fixes.
8686         * international/encoded-kb.el: Doc fixes.
8687         * international/fontset.el: Doc fixes.
8688         * international/kinsoku.el: Doc fixes.
8689         * international/kkc.el: Doc fixes.
8690         * international/mule-cmds.el: Doc fixes.
8691         * international/mule-conf.el: Doc fixes.
8692         * international/mule-util.el: Doc fixes.
8693         * international/mule.el: Doc fixes.
8695 1998-09-05  Eric Ludlam  <zappo@gnu.org>
8697         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8698         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8699         (checkdoc-this-string-valid-engine): Permit ? as terminating
8700         punctuation for first line sentence breaking.
8701         (checkdoc-this-string-valid): When converting a comment into a doc
8702         string, make sure " chars are \".
8703         (checkdoc-sentencespace-region-engine): Only do double space check
8704         if based on the variable `sentence-end-double-space'
8705         (checkdoc-this-string-valid-engine): ? ends valid sentence.
8706         (checkdoc-proper-noun-region-engine): Exclude items in URLs
8708 1998-09-04  Richard Stallman  <rms@gnu.org>
8710         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8711         Recognize define-skeleton as a function definer.
8713         * cus-edit.el (customize-option): Refuse to customize
8714         a variable that has no defcustom.  But if variable is autoloaded,
8715         first try to load the library that defines it.
8717         * international/iso-insert.el: Use `string' before calling `insert'
8718         so that in multibyte buffers we insert multibyte chars.
8720         * dired.el (dired-mark-files-containing-regexp):
8721         Don't use find-file; instead, insert the file in a temp buffer.
8723         * textmodes/tex-mode.el (tex-start-options-string): New option.
8724         (tex-start-tex): Use that variable.
8726         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8727         value in the `repeat' alternative a list.
8729         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8730         the inserted newline, verify that one was really inserted.
8732         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8733         remains on or remains off.
8734         (flyspell-multi-language-p): Default changed to nil.
8736         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8737         In "found in comment" case, don't beginning-of-line after forward-line.
8739         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8740         If the function definition is not a lambda, return original FORM
8741         with no error.
8743 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
8745         * net-utils.el (netstat-program-options): Changed from nil to "-a"
8746         so that by default netstat shows all network connections.
8748 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
8750         * international/quail.el: Doc fixes.
8752         * info.el (info): Don't add parens if FILE already has them.
8754 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
8756         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8757         on extension lines.
8759 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
8761         * w32-fns.el (w32-shell-dos-semantics): New function.
8763 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
8765         * international/quail.el (quail-choose-completion-string): Store
8766         completion `choice' in `quail-current-str'; don't insert it.
8768 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
8770         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
8771         argument to ps-mule-generate-bitmap-font.
8773         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8774         entry and change Latin-1 entry in the default value.
8775         (ps-mule-font-info-database-ps-bdf): New variable.
8776         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8777         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8778         registerd in FONT-SPEC.
8779         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8780         charcter width of bitmap fonts.
8781         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8782         procedure NF.
8783         (ps-begin-file): Output PostScript code for setting
8784         SpaceWidthRatio.
8785         (ps-plot-region): Use line-beginning-position to get a position of
8786         the beginning of the current line.
8788         * international/mule-cmds.el (register-input-method): Doc-string
8789         modified.
8791 1998-09-01  Dave Love  <fx@gnu.org>
8793         * international/mule-cmds.el (current-language-environment): Fix
8794         setter function.
8796 1998-09-01  Simon Marshall  <simon@gnu.org>
8798         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8799         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8800         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8801         names with font-lock-type-face.  Fontify type specs, etc., with
8802         font-lock-keyword-face.
8804 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
8806         * international/fontset.el (x-complement-fontset-spec): If ASCII
8807         font is specified in FONTLIST, don't substitute it for the
8808         resolved name.
8810 1998-08-31  Paul Eggert  <eggert@twinsun.com>
8812         * international/mule.el (charset-description): Doc fix.
8814         * language/chinese.el, language/cyrillic.el, language/czech.el,
8815         language/devanagari.el, language/ethiopic.el,
8816         language/european.el, language/hebrew.el, language/indian.el,
8817         language/japanese.el, language/korean.el, language/lao.el,
8818         language/slovak.el, language/thai.el, language/tibetan.el,
8819         language/vietnamese.el:
8820         Add coding: local variable, to avoid bootstrapping problem
8821         if you need to recompile all the Lisp files using interpreted code.
8823 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8825         * cal-china.el (chinese-year-cache): Change range of years from
8826         1989-2000 to 1990-2010.
8828 1998-08-29  Dave Love  <d.love@dl.ac.uk>
8830         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8831         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8833 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8835         * ps-print.el (ps-print-control-characters): Doc-string modified.
8836         (ps-output-string-prim): Comment format changed.
8837         (ps-do-despool): Indentation of source code changed.
8839 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
8841         * subr.el (sref): Make it an alias of aref.  Make the
8842         byte-compiler warn that it is obsolete.
8843         (char-bytes): Make the byte-compiler warn that it is obsolete.
8845         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8846         Calculate the total bytes using position-bytes instead of
8847         char-bytes.
8849 1998-08-27  Karl Heuer  <kwzh@gnu.org>
8851         * snmp-mode.el: New file.
8852         * files.el (auto-mode-alist): Add snmp-mode patterns.
8854 1998-08-27  Karl Eichwalder  <ke@suse.de>
8856         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8858 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8860         * calendar/diary-lib.el (diary-block): Doc fix..
8861         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8863 1998-08-27  Richard Stallman  <rms@gnu.org>
8865         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8866         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8867         Clear appt-mode-string if we don't put something in it.
8869 1998-08-27  Dave Love  <fx@gnu.org>
8871         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8872         dired-local-variables-file for dired-x.
8874         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8875         for compressed library files too.
8877 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
8879         * language/european.el ("Latin-1"): Modify `documentation' key value.
8880         ("Latin-2"): Likewise.
8882 1998-08-26  Karl Heuer  <kwzh@gnu.org>
8884         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8886 1998-08-26  Albert L. Ting  <alt@artisan.com>
8888         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8889         (mail-hist-current-header-contents): Use mail-text-start.
8891 1998-08-26  Richard Stallman  <rms@gnu.org>
8893         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8894         (customize-changed-options-previous-release): New variable.
8895         (customize-changed-options): Use that variable as default arg.
8897 1998-08-26  Karl Eichwalder  <ke@suse.de>
8899         * midnight.el: Require `timer' not only when compiling.
8901 1998-08-26  Per Starback  <starback@update.uu.se>
8903         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8904         buffer before creating help group.
8906 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8909         coding-system-for-write before saving.
8911 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
8913         * isearch.el (isearch-forward): Doc fix.
8915 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
8917         * emacs-lisp/find-func.el: Fix :version tags to have a string
8918         value, not a float.
8920         * cus-dep.el: Fix typo in output.
8922 1998-08-25  Dave Love  <fx@gnu.org>
8924         * repeat.el (repeat): Doc fix.
8925         [From rms:]
8926         (repeat-previous-repeated-command): New variable.
8927         (repeat): Check for real-last-command being null or repeat.  Set
8928         repeat-previous-repeated-command.
8930         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8932 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
8934         * gnus/message.el (message-send-mail-with-sendmail): Bind
8935         coding-system-for-write by the return value of
8936         select-message-coding-system.
8937         (message-send-mail-with-qmail): Likewise.
8939 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
8941         * emacs-lisp/autoload.el: Fix doc-string-elt property on
8942         define-derived-mode.
8944         * files.el (file-name-invalid-regexp):
8945         Fix regex for ms-dos without long file names.
8947 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8949         * ps-print.el: Multi-byte buffer handling.
8950         (ps-print-version): New version number (4.0) and doc fix.
8951         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8952         compilation for GNU Emacs and emacsens.
8953         (ps-generate-postscript-with-faces): Force invisible text to be
8954         visible.
8955         (dos-ps-printer): New var to avoid compilation gripes.
8957 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8959         * ps-print.el (ps-mule-plot-string): Pay attention to the case
8960         that no more characters can't be printed in the current line.
8962 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8964         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8965         greater than TO.
8967 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8969         * ps-print.el: Add codes to make ps-print.el work also on Emacs
8970         20.2 and the earlier version.
8971         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8972         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8973         (ps-mule-find-wrappoint): Likewise.
8974         (ps-mule-generate-font): Change `X' to `x' in format
8975         control-string.
8976         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8977         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8978         `restore' form procedures `BC' and `EC'.
8980 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8982         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8983         is an executable procedure.  Make LineThickness, Xshadow, and
8984         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
8985         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8986         ps-mule-font-info-database-bdf): New vars.
8987         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8988         (ccl-encode-ethio-unicode): New CCL program.
8989         (ps-mule-encode-ethiopic): New fun.
8990         (ps-mule-current-charset): New var.
8991         (ps-mule-get-font-spec, ps-mule-font-spec-src,
8992         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8993         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8994         (ps-mule-external-libraries): New var.
8995         (ps-mule-init-external-library): New fun.
8996         (ps-mule-font-cache): New var.
8997         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8998         (ps-last-font): New var.
8999         (ps-mule-prepare-font): New fun.
9000         (ps-mule-charset-list): New var.
9001         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
9002         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
9003         ps-mule-plot-string): New funs.
9004         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
9005         New vars.
9006         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
9007         ps-mule-prepare-cmpchar-font): New funs.
9008         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
9009         vars.
9010         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
9011         ps-mule-generate-bitmap-glyph): New funs.
9012         (ps-mule-initialize, ps-mule-begin): New funs.
9013         (ps-output-string-prim): Insert string as unibyte.
9014         (ps-output-prologue): New fun.
9015         (ps-flush-output): Handle the case of 'prologue.
9016         (ps-begin-file): Call ps-mule-initialize.
9017         (ps-begin-job): Set ps-control-or-escape-regexp differently if
9018         printing multibyte characters.
9019         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
9020         (ps-basic-plot-string): Handle the case of printing ASCII
9021         characters by external libraries (e.g. BDF).
9022         (ps-set-font): Set ps-last-font.
9023         (ps-plot-region): Handle multibyte characters, use
9024         ps-mule-plot-string for them.
9025         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
9027         * bdf.el: New file.
9029 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
9031         * international/mule-cmds.el (select-message-coding-system): New
9032         function.
9033         (set-language-environment-coding-systems): Set
9034         default-sendmail-coding-system.
9036         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
9037         (default-sendmail-coding-system): New variable.
9038         (sendmail-send-it): Encode the message by a coding system
9039         select-message-coding-system returns.
9041 1998-08-23  Eric Ludlam  <zappo@gnu.org>
9043         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
9044         (speedbar-mode): Set buffer to read only.
9045         (speedbar-temp-buffer-show-function): For emacs don't call hook
9046         with arguments.
9047         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
9049 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
9051         * speedbar.el (speedbar-key-map): Fix typo.
9053 See ChangeLog.7 for earlier changes.