Changed maintainer.
[emacs.git] / lisp / ChangeLog
bloba42ab7292442e281bd112c09a7b14e3154922ba2
1 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3         * emacs-lisp/easy-mmode.el: Changed maintainer.
4         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5           Use defcustom for the hooks; Improve the auto-generated docstrings.
6         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
7         (define-minor-mode): Add BODY arg; Only declare the keymap if
8           provided; Improve the auto-generated docstrings.
10 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
12         * textmodes/text-mode.el (text-mode): Contruct paragraph-start so
13         that the leading `^' is at the start.  This is necessary because
14         paragraphs.el tries to remove anchors, but can find them only if
15         they are the first character.
17         * progmodes/antlr-mode.el: New file.
19         * calendar/calendar.el: Fix autoload for
20         calendar-absolute-from-astro.  Add autoload for
21         calendar-print-astro-day-number.
23 1999-11-21  Anders Lindgren  <andersl@andersl.com>
25         * follow.el: Use modern backquote syntax.  Minor comment update.
27 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
29         * simple.el (with-syntax-table): Don't switch buffers.
31         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
32         progmodes/hideif.el: Use new backquote syntax.
34 1999-11-21  Ken Manheimer  <klm@python.org>
36         * icomplete.el (icomplete-completions): Use an explicit variable
37         `icomplete-prospects-length', obviating the need to use an
38         apparently faulty throw/catch arrangement.
39         
40 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
42         * term/internal.el (IT-display-table-setup): Don't overstep
43         character code 255.
45 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
47         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
48         for the charset chinese-sisheng is 7bit encoding, not 8bit.
50 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
52         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
53         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
55         * files.el (auto-mode-alist): Add patterns for diff-mode.
57         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
58         to detect an empty prompt.
60 1999-11-18  Dave Love  <fx@gnu.org>
62         * simple.el (input-mode-8-bit): Fix the customization.
64 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
66         * international/iso-acc.el (iso-languages): Add more
67         characters for Portuguese.
69         * speedbar.el: Clean up comment at the start of the file.
70         Remove RCS id.
72         * progmodes/compile.el (compilation-parse-errors): Use
73         compilation-buffer-p instead of testing major-mode.
75 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
77         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
78         (quickurl-ask): completion-ignore-case is set to the value of
79         quickurl-completion-ignore-case for the duration of the call to
80         completing-read.
81         
82 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
84         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
86 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
88         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
89         instead of ps-print-def.
91         * ps-print.el: Require ps-vars instead of ps-print-def.
93         * ps-mule.el: Require ps-vars instead of ps-print-def.
95 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
97         * simple.el (with-syntax-table): Save buffer explicitly instead of
98         using save-excursion.
100 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
102         * mail/supercite.el: New maintainer.
104 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
106         * progmodes/vhdl-mode.el: Use new backquote syntax.
108 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
110         * simple.el (with-syntax-table): New.
112 1999-11-15  Sam Steingold  <sds@ksp.com>
114         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
116 1999-02-22  Sam Steingold  <sds@goems.com>
118         * goto-addr.el (goto-address-at-mouse,
119         goto-address-find-address-at-point): use compose-mail.
120         (goto-address-mail-method): removed variable.
121         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
122         goto-address-send-using-mail): removed functions.
124 1998-11-03  Sam Steingold  <sds@goems.com>
126         * simple.el (backward-delete-char-untabify):
127         backward-delete-char-untabify-method can be `all' now - to delete
128         hungrily including newlines.
130 1999-11-15  Sam Steingold  <sds@ksp.com>
132         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
134 1999-11-15  Dave Love  <fx@gnu.org>
136         * cus-edit.el (customize-face, customize-face-other-window):
137         Require match from completing-read.
138         (custom-buffer-done-function): Default to custom-bury-buffer, not
139         bury-buffer.
141 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
143         * mail/rmail.el, iswitchb.el, hippie-exp.el,
144         progmodes/cperl-mode.el: Use new backquote syntax.
146 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
148         * uniquify.el: Use new backquote syntax.
150 1999-11-14  Markus Rost  <rost@ias.edu>
152         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
153         as in ispell-local-dictionary-alist.
155 1999-11-14  Alex Schroeder  <alex@gnu.org>
157         * ansi-color.el (ansi-color-apply): Updated regexps to include
158         highlighted face.
160 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
162         * forms.el (forms--make-format-elt-using-text-properties):
163         Treat `intangible' differently.
165         * forms.el: Use new backquote syntax.
167 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
169         * textmodes/scribe.el (scribe-mode): Doc-fix.
171 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
173         * net-utils.el (run-network-program, net-utils-run-program): Use
174         the new backquote syntax.
175         (smbclient-program, smbclient-program-options)
176         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
177         variables
178         (smbclient, smbclient-list-shares): New functions
180 1999-11-12  Sam Steingold  <sds@ksp.com>
182         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
183         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
184         (viper-kbd-buf-definition, viper-kbd-mode-alist)
185         (viper-kbd-mode-pair, viper-kbd-mode-definition)
186         (viper-kbd-global-pair, viper-kbd-global-definition):
187         Use the new backquote syntax.
189         * emulation/viper-cmd.el (viper-test-com-defun)
190         (viper-prefix-arg-value, viper-prefix-arg-com):
191         Use the new backquote syntax.
193         * emacs-lisp/debug.el (debugger-env-macro):
194         Use the new backquote syntax.
196         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
197         Use the new backquote syntax.
199         * calendar/calendar.el (calendar-remove-frame-by-deleting):
200         New user variable.
201         (calendar-hide-window): Use it.
202         (increment-calendar-month, calendar-for-loop, calendar-sum):
203         Use the new backquote syntax.
205 1999-11-12  Andrew Innes  <andrewi@gnu.org>
207         * select.el (x-set-selection): Call buffer-substring, not
208         substring.  Also fix docstring
210 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
212         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
213         of customizable variables to bug report message. Added
214         system-type to package name in bug report.
216 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
218         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
219         to display file names.
221 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
223         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
225         * isearch.el: Add lazy-highlighting feature.
227 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
229         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
230         constant.
231         (ps-mode-submit-bug-report): New function. Entry added to menu.
233 1999-11-10  William M. Perry  <wmperry@aventail.com>
235         * mwheel.el: New file to support the new style wheeled mice.
237 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
239         * startup.el (initial-scratch-message): Add ";;" to the front of
240         lines in the message.
242         * files.el (file-local-copy): Remove optional BUFFER argument
243         because that's not used by anything.
245         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
246         to-address.
248 1999-11-08  Markus Rost  <rost@ias.edu>
250         * wid-edit.el (widget-button-click): Wrap with save-excursion
251         to restore track-mouse in the correct buffer.
253 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
255         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
257 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
259         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
260         lpr-command to "lp" for some system-types. (copied from lpr.el
261         Emacs version 20.2.1).
263 1999-11-04  Markus Rost  <rost@ias.edu>
265         * simple.el (comment-region): Strip off white space at end of
266         comment-start.
268 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
270         * faces.el (secondary-selection): Fix wrong color name.
272 1999-11-04  John Tobey  <jtobey@epsilondev.com>
274         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
275         the default when invoking perldb in a non-Perl buffer, and other
276         cases involving -e or --.
278 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
280         * simple.el (previous-matching-history-element)
281         (next-history-element): Use delete-field instead of erase-field.
283         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
284         Use delete-field instead of erase-field.
286         * faces.el (secondary-selection): Change background to yellow.
288         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
289         find the start of the text.  Use field-string to read the user
290         input.
292 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
294         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
295         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
296         for compatibility with old face implementation.
298         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
299         Use erase-field instead of erase-buffer.
301         * frame.el (blink-cursor-mode, blink-cursor-end): Use
302         internal-show-cursor with new interface.
303         (blink-cursor-timer-function): New.
304         (blink-cursor-start): Use blink-cursor-timer-function.
306 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
308         * calendar.el (redraw-calendar): Move to nearest date before
309         redrawing.
311         * diary-lib.el (simple-diary-display): Reset modeline even if
312         there are no diary entries since the diary buffer may be displayed.
314 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
316         * emacs-lisp/debug.el (debug): If noninteractive, display the
317         backtrace using `message', then exit Emacs.
318         (debugger-batch-max-lines): New variable.
319         (debugger-setup-buffer): New subroutine, broken out of `debug'.
320         Change the messages put at the start, to say that the debugger
321         was entered.
323 1999-11-02  Sam Steingold  <sds@ksp.com>
325         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
327 1999-11-01  John Tobey  <jtobey@epsilondev.com>
329         * gud.el: (gud-perldb-massage-args): Massage correctly in the
330         presence of perl switches other than "-e".
332 1999-11-01  Markus Rost  <rost@ias.edu>
334         * dired-x.el (dired-smart-shell-command): Use
335         shell-command-history as in shell-command.
337 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
339         * userlock.el (ask-user-about-lock): Doc fix.
341         * frame.el: Doc fixes.
343 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
345         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
346         of show-cursor.
347         (blink-cursor-start, blink-cursor-end): Ditto.
349         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
351 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
353         * window.el (walk-windows): If ALL-FRAMES is a frame,
354         start on that frame.  Use save-selected-window.
356 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
358         * simple.el (end-of-buffer): Use window-end to find the window end
359         instead of vertical-motion because this handles variable-height
360         lines correctly.
362 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
364         * ediff.el: Version change.
366         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
367         make sure you are in a good frame before deleting other
368         windows.
369         (ediff-file-checked-in-p): Don't consider CVS
370         files checked in.
371         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
372         are writing to a newly created empty file.
374         * ediff-mult.el (ediff-show-session-group-hook): New default.
376         * ediff-vers.el (ediff-pcl-cvs-view-revision):
377         First cd to the file directory. reportedly works
378         better with remote files.
380         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
381         Use file-name-nondirectory when passing files to CVS.
383         * ediff-diff.el (ediff-cmp-options): New variable.
384         (ediff-same-file-contents): Use ediff-cmp-options.
386         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
387         ediff-get-patch-buffer): Use current buffer if it appears to be a
388         patch.
390         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
391         C-g
393         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
394         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
395         (viper-save-cursor-color,viper-restore-cursor-color):
396         Improved cursor color handling.
397         (viper-get-saved-cursor-color-in-replace-mode,
398         viper-get-saved-cursor-color-in-insert-mode): New functions for
399         better cursor color handling.
401         * viper-ex.el (ex-read,ex-edit):
402         Fixes for correct interpretation of #,%.
403         (viper-ex): Now works correctly when called from other functions.
404         (viper-glob-function): New variable.
405         (viper-ex): Save excursion before doing :global.
407         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
409         * viper-cmd.el (viper-post-command-sentinel,
410         viper-insert-state-post-command-sentinel,
411         viper-insert-state-pre-command-sentinel): Takes better care of
412          cursor colors.
414         * viper.el: Version change.
416 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
418         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
419         that the modeline display was updated *only* when
420         `whitespace-display-in-modeline' was set, not otherwise.
422 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
424         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
425         "frac12".
427         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
428         ad-activate.
430 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
432         * whitespace.el: Test for existence of `defcustom' and `defgroup'
433         using fboundp instead of assuming that these are not present in
434         particular flavors of emacs.
435         (whitespace-version): Update to 2.8
436         (whitespace-display-in-modeline): Add custom variable to control
437         displaying the whitespace errors on the modeline based on
438         suggestion from <klaus.berndl@sdm.de>
439         (whitespace-buffer): Now returns `t' if unclean and `nil' if
440         clean, to enable using as a hook function, as suggested by Puneet
441         Goel <puneet@computer.org>
442         (whitespace-buffer): Fix a subtle bug that cleaned up only if
443         quiet was not set, even with whitespace-auto-cleanup set.
444         (whitespace-mode-line): Now uses less modeline real estate and
445         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
446         which is present in the file, and <y> is any type of whitespace
447         whose check has been suppressed by setting
448         `whitespace-check-<whitespace-type>' to nil.
449         (whitespace-unchecked-whitespaces): New function to return the
450         list of whitespaces for whom checks have been suppressed.
451         (whitespace-display-unchecked-whitespaces): Renamed to
452         `whitespace-update-modeline' to reflect its functionality.
454 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
456         * progmodes/compile.el (compilation-error-regexp-alist):
457         Undo previous change.
459 1999-10-28  Dave Love  <fx@gnu.org>
461         * help.el (help-follow): Make arg optional again and really
462         default to point.
464 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
466         * paths.el (rmail-file-name): Make it an option.
468         * progmodes/ada-mode.el, progmodes/ada-prj.el,
469         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
470         comment fixes.
472         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
473         MIPS Pro 7.3 compiler error message syntax.
475 1999-10-27  Dave Love  <fx@gnu.org>
477         * progmodes/compile.el: Checkdoc-inspired fixes.
479 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
481         * lpr.el (print-buffer): Doc-string fix.
483 1999-10-27  Dave Love  <fx@gnu.org>
485         * emacs-lisp/advice.el: Doc fixes.
486         (ad-lemacs-p): Removed.
487         (advice): Add :link to defgroup.
489 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
491         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
492         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
494 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
496         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
497         ad-activate.  All callers changed, including those in data.c.
498         (ad-activate-internal-off): Renamed from ad-activate-off.
499         All uses changed.
500         (ad-activate): Renamed from ad-activate-on.  All uses changed.
501         (ad-start-advice, ad-stop-advice, ad-recover-normality):
502         Alter the definition of ad-activate-internal, not ad-activate.
504 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
506         * startup.el (command-line-1): Add support for command line
507         arguments `file' and `execute'.  Fix handling of `visit'.
509 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
511         * international/mule-cmds.el (read-input-method-name): Handle the
512         case that the arg DEFAULT is symbol.
514         * international/mule-diag.el (mule-diag): Handle the case that
515         default-input-method is symbol.
517 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
519         * textmodes/tildify.el: New file.
521 1999-10-25  Sam Steingold  <sds@ksp.com>
523         * Makefile (compile-files): Fixed the "tr" strings.
524         (EMACS): Set to ../src/emacs.
526 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
528         * info.el (Info-build-node-completions): Add '("*") to the
529         completion list.
531 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
533         * frame.el (auto-raise-mode): When enabling the mode,
534         immediately raise the selected frame.
536         * indent.el (indent-region): Doc fix.
538         * comint.el (comint-output-filter): Make the Comint buffer current
539         for the comint-preoutput-filter-functions.
541         * mail/reporter.el: Doc fix.
543 1999-10-24  Stephen Eglen  <stephen@gnu.org>
545         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
546         that Octave lisp files can also run under XEmacs 20.
547         (require 'custom) added so that files can run under Emacs 19.34.
549         * iswitchb.el (iswitchb-default-keybindings): No need to use
550         read-kbd-macro in keybindings.
552 1999-10-23  Dave Love  <fx@gnu.org>
554         * elide-head.el: New file.
556 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
558         * Makefile (compile-files, backup-compiled-files): New targets.
559         (bootstrap, bootstrap-clean): Ditto.
561 1999-10-22  Paul Eggert  <eggert@twinsun.com>
563         * international/mule-cmds.c (locale-language-names):
564         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
565         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
566         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
567         Use Latin-8 for Welsh.
568         Use Latin-1 for English if "en" is explicitly specified.
569         Use Latin-1 for Scots Gaelic, Tagalog.
570         Use Latin-1 (not Latin-4) for Greenlandic.
571         Use Latin-1 (not Latin-2) for Albanian.
572         (locale-preferred-coding-systems, locale-language-names):
573         Remove generic ISO 8859 locales; locale-charset-language-names now
574         does this.
575         (locale-charset-language-names): New variable.
576         (set-locale-environment): Use language name specified by
577         locale-charset-language-names if its charsets disagree with the
578         language name specified by locale-language-names.
580 1999-10-22  Dave Love  <fx@gnu.org>
582         * make-mode.el: Minor doc fixes.
584         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
586 1999-10-21  Dave Love  <fx@gnu.org>
588         * loadup.el: Add latin-8, latin-9.
590 1999-10-20  Paul Eggert  <eggert@twinsun.com>
592         * disp-table.el (standard-display-european): Remove undocumented
593         arg AUTO; no longer used by startup.el.  Do not attempt to treat
594         all non-English language environments as coding system names.
595         Instead, use the downcased language environment name as a coding
596         system name if it is one; otherwise, use latin-1.
598 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
600         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
601         that were split so that part of the comment appeared as Lisp code.
603 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
605         * ps-bdf.el: Doc fix.
607         * ps-print-def.el: New file: common definitions for all parts of
608         ps-print.
609         (ps-multibyte-buffer): Moved from ps-mule.
611         * ps-mule.el: File dependence fix.
612         (ps-multibyte-buffer): Moved to ps-print-def.
614         * ps-print.el: Doc fix, better customization.
615         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
616         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
617         (ps-end-file): Doc fix.
618         (ps-setup, ps-begin-file): Fun fix.
619         (postscript): New group.
620         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
621         (ps-print-prologue-1): Adjust PostScript programming.
622         (ps-print): Adjust group hierarchy.
623         (ps-print-n-up, ps-print-zebra, ps-print-background,
624         ps-print-printer)
625         (ps-print-page): New subgroups.
626         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
627         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
628         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
629         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
630         (ps-zebra-stripe-height, ps-print-background-image)
631         (ps-print-background-text, ps-spool-config): Adjust customization.
632         (dos-ps-printer): Definition eliminated.
634 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
636         * ps-mule.el: Doc fix, define functions properly if mule package is
637         loaded or not.
638         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
639         mule package is loaded or not.
641         * ps-print.el: Doc fix, n-up printing.
642         (ps-print-version): New version number (5.0).
643         (ps-page-dimensions-database): Added document media.
644         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
645         (ps-page-order, ps-printing-region-p): New vars.
646         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
647         funs.
648         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
649         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
650         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
651         (ps-n-up-xstart, ps-n-up-ystart): New macros.
652         (ps-print-begin-sheet-hook): New hook.
653         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
654         const.
655         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
656         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
657         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
658         (ps-count-lines): Changed to defun.
659         (ps-header-page): Changed to defsubst, fix fun.
660         (ps-printing-region): Doc fix, adjust programming code.
661         (ps-output-boolean, ps-background-pages, ps-background-text)
662         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
663         programming code.
665 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
667         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
668         (ps-print-version): New version number (4.2).
669         (ps-spool-config, ps-spool-tumble): New vars.
670         (ps-print-prologue-1): Changed to defconst, adjust PostScript
671         programming, new PostScript procedure to handle errors.
672         (ps-print-prologue-2): Changed to defconst.
673         (ps-print-duplex-feature): New const: duplex and tumble setting.
674         (ps-setup, ps-begin-file): Fix funs.
675         (ps-boolean-capitalized): New fun.
677 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
679         * Makefile (dontcompilefiles): Obsoleted.
680         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
681         (EL): Unused.
682         (temacs): Removed (unused).
683         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
684           version of the file (necessary for the update to work properly).
685         (autoloads): Force the use of `pwd`/loaddefs.el.
686         (updates); Redefined in terms of other targets to reduce redundancy.
687         (.el.elc): New default rule, just in case you want it.
688         (compile): Use a single invocation of Emacs.
689         (bootstrap-compile); Unneeded.
690         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
692 1999-10-19  Dave Love  <fx@gnu.org>
694         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
696 1999-10-19  Sam Steingold  <sds@ksp.com>
698         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
699         comply with the comment.
701 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
703         * autorevert.el (auto-revert-mode): Make auto-revert-mode
704         permanent-local.
706 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
708         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
709         value: \"lpr\" changed to "lpr"
710         (ps-mode-version): New constant
711         (ps-mode-show-version): New function, added key in ps-mode-map
712         (ps-run-messages): Removed
713         (ps-run-font-lock-keywords-2): New defcustom variable replacing
714         ps-run-messages. These keywords now include the value of
715         ps-run-prompt, making its fontification customizable.
716         (ps-run-init): Removed \\n from docstring, it is now added when
717         the value is used
718         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
719         ps-run-prompt
720         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
721         customizable variables in doc-string (its equivalent
722         ps-run-messages was missing in previous version of the doc-string)
723         (ps-run-mode): Simplified assignment to font-lock-defaults, using
724         symbols only
726 1999-10-19  Alex Schroeder  <alex@gnu.org>
728         * ansi-color.el: Complete rewrite.
730 1999-10-19  Paul Eggert  <eggert@twinsun.com>
732         Fix bootstrapping problems.
733         Use the system locale to specify Emacs locale defaults.
735         * international/mule-cmds.el (global-map):
736         Do not use backquote, because that makes a bootstrapping
737         problem if you need to recompile all Lisp files using interpreted code.
738         * international/mule.el (charset-id, charset-bytes,
739         charset-dimension, charset-chars, charset-width,
740         charset-direction, charset-iso-final-char,
741         charset-iso-graphic-plane, charset-reverse-charset,
742         charset-short-name, charset-long-name, charset-description,
743         charset-plist): Likewise.
744         * subr.el (save-match-data): Likewise.
746         * international/mule-cmds.el
747         (set-display-table-and-terminal-coding-system): New function,
748         containing code migrated out of set-language-environment.
749         (set-language-environment, set-locale-environment): Use it.
750         (locale-translation-file-name): Moved here from startup.el.
751         (locale-language-names, locale-preferred-coding-systems):
752         New vars.
753         (locale-name-match, set-locale-environment): New functions.
755         * language/japan-util.el (setup-japanese-environment-internal):
756         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
758         * startup.el (iso-8859-n-locale-regexp): Remove.
759         (locale-translation-file-name): Move to mule-cmds.el.
760         (command-line): Move locale-stuff into set-locale-environment.
762 1999-10-18  Dave Love  <fx@gnu.org>
764         * abbrev.el (add-abbrev, inverse-add-abbrev)
765         (expand-region-abbrevs): Remove properties from buffer text.
767 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
769         * iswitchb.el (iswitchb-exhibit): Extract user-input only
770         from the mini-buffer, without the prompt.
772         * simple.el (minibuffer-prompt-end): Return the position
773         after the prompt, not the position of that last character
774         of the prompt.
776 1999-10-17  Miles Bader  <miles@gnu.org>
778         * simple.el: Doc fixes.
780 1999-10-17  Miles Bader  <miles@gnu.org>
782         * simple.el (previous-matching-history-element, next-history-element):
783         Change to work correctly even if the point is in the prompt.
784         (choose-completion-string): Likewise.
785         (minibuffer-prompt-width): New function (compatibility with old subr).
787         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
788         When constraining the final position to the current field,
789         don't use the ONLY-IN-LINE mode of constrain-to-field.
791 1999-10-17  Miles Bader  <miles@gnu.org>
793         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
794         constrain-to-field.
795         * textmodes/paragraphs.el (forward-sentence): Likewise.
797 1999-10-17  Miles Bader  <miles@gnu.org>
799         * simple.el (line-move): Use constrain-to-field to avoid
800         moving into a prompt.
801         (previous-complete-history-element): Clarify doc string.
802         (next-complete-history-element): Likewise.
803         Use field-beginning instead of point-min.
804         (next-matching-history-element): Use field-beginning and
805         erase-field instead of point-min and erase-buffer.
806         * textmodes/paragraphs.el
807         (forward-paragraph, forward-sentence): Likewise.
808         (backward-kill-paragraph, backward-kill-sentence): Remove code to
809         constrain the kill to an field, as the movement commands now
810         do this.
812 1999-10-17  Miles Bader  <miles@gnu.org>
814         * simple.el (previous-matching-history-element): Get the
815         minibuffer input with field-string instead of buffer-string.
816         (choose-completion-string): Likewise.
817         (next-history-element): Likewise.
818         Erase the minibuffer input with erase-field, not erase-buffer.
819         Use field-beginning to find the beginning of the input.
820         * textmodes/paragraphs.el (backward-kill-sentence):
821         Remove minibuffer-prompt hack.
822         Constrain to any input field.
824 1999-10-17  Sam Steingold  <sds@ksp.com>
826         * bindings.el (completion-ignored-extensions): Added ".sparcf"
827         for CMUCL on sparc and ".ufsl" for LispWorks.
828         (bound-and-true-p): Bugfix: free variable `v'.
830 1999-10-16  Dave Love  <d.love@dl.ac.uk>
832         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
833         (edebug-uninstall-read-eval-functions): Use load-read-function,
834         avoiding elisp-eval.
836 1999-10-16  Sam Steingold  <sds@ksp.com>
838         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
839         instead of `eql'.
841 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
843         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
844         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
845         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
846         * ediff-util.el (ediff-make-temp-file):
847         * ediff-vers.el (ediff-pcl-cvs-view-revision):
848         * emerge.el (emerge-make-temp-file):
849         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
850         * vc.el (vc-update-change-log):
851         * mail/mailpost.el (post-mail-send-it):
852         * mail/metamail.el (metamail-region):
853         * progmodes/cmacexp.el (c-macro-expansion):
854         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
856 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
858         * smtpmail.el (smtpmail-via-smtp): Add support for
859         automatically appending a domain to RCPT TO: addresses.
861 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
863         * dired.el (dired-insert-directory): Insert the amount of
864         free space after the total size.
865         (dired-free-space-program, dired-free-space-args): New variables.
867 1999-10-14  Karl Heuer  <kwzh@gnu.org>
869         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
871 1999-10-14  Dave Love  <fx@gnu.org>
873         * international/characters.el:
874         * international/fontset.el:
875         * international/mule-conf.el: Add latin-iso8859-1[45].
877         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
878         strings.
880         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
881         (command-line): Detect Latin-[89] locales.
883 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
885         * international/mule-cmds.el (select-safe-coding-system)
886         (leim-list-header): avoid the use of strings that start with backslash
887           newline since lread.c:read1 has a hack to turn those strings into
888           integer 0 during the loadup.el process.
890         * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
892 1999-10-13  Dave Love  <fx@gnu.org>
894         * image.el (insert-image): Copy the image spec and add an
895         intangible property.
897 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
899         * help.el (help-xref-interned): Make it also work on variable-only
900         and function-only symbols.
901         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
902         (help-follow): If the point under mouse is not highlighted, try
903         `help-xref-interned' on the pointed-to symbol anyway.
905         * info.el (Info-on-current-buffer): New entry point.
906         (Info-find-node): Split into two for Info-on-current-buffer to
907         hook into it.
908         (Info-current-file, Info-set-mode-line, Info-up):
909         Info-current-file can now be t.
910         (Info-clone-buffer-hook): function for `clone-buffer'.
911         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
912         `clone-buffer' available in various ways to the user.
914 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
916         * simple.el (shell-command, shell-command-on-region): Use
917         make-temp-file.
918         (clone-buffer, clone-process, clone-buffer-hook): New functions.
920         * subr.el (with-current-buffer): Don't use backquotes to avoid
921         bootstrapping problems.
923         * loadup.el (load-path): Add subdirs for bootstrapping.
924         (docstrings): Ignore errors during bootstrapping.
925         (args): New `bootstrap' argument (for use in place of `dump').
927 1999-10-12  Emmanuel Briot  <briot@gnat.com>
929         * ada-stmt.el: Doc-string fixes.
931 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
933         * recentf.el: New file.
935         * ps-mode.el: New file.
937         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
938         case insensitive.
940 1999-10-12  Richard Sharman  <rsharman@pobox.com>
942         * sh-script.el: Added support for indenting existing scripts.
943         (sh-mode-map): Added new bindings.
944         (sh-mode): Updated mode doc-string for new commands, added
945         make-local-variable calls, initialize mode-specific variables.
946         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
947         is now a different function.
948         (sh-header-marker):  Changed docstring.
949         (sh-set-shell): Initialize mode-specific variables.
950         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
951         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
952         Changed these define-skeleton calls to work with user-specified
953         indentation settings.
954         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
955         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
956         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
957         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
958         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
959         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
960         (sh-guess-basic-offset, sh-handle-after-case-label)
961         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
962         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
963         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
964         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
965         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
966         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
967         (sh-handle-this-then, sh-help-string-for-variable)
968         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
969         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
970         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
971         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
972         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
973         (sh-remove-our-text-properties, sh-rescan-buffer)
974         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
975         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
976         (sh-scan-case, sh-search-word, sh-set-char-syntax)
977         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
978         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
979         functions.
980         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
981         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
982         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
983         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
984         (sh-var-list): New variables.
986 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
988         * quickurl.el (quickurl-list-insert): `count-lines' was returning
989         a value one line to high if the cursor wasn't at the start of a
990         line. A `beginning-of-line' is now performed before making the
991         call to `count-lines'.
993 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
995         * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
997 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
999         * Makefile (setwins): abstract out the command to find subdirectories
1000         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1001         (custom-deps, finder-data, autoloads, update-subdirs, updates)
1002         (autoloads-with-other-emacs): use it.
1004         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
1006 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
1008         * Makefile (bootstrap-compile): New target.  Compile Lisp
1009         files with ../src/temacs.
1011 1999-10-08  Simon Marshall  <simon@gnu.org>
1013         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1014         (regexp-opt-group): Use it to get common suffixes in STRINGS.
1015         If STRINGS is nil, return "" rather than nil.
1017 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1019         * Makefile (compile): Compile files one by one.  Set load-path to
1020         current directory and subdirectories when compiling.
1022 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1024         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1025         (emacs): Use it everywhere instead of EMACS.
1026         (compile): New target.  Compile all Lisp files from scratch.
1027         (recompile): New target.  Recompile lisp directory.
1028         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
1029         an Emacs executable not built in the current directory tree.
1031 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
1033         * filecache.el (file-cache-completion-ignore-case): New variable,
1034         defaulting to the value of completion-ignore-case.
1035         (file-cache-minibuffer-complete): Use it.
1036         (file-cache-files-matching, file-cache-files-matching-internal):
1037         New functions.
1039 1999-10-07  Emmanuel Briot  <briot@gnat.com>
1041         * ada-xref.el: New file
1043         * ada-prj.el: New file
1045         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1047         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1048         subprogram being created.
1050         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1051         ada-indent-newline-indent): Rewritten to support the new indentation
1052         scheme
1054         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1055         New functions
1057         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1058         justification parameter
1060         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1061         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1062         external program
1064 1999-10-07  Dave Love  <fx@gnu.org>
1066         * bindings.el (bound-and-true-p): New macro.
1067         (make-mode-line-mouse-sensitive): Don't require easymenu.
1069 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
1071         * custom.el (defface): Extend documentation for new values of
1072         `type'.
1074         * faces.el (face-spec-set-match-display): Recognize `type' of
1075         `motif', `lucid', `x-toolkit'.
1076         (menu): New face.
1078 1999-10-05  Dave Love  <fx@gnu.org>
1080         * files.el: Recognize temporary crontab files.
1082         * info.el: Require jka-compr when compiling.
1083         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1085 1999-10-04  Dave Love  <fx@gnu.org>
1087         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1088         scroll-up-aggressively, scroll-down-aggressively.
1090         * time.el (display-time-mode): Add autoload cookie.
1092         * rect.el (delete-extract-rectangle): Doc fix from verna.
1094         * help-macro.el (three-step-help): Customize.
1096 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1098         * hexl.el (hexlify-buffer): Move point in proper range
1099         if it is too large.
1100         (hexl-after-revert-hook): Update hexl-max-address.
1101         (hexl-address-to-marker): Doc fix.
1103 1999-10-03  Dave Love  <fx@gnu.org>
1105         * image.el (defimage): Remove redundant code.  Substitute file in
1106         image plist.
1108 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1110         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1111         when doing with-temp-file.
1113 1999-10-01  Dave Love  <fx@gnu.org>
1115         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1117         * help.el: Require view when compiling.
1118         (view-emacs-FAQ): Use Info version.
1120 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
1122         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1123         (normat->normal).  Use correct font names for Korean
1124         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1126 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
1128         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1129         code not used by KOI8 to the same 8-bit code instead of mapping to
1130         SPC.
1131         (cyrillic-alternativnyj-decode-table): Likewise.
1133 1999-09-29  Alex Schroeder  <alex@gnu.org>
1135         * sql.el (sql-imenu-generic-expression): new, used to set
1136         imenu-generic-expression.
1137         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1138         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
1139         imenu-case-fold-search, and imenu-syntax-alist.
1140         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1141         setting font-lock-defaults' SYNTAX-ALIST.
1143 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1145         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1146         macro, try again.
1148 1999-09-28  Dave Love  <fx@gnu.org>
1150         * cus-edit.el (custom-comment): Change widget definition.
1151         (custom-comment-create, custom-comment-show)
1152         (custom-comment-invisible-p): Don't use :comment-overlay.
1153         (custom-comment-hide): New function.
1154         (custom-variable-set, custom-variable-save)
1155         (custom-variable-reset-standard, custom-face-set)
1156         (custom-face-save): Use it.
1158 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1160         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1162 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1164         * faces.el (region): Doc fix.
1166 1999-09-27  Dave Love  <fx@gnu.org>
1168         * isearch.el (isearch): Add :links in defgroup.
1169         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1170         (isearch-switch-frame-handler): Comment out (unused).
1171         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1172         (isearch-ring-retreat-edit): Doc fix.
1173         (isearch-mouse-yank): New command.
1174         (isearch-last-command-char): Removed.  Callers changed to use
1175         last-command-char.
1176         (isearch-char-to-string): Removed.  Callers changed to use
1177         char-to-string.
1179 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
1181         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1182         option for Russian.
1184 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
1186         * faces.el (face-differs-from-default-p): Compare face
1187         attributes individually.
1189         * image.el (put-image, insert-image): Add string argument.
1191 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
1193         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1194         LANG=de_DE.iso88591 on HPUX 11.0.
1196         * dired.el (dired-move-to-filename-regexp): Make it work
1197         for LANG=de_DE.iso88591 on HPUX 11.0.
1199 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1201         * info.el (info-initialize): Don't test existence of ALTERNATIVE
1202         if we know for some other reason it should not be used.
1204         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1205         New variable.
1206         (edebug-recursive-edit): Save current-prefix-arg there,
1207         bind it, and set it back at the end.
1208         (edebug-outside-excursion): Restore and update the outside
1209         value of current-prefix-arg.
1210         (edebug-emacs-version-specific): Delete support for Epoch.
1212 1999-09-24  Howard Melman  <howard@silverstream.com>
1214         * imenu.el (imenu-after-jump-hook): New variable.
1215         (imenu): Run menu-after-jump-hook.
1216         (imenu-name-lookup-function): New variable.
1217         * imenu.el (imenu--in-alist): Use those variables.
1219 1999-09-24  Carsten Dominik  <cd@gnu.org>
1221         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1222         multiple thebibliography environments.
1224         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1225         with recentering window.
1226         (reftex-extract-bib-entries-from-thebibliography,
1227         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
1228         with multiple thebibliography environments.
1230         * textmodes/reftex-vars.el
1231         (reftex-section-levels): Function allowed as cdr.
1232         (reftex-max-section-depth) New option.
1234         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1235         with multiple thebibliography environments.
1237 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
1239         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1240         instead of point-min in call to delete-region.
1242 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1244         * vc.el (vc-backend-checkout): Use with-temp-file when checking
1245         out into arbitrary file names.
1247 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
1249         * language/european.el ("Turkish"): New language environment.
1251 1999-09-19  Dave Love  <fx@gnu.org>
1253         * delim-col.el: New file.
1255 1999-09-17  Richard Stallman  <rms@gnu.org>
1257         * files.el (after-find-file): When visiting a backup file,
1258         make it read-only.
1260         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1261         (apropos-keybinding-face, apropos-label-face): Likewise.
1262         (apropos-property-face, apropos-match-face): Likewise.
1263         (apropos-label-properties): New variable.
1264         (apropos-print-doc): Use apropos-label-properties.
1265         (apropos-print): Set apropos-label-properties.
1267 1999-09-15  Richard Stallman  <rms@gnu.org>
1269         * winner.el: Use aref instead of sref.
1271         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1273 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
1275         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1277 1999-09-14  Richard Stallman  <rms@gnu.org>
1279         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1280         cookie, even if followed by a letter.
1282 1999-09-14  Stephen Eglen  <stephen@gnu.org>
1284         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1285         --no-line-editing are passed to Octave by including them here
1286         rather than storing them in inferior-octave-startup-args.
1288 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
1290         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1291         command, option, env and sc.
1293         * subr.el (shell-quote-argument): Quote argument with double
1294         quotes for ms-dos.
1296 1999-09-14  Richard Stallman  <rms@gnu.org>
1298         * simple.el (eval-expression-print-level): New variable.
1299         (eval-expression-print-length): New variable.
1300         (eval-expression-debug-on-error): New variable.
1301         (eval-expression): Bind print-level, print-length and
1302         debug-on-error from those vars.
1304         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1305         Bind print-level, print-length and debug-on-error.
1307 1999-09-14  Inge Frick  <inge@nada.kth.se>
1309         * dired.el (dired-recursive-deletes): New custom variable.
1310         (dired-re-no-dot): New variable.
1311         (dired-delete-file): New function deletes files and directories
1312         recursively.
1313         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1315         * dired-aux.el (dired-recursive-copies): New custom variable.
1316         (dired-handle-overwrite): Broke a long line.
1317         (dired-copy-file): Call `dired-copy-file-recursive' instead of
1318         `copy-file'.
1319         (dired-copy-file-recursive): New function.  Copy directories
1320         recursively.
1321         (dired-do-create-files): Added support for generalized directory
1322         target.  How-to function may now return a function.  New fluid
1323         variable `dired-one-file'.
1324         (dired-copy-how-to-fn): New variable.
1325         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1326         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1327         (dired-do-copy-regexp): No recursive copies.
1329 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
1331         * whitespace.el (whitespace-version): Update version to 2.4
1333         * whitespace.el: Add customization variables to conditionally test
1334         any of the five whitespaces, per request from Rune Kleveland
1335         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1337         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1339         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1340         list of modes to be checked for bogus whitespaces.
1342         * whitespace.el (whitespace-rescan-timer-time): Update
1343         documentation.
1345         * whitespace.el (whitespace-display-unchecked-whitespaces):
1346         new function to update modeline with untested whitespaces.
1348         * whitespace.el (whitespace-buffer): Test only whitespaces whose
1349         checking is turned on, and update modeline using the newly created
1350         `whitespace-display-unchecked-whitespaces'.
1352         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1353         whose checking is turned on, and update modeline using the newly
1354         created `whitespace-display-unchecked-whitespaces'.
1356         * whitespace.el (whitespace-describe): Update documentation.
1358         * whitespace.el (whitespace-tickle-timer): Test if
1359         `whitespace-rescan-timer-time' is non-zero before tickling timer.
1361 1999-09-13  Dave Love  <fx@gnu.org>
1363         * hideif.el (hide-ifdef-mode): Add autoload cookie.
1365         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1366         for temp buffer.
1367         (checkdoc-this-string-valid): Don't assume default comment-start.
1369 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
1371         * rsz-mini.el: Remove code, keep the interface.
1373 1999-09-13  Dave Love  <fx@gnu.org>
1375         * help.el (help-highlight-p): Doc fix.
1377         * faces.el (mode-line, header-line, tool-bar): Add :version.
1378         (highlight, secondary-selection): Add :group.
1379         (trailing-whitespace): Add :group, :version.
1381         * wid-edit.el: Remove some compatibility code and checks.
1382         (widget-specify-field, widget-specify-button): Don't use XEmacs
1383         properties.
1384         (widget-overlay-inactive): Change error message.
1385         (widget-button-pressed-face): New variable.
1386         (widget-button-click): Use it.
1387         (widget-documentation-link-add): Specify mouse and button faces.
1388         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1389         removed now the functionality is built in.
1391         * cus-edit.el: Don't define-widget-keywords.
1392         (multimedia): New group.
1393         (custom-last): Function removed.
1394         (custom-quote): Add vectorp case, comment out characterp case.
1395         (custom-buffer-done-function, custom-raised-buttons): New option.
1396         (Custom-buffer-done): New function.
1397         (custom-buffer-create-internal): Obey custom-raised-buttons,
1398         Custom-buffer-done.
1399         (custom-button-face): Make it `released-button'.
1400         (custom-button-pressed-face): Make it `pressed-button'
1401         (custom-mode-map): Bind "q" to Custom-buffer-done.
1402         (custom-mode): Deal with raised/pressed buttons.
1404         Changes from Didier Verna:
1405         (custom-prompt-variable): Optional third arg makes prompt for a
1406         comment string.
1407         (customize-set-value, customize-set-variable,
1408         customize-save-variable): Optional prefix makes function handle
1409         variable comments.
1410         (customize-customized, customize-saved, custom-variable-state-set)
1411         (custom-variable-set, custom-variable-save, custom-face-state-set)
1412         (custom-variable-reset-saved, custom-variable-reset-standard)
1413         (custom-face-set, custom-face-save, custom-face-reset-saved)
1414         (custom-face-reset-standard, customize-save-customized): Handle
1415         custom comments.
1416         (custom-comment-face, custom-comment-tag-face): New face.
1417         (custom-comment): New widget.
1418         (custom-comment-create, custom-comment-delete)
1419         (custom-comment-value-set, custom-comment-show)
1420         ()custom-comment-invisible-p): New functions.
1421         (custom-variable-value-create, custom-face-value-create): Create a
1422         comment field widget.
1423         (custom-variable-menu, custom-face-menu): New entry for custom
1424         comment.
1425         (custom-face-value-create): Remove compatibility code.
1426         (custom-save-variables, custom-save-faces): Possibly save custom
1427         comments.
1429         * cus-face.el (custom-face-attributes): Simplify :underline,
1430         :overline, :inverse-video cases.  Fix up :box case (probably needs
1431         more work).
1433         Change from Didier Verna:
1434         (custom-set-faces): The arguments can now have a custom comment as
1435         fourth argument.
1437         * custom.el: Don't define-widget-keywords.
1438         Change from Didier Verna:
1439         (custom-set-variables): the arguments can now have a
1440         custom comment as fifth element.
1442 1999-09-13  Richard Stallman  <rms@gnu.org>
1444         * info.el (Info-find-node): Cope better if guesspos is too large.
1446 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1448         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1449         of buffer-substring because buffer-string doesn't copy the
1450         prompt.
1452         * faces.el (mode-line): Replaces `modeline'.
1453         (toplevel): Make `modeline' an alias for `mode-line'.
1455 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1457         * gs.el: Change `ghostscript' to `postscript' in comment.
1459 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
1461         * emulation/tpu-edt.el (tpu-version): New version.
1462         (tpu-search-overlay, tpu-replace-overlay): New variables.
1463         (tpu-search-highlight, tpu-toggle-direction): New functions.
1464         (tpu-lm-replace): Set tpu-replace-overlay.
1465         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1466         command hook.
1468 1999-09-11  Richard Stallman  <rms@gnu.org>
1470         * isearch.el (isearch-mode-map): Undo previous change.
1472         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1473         use all of that as the sexp.
1475         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1476         and use the initial argument as file name directly.
1477         Likewise if nothing matches.
1479 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
1481         * winner.el: Major changes.  Avoid changing point and mark.
1482         Save configurations after they change, not before.
1484 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
1486         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1487         Bind print-continuous-numbering and print-number-table.
1489 1999-09-10  Dave Love  <fx@gnu.org>
1491         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1493 1999-09-09  Richard Stallman  <rms@gnu.org>
1495         * whitespace.el: Finish making it fit Emacs conventions.
1496         Add autoloads.
1498 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1500         * generic-x.el (bat-generic-mode): "::"-style comments don't
1501         need to begin with "-".  Fix the font-lock definitions of ON/OFF
1502         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
1503         from the list of keywords.  Add DO to the list of keywords.
1505 1999-09-09  Dave Love  <fx@gnu.org>
1507         * byte-opt.el (byte-optimize-backward-char):
1508         (byte-optimize-backward-word): New optimizations.
1509         (side-effect-free-fns, side-effect-and-error-free-fns): Add
1510         entries.
1512 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
1514         * image.el (put-image): Remove optional buffer parameter.
1516         * faces.el (face-italic-p): Return t only for values `italic'
1517         and `oblique'.
1519         * mouse.el (mouse-drag-mode-line-1): Extension of former
1520         mouse-drag-mode-line that also drags the header line.
1521         (mouse-drag-mode-line): Call it.
1522         (mouse-drag-header-line): New.
1523         (toplevel): Bind down-mouse-1 on header lines to
1524         mouse-drage-header-line.
1526 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
1528         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1529         (make-mode-line-mouse-sensitive): Replace `top-line' by
1530         `header-line'.
1532 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
1534         * help.el (describe-function-1): Don't return empty string for keymaps.
1536         * fill.el (fill-region-as-paragraph, canonically-space-region):
1537         Respect colon-double-space at end of line.
1539 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
1541         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1542         (backup-buffer): Use it.
1544 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
1546         * generic-x.el (generic-define-unix-modes): Added new modes:
1547         inetd-conf-generic-mode, etc-services-generic-mode,
1548         etc-passwd-generic-mode.  These are all defined for Unix by default.
1549         (apache-generic-mode): Use an imenu-generic-expression to list
1550         Configuration keywords.
1551         (samba-generic-mode): Use both ; and # as comment characters.
1552         (samba-generic-mode): Font-lock expressions now highlight name
1553         value pairs.
1554         (bat-generic-mode): Keywords are now case-insensitive through
1555         font-lock-defaults setting.
1556         (java-properties-generic-mode): Supports both ! and # as comment
1557         characters.
1558         (java-properties-generic-mode): Added an imenu-generic-expression
1559         (java-properties-generic-mode): Reworked to support the various
1560         different ways to separate name and value (viz, '=', ':' and
1561         whitespace).
1562         (show-tabs-generic-mode): Added this new generic-mode.
1564 1999-09-08  Richard Stallman  <rms@gnu.org>
1566         * progmodes/inf-lisp.el: Moved from top directory.
1568         * tar-mode.el (tar-header-block-tokenize):
1569         Use `when' instead of `and'.  Fix some clobbered text.
1571         * gud.el (gud-make-debug-menu): Make a child for the
1572         local menu, for its menu bar, and the debug menu.
1573         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1574         Use the history in the simple way.
1576 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
1578         * language/korea-util.el (default-korean-keyboard): Initialize it
1579         according to the environment variable HANGUL_KEYBOARD_TYPE.
1581 1999-09-07  Richard Stallman  <rms@gnu.org>
1583         * subr.el (make-temp-file): New function.
1585 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
1587         * font-lock.el (font-lock-multiline): New text property contains
1588         a boolean to indicate if the char is part of a multiline match.
1589         (font-lock-default-fontify-region): Extend the region appropriately
1590         for multiline keywords.
1591         (font-lock-default-unfontify-region): Also remove the new
1592         font-lock-multiline text property.
1593         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1594         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1596 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1598         * diary-lib.el (list-diary-entries): Make sure two-digit years
1599         have leading zeros.
1601 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1603         * faces.el (face-set-after-frame-default): Initialize some
1604         attributes of some faces from frame parameters.
1606         * faces.el (scroll-bar, border, cursor, mouse): New faces.
1608 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1610         * faces.el (fringe): Replaces face `margin'.
1612 1999-09-07  Dave Love  <fx@gnu.org>
1614         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1616 1999-09-07  Richard Stallman  <rms@gnu.org>
1618         * subr.el (push): Doc fix.
1620 1999-09-06  Richard Stallman  <rms@gnu.org>
1622         * vc.el (vc-annotate-display): Use < 69 not < 70
1623         to distinguish 20YY from 19YY.
1625         * timezone.el (timezone-parse-date): Use < 69 not < 70
1626         to distinguish 20YY from 19YY.
1628         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1630 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
1632         * quickurl.el: (quickurl-list-focused-line): Removed.
1633         (quickurl-list-insert): Now works out the focused line using
1634         `count-lines' instead of using `quickurl-list-focused-line'.
1636 1999-09-06  Richard Stallman  <rms@gnu.org>
1638         * mail/rmail.el (rmail-retry-failure): Unconditionally move
1639         to beginning of message.
1641 1999-09-06  Dave Love  <fx@gnu.org>
1643         * isearch.el (isearch-mode-map): Add mouse-2.
1645         * rmail.el (rmail-read-password): Deleted.
1646         (rmail-get-pop-password): Use read-password.
1648         * quickurl.el: Don't conditionally define caddr.
1649         (quickurl-url-comment): Use nth, not caddr in function and
1650         defsetf.
1652 1999-09-06  Richard Stallman  <rms@gnu.org>
1654         * auto-show.el: Doc fixes.
1656 1999-09-06  Stephen Eglen  <stephen@gnu.org>
1658         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1659         --no-line-editing so that TABs in source files are not interpreted
1660         as completion requests.
1662 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
1664         * hscroll.el, auto-show.el: Remove all code, keep the public
1665         interface as no-ops.
1667         * faces.el (face-bold-p): Don't return t if face has lighter
1668         weight than normal.
1670 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
1672         * startup.el (command-line): Make small-temporary-file-directory
1673         be nil except on ms-dos.
1675         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
1677         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1678         is defined.
1680         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1681         letters with a colon after d or l.
1683 1999-09-06  Dave Love  <fx@gnu.org>
1685         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
1687 1999-09-05  Richard Stallman  <rms@gnu.org>
1689         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1691         * textmodes/paragraphs.el (backward-kill-sentence):
1692         Don't test minibuffer-prompt-end here.
1693         (forward-sentence): Do handle it here.
1694         (backward-kill-paragraph): Don't test it here.
1695         (forward-paragraph): Handle it here.
1697         * mouse.el (font-menu-add-default): Simplify code.
1699 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1701         * faces.el (header-line): Renamed from `top-line'.
1703 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1705         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1707 1999-09-04  Richard Stallman  <rms@gnu.org>
1709         * whitespace.el: New file.
1711 1999-09-04  Dave Love  <fx@gnu.org>
1713         * paths.el: Make some doc strings obey the make-docfile convention.
1715         * bindings.el: Likewise.
1716         (debug-ignored-errors): Remove BBDB ones.
1718 1999-09-03  Richard Stallman  <rms@gnu.org>
1720         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1721         not from the draft to forward.
1723         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1725 1999-09-03  Dave Love  <fx@gnu.org>
1727         * double.el (double-mode): Customize the variable.
1729 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
1731         * international/characters.el: Delete duplicated code.
1733 1999-09-02  Richard Stallman  <rms@gnu.org>
1735         * indent.el (indent-relative): Doc fix.
1737         * quickurl.el (quickurl): Doc fix.
1739 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1741         * faces.el (margin): Change background to "gray" for mono (this is
1742         drawn with a stipple pattern).
1744 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1746         * simple.el (next-history-element): Use minibuffer-prompt-end once
1747         again.  Remove test for minibuffer-prompt-in-buffer.
1749 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
1751         * files.el (small-temporary-file-directory): New variable.
1753         * startup.el (command-line): Compute the value of
1754         small-temporary-file-directory.
1756         * ediff-init.el (ediff-temp-file-prefix): Use
1757         small-temporary-file-directory if non-nil.
1759         * vc.el (vc-update-change-log): Likewise.
1761         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1763         * simple.el (shell-command, shell-command-on-region): Use
1764         make-temp-name properly.  Use small-temporary-file-directory if
1765         non-nil, otherwise temporary-file-directory, to generate temporary
1766         files.
1768         * dos-w32.el (direct-print-region-helper): Use
1769         temporary-file-directory.  (From Stefan Monnier.)
1771 1999-09-02  Richard Stallman  <rms@gnu.org>
1773         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1774         from asm-comment-char.
1775         (asm-font-lock-keywords): Recognize instruction width suffixes.
1777 1999-09-01  Richard Stallman  <rms@gnu.org>
1779         * play/fortune.el: New file.
1781 1999-08-31  Dave Love  <fx@gnu.org>
1783         * help.el (help-make-xrefs): Don't lose on non-empty blank line
1784         after key table.
1786         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1787         variables.
1789         * subr.el (push): Fix typo.
1791 1999-08-30  Kevin Blake  <kblake@ticnet.com>
1793         * emacs-lisp/ring.el: Many doc fixes.
1794         (ring-size, ring-copy): New functions.
1796 1999-08-29  Richard Stallman  <rms@gnu.org>
1798         * progmodes/etags.el (tags-loop-continue):
1799         After tags-loop-operate returns, force skip to next file.
1801         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1802         (mail-extr-first-letters, mail-extr-last-letters):
1803         Use character classes [:alpha:] and [:alnum:].
1805         * subr.el (push, pop): New macros.
1807         * progmodes/compile.el (compilation-error-regexp-alist):
1808         New item for SGI IRIX MipsPro compilers.
1810         * speedbar.el (speedbar-directory-buttons): Recognize
1811         device names when checking for file names.
1813         * array.el (array-reconfigure-rows): Use generate-new-buffer.
1815         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1816         and specially handle defvar inside their expansions.
1817         (eval-defun-1): New subroutine.
1819         * progmodes/compile.el (compilation-error-regexp-alist):
1820         Fix the Perl -w entry to allow period after line number.
1821         Don't allow newlines in file name, but allow them after line number
1822         for Perl debugging traces.
1824         * which-func.el (which-func-cleanup-function): New variable.
1825         (which-function): Call that function.
1827         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
1828         to end a function name.
1830         * informat.el (Info-tagify): Don't insert more than one newline
1831         before the tag table.
1833 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
1835         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
1836         than make-temp-name, use match-string-no-properties, and eliminate
1837         a quadratic behavior when building bibtex-strings.
1839 1999-08-29  Alex Schroeder  <alex@gnu.org>
1841         * comint.el (comint-input-ring-separator): New variable.
1842         (comint-read-input-ring): Doc change; use
1843         comint-input-ring-separator when reading file.
1844         (comint-write-input-ring): Use
1845         comint-input-ring-separator when writing file.
1847 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
1849         * informat.el (Info-tagify): Start by widening.
1850         Match node headers that don't list the file name,
1851         and more kinds of page separations.
1852         Strip properties during tagification.
1853         Use start of node header line as tag's position.
1854         Fix the "done" message.
1856         (Info-validate): Save and restore match data around narrowing down.
1858 1999-08-28  Richard M. Stallman  <rms@gnu.org>
1860         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
1861         On repeated call, override previous values put into
1862         minor-mode-map-alist and minor-mode-alist.
1864 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
1866         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
1868 1999-08-27  Andreas Schwab  <schwab@gnu.org>
1870         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
1871         from cvs update.
1873 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1875         * calendar/calendar.el (calendar-move-hook): New hook.
1877         * calendar/cal-move.el: Call the new hook in every movement function.
1879         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
1880         the right function name.
1882 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
1884         * time-stamp.el: Put quote-backquote around all symbol names
1885         in doc strings, for mousing.
1886         (time-stamp): support multi-line patterns.
1887         (time-stamp-inserts-lines): new variable.
1888         (time-stamp-count): new variable.
1889         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
1890         "Thu" instead of "%a".
1892 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
1894         * simple.el (kill-word): Undo previous change.
1896 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
1898         * jit-lock.el (jit-lock-function): Extend the fontified range
1899         to the beginning of the line containing the range start and
1900         the beginning of the line following the range end.
1902 1999-08-24  Dave Love  <fx@gnu.org>
1904         * timezone.el: Move provide to end.
1905         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
1906         <70 are 2000+.
1907         (timezone-parse-time): Simplify somewhat.
1909 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
1911         * faces.el (margin): Renamed from bitmap-area.
1913 1999-08-24  Alex Schroeder  <alex@gnu.org>
1915         * sql.el: Doc changes.
1916         (sql-sybase): use sql-server instead of sql-database.
1918 1999-08-23  Dave Love  <fx@gnu.org>
1920         * rect.el: Add/fix various doc strings.  Add `*' to all the
1921         interactive specs.
1923 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
1925         * jit-lock.el (jit-lock-function): Use line-beginning-position.
1926         Don't unwind-protect font-lock-fontify-region.
1928         * paragraphs.el (backward-kill-paragraph): Don't move
1929         point into mini-buffer prompt.
1930         (backward-kill-sentence): Ditto.
1932         * simple.el (next-history-element): Use minibuffer-prompt-end.
1933         Remove test for minibuffer-prompt-in-buffer.
1934         (kill-word): Don't move point into mini-buffer prompt.
1936 1999-08-21  Dave Love  <fx@gnu.org>
1938         * Makefile: Exclude CVS dirs like RCS.
1940 1999-08-19  Dave Love  <fx@gnu.org>
1942         * tooltip.el (tooltip-mode): Customize this, per convention.
1943         (tooltip-active): Option deleted.
1945         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
1947         * hanoi.el, page-ext.el: Declare dynamic vars.
1949         * term.el: Avoid ange-ftp related compilation warnings.
1951 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
1953         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
1954         the default so that beginners can benefit from it without
1955         searching in manuals.
1957 1999-08-18  Ray Blaak  <blaak@gnu.org>
1959         * progmodes/delphi.el: Consider assembly sections as blocks, to
1960         indent them better. Make auto-indent on newline optional.
1962 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
1964         * bindings.el (mode-line-modified): Look up key binding for C-x
1965         C-q.  If it's bound call that binding, otherwise call
1966         toggle-read-only.
1968 1999-08-17  Dave Love  <fx@gnu.org>
1970         * info.el (info): Doc fix.
1972         * finder.el (finder-known-keywords): Add `multimedia'.
1974         * apropos.el: Don't capitalize custom group name.
1976         * info-look.el: Remove compatibility code.
1977         (info-lookup-guess-default*): DTRT for point at start of symbol.
1978         (info-complete): Don't lose with point not at end of symbol.
1980 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
1982         * term.el (toplevel): Make face `term-default' an empty face.
1983         The code relied on the fact that Emacs ignored invalid faces in
1984         face text properties in 20.4.
1986 1999-08-16  Richard M. Stallman  <rms@gnu.org>
1988         * subr.el (point-at-eol, point-at-bol): New aliases.
1990         * simple.el: Functions reordered.
1992         * rect.el (delete-rectangle-line): Use line-end-position.
1994 1999-08-16  Karl Heuer  <kwzh@gnu.org>
1996         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
1997         here from simple.el.
1999 1999-08-16  Dave Love  <fx@gnu.org>
2001         * mouse.el: Provide `mldrag' for compatibility.
2002         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2003         marked obsolete.
2005         * mldrag.el: Removed since the features are in mouse.el.
2007         * jka-compr.el (auto-compression-mode): New variable for
2008         customization.
2010         * bindings.el (mode-line-mule-info): Doc fix.
2012         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2013         name comparisons.
2015         * files.el (interpreter-mode-alist): Add make, guile, clisp.
2016         (find-file): Doc fix.
2018 1999-08-16  Carsten Dominik  <cd@gnu.org>
2020         * textmodes/reftex.el: Most of the code moved to other files.
2021         * textmodes/reftex-auc.el: New file, split out from reftex.el
2022         * textmodes/reftex-cite.el: New file, split out from reftex.el
2023         * textmodes/reftex-global.el: New file, split out from reftex.el
2024         * textmodes/reftex-index.el: New file, split out from reftex.el
2025         * textmodes/reftex-parse.el: New file, split out from reftex.el
2026         * textmodes/reftex-ref.el: New file, split out from reftex.el
2027         * textmodes/reftex-sel.el: New file, split out from reftex.el
2028         * textmodes/reftex-toc.el: New file, split out from reftex.el
2029         * textmodes/reftex-vars.el: New file, split out from reftex.el
2030         * textmodes/reftex-vcr.el: New file, split out from reftex.el
2032 1999-08-16  Carsten Dominik  <cd@gnu.org>
2034         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2035         conflict with pop-up-frames.
2036         (reftex-special-environment-parsers): New constant.
2037         (reftex-label-alist): car of an entry can also be a function.
2038         (reftex-what-special-env): new function.
2039         (reftex-label-location): Call `reftex-what-special-env'.
2040         (reftex-compile-variables): Check for symbol in
2041         `reftex-label-alist'.
2042         (reftex-what-environment): fixed bug with stacked environments of
2043         same kind (e.g. enumerate).
2044         (reftex-process-string): Preserve default directory.
2045         (reftex-label-alist-builtin): changed prefixes of endnote and
2046         footnote.  Also the magic words.
2047         (reftex-reference): Interprete new option
2048         `reftex-fref-is-default'.
2049         (reftex-replace-prefix-escapes): Interprete new `%S' format.
2050         (reftex-toc-mouse-view-line): Command removed (had no binding).
2051         (reftex-everything-regexp): New function.
2052         (reftex-nearest-match): Made better.
2053         (reftex-toc-find-section): Use new version of
2054         `reftex-nearest-match'.
2055         (reftex-insert-docstruct): adapted to work with the index stuff.
2056         (reftex-parse-from-file): Find index entries as well.
2057         (reftex-toc-toggle-index): New function
2058         (reftex-toc-map): `i' is now used to togle the index, File
2059         boundaries has been moved to `F'.
2060         (reftex-select-label-map): Toggling display of file boundaries is
2061         now on the `F' key, for consistency with `reftex-toc-map'.
2062         (reftex-erase-all-selection-and-index-buffers): Renamed from
2063         `reftex-erase-all-selection-buffer'.  Now also kills the index
2064         buffers.
2065         (reftex-viewing-cross-references): Customization group renamed
2066         from reftex-viewing-cross-references-and-citations.
2067         (reftex-index-macro-regexp,
2068         reftex-find-index-entry-regexp-format): New variables
2069         (reftex-macros-with-index): New variable
2070         (reftex-add-index-macros): New function
2071         (reftex-renumber-simple-labels, reftex-translate): Allow for
2072         multiple labels in a single ref command.
2073         (reftex-index-support): New customization group
2074         (reftex-support-index, reftex-index-special-chars,
2075         reftex-index-macros, reftex-index-default-macro,
2076         reftex-index-default-tag, reftex-index-math-format,
2077         reftex-index-section-letters, reftex-index-include-context,
2078         reftex-index-follow-mode, reftex-index-header-face,
2079         reftex-index-section-face, reftex-index-tag-face,
2080         reftex-index-face): New options
2081         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2082         reftex-index-tag, reftex-index-return-marker,
2083         reftex-index-restriction-indicator, reftex-index-restriction-data,
2084         reftex-index-macro-regexp, reftex-index-level-re,
2085         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2086         reftex-everything-regexp-no-index, reftex-index-re,
2087         reftex-macros-with-index, reftex-index-macro-alist): New variables
2088         (reftex-index-help, reftex-index-macros-builtin,
2089         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2090         reftex-query-index-macro-help): New constants
2091         (reftex-index-selection-or-word, reftex-index,
2092         reftex-default-index, reftex-update-default-index,
2093         reftex-index-complete-tag, reftex-index-select-tag,
2094         reftex-index-complete-key, reftex-index-update-taglist,
2095         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2096         reftex-display-index, reftex-insert-index,
2097         reftex-index-insert-new-letter, reftex-get-restriction,
2098         reftex-index-pre-command-hook, reftex-index-post-command-hook,
2099         reftex-index-show-help, reftex-index-next, reftex-index-previous,
2100         reftex-index-toggle-follow, reftex-index-toggle-context,
2101         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2102         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2103         reftex-index-quit, reftex-index-quit-and-kill,
2104         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2105         reftex-index-revert, reftex-index-switch-index-tag,
2106         reftex-index-restrict-to-section, reftex-index-widen,
2107         reftex-index-restriction-forward,
2108         reftex-index-restriction-backward, reftex-index-visit-location,
2109         reftex-index-analyze-entry, reftex-index-globalize,
2110         reftex-index-edit, reftex-index-toggle-range-beginning,
2111         reftex-index-toggle-range-end, reftex-index-edit-key,
2112         reftex-index-edit-attribute, reftex-index-edit-visual,
2113         reftex-index-edit-part, reftex-index-level-down,
2114         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2115         reftex-index-change-entry, reftex-index-goto-letter,
2116         reftex-add-index-macros, reftex-ensure-index-support,
2117         reftex-index-info-safe, reftex-index-info): New functions.
2120 1999-08-15  Richard M. Stallman  <rms@gnu.org>
2122         * paren.el (show-paren-mode): Support making show-paren-mode
2123         a buffer-local variable.  Don't check for a window system.
2124         (show-paren-function): Check whether show-paren-function is
2125         enabled in current buffer; do the right thing if not.
2126         Don't check for a window system.
2127         (show-paren-mode): Make it a user variable.
2129         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2130         Handle `enum' like `struct'.
2132         * server.el (server-process-filter): If a client visits no buffers,
2133         close it immediately before recording it.
2135         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2136         Optimize by calling concat just once.  Handle =\n sequence.
2137         (mail-unquote-printable-region): New command.
2138         (mail-quote-printable): Make it autoload.
2140 1999-08-15  Karl Heuer  <kwzh@gnu.org>
2142         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2144 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2146         * lisp/texinfmt.el: Handle @ifnottex.
2148 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
2150         * frame.el (blink-cursor): Don't turn on cursor blinking for
2151         ms-dos.
2153         * faces.el (face-valid-attribute-values): Look in
2154         x-bitmap-file-path only for x and w32 window systems.
2156         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2157         Do that if width is nil as well.
2158         (x-display-mm-height, x-display-mm-width): Update values.
2159         (x-colors): Compute the list from msdos-color-values.
2160         (x-select-enable-clipboard): Doc fix.
2161         (x-frob-font-weight, x-font-family-list): New functions.
2163 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
2165         * window.el (shrink-window-if-larger-than-buffer): Don't try to
2166         back up from beginning of buffer.
2168 1999-08-13  Karl Heuer  <kwzh@gnu.org>
2170         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2172 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
2174         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
2175         doomsday clock, speed control is added and changes are made to
2176         allow large numbers of rings: rings now show the whole ring
2177         number, not just the last digit; consecutive rings are allowed to
2178         be the same size when necessary to fit all the rings in the
2179         window; and poles can be oriented horizontally.  Face support is
2180         thrown in gratuitously.
2181         (hanoi): Changed default number of rings back to 3.
2182         (hanoi-unix, hanoi-unix-64): New commands
2183         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2184         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2185         hanoi-odd-ring-face): New variables.
2186         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2187         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2188         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2189         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2190         (hanoi-topos, hanoi-draw-ring): Removed.
2192 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
2194         * faces.el (face-valid-attribute-values): Return an alist for
2195         families on ttys.
2196         (face-read-integer): Handle unspecified face attributes.  Add
2197         completion for `unspecified'.
2198         (read-face-attribute): Handle unspecified font attributes.
2199         (face-valid-attribute-values): Add `unspecified' to lists so that
2200         it can be chosen via completion.
2201         (face-read-string): Don't recognize "none" as input.
2203 1999-08-10  Dave Love  <fx@gnu.org>
2205         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2206         string.
2208         * sun-curs.el: Require sun-fns.
2210 1999-08-10  Dave Love  <fx@gnu.org>
2212         * autorevert.el (auto-revert-mode): Add autoload cookie.
2214         * hscroll.el, auto-show.el: Files deleted -- we have built-in
2215         hscroll.
2217         * simple.el (hscroll-step, hscroll-point-visible)
2218         (hscroll-window-column): Remove now we have the mentioned real
2219         horizontal autoscrolling.
2221 1999-08-10  Richard M. Stallman  <rms@gnu.org>
2223         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2224         control use of -f option.
2225         (mail-specify-envelope-from): New variable.
2226         (mail-from-style): Doc fix.
2228         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2229         (easy-menu-get-map): New arg TO-MODIFY helps choose
2230         between local and global maps.
2231         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2232         (easy-menu-change): Doc fix.
2234         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2235         (info-lookup-guess-default): Simplified and cleaned up.
2236         (info-lookup-guess-default*): Preserve point.
2238         * view.el (view-mode-disable): If buffer-read-only is nil,
2239         don't change it.
2241         * files.el (after-find-file): Disable View mode if buffer is no
2242         longer read-only.
2244         * view.el (view-mode-enable, view-mode-disable):
2245         Call force-mode-line-update.
2247 1999-08-10  Karl Heuer  <kwzh@gnu.org>
2249         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2250         * array.el, play/landmark.el, international/latin-3.el: Likewise.
2251         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2253 1999-08-10  Alex Schroeder  <asc@bsiag.com>
2255         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2256         to prevent m-eating-bug.
2258 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
2260         * term/pc-win.el (msdos-bg-mode): Remove.  Call
2261         frame-set-background-mode instead.  All callers changed.
2262         (msdos-face-setup): Don't force color display parameter, it is set
2263         by frame-set-background-mode.
2264         (make-msdos-frame): Call x-handle-reverse-video and
2265         face-set-after-frame-default.  Delete frame if creation failed.
2267         * faces.el (face-set-after-frame-default): Don't call
2268         make-face-x-resource-internal for the pc window-system.
2270 1999-08-10  Dave Love  <fx@melange.gnu.org>
2272         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2273         case with no docstring specially.
2275 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
2277         * complete.el (PC-do-completion): If completing on file name,
2278         reproduce str by concatenating its directory and basename parts.
2280 1999-08-07  Dave Love  <fx@gnu.org>
2282         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
2283         unibyte to multibyte conversion of search-forward (from Handa),
2284         but avoid the replacement if the language is Latin-N.
2286 1999-08-06  Richard Stallman  <rms@gnu.org>
2288         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2289         of eval-buffer.
2291         * international/mule.el (load-with-code-conversion):
2292         Pass t to eval-buffer for DO-ALLOW-PRINT.
2294 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
2296         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2297         of filenames and attributes.
2298         (ls-lisp-insert-directory): Use directory-files-and-attributes
2299         for speed.
2301 1999-08-05  Dave Love  <fx@gnu.org>
2303         * auto-show.el (auto-show-mode): Fix :set.
2305         * widget.el (define-widget-keywords): Make dummy definition and
2306         comment-out its use.
2308 1999-08-04  Richard Stallman  <rms@gnu.org>
2310         * progmodes/tcl.el: Customized.
2312         * sql.el (sql-accumulate-and-indent): Instead of testing
2313         whether this is Emacs 20 before calling comint-accumulate,
2314         test whether comint-accumulate is defined.
2316 1999-08-04  Dave Love  <fx@gnu.org>
2318         * sgml-mode.el: Require outline when compiling.
2319         (sgml-mode-hook, html-mode-hook): Customize.
2320         (sgml-validate-command): Fix :version.
2321         (html-autoview-mode): Doc fix.
2323         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2324         nothing in Latin-N environment.
2326         * info.el (Info-find-node): Call info-initialize here.
2327         (info): Not here.
2328         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2330 1999-08-04  Richard Stallman  <rms@gnu.org>
2332         * ansi-color.el: New file.
2334 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
2336         * dired.el (dired-string-replace-match): Return `nil' when no match
2337         found with global search.
2339         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2340         * terminal.el (te-terminfo-directory):
2341         * mail/mailpost.el (post-mail-send-it):
2342         * mail/metamail.el (metamail-region):
2343         * progmodes/ada-mode.el (ada-tmp-directory):
2344         Use temporary-file-directory.
2346         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2347         (compilation-filter, compilation-forget-errors)
2348         (compilation-parse-errors): Use a marker instead of an integer for
2349         `compilation-parsing-end'.
2351         * progmodes/diff.el (diff-parse-differences):
2352         Use a marker instead of an integer for `compilation-parsing-end'.
2353         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2354         Use a marker instead of an integer for `compilation-parsing-end'.
2356 1999-08-03  Richard Stallman  <rms@gnu.org>
2358         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2359         (Buffer-menu-mode): Doc fix.
2360         (Buffer-menu-view): New command.
2361         (Buffer-menu-view-other-window): New command.
2363 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
2365         * replace.el (query-replace-regexp-eval)
2366         (replace-eval-replacement, replace-loop-through-replacements)
2367         (replace-match-string-symbols): New functions.
2368         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2369         Use replace-loop-through-replacements.
2371 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
2373         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2374         (5x5): Doc fix.
2376 1999-08-03  Dave Love  <fx@gnu.org>
2378         * fortran.el (fortran-indent-new-line): Make it an alias
2379         for reindent-then-newline-and-indent.
2381 1999-08-03  Didier Verna  <verna@inf.enst.fr>
2383         * rect.el: All functions rewritten, except when noted above
2384         their declaration.  Below is a list of interface changes.
2385         (apply-on-rectangle): New function, mostly replaces
2386         `operate-on-rectangle'.  All callers changed.
2387         (move-to-column-force): Pass new second argument to `move-to-column'.
2388         (kill-rectangle): Added optional prefix arg to fill lines.
2389         (delete-rectangle): Ditto.
2390         (delete-whitespace-rectangle): Ditto.
2391         (delete-extract-rectangle): Ditto.
2392         (open-rectangle): Ditto.
2393         (clear-rectangle): Ditto.
2394         (delete-whitespace-rectangle-line): New function.
2395         (delete-rectangle-line): Added third arg FILL.
2396         (delete-extract-rectangle-line): Ditto.
2397         (open-rectangle-line): Ditto.
2398         (clear-rectangle-line): Ditto.
2400 1999-08-03  Ray Blaak  <blaak@gnu.org>
2402         * progmodes/delphi.el: New file.
2404 1999-08-02  Richard Stallman  <rms@gnu.org>
2406         * textmodes/outline.el (outline-previous-heading): New function.
2407         (outline-up-heading-all): Use outline-previous-heading.
2408         (outline-next-heading): Delete definition inserted yesterday.
2410 1999-08-01  Richard Stallman  <rms@gnu.org>
2412         * textmodes/outline.el (outline-next-heading): New function.
2413         (outline-up-heading-all): New function.
2414         (outline-font-lock-level): Using outline-up-heading-all.
2415         Tell outline-back-to-heading to accept invisible headings.
2417         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2419         * mail/mh-utils.el (mh-find-path-run): New variable.
2420         (mh-find-path): Test and set that.
2421         Set mail-user-agent only the first time this function is run.
2422         (mail-user-agent): Defvar deleted.
2424         * info.el (info-initialize): New function.
2425         (info): Call info-initialize.
2426         (Info-directory-list): Initialize to nil,
2427         so info-initialize will set it up for real.
2429 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2431         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2432         does not interpret a time as the year in a day-month entry.
2434         * calendar/diary-lib.el: Change syntax table entry for colon in
2435         the diary as part of the european-date-diary-pattern fix.
2437 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
2439         * international/mule.el (set-auto-coding): Allow whitespace before
2440         and after the "variable: value" pair.
2442 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
2444         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2445         (default-sendmail-coding-system): Doc-string fixed.
2447 1999-07-30  Dave Love  <fx@gnu.org>
2449         * subr.el (assoc-delete-all): New function, renamed from
2450         frame-delete-all.
2452         * frame.el: Change comments to doc strings and other doc fixes.
2453         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2454         Callers changed.
2455         (set-background-color, set-foreground-color, set-cursor-color)
2456         (set-mouse-color, set-border-color): Offer completion of colours.
2457         (cursor): Add :version to defgroup.
2459         * facemenu.el (list-colors-display): Make it work on ttys.
2460         (facemenu-read-color): Likewise.
2462 1999-07-30  Richard M. Stallman  <rms@gnu.org>
2464         * frame.el (frame-notice-user-settings): If background
2465         color has been changed, update background-mode from it,
2466         then update faces.
2468 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
2470         * net-utils.el (finger): Don't do indirect fingering.
2472 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2474         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2475         rules.  Add separator at end of holidays.
2476         (cal-tex-rules): New customizable variable.
2477         (cal-tex-latexify-list): Add optional parameter to put separator
2478         at end.
2480 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
2482         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2483         fill prefix on each line while looping to the end of paragraph.
2484         End paragraph if it's longer than the existing fill prefix.
2486         * textmodes/fill.el (fill-context-prefix): Doc fix.
2488 1999-07-30  Dave Love  <fx@gnu.org>
2490         * font-lock.el (jit-lock): Fix :load, add :version.
2492 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
2494         * term/pc-win.el (msdos-face-setup): Register standard colors in
2495         Vface_tty_color_alist.
2496         (face-color-supported-p, face_color_gray_p): New functions.
2498         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2499         is bound.
2501         * startup.el (command-line): Don't register default colors for
2502         MSDOS window-system.
2504 1999-07-29  Dave Love  <fx@gnu.org>
2506         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2507         charquote.
2509         * lisp-mode.el (eval-defun): Re-written to avoid
2510         capturing variables.
2512         * picture.el (picture-beginning-of-line): Don't call
2513         hscroll-point-visible now we have real autoscrolling.
2514         (picture-end-of-line, picture-newline, picture-open-line):
2515         Likewise.
2517         * international/latin-8.el: New file.
2518         * international/latin-9.el: New file.
2520 1999-07-28  Dave Love  <fx@gnu.org>
2522         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2524         * msb.el: Require cl only when compiling.
2525         (msb--home-dir): Deleted.
2526         (msb--format-title): Use abbreviate-file-name.
2527         (msb--choose-file-menu): Simplify string comparison.
2529 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
2531         * faces.el (toolbar): Add face definition for mono displays.
2533 1999-07-27  Richard M. Stallman  <rms@gnu.org>
2535         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2537         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2538         force copying of default-frame-alist.
2540 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
2542         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2544 1999-07-26  Richard M. Stallman  <rms@gnu.org>
2546         * frame.el (set-mouse-color): If new color is nil,
2547         really respecify the current color.
2549 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
2551         * faces.el (bitmap-area): Change background of face `bitmap-area'
2552         to white for mono displays.
2554 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
2556         * international/ccl.el (ccl-embed-symbol): New function.
2557         (ccl-program-p): Deleted.  Now it's implemented in C code.
2558         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2559         (ccl-compile-translate-character): Likewise.
2560         (ccl-compile-map-single): Likewise.
2561         (ccl-compile-multiple-map-function): Likewise.
2562         (declare-ccl-program): Doc-string modified.
2563         (check-ccl-program): Check compiled CCL code by ccl-program-p.
2565 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
2567         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2569 1999-07-25  Markus Rost  <rost@gnu.org>
2571         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
2572         the entries to make custom-file more readable.
2574 1999-07-25  Richard M. Stallman  <rms@gnu.org>
2576         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2578         * emacs-lisp/edebug.el: Delete compatibility code.
2579         (edebug-next-token-class): If . is followed by a digit,
2580         return `symbol' for the token class.
2582         * startup.el (command-line): If we don't find the user's init file,
2583         set user-init-file to nil.
2585 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2587         * info-look.el (info-lookup-interactive-arguments): Add optional
2588         argument query for new choice of help mode.
2589         (info-lookup-symbol):  Use it.
2590         (info-lookup-file): Ditto.
2591         (info-lookup): Don't switch to other window, if already in Info
2592         buffer.
2594 1999-07-23  Dave Love  <fx@gnu.org>
2596         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2597         syntax.
2598         (fortran-fontify-string, fortran-match-!-commen): Deleted.
2599         (fortran-font-lock-syntactic-keywords): New variable.
2600         (fortran-mode): Use it.
2601         (fortran-font-lock-keywords-1): Don't do comments.
2602         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2603         match data.
2605         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2607         * msb.el (msb-menu-bar-update-buffers): Renamed from
2608         menu-bar-update-buffers.
2609         (msb-custom-set, msb--toggle-menu-type): Call
2610         msb-menu-bar-update-buffers.
2611         (msb-mode): Revise the hook setting.
2613         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2615 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
2617         * font-lock.el, help.el, simple.el: Re-integrate previously
2618         described changes that were lost due to errors while checking them
2619         in.
2621 1999-07-23  Kevin Blake  <kblake@ticnet.com>
2623         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2625 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
2627         * international/encoded-kb.el
2628         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2629         but push it to unread-command-events.
2630         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2631         (encoded-kbd-self-insert-sjis): Likewise.
2632         (encoded-kbd-self-insert-big5): Likewise.
2634         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2635         before left margin and fill-prefix by fill-find-break-point.
2637 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2639         * info-look.el (info-lookup-setup-mode): Don't give up, if
2640         info-lookup-make-completions returns an error.
2641         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2642         name latex, not latex2e.
2644 1999-07-21  Richard M. Stallman  <rms@gnu.org>
2646         * replace.el (perform-replace): Turn off case-fold-search
2647         if FROM-STRING argument has uppercase in it.
2649 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2651         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2652         mode is on.  Don't use end of changed text.
2654 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2656         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2657         (cl-hash-table-p): Renamed from hash-table-p.
2658         (cl-hash-table-count): Renamed from hash-table-count.
2659         (maphash): Alias to cl-maphash removed.
2660         (gethash): Likewise.
2661         (puthash): Likewise.
2662         (remhash): Likewise.
2663         (clrhash): Likewise.
2665 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2667         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2668         third arg non-nil.  See comment there why this isn't a good idea.
2670 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2672         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2674         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2675         sit-for with 3rd arg non-nil to prevent redisplay.
2677 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2679         * image.el (image-type-from-file-header): If file doesn't
2680         have a directory part, add data-directory.
2682 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2684         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2685         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2686         motion handling when tooltip-gud-tips-p is nil.
2688 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2690         * tooltip.el (tooltip-mode): Don't use `plusp'.
2691         (tooltip-active): Use initial value of nil.
2693         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2695 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2697         * bindings.el (make-mode-line-mouse-sensitive): Add key
2698         definitions for `top-line'.
2700 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2702         * faces.el (top-line): New face.
2704 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2706         * image.el (image-type-regexps): Add regexp for PS files.
2708 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2710         * faces.el (set-face-attribute): Fix wrong handling of frame
2711         begin equal to t.
2713 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2715         * image.el (image-type-regexps): Add PNG format.
2717 1999-07-21  Dave Love  <fx@gnu.org>
2719         * bindings.el (mode-line-modified): New variable.
2720         (mode-line-mode-menu-1): Switch to appropriate window before
2721         showing menu.
2723 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2725         * faces.el (face-underline): Removed.
2726         (face-underline-color): Ditto.
2728 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2730         * faces.el (face-x-resources): Fix typo.
2732 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2734         * faces.el: Remove handling of `:relief', extend handling of
2735         `:box'.
2736         (frame-set-background-mode): Choose new defface specs after
2737         frame parameters have changed.
2739         * cus-face.el: Ditto.
2741 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2743         * custom.el (defface): Extend documentation to include new
2744         face attributes.
2746         * cus-face.el (custom-face-attributes): Add overline,
2747         strike-through, box.
2749         * faces.el (face-valid-attribute-values): Handle overline,
2750         strike-through, box.
2751         (face-attribute-name-alist): Add pairs for new face attributes.
2752         (describe-face): Handle new face attributes.
2754 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2756         * faces.el (face-x-resources): Add overline, strike-through, box.
2758 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2760         * enriched.el (enriched-translations): Add `display' and
2761         "x-display".
2762         (enriched-handle-display-prop): New.
2763         (enriched-decode-display-prop): New.
2765         * format.el (top-level): Give `display' property
2766         `format-list-atomic-p.
2767         (format-annotate-single-property-change): Test that property.
2768         If present, treat list property values like atoms.
2770 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2772         * cus-face.el (custom-face-attributes): Use `choice' everywhere
2773         so that "*" can be entered.
2775 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2777         * cus-face.el (custom-face-attributes): Don't use `#''.
2779 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2781         * cus-face.el (custom-face-attributes): Return underline
2782         face attribute directly from the second lambda of underline.
2784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2786         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2788         * frame.el (after-setting-font-hooks): New variable.
2789         (set-frame-font): Run those hooks.
2791         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2793         * faces.el (set-face-attribute): Fix doc string.
2795 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2797         * cus-face.el (custom-face-attributes): Accept color name.
2799         * faces.el (face-underline-p): Accept unspecified underlining.
2800         (face-underline): Ditto.  Fix doc string.
2802 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2804         * faces.el (face-underline-color): New function.
2806 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2808         * cus-face.el (custom-face-attributes): Support underline coloring.
2809         Added slot to choose a color.
2811         * faces.el (face-underline): New function.
2812         (face-underline-p): Support underline coloring.
2813         Return nil only if the underline attribute is 'normal.
2814         (set-face-underline): New function.
2815         (face-valid-attribute-values): Support underline coloring.
2817 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2819         * image.el (insert-image): Use `display' instead of `glyph'
2820         as text property name.
2821         (put-image): Ditto.
2822         (image-type-from-file-header): Use insert-file-contents-literally.
2824 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2826         * easymenu.el (easy-menu-do-add-item): Don't use the empty
2827         string to indicate separators.
2829 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2831         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
2832         instead of message-log.
2834 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2836         * faces.el (bitmap-area): New face.
2838 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2840         * image.el (insert-image): New.
2842 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2844         * frame.el (blink-cursor): Set the symbol's value.
2845         (show-trailing-whitespace): Change group to font-lock.
2847 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2849         * jit-lock.el: New.
2850         * font-lock.el: Add jit-mode as new support mode.
2852         * font-lock.el (font-lock-fontify-keywords-region): Stop when
2853         reaching end instead of letting re-search-forward signal an error.
2854         (demand-lock-mode): New.
2855         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
2856         (font-lock-turn-off-thing-lock): Ditto.
2857         (font-lock-after-fontify-buffer): Ditto.
2858         (font-lock-after-unfontify-buffer): Ditto.
2860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2862         * gs.el: New file.
2864         * startup.el (command-line-1): Activate tooltip mode if
2865         interactive.
2867 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2869         * faces.el (toolbar): Grey default background.
2870         (modeline): Ditto.
2872         * image.el (image-type-regexps): New.
2873         (image-type-from-file-header): New.
2874         (create-image): Call it.
2876 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2878         * image.el: New file.
2880 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2882         * bindings.el (mode-line-format): Replace `mode-name' with
2883         `(:eval mode-line-mode-name)'.
2884         (mode-line-mode-name): New.
2885         (make-mode-line-mouse-sensitive): Don't change default value
2886         of `mode-name'.
2888 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2890         * tooltip.el: New file.
2892 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2894         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
2895         instead of mouse-3 to pop up menus.
2896         (mode-line-kill-buffer): Removed.
2897         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
2898         buffer name.
2899         (mode-line-buffer-menu-1): Removed.
2901         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
2903         * bindings.el (mode-line-buffer-identification-keymap): New.
2904         (mode-line-buffer-menu-keymap): New.
2905         (mode-line-mode-menu-keymap): New.
2906         (mode-line-unbury-buffer): New.
2907         (mode-line-other-buffer): New.
2908         (mode-line-kill-buffer): New.
2909         (mode-line-buffer-menu-1): New.
2910         (mode-line-mode-menu-1): New.
2911         (make-mode-line-mouse-sensitive): New.
2913 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2915         * help.el (describe-key-briefly): Handle mode line strings
2916         with local-map properties.
2917         (describe-key): Ditto.
2918         (mode-line-key-binding): New.
2920 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2922         * scroll-bar.el (scroll-bar-timer): New.
2923         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
2925 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2927         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
2928         and `bottom'.
2930 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2932         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
2933         (global): Use different key bindings if using tookit scroll bars.
2935 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2937         * faces.el (modeline): Define mode line face with relief for
2938         class color, only.
2939         (toolbar): New face.
2941 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2943         * frame.el (frame-initialize): Set frame-creation-function to
2944         tty-create-frame-with-faces.
2946         * faces.el (frame-set-background-mode): Make it work for
2947         window-system nil.
2949         * faces.el (tty-create-frame-with-faces): New.
2950         (face-set-after-frame-default): Make it work for TTY frames.
2952 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2954         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
2955         Return a list of one font family for TTYs.  Don't return bitmap
2956         file paths for TTY frames.
2958         * faces.el: Add face specs for tty displays to basic faces.
2960         * font-lock.el (font-lock-comment-face): Add spec for color tty.
2961         (font-lock-string-face): Ditto.
2962         (font-lock-keyword-face): Ditto.
2963         (font-lock-builtin-face): Ditto.
2964         (font-lock-function-name-face): Ditto.
2965         (font-lock-variable-name-face): Ditto.
2966         (font-lock-type-face): Ditto.
2967         (font-lock-constant-face): Ditto.
2968         (font-lock-warning-face): Ditto.
2970 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2972         * startup.el (command-line): Register default tty colors.
2974         * faces.el (face-spec-set-match-display): Recognize `type tty'.
2976 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2978         * faces.el (modeline): For X frames, use a modeline with relief.
2980 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2982         * faces.el (frame-update-faces): Copied from 20.2.
2983         (frame-update-face-colors): Ditto.  Code removed that isn't
2984         applicable in the new face implementation.
2986 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2988         * frame.el (show-trailing-whitespace): New.
2990         * faces.el (trailing-whitespace): New basic face.
2992 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2994         * cus-face.el (custom-facep): Always define as alias for facep.
2996         * cus-face.el (custom-face-attributes): Use choice widgets.
2997         Remove :bold and :italic.
2999 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3001         * faces.el (face-charset-registries): Removed since fontset.el
3002         is no always loaded.
3004 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3006         * faces.el (internal-get-face): Added as obsolete function for
3007         compatibility.
3009 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3011         * frame.el (blink-cursor-end): Call show-cursor.
3012         (blink-cursor-mode): Ditto.
3014 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3016         * faces.el (face-spec-reset-face): Reset all attributes to
3017         `unspecified'.
3018         (face-spec-set): Use it.
3020 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3022         * faces.el (read-all-face-attributes): Bug fix.
3023         (face-read-integer): Allow nil default value.
3024         (face-valid-attribute-values): Use symbol names of attribute
3025         values for completion list.
3027 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3029         * faces.el (internal-find-face): Define for compatibility with
3030         20.2.
3031         (face-id): Likewise.
3033         * faces.el (face-id): Return the ID of a realized face for ASCII.
3035         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
3036         (x-complement-fontset-spec): Use face-charset-registries.
3038         * faces.el (face-font-selection-order): Set font selection order
3039         from Lisp.
3040         (face-alternative-font-family-alist): Set alternative font
3041         families from Lisp.
3043 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3045         * faces.el (set-face-charset-registries): Set symbol value.
3047 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3049         * faces.el (face-set-after-frame-default): Call function
3050         internal-merge-in-global-face.
3052 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3054         * faces.el (face-list): Return symbols from face-global-alist.
3056         * faces.el (face-list): Return a copy of the face name list so
3057         that it cannot be modified from outside (facemenu.el uses
3058         nreverse, for example).
3060         * cus-face.el (custom-face-attributes): Add :bold and :italic
3061         for compatibility with old code.
3063         * faces.el (set-face-attributes-from-resources): Additional
3064         frame parameter.
3065         (make-face-x-resource-internal): Set attributes from resources
3066         for a given frame or all frames.
3068 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3070         * faces.el (all-faces): Removed.
3072         * custom.el (defface): Add new face attributes to function
3073         comment.
3075         * font-lock.el (font-lock-comment-face): Use new face attribute
3076         names.
3077         (font-lock-string-face): Ditto.
3078         (font-lock-keyword-face): Ditto.
3079         (font-lock-builtin-face): Ditto.
3080         (font-lock-function-name-face): Ditto.
3081         (font-lock-variable-name-face): Ditto.
3082         (font-lock-type-face): Ditto.
3083         (font-lock-reference-face): Ditto.
3084         (font-lock-warning-face): Ditto.
3085         ((boundp 'font-lock-face-attributes)): Ditto.
3087         * cus-face.el (custom-face-attributes): Use new face attributes.
3089         * faces.el (set-face-attribute-from-resource): Initialize
3090         from resources only for X and W32.
3092         * cus-face.el (custom-declare-face): Don't make frame-local
3093         faces.
3095         * faces.el (describe-face): Use princ instead of insert.
3097         * faces.el: Add XLFD manipulation functions from 20.2 again
3098         because fontset.el uses them.
3099         (face-set-after-frame-default): Add empty definition.
3101 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3103         * faces.el (make-face): Correct typo.
3104         (set-face-attribute-from-resource): Use let*.
3105         (face-underline-p): Correct typo.
3106         (face-inverse-video-p): Ditto.
3107         (set-face-stipple): Ditto.
3108         (face-read-string): Make completion-list optional parameter.
3110 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3112         * faces.el (face-charset-registries): Alist mapping charset
3113         symbols to registries and encoding.
3115 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3117         * frame.el (blink-cursor-mode): Use interactive spec "P".
3119 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3121         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3122         mode.  The cursor of selected_window blinks if the mode is enabled.
3124 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3126         * simple.el (next-history-element): Set point to the end of the
3127         prompt if minibuffer-prompt-in-buffer.
3129 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3131         * faces.el (x-font-regexp): Add sub-expression parentheses for
3132         several font name components.
3134 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3136         * faces.el (set-face-relief): Use index 12 for relief.
3137         (face-fill-in): Set relief from data.
3138         (internal-make-face): Init relief to zero.
3140         * faces.el (face-spec-set): call modify-face with additional
3141         parameters for relief and fixed-p.
3143 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3145         * cus-face.el: ':fixed and ':relief added.
3147         * faces.el (describe-face): Add fixed font attribute and relief.
3148         (face-attr-match-p): Ditto.
3149         (face-attr-construct): Ditto.
3150         (face-spec-set): Ditto.
3152 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3154         * faces.el (internal-make-face): Function to create a Lisp vector
3155         suitable for representing a face.
3156         (make-face): Use it instead of make-vector.
3157         (x-create-frame-with-faces): Use it instead of vector.
3158         (internal-facep): Increase vector size to 14.
3159         (internal-make-face): Ditto.
3160         (face-relief): Access relief thickness.
3161         (face-fixed-p): Access fixed font attribute.
3162         (set-face-fixed-p): Set fixed font attribute.
3163         (set-face-relief): Set relief attribute.
3164         (internal-face-interactive-int): Read int attribute of face.
3165         (modify-face): Add fixed-p and relief parameters.
3166         (copy-face): Handle fixed-p and relief.
3167         (face-equal): Compare fixed-p and relief.
3168         (face-differs-from-default-p): Ditto.
3169         (face-nontrivial-p): Add fixed-p and relief.
3171 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3173         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3174         (internal-facep): Increase vector size.
3175         (make-face): Ditto.
3176         (face-shadow-thickness): Added.
3177         (set-face-shadow-thickness): Added.
3178         (modify-face): Add optional shadow-thickness parameter.
3179         (make-face-x-resource-internal): Add shadows.
3180         (copy-face): Ditto.
3181         (face-equal): Ditto.
3182         (face-differs-from-default-p): Ditto.
3183         (face-nontrivial-p): Ditto.
3184         (face-attr-match-p): Ditto.
3185         (face-attr-construct): Ditto.
3186         (face-spec-set): Ditto.
3187         (face-fill-in): Ditto.
3189 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3191         * bench.el (bench-mark-split-window): New bench mark.
3193 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3195         * faces.el (set-face-font): Don't pass default font to
3196         x-resolve-font so that font will not have to be of the same
3197         size.
3199 1999-07-20  Dave Love  <fx@gnu.org>
3201         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3202         unconditionally t.
3204 1999-07-20  Karl Heuer  <kwzh@gnu.org>
3206         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3208 1999-07-20  Dave Love  <fx@gnu.org>
3210         * help.el (describe-variable): Fix test for customizability.
3212         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3213         Check for readonly buffer in interactive spec.
3214         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3215         (backward-kill-word): Add * to interactive spec.
3217         * underline.el (underline-region, ununderline-region): Add * to
3218         interactive spec.
3220         * fill.el (canonically-space-region, justify-current-line): Add *
3221         to interactive spec.
3222         (fill-region-as-paragraph, fill-paragraph, fill-region)
3223         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3224         readonly buffer in interactive spec.
3226         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3227         (backward-kill-sentence, kill-sentence): Add * to interactive
3228         spec.
3230 1999-07-19  Richard M. Stallman  <rms@gnu.org>
3232         * dired-aux.el (dired-do-shell-command): Doc fix.
3234         * shell.el (shell-unquote-argument): New function.
3235         (shell-directory-tracker): Use shell-unquote-argument.
3236         * comint.el (comint-arguments): Handle \ followed by space or tab.
3238 1999-07-19  John Wiegley  <jwiegley@borland.com>
3240         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3241         color codes 39 and 49, which by the way lynx uses them seem to
3242         mean "foreground reset" and "background reset".
3244 1999-07-19  Karl Heuer  <kwzh@gnu.org>
3246         * font-lock.el (c++-keywords): Add "typeid".
3248         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3249         selects no font, treat that as zero selections, not one.
3251 1999-07-19  Dave Love  <fx@gnu.org>
3253         * info.el (Info-search): Don't lose with empty regexp.
3255         * version.el: Cater for (free) `ident' program, not `which'.
3257         * hl-line.el: New file.
3259         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3260         for modes which don't define menus.
3262 1999-07-16  Richard M. Stallman  <rms@gnu.org>
3264         * webjump.el (webjump-sample-sites): Update some URLs.
3266 1999-07-14  Richard Stallman  <rms@gnu.org>
3268         * Version 20.4 released.
3270 1999-07-14  Andreas Schwab  <schwab@gnu.org>
3272         * compare-w.el (compare-windows): Try to find the next window in
3273         the current frame before looking at the other frames.
3275 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
3277         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3278         Use cyrillic-jcuken as default input method.
3280 1999-07-12  Richard Stallman  <rms@gnu.org>
3282         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3283         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3285         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3286         (ispell-local-dictionary-alist): Add koi8-r for character set.
3288         * textmodes/flyspell.el (flyspell-get-word):
3289         Add special handling for when ispell-otherchars is empty.
3291 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
3293         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3294         when having nested functons.
3295         (pascal-indent-nested-functions) (pascal-indent-line)
3296         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3297         indenting nested functions.
3299 1999-07-09  Richard Stallman  <rms@gnu.org>
3301         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3303 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
3305         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3306         the `end' keyword was in the very beginning of the buffer.
3308 1999-07-08  Richard Stallman  <rms@gnu.org>
3310         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3312         * term.el (term-emulate-terminal): Avoid infinite loop
3313         in strange case where minibuffer window is selected but not active.
3315 1999-07-07  Stephen Eglen  <stephen@gnu.org>
3317         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3318         Change regexp so that it doesn't match commands beginning with `cd'.
3320 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3322         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3324 1999-07-06  Richard Stallman  <rms@gnu.org>
3326         * hscroll.el (hscroll-minibuffer-hook): New function.
3327         (hscroll-global-mode): Add and remove that hook.
3328         Set hscroll-old-truncate-was-global's default value.
3330 1999-07-05  Richard Stallman  <rms@gnu.org>
3332         * files.el (revert-buffer): Don't preserve point here.
3333         (revert-buffer-insert-file-contents-function): Doc fix.
3335         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3337         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3338         doing a `stat' when it isn't necessary because that can cause
3339         trouble when an NFS server is down.
3341 1999-07-04  Richard Stallman  <rms@gnu.org>
3343         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3345 1999-07-03  Richard Stallman  <rms@gnu.org>
3347         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3348         for \200...\240 also.
3349         (isearch-printing-char): Use unibyte-char-to-multibyte.
3351 1999-07-02  Richard Stallman  <rms@gnu.org>
3353         * frame.el (minibuffer-frame-alist): Use defcustom.
3354         (pop-up-frame-alist): Likewise.
3355         (initial-frame-alist): Specify * in the doc string.
3357         * hscroll.el (hscroll-mode): Make it a permanent local.
3358         (hscroll-mode): Don't cancel the timer
3359         if HScroll mode is enabled in some other buffer.
3361         * isearch.el (isearch-done): If search ends in middle of intangible
3362         text (due to text property), move on to the limit of that text.
3364 1999-07-01  Andrew Innes  <andrewi@gnu.org>
3366         * man.el (Man-build-man-command): Use value of null-device,
3367         instead of hard-coding "/dev/null".
3369         * dos-w32.el (untranslated-canonical-name): Avoid expanding
3370         ange-ftp file names, which might force ange-ftp to prompt for a
3371         password.
3373         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3374         to prevent references to temp files.
3376 1999-06-30  Richard Stallman  <rms@gnu.org>
3378         * progmodes/sh-script.el (sh-feature): If nothing is known
3379         about the given shell, use the values for `sh'.
3381 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3383         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3384         to make it non-recursive.
3386         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3388 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3390         * auto-show.el (auto-show-mode): Fix Typo in :set.
3392 1999-06-29  Richard M. Stallman  <rms@gnu.org>
3394         * progmodes/sh-script.el (sh-mode): When setting syntax
3395         table, default to the standard one.
3397 1999-06-27  Richard M. Stallman  <rms@gnu.org>
3399         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3401 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
3403         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3404         a frame when `return' is requested (even if pop-up-frames = t)
3405         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3406         should only be set for the bibtex buffer.
3408         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3410         * progmodes/compile.el: Deal with compilation-error-screen-columns
3411         being buffer-local.
3413 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3415         * comint.el (comint-password-prompt-regexp): Allow "(again)".
3417 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3419         * cal-x.el (calendar-only-one-frame-setup): New function.
3420         * calendar.el (calendar): Call it if requested.
3422 1999-06-24  Karl Heuer  <kwzh@gnu.org>
3424         * startup.el (iso-8859-n-locale-regexp): Doc fix.
3426 1999-06-22  Richard M. Stallman  <rms@gnu.org>
3428         * mail/supercite.el (sc-emacs-features): Doc fix.
3430 1999-06-22  Karl Heuer  <kwzh@gnu.org>
3432         * files.el (auto-mode-alist): Add pike-mode.
3434 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
3436         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3437         last byte of a numeric field is a space or a NUL.  Parse it as
3438         potentially part of the number.  This is used by GNU tar
3439         1.12.64012 to handle larger values.
3441 1999-06-20  Karl Heuer  <kwzh@gnu.org>
3443         * custom.el (custom-handle-keyword): Fix error message.
3445 1999-06-18  Andrew Innes  <andrewi@gnu.org>
3447         * mail/smtpmail.el (smtpmail-send-it): Use
3448         convert-standard-filename to make file names for queued mail safe
3449         on Windows (`:' is invalid in file names on Windows).
3451 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
3453         * international/mule-cmds.el (describe-current-input-method):
3454         Current-input-method is string.
3455         (toggle-input-method): Docstring fixed.
3457         * international/mule-diag.el
3458         (describe-current-coding-system-briefly): Fix format string.
3460         * international/mule-util.el (coding-system-eol-type-mnemonic):
3461         Docstring modified.  Return a string.
3463 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
3465         * sql.el (sql-input-ring-file-name): Doc fix.
3467 1999-06-17  Richard M. Stallman  <rms@gnu.org>
3469         * calendar/cal-x.el (special-display-buffer-names):
3470         Don't put (get-file-buffer diary-file) on this list.
3472 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
3474         * play/mpuz.el (mpuz-try-proposal): Fix message call.
3475         Don't penalize player for certain impossible guesses.
3477 1999-06-16  Andrew Innes  <andrewi@gnu.org>
3479         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3480         return the string "Unk  0  0000" so at least it appears to be a
3481         valid timestamp to `dired-move-to-filename-regexp'.
3483 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
3485         * ps-print.el (ps-control-character): Fix previous change.
3487 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3489         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3490         multiple output of the last message.
3492 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
3494         * term/internal.el (IT-display-table-setup): Do not remap \222 to
3495         the ASCII apostrophe, as most DOS codepages have some other glyph
3496         there.
3498 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
3500         * language/ethio-util.el (setup-ethiopic-environment-internal):
3501         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3502         (exit-ethiopic-environment): Likewize.
3504 1999-06-12  Richard M. Stallman  <rms@gnu.org>
3506         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3508 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3510         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3511         custom-initialize-default to avoid infinite loop.
3512         (crisp-mode): (defun) Call transient-mark-mode here, not when
3513         loading the file.  Run crisp-mode-hook here, and run
3514         crisp-load-hook when loading the file.
3516         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3517         rmail-summary buffer, search for pattern in rmail-file.
3519         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3521         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3523         * ps-print.el (ps-printer-name): Fix custom type.
3525 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
3527         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3528         (vhdl-port-paste-generic-map): Fix indentation bug.
3529         (vhdl-port-paste-port-map): Fix indentation bug.
3530         (vhdl-scan-file-contents): Make scanning case insensitive.
3532 1999-06-11  Richard M. Stallman  <rms@gnu.org>
3534         * files.el (write-file): When buffer is not already visiting a file,
3535         don't put buffer name in the minibuffer, just make it the default.
3536         Also handle just directory as arg usefully in that case.
3538         * simple.el (sendmail-user-agent-compose):
3539         Ignore case when inserting the rest of the "other" headers.
3541         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
3543         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3544         (info-lookup-interactive-arguments): Never insert the default
3545         into the minibuffer automatically.
3547         * emacs-lisp/cl-extra.el (getf): Don't call get*.
3549 1999-06-09  Richard M. Stallman  <rms@gnu.org>
3551         * simple.el (shell-command): Avoid printing "mark set" message.
3553 1999-06-09  Dave Love  <fx@gnu.org>
3555         * progmodes/compile.el (compilation-error-regexp-alist): Allow
3556         digits in program name in first pattern.
3558 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3560         * vc.el (vc-dired-mode): Don't match anything before the date in
3561         dired-move-to-filename-regexp.
3563 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
3565         * international/quail.el (quail-define-rules): Fix typo in
3566         docstring.
3568 1999-06-05  Stephen Eglen  <stephen@gnu.org>
3570         * iswitchb.el (iswitchb-default-keybindings): Add
3571         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3572         than when package is loaded.
3574 1999-06-04  Richard M. Stallman  <rms@gnu.org>
3576         * startup.el (command-line): Don't set user-init-file directly;
3577         tell `load' to set it.
3579         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3581         * simple.el (next-history-element):
3582         Handle minibuffer-text-before-history properly when reading sexps.
3584         * disp-table.el (standard-display-european):
3585         For an interactive call by the user,
3586         don't set enable-multibyte-characters,
3587         and don't set the terminal coding system.
3589         * textmodes/refbib.el: Don't print any messages or display
3590         a buffer when loading the library.
3591         (r2b-help): Doc fix.
3592         (r2b-help-message): Update the documentation.
3593         (r2b-load-quietly): Variable deleted.
3594         (r2b-convert-buffer): Doc fix.
3596 1999-06-04  Dave Love  <fx@gnu.org>
3598         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3600         * auto-show.el: Don't change hooks on loading.
3601         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
3602         (auto-show-mode): Add to hooks here.
3604 1999-06-04  Richard Sharman  <rsharman@pobox.com>
3606         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3607         recursion on bogus input.
3609 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
3611         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3612         does not select a buffer from the buffers menu, then the attached
3613         frame is not switched to anything.
3615 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
3617         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3618         (viet-viscii-...->viet-vscii...).
3620         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3622 1999-06-01  Dave Love  <fx@gnu.org>
3624         * progmodes/fortran.el: Add :link to defgroup.
3625         (fortran-blink-matching-if): Match ELSE statements too.
3626         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3627         that filling is always done.
3629 1999-05-31  Richard M. Stallman  <rms@gnu.org>
3631         * simple.el (append-next-kill): Use an arg to distinguish
3632         interactive calls from Lisp calls, rather than (interactive-p).
3634         * international/iso-transl.el (iso-transl-language-alist):
3635         Interchange n and N.
3637 1999-05-31  Dave Love  <fx@gnu.org>
3639         * msb.el Add to minor-mode-map-alist.  Remove hook installation
3640         and keymap munging on load.
3641         (msb-mode): New option.
3642         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3643         Doc fix.
3644         (msb-mode-map): New variable.
3645         (msb-mode): New command.
3647 1999-05-31  Dave Love  <fx@gnu.org>
3649         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3650         (ispell-complete-word-dict): Likewise.
3652 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
3654         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3655         force the data buffer to be saved, even if the data didn't
3656         change, in case the write filter was modified.  Restore the
3657         current record after read-file-filter finishes.
3659 1999-05-29  Karl Heuer  <kwzh@gnu.org>
3661         * ispell4.el: Obsolete; file deleted.
3663         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3665         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3666         VALUE is a syntax table.
3668         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3670         * simple.el (zap-to-char): Doc fix.
3672 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
3674         * isearch.el (isearch-quote-char): Don't assume character codes
3675         0200 - 0237 stand for characters in some single-byte character
3676         charset.
3678 1999-05-27  Dave Love  <fx@gnu.org>
3680         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3682 1999-05-27  Andreas Schwab  <schwab@gnu.org>
3684         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3685         headerline does not exist already.
3687 1999-05-26  Richard Stallman  <rms@gnu.org>
3689         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3690         Avoid nested null-loops.
3692 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
3694         * international/characters.el: Typo fixed; prefered->preferred.
3696         * international/mule-cmds.el (find-coding-systems-for-charsets):
3697         Typo fixed; prefered->preferred.
3699         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3700         method in read-event.
3702         * international/mule.el (charset-info): Doc-string fixed.
3704 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
3706         * mail/smtpmail.el (smtpmail-send-it): Bind
3707         smtpmail-code-conv-from properly.
3708         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3709         by smtpmail-code-conv-from.
3711 1999-05-24  Richard Stallman  <rms@gnu.org>
3713         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3714         Binding deleted also.
3716 1999-05-24  Karl Heuer  <kwzh@gnu.org>
3718         * comint.el (comint-bol-or-process-mark): Doc fix.
3720 1999-05-23  Dave Love  <fx@gnu.org>
3722         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3723         Enter it on minor-mode-map-alist.
3724         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
3725         Autoload.  Add custom setter.
3726         (crisp-mark-line): Doc fix.
3727         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
3728         (crisp-mode-hook): Define.
3730 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
3732         * files.el (recover-file): Recover buffer-file-coding-system.
3734 1999-05-22  Richard Stallman  <rms@gnu.org>
3736         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3737         regexp match the date, to avoid treating date as file size.
3738         Add YYYY S option to WESTERN/
3740         * bookmark.el: Delete some XEmacs compatibility code.
3741         (bookmark-jump-noselect): Check vc-backend.
3743         * subr.el (add-to-list): Doc fix.
3745 1999-05-21  Stephen Eglen  <stephen@gnu.org>
3747         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3749 1999-05-18  Richard Stallman  <rms@gnu.org>
3751         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3752         non-space after the @anchor command.
3753         (texinfo-format-var): Handle other nested constructs, using
3754         texinfo-parse-expanded-arg and texinfo-discard-command, not
3755         texinfo-parse-arg-discard.
3757         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3758         (debug): Bind and use debugger-outer-inhibit-redisplay.
3759         Bind inhibit-redisplay to nil.
3760         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3762 1999-05-17  Dave Love  <fx@gnu.org>
3764         * help.el (describe-function-1): Extra arg, interactive-p.
3765         (describe-key, describe-function): Use it.
3767 1999-05-17  Karl Heuer  <kwzh@gnu.org>
3769         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3771 1999-05-16  Dave Love  <fx@gnu.org>
3773         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
3774         scroll-preserve-screen-position, scroll-conservatively.
3776 1999-05-16  Dave Love  <fx@gnu.org>
3778         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3780 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
3782         * progmodes/vhdl-mode.el: Completely revised and massively extended.
3784 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3786         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3787         magic number and is not associated with a file.
3789 1999-05-14  Richard M. Stallman  <rms@gnu.org>
3791         * files.el (find-file-noselect-1): Fix previous change.
3793 1999-05-14  Simon Marshall  <simon@gnu.org>
3795         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3797 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
3799         * international/mule-diag.el (mule-diag): Change MULE to Mule in
3800         docstring.
3802         * international/mule-cmds.el: Change MULE to Mule in docstrings
3803         and menus.
3805 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
3807         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3808         to correctly reflect the value of BaseLineOffset in
3809         RelativeCompose.  Now the value of RelativeCompose is an array of
3810         low and high positions.
3811         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3812         RLC for the above change.
3814 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
3816         * comint.el (comint-password-prompt-regexp): Modified to match the
3817         output of ksu and ssh-add.
3819 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
3821         * language/korea-util.el (isearch-toggle-korean-input-method):
3822         Adjusted for the change of input method handling in isearch.el.
3823         (isearch-hangul-switch-symbol-ksc): Likewise.
3824         (isearch-hangul-switch-hanja): Likewise.
3826 1999-05-10  Dave Love  <fx@gnu.org>
3828         * help.el (help-make-xrefs): Fix typo.
3830 1999-05-10  Andreas Schwab  <schwab@gnu.org>
3832         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
3833         unibyte-display-via-language-environment.
3835         * help.el (help-make-xrefs): Handle more cases when looking for
3836         commands in a keymap description.
3838 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
3840         * loadup.el: For ms-dos systems, load ccl and codepage.
3842 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
3844         * ps-print.el (ps-control-character): Call
3845         ps-mule-prepare-ascii-font to setup ASCII fonts.
3847         * ps-mule.el (ps-mule-begin-job): Redo this change "if
3848         ps-multibyte-buffer is nil, use
3849         ps-mule-font-info-database-default."
3851 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
3853         * ispell.el (ispell-local-dictionary-alist): New variable for
3854         customizing local dictionaries not accessable by everyone.
3855         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
3856         (ispell-required-version): Changed format `(major minor
3857         revision)' to support general pattern matching.
3858         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
3859         skip region commented out due to incorrect skip potential in std latex.
3860         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
3861         cursor point on small words for calls from `ispell-minor-mode'.
3862         (check-ispell-version): Tests and accepts versions major.minor
3863         and above, with adjustments for interactions in 3.1.0-3.1.11.
3864         (ispell-get-line): No longer skips ispell process special characters.
3865         (ispell-comments-and-strings): Removed `when' macro call.
3866         (ispell-minor-check): Requires ispell-word to restore cursor point.
3867         (ispell-buffer-local-parsing): Supports checking comments only.
3869 1999-05-08  Karl Heuer  <kwzh@gnu.org>
3871         * comint.el (comint-password-prompt-regexp): Fix last change to be
3872         more specific.
3874 1999-05-07  Richard M. Stallman  <rms@gnu.org>
3876         * subr.el (with-temp-message): Fix the other call to message
3877         to use %s.
3879 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
3881         * gud.el (gud-format-command): "%F" means file sans extension.
3882         (jdb): use %F, not %f, for gud-break.
3884 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
3886         * comint.el (comint-password-prompt-regexp): Modified so that it
3887         matches the output of kinit.
3889 1999-05-06  Greg Stark  <gsstark@mit.edu>
3891         * timezone.el (timezone-parse-date): Recognize new format used in
3892         internet cookies.
3894 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
3896         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
3898 1999-05-04  Andrew Innes  <andrewi@gnu.org>
3900         * time.el (display-time-update): Allow for wrap-around when
3901         checking against display-time-server-down-time.
3903 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
3905         * international/mule-diag.el (describe-coding-system): Fix English
3906         message.
3908 1999-05-03  Jason Rumney <jasonr@altavista.net>
3910         * term/w32-win.el: Change the x-charset-registry property for the
3911         Japanese charsets that are supported by Japanese Windows fonts.
3913 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3915         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
3916         diary-block diary entries for which the reminders and the diary
3917         entries can overlap.
3919 1999-05-02  Jason Rumney <jasonr@altavista.net>
3921         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
3922         matches the font selected in the dialog.
3924 1999-05-02  Dave Love  <fx@gnu.org>
3926         * browse-url.el (browse-url-browser-function): Add :version.
3928         * international/mule.el (auto-coding-alist): Add .tgz.
3930 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
3932         * international/codepage.el (cp-coding-system-for-codepage-1):
3933         Make the magnification parameter for the -dos encoder be 2.
3935 1999-05-2  Andrew Innes  <andrewi@gnu.org>
3937         * term/w32-win.el (w32-drag-n-drop): Select file in window where
3938         it is dropped, rather than current window.
3940         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
3941         after switching buffer, as case-fold-search is a buffer local
3942         variable.
3944         * w32-fns.el (convert-standard-filename): Only convert directory
3945         separators to backslash if the interactive shell is one of the
3946         standard Windows shells that has DOS semantics.
3948         * ls-lisp.el (ls-lisp-format-time): Trap errors from
3949         format-time-string, and return a suitable string to indicate the
3950         timestamp was invalid.
3952         * hexl.el (hexlify-command): Apply shell-quote-argument after
3953         expanding hexl-program in case exec-directory contains a space.
3954         (dehexlify-command): Ditto.
3956         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
3957         file extension regexps which aren't necessarily binary files.
3958         (direct-print-region-helper): Use subst-char-in-string instead of
3959         binding directory-sep-char to convert filenames to DOS syntax.
3960         (direct-print-region-use-command-dot-com): New variable.
3961         (direct-print-region-helper): Use it to control whether to invoked
3962         command.com to print on Windows 9x.
3964         * browse-url.el (browse-url-browser-function): Default to
3965         browse-url-default-windows-browser on windows-nt.
3966         (browse-url-default-windows-browser): New function.
3968 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
3970         * forms.el (forms-mode): Don't call forms-first-record or
3971         forms-last-record if the data file has zero records.
3973 1999-04-29  Richard M. Stallman  <rms@gnu.org>
3975         * files.el (find-file-noselect-1): If buffer-file-name has changed
3976         after find-file-not-found-hooks runs, recompute the truename.
3977         And don't use FILENAME after that point.
3979 1999-04-27  Dave Love  <fx@gnu.org>
3981         * paren.el (show-paren-mode)
3982         * which-func.el (which-func-mode-global)
3983         * type-break.el (type-break-mode)
3984         * time.el (display-time-mode)
3985         * rsz-mini.el (resize-minibuffer-mode)
3986         * mouse-sel.el (mouse-sel-mode)
3987         * icomplete.el (icomplete-mode)
3988         * hscroll.el (hscroll-global-mode)
3989         * help.el (temp-buffer-resize-mode)
3990         * font-lock.el (global-font-lock-mode)
3991         * delsel.el (delete-selection-mode)
3992         * avoid.el (mouse-avoidance-mode)
3993         * autoinsert.el (auto-insert-mode)
3994         * winner.el (winner-mode): Doc fix.
3996 1999-04-26  Karl Heuer  <kwzh@gnu.org>
3998         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
3999         the same whitespace that was ignored in choosing the subject string.
4001 1999-04-26  Richard M. Stallman  <rms@gnu.org>
4003         * info.el (Info-find-node): Position properly after finding anchor.
4005         * cus-start.el (all): Handle unibyte-display-via-language-environment.
4007         * simple.el (indent-new-comment-line): Fix previous change.
4009         * complete.el: Delete the wildcard expansion feature
4010         since that is now standard in find-file.
4011         (PC-try-load-many-files): Function deleted.
4012         (PC-after-load-many-files): Function deleted.
4013         (PC-many-files-list): Variable deleted.
4014         (PC-disable-wildcards): Variable deleted.
4015         (partial-completion-mode): Don't enable the wildcard feature.
4017         * complete.el (PC-look-for-include-file): Don't set global variables
4018         `error', `buf' and `filename' here.
4020         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4022 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
4024         * textmodes/outline.el (outline-regexp): Doc fix.
4026 1999-04-26  John Wiegley  <johnw@borland.com>
4028         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4029         C++Builder 4.0 error message syntax.
4031 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
4033         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4034         supported, use find -exec.
4036 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4038         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4039         coding-system-for-write, to avoid hanging when non-interactive.
4041 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4043         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4044         start with a newline.
4046 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
4048         * international/mule-conf.el (x-ctext): New coding system.
4050 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4052         * international/mule-cmds.el (input-method-function):
4053         Add permanent-local property.
4055 1999-04-12  Dave Love  <fx@gnu.org>
4057         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4058         change to use jka-compr-byte-compiler-base-file-name.
4060         * supercite.el (sc-scan-info-alist): Revert last change.
4061         (sc-attrib-selection-list): Fix :type here instead.
4063 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
4065         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4066         in the list of case-insensitive filesystems.
4068 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
4070         * international/fontset.el (create-fontset-from-fontset-spec):
4071         Don't register duplicated alias fontset names.
4073 1999-04-08  Richard Stallman  <rms@gnu.org>
4075         * international/mule.el (auto-coding-alist-lookup): New function.
4076         (set-auto-coding): Use auto-coding-alist-lookup.
4078         * jka-compr.el (jka-compr-insert-file-contents):
4079         Use auto-coding-alist-lookup to check for files that
4080         should not have eol conversion, in the unibyte case.
4082 1999-04-07  Dave Love  <fx@gnu.org>
4084         * help.el (describe-variable): Check custom-loads property as well
4085         as custom-type.
4087         * abbrev.el (abbrev-mode): Customizing sets the default value.
4089 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4091         * vc.el (vc-backend-revert): For CVS files that were made
4092         writeable with "cvs edit", call "cvs unedit" to undo that.
4094 1999-04-08  Dave Love  <fx@gnu.org>
4096         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4097         more.
4098         (sc-emacs-features): Recognize Emacs 20.
4099         (sc-read-string): Use history arg.
4100         (sc-scan-info-alist): Check for rtnvalue a cons.
4102 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
4104         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4105         coding system to encode the message by
4106         select-message-coding-system.
4108 1999-04-07  Richard Stallman  <rms@gnu.org>
4110         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4112         * winner.el: Reorder definitions.
4114         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4116         * mail/rmail.el (rmail-decode-babyl-format):
4117         Undo previous change.
4119 1999-04-06  Richard Stallman  <rms@gnu.org>
4121         * info.el (Info-find-node): Check for an anchor at the
4122         proper place, before reading an indirect file.
4124         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4126         * jka-compr.el (jka-compr-insert-file-contents):
4127         Use raw-text-unix when we want no conversion.
4129 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4131         * timezone.el (timezone-parse-date): Corrected regexp for
4132         style (5) date format so that tenths of seconds are optional.
4134 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
4136         * term/internal.el (dos-cpNNN-setup): New function, with the guts
4137         of dos-codepage-setup.
4138         (cjk-codepages-alist): New variable, an alist of Far-Eastern
4139         codepages for which there's no need to set up cpNNN coding
4140         systems.
4141         (dos-codepage-setup): Support Far-Eastern DOS terminals.
4143 1999-04-05  Richard Stallman  <rms@gnu.org>
4145         * mail/rmail.el (rmail-ignored-headers): Doc fix.
4147 1999-04-02  Richard Stallman  <rms@gnu.org>
4149         * progmodes/compile.el (compilation-handle-exit): Do right thing
4150         if (car status) doesn't end in a newline.
4152 1999-04-01  Dave Love  <fx@gnu.org>
4154         * progmodes/sql.el (SQL): Add defgroup :version.
4156 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4158         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4159         buffer-file-coding-system.  If the coding system used is raw-text,
4160         etc., make the *Compiler Input* buffer unibyte.
4162         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4164         * loadup.el: Don't write the fns-...el file if not dumping.
4166 1999-03-31  Dave Love  <fx@gnu.org>
4168         * snmp-mode.el (snmp): Fix defgroup :version.
4170         * hilit-chg.el (highlight-changes): Add defgroup :version.
4172 1999-03-31  Andreas Schwab  <schwab@gnu.org>
4174         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4175         the gnus-save-hidden-threads macro.
4177 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4179         * faces.el (face-set-after-frame-default): Obey the
4180         `customized-face' for new faces.
4182 1999-03-30  Dave Love  <fx@gnu.org>
4184         * international/mule-cmds.el (current-language-environment): Doc fix.
4185         * abbrev.el (abbrev-mode): Doc fix.
4186         * autoinsert.el (auto-insert-mode): Doc fix.
4187         * complete.el (partial-completion-mode): Doc fix.
4188         * avoid.el (mouse-avoidance-mode): Doc fix.
4189         * delsel.el (delete-selection-mode): Doc fix.
4190         * font-lock.el (global-font-lock-mode): Doc fix.
4191         * help.el (temp-buffer-resize-mode): Doc fix.
4192         * hscroll.el (hscroll-global-mode): Doc fix.
4193         * icomplete.el (icomplete-mode): Doc fix.
4194         * mouse-sel.el (mouse-sel-mode): Doc fix.
4195         * paren.el (show-paren-mode): Doc fix.
4196         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4197         * time.el (display-time-mode): Doc fix.
4198         * type-break.el (type-break-mode): Doc fix.
4199         * which-func.el (which-func-mode-global): Doc fix.
4200         * winner.el (winner-mode): Doc fix.
4202 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
4204         * wid-edit.el (widget-before-change): Signal text-read-only rather
4205         than an ordinary error.
4207 1999-03-30  Richard M. Stallman  <rms@gnu.org>
4209         * repeat.el: Don't require advice.
4210         (repeat): Do function-indirection in check for kbd macro.
4211         In self-insert case, use the *last* char in INSERTION.
4213 1999-03-30  Karl Heuer  <kwzh@gnu.org>
4215         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4217 1999-03-29  Andreas Schwab  <schwab@gnu.org>
4219         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4220         comint-input-filter-functions.  Make variables related to shell
4221         directory tracking local.
4223 1999-03-26  Andreas Schwab  <schwab@gnu.org>
4225         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4227         * simple.el (shell-command-on-region): Cope with exit-status being
4228         nil, which happens if call-process-region was interrupted.
4230 1999-03-26  Richard M. Stallman  <rms@gnu.org>
4232         * simple.el (indent-new-comment-line): Handle use at a point
4233         after a comment-end.  Handle multiple comments.
4235         * mail/rmail.el (rmail-decode-babyl-format):
4236         To prevent locking, bind buffer-file-name to nil.
4238 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
4240         * mail-hist.el (mail-hist-current-header-name): Don't make
4241         off-by-one-error when determining if in message body.
4243 1999-03-25  Andrew Innes  <andrewi@gnu.org>
4245         * w32-fns.el (set-default-process-coding-system): Copied from
4246         dos-w32.el, but modified to use Unix line endings for process
4247         input, and to add a suitable entry to process-coding-system-alist
4248         for DOS shells.
4250         * dos-fns.el (set-default-process-coding-system): Copied from
4251         dos-w32.el.
4253         * dos-w32.el (set-default-process-coding-system): Move function to
4254         dos-fns.el; a different version is used in w32-fns.el.
4256 1999-03-24  Dave Love  <fx@gnu.org>
4258         * info.el (Info-directory-list): Revert change to re-writing
4259         Info-default-directory-list, but put `alternative' first.
4260         (Info-insert-dir): Modify selecting the top dir file as a consequence.
4262 1999-03-23  Simon Marshall  <simon@gnu.org>
4264         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4265         on the line by itself.
4266         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
4267         it is not in a declarative context.
4269 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4271         * cus-edit.el (custom-variable-prompt): Allow customization of
4272         autoloaded symbols.
4274 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
4276         * simple.el (what-cursor-position): Don't cause error when point
4277         is at invalid multibyte sequence.
4279 1999-03-21  Karl Heuer  <kwzh@gnu.org>
4281         * complete.el (partial-completion-mode): Doc fix.
4283 1999-03-19  Richard M. Stallman  <rms@gnu.org>
4285         * progmodes/cplus-md.el (old-c++): Remove :group.
4287         * progmodes/c-mode.el (old-c): Remove :group.
4289 1999-03-18  Simon Marshall  <simon@gnu.org>
4291         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4292         (java-font-lock-keywords-2): Added "strictfp" keyword.
4294 1999-03-17  Jason Rumney <jasonr@altavista.net>
4296         * w32-fns.el (set-w32-system-coding-system) New function.
4297         (w32-system-coding-system) Initialize to 'iso-latin-1.
4299 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
4301         * international/mule-cmds.el (set-language-environment): Fix
4302         previous change: don't use dos-codepage when unbound.
4304 1999-03-17  Karl Heuer  <kwzh@gnu.org>
4306         * calendar/appt.el (appt-make-list): Fix previous change.
4308 1999-03-16  Richard M. Stallman  <rms@gnu.org>
4310         * window.el (shrink-window-if-larger-than-buffer):
4311         Don't try to redisplay with the cursor at the end
4312         on its own line--that would force a scroll and spoil things.
4314 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
4316         * international/mule-cmds.el (set-language-environment): Don't use
4317         cpNNN-nonascii-translation-table if it is unbound.
4319         * term/internal.el (dos-codepage-setup): Compute the unibyte
4320         syntax table and bind unibyte-display-via-language-environment
4321         here, rather than at top level, so that resetting to unibyte in
4322         .emacs works as expected.
4324 1999-03-15  Simon Marshall  <simon@gnu.org>
4326         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4328 1999-03-14  Milan Zamazal <pdm@pvt.net>
4330         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4332 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
4334         * international/mule-util.el (detect-coding-with-priority):
4335         Restore the internal database.
4337 1999-03-14  Stephen Eglen  <stephen@gnu.org>
4339         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4340         if mail-from-style has invalid value.
4342 1999-03-12  Karl Heuer  <kwzh@gnu.org>
4344         * vc.el (vc-delete-logbuf-window): New var.
4345         (vc-finish-logentry): Use it.
4347 1999-03-12  Richard M. Stallman  <rms@gnu.org>
4349         * startup.el (command-line-1): Improve startup msg.
4351 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
4353         * speedbar.el: Added commentary about stealthy functions.
4354         (speedbar-message) new function.
4355         (speedbar-y-or-n-p): New function
4356         (speedbar-with-attached-buffer) Moved macro before reference.
4357         Now uses `save-selected-window'.
4358         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4359         speedbar-generic-item-info, speedbar-item-info-file-helper,
4360         speedbar-item-delete, speedbar-insert-generic-list,
4361         speedbar-timer-fn, speedbar-check-vc-this-line,
4362         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4363         speedbar-buffers-item-info) Use speedbar-message.
4364         (speedbar-item-info) Limit `message-log-max'.
4365         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4366         speedbar-item-delete, speedbar-item-object-delete,
4367         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4369 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
4371         * server.el (server-start): Set coding system for the server
4372         process to raw-text.
4373         (server-process-filter): Decode file names if necessary.
4375 1999-03-12  Dave Love  <fx@gnu.org>
4377         * textmodes/fill.el (sentence-end-double-space): Doc fix.
4379         * textmodes/paragraphs.el (sentence-end): Doc fix.
4381 1999-03-11  Karl Heuer  <kwzh@gnu.org>
4383         * comint.el (comint-password-prompt-regexp): Accept "login password:"
4385 1999-03-09  Karl Heuer  <kwzh@gnu.org>
4387         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4388         (ispell-dictionary-alist-2): Likewise.
4389         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4390         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4391         (ispell-dictionary-alist): Build from six pieces, not just two.
4393         * ps-bdf.el (bdf-directory-list): Doc fix.
4395         * enriched.el (enriched-mode): Make var permanent-local.
4397 1999-03-09  Dave Love  <fx@gnu.org>
4399         * textmodes/sgml-mode.el (html-mode): Use
4400         sentence-end-double-space when setting sentence-end.
4402 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
4404         * language/thai.el (tis-620): New alias coding system for thai-tis620.
4406 1999-03-08  Felix Lee  <flee@cygnus.com>
4408         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4410         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4412 1999-03-08  Karl Heuer  <kwzh@gnu.org>
4414         * dired-aux.el (dired-do-copy-regexp): Doc fix.
4415         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4417         * dired.el (dired-do-copy-regexp): Doc fix.
4418         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4420 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
4422         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4424 1999-03-08  Jason Rumney <jasonr@altavista.net>
4426         * international/codepage.el (cp1250-decode-table)
4427         (cp1251-decode-table, cp1253-decode-table)
4428         (cp1257-decode-table): New translation tables for MS Windows codepages.
4429         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4431 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4433         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4435 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
4437         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4439         * term/internal.el (top level): Display character 255 as 8bit as well.
4441 1999-03-06  Dave Love  <fx@gnu.org>
4443         * progmodes/cc-cmds.el (c-outline-level): Bind
4444         buffer-invisibility-spec.
4446         * progmodes/c-mode.el (c-outline-level): Likewise.
4448         * progmodes/ada-mode.el (ada-outline-level): Likewise.
4450 1999-03-05  Felix Lee  <flee@cygnus.com>
4452         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4454 1999-03-05  Richard M. Stallman  <rms@gnu.org>
4456         * bindings.el (complete-symbol): Invert meaning of prefix arg.
4458 1999-03-05  Andrew Innes  <andrewi@gnu.org>
4460         * w32-fns.el (convert-standard-filename): Convert directory
4461         separators to Windows format.
4463 1999-03-05  Andreas Schwab  <schwab@gnu.org>
4465         * international/skkdic-cnv.el: Provide skkdic-cnv.
4466         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4467         (batch-skkdic-convert): Doc fix.
4469 1999-03-04  Dave Love  <fx@gnu.org>
4471         * custom.el (custom-set-variables): Protect against setter errors.
4473 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
4475         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4476         the file sizes from overflowing.
4477         (ls-lisp-format): If file size is a float, use %8.0f to print it.
4478         Under -s, print the size in blocks with %4.0f, in case they have
4479         a *really* huge file.
4481 1999-03-03  Dave Love  <fx@gnu.org>
4483         * options.el (edit-options): Doc fix.
4484         (list-options): Don't lose with unbound symbols.  Maintain
4485         Edit-options-mode.
4487 1999-03-01  Dave Love  <fx@gnu.org>
4489         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4491 1999-02-28  Richard M. Stallman  <rms@gnu.org>
4493         * ispell.el (ispell-dictionary-alist-override): New variable.
4494         (ispell-dictionary-alist): Don't setq it,
4495         if ispell-dictionary-alist-override is set.
4497         * simple.el (shell-command-default-error-buffer): Renamed from
4498         shell-command-on-region-default-error-buffer.
4499         (shell-command-on-region): Mention in echo area when there
4500         is some error output.  Mention success or failure, too.
4501         Accumulate multiple error outputs
4502         going forward, with formfeed in between.  Display the error buffer
4503         when we have put something in it.
4504         (shell-command): Add the ERROR-BUFFER argument feature.
4506 1999-02-28  Karl Heuer  <kwzh@gnu.org>
4508         * mail/mh-utils.el (mh-lib): Doc fix.
4509         (mh-lib-progs, mh-nmh-p): New vars.
4510         (mh-find-progs): Set mh-lib-progs along with other vars.
4511         (mh-path-search): New arg FUNC-P; if specified, use that instead
4512         of mh-file-command-p.
4513         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4515         * mail/mh-comp.el (mh-repl-formfile): New var.
4516         (mh-smail-batch): Don't ignore all arguments.
4517         (mh-reply): Do the right thing when using nmh.
4519 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
4521         * international/mule-cmds.el (select-safe-coding-system): Be sure
4522         to show a buffer being decoded.
4524 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
4526         * ps-bdf.el (bdf-directory-list): Initialize it to
4527         '("/usr/local/share/emacs/fonts/bdf").
4529 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4531         * ps-print.el: PostScript programming fix.
4532         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4533         setpagedevice operator).
4535 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4537         * ps-print.el: Doc fix, font size specifies landscape and portrait
4538         sizes.
4539         (ps-print-version): New version number (4.1.4).
4540         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4541         Specifies landscape and portrait sizes.
4542         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4543         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4544         fix.
4545         (ps-get-font-size): New fun.
4546         (ps-font-size-internal, ps-header-font-size-internal)
4547         (ps-header-title-font-size-internal): New vars.
4549         * ps-mule.el: Change of ps-print font size variable name.
4550         (ps-mule-generate-font): Fun fix.
4551         (ps-mule-begin-job): Programming uniformization.
4553 1999-02-25  Dave Love  <fx@gnu.org>
4555         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4556         (help-make-xrefs): Do Info case first.
4558         * repeat.el: Don't require advice.
4559         (repeat-last-kill-command): Variable deleted.
4561 1999-02-25  Richard Stallman  <rms@gnu.org>
4563         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4564         case just because the current buffer is the output buffer.
4566 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
4568         * simple.el (what-cursor-position): To show the character's
4569         encoding, use encoded-string-description instead of information
4570         of chaset-origin-alist.
4572         * international/mule-cmds.el (iso-2022-control-alist): New variable.
4573         (encoded-code-description): New function.
4574         (encoded-string-description): New function.
4575         (encode-coding-char): New function.
4577 1999-02-25  Andrew Innes  <andrewi@gnu.org>
4579         * startup.el (command-line) [windows-nt]: Fix typo in regexp
4580         checking for .emacs[.el[c]].
4582 1999-02-24  Richard Stallman  <rms@gnu.org>
4584         * help.el (describe-function-1): Don't print a whole lambda-function.
4586 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
4588         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4589         inputting ?\240.
4591 1999-02-23  Karl Heuer  <kwzh@gnu.org>
4593         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4595         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4596         (clean-buffer-list-kill-buffer-names): Doc fix.
4598         * gud.el (gud-jdb-massage-args): Spelling fix.
4600 1999-02-23  Richard M. Stallman  <rms@gnu.org>
4602         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4604 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
4606         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4607         excursion while calling set-auto-coding-function.
4609         * play/handwrite.el (handwrite): Require ps-print, and use
4610         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
4611         if it's defined, instead of forking ps-lpr-command unconditionally.
4613 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
4615         * international/codepage.el (cp-coding-system-for-codepage-1): Put
4616         charset-origin-alist property to a coding system for the codepage.
4618         * international/mule.el: Modify comment for charset-origin-alist
4619         property of a coding system.
4621         * simple.el (what-cursor-position): charset-origin-alist property
4622         of a coding system may be a translation table or a symbol of which
4623         `translation-table' property is a translation table.
4625 1999-02-21  Richard Stallman  <rms@gnu.org>
4627         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4628         to the "html" template.
4630 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
4632         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
4634 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
4636         * dirtrack.el (dirtrack): Check for the prompt in the input string
4637         instead of the buffer.
4639 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
4641         * sql.el: Set version to 1.4.1.  Changed mail address to
4642         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
4643         (sql-input-ring-separator): Doc fix.
4644         (sql-mode-syntax-table): double-dash starts comments is defined as
4645         ". 56" instead of ". 12b" for XEmacs.
4646         (sql-stop, sql-interactive-mode): Doc fixes.
4647         (sql-postgres): Queries for database and server, not just one.
4648         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4650         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4651         changed.  This is needed for master.el to work.
4652         (sql-set-sqli-buffer): Use the new hook.
4654         * sql.el (sql-make-alternate-buffer-name): Function that sets
4655         sql-alternate-buffer-name.
4656         (sql-alternate-buffer-name): Possible name of SQLi buffers.
4657         (sql-interactive-mode): Set sql-alternate-buffer-name.
4658         (sql-rename-buffer): New command.
4659         (sql-interactive-mode-menu): Menu for SQLi buffers.
4661         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
4662         and sql-input-ring-file-name are used to temporarily set
4663         comint-input-ring-file-name and comint-input-ring-separator when
4664         reading and writing input history files.
4666         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4667         (sql-input-ring-file-name): New variable with customization.
4668         (sql-input-ring-separator): New variable with customization.
4669         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4670         Callers changed.
4671         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4672         now includes the name of the current buffer.
4674         (sql-mode): Set paragraph-separate and paragraph-start so that
4675         sql-send-paragraph sends the entire SQL statements, even if it
4676         contains indented lines.
4678 1999-02-18  Dave Love  <fx@gnu.org>
4680         * format.el (format-encode-run-method, format-decode-run-method):
4681         Fix previous change.
4683 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
4685         * international/mule.el (coding-system-list): Moved here from
4686         mule-util.el to avoid autoloading mule-util by the call of
4687         select-safe-coding-system.
4689 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4691         * simple.el (turn-on-auto-fill): Mark it as an option for
4692         `text-mode-hook'.
4694 1999-02-17  Richard Stallman  <rms@gnu.org>
4696         * emacs-lisp/easymenu.el (easy-menu-get-map):
4697         Don't crash if (current-local-map) is nil.
4699 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
4701         * filecache.el (file-cache-filter-regexps): Added .class.
4703 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
4705         * international/mule-util.el (decompose-region): Use
4706         insert-buffer-substring instead of insert-buffer to avoid putting
4707         mark.
4709 1999-02-17  Andreas Schwab  <schwab@gnu.org>
4711         * calendar/cal-move.el (scroll-calendar-left): Don't set
4712         displayed-month and displayed-year here, let generate-calendar do
4713         it, after range checking.
4715 1999-02-17  Simon Marshall  <simon@gnu.org>
4717         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4719         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4720         correctly between an object declared via a constructor and a method.
4721         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4722         (java-font-lock-keywords-1): Fontify package names individually.
4723         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4724         (java-font-lock-keywords-2): Simplify type fontification.
4725         (java-font-lock-keywords-3): Likewise.
4727 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
4729         * language/japanese.el (iso-2022-jp-2): New coding system.
4730         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4732 1999-02-16  Dave Love  <fx@gnu.org>
4734         * help.el (describe-function-1): Accept non-symbols.
4736 1999-02-16  Paul Eggert  <eggert@twinsun.com>
4738         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4739         find the last match if there are multiple matches.
4741 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4743         * tex-mode.el (tex-run-command, latex-run-command)
4744         (slitex-run-command, tex-command): Doc changes.
4745         (tex-start-options-string): Autoload it.  Doc change.  Provide
4746         a menu for customization.  Allow nil.  Quote backslashes only once.
4747         (tex-start-tex): Handle nil value of tex-start-options-string
4748         and apply shell-quote-argument to it.
4750 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
4752         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4753         the size in blocks, since it can be a float.
4754         (ls-lisp-format): Likewise
4756 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
4758         * language/japanese.el (japanese-shift-jis): Add
4759         charset-origin-alist property.
4761 1999-02-15  Richard Stallman  <rms@gnu.org>
4763         * progmodes/compile.el (compile-internal): Use save-selected-window.
4765         * subr.el (momentary-string-display): Bind inhibit-read-only.
4767         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4769 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
4771         * mail/rmail.el (rmail-show-message): If an unseen message has a
4772         Summary-line in its header, get past one more line before looking
4773         for the X-Coding-System header.
4775 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
4777         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4778         explicitly to accomodate Windows 9X lack of a useful copy program.
4780 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4782         * wid-edit.el (widget-choice-value-create): Use `equal'
4783         instead of `eq'.
4785 1999-02-14  Richard Stallman  <rms@gnu.org>
4787         * international/iso-transl.el:
4788         (iso-transl-ae): Renamed from iso-transl-e-slash.
4789         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4790         (iso-transl-AE): Renamed from iso-transl-E-slash.
4791         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4792         (iso-transl-char-map): Related changes.
4794         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4796 1999-02-13  Richard Stallman  <rms@gnu.org>
4798         * textmodes/texinfmt.el (texinfo-alias): New function.
4799         (texinfo-fold-nodename-case): Add defvar.
4800         (texinfo-format-node): Do case folding if specified.
4802         * ffap.el (ffap-file-at-point): Test local file names
4803         immediately.  Strip off line numbers.
4805 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
4807         * sql.el: Set version to 1.3.2
4808         (sql-solid-program): Added support for solid.
4809         (sql-help): Doc mentions sql-solid.
4810         (sql-solid): Entry function for Solid.
4811         (sql-buffer): Doc explains the use of the variable and how to
4812         change it.
4813         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4814         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4815         disabled if sql-buffer doesn't have a process; sql-send-paragraph
4816         is new.
4817         (sql-show-sqli-buffer): New function to display the value of
4818         sql-buffer.
4819         (sql-change-sqli-buffer): New function to change sql-buffer.
4820         (sql-mode): Doc explains how to change sql-buffer.
4821         (sql-send-paragraph): New function to send a paragraph.
4822         (sql-mode-map): Added keybinding for sql-send-paragraph.
4823         (sql-mysql): Doc corrected.
4824         (sql-ms): Doc corrected.
4826         * sql.el (sql-server): Doc fix.
4827         (sql-mysql): Added the use of sql-server to specify the host,
4828         sql-database now specifies database instead of host.
4829         (sql-mode-menu): Send... menu items are only active if sql-buffer
4830         is non-nil.
4831         (sql-help): Changed tag of entry functions a bit.
4833         * sql.el: Added keywords from `finder-by-keyword'.
4834         (sql-mode): Made sql-buffer a local variable, changed the
4835         documentation: removed instructions to add *.sql files to
4836         auto-mode-alist, added documentation for having mutliple SQL
4837         buffers sending their stuff to different SQLi buffers, each
4838         running a different process.
4839         (sql-postgres): Quoted *SQL* in doc string.
4840         (sql-ms): Likewise.
4841         (sql-ingres): Likewise.
4842         (sql-ingres): Quoted *SQL* in doc string, added references to
4843         sql-user and sql-password used during login.
4844         (sql-sybase): Quoted *SQL* in doc string, added comma.
4845         (sql-oracle): Likewise.
4846         (sql-interactive-mode): Added extensive documentation for having
4847         mutliple SQL buffers sending their stuff to different SQLi
4848         buffers, each running a different process.
4849         (sql-buffer): Changed doc from *SQL* to SQLi.
4850         (sql-get-login): Doc fix.
4852 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4854         * international/mule-conf.el (undecided): Set ascii in
4855         safe-charsets property.
4857 1999-02-12  Richard Stallman  <rms@gnu.org>
4859         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
4861 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4863         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
4864         value to ps-mule-font-info-database-latin.
4866 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
4868         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
4869         (ps-mule-font-info-database-default): New variable.
4870         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
4871         ps-mule-font-info-database-default.
4873 1999-02-12  Dave Love  <fx@gnu.org>
4875         * timezone.el (timezone-make-date-sortable)
4876         (timezone-make-date-arpa-standard): Doc fix.
4878 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4880         * international/quail.el (quail-show-kbd-layout): Bind
4881         blink-matching-paren to nil.
4883         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
4884         for ASCII and Latin-1.
4886 1999-02-12  Andreas Schwab  <schwab@gnu.org>
4888         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
4890 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
4892         * international/mule-cmds.el (language-info-alist): Remove
4893         description about charset-origin-alist.
4895         * international/mule.el: Comment added for a new coding system
4896         property `charset-origin-alit'.
4897         (make-translation-table): This variable deleted.
4899         * language/chinese.el (chinese-big5): Add charset-origin-alist
4900         property.
4901         ("Chinese-CNS"): Remove charset-origin-alist property.
4903         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
4904         property.
4905         (cyrillic-alternativnyj): Likewise.
4906         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
4907         ("Cyrillic-ALT"): Likewise.
4909         * language/vietnamese.el (vietnamese-viqr): Add
4910         charset-origin-alist property.
4911         ("Vietnamese"): Remove charset-origin-alist property.
4913         * simple.el (what-cursor-position): Don't use the varialbe
4914         charset-origin-alist, but use charset-origin-alist property of
4915         buffer-file-coding-system to decide external character set code.
4917 1999-02-10  Richard Stallman  <rms@gnu.org>
4919         * shadowfile.el: Don't turn on the mode when the file is loaded.
4921 1999-02-09  Richard Stallman  <rms@gnu.org>
4923         * progmodes/compile.el (compile-auto-highlight): Customize.
4925         * add-log.el (add-log-file-name-function): New variable.
4926         (add-change-log-entry): Call that function, if non-nil.
4928 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
4930         * rmail.el (rmail-search): Track match with a marker, not an integer.
4932 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4934         * progmodes/compile.el (compilation-setup): Set value of
4935         compilation-directory-stack as in compilation-forget-errors.
4936         (compile-reinitialize-errors): Bind buffer-undo-list and
4937         deactivate-mark.
4938         (compilation-forget-errors): Likewise.
4940 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
4942         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
4943         def... constructs.
4945         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
4946         Remove calls to sleep-for.
4948 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
4950         * international/codepage.el (cp-coding-system-for-codepage-1): On
4951         MS-DOS, use dos-unsupported-char-glyph for characters not
4952         supported by the codepage.
4953         (cp-make-coding-systems-for-codepage): Likewise.
4955 1999-02-08  Andreas Schwab  <schwab@gnu.org>
4957         * international/mule-util.el (coding-system-list): Don't sort
4958         coding-system-list here.
4960         * international/mule.el (coding-system-lessp): Moved here from
4961         mule-util.el
4962         (add-to-coding-system-list): New function.
4963         (make-subsidiary-coding-system, make-coding-system,
4964         define-coding-system-alias): Use it instead of setting
4965         coding-system-list directly.
4967 1999-02-07  Dave Love  <fx@gnu.org>
4969         * calendar/appt.el (appt-make-list): Don't splice quotes and date
4970         onto message.
4972 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4974         * imenu.el (imenu--last-menubar-index-alist): Add doc.
4975         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
4977 1999-02-06  Richard Stallman  <rms@gnu.org>
4979         * language/european.el (setup-slovenian-environment): New function.
4980         ("Slovenian"): New language environment.
4982         * progmodes/sql.el (sql-help): Doc fix.
4983         (sql-mysql): Doc fix.
4985 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4987         * tex-mode.el: When compiling, require compare-w and skeleton
4988         to pacify the byte-compiler.  Move the def's of the tex-commands
4989         together.  Add a comment on kill-process vs. quit-process.
4991 1999-02-05  Dave Love  <fx@gnu.org>
4993         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
4994         null markers.
4995         (compile-goto-error): Likewise.
4997 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
4999         * time-stamp.el (time-stamp-format): Format doc tighter.
5000         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5001         (time-stamp): don't re-write the time stamp if it didn't change.
5003 1999-02-05  Alex Schroeder  <asc@bsiag.com>
5005         * progmodes/sql.el: Changed version to 1.2.1.
5006         (sql-pop-to-buffer-after-send-region): Improved documentation.
5007         (sql-mysql-program): Added MySQL support.
5008         (sql-prompt-length): Made prompt-length configurable.
5009         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5010         (sql-help): Added MySQL support, changed documentation.
5011         (sql-send-region): A message is displayed if something is sent.
5012         (sql-mode): Added buffer-local comment-start.
5013         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5014         (sql-interactive-mode): Added buffer-local comment-start.
5015         (sql-oracle): Set sql-prompt-length.
5016         (sql-sybase): Set sql-prompt-length.
5017         (sql-mysql): Added MySQL support.
5018         (sql-ingres): Set sql-prompt-length.
5019         (sql-ms): Set sql-prompt-length.
5020         (sql-postgres): Set sql-prompt-length.
5022 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
5024         * term/internal.el (dos-codepage-setup): Set selection coding
5025         system to cpNNN-dos.
5027 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029         * international/characters.el: Let ethiopic use iso-2022-7bit.
5031 1999-02-02  Dave Love  <fx@gnu.org>
5033         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5034         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5036 1999-02-02  Karl Heuer  <kwzh@gnu.org>
5038         * terminal.el (terminal-emulator): Doc fix.
5040 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
5042         * international/mule-util.el (compose-chars): Doc-string
5043         modified.  Correctly handle a composition character in ARGS.
5045 1999-02-01  Richard Stallman  <rms@gnu.org>
5047         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5048         (makefile-menu-index-function): Function deleted.
5049         (makefile-mode): Use makefile-imenu-generic-expression.
5051 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
5053         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5054         change, invoke from before-init-hook.
5056 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
5058         * subr.el (remove-from-invisibility-spec): Cope with the case when
5059         buffer-invisibility-spec is t.
5061 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
5063         * calendar/calendar.el (calendar-mode-map): Fix bindings for
5064         appt-add and appt-delete.
5066 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
5068         * term/pc-win.el (msdos-approximate-color): New function.
5069         (msdos-color-translate): Call it to find a DOS color that best
5070         approximates an X-style "#NNNNNN" color specification.
5072 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
5074         * international/mule-util.el (compose-chars-component): Add
5075         autoload cookie.
5077 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
5079         * international/quail.el (quail-lookup-key): If cdr of MAP is a
5080         function, replace cdr of MAP by the return value of the function
5081         unconditionally.
5083 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5085         * progmodes/compile.el (compilation-next-error-locus): Don't
5086         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5088 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
5090         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5091         and NLs before "charset", and allow the charset name be in double
5092         quotes.
5094 1999-01-31  Richard Stallman  <rms@gnu.org>
5096         * imenu.el (imenu-sort-function): Fix custom type.
5098 1999-01-30  Richard Stallman  <rms@gnu.org>
5100         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5101         (speedbar-line-token): Likewise.
5103         * play/gametree.el (gametree-default-score): Use defcustom.
5104         (gametree-score-regexp, gametree-score-closer): Likewise.
5105         (gametree-score-manual-flag, gametree-score-opener): Likewise.
5107 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5109         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5110         decoding.
5112 1999-01-29  Markus Rost  <rost@gnu.org>
5114         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5115         tex-validate-buffer.
5116         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5117         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
5118         now with recent occur-mode.
5119         (tex-validate-region): Really walk through all Sexps.
5120         (tex-region): Bind shell-dirtrack-verbose.
5121         (tex-file, tex-bibtex-file): Likewise.
5123 1999-01-29  Dave Love  <fx@gnu.org>
5125         * finder.el: (finder-commentary): Fix interactive spec.  Try
5126         appending .el to file name.
5127         (finder-find-library, finder-commentary): Doc fixes.
5129 1999-01-29  Andrew Innes  <andrewi@gnu.org>
5131         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5132         where the userid contains directory separators.
5134 1999-01-29  Dave Love  <fx@gnu.org>
5136         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5137         (lm-commentary): Doc fix.
5139 1999-01-29  Andreas Schwab  <schwab@gnu.org>
5141         * files.el (file-expand-wildcards): Never consider `.' and `..' a
5142         wildcard match.  Fix regexp that tests if dirpart contains
5143         wildcard characters.
5145 1999-01-28  Richard Stallman  <rms@gnu.org>
5147         * font-lock.el (font-lock-default-unfontify-region):
5148         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5150 1999-01-27  Jason Rumney <jasonr@altavista.net>
5152         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5153         from FAMILY field.
5154         (w32-create-initial-fontsets): Do not use before-init-hook.
5155         (mouse-set-font): Document.  Automatically create and use fontsets.
5157         * dos-w32.el (direct-print-region-helper): Check for printer
5158         being t as well as a string.
5160 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
5162         * mail/rmail.el (rmail-decode-mime-charset): New variable.
5163         (rmail-mime-charset-pattern): New variable.
5164         (rmail-convert-to-babyl-format): Decode by MIME-charset if
5165         rmail-decode-mime-charset is non-nil.
5167 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
5169         * international/characters.el: Set category `q' for all characters
5170         in tibetan and tibetan-1-column.
5172 1999-01-27  Andrew Innes  <andrewi@gnu.org>
5174         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5175         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5177 1999-01-27  Dave Love  <fx@gnu.org>
5179         * international/mule-cmds.el (current-language-environment):
5180         Provide :link, :type (choices) and appropriate :get.
5182 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
5184         * startup.el (command-line): Set default eol-mnemonic-* strings to
5185         display end-of-line format in mode line.
5187         * cus-start.el (all): Add eol-mnemonic-* variables.
5189 1999-01-26  Dave Love  <fx@gnu.org>
5191         * startup.el (command-line-1): Up-date copyright.
5193         * paths.el (Info-default-directory-list): Use configdir twice.
5195         * info.el (Info-directory-list): Don't set path-separator now
5196         we're not shipped with Texinfo.  Simplify path definition.
5197         Substitute all occurrences of instdir in Info-default-directory-list.
5199 1999-01-25  Richard Stallman  <rms@gnu.org>
5201         * startup.el (normal-top-level-add-subdirs-to-load-path):
5202         Record the inode numbers of the dirs processed, to avoid loop.
5204         * textmodes/tex-mode.el (tex-run-command): Doc fix.
5206 1999-01-25  Dave Love  <fx@gnu.org>
5208         * browse-url.el (browse-url-netscape-program): Doc addition.
5210         * help.el (help-make-xrefs): Default info references to an `(emacs)'
5211         prefix.
5213         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5214         auto-mode-alist.
5216 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5218         * calendar/diary-lib.el (mark-diary-entries): Use
5219         assoc-ignore-case and do not capitalize when matching month and
5220         day names.
5222         * calendar/calendar.el (calendar-read-date): Ditto.
5224         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5225         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5227         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5229         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5231         * calendar/cal-islam.el (calendar-goto-islamic-date)
5232         (mark-islamic-diary-entries): Ditto.
5234         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5236         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5237         (calendar-read-mayan-tzolkin-date): Ditto.
5239         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5241 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
5243         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5245 1999-01-25  Karl Heuer  <kwzh@gnu.org>
5247         * faces.el (list-faces-display): Multiline case of previous fix.
5249 1999-01-25  Andreas Schwab  <schwab@gnu.org>
5251         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5253 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
5255         * files.el (find-file): If find-file-noselect returns a list,
5256         do switch-to-buffer on each element.
5257         (find-file-other-window): Likewise for all but the first element.
5258         (find-file-other-frame): Same.
5259         (find-file-noselect): When we expand a wildcard, return a list
5260         of buffers.
5262 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
5264         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5265         to set the appropriate cpNNN-dos coding system as the
5266         highest-priority coding system.
5268 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5270         * international/fontset.el (generate-fontset-menu): Return a
5271         sorted list by plain names of fontsets.
5273         * international/mule-diag.el (list-fontsets): Sort fontsets by
5274         plain names.
5276         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5277         FIRST is a composite character, decompose it at first.
5279 1999-01-23  Dave Love  <fx@gnu.org>
5281         * format.el: Doc fixes.
5282         (format-encode-run-method): Have things happen in the right buffer.
5283         Deal with errors from method.  Set coding-system-for-write.
5284         (format-decode-run-method): Have things happen in the right buffer.
5285         Deal with errors from method.  Set coding-system-for-read.
5286         (format-alist): Use nil instead of unmatchable regexps.
5288         * simple.el (shell-command-on-region): Return command's exit status.
5290 1999-01-23  Eric Ludlam  <zappo@gnu.org>
5292         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5293         of the file whose info we want to display.
5294         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5295         (speedbar-add-mode-functions-list) Improve doc.
5296         (speedbar-line-token) New function.
5297         (speedbar-dired) Fix order of directories in -shown-directories.
5298         (speedbar-line-path): Default return is default-directory
5299         (speedbar-buffers-line-path): Return is dir name only.
5300         (speedbar-mode-functions-list): New variable.
5301         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5302         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5303         speedbar-files-item-info speedbar-buffers-item-info): New functions.
5304         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5305         New functions.
5306         (speedbar-line-file): Broke out part that fetches file from a line.
5307         (speedbar-line-text): New function extracted from speedbar-line-file.
5308         (speedbar-line-path): Converted into a replaceable function.
5309         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5311 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5313         * international/fontset.el (create-fontset-from-x-resource): Make
5314         style variants.
5316 1999-01-22  Dave Love  <fx@gnu.org>
5318         * paths.el (Info-default-directory-list): Put sysdir after start.
5320 1999-01-22  Sam Steingold  <sds@goems.com>
5322         * midnight.el (clean-buffer-list): do not kill a buffer if it has
5323         a process associated with it.
5325 1999-01-22  Jason Rumney <jasonr@altavista.net>
5327         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5329 1999-01-22  Felix Lee  <flee@cygnus.com>
5331         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
5332         major-mode.
5333         (vc-annotate-mode): Delete variable.
5335 1999-01-22  Andrew Innes  <andrewi@gnu.org>
5337         * startup.el (command-line): [windows-nt]: Check for existence of
5338         .emacs file so as to notice .emacs.el or .emacs.elc and use them
5339         in preference to _emacs.
5341 1999-01-22  Dave Love  <fx@gnu.org>
5343         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5345 1999-01-20  Richard Stallman  <rms@gnu.org>
5347         * files.el (find-file-noselect): Do wildcard processing only
5348         if new arg WILDCARDS is non-nil.
5349         (find-file, find-file-other-window): New arg WILDCARDS.
5350         Default it to non-nil if interactive.
5351         (find-file-other-frame): Likewise.
5352         (find-file-read-only): Likewise.
5353         (find-file-read-only-other-window): Likewise.
5354         (find-file-read-only-other-frame): Likewise.
5356         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5357         (widget-plist-convert-option): Delete spurious comma.
5359 1999-01-19  Jason Rumney <jasonr@altavista.net>
5361         * term/w32-win.el (w32-standard-fontspec-spec): Change
5362         iso8859-5 to koi8-r.  Add iso8859-9.
5364 1999-01-19  Dave Love  <fx@gnu.org>
5366         * browse-url.el (browse-url-maybe-new-window): Delete macro and
5367         its uses.
5369         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5370         is active.
5371         (fortran-indent-subprogram): Likewise.
5373 1999-01-19  Dave Love  <d.love@dl.ac.uk>
5375         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5377 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5379         * wid-edit.el (alist): Use sexp as default key-type.
5381 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5383         * textmodes/tex-mode.el (tex-define-common-keys):
5384         Remove key binding of tex-feed-input.
5385         (tex-mode-map): Bind tex-feed-input here.
5386         (tex-start-shell): Use compilation-shell-minor-mode.  Set
5387         comint-input-filter-functions before running tex-shell-hook.
5388         (tex-start-tex): Forget compilation errors.
5389         (tex-compilation-parse-errors): Rewritten to work also with
5390         compile-mouse-goto-error and compile-goto-error.  Adjusted to
5391         change in tex-region.
5392         (tex-region): For the temp file use file-name without directory.
5393         (tex-file): Expand file name of tex-print-file.
5395 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5397         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
5399 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
5401         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5402         beginning could cause Emacs to hang.  Fixed.
5404 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
5406         * international/ccl.el (ccl-compile-translate-character): Handle
5407         the case that a tranlation table is CCL register correctly.
5409         * international/mule-cmds.el (select-safe-coding-system):
5410         Hightlight at most 256 characters.
5412 1999-01-18  Dave Love  <fx@gnu.org>
5414         * startup.el (command-line): If the init file changes operation to
5415         unibyte, make all buffers unibyte and re-set language environment.
5417         * disp-table.el (standard-display-european): Make all existing
5418         buffers unibyte.  Fix doc.
5420 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
5422         * wid-edit.el (coding-system): Define this unconditionally.
5424         * simple.el (shell-command-on-region-default-error-buffer): New var.
5425         (shell-command-on-region): Use that variable as interactive
5426         value of ERROR-BUFFER argument.
5428 1999-01-17  Sam Steingold  <sds@goems.com>
5430         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5432 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5434         * progmodes/compile.el (compilation-goto-locus): If already in the
5435         compilation buffer's window, keep it in that window.
5436         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
5437         (compile-goto-error): Don't play with windows.
5439         * textmodes/tex-mode.el (latex-run-command): Doc fix.
5440         (tex-command): Doc fix.
5441         (tex-compilation-parse-errors): Doc fix.
5442         (tex-generate-zap-file-name): Don't start the name with -.
5443         (tex-expand-files): Works now also with strings ending with ":".
5445 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
5447         Patch failed to install:
5448         * gametree.el: Document scoring functionality.
5449         (gametree-score-regexp): Add optional plus sign.
5450         (gametree-score-opener): Replace `:' with `=' as the former
5451         conflicts with gametree-half-ply-regexp.
5452         (gametree-transpose-following-leaves): Add.
5453         (gametree-insert-new-leaf): Make modifying commands barf in read
5454         only buffers.
5455         (gametree-break-line-here): Add a call to
5456         `gametree-transpose-following-leaves'.  This maintains the
5457         necessary invariant that on each level all leaf children precede
5458         all nonleaf children.  This has always been implied, but left to
5459         the user, and, unfortunately, undocumented.
5461 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5463         * wid-edit.el (plist, alist): New widget types.
5465 1999-01-17  Dave Love  <fx@gnu.org>
5467         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5468         fix scope of condition-case therein.
5470 1999-01-17  Andrew Innes  <andrewi@gnu.org>
5472         * dos-w32.el: (find-buffer-file-type-coding-system): Use
5473         default-buffer-file-coding-system when file doesn't exist (and
5474         isn't covered by a special case) instead of forcing undecided-dos
5475         against the user's wishes.
5477         * dos-w32.el (direct-print-region-helper): New function based on
5478         direct-print-region-function; sends data to specified printer port
5479         without further translation.  Recognize and handle specially the
5480         standard `print' and `nprint' programs, as well as `lpr' and
5481         similar programs.  Only write directly to the printer port if no
5482         print program is specified.  Work around a bug in Windows 9x
5483         affecting Win32 version of Emacs by invoking command.com to write
5484         to the printer port instead of writing directly.
5485         (direct-print-region-function): Use direct-print-region-helper to
5486         do most of the work.
5487         (direct-ps-print-region-function): New function; analogue of
5488         direct-print-region-function for ps-print.
5489         (ps-lpr-command): Comment out setq; leave as example usage.
5490         (ps-lpr-switches): Ditto.
5492         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5493         and MS-Windows.
5494         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5495         DOS and Windows platforms, to indicate direct printing.  Update
5496         the docstring accordingly.
5498         * ps-print.el: (ps-printer-name): Update docstring about usage on
5499         MS-DOS and MS-Windows.
5500         (ps-lpr-command): Update docstring as for lpr-command.
5501         (ps-print-region-function): New variable.
5502         (ps-do-despool): Use it.
5503         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5504         DOS/Windows.
5506         * subr.el (subst-char-in-string): New function.
5508 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
5510         * international/codepage.el (cp852-decode-table): Fill a nil entry.
5512         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5513         (bdf-find-font-info): New function, looks for the first readable
5514         file from a list of alternatives.
5515         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5516         instead of bdf-get-font-info.
5517         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5518         to ps-mule-generate-bitmap-glyph.
5520         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5521         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
5522         now be a list of alternative names.
5523         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5524         (ps-mule-prepare-font): Likewise.
5526         * international/codepage.el (cp855-decode-table,
5527         cp850-decode-table): Fill some nil entries.
5529 1999-01-16  Dave Love  <fx@gnu.org>
5531         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5532         last change.
5534 1999-01-15  Dave Love  <fx@gnu.org>
5536         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5537         and change regexp for command names.
5538         (help-xref-go-back, function-called-at-point, symbol-file)
5539         (where-is): Doc fixes.
5540         (help-xref-go-back): Remove interactive spec.
5541         (describe-function-1): Fix message for alias.  Buttomize alias
5542         name.
5544         * simple.el (join-line): New alias.
5546 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
5548         * forms.el: (forms--show-record): Convert integers to string
5549         expicitly since concat will no longer accept integers.
5550         (forms-print): Use local `total-nb-records' since
5551         `forms--total-records' will be inaccessible after buffer switching.
5553 1998-01-14  Felix Lee  <flee@cygnus.com>
5555         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5557 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
5559         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5561 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
5563         * international/codepage.el (cp850-decode-table): Fix previous change.
5565 1999-01-14  Simon Marshall  <simon@gnu.org>
5567         * shell.el (shell-dirtrack-verbose): New custom variable.
5568         (shell-dirstack-message): Use it.
5570 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
5572         * international/mule-conf.el: Coding system alias `dos' for
5573         `undecided-dos', `mac' for `undecided-mac'.
5575         * international/mule-cmds.el (describe-language-environment):
5576         Don't alter input-method-alist.
5578 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
5580         * international/codepage.el (cp850-decode-table): Replace nil
5581         entries with codes of similary looking glyphs.  (Suggested by
5582         Jason Rumney <jasonr@altavista.net>.)
5584 1999-01-13  Dave Love  <fx@gnu.org>
5586         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5588         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5590 1999-01-12  Karl Heuer  <kwzh@gnu.org>
5592         * files.el (auto-save-hook): Defvar this.
5594 1999-01-12  Alex Schroeder  <asc@bsiag.com>
5596         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5597         faces, eliminating the need to load font-lock before loading sql.
5598         (sql-mode-oracle-font-lock-keywords): Likewise.
5599         (sql-mode-postgres-font-lock-keywords): Likewise.
5601 1999-01-11  Dave Love  <fx@gnu.org>
5603         * cus-start.el: Add inhibit-eol-conversion.
5605         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5606         the values round.
5608 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
5610         * help.el (help-mode-finish): Renamed from help-mode-maybe.
5611         Don't switch to Help mode here.
5612         (temp-buffer-setup-hook): Use help-mode-finish.
5613         (help-mode-setup): New function.
5614         (temp-buffer-setup-hook): Use help-mode-setup.
5616         * progmodes/sql.el: New file.
5618         * files.el (auto-mode-alist): Add sql-mode.
5620         * faces.el (list-faces-display): Improve the formatting
5621         by computing the maximum length required for any face-name.
5623 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5625         * progmodes/compile.el (compilation-shell-minor-mode): New function.
5627 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
5629         * term.el (term_send_home): Change the string to
5630         be the same as the one emitted by xterm and consistent with the
5631         ones emitted by prior and next.
5632         (term_send_end): Likewise.
5634 1999-01-10  Dave Love  <fx@gnu.org>
5636         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5637         bindings.
5639 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
5641         * international/codepage.el (codepage-setup): Doc fix.
5642         (cp-decoding-vector-for-codepage): Likewise.
5644 1999-01-10  Markus Rost  <rost@gnu.org>
5646         * cus-edit.el (custom-save-delete): First scan the custom-file.
5648 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
5650         * international/iso-transl.el: Define a "function name" for
5651         each translation that isn't ASCII.  Use these function names
5652         in iso-transl-char-map.
5654 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
5656         * international/mule-util.el (decompose-region): Do decomposition
5657         on temporary unibyte buffer.
5659         * international/mule.el (make-char): Doc-string modified.
5661 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
5663         * simple.el (comment-region): Delete spaces only if we
5664         deleted a comment starter.
5666 1999-01-07  Dave Love  <fx@gnu.org>
5668         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5670         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5671         like eval-defun does.
5673         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5675         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5676         constructions.  Doc fixes.
5677         (generic-create-generic-function): Use defalias, not fset.
5679         * find-func.el: More doc fixes.
5681 1999-01-06  Stephen Eglen  <stephen@gnu.org>
5683         * files.el (save-buffers-kill-emacs): Show the list of current
5684         processes before prompting to kill them and exit.
5686 1999-01-06  Dave Love  <fx@gnu.org>
5688         * emacs-lisp/find-func.el: Doc fixes.
5689         (find-function-regexp): Extend for define-generic-mode,
5690         define-derived-mode, easy-mmode-define-minor-mode.
5692 1999-01-06  Dave Love  <fx@gnu.org>
5694         * progmodes/fortran.el (fortran-window-create): Account for scroll
5695         bar width.
5697         * browse-url.el: Require (noerror) w3-auto when compiling.
5698         (browse-url-maybe-new-window): Make it a macro and revert last
5699         change to callers.
5700         (browse-url-w3): Require w3 for w3-fetch-other-window.
5702 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5704         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5705         argument.
5707 1999-01-06  Simon Marshall  <simon@gnu.org>
5709         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
5711         * font-lock.el (font-lock-default-fontify-buffer): When using
5712         with-temp-message, use nil rather than current-message.
5714         * lazy-lock.el (lazy-lock-unstall):
5715         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5716         rather than current-message.
5718         * fast-lock.el (fast-lock-save-cache-1):
5719         (fast-lock-cache-data): When using with-temp-message, use nil rather
5720         than current-message.
5722 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
5724         * international/codepage.el (cp-coding-system-for-codepage-1): Add
5725         the valid-codes property.
5727         * international/mule-cmds.el (prefer-coding-system): Call
5728         set-coding-priority, so that the internal array of priorities is
5729         also updated.
5731         * international/mule-util.el:
5732         (coding-system-change-eol-conversion,
5733         coding-system-change-text-conversion): Don't define here.
5735         * international/mule-cmds.el: Define them here.  Remove the
5736         autoload cookies.
5738 1999-01-06  Andreas Schwab  <schwab@gnu.org>
5740         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5741         if it was enabled before.
5743         * view.el (View-revert-buffer-scroll-page-forward): Bind
5744         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5746         * files.el (recover-session): Preserve point when inserting
5747         explanation.
5749 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
5751         * cus-edit.el (custom-save-delete): Don't delete whitespace
5752         and comments before the sexp that is replaced.
5754 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5756         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5758 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5760         * vc.el (vc-dired-hook): Use the original value of
5761         dired-move-to-filename-regexp on lines that have not been
5762         reformatted yet.
5763         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5764         file lines have already been reformatted.
5766 1999-01-05  Dave Love  <fx@gnu.org>
5768         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5769         buffer-local.
5771 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
5773         * progmodes/f90.el: Change of regular expressions for type to
5774         correct highlighting and identation. Some small fixes for
5775         compatibility with XEmacs.
5777 1999-01-05  Stephen Eglen  <stephen@gnu.org>
5779         * mspools.el (mspools-vm-system-mail): Provide an alternative
5780         value based on rmail-spool-directory if $MAIL is not defined.
5782 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5784         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5785         (reftex-section-info): Handle negative section levels.
5786         (reftex-view-crossref-extra): New option.
5787         (reftex-view-crossref): Generalized to work in more places.
5788         (reftex-find-citation-regexp-format, reftex-find-reference-format,
5789         reftex-macros-with-labels, reftex-global-search-marker): New variables.
5790         (reftex-view-cite-locations-from-bibtex): New command.
5791         (reftex-view-regexp-match, reftex-global-search,
5792         reftex-global-search-continue): New functions.
5793         (reftex-extract-bib-entries): No error for non-existing BibTeX
5794         file, just a message.
5795         (reftex-extract-bib-entries): Better error handling.
5796         (reftex-select-with-char): Use `*RefTeX Select*' for selection
5797         help and force it on current frame.
5798         (reftex-default-bibliography): New function.
5799         (reftex-access-parse-file): Check consistency after loading a
5800         parse file.  When inconsistent, enfore rescan.
5801         (reftex-check-parse-consistency): New function.
5802         (easy-menu-define): Options section drastically shortened.
5804 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
5806         * language/thai-util.el (thai-compose-string): New function.
5808 1999-01-04  Inge Frick  <inge@nada.kth.se>
5810         * easymenu.el (easy-menu-define): Doc fix.
5811         (easy-menu-create-menu): New keyword :included.
5812         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
5813         be an expression, not only a string.  Simulate style `button'.
5814         Use easy-menu-define-key-intern instead of easy-menu-define-key.
5815         (easy-menu-define-key-intern): New function.
5816         (easy-menu-add-item): Understand value returned from
5817         easy-menu-item-present-p and easy-menu-remove-item.
5818         (easy-menu-return-item): New function.
5819         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
5821 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
5823         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
5824         Use rmail-output-read-rmail-file-name to read the file name.
5825         Always call rmail-output-to-rmail-file noninteractively.
5826         When count > 1, do the loop here.
5827         Handle rmail-delete-after-output here.
5828         (rmail-summary-output): Similar changes.
5830         * mail/rmailout.el: Provide `rmailout'.
5831         (rmail-output-read-rmail-file-name): New function.
5832         (rmail-output-to-rmail-file): Use that.
5833         (rmail-output-read-file-name): New function.
5834         (rmail-output): Use that.
5836         * files.el (find-file-noselect): Let /: suppress wildcard matching.
5837         Error if wildcard matches no files.
5839 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
5841         * menu-bar.el (clipboard-yank): Doc fix.
5843         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
5845 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
5847         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
5849 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
5851         * rmail.el (rmail-encode-string): Make sure mask value is
5852         positive; (emacs-pid) returns a negative number on Windows 9x
5853         which causes odd behaviour.
5855 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
5857         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
5858         and about w32-* variables unless on Windows/NT.
5860 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
5862         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
5863         if buffer is modified; ask about all modified buffers.
5865 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
5867         * simple.el (what-cursor-position): Fix previous change.
5869 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
5871         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
5872         from paragraph-start.
5874 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
5876         * international/mule-cmds.el (prefer-coding-system): If the
5877         argument requires specific EOL conversion type, make the default
5878         coding systems use that.
5880 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
5882         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
5883         Use shell-command-on-region.
5884         (m4-start-m4, m4-end-m4): Functions deleted.
5886 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
5888         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
5890 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5892         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
5893         to compose-mail in the correct places and as a list.
5895 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
5897         * page-ext.el: Added mouse-selection feature for pages directory buffer.
5898         (pages-directory-map): Bind mouse-2
5899         (pages-copy-header-and-position): Put text property.
5900         (pages-directory-goto-with-mouse): New function.
5902 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
5904         * international/codepage.el (cp-make-coding-systems-for-codepage):
5905         Doc fix.
5906         (cp-coding-system-for-codepage-1): Likewise.
5908 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
5910         * language/thai-util.el (thai-post-read-conversion): Handle Thai
5911         composition sequence correctly here instead of calling
5912         thai-compose-region.
5914         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
5915         newline in multibyte buffer, if previous or next character is a
5916         composite char, check the first component of the composite char.
5918 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
5920         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
5921         and track-mouse.
5923 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5925         * mail/sendmail.el (mail-yank-original): Remove text properties
5926         after insertion.
5927         (mail-yank-region): Barf if no mark is set in the message
5928         being replied to.
5930         * help.el (function-called-at-point): First look for function at point.
5932 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
5934         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
5936 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
5938         * simple.el (what-cursor-position): Print character encoding also.
5940 1998-12-26  Dave Love  <fx@gnu.org>
5942         * textmodes/flyspell.el: If local-maps work, don't put
5943         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
5944         in flyspell-mouse-map (only).
5945         (flyspell-use-local-map): New variable.
5946         Use a different mouse-2 binding in that case,
5947         and don't add to minor-mode-map-alist.
5948         (make-flyspell-overlay, flyspell-correct-word):
5949         Test flyspell-use-local-map.
5951 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
5953         * files.el (file-expand-wildcards): Handle wildcards in directory name.
5954         Be careful about whether to return a relative file name,
5955         and if so, relative to what directory.
5957 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
5959         * emacs-lisp/easymenu.el (easy-menu-get-map):
5960         Change global map only if this menu exists in the global map already,
5961         and not in the local map.
5962         (easy-menu-do-add-item): Fix error message.
5964         * foldout.el (foldout-inhibit-key-bindings):
5965         Avoid concatenating onto outline-minor-mode-prefix.
5966         Make a new keymap for that prefix, if it does not already have one.
5968 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
5970         * cperl-mode.el:
5971         Can use linear algorithm for indentation if Emacs supports it.
5972         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
5973         (cperl-after-block-p):  Likewise.
5974         (cperl-after-block-and-statement-beg): Likewise.
5975         (cperl-after-block-p):  After END/BEGIN we are a block.
5976         (cperl-after-expr-p):   Skip labels when checking
5977         (cperl-indent-region):  Make a marker for END - text added/removed.
5978         Disable hooks during the call (how to call them later?).
5979         Now indents 820-line-long function in 6.5 sec (including
5980         syntaxification) the first time (when buffer has few
5981         properties), 7.1 sec the second time.
5982         (cperl-indent-region):  Do not indent whitespace lines
5983         (cperl-style-alist)
5984                 Include `cperl-merge-trailing-else' where the value is clear.
5985         (cperl-styles-entries): Likewise.
5986         (cperl-problems):       Improvements to docs.
5987         (cperl-tips):           Likewise.
5988         (cperl-non-problems):   Likewise.
5989         (cperl-mode):           Make lazy syntaxification possible.
5990         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
5991         `font-lock-unfontify-region-function' was set to a wrong function.
5993         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
5994         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
5995         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
5996         but 1<<6 was considered as HERE-doc.
5997         <file/glob> made into a string.
5998         Postpone addition of faces after syntactic step.
5999         Recognition of <FH> was wrong.
6000         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
6001         Knows that split// is null-RE.
6002         Highlights separators in 3-parts expressions as labels.
6003         <> was considered as a glob.
6004         Would err if the last line is `=head1'.
6005         $a-1 ? foo : bar; was a considered a regexp.
6006         `<< (' was considered a start of HERE-doc.
6007         mark qq[]-etc sections as syntax-type=string
6008         Was not processing sub protos after a comment ine.
6009         Was treating $a++ <= 5 as a glob.
6010         Tolerate unfinished REx at end-of-buffer.
6011         `unwind-protect' was left commented.
6012         / and ? after : start a REx.
6014         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6015         Better default, customizes to `message' too, off in text-mode.
6017         (cperl-array-face): Renamed from `font-lock-emphasized-face',
6018         `defface'd.
6019         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6020         `defface'd.
6021         (cperl-emacs-can-parse):        New state variable.
6022         (cperl-indent-line):    Corrected to use global state.
6023         (cperl-calculate-indent):       Likewise.
6024         (cperl-fix-line-spacing):       Likewise (not used yet).
6025         (cperl-calculate-indent):       Did not consider `,' as
6026         continuation mark for statements.
6027         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6028         Remove another parse-data optimization at toplevel: would
6029         indent correctly.
6030         Correct for labels when calculating indentation of continuations.
6031         Docstring updated.
6032         (cperl-choose-color):   Converted to a function (to be
6033         compilable in text-mode).
6034         (cperl-dark-background):        Disable without window-system.
6035         Do `defface' only if window-system.
6036         (cperl-fix-line-spacing):       sped up to bail out early.
6037         (x-color-defined-p): was not compiling on XEmacs
6038         Was defmacro'ed with a tick.  Remove another def.
6039         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6040         (cperl-unwind-to-safe): New function.
6041         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6042         (cperl-fontify-syntaxically): Unwinds start and end to go out of
6043                                      long strings (not very successful).
6044         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
6045         Highlight the starting // in s//foo/ as function-name.
6046         Emit a meaningful error instead of a cryptic one for an
6047         uncomplete REx near end-of-buffer.
6049         (cperl-electric-keyword):       `qr' recognized.
6050         (cperl-electric-else):          Likewise
6051         (cperl-to-comment-or-eol):      Likewise
6052         (cperl-make-regexp-x):  Likewise
6053         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
6054         Corrected to use new macros;
6055         `if' for copying `reference-face' to `constant-face' was backward.
6056         remove init `font-lock-other-emphasized-face',
6057         `font-lock-emphasized-face', `font-lock-keyword-face'.
6058         Interpolate `cperl-invalid-face'.
6059         (cperl-make-regexp-x):  Misprint in a message.
6060         (cperl-syntaxify-unwind): New configuration variable
6061         (cperl-fontify-m-as-s): New configuration variable
6062         (cperl-electric-pod):   check for after-expr was performed
6063         inside of POD too.
6064         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6065         (cperl-clobber-mode-lists): New configuration variable.
6066         (cperl-not-bad-style-regexp):   Updated.
6067         Init:                   `cperl-is-face' was busted.
6068         (cperl-make-face):      New macros.
6069         (cperl-force-face):     New macros.
6070         (font-lock-other-type-face): Done via `defface' too.
6071         (cperl-nonoverridable-face):    New face.  Renamed from
6072         `font-lock-other-type-face'.
6073         (cperl-init-faces-weak):        use `cperl-force-face'.
6074         (cperl-comment-indent): Commenting __END__ was not working.
6075         (cperl-indent-for-comment):     Likewise.
6076         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
6077         When removing old TAGS info was not relativizing filename.
6078         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6079         Another try to work around XEmacs problems.  Better progress messages.
6080         (toplevel):             require custom unprotected => failure on 19.28.
6081         (cperl-xemacs-p):       defined when compile too
6082         (cperl-find-tags):      Was writing line/pos in a wrong order,
6083         pos off by 1 and not at beg-of-line.
6084         (cperl-etags-snarf-tag): New macro
6085         (cperl-etags-goto-tag-location): New macro
6086         (cperl-version):        New variable.  New menu entry
6087         random docstrings:      References to "future" 20.3 removed.
6088         Menu was described as `CPerl' instead of `Perl'
6089         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6090         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6091         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
6092         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6093         `font-lock-reference-face', `font-lock-keyword-face'.
6094         Use `eval-after-load'.
6095         Remove not-CPerl-related faces.
6096         (cperl-tips-faces):     New variable and an entry into Mini-docs.
6097         (cperl-indent-exp):     Was not processing else-blocks.
6098         (cperl-get-state):      NOP line removed.
6099         (cperl-ps-print):       New function and menu entry.
6100         (cperl-ps-print-face-properties):       New configuration variable.
6101         (cperl-invalid-face):   New configuration variable.
6102         (perl-font-lock-keywords):      Highlight trailing whitespace
6103         (cperl-contract-levels):        Documentation corrected.
6104         (cperl-contract-level):         Likewise.
6105         (cperl-ps-extend-face-list):    New macro.
6106         (cperl-invalid-face):   Change to ''underline.
6108 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
6110         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6111         for read-file-name.
6112         (rmail-output-to-rmail-file): Likewise.
6114 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6116         * emacs-lisp/easymenu.el (easy-menu-get-map):
6117         If MENU is nil, use global menu-bar map.
6118         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6119         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6121 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6123         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6125 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6127         * ps-print.el (ps-print-version): New version number (4.1.3).
6129 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
6131         * international/mule-cmds.el: Use make-sparse-keymap instead of
6132         define-prefix-key when defining MULE menu items.
6134         * info.el (Info-node-at-bob-matching): New function.
6135         (Info-find-node, Info-build-node-completions): Call it.
6137 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
6139         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6140         when this is an autoloaded keymap.
6142 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6144         * international/codepage.el (cp-coding-system-for-codepage-1):
6145         Create separate encoders and decoders, for DOS and Unix.  Make the
6146         usual family of 3 coding systems, so that automatic detection of
6147         EOL type works.
6148         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6149         Unix-specific symbols here, and don't call
6150         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
6151         Handa <handa@etl.go.jp>.)
6153         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6155         * term/internal.el (IT-character-translations): New variable, an
6156         alist used to display characters for which there's no glyphs in
6157         the current codepage.
6158         (IT-display-table-setup): New function, sets up the DOS terminal
6159         for a given codepage.
6160         (dos-codepage-setup): New function, sets up the MULE environment
6161         for the current value of dos-codepage.
6162         (top-level if): In the multibyte mode, turn on
6163         unibyte-display-via-language-environment.  In the unibyte mode,
6164         set up the special syntax tables to map lower- to upper case and
6165         back.
6167 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
6169         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6170         (speedbar-frame-plist) Remove useless comments.
6171         (speedbar-frame-mode) Do not specify height if it is in the param list.
6172         Use default y position w/out changing it.
6173         If default x position is a list, keep, calculate the non-list X
6174         value when devining an initial position.
6175         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6176         (speedbar-tag-group-name-minimum-length): New variable.
6177         (speedbar-frame-parameter): New compatibility function.
6178         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6179         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6180         groups to keep things in the right order, and to help with some
6181         naming conventions.
6182         (speedbar-create-tag-hierarchy): Enable buffer local version of
6183         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6184         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
6185         the case, derive it from the cursor location in speedbar.
6187 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6189         * international/mule-cmds.el (set-language-environment): On MS-DOS
6190         terminals, install DOS-specific nonascii-translation-table if the
6191         language info doesn't specify one.  Pass the default eol-type to
6192         set-language-environment-coding-systems.
6193         (set-default-coding-systems): Copy the eol-type property for the
6194         new default values of {buffer-file,process}-coding-system from the
6195         old defaults.
6196         (set-language-environment-coding-systems): Accept an optional
6197         argument EOL-TYPE, and set the eol-type property of the default
6198         coding systems accordingly.
6199         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6200         (set-keyboard-coding-system): Likewise.
6201         (set-default-coding-systems): Don't set
6202         default-terminal-coding-system on MS-DOS to anything but nil.
6203         (prefer-coding-system): Describe in the doc string that
6204         default-terminal-coding-system is not changed on MS-DOS.
6205         (set-language-environment): For MS-DOS, set standard syntax table
6206         and display table for all characters with code above 127.
6207         (standard-display-european-internal): For MS-DOS, pass all
6208         characters with code above 127 directly to the terminal, and don't
6209         remap characters 160 and 146 in the unibyte case.
6211         * international/codepage.el: New file.
6213 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6215         * diary-lib.el (diary-float): Fix end-of-year error and typos in
6216         comments.
6218 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6220         * map-ynp.el (map-y-or-n-p): Ignore input methods.
6222         * subr.el (read-passwd): Likewise.
6224 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
6226         * info.el (Info-find-node): Add 1 to the position read from the
6227         tag table.  Don't fail if the node delimiter ^_ is the first
6228         character in the file.
6229         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6230         first character in the file.
6231         (Info-read-subfile): Likewise.
6232         (Info-select-node): Likewise.
6233         (Info-build-node-completions): Likewise.
6235 1998-12-16  Richard Stallman  <rms@gnu.org>
6237         * term/x-win.el (x-cut-buffer-or-selection-value):
6238         If clipboard is enabled, try it before PRIMARY selection.
6240 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6242         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6243         insert c-cedilla and C-cedilla respectively, like in latin-1.
6245 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
6247         * language/hebrew.el: Don't use sublists in the flags argument
6248         passed to make-coding-system.
6250 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6252         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6253         list of character sets found by find-charset-region.
6255         * ps-mule.el: Always require ps-print.  Move some function
6256         definitions for Emacs 20.2 and the earlier to ps-print.el.
6257         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6259         * ps-print.el: Define several functions for Emacs 20.2 and the
6260         earlier version.
6261         (ps-printer-name): Check if printer-name is bound.
6263 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6265         * ps-mule.el: Programming uniformization and little code improvement.
6266         (ps-mule-prepare-font): Programming uniformization.
6267         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6268         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6270         * ps-bdf.el: Programming uniformization and little code improvement.
6271         (bdf-search-and-read): New fun.
6272         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6273         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6274         (bdf-info-relative-compose, bdf-info-baseline-offset)
6275         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6276         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6277         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6278         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6279         improvement.
6281 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6283         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6284         and mule related code extraction. Autoload ps-mule funs.
6286         * ps-mule.el: Doc fix. Require ps-print only when compiled.
6287         (ps-mule-prologue-generated): New fun.
6288         (ps-mule-plot-string): Add autoload cookie.
6289         (ps-mule-begin-job): Call ps-mule-prologue-generated.
6291 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6293         * ps-bdf.el: Require ps-mule instead of ps-print.
6294         (bdf-directory-list): Add autoload cookie.
6296         * ps-mule.el: New file.  Mule related code extracted from
6297         ps-print.el.  Require ps-print, provide ps-mule.
6298         (ps-multibyte-buffer): Add autoload cookie.
6299         (ps-mule-prepare-ascii-font): New fun.
6300         (ps-mule-set-ascii-font): New fun.
6301         (ps-mule-skip-same-charset): Fun deleted.
6302         (ps-mule-plot-string): Set ps-mule-current-charset.
6303         (ps-mule-initialize): Add autload cookie.  Don't set
6304         ps-mule-font-info-database here.
6305         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
6306         ps-mule-font-info-database and ps-control-or-escape-regexp.
6307         (ps-mule-begin-page): New fun.
6309         * ps-print.el: Mule related code moved to ps-mule.el.
6310         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6311         check ps-mule-charset-list.
6312         (ps-begin-page): Don't set ps-mule-current-charset, instead call
6313         ps-mule-begin-page.
6314         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6315         (ps-plot-region): Don't set ps-mule-current-charset, instead call
6316         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
6317         instead skip same charsets by itself.
6318         (ps-generate): Call ps-mule-initialize of needs-begin-file is
6319         non-nil.  Call ps-mule-begin-job.
6321 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6323         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
6324         instead of bdf.
6326         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6327         (ps-mule-external-libraries): New element FEATURE.
6328         (ps-mule-init-external-library): Ajusted for the above change.
6329         (ps-mule-generate-font): Likewise.
6330         (ps-mule-generate-glyphs): Likewise.
6331         (ps-mule-prepare-font): Likewise.
6332         (ps-mule-initialize): Likewise.
6333         (ps-begin-file): Superfluous tailing parenthesis deleted.
6335 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6337         * international/fontset.el (x-decompose-font-name): If PATTERN
6338         doesn't have any wild cards, return a vector made from a name that
6339         is found by x-resolve-font-name found.  Comments added.
6341         * international/mule-cmds.el (find-coding-systems-for-charsets):
6342         Handle the case of unknown charset.
6343         (find-multibyte-characters): If invalid multibyte characters are
6344         found, return the corresponding strings instead of character
6345         codes.
6346         (find-multibyte-characters): Adjusted for the above change.
6347         (select-safe-coding-system): For a unibyte buffer, always returns
6348         DEFAULT-CODING-SYSTEM.
6349         (get-charset-property): Fix previous change.  Make it a function.
6350         (put-charset-property): Make it a function.
6352         * international/mule.el (make-coding-system): Set mime-charset
6353         property of *-with-esc coding system to nil.
6355         * international/quail.el (quail-point-in-conversion-region): New
6356         function.
6357         (quail-conversion-backward-delete-char): When a key sequence is
6358         being translated, call quail-delete-last-char.
6360         * language/devan-util.el
6361         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6362         handle devanagari-decomposition-rules.
6364 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
6366         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6367         tex-start-options-string to empty string.
6368         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6370 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
6372         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6373         5xx responses are already handled properly).
6375 1998-12-13  Richard Stallman  <rms@gnu.org>
6377         * progmodes/compile.el (compilation-error-regexp-alist): Insist
6378         on a non-digit in the file name.
6380         * simple.el (comment-region): Handle comment-padding
6381         separately for insertion and for deletion, in the right way for each.
6383 1998-12-13  Felix Lee  <flee@cygnus.com>
6385         * progmodes/compile.el (compilation-error-regexp-alist): Fix
6386         regexp to match "ChangeLog:1:1998-12-09 ..."
6388 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
6390         * cus-start.el (dos-unsupported-char-glyph): Add.
6392 1998-12-11  Dave Love  <fx@gnu.org>
6394         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6395         forward-sexp in condition-case.
6397         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6398         Remove unnecessary test on `library' for explicit file name.
6399         Widen scope of save-match-data.
6401 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6403         * international/mule.el (load-with-code-conversion): If the loaded
6404         file was inserted  with no-conversion or raw-text coding system,
6405         make the buffer unibyte.
6407 1998-12-09  Richard Stallman  <rms@gnu.org>
6409         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6410         Get rid of nested loops.
6412         * mouse.el (mouse-drag-vertical-line):
6413         If WHICH-SIDE is not `right', then scroll bars are on the left.
6415         * loadhist.el (load-history-loaded): defvar moved to help.el.
6417         * help.el (symbol-file-load-history-loaded): Variable renamed,
6418         and defvar moved from loadhist.el.
6419         (symbol-file): Renamed from describe-function-find-file.
6420         Load fns-VERSION.el here.
6421         (describe-variable, describe-function-1): Use symbol-file.
6423         * textmodes/tex-mode.el (tex-generate-zap-file-name):
6424         Don't start the name with #.
6426         * ispell.el: Take out the eval-when's.
6428 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
6430         * dirtrack.el (dirtrack-directory-change-hook): New hook.
6431         (dirtrack): Run it.  Make debug message more verbose.
6433 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6435         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6436         name of the abbrev table, and provide support for XEmacs.
6437         (octave-xemacs-p): New variable.
6439 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6441         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6442         exit, when mail-interactive is nil.
6444 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
6446         * files.el (after-find-file): Message fix.
6448 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
6450         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6452 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
6454         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6455         filenames using backslashes.
6457 1998-12-09  Dave Love  <fx@gnu.org>
6459         * browse-url.el (browse-url-mail): Call compose-mail-other-window
6460         with correct number of args.
6461         (browse-url-maybe-new-window): New arg.  Callers changed.
6463         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6464         comment.
6466 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
6468         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6470 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
6472         * vc.el (vc-rcs-release): Fix Type.
6473         (vc-sccs-release): Fix Type.
6474         (vc-cvs-release): Fix Type.
6476         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6477         arg work right.
6479         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6480         output of last undeleted message.
6482 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
6484         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6485         (buffer-undo-list) [windows-nt]: Use different relative path.
6487 1998-12-07  Simon Marshall  <simon@gnu.org>
6489         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6491 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
6493         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6495         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6497 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6499         * info.el (Info-menu): Don't return error if point is between menu
6500         header and first menu item.
6502 1998-12-04  Dave Love  <fx@gnu.org>
6504         * help.el (describe-function-1): Fix description for alias.
6506 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
6508         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6509         specifications from summary line.
6511         * rect.el (delete-whitespace-rectangle): Mark for autoload.
6512         (close-rectangle): Define alias only once in loaddefs.el.
6514 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
6516         * term/internal.el: Remove code which sets up a special syntax
6517         table for non-ASCII characters.
6519 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
6521         * dos-w32.el (direct-print-region-function): Try to ensure that
6522         printer-name is expanded to a file name on a local drive;
6523         sometimes printing a file loaded from a network volume fails.
6524         (direct-print-region-function): Add a function to
6525         write-region-annotate-functions to append a formfeed character to
6526         the region being printed, if the region doesn't end with a
6527         formfeed already.  This avoids creating a second print job
6528         containing a blank page when print spooling is enabled on Windows.
6530 1998-12-02  Dave Love  <fx@gnu.org>
6532         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6533         `Info-goto-node'.
6535 1998-12-02  Richard Stallman  <rms@gnu.org>
6537         * help.el (temp-buffer-resize-mode): Doc fix.
6539         * cus-edit.el (custom-save-delete): Save point before
6540         reading a sexp, rather than backing up.
6542         * international/iso-transl.el: Fix previous change.
6544 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6546         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6547         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6548         Added defvars to suppress compilation warnings.
6550 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
6552         * ispell.el: Improved and fixed customize for variables:
6553         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6554         ispell-dictionary-alist, ispell-skip-sgml.
6555         Improved and fixed comments in variables and messages for
6556         functions: ispell-help-in-bufferp, ispell-local-dictionary,
6557         ispell-menu-map, ispell-checking-message, ispell-parser,
6558         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6559         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6560         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6561         ispell-message-text-end, ispell-add-per-file-word-list.
6562         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6563         system is now required for all languages.  Casechars improved for
6564         castellano, castellano8, and norsk dictionaries.  Dictionary
6565         norsk7-tex added.  Dictionary polish added.
6566         (ispell-dictionary-alist): Redefined at load-time to support
6567         dictionary changes.
6568         (ispell-menu-map): Redefined at load-time to support menu changes.
6569         (ispell-check-version): New alias for `check-ispell-version'.
6570         (ispell-parse-output): Fixed matching for ispell error messages.
6571         Correctly returns spelling suggestions in order generated by ispell
6572         process.
6573         (check-ispell-version): Ensure `case-fold-search' doesn't get
6574         redefined.
6575         (ispell-complete-word): Ensure `case-fold-search' doesn't get
6576         redefined.  Fix bug that didn't respect case of word being completed.
6577         (ispell-init-process): Set process coding system to be compatible
6578         with emacs processes and the ispell process.
6579         (ispell-kill-ispell): Ensures ispell process has terminated before
6580         starting new process.  This can otherwise confuse process filters
6581         and hang the ispell process.
6582         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6583         skipping support for sgml.
6584         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
6585         which could cause `ispell-complete-word' to hang.
6586         (ispell-message): Improved message reference matching.  Ensure
6587         `case-fold-search' doesn't get redefined.
6588         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6589         get redefined.  Fixed bug in returning to nroff mode from tex mode.
6590         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6591         get redefined.
6593 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6595         * textmodes/flyspell.el (flyspell-check-word-p):
6596         Don't delay inside a kbd macro.
6598         * subr.el (make-local-hook): Return the hook variable.
6600 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6602         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6603         Use a timer instead of post-command-hook.
6604         (hscroll-timer): New variable.
6606 1998-11-30  Dave Love  <fx@gnu.org>
6608         * help.el (help-xref-button): Do nothing if text already has the
6609         help-xref property.
6610         (describe-variable): Revert previous change to hyperlink to source.
6612 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
6614         * bindings.el (features): Add `base64' to this list.
6616         * loadhist.el (symbol-file): Doc fix.
6618         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6620         * files.el (hack-one-local-variable): Cope with non-file buffers.
6622 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
6624         * help.el (describe-mode): Put major mode first.
6626         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6627         to support special-display and same-window features.
6629 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6631         * simple.el (transpose-subr, transpose-subr-1): Rename variables
6632         bound in one function and used in the other.
6633         (transpose-subr-start1, transpose-subr-start2): Add defvars.
6634         (transpose-subr-end1, transpose-subr-end2): Add defvars.
6636 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6638         * autoinsert.el (auto-insert-alist): Use user-mail-address.
6640 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
6642         * international/ccl.el (ccl-dump-translate-character-const-tbl):
6643         Give format correct control string.
6645         * international/mule.el (define-translation-table): Fix bug of
6646         setting incorrect translation-table-id.  If the first element of
6647         ARGS is a translation table, just register it.
6649         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6650         property.
6652 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
6654         * thingatpt.el (thing-at-point-url-at-point): Don't use current
6655         syntax table to determine what is whitespace.
6657 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
6659         * frame.el (frame-parameter): Doc fix.
6661         * textmodes/tex-mode.el (tex-feed-input): New function.
6662         (tex-define-common-keys): Add binding for C-c C-m.
6664 1998-11-23  Dave Love  <fx@gnu.org>
6666         * progmodes/fortran.el: Various minor doc fixes.
6667         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6668         (fortran-with-subprogram-narrowing): New macro.
6669         (fortran-check-for-matching-do): Use it.
6670         (fortran-end-do): Use fortran-check-end-prog-re.
6671         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6672         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6674 1998-11-23  Simon Marshall  <simon@gnu.org>
6676         * font-lock.el (font-lock-defaults): Doc fix.
6677         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6678         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6680         * lazy-lock.el (lazy-lock-unstall):
6681         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6683         * fast-lock.el (fast-lock-save-cache-1):
6684         (fast-lock-cache-data): Rewritten to use with-temp-message.
6686 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
6688         * mail/rmail.el (rmail-set-message-counters-counter): Detect
6689         messages that have been added with DOS line endings and convert
6690         the line endings for such messages.
6692 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6694         * help.el: Add resizing of temporary buffers.
6695         (temp-buffer-resize-mode): New command and variable.
6696         (temp-buffer-max-height): New variable.
6697         (resize-temp-buffer-window): New function.
6699         * window.el (window-buffer-height): New function, split from
6700         shrink-window-if-larger-than-buffer.
6701         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6703 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
6705         * frame.el (initial-frame-alist): Add defcustom.
6707         * shell.el (shell-prompt-pattern): Add defcustom.
6709 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711         * message.el (message-ignored-supersedes-headers): Remove
6712         NNTP-Posting-Date.
6714 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
6716         * help.el (describe-mode): Don't avoid loop indirecting thru
6717         value of INDICATOR.
6719 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6721         * help.el (describe-variable): Allow any variable with a defcustom,
6722         even if it is not a user variable.
6724         * mail/rmail.el (mail-unsent-separator): Additional alternative.
6726 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
6728         * gnus/nntp.el (nntp-request-group): Allow for failures when
6729         requesting a new group.
6731 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6733         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6735 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6737         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6739 1998-11-19  Simon Marshall  <simon@gnu.org>
6741         * subr.el (with-temp-message): New macro.
6743         * emacs-lisp/lisp-mode.el (with-temp-message):
6744         Add lisp-indent-function property.
6746 1998-11-18  Dave Love  <fx@gnu.org>
6748         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6750 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
6752         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6753         This is not obsolete.
6755 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
6757         * textmodes/picture.el: Make a new map by make-keymap.
6758         (picture-desired-column): New variable.
6759         (picture-update-desired-column): New function.
6760         (picture-beginning-of-line): Set picture-desired-column to 0.
6761         (picture-end-of-line): Set picture-desired-column to the current
6762         column.
6763         (picture-forward-column): Pay attention to multi-column character.
6764         (picture-backward-column): Likewise.
6765         (picture-move-down): Likewise.
6766         (picture-move-up): Likewise.
6767         (picture-movement-nw): With prefix arg, move twice columns.
6768         (picture-movement-ne): Likewise.
6769         (picture-movement-sw): Likewise.
6770         (picture-movement-se): Likewise.
6771         (picture-set-motion): Handle two-column movements.
6772         (picture-move): Call picture-move-down or picture-forward-column
6773         only when necessary.
6774         (picture-insert): Pay attention to picture-desired-column.
6775         (picture-self-insert): Likewise.
6776         (picture-clear-column): Pay attention to multi-column character.
6777         (picture-mode): Modify doc-string for two-column movement.
6779         * rect.el (move-to-column-force): New function.
6780         (operate-on-rectangle): If coerce-tabs is non-nil, call
6781         move-to-column-force instead of move-to-column.
6782         (insert-rectangle): Call move-to-column-force instead of
6783         move-to-column.
6784         (open-rectangle-line): If begextra is not zero, call
6785         move-to-column-force.
6788 1998-11-16  Dave Love  <fx@gnu.org>
6790         * textmodes/sgml-mode.el Require skeleton when compiling.
6791         (sgml-font-lock-keywords-1): Accept single-letter tags.
6792         (v2): Defvar free variable.
6794 1998-11-16  Sam Steingold  <sds@goems.com>
6796         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6797         macro, not ELisp one.
6799 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6801         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6802         characters to symbol.
6804         * language/japan-util.el (japanese-zenkaku-region): New optional
6805         arg KATAKANA-ONLY.
6807 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6809         * international/mule.el
6810         (after-insert-file-set-buffer-file-coding-system): If the buffer
6811         is changed to unibyte, return inserted bytes.
6813         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6814         and link names if necessary.
6815         (tar-header-block-summarize): Handle the case that file or link
6816         names are multibyte.
6817         (tar-summarize-buffer): At first set the current buffer unibyte,
6818         then if there are multibyte file names, change it to multibyte.
6819         (tar-mode): Get char position from tar-header-offset.
6820         (tar-extract): Avoid multibyte<->unibyte conversion in
6821         insert-buffer-subsring by setting both buffers unibyte
6822         temporarily.
6823         (tar-copy): Set the buffer unibyte while doing a work.  Write
6824         without code conversion.
6825         (tar-expunge): Set the buffer unibyte while doing a work.
6826         (tar-alter-one-field): Likewise.
6827         (tar-clear-modification-flags): Compare byte position with
6828         tar-header-offset.
6829         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
6830         insert-buffer-subsring by setting both buffers unibyte
6831         temporarily.  Pay attention to multibyteness while updating the
6832         descriptor-line.
6833         (tar-mode-write-file): Write without code conversion.
6835 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837         * nngateway.el: Require cl.
6839 1998-11-15  Dave Love  <fx@gnu.org>
6841         * progmodes/fortran.el: Fix previous change:
6842         (fortran-end-prog-re1): Changed.
6843         (fortran-check-end-prog-re): New function.
6844         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
6846 1998-11-13  Tom Breton  <tob@world.std.com>
6848         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
6849         GNU Emacs.
6851 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
6853         * textmodes/reftex.el: (reftex-finding-files): Group documentation
6854         fixed.
6855         (reftex-toc-toggle-file-boundary,
6856         reftex-toc-toggle-labels,
6857         reftex-toc-toggle-context,reftex-find-start-point): New functions.
6858         (reftex-toc-include-labels, reftex-toc-include-context,
6859         reftex-toc-include-file-boundaries,
6860         reftex-toc-keep-other-windows): New options.
6861         (reftex-use-text-after-label-as-context): Option removed.
6862         (reftex-extract-bib-entries): Protect use in non-latex
6863         buffers.
6864         (reftex-toc-visit-location): Renamed from
6865         `reftex-toc-visit-line'.
6866         (reftex-latin1-to-ascii): Works now with and without Mule.
6867         (reftex-truncate): Removed special stuff for Emacs 20.2.
6868         (reftex-get-offset): Made more general.
6869         (reftex-show-label-location): Renamed from
6870         `reftex-select-label-callback'.
6871         (reftex-pop-to-label): Function removed (using
6872         `reftex-show-label-location' instead.
6873         (reftex-insert-docstruct): Renamed from
6874         `reftex-make-and-insert-label-list'.  Function args changed.
6875         (reftex-toc): Now uses `reftex-insert-docstruct' and
6876         `reftex-find-start-point'.
6877         (reftex-select-item): Use `reftex-find-start-point'.
6878         (reftex-toc-visit-line): Can display labels and file
6879         boundaries.
6880         (reftex-TeX-master-file): `(TeX-master-file)' protected.
6882 1998-11-12  Sam Steingold  <sds@goems.com>
6884         * browse-url.el (browse-url): Handle the case when
6885         `browse-url-browser-function' is a lambda list.
6887 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
6889         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
6890         version string.
6891         * loadhist.el (symbol-file): Likewise
6893 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
6895         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
6897 1998-11-11  Sam Steingold  <sds@goems.com>
6899         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
6900         `run-lisp' instead of signalling an error.
6902 1998-11-11  Karl Heuer  <kwzh@gnu.org>
6904         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
6906 1998-11-11  Richard Stallman  <rms@gnu.org>
6908         * vc-hooks.el (vc-toggle-read-only): Doc fix.
6910 1998-11-11  Per Starback  <starback@update.uu.se>
6912         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
6913         renamed svenska8 to svenska, and fixed and extended CASECHARS
6914         for it.
6916 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
6918         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
6919         handling if setpagedevice is not available.
6920         (ps-begin-file): Fix typo.
6922 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
6924         * international/mule-util.el (compose-chars-component): Signal
6925         error if CH is a rule-based composition character.
6926         (compose-chars): Signal error if an already compsed character is
6927         going to be composed by rule-base.
6929         * term/x-win.el: If a resolved ASCII font name doesn't conform to
6930         full XLFD, don't try to get information of WEIGHT and SLANT from
6931         that font name.
6933 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
6935         * dos-w32.el (set-default-process-coding-system): Use function on
6936         before-init-hook to set default-process-coding-system based on
6937         enable-multibyte-characters.
6939         * term/w32-win.el ([language-change]): For now ignore
6940         keyboard language-change events.
6942 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6944         * ediff-util.el (ediff-make-temp-file): Run the prefix through
6945         convert-standard-file-name, but leave the results of
6946         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
6947         characters if the original name already exists, or has a special
6948         handler.
6950 1998-11-10  Karl Heuer  <kwzh@gnu.org>
6952         * international/iso-insert.el: Delete autoload cookies.
6954         * international/iso-transl.el: Add autoload cookies.
6956 1998-11-10  Richard Stallman  <rms@gnu.org>
6958         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
6959         (ispell-process-line): Don't treat multibyte
6961 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
6963         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
6964         setpagedevice to specify the page size if setpagedevice is
6965         available.  This is necessary to select the correct paper tray on
6966         Level 2 printers with multiple paper sizes available.
6968         (ps-begin-file): Cope with font names that contain spaces, and
6969         call BeginDoc in a BeginSetup/EndSetup block.
6971 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
6973         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
6974         convert-standard-filename.
6976         * loadhist.el (symbol-file): Run fns-VERSION.el through
6977         convert-standard-filename.
6979 1998-11-06  Richard Stallman  <rms@gnu.org>
6981         * textmodes/texinfmt.el (texinfo-format-scan):
6982         Detect the case of two @-commands in a row; process just the first.
6983         (texinfo-append-refill): If line has a @c, insert the @refill
6984         before it.
6985         (texinfo-format-refill): Return with point where the @refill was.
6987         * files.el (hack-local-variables): Test local-enable-local-variables.
6988         (hack-local-variables-prop-line): Likewise.
6989         (set-auto-mode): Don't test local-enable-local-variables here.
6990         (enable-local-variables): Doc fix.
6991         (local-enable-local-variables): Doc fix.
6992         (normal-mode): Doc fix.
6994 1998-11-06  Karl Heuer  <kwzh@gnu.org>
6996         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
6998 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
7000         * simple.el (line-number-mode): Doc fix.
7002 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
7004         * international/fontset.el (create-fontset-from-fontset-spec):
7005         Give correct arg to `error'.
7007 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
7009         * textmodes/sgml-mode.el (html-mode): Doc fix.
7010         (sgml-name-8bit-mode): Fix missing format character in message string.
7012 1998-11-05  Karl Heuer  <kwzh@gnu.org>
7014         * mail/sendmail.el (sendmail-send-it): Check for failure.
7016 1998-11-05  Richard Stallman  <rms@gnu.org>
7018         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7020         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7021         (close-rectangle): Define as alias.
7023 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
7025         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7027 1998-11-05  Dave Love  <fx@gnu.org>
7029         * help.el (describe-variable): Don't quote link to source.
7031 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
7033         * gud.el (gud-common-init): Use pop-to-buffer.
7034         (same-window-regexps): Add an element that matches all gud buffers.
7036 1998-11-04  Jason Rumney  <jasonr@altavista.net>
7038         * term/w32-win.el (x-get-selection-value): Alias to
7039         x-cut-buffer-or-selection-value.
7040         (w32-standard-fontset-spec): New variable.
7041         (w32-create-initial-fontsets, mouse-set-font): Check whether
7042         new-fontset is available.
7043         (w32-use-w32-font-dialog): Enable use of set-variable.
7045 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7047         * vc.el (with-vc-file, edit-vc-file): New macros.
7049 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7051         * international/quail.el (quail-show-guidance-buf): Call
7052         set-minibuffer-window to set minibuffer window of the current
7053         frame correctly.
7055 1998-11-03  Theodore Jump <tjump@tertius.com>
7057         * term/w32-win.el: Require fontset.
7059 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
7061         * faces.el (set-face-font): Call resolve-fontset-name on w32.
7062         (set-face-font-auto): Ditto.
7064 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7066         * mouse.el (mouse-drag-region): Fix typo.
7068 1998-11-02  Dave Love  <fx@gnu.org>
7070         * progmodes/fortran.el Fix for fontification of strings lost somehow:
7071         (fortran-fontify-string): New function.
7072         (fortran-font-lock-keywords-1): Use it.
7074 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
7076         * comint.el (comint-file-name-quote-list): Doc fix.
7078 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7080         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7081         build directory, not source directory.
7083         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7084         if we did not get one for the final move.
7086 1998-11-01  Dave Love  <fx@gnu.org>
7088         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7089         Don't funcall browse-url-browser-function.
7091         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7092         Don't funcall browse-url-browser-function.
7094         * fortran.el (fortran-end-prog-re1): Fix the regexp.
7096 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7098         * files.el (revert-buffer): Doc fix.
7100 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7102         * textmodes/tex-mode.el (tex-start-options-string):
7103         Quote the backslashes with more backslashes.
7105 1998-10-31  Dave Love  <fx@gnu.org>
7107         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7108         (webjump): Don't funcall browse-url-browser-function.
7110 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
7112         * international/quail.el (quail-start-translation): Handle
7113         switching of the frame in read-key-sequence.
7114         (quail-start-conversion): Likewise.
7115         (quail-show-guidance-buf): Detach quail-guidance-buf from any
7116         windows before setting an appropriate window for it.
7117         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
7118         quail-guidance-win to nil.
7119         (quail-update-guidance): If quail-guidance-buf is not in the
7120         selected frame, call quail-show-guidance-buf again.
7122 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
7124         * progmodes/pascal.el (pascal-mode):
7125         `blink-matching-paren-dont-ignore-comments' set to t.
7127 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7129         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7131 1998-10-30  Dave Love  <fx@gnu.org>
7133         * vc.el (vc-backend-merge-news): Check for "P" output.
7135         * help.el (describe-variable): Hyperlink the definition.
7137 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7139         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7140         (sh-set-shell): Likewise.
7142         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7144         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7145         (edebug-on-error): Fix customize type to match that of
7146         debug-on-error.
7148         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7150         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7151         report-emacs-bug-address instead of undefined bug-gnu-emacs.
7153         * international/mule-cmds.el (select-message-coding-system): Doc
7154         fix.
7156         * international/mule-diag.el (describe-coding-system): Describe
7157         all flags.
7159         * mail/sendmail.el (sendmail-coding-system,
7160         default-sendmail-coding-system): Doc fix.
7162         * simple.el (shell-command-on-region): Doc fix.
7164         * loadup.el: Write fns-*.el in current directory instead of
7165         data-directory since no installation directory exists yet.  Mark
7166         buffer unmodified afterwards.
7168         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7169         instead of data-directory since it is architecture dependent.
7170         (load-history-loaded): Update doc string.
7172 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
7174         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7175         path as a default directory when canonicalizing names.
7177         * w32-fns.el: Remove a dangling reference to a directory on the
7178         build machine.
7180 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7182         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7183         namespace related keywords such as `class', `body', `private',
7184         `variable', `namespace eval', etc.
7185         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7186         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7187         imenu and font-lock so that searches for \sw would find words
7188         containing colons.
7190         * progmodes/etags.el (initialize-new-tags-table):
7191         Do not alter find-tag-marker-ring and tags-location-ring.
7193 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
7195         * term/w32-win.el: Require fontset.
7196         (w32-init-fontsets): New function (code from x-win.el).
7198 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7200         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7201         calendar-and-diary-frame-parameters):  Add title parameter.
7203 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7205         * completion.el (dynamic-completion-mode): New function to enable
7206         the mode.  (Just loading the file now does not change anything.)
7208 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7210         * ps-print.el: User option for multibyte buffer handling and doc fix.
7211         (ps-multibyte-buffer): New user option.
7212         (ps-setup): Print new user option.
7213         (ps-print-quote): New fun.
7214         (ps-color-p, ps-mule-font-info-database-latin): New var.
7215         (ps-default-color, ps-mule-font-info-database)
7216         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7217         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7218         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7219         Little code improvement.
7220         (ps-mule-initialize): Initialize ps-mule-font-info-database.
7221         (ps-print-prologue-header, ps-font-family, ps-font-size)
7222         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7223         (ps-build-face-reference, ps-mule-font-info-database-bdf)
7224         (ps-mule-external-libraries, ps-mule-init-external-library)
7225         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7226         Doc fix.
7227         (ps-print-version): New version number (4.1.1) and doc fix.
7228         (ps-print-prologue-header): New user option.
7229         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7230         Conditional compilation for GNU Emacs and emacsens.
7231         (ps-generate-postscript-with-faces): Skip invisible text better.
7232         (ps-setup): Print new user option.
7233         (ps-print-preprint): Check if input file name exists and is unwritable.
7234         (ps-begin-file): Adjust PostScript prologue header for duplex printers
7235         and insert user PostScript prologue header comments.
7236         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7237         New funs.
7238         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7239         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7240         PostScript programming normalization.
7241         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7242         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7243         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7244         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7245         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7246         Programming style normalization.
7248 1998-10-26  Kenichi Handa <handa@etl.go.jp>
7250         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7251         version, check the value of mule-version.
7253         * international/mule-util.el (compose-region): Insert then delete
7254         to preserve markers.
7255         (decompose-region): Use search-forward for efficiency.
7257         * language/chinese.el (pre-write-encode-hz): Cancel previous
7258         change, use generate-new-buffer instead of get-buffer-create.
7259         * language/devan-util.el
7260         (in-is13194-devanagari-pre-write-conversion): Likewise.
7261         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7262         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7263         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7265 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7267         * mail/rmailsum.el (rmail-message-subject-p):
7268         Handle message whose header has not been reformatted.
7270         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7272 1998-10-25  Jason Rumney  <jasonr@altavista.net>
7274         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7275         New variables.
7276         (mouse-set-font): Use font menus instead of dialog according to
7277         w32-use-w32-font-dialog.
7279 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7281         * calendar/calendar.el (calendar-day-name-array): Add doc string
7282         correctly!
7283         (calendar-month-name-array): Add doc string correctly!
7285 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7287         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7289 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
7291         * lisp/info.el (Info-next-menu-item): Stay on top of node.
7293         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7295         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7297         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7299 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
7301         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7303 1998-10-21  Karl Heuer  <kwzh@gnu.org>
7305         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7306         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7307         (profile-filter, profile-reset-timer): Functions deleted.
7308         (profile-check-zero-init-times, profile-get-time): Likewise.
7309         (profile-find-function, profile-quit): Likewise.
7310         (profile-distinct, profile-call-stack, profile-last-time): New vars.
7311         (profile-time-list, profile-init-list): Doc fix.
7312         (profile-functions): Simplify.
7313         (profile-print): Use float.  Make output include space separators.
7314         (profile-add-time): New helper function.
7315         (profile-function-prolog): Renamed from profile-start-function.
7316         Handle profile-distinct.
7317         (profile-function-epilog): Renamed from profile-update-function.
7318         Handle profile-distinct.
7319         (profile-a-function): If the function to be profiled is an
7320         autoload form, load it.  If it's lazy-loaded, fetch it.
7321         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7322         (profile-restore-fun): Arg FUN is now a function symbol, as was
7323         documented, rather than a one-element list.
7324         (profile-finish): Call profile-restore-fun properly.
7326 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
7328         * international/characters.el: Setup charset property
7329         nospace-between-words.
7331         * international/mule-cmds.el (get-charset-property): If CHARSET is
7332         composition, return nil.
7333         (put-charset-property): If CHARSET is composition, do nothing.
7335         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7336         * language/devan-util.el
7337         (in-is13194-devanagari-pre-write-conversion): Likewise.
7338         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7339         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7340         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7342         * textmodes/fill.el (sentence-end-without-period): New variable.
7343         (canonically-space-region): Pay attention to
7344         sentence-end-without-period.
7345         (fill-find-break-point): The first argument CHARSET deleted.
7346         Caller changed.
7347         (fill-region-as-paragraph): Pay attention to charset property
7348         nospace-between-words and text property nospace-between-words.
7350 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7352         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7353         an unrecognized shell.
7355 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
7357         * desktop.el (desktop-save): Include minor modes symbolically.
7358         (desktop-create-buffer): Turn on all minor modes in `mim'.
7360 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7362         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7363         (sh-font-lock-keywords): Handle rpm and rpm2.
7364         (sh-ancestor-alist): Handle rpm.
7366         * files.el (auto-mode-alist): Recognize .rpm files.
7367         Also .spec and .mspec files.
7369 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
7371         * faces.el (frame-set-background-mode): Enable the function for
7372         MSDOS frames.
7374 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7376         * calendar/calendar.el (calendar-day-name-array): Add doc string.
7377         (calendar-month-name-array): Add doc string.
7379 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7381         * simple.el (kill-ring-max): Increased to 60.
7383 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
7385         * international/characters.el: Setup auto-fill-chars.
7387         * international/kinsoku.el (kinsoku): Check the variable
7388         enable-kinsoku.
7390         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7391         Don't call kinsoku directly, intead call fill-find-break-point.
7393         * textmodes/fill.el: Setup `fill-find-break-point-function'
7394         property to character sets which require `kinsoku' processing for
7395         filling.
7396         (fill-find-break-point): New function.
7397         (fill-region-as-paragraph): Don't check kinsoku-enable here.
7398         Don't call kinsoku directly, intead call fill-find-break-point.
7400 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7402         * faces.el (modify-face-read-string): Return (nil) for "none".
7403         (modify-face): Don't get error if (nil) is the argument.
7404         (face-try-color-list): Don't check whether nil is a valid color.
7406 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7408         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7409         Print message about each directory, even in batch mode.
7411         * gnus/nntp.el: Require `cl' before using nnoo-declare.
7413         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7414         (ps-mule-string-char): No need to use sref.
7415         (ps-mule-next-index): No need to use sref.
7417         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7419         * files.el (revert-buffer-internal-hook): Add defvar.
7421         * arc-mode.el (archive-mode): Locally set file-precious-flag.
7423         * tar-mode.el (tar-mode): Locally set file-precious-flag.
7425 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
7427         * international/mule-cmds.el (default-input-method): Fix custom type.
7429         * net-utils.el (whois-server-list): Fix customization type.
7431         * shell.el (shell-input-autoexpand): Fix customization group.
7433 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
7435         * repeat.el (repeat): Handle keyboard macros properly.
7436         Handle new prefix arg after self-insert command.
7438         * repeat.el: Don't include cl even at compile time.
7439         (repeat): Avoid using `loop'.
7441         * simple.el (shell-command-on-region): Doc fix.
7442         (next-history-element): Special error message if no default.
7444 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
7446         * ps-print.el (ps-print-buffer): Doc fix.
7447         (ps-despool): Likewise.
7449         * arc-mode.el (arc-mode): Provide arc-mode.
7451 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7453         * ps-print.el (ps-print-buffer): Doc fix.
7455 1998-10-14  Dave Love  <fx@gnu.org>
7457         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7458         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7459         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7461         * progmodes/fortran.el (fortran-mode-map): Change "Join
7462         Continuation Line" to "Join Line".
7463         (fortran-font-lock-keywords-1): Add "cycle", "exit".
7465 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7467         * progmodes/fortran.el (fortran-join-line): Use
7468         `delete-indentation' instead of issuing an error message if not on
7469         a continuation line.  Provide for joining several lines using
7470         prefix arg.
7472 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
7474         * term/pc-win.el (msdos-color-values): New variable.
7475         (x-color-values): New function, emulates its namesake from
7476         src/xfns.c.
7477         (msdos-bg-mode): Add all dark colors to those which return
7478         "dark".
7480 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7482         * replace.el (keep-lines, flush-lines, how-many):
7483         Don't ignore case if arg has upper case letters.
7485 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
7487         * progmodes/vhdl-mode.el
7488         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7489         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7490         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7491         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7492         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7493         (vhdl-when): Fix indentation problem.
7494         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7495         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7496         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7498 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
7500         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7501         (ls-lisp-insert-directory): Renamed from insert-directory.
7502         (insert-directory): New function.
7504 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
7506         * simple.el (completion-fixup-function): Variable deleted.
7507         (completion-setup-function): Delete code for completion-fixup-function.
7508         * emacs-lisp/lisp.el (lisp-complete-symbol):
7509         Don't bind completion-fixup-function.
7511         * files.el (find-file-wildcards): New option.
7512         (find-file-noselect): Handle wild cards, if enabled.
7513         (file-expand-wildcards): New function.
7515         * simple.el (set-fill-column): Doc fix.
7517 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7519         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7521 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
7523         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7524         Move declaration before first use.
7525         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7526         hif-math, hif-factor): Rename token to hif-token and token-list to
7527         hif-token-list.
7528         (hif-token, hif-token-list): Declare them.
7529         (hif-find-ifdef-block): Return cons of top and bottom point
7530         instead of setting dynamically bound variables.
7531         (hide-ifdef-block, show-ifdef-block): Use return value of
7532         hif-find-ifdef-block.
7534 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7536         * subr.el (read-passwd): Use clear-this-command-keys.
7538         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7540         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7541         and ...-for-write.
7543 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
7545         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7546         responses to GROUP command, since this may be called from a timer
7547         with quit inhibited.
7549 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
7551         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7552         set unconditional-jump to nil.
7553         (ccl-compile-read-multibyte-character): Return nil.
7554         (ccl-compile-write-multibyte-character): Likewise.
7555         (ccl-compile-translate-character): Likewise
7556         (ccl-compile-map-multiple): Likewise.
7557         (ccl-compile-map-single): Likewise.
7559         * international/kinsoku.el: Add coding tag.
7560         (kinsoku-bol): Remove superfluous TAB in a string.
7562         * international/mule-cmds.el (find-coding-systems-for-charsets):
7563         Delete `composition' (if any) from CHARSETS.
7565 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7567         * international/mule-cmds.el (setup-specified-language-environment):
7568         Add apropos-inhibit property.
7569         (describe-specified-language-support): Likewise.
7571 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
7573         * international/mule.el (make-coding-system): Create -with-esc
7574         variant coding system.
7576 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7578         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7579         (next-file): Optionally offer to revert a file's buffer,
7580         if it has an existing buffer but the file has changed.
7582         * info.el (Info-insert-dir): Detect and report problems
7583         in input files, such as "No Top node".  Return with point
7584         at the beginning of the text.
7585         (Info-find-node): Reinsert the code to handle files
7586         with no tags table; it was deleted by mistake.
7588 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7590         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7591         texinfo-find-higher-level-node repeatedly find the same node.
7592         (texinfo-find-higher-level-node): Doc fix.
7594 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
7596         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7597         (smtpmail-address-buffer): Add defvar.
7598         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7600         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7602         * ffap.el (ffap-machine-p-local): Fix editing error.
7604 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
7606         * faces.el (frame-set-background-mode):
7607         Don't do anythung for text-only or MSDOS frame.
7609 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
7611         * international/quail.el (quail-defrule): New optional arg APPEND.
7612         (quail-defrule-internal): Fix bug of handling the argument APPEND.
7614 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
7616         * gnus/pop3.el (pop3-open-server):
7617         Set process-coding-system-alist around open-network-stream.
7619 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7621         * files.el (save-buffer): Doc fix.
7623 1998-10-07  Karl Heuer  <kwzh@gnu.org>
7625         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7626         return DEF unchanged, not nil.  Simplify.
7628 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
7630         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7632 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
7634         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7636         * net-utils.el (ftp, nslookup): Require comint.
7637         (network-service-connection): Likewise.
7638         (whois-server-name): Defaults to whois.arin.net
7639         (whois-server-list, whois-server-tld, whois-guess-server): New var.
7640         (whois): Tries to guess the appropriate top-level domain server.
7641         (whois-get-tld): New function.
7643         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7644         (dirtrack-debug-toggle): Added this function.
7646 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648         * files.el (find-file-noselect): Switch to the correct buffer
7649         before checking find-file-literally, and allow non-nil non-t
7650         rawfile params.
7652 1998-10-06  Karl Heuer  <kwzh@gnu.org>
7654         * midnight.el (clean-buffer-list): Add autoload cookie.
7656         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7657         no-autosave.
7658         * tar-mode.el (tar-mode-revert): Likewise.
7659         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7660         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
7661         * gnus/message.el (message-auto-save-directory): Renamed from
7662         message-autosave-directory.  All references changed.
7664 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7666         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7667         string.  Expose mime stuff while searching.
7669 1998-10-06  Richard Stallman  <rms@gnu.org>
7671         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7673         * replace.el (perform-replace): Position point properly
7674         before and after the recursive edit of C-r.
7676         * progmodes/etags.el (tags-reset-tags-tables): Properly
7677         find the markers in the old rings that are being discarded.
7679 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7681         * apropos.el (apropos-print): control invalid characters.
7683         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7684         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7685         confusing customize.
7687 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
7689         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7690         built-in commands.  Add more built-in commands and fix face names.
7692 1998-10-05  Simon Marshall  <simon@gnu.org>
7694         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7696 1998-10-04  Eric Ludlam  <zappo@gnu.org>
7698         * speedbar.el (speedbar-initial-expansion-list-name): Remove
7699         customization since it is not useful in this case.
7700         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7701         sure it gets evalled to a number.  Also verify that set-frame-name
7702         fn exists before calling it.
7704         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7705         Protect a `forward-sexp' call which could fail, and improved regex
7706         for ie, and eg abbreviations.
7708 1998-10-02  Noah Friedman  <friedman@splode.com>
7710         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7711         send-string.
7712         (rlogin-send-Ctrl-D): Here also.
7713         (rlogin-send-Ctrl-Z): Here also.
7714         (rlogin-send-Ctrl-backslash): Here also.
7716 1998-10-02  Dave Love  <fx@gnu.org>
7718         * outline.el (hide-region-body): Bind
7719         outline-view-change-hook to nil while making repeated calls to
7720         outline-flag-region.  Run it once at the end.
7721         (hide-other, hide-sublevels, show-children): Likewise.
7723         * info-look.el: Remove duplicate scheme-mode entry.
7724         (info-lookup-make-completions): When looking for entries, check
7725         that `item' isn't null or "Menu".
7727 1998-10-01  Karl Heuer  <kwzh@gnu.org>
7729         * net-utils.el: Don't require ffap.
7730         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7731         (ping, nslookup-host, finger, network-connection-to-service): Use them.
7733 1998-09-30  Richard Stallman  <rms@gnu.org>
7735         * ispell.el (check-ispell-version): No need to bind default-major-mode.
7737         * imenu.el (imenu--generic-function): Sort each submenu by position.
7738         (imenu--sort-by-position): New function.
7740         * cus-edit.el (Custom-mode-menu): Fix info node name.
7741         (customize group): Fix info node name.
7743         * mail/mailalias.el (build-mail-aliases): Don't allow
7744         a newline in the alias name.  Don't define an alias
7745         if the definition would be empty.
7747         * which-func.el (which-func-mode-global): Make :set function
7748         more reliable.
7750         * custom.el (custom-set-variables): Load the requests first,
7751         then check the symbol's `set' function.
7753         * ffap.el: Doc fixes.
7755 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7757         * gnus.el: (gnus-valid-select-methods): Fix type.
7758         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7759         * gnus-score.el (gnus-orphan-score): Fix type.
7760         (gnus-score-default-header, gnus-score-default-type): Fix type.
7761         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7762         (gnus-saved-headers): Fix type.
7764         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7765         Avoid nil value of `two-lines-citation-part'.
7767 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
7769         * which-func.el (which-function): Handle case when
7770         (car imenu--index-alist) is nil.
7772 1998-09-29  Dave Love  <fx@gnu.org>
7774         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7775         bzip2 args.
7777 1998-09-29  Simon Marshall  <simon@gnu.org>
7779         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7780         comint-exec-hook.
7782 1998-09-29  Stephen Eglen  <stephen@gnu.org>
7784         * info-look.el: Add support for Octave.
7786 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
7788         * textmodes/reftex.el (reftex-finding-files): New customize group.
7789         (reftex-texpath-environment-variables,
7790         reftex-use-external-file-finders, reftex-external-file-finders,
7791         reftex-search-unrecursed-path-first): New options.
7792         (reftex-process-string, reftex-find-file-externally): New
7793         functions.
7794         (reftex-access-search-path): Execute shell commands to find the
7795         search path.
7796         (reftex-toggle-auto-view-crossref): When turning on, make sure
7797         `reftex-auto-view-crossref' becomes non-nil.
7798         (reftex-abbrev-regexp): Constant removed.
7799         (reftex-convert-string): Abbrev regexp calculated locally.
7801 1998-09-28  Dave Love  <fx@gnu.org>
7803         * progmodes/fortran.el: Don't call regexp-opt when deriving
7804         font-lock patterns with keywords that aren't all literal.
7806 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
7808         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
7809         the form `octave.bin:1>' which come from using precopiled binary
7810         versions.
7812 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7814         * help.el (help-for-help): Use %THIS-KEY%.
7815         (help-quit): Add doc.
7817         * help-macro.el (make-help-screen): Keep HELP-TEXT
7818         in a separate function definition, not in the help command FNAME.
7819         Replace %THIS-KEY% with the key sequence that ran FNAME.
7821 1998-09-25  Richard Stallman  <rms@gnu.org>
7823         * textmodes/texinfo.el (texinfo-show-structure):
7824         Bind inhibit-read-only.
7826         * isearch.el (isearch-search-and-update): Properly
7827         handle upper case letters in the reverse-search special case.
7829 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7831         * gnus.el: Extend the list of autoloaded functions.
7833         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7834         buffer before creating help group. (from Gnus v5.6.43, fix by
7835         1998-08-20 Per Starback <starback@update.uu.se>)
7837         * gnus-util.el (gnus-output-to-rmail): Adjust to
7838         `rmail-output-to-rmail-file'.
7840 1998-09-25  Karl Heuer  <kwzh@gnu.org>
7842         * hexl.el (hexl-mode-map): More of previous change.
7844         * textmodes/tex-mode.el (tex-run-command): Doc fix.
7845         (tex-start-tex): Don't use tex-start-options-string in star case.
7846         Quote file name in star case as well as in non-star.
7847         Add blank and quoting of option string here.
7848         (tex-start-options-string): Not here.
7850 1998-09-23  Karl Heuer  <kwzh@gnu.org>
7852         * term.el (term-delimiter-argument-list): Doc fix.
7853         (term-emulate-terminal): Escape literal semicolon.
7854         * progmodes/asm-mode.el (asm-mode): Doc fix.
7855         (asm-comment-char): Escape literal semicolon.
7856         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
7858 1998-09-23  Richard Stallman  <rms@gnu.org>
7860         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
7861         only those that normally modify the buffer.
7863         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
7864         over again.
7866 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
7868         * ispell.el (check-ispell-version): Ensure same buffer is current
7869         when let-binding of case-fold-search ends.
7871 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7873         * ps-print.el: Skip invisible overlay.
7874         Test for set-buffer-multibyte rather than using mule-version.
7875         (ps-print-version): New version number (4.1) and doc fix.
7876         (ps-generate-postscript-with-faces): Skip invisible overlay.
7878 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
7880         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
7882 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
7884         * international/quail.el (quail-update-guidance): Check for the
7885         return value of (quail-guidance) fixed.
7886         (quail-update-translation): Bind quail-current-str locally when it
7887         calls quail-update-guidance.
7888         (quail-update-translation): If input-method-exit-on-first-char is
7889         non-nil, terminate translation only when the current input method
7890         is simple.
7892 1998-09-22  Paul Eggert  <eggert@twinsun.com>
7894         * startup.el (locale-translation-file-name): Prefer X-related names
7895         to the name used by GNU/Linux sans X.  Set to nil if no file found.
7896         (command-line): Use locale-translation-file-name if it is not nil,
7897         instead of testing for its existence again.
7898         regexp-quote the ctype before using it in a regexp.
7899         Allow a colon to appear after the ctype in the aliases file,
7900         as is done in X11R6.4.
7902 1998-09-21  Richard Stallman  <rms@gnu.org>
7904         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
7906         * calendar/appt.el (appt-interval): Variable deleted.
7907         (appt-check): For minutes in between appt-display-interval times,
7908         do check, but don't display anything except an updated mode line.
7909         Count against appt-display-interval based on minutes since
7910         first display of this appointment, not based on time of day.
7911         If appt-display-mode-line, force mode line redisplay
7912         whenever appt-mode-string has changed.
7913         (appt-add, appt-delete): Add autoload cookies.
7914         (appt-check): Catch errors from calling `diary'.
7915         (appt-max-time): Renamed from max-time.
7916         (appt-now-displayed, appt-display-count): New variables.
7917         (appt-timer): Don't create one if we already have one.
7919         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7920         More general code to use the source buffer instead of the zap file.
7922         * hilit-chg.el (highlight-compare-with-file): Renamed from
7923         compare-with-file.
7925         * loadhist.el (load-history-loaded): New variable.
7926         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
7928         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
7930         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7931         Fix error messages.
7933 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
7935         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
7936         Emacs frame.
7938 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7940         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
7941         `undecided' and `undecided-unix'.
7943 1998-09-21  Dave Love  <fx@gnu.org>
7945         * help.el (help-make-xrefs): Fix typo affecting Info references.
7947         * subr.el (remove-hook): Check list values to avoid errors.
7949 1998-09-18  Noah Friedman  <friedman@splode.com>
7951         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
7952         store string in eldoc-last-message without consing a new string.
7953         Rearrange logic from nested if's into cond's.
7954         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
7955         Do not print message; just return string.
7956         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
7957         Do not print message; just return string.
7958         Cache that string in eldoc-last-data.
7959         (eldoc-last-data): Make into a vector.
7960         (eldoc-get-fnsym-args-string): Use new data form of structure.
7961         (eldoc-get-var-docstring): Here also.
7962         (eldoc-last-data-store): New function.
7963         (eldoc-get-fnsym-args-string): Use it.
7964         (eldoc-get-var-docstring): Here also.
7965         (eldoc-docstring-first-line): Minimize interim string consing.
7966         Call substitute-command-keys on the result.
7967         (eldoc-print-var-docstrings, eldoc-print-docstring,
7968         eldoc-docstring-message): Functions removed.
7969         (eldoc-docstring-format-sym-doc): New function, functionality
7970         ripped out of eldoc-docstring-message.
7971         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
7973 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
7975         * international/mule.el (make-coding-system): Doc-string modified.
7977 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
7979         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
7981         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
7982         customize type.
7984         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
7985         type.
7987         * progmodes/compile.el (compilation-error-screen-columns): New
7988         variable.
7989         (compilation-next-error-locus): Use it to decide whether to use
7990         forward-char or move-to-column.
7992         * mail/rmail.el (rmail-movemail-program): Fix customize type.
7994         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
7995         feedmail-fiddle-plex-user-list,
7996         feedmail-spray-address-fiddle-plex-list,
7997         feedmail-prompt-before-queue-user-alist,
7998         feedmail-prompt-before-queue-help-supplement,
7999         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8000         feedmail-queue-alternative-mail-header-separator): Fix customize
8001         type.
8003         * startup.el (site-run-file): Fix customize type.
8005         * speedbar.el (speedbar-initial-expansion-list-name): Fix
8006         customize type.
8008         * shell.el (shell-input-autoexpand): Fix customize type.
8010         * ps-print.el (ps-font-info-database): Add missing dots in value.
8011         Improve layout of customize type.
8013         * net-utils.el (traceroute-program-options, ping-program-options,
8014         ipconfig-program-options, netstat-program-options,
8015         arp-program-options, route-program-options,
8016         nslookup-program-options, ftp-program-options): Fix customize
8017         type.
8019         * midnight.el (clean-buffer-list-kill-regexps,
8020         clean-buffer-list-kill-buffer-names,
8021         clean-buffer-list-kill-never-buffer-names,
8022         clean-buffer-list-kill-never-regexps): Fix customize type.
8024         * man.el (Man-init-defvars): Avoid trailing nil on
8025         Man-filter-list.
8027         * lpr.el (printer-name): Fix customize type.
8029 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
8031         * international/mule-cmds.el (reset-language-environment): Call
8032         update-coding-systems-internal.
8034         * international/mule-conf.el: Call update-coding-systems-internal
8035         at the tail.
8037 1998-09-14  Dave Love  <fx@gnu.org>
8039         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
8040         use the menu-enable properties, pending doing it correctly and
8041         acceptably fast.
8043         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8045 1998-09-13  Dave Love  <d.love@dl.ac.uk>
8047         * progmodes/hideshow.el (hs-grok-mode-type): Check
8048         comment-{start,end} non-nil as well as bound.  Report an error if
8049         we can't grok the mode.
8051 1998-09-13  Richard Stallman  <rms@gnu.org>
8053         * simple.el (blink-matching-open): Don't log paren matching
8054         messages in *Messages*.
8056 1998-09-12  Richard Stallman  <rms@gnu.org>
8058         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8059         Set point-before-scroll at end even if there was an error.
8061         * ange-ftp.el (ange-ftp-insert-file-contents):
8062         Use binary mode for dumb-unix hosts as for unix hosts.
8063         (ange-ftp-copy-file-internal): Likewise.
8065         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8067         * emacs-lisp/pp.el: Doc fixes.
8069         * wid-edit.el (widget-menu-max-shortcuts): New variable.
8070         (widget-choose): Don't use single-char shortcuts if # items
8071         exceeds that many.  Use minibuffer instead.
8073 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8075         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8077 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
8079         * speedbar.el (speedbar-frame-mode): Do not set frame position if
8080         in terminal mode.
8082 1998-09-10  Noah Friedman  <friedman@splode.com>
8084         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8085         defcustom declaration.  It's wreaking too much havoc with XEmacs
8086         and older versions of Emacs, which share this code.
8088         * type-break.el (type-break-mode): Here also.
8090         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8091         `t' to add-hook also to modify the new local value.
8093 1998-09-10  Dave Love  <fx@gnu.org>
8095         * vc.el (vc-insert-headers): Doc fix.
8097 1998-09-10  Richard Stallman  <rms@gnu.org>
8099         * textmodes/flyspell.el (flyspell-mode-on): Make the
8100         ispell-... variables permanent locals.
8101         (flyspell-mode-off): Add autoload cookie.
8103         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8104         do use binary mode, just as for `unix'.
8105         (ange-ftp-host-type): If HOST is nil, return `unix'.
8107         * dired.el (dired-mark-files-containing-regexp):
8108         Don't scan directories.  Ignore non-readable files.
8110         * progmodes/compile.el (compilation-error-regexp-alist):
8111         Fix previous change: allow . and _ in command name.
8113         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8115         * uncompress.el (uncompress-while-visiting):
8116         Use just the car of what find-operation-coding-system returns.
8118         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8120         * shell.el (shell-file-name-quote-list): Add # to the value.
8122 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
8124         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8125         to make killing of ispell process work even if
8126         kill-all-local-variables has been run.
8128 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8130         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8131         loop when sexp entry ends at end of file with no newline.
8133 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8135         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8136         (Custom-reset-standard): Fix menu inconsistency.
8138         * mail/feedmail.el (feedmail-from-line): Allow t.
8139         (feedmail-message-id-suffix): Allow nil.
8141         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8142         Simplify.  Make prefix arg work right.
8144 1998-09-09  Dave Love  <fx@gnu.org>
8146         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8148         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8150 1998-09-08  Dave Love  <fx@gnu.org>
8152         * add-log.el (change-log-font-lock-keywords): Do parenthesized
8153         stuff only after file names or at start of line.  Allow parens
8154         around e-mail, as well as angles.
8156         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8157         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8158         time for nicer failure if it's not available.
8160 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
8162         * comint.el (comint-arguments): Ignore backslashes when using
8163         w32 shells that expect backslashes as the directory separator.
8165 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
8167         * international/fontset.el (resolved-ascii-font): New variable.
8168         (x-complement-fontset-spec): By side effect, set
8169         `resolved-ascii-font' to the resolved name of ASCII font."
8170         (create-fontset-from-fontset-spec): Don't get a value for
8171         resolved-ascii-font from the list full-fontlist.  It is set by
8172         x-complement-fontset-spec now.
8174         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8175         version, check the value of mule-version.
8177 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
8179         * textmodes/reftex.el (reftex-view-crossref): Split up into
8180         several functions.  No longer moves to find a macro.
8181         (reftex-view-cr-cite, reftex-view-cr-ref,
8182         reftex-end-of-bib-entry): New functions.
8183         (reftex-auto-view-crossref): New value `window' allowed.
8184         (reftex-view-crossref-when-idle): Process new `window' option in
8185         (reftex-translate-to-ascii-function): New default.
8186         (reftex-label-illegal-re): Default changed, removed Latin1.
8187         (reftex-latin1-to-ascii): New function.
8188         (reftex-what-environment): Check for section regexp before use.
8189         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8190         absolute path names.
8191         (reftex-TeX-master-file): Changed sequence of file checks.
8192         (reftex-do-citation): bibview cache only with RefTeX mode on.
8194 1998-09-06  Richard Stallman  <rms@gnu.org>
8196         * progmodes/compile.el (compilation-error-regexp-alist):
8197         In first pattern (GNU utilities and other things),
8198         allow a space after the optional program name at the beginning.
8200         * mail/mail-hist.el (mail-hist-current-header-contents):
8201         Fix previous change: use mail-header-end.
8203 1998-09-06  Bill Richter  <richter@math.nwu.edu>
8205         * international/ccl.el: Doc fixes.
8206         * international/encoded-kb.el: Doc fixes.
8207         * international/fontset.el: Doc fixes.
8208         * international/kinsoku.el: Doc fixes.
8209         * international/kkc.el: Doc fixes.
8210         * international/mule-cmds.el: Doc fixes.
8211         * international/mule-conf.el: Doc fixes.
8212         * international/mule-util.el: Doc fixes.
8213         * international/mule.el: Doc fixes.
8215 1998-09-05  Eric Ludlam  <zappo@gnu.org>
8217         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8218         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8219         (checkdoc-this-string-valid-engine): Permit ? as terminating
8220         punctuation for first line sentence breaking.
8221         (checkdoc-this-string-valid): When converting a comment into a doc
8222         string, make sure " chars are \".
8223         (checkdoc-sentencespace-region-engine): Only do double space check
8224         if based on the variable `sentence-end-double-space'
8225         (checkdoc-this-string-valid-engine): ? ends valid sentence.
8226         (checkdoc-proper-noun-region-engine): Exclude items in URLs
8228 1998-09-04  Richard Stallman  <rms@gnu.org>
8230         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8231         Recognize define-skeleton as a function definer.
8233         * cus-edit.el (customize-option): Refuse to customize
8234         a variable that has no defcustom.  But if variable is autoloaded,
8235         first try to load the library that defines it.
8237         * international/iso-insert.el: Use `string' before calling `insert'
8238         so that in multibyte buffers we insert multibyte chars.
8240         * dired.el (dired-mark-files-containing-regexp):
8241         Don't use find-file; instead, insert the file in a temp buffer.
8243         * textmodes/tex-mode.el (tex-start-options-string): New option.
8244         (tex-start-tex): Use that variable.
8246         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8247         value in the `repeat' alternative a list.
8249         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8250         the inserted newline, verify that one was really inserted.
8252         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8253         remains on or remains off.
8254         (flyspell-multi-language-p): Default changed to nil.
8256         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8257         In "found in comment" case, don't beginning-of-line after forward-line.
8259         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8260         If the function definition is not a lambda, return original FORM
8261         with no error.
8263 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
8265         * net-utils.el (netstat-program-options): Changed from nil to "-a"
8266         so that by default netstat shows all network connections.
8268 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
8270         * international/quail.el: Doc fixes.
8272         * info.el (info): Don't add parens if FILE already has them.
8274 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
8276         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8277         on extension lines.
8279 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
8281         * w32-fns.el (w32-shell-dos-semantics): New function.
8283 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
8285         * international/quail.el (quail-choose-completion-string): Store
8286         completion `choice' in `quail-current-str'; don't insert it.
8288 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
8290         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
8291         argument to ps-mule-generate-bitmap-font.
8293         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8294         entry and change Latin-1 entry in the default value.
8295         (ps-mule-font-info-database-ps-bdf): New variable.
8296         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8297         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8298         registerd in FONT-SPEC.
8299         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8300         charcter width of bitmap fonts.
8301         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8302         procedure NF.
8303         (ps-begin-file): Output PostScript code for setting
8304         SpaceWidthRatio.
8305         (ps-plot-region): Use line-beginning-position to get a position of
8306         the beginning of the current line.
8308         * international/mule-cmds.el (register-input-method): Doc-string
8309         modified.
8311 1998-09-01  Dave Love  <fx@gnu.org>
8313         * international/mule-cmds.el (current-language-environment): Fix
8314         setter function.
8316 1998-09-01  Simon Marshall  <simon@gnu.org>
8318         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8319         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8320         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8321         names with font-lock-type-face.  Fontify type specs, etc., with
8322         font-lock-keyword-face.
8324 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
8326         * international/fontset.el (x-complement-fontset-spec): If ASCII
8327         font is specified in FONTLIST, don't substitute it for the
8328         resolved name.
8330 1998-08-31  Paul Eggert  <eggert@twinsun.com>
8332         * international/mule.el (charset-description): Doc fix.
8334         * language/chinese.el, language/cyrillic.el, language/czech.el,
8335         language/devanagari.el, language/ethiopic.el,
8336         language/european.el, language/hebrew.el, language/indian.el,
8337         language/japanese.el, language/korean.el, language/lao.el,
8338         language/slovak.el, language/thai.el, language/tibetan.el,
8339         language/vietnamese.el:
8340         Add coding: local variable, to avoid bootstrapping problem
8341         if you need to recompile all the Lisp files using interpreted code.
8343 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8345         * cal-china.el (chinese-year-cache): Change range of years from
8346         1989-2000 to 1990-2010.
8348 1998-08-29  Dave Love  <d.love@dl.ac.uk>
8350         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8351         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8353 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8355         * ps-print.el (ps-print-control-characters): Doc-string modified.
8356         (ps-output-string-prim): Comment format changed.
8357         (ps-do-despool): Indentation of source code changed.
8359 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
8361         * subr.el (sref): Make it an alias of aref.  Make the
8362         byte-compiler warn that it is obsolete.
8363         (char-bytes): Make the byte-compiler warn that it is obsolete.
8365         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8366         Calculate the total bytes using position-bytes instead of
8367         char-bytes.
8369 1998-08-27  Karl Heuer  <kwzh@gnu.org>
8371         * snmp-mode.el: New file.
8372         * files.el (auto-mode-alist): Add snmp-mode patterns.
8374 1998-08-27  Karl Eichwalder  <ke@suse.de>
8376         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8378 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8380         * calendar/diary-lib.el (diary-block): Doc fix..
8381         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8383 1998-08-27  Richard Stallman  <rms@gnu.org>
8385         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8386         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8387         Clear appt-mode-string if we don't put something in it.
8389 1998-08-27  Dave Love  <fx@gnu.org>
8391         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8392         dired-local-variables-file for dired-x.
8394         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8395         for compressed library files too.
8397 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
8399         * language/european.el ("Latin-1"): Modify `documentation' key value.
8400         ("Latin-2"): Likewise.
8402 1998-08-26  Karl Heuer  <kwzh@gnu.org>
8404         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8406 1998-08-26  Albert L. Ting  <alt@artisan.com>
8408         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8409         (mail-hist-current-header-contents): Use mail-text-start.
8411 1998-08-26  Richard Stallman  <rms@gnu.org>
8413         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8414         (customize-changed-options-previous-release): New variable.
8415         (customize-changed-options): Use that variable as default arg.
8417 1998-08-26  Karl Eichwalder  <ke@suse.de>
8419         * midnight.el: Require `timer' not only when compiling.
8421 1998-08-26  Per Starback  <starback@update.uu.se>
8423         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8424         buffer before creating help group.
8426 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8428         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8429         coding-system-for-write before saving.
8431 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
8433         * isearch.el (isearch-forward): Doc fix.
8435 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
8437         * emacs-lisp/find-func.el: Fix :version tags to have a string
8438         value, not a float.
8440         * cus-dep.el: Fix typo in output.
8442 1998-08-25  Dave Love  <fx@gnu.org>
8444         * repeat.el (repeat): Doc fix.
8445         [From rms:]
8446         (repeat-previous-repeated-command): New variable.
8447         (repeat): Check for real-last-command being null or repeat.  Set
8448         repeat-previous-repeated-command.
8450         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8452 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
8454         * gnus/message.el (message-send-mail-with-sendmail): Bind
8455         coding-system-for-write by the return value of
8456         select-message-coding-system.
8457         (message-send-mail-with-qmail): Likewise.
8459 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
8461         * emacs-lisp/autoload.el: Fix doc-string-elt property on
8462         define-derived-mode.
8464         * files.el (file-name-invalid-regexp):
8465         Fix regex for ms-dos without long file names.
8467 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8469         * ps-print.el: Multi-byte buffer handling.
8470         (ps-print-version): New version number (4.0) and doc fix.
8471         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8472         compilation for GNU Emacs and emacsens.
8473         (ps-generate-postscript-with-faces): Force invisible text to be
8474         visible.
8475         (dos-ps-printer): New var to avoid compilation gripes.
8477 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8479         * ps-print.el (ps-mule-plot-string): Pay attention to the case
8480         that no more characters can't be printed in the current line.
8482 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8484         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8485         greater than TO.
8487 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8489         * ps-print.el: Add codes to make ps-print.el work also on Emacs
8490         20.2 and the earlier version.
8491         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8492         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8493         (ps-mule-find-wrappoint): Likewise.
8494         (ps-mule-generate-font): Change `X' to `x' in format
8495         control-string.
8496         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8497         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8498         `restore' form procedures `BC' and `EC'.
8500 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8502         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8503         is an executable procedure.  Make LineThickness, Xshadow, and
8504         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
8505         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8506         ps-mule-font-info-database-bdf): New vars.
8507         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8508         (ccl-encode-ethio-unicode): New CCL program.
8509         (ps-mule-encode-ethiopic): New fun.
8510         (ps-mule-current-charset): New var.
8511         (ps-mule-get-font-spec, ps-mule-font-spec-src,
8512         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8513         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8514         (ps-mule-external-libraries): New var.
8515         (ps-mule-init-external-library): New fun.
8516         (ps-mule-font-cache): New var.
8517         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8518         (ps-last-font): New var.
8519         (ps-mule-prepare-font): New fun.
8520         (ps-mule-charset-list): New var.
8521         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8522         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8523         ps-mule-plot-string): New funs.
8524         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8525         New vars.
8526         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8527         ps-mule-prepare-cmpchar-font): New funs.
8528         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8529         vars.
8530         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8531         ps-mule-generate-bitmap-glyph): New funs.
8532         (ps-mule-initialize, ps-mule-begin): New funs.
8533         (ps-output-string-prim): Insert string as unibyte.
8534         (ps-output-prologue): New fun.
8535         (ps-flush-output): Handle the case of 'prologue.
8536         (ps-begin-file): Call ps-mule-initialize.
8537         (ps-begin-job): Set ps-control-or-escape-regexp differently if
8538         printing multibyte characters.
8539         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8540         (ps-basic-plot-string): Handle the case of printing ASCII
8541         characters by external libraries (e.g. BDF).
8542         (ps-set-font): Set ps-last-font.
8543         (ps-plot-region): Handle multibyte characters, use
8544         ps-mule-plot-string for them.
8545         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
8547         * bdf.el: New file.
8549 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
8551         * international/mule-cmds.el (select-message-coding-system): New
8552         function.
8553         (set-language-environment-coding-systems): Set
8554         default-sendmail-coding-system.
8556         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8557         (default-sendmail-coding-system): New variable.
8558         (sendmail-send-it): Encode the message by a coding system
8559         select-message-coding-system returns.
8561 1998-08-23  Eric Ludlam  <zappo@gnu.org>
8563         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8564         (speedbar-mode): Set buffer to read only.
8565         (speedbar-temp-buffer-show-function): For emacs don't call hook
8566         with arguments.
8567         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8569 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
8571         * speedbar.el (speedbar-key-map): Fix typo.
8573 See ChangeLog.7 for earlier changes.