Add redirection.from active comint buffers into
[emacs.git] / lisp / ChangeLog
blob7528e6b32244da9b4b0c3e82255743e3c28c8372
1 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3         * comint.el: Add redirection.from active comint buffers into
4         another buffer.  Written by Peter Breton.
6 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
8         * emacs-lisp/autoload.el (make-autoload): Recognize the new
9         `define-minor-mode'.
10         (define-minor-mode): Specify `doc-string-elt'.
12         * emacs-lisp/easy-mmode.el: Changed maintainer.
13         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
14         Use defcustom for the hooks; Improve the auto-generated docstrings.
15         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
16         (define-minor-mode): Add BODY arg; Only declare the keymap if
17         provided; Improve the auto-generated docstrings.
19 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
21         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
22         that the leading `^' is at the start.  This is necessary because
23         paragraphs.el tries to remove anchors, but can find them only if
24         they are the first character.
26         * progmodes/antlr-mode.el: New file.
28         * calendar/calendar.el: Fix autoload for
29         calendar-absolute-from-astro.  Add autoload for
30         calendar-print-astro-day-number.
32 1999-11-21  Anders Lindgren  <andersl@andersl.com>
34         * follow.el: Use modern backquote syntax.  Minor comment update.
36 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
38         * simple.el (with-syntax-table): Don't switch buffers.
40         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
41         progmodes/hideif.el: Use new backquote syntax.
43 1999-11-21  Ken Manheimer  <klm@python.org>
45         * icomplete.el (icomplete-completions): Use an explicit variable
46         `icomplete-prospects-length', obviating the need to use an
47         apparently faulty throw/catch arrangement.
48         
49 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
51         * term/internal.el (IT-display-table-setup): Don't overstep
52         character code 255.
54 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
56         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
57         for the charset chinese-sisheng is 7bit encoding, not 8bit.
59 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
61         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the 
62         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
64         * files.el (auto-mode-alist): Add patterns for diff-mode.
66         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
67         to detect an empty prompt.
69 1999-11-18  Dave Love  <fx@gnu.org>
71         * simple.el (input-mode-8-bit): Fix the customization.
73 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
75         * international/iso-acc.el (iso-languages): Add more
76         characters for Portuguese.
78         * speedbar.el: Clean up comment at the start of the file.
79         Remove RCS id.
81         * progmodes/compile.el (compilation-parse-errors): Use
82         compilation-buffer-p instead of testing major-mode.
84 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
86         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
87         (quickurl-ask): completion-ignore-case is set to the value of
88         quickurl-completion-ignore-case for the duration of the call to
89         completing-read.
90         
91 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
93         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
95 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
97         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
98         instead of ps-print-def.
100         * ps-print.el: Require ps-vars instead of ps-print-def.
102         * ps-mule.el: Require ps-vars instead of ps-print-def.
104 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
106         * simple.el (with-syntax-table): Save buffer explicitly instead of
107         using save-excursion.
109 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
111         * mail/supercite.el: New maintainer.
113 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
115         * progmodes/vhdl-mode.el: Use new backquote syntax.
117 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
119         * simple.el (with-syntax-table): New.
121 1999-11-15  Sam Steingold  <sds@ksp.com>
123         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
125 1999-02-22  Sam Steingold  <sds@goems.com>
127         * goto-addr.el (goto-address-at-mouse,
128         goto-address-find-address-at-point): use compose-mail.
129         (goto-address-mail-method): removed variable.
130         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
131         goto-address-send-using-mail): removed functions.
133 1998-11-03  Sam Steingold  <sds@goems.com>
135         * simple.el (backward-delete-char-untabify):
136         backward-delete-char-untabify-method can be `all' now - to delete
137         hungrily including newlines.
139 1999-11-15  Sam Steingold  <sds@ksp.com>
141         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
143 1999-11-15  Dave Love  <fx@gnu.org>
145         * cus-edit.el (customize-face, customize-face-other-window):
146         Require match from completing-read.
147         (custom-buffer-done-function): Default to custom-bury-buffer, not
148         bury-buffer.
150 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
152         * mail/rmail.el, iswitchb.el, hippie-exp.el,
153         progmodes/cperl-mode.el: Use new backquote syntax.
155 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
157         * uniquify.el: Use new backquote syntax.
159 1999-11-14  Markus Rost  <rost@ias.edu>
161         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
162         as in ispell-local-dictionary-alist.
164 1999-11-14  Alex Schroeder  <alex@gnu.org>
166         * ansi-color.el (ansi-color-apply): Updated regexps to include
167         highlighted face.
169 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
171         * forms.el (forms--make-format-elt-using-text-properties):
172         Treat `intangible' differently.
174         * forms.el: Use new backquote syntax.
176 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
178         * textmodes/scribe.el (scribe-mode): Doc-fix.
180 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
182         * net-utils.el (run-network-program, net-utils-run-program): Use
183         the new backquote syntax.
184         (smbclient-program, smbclient-program-options)
185         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
186         variables
187         (smbclient, smbclient-list-shares): New functions
189 1999-11-12  Sam Steingold  <sds@ksp.com>
191         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
192         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
193         (viper-kbd-buf-definition, viper-kbd-mode-alist)
194         (viper-kbd-mode-pair, viper-kbd-mode-definition)
195         (viper-kbd-global-pair, viper-kbd-global-definition):
196         Use the new backquote syntax.
198         * emulation/viper-cmd.el (viper-test-com-defun)
199         (viper-prefix-arg-value, viper-prefix-arg-com):
200         Use the new backquote syntax.
202         * emacs-lisp/debug.el (debugger-env-macro):
203         Use the new backquote syntax.
205         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
206         Use the new backquote syntax.
208         * calendar/calendar.el (calendar-remove-frame-by-deleting):
209         New user variable.
210         (calendar-hide-window): Use it.
211         (increment-calendar-month, calendar-for-loop, calendar-sum):
212         Use the new backquote syntax.
214 1999-11-12  Andrew Innes  <andrewi@gnu.org>
216         * select.el (x-set-selection): Call buffer-substring, not
217         substring.  Also fix docstring
219 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
221         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
222         of customizable variables to bug report message. Added
223         system-type to package name in bug report.
225 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
227         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
228         to display file names.
230 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
232         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
234         * isearch.el: Add lazy-highlighting feature.
236 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
238         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
239         constant.
240         (ps-mode-submit-bug-report): New function. Entry added to menu.
242 1999-11-10  William M. Perry  <wmperry@aventail.com>
244         * mwheel.el: New file to support the new style wheeled mice.
246 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
248         * startup.el (initial-scratch-message): Add ";;" to the front of
249         lines in the message.
251         * files.el (file-local-copy): Remove optional BUFFER argument
252         because that's not used by anything.
254         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
255         to-address.
257 1999-11-08  Markus Rost  <rost@ias.edu>
259         * wid-edit.el (widget-button-click): Wrap with save-excursion
260         to restore track-mouse in the correct buffer.
262 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
264         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
266 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
268         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
269         lpr-command to "lp" for some system-types. (copied from lpr.el
270         Emacs version 20.2.1).
272 1999-11-04  Markus Rost  <rost@ias.edu>
274         * simple.el (comment-region): Strip off white space at end of
275         comment-start.
277 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
279         * faces.el (secondary-selection): Fix wrong color name.
281 1999-11-04  John Tobey  <jtobey@epsilondev.com>
283         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
284         the default when invoking perldb in a non-Perl buffer, and other
285         cases involving -e or --.
287 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
289         * simple.el (previous-matching-history-element)
290         (next-history-element): Use delete-field instead of erase-field.
292         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
293         Use delete-field instead of erase-field.
295         * faces.el (secondary-selection): Change background to yellow.
297         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
298         find the start of the text.  Use field-string to read the user
299         input.
301 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
303         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
304         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
305         for compatibility with old face implementation.
307         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
308         Use erase-field instead of erase-buffer.
310         * frame.el (blink-cursor-mode, blink-cursor-end): Use
311         internal-show-cursor with new interface.
312         (blink-cursor-timer-function): New.
313         (blink-cursor-start): Use blink-cursor-timer-function.
315 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
317         * calendar.el (redraw-calendar): Move to nearest date before
318         redrawing.
320         * diary-lib.el (simple-diary-display): Reset modeline even if
321         there are no diary entries since the diary buffer may be displayed.
323 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
325         * emacs-lisp/debug.el (debug): If noninteractive, display the
326         backtrace using `message', then exit Emacs.
327         (debugger-batch-max-lines): New variable.
328         (debugger-setup-buffer): New subroutine, broken out of `debug'.
329         Change the messages put at the start, to say that the debugger
330         was entered.
332 1999-11-02  Sam Steingold  <sds@ksp.com>
334         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
336 1999-11-01  John Tobey  <jtobey@epsilondev.com>
338         * gud.el: (gud-perldb-massage-args): Massage correctly in the
339         presence of perl switches other than "-e".
341 1999-11-01  Markus Rost  <rost@ias.edu>
343         * dired-x.el (dired-smart-shell-command): Use
344         shell-command-history as in shell-command.
346 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
348         * userlock.el (ask-user-about-lock): Doc fix.
350         * frame.el: Doc fixes.
352 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
354         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
355         of show-cursor.
356         (blink-cursor-start, blink-cursor-end): Ditto.
358         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
360 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
362         * window.el (walk-windows): If ALL-FRAMES is a frame,
363         start on that frame.  Use save-selected-window.
365 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
367         * simple.el (end-of-buffer): Use window-end to find the window end
368         instead of vertical-motion because this handles variable-height
369         lines correctly.
371 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
373         * ediff.el: Version change.
375         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
376         make sure you are in a good frame before deleting other
377         windows.
378         (ediff-file-checked-in-p): Don't consider CVS
379         files checked in.
380         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
381         are writing to a newly created empty file.
383         * ediff-mult.el (ediff-show-session-group-hook): New default.
385         * ediff-vers.el (ediff-pcl-cvs-view-revision):
386         First cd to the file directory. reportedly works
387         better with remote files.
389         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
390         Use file-name-nondirectory when passing files to CVS.
392         * ediff-diff.el (ediff-cmp-options): New variable.
393         (ediff-same-file-contents): Use ediff-cmp-options.
395         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
396         ediff-get-patch-buffer): Use current buffer if it appears to be a
397         patch.
399         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
400         C-g
402         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
403         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
404         (viper-save-cursor-color,viper-restore-cursor-color):
405         Improved cursor color handling.
406         (viper-get-saved-cursor-color-in-replace-mode,
407         viper-get-saved-cursor-color-in-insert-mode): New functions for
408         better cursor color handling.
410         * viper-ex.el (ex-read,ex-edit):
411         Fixes for correct interpretation of #,%.
412         (viper-ex): Now works correctly when called from other functions.
413         (viper-glob-function): New variable.
414         (viper-ex): Save excursion before doing :global.
416         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
418         * viper-cmd.el (viper-post-command-sentinel,
419         viper-insert-state-post-command-sentinel,
420         viper-insert-state-pre-command-sentinel): Takes better care of
421          cursor colors.
423         * viper.el: Version change.
425 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
427         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
428         that the modeline display was updated *only* when
429         `whitespace-display-in-modeline' was set, not otherwise.
431 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
433         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
434         "frac12".
436         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
437         ad-activate.
439 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
441         * whitespace.el: Test for existence of `defcustom' and `defgroup'
442         using fboundp instead of assuming that these are not present in
443         particular flavors of emacs.
444         (whitespace-version): Update to 2.8
445         (whitespace-display-in-modeline): Add custom variable to control
446         displaying the whitespace errors on the modeline based on
447         suggestion from <klaus.berndl@sdm.de>
448         (whitespace-buffer): Now returns `t' if unclean and `nil' if
449         clean, to enable using as a hook function, as suggested by Puneet
450         Goel <puneet@computer.org>
451         (whitespace-buffer): Fix a subtle bug that cleaned up only if
452         quiet was not set, even with whitespace-auto-cleanup set.
453         (whitespace-mode-line): Now uses less modeline real estate and
454         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
455         which is present in the file, and <y> is any type of whitespace
456         whose check has been suppressed by setting
457         `whitespace-check-<whitespace-type>' to nil.
458         (whitespace-unchecked-whitespaces): New function to return the
459         list of whitespaces for whom checks have been suppressed.
460         (whitespace-display-unchecked-whitespaces): Renamed to
461         `whitespace-update-modeline' to reflect its functionality.
463 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
465         * progmodes/compile.el (compilation-error-regexp-alist):
466         Undo previous change.
468 1999-10-28  Dave Love  <fx@gnu.org>
470         * help.el (help-follow): Make arg optional again and really
471         default to point.
473 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
475         * paths.el (rmail-file-name): Make it an option.
477         * progmodes/ada-mode.el, progmodes/ada-prj.el,
478         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
479         comment fixes.
481         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
482         MIPS Pro 7.3 compiler error message syntax.
484 1999-10-27  Dave Love  <fx@gnu.org>
486         * progmodes/compile.el: Checkdoc-inspired fixes.
488 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
490         * lpr.el (print-buffer): Doc-string fix.
492 1999-10-27  Dave Love  <fx@gnu.org>
494         * emacs-lisp/advice.el: Doc fixes.
495         (ad-lemacs-p): Removed.
496         (advice): Add :link to defgroup.
498 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
500         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
501         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
503 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
505         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
506         ad-activate.  All callers changed, including those in data.c.
507         (ad-activate-internal-off): Renamed from ad-activate-off.
508         All uses changed.
509         (ad-activate): Renamed from ad-activate-on.  All uses changed.
510         (ad-start-advice, ad-stop-advice, ad-recover-normality):
511         Alter the definition of ad-activate-internal, not ad-activate.
513 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
515         * startup.el (command-line-1): Add support for command line
516         arguments `file' and `execute'.  Fix handling of `visit'.
518 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
520         * international/mule-cmds.el (read-input-method-name): Handle the
521         case that the arg DEFAULT is symbol.
523         * international/mule-diag.el (mule-diag): Handle the case that
524         default-input-method is symbol.
526 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
528         * textmodes/tildify.el: New file.
530 1999-10-25  Sam Steingold  <sds@ksp.com>
532         * Makefile (compile-files): Fixed the "tr" strings.
533         (EMACS): Set to ../src/emacs.
535 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
537         * info.el (Info-build-node-completions): Add '("*") to the
538         completion list.
540 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
542         * frame.el (auto-raise-mode): When enabling the mode,
543         immediately raise the selected frame.
545         * indent.el (indent-region): Doc fix.
547         * comint.el (comint-output-filter): Make the Comint buffer current
548         for the comint-preoutput-filter-functions.
550         * mail/reporter.el: Doc fix.
552 1999-10-24  Stephen Eglen  <stephen@gnu.org>
554         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
555         that Octave lisp files can also run under XEmacs 20.
556         (require 'custom) added so that files can run under Emacs 19.34.
558         * iswitchb.el (iswitchb-default-keybindings): No need to use
559         read-kbd-macro in keybindings.
561 1999-10-23  Dave Love  <fx@gnu.org>
563         * elide-head.el: New file.
565 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
567         * Makefile (compile-files, backup-compiled-files): New targets.
568         (bootstrap, bootstrap-clean): Ditto.
570 1999-10-22  Paul Eggert  <eggert@twinsun.com>
572         * international/mule-cmds.c (locale-language-names):
573         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
574         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
575         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
576         Use Latin-8 for Welsh.
577         Use Latin-1 for English if "en" is explicitly specified.
578         Use Latin-1 for Scots Gaelic, Tagalog.
579         Use Latin-1 (not Latin-4) for Greenlandic.
580         Use Latin-1 (not Latin-2) for Albanian.
581         (locale-preferred-coding-systems, locale-language-names):
582         Remove generic ISO 8859 locales; locale-charset-language-names now
583         does this.
584         (locale-charset-language-names): New variable.
585         (set-locale-environment): Use language name specified by
586         locale-charset-language-names if its charsets disagree with the
587         language name specified by locale-language-names.
589 1999-10-22  Dave Love  <fx@gnu.org>
591         * make-mode.el: Minor doc fixes.
593         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
595 1999-10-21  Dave Love  <fx@gnu.org>
597         * loadup.el: Add latin-8, latin-9.
599 1999-10-20  Paul Eggert  <eggert@twinsun.com>
601         * disp-table.el (standard-display-european): Remove undocumented
602         arg AUTO; no longer used by startup.el.  Do not attempt to treat
603         all non-English language environments as coding system names.
604         Instead, use the downcased language environment name as a coding
605         system name if it is one; otherwise, use latin-1.
607 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
609         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
610         that were split so that part of the comment appeared as Lisp code.
612 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
614         * ps-bdf.el: Doc fix.
616         * ps-print-def.el: New file: common definitions for all parts of
617         ps-print.
618         (ps-multibyte-buffer): Moved from ps-mule.
620         * ps-mule.el: File dependence fix.
621         (ps-multibyte-buffer): Moved to ps-print-def.
623         * ps-print.el: Doc fix, better customization.
624         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
625         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
626         (ps-end-file): Doc fix.
627         (ps-setup, ps-begin-file): Fun fix.
628         (postscript): New group.
629         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
630         (ps-print-prologue-1): Adjust PostScript programming.
631         (ps-print): Adjust group hierarchy.
632         (ps-print-n-up, ps-print-zebra, ps-print-background,
633         ps-print-printer)
634         (ps-print-page): New subgroups.
635         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
636         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
637         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
638         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
639         (ps-zebra-stripe-height, ps-print-background-image)
640         (ps-print-background-text, ps-spool-config): Adjust customization.
641         (dos-ps-printer): Definition eliminated.
643 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
645         * ps-mule.el: Doc fix, define functions properly if mule package is
646         loaded or not.
647         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
648         mule package is loaded or not.
650         * ps-print.el: Doc fix, n-up printing.
651         (ps-print-version): New version number (5.0).
652         (ps-page-dimensions-database): Added document media.
653         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
654         (ps-page-order, ps-printing-region-p): New vars.
655         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
656         funs.
657         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
658         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
659         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
660         (ps-n-up-xstart, ps-n-up-ystart): New macros.
661         (ps-print-begin-sheet-hook): New hook.
662         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
663         const.
664         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
665         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
666         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
667         (ps-count-lines): Changed to defun.
668         (ps-header-page): Changed to defsubst, fix fun.
669         (ps-printing-region): Doc fix, adjust programming code.
670         (ps-output-boolean, ps-background-pages, ps-background-text)
671         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
672         programming code.
674 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
676         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
677         (ps-print-version): New version number (4.2).
678         (ps-spool-config, ps-spool-tumble): New vars.
679         (ps-print-prologue-1): Changed to defconst, adjust PostScript
680         programming, new PostScript procedure to handle errors.
681         (ps-print-prologue-2): Changed to defconst.
682         (ps-print-duplex-feature): New const: duplex and tumble setting.
683         (ps-setup, ps-begin-file): Fix funs.
684         (ps-boolean-capitalized): New fun.
686 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
688         * Makefile (dontcompilefiles): Obsoleted.
689         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
690         (EL): Unused.
691         (temacs): Removed (unused).
692         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
693           version of the file (necessary for the update to work properly).
694         (autoloads): Force the use of `pwd`/loaddefs.el.
695         (updates); Redefined in terms of other targets to reduce redundancy.
696         (.el.elc): New default rule, just in case you want it.
697         (compile): Use a single invocation of Emacs.
698         (bootstrap-compile); Unneeded.
699         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
701 1999-10-19  Dave Love  <fx@gnu.org>
703         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
705 1999-10-19  Sam Steingold  <sds@ksp.com>
707         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
708         comply with the comment.
710 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
712         * autorevert.el (auto-revert-mode): Make auto-revert-mode
713         permanent-local.
715 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
717         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
718         value: \"lpr\" changed to "lpr"
719         (ps-mode-version): New constant
720         (ps-mode-show-version): New function, added key in ps-mode-map
721         (ps-run-messages): Removed
722         (ps-run-font-lock-keywords-2): New defcustom variable replacing
723         ps-run-messages. These keywords now include the value of
724         ps-run-prompt, making its fontification customizable.
725         (ps-run-init): Removed \\n from docstring, it is now added when
726         the value is used
727         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
728         ps-run-prompt
729         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
730         customizable variables in doc-string (its equivalent
731         ps-run-messages was missing in previous version of the doc-string)
732         (ps-run-mode): Simplified assignment to font-lock-defaults, using
733         symbols only
735 1999-10-19  Alex Schroeder  <alex@gnu.org>
737         * ansi-color.el: Complete rewrite.
739 1999-10-19  Paul Eggert  <eggert@twinsun.com>
741         Fix bootstrapping problems.
742         Use the system locale to specify Emacs locale defaults.
744         * international/mule-cmds.el (global-map):
745         Do not use backquote, because that makes a bootstrapping
746         problem if you need to recompile all Lisp files using interpreted code.
747         * international/mule.el (charset-id, charset-bytes,
748         charset-dimension, charset-chars, charset-width,
749         charset-direction, charset-iso-final-char,
750         charset-iso-graphic-plane, charset-reverse-charset,
751         charset-short-name, charset-long-name, charset-description,
752         charset-plist): Likewise.
753         * subr.el (save-match-data): Likewise.
755         * international/mule-cmds.el
756         (set-display-table-and-terminal-coding-system): New function,
757         containing code migrated out of set-language-environment.
758         (set-language-environment, set-locale-environment): Use it.
759         (locale-translation-file-name): Moved here from startup.el.
760         (locale-language-names, locale-preferred-coding-systems):
761         New vars.
762         (locale-name-match, set-locale-environment): New functions.
764         * language/japan-util.el (setup-japanese-environment-internal):
765         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
767         * startup.el (iso-8859-n-locale-regexp): Remove.
768         (locale-translation-file-name): Move to mule-cmds.el.
769         (command-line): Move locale-stuff into set-locale-environment.
771 1999-10-18  Dave Love  <fx@gnu.org>
773         * abbrev.el (add-abbrev, inverse-add-abbrev)
774         (expand-region-abbrevs): Remove properties from buffer text.
776 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
778         * iswitchb.el (iswitchb-exhibit): Extract user-input only
779         from the mini-buffer, without the prompt.
781         * simple.el (minibuffer-prompt-end): Return the position
782         after the prompt, not the position of that last character
783         of the prompt.
785 1999-10-17  Miles Bader  <miles@gnu.org>
787         * simple.el: Doc fixes.
789 1999-10-17  Miles Bader  <miles@gnu.org>
791         * simple.el (previous-matching-history-element, next-history-element):
792         Change to work correctly even if the point is in the prompt.
793         (choose-completion-string): Likewise.
794         (minibuffer-prompt-width): New function (compatibility with old subr).
796         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
797         When constraining the final position to the current field,
798         don't use the ONLY-IN-LINE mode of constrain-to-field.
800 1999-10-17  Miles Bader  <miles@gnu.org>
802         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
803         constrain-to-field.
804         * textmodes/paragraphs.el (forward-sentence): Likewise.
806 1999-10-17  Miles Bader  <miles@gnu.org>
808         * simple.el (line-move): Use constrain-to-field to avoid
809         moving into a prompt.
810         (previous-complete-history-element): Clarify doc string.
811         (next-complete-history-element): Likewise.
812         Use field-beginning instead of point-min.
813         (next-matching-history-element): Use field-beginning and
814         erase-field instead of point-min and erase-buffer.
815         * textmodes/paragraphs.el
816         (forward-paragraph, forward-sentence): Likewise.
817         (backward-kill-paragraph, backward-kill-sentence): Remove code to
818         constrain the kill to an field, as the movement commands now
819         do this.
821 1999-10-17  Miles Bader  <miles@gnu.org>
823         * simple.el (previous-matching-history-element): Get the
824         minibuffer input with field-string instead of buffer-string.
825         (choose-completion-string): Likewise.
826         (next-history-element): Likewise.
827         Erase the minibuffer input with erase-field, not erase-buffer.
828         Use field-beginning to find the beginning of the input.
829         * textmodes/paragraphs.el (backward-kill-sentence):
830         Remove minibuffer-prompt hack.
831         Constrain to any input field.
833 1999-10-17  Sam Steingold  <sds@ksp.com>
835         * bindings.el (completion-ignored-extensions): Added ".sparcf"
836         for CMUCL on sparc and ".ufsl" for LispWorks.
837         (bound-and-true-p): Bugfix: free variable `v'.
839 1999-10-16  Dave Love  <d.love@dl.ac.uk>
841         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
842         (edebug-uninstall-read-eval-functions): Use load-read-function,
843         avoiding elisp-eval.
845 1999-10-16  Sam Steingold  <sds@ksp.com>
847         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
848         instead of `eql'.
850 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
852         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
853         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
854         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
855         * ediff-util.el (ediff-make-temp-file):
856         * ediff-vers.el (ediff-pcl-cvs-view-revision):
857         * emerge.el (emerge-make-temp-file):
858         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
859         * vc.el (vc-update-change-log):
860         * mail/mailpost.el (post-mail-send-it):
861         * mail/metamail.el (metamail-region):
862         * progmodes/cmacexp.el (c-macro-expansion):
863         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
865 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
867         * smtpmail.el (smtpmail-via-smtp): Add support for
868         automatically appending a domain to RCPT TO: addresses.
870 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
872         * dired.el (dired-insert-directory): Insert the amount of
873         free space after the total size.
874         (dired-free-space-program, dired-free-space-args): New variables.
876 1999-10-14  Karl Heuer  <kwzh@gnu.org>
878         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
880 1999-10-14  Dave Love  <fx@gnu.org>
882         * international/characters.el:
883         * international/fontset.el:
884         * international/mule-conf.el: Add latin-iso8859-1[45].
886         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
887         strings.
889         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
890         (command-line): Detect Latin-[89] locales.
892 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
894         * international/mule-cmds.el (select-safe-coding-system)
895         (leim-list-header): avoid the use of strings that start with backslash
896           newline since lread.c:read1 has a hack to turn those strings into
897           integer 0 during the loadup.el process.
899         * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
901 1999-10-13  Dave Love  <fx@gnu.org>
903         * image.el (insert-image): Copy the image spec and add an
904         intangible property.
906 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
908         * help.el (help-xref-interned): Make it also work on variable-only
909         and function-only symbols.
910         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
911         (help-follow): If the point under mouse is not highlighted, try
912         `help-xref-interned' on the pointed-to symbol anyway.
914         * info.el (Info-on-current-buffer): New entry point.
915         (Info-find-node): Split into two for Info-on-current-buffer to
916         hook into it.
917         (Info-current-file, Info-set-mode-line, Info-up):
918         Info-current-file can now be t.
919         (Info-clone-buffer-hook): function for `clone-buffer'.
920         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
921         `clone-buffer' available in various ways to the user.
923 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
925         * simple.el (shell-command, shell-command-on-region): Use
926         make-temp-file.
927         (clone-buffer, clone-process, clone-buffer-hook): New functions.
929         * subr.el (with-current-buffer): Don't use backquotes to avoid
930         bootstrapping problems.
932         * loadup.el (load-path): Add subdirs for bootstrapping.
933         (docstrings): Ignore errors during bootstrapping.
934         (args): New `bootstrap' argument (for use in place of `dump').
936 1999-10-12  Emmanuel Briot  <briot@gnat.com>
938         * ada-stmt.el: Doc-string fixes.
940 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
942         * recentf.el: New file.
944         * ps-mode.el: New file.
946         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
947         case insensitive.
949 1999-10-12  Richard Sharman  <rsharman@pobox.com>
951         * sh-script.el: Added support for indenting existing scripts.
952         (sh-mode-map): Added new bindings.
953         (sh-mode): Updated mode doc-string for new commands, added
954         make-local-variable calls, initialize mode-specific variables.
955         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
956         is now a different function.
957         (sh-header-marker):  Changed docstring.
958         (sh-set-shell): Initialize mode-specific variables.
959         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
960         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
961         Changed these define-skeleton calls to work with user-specified
962         indentation settings.
963         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
964         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
965         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
966         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
967         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
968         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
969         (sh-guess-basic-offset, sh-handle-after-case-label)
970         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
971         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
972         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
973         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
974         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
975         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
976         (sh-handle-this-then, sh-help-string-for-variable)
977         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
978         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
979         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
980         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
981         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
982         (sh-remove-our-text-properties, sh-rescan-buffer)
983         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
984         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
985         (sh-scan-case, sh-search-word, sh-set-char-syntax)
986         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
987         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
988         functions.
989         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
990         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
991         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
992         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
993         (sh-var-list): New variables.
995 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
997         * quickurl.el (quickurl-list-insert): `count-lines' was returning
998         a value one line to high if the cursor wasn't at the start of a
999         line. A `beginning-of-line' is now performed before making the
1000         call to `count-lines'.
1002 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
1004         * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1006 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
1008         * Makefile (setwins): abstract out the command to find subdirectories
1009         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
1010         (custom-deps, finder-data, autoloads, update-subdirs, updates)
1011         (autoloads-with-other-emacs): use it.
1013         * diff-mode.el: new file.  A mode for viewing/editing context diffs.
1015 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
1017         * Makefile (bootstrap-compile): New target.  Compile Lisp
1018         files with ../src/temacs.
1020 1999-10-08  Simon Marshall  <simon@gnu.org>
1022         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1023         (regexp-opt-group): Use it to get common suffixes in STRINGS.
1024         If STRINGS is nil, return "" rather than nil.
1026 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1028         * Makefile (compile): Compile files one by one.  Set load-path to
1029         current directory and subdirectories when compiling.
1031 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
1033         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1034         (emacs): Use it everywhere instead of EMACS.
1035         (compile): New target.  Compile all Lisp files from scratch.
1036         (recompile): New target.  Recompile lisp directory.
1037         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
1038         an Emacs executable not built in the current directory tree.
1040 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
1042         * filecache.el (file-cache-completion-ignore-case): New variable,
1043         defaulting to the value of completion-ignore-case.
1044         (file-cache-minibuffer-complete): Use it.
1045         (file-cache-files-matching, file-cache-files-matching-internal):
1046         New functions.
1048 1999-10-07  Emmanuel Briot  <briot@gnat.com>
1050         * ada-xref.el: New file
1052         * ada-prj.el: New file
1054         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1056         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1057         subprogram being created.
1059         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1060         ada-indent-newline-indent): Rewritten to support the new indentation
1061         scheme
1063         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1064         New functions
1066         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1067         justification parameter
1069         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1070         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1071         external program
1073 1999-10-07  Dave Love  <fx@gnu.org>
1075         * bindings.el (bound-and-true-p): New macro.
1076         (make-mode-line-mouse-sensitive): Don't require easymenu.
1078 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
1080         * custom.el (defface): Extend documentation for new values of
1081         `type'.
1083         * faces.el (face-spec-set-match-display): Recognize `type' of
1084         `motif', `lucid', `x-toolkit'.
1085         (menu): New face.
1087 1999-10-05  Dave Love  <fx@gnu.org>
1089         * files.el: Recognize temporary crontab files.
1091         * info.el: Require jka-compr when compiling.
1092         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1094 1999-10-04  Dave Love  <fx@gnu.org>
1096         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1097         scroll-up-aggressively, scroll-down-aggressively.
1099         * time.el (display-time-mode): Add autoload cookie.
1101         * rect.el (delete-extract-rectangle): Doc fix from verna.
1103         * help-macro.el (three-step-help): Customize.
1105 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1107         * hexl.el (hexlify-buffer): Move point in proper range
1108         if it is too large.
1109         (hexl-after-revert-hook): Update hexl-max-address.
1110         (hexl-address-to-marker): Doc fix.
1112 1999-10-03  Dave Love  <fx@gnu.org>
1114         * image.el (defimage): Remove redundant code.  Substitute file in
1115         image plist.
1117 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1119         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1120         when doing with-temp-file.
1122 1999-10-01  Dave Love  <fx@gnu.org>
1124         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1126         * help.el: Require view when compiling.
1127         (view-emacs-FAQ): Use Info version.
1129 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
1131         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1132         (normat->normal).  Use correct font names for Korean
1133         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1135 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
1137         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1138         code not used by KOI8 to the same 8-bit code instead of mapping to
1139         SPC.
1140         (cyrillic-alternativnyj-decode-table): Likewise.
1142 1999-09-29  Alex Schroeder  <alex@gnu.org>
1144         * sql.el (sql-imenu-generic-expression): new, used to set
1145         imenu-generic-expression.
1146         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1147         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
1148         imenu-case-fold-search, and imenu-syntax-alist.
1149         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1150         setting font-lock-defaults' SYNTAX-ALIST.
1152 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1154         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1155         macro, try again.
1157 1999-09-28  Dave Love  <fx@gnu.org>
1159         * cus-edit.el (custom-comment): Change widget definition.
1160         (custom-comment-create, custom-comment-show)
1161         (custom-comment-invisible-p): Don't use :comment-overlay.
1162         (custom-comment-hide): New function.
1163         (custom-variable-set, custom-variable-save)
1164         (custom-variable-reset-standard, custom-face-set)
1165         (custom-face-save): Use it.
1167 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1169         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1171 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1173         * faces.el (region): Doc fix.
1175 1999-09-27  Dave Love  <fx@gnu.org>
1177         * isearch.el (isearch): Add :links in defgroup.
1178         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1179         (isearch-switch-frame-handler): Comment out (unused).
1180         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1181         (isearch-ring-retreat-edit): Doc fix.
1182         (isearch-mouse-yank): New command.
1183         (isearch-last-command-char): Removed.  Callers changed to use
1184         last-command-char.
1185         (isearch-char-to-string): Removed.  Callers changed to use
1186         char-to-string.
1188 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
1190         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1191         option for Russian.
1193 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
1195         * faces.el (face-differs-from-default-p): Compare face
1196         attributes individually.
1198         * image.el (put-image, insert-image): Add string argument.
1200 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
1202         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1203         LANG=de_DE.iso88591 on HPUX 11.0.
1205         * dired.el (dired-move-to-filename-regexp): Make it work
1206         for LANG=de_DE.iso88591 on HPUX 11.0.
1208 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1210         * info.el (info-initialize): Don't test existence of ALTERNATIVE
1211         if we know for some other reason it should not be used.
1213         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1214         New variable.
1215         (edebug-recursive-edit): Save current-prefix-arg there,
1216         bind it, and set it back at the end.
1217         (edebug-outside-excursion): Restore and update the outside
1218         value of current-prefix-arg.
1219         (edebug-emacs-version-specific): Delete support for Epoch.
1221 1999-09-24  Howard Melman  <howard@silverstream.com>
1223         * imenu.el (imenu-after-jump-hook): New variable.
1224         (imenu): Run menu-after-jump-hook.
1225         (imenu-name-lookup-function): New variable.
1226         * imenu.el (imenu--in-alist): Use those variables.
1228 1999-09-24  Carsten Dominik  <cd@gnu.org>
1230         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
1231         multiple thebibliography environments.
1233         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1234         with recentering window.
1235         (reftex-extract-bib-entries-from-thebibliography,
1236         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
1237         with multiple thebibliography environments.
1239         * textmodes/reftex-vars.el
1240         (reftex-section-levels): Function allowed as cdr.
1241         (reftex-max-section-depth) New option.
1243         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1244         with multiple thebibliography environments.
1246 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
1248         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1249         instead of point-min in call to delete-region.
1251 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
1253         * vc.el (vc-backend-checkout): Use with-temp-file when checking
1254         out into arbitrary file names.
1256 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
1258         * language/european.el ("Turkish"): New language environment.
1260 1999-09-19  Dave Love  <fx@gnu.org>
1262         * delim-col.el: New file.
1264 1999-09-17  Richard Stallman  <rms@gnu.org>
1266         * files.el (after-find-file): When visiting a backup file,
1267         make it read-only.
1269         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1270         (apropos-keybinding-face, apropos-label-face): Likewise.
1271         (apropos-property-face, apropos-match-face): Likewise.
1272         (apropos-label-properties): New variable.
1273         (apropos-print-doc): Use apropos-label-properties.
1274         (apropos-print): Set apropos-label-properties.
1276 1999-09-15  Richard Stallman  <rms@gnu.org>
1278         * winner.el: Use aref instead of sref.
1280         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1282 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
1284         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1286 1999-09-14  Richard Stallman  <rms@gnu.org>
1288         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1289         cookie, even if followed by a letter.
1291 1999-09-14  Stephen Eglen  <stephen@gnu.org>
1293         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1294         --no-line-editing are passed to Octave by including them here
1295         rather than storing them in inferior-octave-startup-args.
1297 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
1299         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1300         command, option, env and sc.
1302         * subr.el (shell-quote-argument): Quote argument with double
1303         quotes for ms-dos.
1305 1999-09-14  Richard Stallman  <rms@gnu.org>
1307         * simple.el (eval-expression-print-level): New variable.
1308         (eval-expression-print-length): New variable.
1309         (eval-expression-debug-on-error): New variable.
1310         (eval-expression): Bind print-level, print-length and
1311         debug-on-error from those vars.
1313         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1314         Bind print-level, print-length and debug-on-error.
1316 1999-09-14  Inge Frick  <inge@nada.kth.se>
1318         * dired.el (dired-recursive-deletes): New custom variable.
1319         (dired-re-no-dot): New variable.
1320         (dired-delete-file): New function deletes files and directories
1321         recursively.
1322         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1324         * dired-aux.el (dired-recursive-copies): New custom variable.
1325         (dired-handle-overwrite): Broke a long line.
1326         (dired-copy-file): Call `dired-copy-file-recursive' instead of
1327         `copy-file'.
1328         (dired-copy-file-recursive): New function.  Copy directories
1329         recursively.
1330         (dired-do-create-files): Added support for generalized directory
1331         target.  How-to function may now return a function.  New fluid
1332         variable `dired-one-file'.
1333         (dired-copy-how-to-fn): New variable.
1334         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1335         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1336         (dired-do-copy-regexp): No recursive copies.
1338 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
1340         * whitespace.el (whitespace-version): Update version to 2.4
1342         * whitespace.el: Add customization variables to conditionally test
1343         any of the five whitespaces, per request from Rune Kleveland
1344         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1346         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1348         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1349         list of modes to be checked for bogus whitespaces.
1351         * whitespace.el (whitespace-rescan-timer-time): Update
1352         documentation.
1354         * whitespace.el (whitespace-display-unchecked-whitespaces):
1355         new function to update modeline with untested whitespaces.
1357         * whitespace.el (whitespace-buffer): Test only whitespaces whose
1358         checking is turned on, and update modeline using the newly created
1359         `whitespace-display-unchecked-whitespaces'.
1361         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1362         whose checking is turned on, and update modeline using the newly
1363         created `whitespace-display-unchecked-whitespaces'.
1365         * whitespace.el (whitespace-describe): Update documentation.
1367         * whitespace.el (whitespace-tickle-timer): Test if
1368         `whitespace-rescan-timer-time' is non-zero before tickling timer.
1370 1999-09-13  Dave Love  <fx@gnu.org>
1372         * hideif.el (hide-ifdef-mode): Add autoload cookie.
1374         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1375         for temp buffer.
1376         (checkdoc-this-string-valid): Don't assume default comment-start.
1378 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
1380         * rsz-mini.el: Remove code, keep the interface.
1382 1999-09-13  Dave Love  <fx@gnu.org>
1384         * help.el (help-highlight-p): Doc fix.
1386         * faces.el (mode-line, header-line, tool-bar): Add :version.
1387         (highlight, secondary-selection): Add :group.
1388         (trailing-whitespace): Add :group, :version.
1390         * wid-edit.el: Remove some compatibility code and checks.
1391         (widget-specify-field, widget-specify-button): Don't use XEmacs
1392         properties.
1393         (widget-overlay-inactive): Change error message.
1394         (widget-button-pressed-face): New variable.
1395         (widget-button-click): Use it.
1396         (widget-documentation-link-add): Specify mouse and button faces.
1397         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1398         removed now the functionality is built in.
1400         * cus-edit.el: Don't define-widget-keywords.
1401         (multimedia): New group.
1402         (custom-last): Function removed.
1403         (custom-quote): Add vectorp case, comment out characterp case.
1404         (custom-buffer-done-function, custom-raised-buttons): New option.
1405         (Custom-buffer-done): New function.
1406         (custom-buffer-create-internal): Obey custom-raised-buttons,
1407         Custom-buffer-done.
1408         (custom-button-face): Make it `released-button'.
1409         (custom-button-pressed-face): Make it `pressed-button'
1410         (custom-mode-map): Bind "q" to Custom-buffer-done.
1411         (custom-mode): Deal with raised/pressed buttons.
1413         Changes from Didier Verna:
1414         (custom-prompt-variable): Optional third arg makes prompt for a
1415         comment string.
1416         (customize-set-value, customize-set-variable,
1417         customize-save-variable): Optional prefix makes function handle
1418         variable comments.
1419         (customize-customized, customize-saved, custom-variable-state-set)
1420         (custom-variable-set, custom-variable-save, custom-face-state-set)
1421         (custom-variable-reset-saved, custom-variable-reset-standard)
1422         (custom-face-set, custom-face-save, custom-face-reset-saved)
1423         (custom-face-reset-standard, customize-save-customized): Handle
1424         custom comments.
1425         (custom-comment-face, custom-comment-tag-face): New face.
1426         (custom-comment): New widget.
1427         (custom-comment-create, custom-comment-delete)
1428         (custom-comment-value-set, custom-comment-show)
1429         ()custom-comment-invisible-p): New functions.
1430         (custom-variable-value-create, custom-face-value-create): Create a
1431         comment field widget.
1432         (custom-variable-menu, custom-face-menu): New entry for custom
1433         comment.
1434         (custom-face-value-create): Remove compatibility code.
1435         (custom-save-variables, custom-save-faces): Possibly save custom
1436         comments.
1438         * cus-face.el (custom-face-attributes): Simplify :underline,
1439         :overline, :inverse-video cases.  Fix up :box case (probably needs
1440         more work).
1442         Change from Didier Verna:
1443         (custom-set-faces): The arguments can now have a custom comment as
1444         fourth argument.
1446         * custom.el: Don't define-widget-keywords.
1447         Change from Didier Verna:
1448         (custom-set-variables): the arguments can now have a
1449         custom comment as fifth element.
1451 1999-09-13  Richard Stallman  <rms@gnu.org>
1453         * info.el (Info-find-node): Cope better if guesspos is too large.
1455 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1457         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
1458         of buffer-substring because buffer-string doesn't copy the
1459         prompt.
1461         * faces.el (mode-line): Replaces `modeline'.
1462         (toplevel): Make `modeline' an alias for `mode-line'.
1464 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
1466         * gs.el: Change `ghostscript' to `postscript' in comment.
1468 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
1470         * emulation/tpu-edt.el (tpu-version): New version.
1471         (tpu-search-overlay, tpu-replace-overlay): New variables.
1472         (tpu-search-highlight, tpu-toggle-direction): New functions.
1473         (tpu-lm-replace): Set tpu-replace-overlay.
1474         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1475         command hook.
1477 1999-09-11  Richard Stallman  <rms@gnu.org>
1479         * isearch.el (isearch-mode-map): Undo previous change.
1481         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1482         use all of that as the sexp.
1484         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1485         and use the initial argument as file name directly.
1486         Likewise if nothing matches.
1488 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
1490         * winner.el: Major changes.  Avoid changing point and mark.
1491         Save configurations after they change, not before.
1493 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
1495         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1496         Bind print-continuous-numbering and print-number-table.
1498 1999-09-10  Dave Love  <fx@gnu.org>
1500         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1502 1999-09-09  Richard Stallman  <rms@gnu.org>
1504         * whitespace.el: Finish making it fit Emacs conventions.
1505         Add autoloads.
1507 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
1509         * generic-x.el (bat-generic-mode): "::"-style comments don't
1510         need to begin with "-".  Fix the font-lock definitions of ON/OFF
1511         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
1512         from the list of keywords.  Add DO to the list of keywords.
1514 1999-09-09  Dave Love  <fx@gnu.org>
1516         * byte-opt.el (byte-optimize-backward-char):
1517         (byte-optimize-backward-word): New optimizations.
1518         (side-effect-free-fns, side-effect-and-error-free-fns): Add
1519         entries.
1521 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
1523         * image.el (put-image): Remove optional buffer parameter.
1525         * faces.el (face-italic-p): Return t only for values `italic'
1526         and `oblique'.
1528         * mouse.el (mouse-drag-mode-line-1): Extension of former
1529         mouse-drag-mode-line that also drags the header line.
1530         (mouse-drag-mode-line): Call it.
1531         (mouse-drag-header-line): New.
1532         (toplevel): Bind down-mouse-1 on header lines to
1533         mouse-drage-header-line.
1535 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
1537         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1538         (make-mode-line-mouse-sensitive): Replace `top-line' by
1539         `header-line'.
1541 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
1543         * help.el (describe-function-1): Don't return empty string for keymaps.
1545         * fill.el (fill-region-as-paragraph, canonically-space-region):
1546         Respect colon-double-space at end of line.
1548 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
1550         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
1551         (backup-buffer): Use it.
1553 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
1555         * generic-x.el (generic-define-unix-modes): Added new modes:
1556         inetd-conf-generic-mode, etc-services-generic-mode,
1557         etc-passwd-generic-mode.  These are all defined for Unix by default.
1558         (apache-generic-mode): Use an imenu-generic-expression to list
1559         Configuration keywords.
1560         (samba-generic-mode): Use both ; and # as comment characters.
1561         (samba-generic-mode): Font-lock expressions now highlight name
1562         value pairs.
1563         (bat-generic-mode): Keywords are now case-insensitive through
1564         font-lock-defaults setting.
1565         (java-properties-generic-mode): Supports both ! and # as comment
1566         characters.
1567         (java-properties-generic-mode): Added an imenu-generic-expression
1568         (java-properties-generic-mode): Reworked to support the various
1569         different ways to separate name and value (viz, '=', ':' and
1570         whitespace).
1571         (show-tabs-generic-mode): Added this new generic-mode.
1573 1999-09-08  Richard Stallman  <rms@gnu.org>
1575         * progmodes/inf-lisp.el: Moved from top directory.
1577         * tar-mode.el (tar-header-block-tokenize):
1578         Use `when' instead of `and'.  Fix some clobbered text.
1580         * gud.el (gud-make-debug-menu): Make a child for the
1581         local menu, for its menu bar, and the debug menu.
1582         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
1583         Use the history in the simple way.
1585 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
1587         * language/korea-util.el (default-korean-keyboard): Initialize it
1588         according to the environment variable HANGUL_KEYBOARD_TYPE.
1590 1999-09-07  Richard Stallman  <rms@gnu.org>
1592         * subr.el (make-temp-file): New function.
1594 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
1596         * font-lock.el (font-lock-multiline): New text property contains
1597         a boolean to indicate if the char is part of a multiline match.
1598         (font-lock-default-fontify-region): Extend the region appropriately
1599         for multiline keywords.
1600         (font-lock-default-unfontify-region): Also remove the new
1601         font-lock-multiline text property.
1602         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
1603         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
1605 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1607         * diary-lib.el (list-diary-entries): Make sure two-digit years
1608         have leading zeros.
1610 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1612         * faces.el (face-set-after-frame-default): Initialize some
1613         attributes of some faces from frame parameters.
1615         * faces.el (scroll-bar, border, cursor, mouse): New faces.
1617 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
1619         * faces.el (fringe): Replaces face `margin'.
1621 1999-09-07  Dave Love  <fx@gnu.org>
1623         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
1625 1999-09-07  Richard Stallman  <rms@gnu.org>
1627         * subr.el (push): Doc fix.
1629 1999-09-06  Richard Stallman  <rms@gnu.org>
1631         * vc.el (vc-annotate-display): Use < 69 not < 70
1632         to distinguish 20YY from 19YY.
1634         * timezone.el (timezone-parse-date): Use < 69 not < 70
1635         to distinguish 20YY from 19YY.
1637         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
1639 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
1641         * quickurl.el: (quickurl-list-focused-line): Removed.
1642         (quickurl-list-insert): Now works out the focused line using
1643         `count-lines' instead of using `quickurl-list-focused-line'.
1645 1999-09-06  Richard Stallman  <rms@gnu.org>
1647         * mail/rmail.el (rmail-retry-failure): Unconditionally move
1648         to beginning of message.
1650 1999-09-06  Dave Love  <fx@gnu.org>
1652         * isearch.el (isearch-mode-map): Add mouse-2.
1654         * rmail.el (rmail-read-password): Deleted.
1655         (rmail-get-pop-password): Use read-password.
1657         * quickurl.el: Don't conditionally define caddr.
1658         (quickurl-url-comment): Use nth, not caddr in function and
1659         defsetf.
1661 1999-09-06  Richard Stallman  <rms@gnu.org>
1663         * auto-show.el: Doc fixes.
1665 1999-09-06  Stephen Eglen  <stephen@gnu.org>
1667         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
1668         --no-line-editing so that TABs in source files are not interpreted
1669         as completion requests.
1671 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
1673         * hscroll.el, auto-show.el: Remove all code, keep the public
1674         interface as no-ops.
1676         * faces.el (face-bold-p): Don't return t if face has lighter
1677         weight than normal.
1679 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
1681         * startup.el (command-line): Make small-temporary-file-directory
1682         be nil except on ms-dos.
1684         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
1686         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
1687         is defined.
1689         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
1690         letters with a colon after d or l.
1692 1999-09-06  Dave Love  <fx@gnu.org>
1694         * byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
1696 1999-09-05  Richard Stallman  <rms@gnu.org>
1698         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
1700         * textmodes/paragraphs.el (backward-kill-sentence):
1701         Don't test minibuffer-prompt-end here.
1702         (forward-sentence): Do handle it here.
1703         (backward-kill-paragraph): Don't test it here.
1704         (forward-paragraph): Handle it here.
1706         * mouse.el (font-menu-add-default): Simplify code.
1708 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1710         * faces.el (header-line): Renamed from `top-line'.
1712 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
1714         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
1716 1999-09-04  Richard Stallman  <rms@gnu.org>
1718         * whitespace.el: New file.
1720 1999-09-04  Dave Love  <fx@gnu.org>
1722         * paths.el: Make some doc strings obey the make-docfile convention.
1724         * bindings.el: Likewise.
1725         (debug-ignored-errors): Remove BBDB ones.
1727 1999-09-03  Richard Stallman  <rms@gnu.org>
1729         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
1730         not from the draft to forward.
1732         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
1734 1999-09-03  Dave Love  <fx@gnu.org>
1736         * double.el (double-mode): Customize the variable.
1738 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
1740         * international/characters.el: Delete duplicated code.
1742 1999-09-02  Richard Stallman  <rms@gnu.org>
1744         * indent.el (indent-relative): Doc fix.
1746         * quickurl.el (quickurl): Doc fix.
1748 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1750         * faces.el (margin): Change background to "gray" for mono (this is
1751         drawn with a stipple pattern).
1753 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
1755         * simple.el (next-history-element): Use minibuffer-prompt-end once
1756         again.  Remove test for minibuffer-prompt-in-buffer.
1758 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
1760         * files.el (small-temporary-file-directory): New variable.
1762         * startup.el (command-line): Compute the value of
1763         small-temporary-file-directory.
1765         * ediff-init.el (ediff-temp-file-prefix): Use
1766         small-temporary-file-directory if non-nil.
1768         * vc.el (vc-update-change-log): Likewise.
1770         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
1772         * simple.el (shell-command, shell-command-on-region): Use
1773         make-temp-name properly.  Use small-temporary-file-directory if
1774         non-nil, otherwise temporary-file-directory, to generate temporary
1775         files.
1777         * dos-w32.el (direct-print-region-helper): Use
1778         temporary-file-directory.  (From Stefan Monnier.)
1780 1999-09-02  Richard Stallman  <rms@gnu.org>
1782         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
1783         from asm-comment-char.
1784         (asm-font-lock-keywords): Recognize instruction width suffixes.
1786 1999-09-01  Richard Stallman  <rms@gnu.org>
1788         * play/fortune.el: New file.
1790 1999-08-31  Dave Love  <fx@gnu.org>
1792         * help.el (help-make-xrefs): Don't lose on non-empty blank line
1793         after key table.
1795         * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
1796         variables.
1798         * subr.el (push): Fix typo.
1800 1999-08-30  Kevin Blake  <kblake@ticnet.com>
1802         * emacs-lisp/ring.el: Many doc fixes.
1803         (ring-size, ring-copy): New functions.
1805 1999-08-29  Richard Stallman  <rms@gnu.org>
1807         * progmodes/etags.el (tags-loop-continue):
1808         After tags-loop-operate returns, force skip to next file.
1810         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
1811         (mail-extr-first-letters, mail-extr-last-letters):
1812         Use character classes [:alpha:] and [:alnum:].
1814         * subr.el (push, pop): New macros.
1816         * progmodes/compile.el (compilation-error-regexp-alist):
1817         New item for SGI IRIX MipsPro compilers.
1819         * speedbar.el (speedbar-directory-buttons): Recognize
1820         device names when checking for file names.
1822         * array.el (array-reconfigure-rows): Use generate-new-buffer.
1824         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
1825         and specially handle defvar inside their expansions.
1826         (eval-defun-1): New subroutine.
1828         * progmodes/compile.el (compilation-error-regexp-alist):
1829         Fix the Perl -w entry to allow period after line number.
1830         Don't allow newlines in file name, but allow them after line number
1831         for Perl debugging traces.
1833         * which-func.el (which-func-cleanup-function): New variable.
1834         (which-function): Call that function.
1836         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
1837         to end a function name.
1839         * informat.el (Info-tagify): Don't insert more than one newline
1840         before the tag table.
1842 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
1844         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
1845         than make-temp-name, use match-string-no-properties, and eliminate
1846         a quadratic behavior when building bibtex-strings.
1848 1999-08-29  Alex Schroeder  <alex@gnu.org>
1850         * comint.el (comint-input-ring-separator): New variable.
1851         (comint-read-input-ring): Doc change; use
1852         comint-input-ring-separator when reading file.
1853         (comint-write-input-ring): Use
1854         comint-input-ring-separator when writing file.
1856 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
1858         * informat.el (Info-tagify): Start by widening.
1859         Match node headers that don't list the file name,
1860         and more kinds of page separations.
1861         Strip properties during tagification.
1862         Use start of node header line as tag's position.
1863         Fix the "done" message.
1865         (Info-validate): Save and restore match data around narrowing down.
1867 1999-08-28  Richard M. Stallman  <rms@gnu.org>
1869         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
1870         On repeated call, override previous values put into
1871         minor-mode-map-alist and minor-mode-alist.
1873 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
1875         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
1877 1999-08-27  Andreas Schwab  <schwab@gnu.org>
1879         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
1880         from cvs update.
1882 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1884         * calendar/calendar.el (calendar-move-hook): New hook.
1886         * calendar/cal-move.el: Call the new hook in every movement function.
1888         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
1889         the right function name.
1891 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
1893         * time-stamp.el: Put quote-backquote around all symbol names
1894         in doc strings, for mousing.
1895         (time-stamp): support multi-line patterns.
1896         (time-stamp-inserts-lines): new variable.
1897         (time-stamp-count): new variable.
1898         (time-stamp-string-preprocess): fixed bug where "%%a" becomes
1899         "Thu" instead of "%a".
1901 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
1903         * simple.el (kill-word): Undo previous change.
1905 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
1907         * jit-lock.el (jit-lock-function): Extend the fontified range
1908         to the beginning of the line containing the range start and
1909         the beginning of the line following the range end.
1911 1999-08-24  Dave Love  <fx@gnu.org>
1913         * timezone.el: Move provide to end.
1914         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
1915         <70 are 2000+.
1916         (timezone-parse-time): Simplify somewhat.
1918 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
1920         * faces.el (margin): Renamed from bitmap-area.
1922 1999-08-24  Alex Schroeder  <alex@gnu.org>
1924         * sql.el: Doc changes.
1925         (sql-sybase): use sql-server instead of sql-database.
1927 1999-08-23  Dave Love  <fx@gnu.org>
1929         * rect.el: Add/fix various doc strings.  Add `*' to all the
1930         interactive specs.
1932 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
1934         * jit-lock.el (jit-lock-function): Use line-beginning-position.
1935         Don't unwind-protect font-lock-fontify-region.
1937         * paragraphs.el (backward-kill-paragraph): Don't move
1938         point into mini-buffer prompt.
1939         (backward-kill-sentence): Ditto.
1941         * simple.el (next-history-element): Use minibuffer-prompt-end.
1942         Remove test for minibuffer-prompt-in-buffer.
1943         (kill-word): Don't move point into mini-buffer prompt.
1945 1999-08-21  Dave Love  <fx@gnu.org>
1947         * Makefile: Exclude CVS dirs like RCS.
1949 1999-08-19  Dave Love  <fx@gnu.org>
1951         * tooltip.el (tooltip-mode): Customize this, per convention.
1952         (tooltip-active): Option deleted.
1954         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
1956         * hanoi.el, page-ext.el: Declare dynamic vars.
1958         * term.el: Avoid ange-ftp related compilation warnings.
1960 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
1962         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
1963         the default so that beginners can benefit from it without
1964         searching in manuals.
1966 1999-08-18  Ray Blaak  <blaak@gnu.org>
1968         * progmodes/delphi.el: Consider assembly sections as blocks, to
1969         indent them better. Make auto-indent on newline optional.
1971 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
1973         * bindings.el (mode-line-modified): Look up key binding for C-x
1974         C-q.  If it's bound call that binding, otherwise call
1975         toggle-read-only.
1977 1999-08-17  Dave Love  <fx@gnu.org>
1979         * info.el (info): Doc fix.
1981         * finder.el (finder-known-keywords): Add `multimedia'.
1983         * apropos.el: Don't capitalize custom group name.
1985         * info-look.el: Remove compatibility code.
1986         (info-lookup-guess-default*): DTRT for point at start of symbol.
1987         (info-complete): Don't lose with point not at end of symbol.
1989 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
1991         * term.el (toplevel): Make face `term-default' an empty face.
1992         The code relied on the fact that Emacs ignored invalid faces in
1993         face text properties in 20.4.
1995 1999-08-16  Richard M. Stallman  <rms@gnu.org>
1997         * subr.el (point-at-eol, point-at-bol): New aliases.
1999         * simple.el: Functions reordered.
2001         * rect.el (delete-rectangle-line): Use line-end-position.
2003 1999-08-16  Karl Heuer  <kwzh@gnu.org>
2005         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2006         here from simple.el.
2008 1999-08-16  Dave Love  <fx@gnu.org>
2010         * mouse.el: Provide `mldrag' for compatibility.
2011         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2012         marked obsolete.
2014         * mldrag.el: Removed since the features are in mouse.el.
2016         * jka-compr.el (auto-compression-mode): New variable for
2017         customization.
2019         * bindings.el (mode-line-mule-info): Doc fix.
2021         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2022         name comparisons.
2024         * files.el (interpreter-mode-alist): Add make, guile, clisp.
2025         (find-file): Doc fix.
2027 1999-08-16  Carsten Dominik  <cd@gnu.org>
2029         * textmodes/reftex.el: Most of the code moved to other files.
2030         * textmodes/reftex-auc.el: New file, split out from reftex.el
2031         * textmodes/reftex-cite.el: New file, split out from reftex.el
2032         * textmodes/reftex-global.el: New file, split out from reftex.el
2033         * textmodes/reftex-index.el: New file, split out from reftex.el
2034         * textmodes/reftex-parse.el: New file, split out from reftex.el
2035         * textmodes/reftex-ref.el: New file, split out from reftex.el
2036         * textmodes/reftex-sel.el: New file, split out from reftex.el
2037         * textmodes/reftex-toc.el: New file, split out from reftex.el
2038         * textmodes/reftex-vars.el: New file, split out from reftex.el
2039         * textmodes/reftex-vcr.el: New file, split out from reftex.el
2041 1999-08-16  Carsten Dominik  <cd@gnu.org>
2043         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2044         conflict with pop-up-frames.
2045         (reftex-special-environment-parsers): New constant.
2046         (reftex-label-alist): car of an entry can also be a function.
2047         (reftex-what-special-env): new function.
2048         (reftex-label-location): Call `reftex-what-special-env'.
2049         (reftex-compile-variables): Check for symbol in
2050         `reftex-label-alist'.
2051         (reftex-what-environment): fixed bug with stacked environments of
2052         same kind (e.g. enumerate).
2053         (reftex-process-string): Preserve default directory.
2054         (reftex-label-alist-builtin): changed prefixes of endnote and
2055         footnote.  Also the magic words.
2056         (reftex-reference): Interprete new option
2057         `reftex-fref-is-default'.
2058         (reftex-replace-prefix-escapes): Interprete new `%S' format.
2059         (reftex-toc-mouse-view-line): Command removed (had no binding).
2060         (reftex-everything-regexp): New function.
2061         (reftex-nearest-match): Made better.
2062         (reftex-toc-find-section): Use new version of
2063         `reftex-nearest-match'.
2064         (reftex-insert-docstruct): adapted to work with the index stuff.
2065         (reftex-parse-from-file): Find index entries as well.
2066         (reftex-toc-toggle-index): New function
2067         (reftex-toc-map): `i' is now used to togle the index, File
2068         boundaries has been moved to `F'.
2069         (reftex-select-label-map): Toggling display of file boundaries is
2070         now on the `F' key, for consistency with `reftex-toc-map'.
2071         (reftex-erase-all-selection-and-index-buffers): Renamed from
2072         `reftex-erase-all-selection-buffer'.  Now also kills the index
2073         buffers.
2074         (reftex-viewing-cross-references): Customization group renamed
2075         from reftex-viewing-cross-references-and-citations.
2076         (reftex-index-macro-regexp,
2077         reftex-find-index-entry-regexp-format): New variables
2078         (reftex-macros-with-index): New variable
2079         (reftex-add-index-macros): New function
2080         (reftex-renumber-simple-labels, reftex-translate): Allow for
2081         multiple labels in a single ref command.
2082         (reftex-index-support): New customization group
2083         (reftex-support-index, reftex-index-special-chars,
2084         reftex-index-macros, reftex-index-default-macro,
2085         reftex-index-default-tag, reftex-index-math-format,
2086         reftex-index-section-letters, reftex-index-include-context,
2087         reftex-index-follow-mode, reftex-index-header-face,
2088         reftex-index-section-face, reftex-index-tag-face,
2089         reftex-index-face): New options
2090         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2091         reftex-index-tag, reftex-index-return-marker,
2092         reftex-index-restriction-indicator, reftex-index-restriction-data,
2093         reftex-index-macro-regexp, reftex-index-level-re,
2094         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2095         reftex-everything-regexp-no-index, reftex-index-re,
2096         reftex-macros-with-index, reftex-index-macro-alist): New variables
2097         (reftex-index-help, reftex-index-macros-builtin,
2098         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2099         reftex-query-index-macro-help): New constants
2100         (reftex-index-selection-or-word, reftex-index,
2101         reftex-default-index, reftex-update-default-index,
2102         reftex-index-complete-tag, reftex-index-select-tag,
2103         reftex-index-complete-key, reftex-index-update-taglist,
2104         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2105         reftex-display-index, reftex-insert-index,
2106         reftex-index-insert-new-letter, reftex-get-restriction,
2107         reftex-index-pre-command-hook, reftex-index-post-command-hook,
2108         reftex-index-show-help, reftex-index-next, reftex-index-previous,
2109         reftex-index-toggle-follow, reftex-index-toggle-context,
2110         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2111         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2112         reftex-index-quit, reftex-index-quit-and-kill,
2113         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2114         reftex-index-revert, reftex-index-switch-index-tag,
2115         reftex-index-restrict-to-section, reftex-index-widen,
2116         reftex-index-restriction-forward,
2117         reftex-index-restriction-backward, reftex-index-visit-location,
2118         reftex-index-analyze-entry, reftex-index-globalize,
2119         reftex-index-edit, reftex-index-toggle-range-beginning,
2120         reftex-index-toggle-range-end, reftex-index-edit-key,
2121         reftex-index-edit-attribute, reftex-index-edit-visual,
2122         reftex-index-edit-part, reftex-index-level-down,
2123         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2124         reftex-index-change-entry, reftex-index-goto-letter,
2125         reftex-add-index-macros, reftex-ensure-index-support,
2126         reftex-index-info-safe, reftex-index-info): New functions.
2129 1999-08-15  Richard M. Stallman  <rms@gnu.org>
2131         * paren.el (show-paren-mode): Support making show-paren-mode
2132         a buffer-local variable.  Don't check for a window system.
2133         (show-paren-function): Check whether show-paren-function is
2134         enabled in current buffer; do the right thing if not.
2135         Don't check for a window system.
2136         (show-paren-mode): Make it a user variable.
2138         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2139         Handle `enum' like `struct'.
2141         * server.el (server-process-filter): If a client visits no buffers,
2142         close it immediately before recording it.
2144         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2145         Optimize by calling concat just once.  Handle =\n sequence.
2146         (mail-unquote-printable-region): New command.
2147         (mail-quote-printable): Make it autoload.
2149 1999-08-15  Karl Heuer  <kwzh@gnu.org>
2151         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2153 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2155         * lisp/texinfmt.el: Handle @ifnottex.
2157 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
2159         * frame.el (blink-cursor): Don't turn on cursor blinking for
2160         ms-dos.
2162         * faces.el (face-valid-attribute-values): Look in
2163         x-bitmap-file-path only for x and w32 window systems.
2165         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2166         Do that if width is nil as well.
2167         (x-display-mm-height, x-display-mm-width): Update values.
2168         (x-colors): Compute the list from msdos-color-values.
2169         (x-select-enable-clipboard): Doc fix.
2170         (x-frob-font-weight, x-font-family-list): New functions.
2172 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
2174         * window.el (shrink-window-if-larger-than-buffer): Don't try to
2175         back up from beginning of buffer.
2177 1999-08-13  Karl Heuer  <kwzh@gnu.org>
2179         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2181 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
2183         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
2184         doomsday clock, speed control is added and changes are made to
2185         allow large numbers of rings: rings now show the whole ring
2186         number, not just the last digit; consecutive rings are allowed to
2187         be the same size when necessary to fit all the rings in the
2188         window; and poles can be oriented horizontally.  Face support is
2189         thrown in gratuitously.
2190         (hanoi): Changed default number of rings back to 3.
2191         (hanoi-unix, hanoi-unix-64): New commands
2192         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2193         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2194         hanoi-odd-ring-face): New variables.
2195         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2196         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2197         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2198         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2199         (hanoi-topos, hanoi-draw-ring): Removed.
2201 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
2203         * faces.el (face-valid-attribute-values): Return an alist for
2204         families on ttys.
2205         (face-read-integer): Handle unspecified face attributes.  Add
2206         completion for `unspecified'.
2207         (read-face-attribute): Handle unspecified font attributes.
2208         (face-valid-attribute-values): Add `unspecified' to lists so that
2209         it can be chosen via completion.
2210         (face-read-string): Don't recognize "none" as input.
2212 1999-08-10  Dave Love  <fx@gnu.org>
2214         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2215         string.
2217         * sun-curs.el: Require sun-fns.
2219 1999-08-10  Dave Love  <fx@gnu.org>
2221         * autorevert.el (auto-revert-mode): Add autoload cookie.
2223         * hscroll.el, auto-show.el: Files deleted -- we have built-in
2224         hscroll.
2226         * simple.el (hscroll-step, hscroll-point-visible)
2227         (hscroll-window-column): Remove now we have the mentioned real
2228         horizontal autoscrolling.
2230 1999-08-10  Richard M. Stallman  <rms@gnu.org>
2232         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
2233         control use of -f option.
2234         (mail-specify-envelope-from): New variable.
2235         (mail-from-style): Doc fix.
2237         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2238         (easy-menu-get-map): New arg TO-MODIFY helps choose
2239         between local and global maps.
2240         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2241         (easy-menu-change): Doc fix.
2243         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2244         (info-lookup-guess-default): Simplified and cleaned up.
2245         (info-lookup-guess-default*): Preserve point.
2247         * view.el (view-mode-disable): If buffer-read-only is nil,
2248         don't change it.
2250         * files.el (after-find-file): Disable View mode if buffer is no
2251         longer read-only.
2253         * view.el (view-mode-enable, view-mode-disable):
2254         Call force-mode-line-update.
2256 1999-08-10  Karl Heuer  <kwzh@gnu.org>
2258         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2259         * array.el, play/landmark.el, international/latin-3.el: Likewise.
2260         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2262 1999-08-10  Alex Schroeder  <asc@bsiag.com>
2264         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2265         to prevent m-eating-bug.
2267 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
2269         * term/pc-win.el (msdos-bg-mode): Remove.  Call
2270         frame-set-background-mode instead.  All callers changed.
2271         (msdos-face-setup): Don't force color display parameter, it is set
2272         by frame-set-background-mode.
2273         (make-msdos-frame): Call x-handle-reverse-video and
2274         face-set-after-frame-default.  Delete frame if creation failed.
2276         * faces.el (face-set-after-frame-default): Don't call
2277         make-face-x-resource-internal for the pc window-system.
2279 1999-08-10  Dave Love  <fx@melange.gnu.org>
2281         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2282         case with no docstring specially.
2284 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
2286         * complete.el (PC-do-completion): If completing on file name,
2287         reproduce str by concatenating its directory and basename parts.
2289 1999-08-07  Dave Love  <fx@gnu.org>
2291         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
2292         unibyte to multibyte conversion of search-forward (from Handa),
2293         but avoid the replacement if the language is Latin-N.
2295 1999-08-06  Richard Stallman  <rms@gnu.org>
2297         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2298         of eval-buffer.
2300         * international/mule.el (load-with-code-conversion):
2301         Pass t to eval-buffer for DO-ALLOW-PRINT.
2303 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
2305         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2306         of filenames and attributes.
2307         (ls-lisp-insert-directory): Use directory-files-and-attributes
2308         for speed.
2310 1999-08-05  Dave Love  <fx@gnu.org>
2312         * auto-show.el (auto-show-mode): Fix :set.
2314         * widget.el (define-widget-keywords): Make dummy definition and
2315         comment-out its use.
2317 1999-08-04  Richard Stallman  <rms@gnu.org>
2319         * progmodes/tcl.el: Customized.
2321         * sql.el (sql-accumulate-and-indent): Instead of testing
2322         whether this is Emacs 20 before calling comint-accumulate,
2323         test whether comint-accumulate is defined.
2325 1999-08-04  Dave Love  <fx@gnu.org>
2327         * sgml-mode.el: Require outline when compiling.
2328         (sgml-mode-hook, html-mode-hook): Customize.
2329         (sgml-validate-command): Fix :version.
2330         (html-autoview-mode): Doc fix.
2332         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2333         nothing in Latin-N environment.
2335         * info.el (Info-find-node): Call info-initialize here.
2336         (info): Not here.
2337         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2339 1999-08-04  Richard Stallman  <rms@gnu.org>
2341         * ansi-color.el: New file.
2343 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
2345         * dired.el (dired-string-replace-match): Return `nil' when no match
2346         found with global search.
2348         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2349         * terminal.el (te-terminfo-directory):
2350         * mail/mailpost.el (post-mail-send-it):
2351         * mail/metamail.el (metamail-region):
2352         * progmodes/ada-mode.el (ada-tmp-directory):
2353         Use temporary-file-directory.
2355         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2356         (compilation-filter, compilation-forget-errors)
2357         (compilation-parse-errors): Use a marker instead of an integer for
2358         `compilation-parsing-end'.
2360         * progmodes/diff.el (diff-parse-differences):
2361         Use a marker instead of an integer for `compilation-parsing-end'.
2362         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2363         Use a marker instead of an integer for `compilation-parsing-end'.
2365 1999-08-03  Richard Stallman  <rms@gnu.org>
2367         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2368         (Buffer-menu-mode): Doc fix.
2369         (Buffer-menu-view): New command.
2370         (Buffer-menu-view-other-window): New command.
2372 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
2374         * replace.el (query-replace-regexp-eval)
2375         (replace-eval-replacement, replace-loop-through-replacements)
2376         (replace-match-string-symbols): New functions.
2377         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2378         Use replace-loop-through-replacements.
2380 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
2382         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2383         (5x5): Doc fix.
2385 1999-08-03  Dave Love  <fx@gnu.org>
2387         * fortran.el (fortran-indent-new-line): Make it an alias
2388         for reindent-then-newline-and-indent.
2390 1999-08-03  Didier Verna  <verna@inf.enst.fr>
2392         * rect.el: All functions rewritten, except when noted above
2393         their declaration.  Below is a list of interface changes.
2394         (apply-on-rectangle): New function, mostly replaces
2395         `operate-on-rectangle'.  All callers changed.
2396         (move-to-column-force): Pass new second argument to `move-to-column'.
2397         (kill-rectangle): Added optional prefix arg to fill lines.
2398         (delete-rectangle): Ditto.
2399         (delete-whitespace-rectangle): Ditto.
2400         (delete-extract-rectangle): Ditto.
2401         (open-rectangle): Ditto.
2402         (clear-rectangle): Ditto.
2403         (delete-whitespace-rectangle-line): New function.
2404         (delete-rectangle-line): Added third arg FILL.
2405         (delete-extract-rectangle-line): Ditto.
2406         (open-rectangle-line): Ditto.
2407         (clear-rectangle-line): Ditto.
2409 1999-08-03  Ray Blaak  <blaak@gnu.org>
2411         * progmodes/delphi.el: New file.
2413 1999-08-02  Richard Stallman  <rms@gnu.org>
2415         * textmodes/outline.el (outline-previous-heading): New function.
2416         (outline-up-heading-all): Use outline-previous-heading.
2417         (outline-next-heading): Delete definition inserted yesterday.
2419 1999-08-01  Richard Stallman  <rms@gnu.org>
2421         * textmodes/outline.el (outline-next-heading): New function.
2422         (outline-up-heading-all): New function.
2423         (outline-font-lock-level): Using outline-up-heading-all.
2424         Tell outline-back-to-heading to accept invisible headings.
2426         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2428         * mail/mh-utils.el (mh-find-path-run): New variable.
2429         (mh-find-path): Test and set that.
2430         Set mail-user-agent only the first time this function is run.
2431         (mail-user-agent): Defvar deleted.
2433         * info.el (info-initialize): New function.
2434         (info): Call info-initialize.
2435         (Info-directory-list): Initialize to nil,
2436         so info-initialize will set it up for real.
2438 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2440         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2441         does not interpret a time as the year in a day-month entry.
2443         * calendar/diary-lib.el: Change syntax table entry for colon in
2444         the diary as part of the european-date-diary-pattern fix.
2446 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
2448         * international/mule.el (set-auto-coding): Allow whitespace before
2449         and after the "variable: value" pair.
2451 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
2453         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2454         (default-sendmail-coding-system): Doc-string fixed.
2456 1999-07-30  Dave Love  <fx@gnu.org>
2458         * subr.el (assoc-delete-all): New function, renamed from
2459         frame-delete-all.
2461         * frame.el: Change comments to doc strings and other doc fixes.
2462         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2463         Callers changed.
2464         (set-background-color, set-foreground-color, set-cursor-color)
2465         (set-mouse-color, set-border-color): Offer completion of colours.
2466         (cursor): Add :version to defgroup.
2468         * facemenu.el (list-colors-display): Make it work on ttys.
2469         (facemenu-read-color): Likewise.
2471 1999-07-30  Richard M. Stallman  <rms@gnu.org>
2473         * frame.el (frame-notice-user-settings): If background
2474         color has been changed, update background-mode from it,
2475         then update faces.
2477 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
2479         * net-utils.el (finger): Don't do indirect fingering.
2481 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2483         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2484         rules.  Add separator at end of holidays.
2485         (cal-tex-rules): New customizable variable.
2486         (cal-tex-latexify-list): Add optional parameter to put separator
2487         at end.
2489 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
2491         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2492         fill prefix on each line while looping to the end of paragraph.
2493         End paragraph if it's longer than the existing fill prefix.
2495         * textmodes/fill.el (fill-context-prefix): Doc fix.
2497 1999-07-30  Dave Love  <fx@gnu.org>
2499         * font-lock.el (jit-lock): Fix :load, add :version.
2501 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
2503         * term/pc-win.el (msdos-face-setup): Register standard colors in
2504         Vface_tty_color_alist.
2505         (face-color-supported-p, face_color_gray_p): New functions.
2507         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2508         is bound.
2510         * startup.el (command-line): Don't register default colors for
2511         MSDOS window-system.
2513 1999-07-29  Dave Love  <fx@gnu.org>
2515         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2516         charquote.
2518         * lisp-mode.el (eval-defun): Re-written to avoid
2519         capturing variables.
2521         * picture.el (picture-beginning-of-line): Don't call
2522         hscroll-point-visible now we have real autoscrolling.
2523         (picture-end-of-line, picture-newline, picture-open-line):
2524         Likewise.
2526         * international/latin-8.el: New file.
2527         * international/latin-9.el: New file.
2529 1999-07-28  Dave Love  <fx@gnu.org>
2531         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2533         * msb.el: Require cl only when compiling.
2534         (msb--home-dir): Deleted.
2535         (msb--format-title): Use abbreviate-file-name.
2536         (msb--choose-file-menu): Simplify string comparison.
2538 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
2540         * faces.el (toolbar): Add face definition for mono displays.
2542 1999-07-27  Richard M. Stallman  <rms@gnu.org>
2544         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2546         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
2547         force copying of default-frame-alist.
2549 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
2551         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
2553 1999-07-26  Richard M. Stallman  <rms@gnu.org>
2555         * frame.el (set-mouse-color): If new color is nil,
2556         really respecify the current color.
2558 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
2560         * faces.el (bitmap-area): Change background of face `bitmap-area'
2561         to white for mono displays.
2563 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
2565         * international/ccl.el (ccl-embed-symbol): New function.
2566         (ccl-program-p): Deleted.  Now it's implemented in C code.
2567         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
2568         (ccl-compile-translate-character): Likewise.
2569         (ccl-compile-map-single): Likewise.
2570         (ccl-compile-multiple-map-function): Likewise.
2571         (declare-ccl-program): Doc-string modified.
2572         (check-ccl-program): Check compiled CCL code by ccl-program-p.
2574 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
2576         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2578 1999-07-25  Markus Rost  <rost@gnu.org>
2580         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
2581         the entries to make custom-file more readable.
2583 1999-07-25  Richard M. Stallman  <rms@gnu.org>
2585         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
2587         * emacs-lisp/edebug.el: Delete compatibility code.
2588         (edebug-next-token-class): If . is followed by a digit,
2589         return `symbol' for the token class.
2591         * startup.el (command-line): If we don't find the user's init file,
2592         set user-init-file to nil.
2594 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2596         * info-look.el (info-lookup-interactive-arguments): Add optional
2597         argument query for new choice of help mode.
2598         (info-lookup-symbol):  Use it.
2599         (info-lookup-file): Ditto.
2600         (info-lookup): Don't switch to other window, if already in Info
2601         buffer.
2603 1999-07-23  Dave Love  <fx@gnu.org>
2605         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
2606         syntax.
2607         (fortran-fontify-string, fortran-match-!-commen): Deleted.
2608         (fortran-font-lock-syntactic-keywords): New variable.
2609         (fortran-mode): Use it.
2610         (fortran-font-lock-keywords-1): Don't do comments.
2611         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
2612         match data.
2614         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
2616         * msb.el (msb-menu-bar-update-buffers): Renamed from
2617         menu-bar-update-buffers.
2618         (msb-custom-set, msb--toggle-menu-type): Call
2619         msb-menu-bar-update-buffers.
2620         (msb-mode): Revise the hook setting.
2622         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
2624 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
2626         * font-lock.el, help.el, simple.el: Re-integrate previously
2627         described changes that were lost due to errors while checking them
2628         in.
2630 1999-07-23  Kevin Blake  <kblake@ticnet.com>
2632         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
2634 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
2636         * international/encoded-kb.el
2637         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
2638         but push it to unread-command-events.
2639         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
2640         (encoded-kbd-self-insert-sjis): Likewise.
2641         (encoded-kbd-self-insert-big5): Likewise.
2643         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
2644         before left margin and fill-prefix by fill-find-break-point.
2646 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
2648         * info-look.el (info-lookup-setup-mode): Don't give up, if
2649         info-lookup-make-completions returns an error.
2650         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
2651         name latex, not latex2e.
2653 1999-07-21  Richard M. Stallman  <rms@gnu.org>
2655         * replace.el (perform-replace): Turn off case-fold-search
2656         if FROM-STRING argument has uppercase in it.
2658 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2660         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
2661         mode is on.  Don't use end of changed text.
2663 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2665         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
2666         (cl-hash-table-p): Renamed from hash-table-p.
2667         (cl-hash-table-count): Renamed from hash-table-count.
2668         (maphash): Alias to cl-maphash removed.
2669         (gethash): Likewise.
2670         (puthash): Likewise.
2671         (remhash): Likewise.
2672         (clrhash): Likewise.
2674 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2676         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
2677         third arg non-nil.  See comment there why this isn't a good idea.
2679 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2681         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
2683         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
2684         sit-for with 3rd arg non-nil to prevent redisplay.
2686 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2688         * image.el (image-type-from-file-header): If file doesn't
2689         have a directory part, add data-directory.
2691 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2693         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
2694         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
2695         motion handling when tooltip-gud-tips-p is nil.
2697 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2699         * tooltip.el (tooltip-mode): Don't use `plusp'.
2700         (tooltip-active): Use initial value of nil.
2702         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
2704 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2706         * bindings.el (make-mode-line-mouse-sensitive): Add key
2707         definitions for `top-line'.
2709 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2711         * faces.el (top-line): New face.
2713 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2715         * image.el (image-type-regexps): Add regexp for PS files.
2717 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2719         * faces.el (set-face-attribute): Fix wrong handling of frame
2720         begin equal to t.
2722 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2724         * image.el (image-type-regexps): Add PNG format.
2726 1999-07-21  Dave Love  <fx@gnu.org>
2728         * bindings.el (mode-line-modified): New variable.
2729         (mode-line-mode-menu-1): Switch to appropriate window before
2730         showing menu.
2732 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2734         * faces.el (face-underline): Removed.
2735         (face-underline-color): Ditto.
2737 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2739         * faces.el (face-x-resources): Fix typo.
2741 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2743         * faces.el: Remove handling of `:relief', extend handling of
2744         `:box'.
2745         (frame-set-background-mode): Choose new defface specs after
2746         frame parameters have changed.
2748         * cus-face.el: Ditto.
2750 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2752         * custom.el (defface): Extend documentation to include new
2753         face attributes.
2755         * cus-face.el (custom-face-attributes): Add overline,
2756         strike-through, box.
2758         * faces.el (face-valid-attribute-values): Handle overline,
2759         strike-through, box.
2760         (face-attribute-name-alist): Add pairs for new face attributes.
2761         (describe-face): Handle new face attributes.
2763 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2765         * faces.el (face-x-resources): Add overline, strike-through, box.
2767 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2769         * enriched.el (enriched-translations): Add `display' and
2770         "x-display".
2771         (enriched-handle-display-prop): New.
2772         (enriched-decode-display-prop): New.
2774         * format.el (top-level): Give `display' property
2775         `format-list-atomic-p.
2776         (format-annotate-single-property-change): Test that property.
2777         If present, treat list property values like atoms.
2779 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2781         * cus-face.el (custom-face-attributes): Use `choice' everywhere
2782         so that "*" can be entered.
2784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2786         * cus-face.el (custom-face-attributes): Don't use `#''.
2788 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2790         * cus-face.el (custom-face-attributes): Return underline
2791         face attribute directly from the second lambda of underline.
2793 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2795         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
2797         * frame.el (after-setting-font-hooks): New variable.
2798         (set-frame-font): Run those hooks.
2800         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
2802         * faces.el (set-face-attribute): Fix doc string.
2804 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2806         * cus-face.el (custom-face-attributes): Accept color name.
2808         * faces.el (face-underline-p): Accept unspecified underlining.
2809         (face-underline): Ditto.  Fix doc string.
2811 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2813         * faces.el (face-underline-color): New function.
2815 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
2817         * cus-face.el (custom-face-attributes): Support underline coloring.
2818         Added slot to choose a color.
2820         * faces.el (face-underline): New function.
2821         (face-underline-p): Support underline coloring.
2822         Return nil only if the underline attribute is 'normal.
2823         (set-face-underline): New function.
2824         (face-valid-attribute-values): Support underline coloring.
2826 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2828         * image.el (insert-image): Use `display' instead of `glyph'
2829         as text property name.
2830         (put-image): Ditto.
2831         (image-type-from-file-header): Use insert-file-contents-literally.
2833 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2835         * easymenu.el (easy-menu-do-add-item): Don't use the empty
2836         string to indicate separators.
2838 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2840         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
2841         instead of message-log.
2843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2845         * faces.el (bitmap-area): New face.
2847 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2849         * image.el (insert-image): New.
2851 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2853         * frame.el (blink-cursor): Set the symbol's value.
2854         (show-trailing-whitespace): Change group to font-lock.
2856 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2858         * jit-lock.el: New.
2859         * font-lock.el: Add jit-mode as new support mode.
2861         * font-lock.el (font-lock-fontify-keywords-region): Stop when
2862         reaching end instead of letting re-search-forward signal an error.
2863         (demand-lock-mode): New.
2864         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
2865         (font-lock-turn-off-thing-lock): Ditto.
2866         (font-lock-after-fontify-buffer): Ditto.
2867         (font-lock-after-unfontify-buffer): Ditto.
2869 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2871         * gs.el: New file.
2873         * startup.el (command-line-1): Activate tooltip mode if
2874         interactive.
2876 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2878         * faces.el (toolbar): Grey default background.
2879         (modeline): Ditto.
2881         * image.el (image-type-regexps): New.
2882         (image-type-from-file-header): New.
2883         (create-image): Call it.
2885 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2887         * image.el: New file.
2889 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2891         * bindings.el (mode-line-format): Replace `mode-name' with
2892         `(:eval mode-line-mode-name)'.
2893         (mode-line-mode-name): New.
2894         (make-mode-line-mouse-sensitive): Don't change default value
2895         of `mode-name'.
2897 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2899         * tooltip.el: New file.
2901 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2903         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
2904         instead of mouse-3 to pop up menus.
2905         (mode-line-kill-buffer): Removed.
2906         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
2907         buffer name.
2908         (mode-line-buffer-menu-1): Removed.
2910         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
2912         * bindings.el (mode-line-buffer-identification-keymap): New.
2913         (mode-line-buffer-menu-keymap): New.
2914         (mode-line-mode-menu-keymap): New.
2915         (mode-line-unbury-buffer): New.
2916         (mode-line-other-buffer): New.
2917         (mode-line-kill-buffer): New.
2918         (mode-line-buffer-menu-1): New.
2919         (mode-line-mode-menu-1): New.
2920         (make-mode-line-mouse-sensitive): New.
2922 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2924         * help.el (describe-key-briefly): Handle mode line strings
2925         with local-map properties.
2926         (describe-key): Ditto.
2927         (mode-line-key-binding): New.
2929 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2931         * scroll-bar.el (scroll-bar-timer): New.
2932         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
2934 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2936         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
2937         and `bottom'.
2939 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2941         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
2942         (global): Use different key bindings if using tookit scroll bars.
2944 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2946         * faces.el (modeline): Define mode line face with relief for
2947         class color, only.
2948         (toolbar): New face.
2950 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2952         * frame.el (frame-initialize): Set frame-creation-function to
2953         tty-create-frame-with-faces.
2955         * faces.el (frame-set-background-mode): Make it work for
2956         window-system nil.
2958         * faces.el (tty-create-frame-with-faces): New.
2959         (face-set-after-frame-default): Make it work for TTY frames.
2961 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2963         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
2964         Return a list of one font family for TTYs.  Don't return bitmap
2965         file paths for TTY frames.
2967         * faces.el: Add face specs for tty displays to basic faces.
2969         * font-lock.el (font-lock-comment-face): Add spec for color tty.
2970         (font-lock-string-face): Ditto.
2971         (font-lock-keyword-face): Ditto.
2972         (font-lock-builtin-face): Ditto.
2973         (font-lock-function-name-face): Ditto.
2974         (font-lock-variable-name-face): Ditto.
2975         (font-lock-type-face): Ditto.
2976         (font-lock-constant-face): Ditto.
2977         (font-lock-warning-face): Ditto.
2979 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2981         * startup.el (command-line): Register default tty colors.
2983         * faces.el (face-spec-set-match-display): Recognize `type tty'.
2985 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2987         * faces.el (modeline): For X frames, use a modeline with relief.
2989 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2991         * faces.el (frame-update-faces): Copied from 20.2.
2992         (frame-update-face-colors): Ditto.  Code removed that isn't
2993         applicable in the new face implementation.
2995 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
2997         * frame.el (show-trailing-whitespace): New.
2999         * faces.el (trailing-whitespace): New basic face.
3001 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3003         * cus-face.el (custom-facep): Always define as alias for facep.
3005         * cus-face.el (custom-face-attributes): Use choice widgets.
3006         Remove :bold and :italic.
3008 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3010         * faces.el (face-charset-registries): Removed since fontset.el
3011         is no always loaded.
3013 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3015         * faces.el (internal-get-face): Added as obsolete function for
3016         compatibility.
3018 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3020         * frame.el (blink-cursor-end): Call show-cursor.
3021         (blink-cursor-mode): Ditto.
3023 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3025         * faces.el (face-spec-reset-face): Reset all attributes to
3026         `unspecified'.
3027         (face-spec-set): Use it.
3029 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3031         * faces.el (read-all-face-attributes): Bug fix.
3032         (face-read-integer): Allow nil default value.
3033         (face-valid-attribute-values): Use symbol names of attribute
3034         values for completion list.
3036 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3038         * faces.el (internal-find-face): Define for compatibility with
3039         20.2.
3040         (face-id): Likewise.
3042         * faces.el (face-id): Return the ID of a realized face for ASCII.
3044         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
3045         (x-complement-fontset-spec): Use face-charset-registries.
3047         * faces.el (face-font-selection-order): Set font selection order
3048         from Lisp.
3049         (face-alternative-font-family-alist): Set alternative font
3050         families from Lisp.
3052 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3054         * faces.el (set-face-charset-registries): Set symbol value.
3056 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3058         * faces.el (face-set-after-frame-default): Call function
3059         internal-merge-in-global-face.
3061 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3063         * faces.el (face-list): Return symbols from face-global-alist.
3065         * faces.el (face-list): Return a copy of the face name list so
3066         that it cannot be modified from outside (facemenu.el uses
3067         nreverse, for example).
3069         * cus-face.el (custom-face-attributes): Add :bold and :italic
3070         for compatibility with old code.
3072         * faces.el (set-face-attributes-from-resources): Additional
3073         frame parameter.
3074         (make-face-x-resource-internal): Set attributes from resources
3075         for a given frame or all frames.
3077 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3079         * faces.el (all-faces): Removed.
3081         * custom.el (defface): Add new face attributes to function
3082         comment.
3084         * font-lock.el (font-lock-comment-face): Use new face attribute
3085         names.
3086         (font-lock-string-face): Ditto.
3087         (font-lock-keyword-face): Ditto.
3088         (font-lock-builtin-face): Ditto.
3089         (font-lock-function-name-face): Ditto.
3090         (font-lock-variable-name-face): Ditto.
3091         (font-lock-type-face): Ditto.
3092         (font-lock-reference-face): Ditto.
3093         (font-lock-warning-face): Ditto.
3094         ((boundp 'font-lock-face-attributes)): Ditto.
3096         * cus-face.el (custom-face-attributes): Use new face attributes.
3098         * faces.el (set-face-attribute-from-resource): Initialize
3099         from resources only for X and W32.
3101         * cus-face.el (custom-declare-face): Don't make frame-local
3102         faces.
3104         * faces.el (describe-face): Use princ instead of insert.
3106         * faces.el: Add XLFD manipulation functions from 20.2 again
3107         because fontset.el uses them.
3108         (face-set-after-frame-default): Add empty definition.
3110 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3112         * faces.el (make-face): Correct typo.
3113         (set-face-attribute-from-resource): Use let*.
3114         (face-underline-p): Correct typo.
3115         (face-inverse-video-p): Ditto.
3116         (set-face-stipple): Ditto.
3117         (face-read-string): Make completion-list optional parameter.
3119 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3121         * faces.el (face-charset-registries): Alist mapping charset
3122         symbols to registries and encoding.
3124 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3126         * frame.el (blink-cursor-mode): Use interactive spec "P".
3128 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3130         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3131         mode.  The cursor of selected_window blinks if the mode is enabled.
3133 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3135         * simple.el (next-history-element): Set point to the end of the
3136         prompt if minibuffer-prompt-in-buffer.
3138 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
3140         * faces.el (x-font-regexp): Add sub-expression parentheses for
3141         several font name components.
3143 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3145         * faces.el (set-face-relief): Use index 12 for relief.
3146         (face-fill-in): Set relief from data.
3147         (internal-make-face): Init relief to zero.
3149         * faces.el (face-spec-set): call modify-face with additional
3150         parameters for relief and fixed-p.
3152 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3154         * cus-face.el: ':fixed and ':relief added.
3156         * faces.el (describe-face): Add fixed font attribute and relief.
3157         (face-attr-match-p): Ditto.
3158         (face-attr-construct): Ditto.
3159         (face-spec-set): Ditto.
3161 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3163         * faces.el (internal-make-face): Function to create a Lisp vector
3164         suitable for representing a face.
3165         (make-face): Use it instead of make-vector.
3166         (x-create-frame-with-faces): Use it instead of vector.
3167         (internal-facep): Increase vector size to 14.
3168         (internal-make-face): Ditto.
3169         (face-relief): Access relief thickness.
3170         (face-fixed-p): Access fixed font attribute.
3171         (set-face-fixed-p): Set fixed font attribute.
3172         (set-face-relief): Set relief attribute.
3173         (internal-face-interactive-int): Read int attribute of face.
3174         (modify-face): Add fixed-p and relief parameters.
3175         (copy-face): Handle fixed-p and relief.
3176         (face-equal): Compare fixed-p and relief.
3177         (face-differs-from-default-p): Ditto.
3178         (face-nontrivial-p): Add fixed-p and relief.
3180 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3182         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3183         (internal-facep): Increase vector size.
3184         (make-face): Ditto.
3185         (face-shadow-thickness): Added.
3186         (set-face-shadow-thickness): Added.
3187         (modify-face): Add optional shadow-thickness parameter.
3188         (make-face-x-resource-internal): Add shadows.
3189         (copy-face): Ditto.
3190         (face-equal): Ditto.
3191         (face-differs-from-default-p): Ditto.
3192         (face-nontrivial-p): Ditto.
3193         (face-attr-match-p): Ditto.
3194         (face-attr-construct): Ditto.
3195         (face-spec-set): Ditto.
3196         (face-fill-in): Ditto.
3198 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3200         * bench.el (bench-mark-split-window): New bench mark.
3202 1999-07-21  Gerd Moellmann  <gerd@acm.org>
3204         * faces.el (set-face-font): Don't pass default font to
3205         x-resolve-font so that font will not have to be of the same
3206         size.
3208 1999-07-20  Dave Love  <fx@gnu.org>
3210         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3211         unconditionally t.
3213 1999-07-20  Karl Heuer  <kwzh@gnu.org>
3215         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3217 1999-07-20  Dave Love  <fx@gnu.org>
3219         * help.el (describe-variable): Fix test for customizability.
3221         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3222         Check for readonly buffer in interactive spec.
3223         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3224         (backward-kill-word): Add * to interactive spec.
3226         * underline.el (underline-region, ununderline-region): Add * to
3227         interactive spec.
3229         * fill.el (canonically-space-region, justify-current-line): Add *
3230         to interactive spec.
3231         (fill-region-as-paragraph, fill-paragraph, fill-region)
3232         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3233         readonly buffer in interactive spec.
3235         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3236         (backward-kill-sentence, kill-sentence): Add * to interactive
3237         spec.
3239 1999-07-19  Richard M. Stallman  <rms@gnu.org>
3241         * dired-aux.el (dired-do-shell-command): Doc fix.
3243         * shell.el (shell-unquote-argument): New function.
3244         (shell-directory-tracker): Use shell-unquote-argument.
3245         * comint.el (comint-arguments): Handle \ followed by space or tab.
3247 1999-07-19  John Wiegley  <jwiegley@borland.com>
3249         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3250         color codes 39 and 49, which by the way lynx uses them seem to
3251         mean "foreground reset" and "background reset".
3253 1999-07-19  Karl Heuer  <kwzh@gnu.org>
3255         * font-lock.el (c++-keywords): Add "typeid".
3257         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3258         selects no font, treat that as zero selections, not one.
3260 1999-07-19  Dave Love  <fx@gnu.org>
3262         * info.el (Info-search): Don't lose with empty regexp.
3264         * version.el: Cater for (free) `ident' program, not `which'.
3266         * hl-line.el: New file.
3268         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3269         for modes which don't define menus.
3271 1999-07-16  Richard M. Stallman  <rms@gnu.org>
3273         * webjump.el (webjump-sample-sites): Update some URLs.
3275 1999-07-14  Richard Stallman  <rms@gnu.org>
3277         * Version 20.4 released.
3279 1999-07-14  Andreas Schwab  <schwab@gnu.org>
3281         * compare-w.el (compare-windows): Try to find the next window in
3282         the current frame before looking at the other frames.
3284 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
3286         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3287         Use cyrillic-jcuken as default input method.
3289 1999-07-12  Richard Stallman  <rms@gnu.org>
3291         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3292         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3294         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3295         (ispell-local-dictionary-alist): Add koi8-r for character set.
3297         * textmodes/flyspell.el (flyspell-get-word):
3298         Add special handling for when ispell-otherchars is empty.
3300 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
3302         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3303         when having nested functons.
3304         (pascal-indent-nested-functions) (pascal-indent-line)
3305         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3306         indenting nested functions.
3308 1999-07-09  Richard Stallman  <rms@gnu.org>
3310         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3312 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
3314         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3315         the `end' keyword was in the very beginning of the buffer.
3317 1999-07-08  Richard Stallman  <rms@gnu.org>
3319         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3321         * term.el (term-emulate-terminal): Avoid infinite loop
3322         in strange case where minibuffer window is selected but not active.
3324 1999-07-07  Stephen Eglen  <stephen@gnu.org>
3326         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3327         Change regexp so that it doesn't match commands beginning with `cd'.
3329 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3331         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3333 1999-07-06  Richard Stallman  <rms@gnu.org>
3335         * hscroll.el (hscroll-minibuffer-hook): New function.
3336         (hscroll-global-mode): Add and remove that hook.
3337         Set hscroll-old-truncate-was-global's default value.
3339 1999-07-05  Richard Stallman  <rms@gnu.org>
3341         * files.el (revert-buffer): Don't preserve point here.
3342         (revert-buffer-insert-file-contents-function): Doc fix.
3344         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3346         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3347         doing a `stat' when it isn't necessary because that can cause
3348         trouble when an NFS server is down.
3350 1999-07-04  Richard Stallman  <rms@gnu.org>
3352         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3354 1999-07-03  Richard Stallman  <rms@gnu.org>
3356         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3357         for \200...\240 also.
3358         (isearch-printing-char): Use unibyte-char-to-multibyte.
3360 1999-07-02  Richard Stallman  <rms@gnu.org>
3362         * frame.el (minibuffer-frame-alist): Use defcustom.
3363         (pop-up-frame-alist): Likewise.
3364         (initial-frame-alist): Specify * in the doc string.
3366         * hscroll.el (hscroll-mode): Make it a permanent local.
3367         (hscroll-mode): Don't cancel the timer
3368         if HScroll mode is enabled in some other buffer.
3370         * isearch.el (isearch-done): If search ends in middle of intangible
3371         text (due to text property), move on to the limit of that text.
3373 1999-07-01  Andrew Innes  <andrewi@gnu.org>
3375         * man.el (Man-build-man-command): Use value of null-device,
3376         instead of hard-coding "/dev/null".
3378         * dos-w32.el (untranslated-canonical-name): Avoid expanding
3379         ange-ftp file names, which might force ange-ftp to prompt for a
3380         password.
3382         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3383         to prevent references to temp files.
3385 1999-06-30  Richard Stallman  <rms@gnu.org>
3387         * progmodes/sh-script.el (sh-feature): If nothing is known
3388         about the given shell, use the values for `sh'.
3390 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3392         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3393         to make it non-recursive.
3395         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3397 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3399         * auto-show.el (auto-show-mode): Fix Typo in :set.
3401 1999-06-29  Richard M. Stallman  <rms@gnu.org>
3403         * progmodes/sh-script.el (sh-mode): When setting syntax
3404         table, default to the standard one.
3406 1999-06-27  Richard M. Stallman  <rms@gnu.org>
3408         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3410 1999-06-27  Stefan Monnier  <monnier@tequila.cs.yale.edu>
3412         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3413         a frame when `return' is requested (even if pop-up-frames = t)
3414         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3415         should only be set for the bibtex buffer.
3417         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3419         * progmodes/compile.el: Deal with compilation-error-screen-columns
3420         being buffer-local.
3422 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3424         * comint.el (comint-password-prompt-regexp): Allow "(again)".
3426 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3428         * cal-x.el (calendar-only-one-frame-setup): New function.
3429         * calendar.el (calendar): Call it if requested.
3431 1999-06-24  Karl Heuer  <kwzh@gnu.org>
3433         * startup.el (iso-8859-n-locale-regexp): Doc fix.
3435 1999-06-22  Richard M. Stallman  <rms@gnu.org>
3437         * mail/supercite.el (sc-emacs-features): Doc fix.
3439 1999-06-22  Karl Heuer  <kwzh@gnu.org>
3441         * files.el (auto-mode-alist): Add pike-mode.
3443 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
3445         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3446         last byte of a numeric field is a space or a NUL.  Parse it as
3447         potentially part of the number.  This is used by GNU tar
3448         1.12.64012 to handle larger values.
3450 1999-06-20  Karl Heuer  <kwzh@gnu.org>
3452         * custom.el (custom-handle-keyword): Fix error message.
3454 1999-06-18  Andrew Innes  <andrewi@gnu.org>
3456         * mail/smtpmail.el (smtpmail-send-it): Use
3457         convert-standard-filename to make file names for queued mail safe
3458         on Windows (`:' is invalid in file names on Windows).
3460 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
3462         * international/mule-cmds.el (describe-current-input-method):
3463         Current-input-method is string.
3464         (toggle-input-method): Docstring fixed.
3466         * international/mule-diag.el
3467         (describe-current-coding-system-briefly): Fix format string.
3469         * international/mule-util.el (coding-system-eol-type-mnemonic):
3470         Docstring modified.  Return a string.
3472 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
3474         * sql.el (sql-input-ring-file-name): Doc fix.
3476 1999-06-17  Richard M. Stallman  <rms@gnu.org>
3478         * calendar/cal-x.el (special-display-buffer-names):
3479         Don't put (get-file-buffer diary-file) on this list.
3481 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
3483         * play/mpuz.el (mpuz-try-proposal): Fix message call.
3484         Don't penalize player for certain impossible guesses.
3486 1999-06-16  Andrew Innes  <andrewi@gnu.org>
3488         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3489         return the string "Unk  0  0000" so at least it appears to be a
3490         valid timestamp to `dired-move-to-filename-regexp'.
3492 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
3494         * ps-print.el (ps-control-character): Fix previous change.
3496 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3498         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3499         multiple output of the last message.
3501 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
3503         * term/internal.el (IT-display-table-setup): Do not remap \222 to
3504         the ASCII apostrophe, as most DOS codepages have some other glyph
3505         there.
3507 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
3509         * language/ethio-util.el (setup-ethiopic-environment-internal):
3510         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3511         (exit-ethiopic-environment): Likewize.
3513 1999-06-12  Richard M. Stallman  <rms@gnu.org>
3515         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3517 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
3519         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3520         custom-initialize-default to avoid infinite loop.
3521         (crisp-mode): (defun) Call transient-mark-mode here, not when
3522         loading the file.  Run crisp-mode-hook here, and run
3523         crisp-load-hook when loading the file.
3525         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3526         rmail-summary buffer, search for pattern in rmail-file.
3528         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3530         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3532         * ps-print.el (ps-printer-name): Fix custom type.
3534 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
3536         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3537         (vhdl-port-paste-generic-map): Fix indentation bug.
3538         (vhdl-port-paste-port-map): Fix indentation bug.
3539         (vhdl-scan-file-contents): Make scanning case insensitive.
3541 1999-06-11  Richard M. Stallman  <rms@gnu.org>
3543         * files.el (write-file): When buffer is not already visiting a file,
3544         don't put buffer name in the minibuffer, just make it the default.
3545         Also handle just directory as arg usefully in that case.
3547         * simple.el (sendmail-user-agent-compose):
3548         Ignore case when inserting the rest of the "other" headers.
3550         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
3552         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
3553         (info-lookup-interactive-arguments): Never insert the default
3554         into the minibuffer automatically.
3556         * emacs-lisp/cl-extra.el (getf): Don't call get*.
3558 1999-06-09  Richard M. Stallman  <rms@gnu.org>
3560         * simple.el (shell-command): Avoid printing "mark set" message.
3562 1999-06-09  Dave Love  <fx@gnu.org>
3564         * progmodes/compile.el (compilation-error-regexp-alist): Allow
3565         digits in program name in first pattern.
3567 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3569         * vc.el (vc-dired-mode): Don't match anything before the date in
3570         dired-move-to-filename-regexp.
3572 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
3574         * international/quail.el (quail-define-rules): Fix typo in
3575         docstring.
3577 1999-06-05  Stephen Eglen  <stephen@gnu.org>
3579         * iswitchb.el (iswitchb-default-keybindings): Add
3580         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
3581         than when package is loaded.
3583 1999-06-04  Richard M. Stallman  <rms@gnu.org>
3585         * startup.el (command-line): Don't set user-init-file directly;
3586         tell `load' to set it.
3588         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
3590         * simple.el (next-history-element):
3591         Handle minibuffer-text-before-history properly when reading sexps.
3593         * disp-table.el (standard-display-european):
3594         For an interactive call by the user,
3595         don't set enable-multibyte-characters,
3596         and don't set the terminal coding system.
3598         * textmodes/refbib.el: Don't print any messages or display
3599         a buffer when loading the library.
3600         (r2b-help): Doc fix.
3601         (r2b-help-message): Update the documentation.
3602         (r2b-load-quietly): Variable deleted.
3603         (r2b-convert-buffer): Doc fix.
3605 1999-06-04  Dave Love  <fx@gnu.org>
3607         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
3609         * auto-show.el: Don't change hooks on loading.
3610         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
3611         (auto-show-mode): Add to hooks here.
3613 1999-06-04  Richard Sharman  <rsharman@pobox.com>
3615         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
3616         recursion on bogus input.
3618 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
3620         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
3621         does not select a buffer from the buffers menu, then the attached
3622         frame is not switched to anything.
3624 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
3626         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
3627         (viet-viscii-...->viet-vscii...).
3629         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
3631 1999-06-01  Dave Love  <fx@gnu.org>
3633         * progmodes/fortran.el: Add :link to defgroup.
3634         (fortran-blink-matching-if): Match ELSE statements too.
3635         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
3636         that filling is always done.
3638 1999-05-31  Richard M. Stallman  <rms@gnu.org>
3640         * simple.el (append-next-kill): Use an arg to distinguish
3641         interactive calls from Lisp calls, rather than (interactive-p).
3643         * international/iso-transl.el (iso-transl-language-alist):
3644         Interchange n and N.
3646 1999-05-31  Dave Love  <fx@gnu.org>
3648         * msb.el Add to minor-mode-map-alist.  Remove hook installation
3649         and keymap munging on load.
3650         (msb-mode): New option.
3651         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
3652         Doc fix.
3653         (msb-mode-map): New variable.
3654         (msb-mode): New command.
3656 1999-05-31  Dave Love  <fx@gnu.org>
3658         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
3659         (ispell-complete-word-dict): Likewise.
3661 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
3663         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
3664         force the data buffer to be saved, even if the data didn't
3665         change, in case the write filter was modified.  Restore the
3666         current record after read-file-filter finishes.
3668 1999-05-29  Karl Heuer  <kwzh@gnu.org>
3670         * ispell4.el: Obsolete; file deleted.
3672         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
3674         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
3675         VALUE is a syntax table.
3677         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
3679         * simple.el (zap-to-char): Doc fix.
3681 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
3683         * isearch.el (isearch-quote-char): Don't assume character codes
3684         0200 - 0237 stand for characters in some single-byte character
3685         charset.
3687 1999-05-27  Dave Love  <fx@gnu.org>
3689         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
3691 1999-05-27  Andreas Schwab  <schwab@gnu.org>
3693         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
3694         headerline does not exist already.
3696 1999-05-26  Richard Stallman  <rms@gnu.org>
3698         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3699         Avoid nested null-loops.
3701 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
3703         * international/characters.el: Typo fixed; prefered->preferred.
3705         * international/mule-cmds.el (find-coding-systems-for-charsets):
3706         Typo fixed; prefered->preferred.
3708         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
3709         method in read-event.
3711         * international/mule.el (charset-info): Doc-string fixed.
3713 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
3715         * mail/smtpmail.el (smtpmail-send-it): Bind
3716         smtpmail-code-conv-from properly.
3717         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
3718         by smtpmail-code-conv-from.
3720 1999-05-24  Richard Stallman  <rms@gnu.org>
3722         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
3723         Binding deleted also.
3725 1999-05-24  Karl Heuer  <kwzh@gnu.org>
3727         * comint.el (comint-bol-or-process-mark): Doc fix.
3729 1999-05-23  Dave Love  <fx@gnu.org>
3731         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
3732         Enter it on minor-mode-map-alist.
3733         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
3734         Autoload.  Add custom setter.
3735         (crisp-mark-line): Doc fix.
3736         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
3737         (crisp-mode-hook): Define.
3739 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
3741         * files.el (recover-file): Recover buffer-file-coding-system.
3743 1999-05-22  Richard Stallman  <rms@gnu.org>
3745         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
3746         regexp match the date, to avoid treating date as file size.
3747         Add YYYY S option to WESTERN/
3749         * bookmark.el: Delete some XEmacs compatibility code.
3750         (bookmark-jump-noselect): Check vc-backend.
3752         * subr.el (add-to-list): Doc fix.
3754 1999-05-21  Stephen Eglen  <stephen@gnu.org>
3756         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
3758 1999-05-18  Richard Stallman  <rms@gnu.org>
3760         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
3761         non-space after the @anchor command.
3762         (texinfo-format-var): Handle other nested constructs, using
3763         texinfo-parse-expanded-arg and texinfo-discard-command, not
3764         texinfo-parse-arg-discard.
3766         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
3767         (debug): Bind and use debugger-outer-inhibit-redisplay.
3768         Bind inhibit-redisplay to nil.
3769         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
3771 1999-05-17  Dave Love  <fx@gnu.org>
3773         * help.el (describe-function-1): Extra arg, interactive-p.
3774         (describe-key, describe-function): Use it.
3776 1999-05-17  Karl Heuer  <kwzh@gnu.org>
3778         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
3780 1999-05-16  Dave Love  <fx@gnu.org>
3782         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
3783         scroll-preserve-screen-position, scroll-conservatively.
3785 1999-05-16  Dave Love  <fx@gnu.org>
3787         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
3789 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
3791         * progmodes/vhdl-mode.el: Completely revised and massively extended.
3793 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3795         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
3796         magic number and is not associated with a file.
3798 1999-05-14  Richard M. Stallman  <rms@gnu.org>
3800         * files.el (find-file-noselect-1): Fix previous change.
3802 1999-05-14  Simon Marshall  <simon@gnu.org>
3804         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
3806 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
3808         * international/mule-diag.el (mule-diag): Change MULE to Mule in
3809         docstring.
3811         * international/mule-cmds.el: Change MULE to Mule in docstrings
3812         and menus.
3814 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
3816         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
3817         to correctly reflect the value of BaseLineOffset in
3818         RelativeCompose.  Now the value of RelativeCompose is an array of
3819         low and high positions.
3820         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
3821         RLC for the above change.
3823 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
3825         * comint.el (comint-password-prompt-regexp): Modified to match the
3826         output of ksu and ssh-add.
3828 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
3830         * language/korea-util.el (isearch-toggle-korean-input-method):
3831         Adjusted for the change of input method handling in isearch.el.
3832         (isearch-hangul-switch-symbol-ksc): Likewise.
3833         (isearch-hangul-switch-hanja): Likewise.
3835 1999-05-10  Dave Love  <fx@gnu.org>
3837         * help.el (help-make-xrefs): Fix typo.
3839 1999-05-10  Andreas Schwab  <schwab@gnu.org>
3841         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
3842         unibyte-display-via-language-environment.
3844         * help.el (help-make-xrefs): Handle more cases when looking for
3845         commands in a keymap description.
3847 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
3849         * loadup.el: For ms-dos systems, load ccl and codepage.
3851 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
3853         * ps-print.el (ps-control-character): Call
3854         ps-mule-prepare-ascii-font to setup ASCII fonts.
3856         * ps-mule.el (ps-mule-begin-job): Redo this change "if
3857         ps-multibyte-buffer is nil, use
3858         ps-mule-font-info-database-default."
3860 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
3862         * ispell.el (ispell-local-dictionary-alist): New variable for
3863         customizing local dictionaries not accessable by everyone.
3864         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
3865         (ispell-required-version): Changed format `(major minor
3866         revision)' to support general pattern matching.
3867         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
3868         skip region commented out due to incorrect skip potential in std latex.
3869         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
3870         cursor point on small words for calls from `ispell-minor-mode'.
3871         (check-ispell-version): Tests and accepts versions major.minor
3872         and above, with adjustments for interactions in 3.1.0-3.1.11.
3873         (ispell-get-line): No longer skips ispell process special characters.
3874         (ispell-comments-and-strings): Removed `when' macro call.
3875         (ispell-minor-check): Requires ispell-word to restore cursor point.
3876         (ispell-buffer-local-parsing): Supports checking comments only.
3878 1999-05-08  Karl Heuer  <kwzh@gnu.org>
3880         * comint.el (comint-password-prompt-regexp): Fix last change to be
3881         more specific.
3883 1999-05-07  Richard M. Stallman  <rms@gnu.org>
3885         * subr.el (with-temp-message): Fix the other call to message
3886         to use %s.
3888 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
3890         * gud.el (gud-format-command): "%F" means file sans extension.
3891         (jdb): use %F, not %f, for gud-break.
3893 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
3895         * comint.el (comint-password-prompt-regexp): Modified so that it
3896         matches the output of kinit.
3898 1999-05-06  Greg Stark  <gsstark@mit.edu>
3900         * timezone.el (timezone-parse-date): Recognize new format used in
3901         internet cookies.
3903 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
3905         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
3907 1999-05-04  Andrew Innes  <andrewi@gnu.org>
3909         * time.el (display-time-update): Allow for wrap-around when
3910         checking against display-time-server-down-time.
3912 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
3914         * international/mule-diag.el (describe-coding-system): Fix English
3915         message.
3917 1999-05-03  Jason Rumney <jasonr@altavista.net>
3919         * term/w32-win.el: Change the x-charset-registry property for the
3920         Japanese charsets that are supported by Japanese Windows fonts.
3922 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3924         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
3925         diary-block diary entries for which the reminders and the diary
3926         entries can overlap.
3928 1999-05-02  Jason Rumney <jasonr@altavista.net>
3930         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
3931         matches the font selected in the dialog.
3933 1999-05-02  Dave Love  <fx@gnu.org>
3935         * browse-url.el (browse-url-browser-function): Add :version.
3937         * international/mule.el (auto-coding-alist): Add .tgz.
3939 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
3941         * international/codepage.el (cp-coding-system-for-codepage-1):
3942         Make the magnification parameter for the -dos encoder be 2.
3944 1999-05-2  Andrew Innes  <andrewi@gnu.org>
3946         * term/w32-win.el (w32-drag-n-drop): Select file in window where
3947         it is dropped, rather than current window.
3949         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
3950         after switching buffer, as case-fold-search is a buffer local
3951         variable.
3953         * w32-fns.el (convert-standard-filename): Only convert directory
3954         separators to backslash if the interactive shell is one of the
3955         standard Windows shells that has DOS semantics.
3957         * ls-lisp.el (ls-lisp-format-time): Trap errors from
3958         format-time-string, and return a suitable string to indicate the
3959         timestamp was invalid.
3961         * hexl.el (hexlify-command): Apply shell-quote-argument after
3962         expanding hexl-program in case exec-directory contains a space.
3963         (dehexlify-command): Ditto.
3965         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
3966         file extension regexps which aren't necessarily binary files.
3967         (direct-print-region-helper): Use subst-char-in-string instead of
3968         binding directory-sep-char to convert filenames to DOS syntax.
3969         (direct-print-region-use-command-dot-com): New variable.
3970         (direct-print-region-helper): Use it to control whether to invoked
3971         command.com to print on Windows 9x.
3973         * browse-url.el (browse-url-browser-function): Default to
3974         browse-url-default-windows-browser on windows-nt.
3975         (browse-url-default-windows-browser): New function.
3977 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
3979         * forms.el (forms-mode): Don't call forms-first-record or
3980         forms-last-record if the data file has zero records.
3982 1999-04-29  Richard M. Stallman  <rms@gnu.org>
3984         * files.el (find-file-noselect-1): If buffer-file-name has changed
3985         after find-file-not-found-hooks runs, recompute the truename.
3986         And don't use FILENAME after that point.
3988 1999-04-27  Dave Love  <fx@gnu.org>
3990         * paren.el (show-paren-mode)
3991         * which-func.el (which-func-mode-global)
3992         * type-break.el (type-break-mode)
3993         * time.el (display-time-mode)
3994         * rsz-mini.el (resize-minibuffer-mode)
3995         * mouse-sel.el (mouse-sel-mode)
3996         * icomplete.el (icomplete-mode)
3997         * hscroll.el (hscroll-global-mode)
3998         * help.el (temp-buffer-resize-mode)
3999         * font-lock.el (global-font-lock-mode)
4000         * delsel.el (delete-selection-mode)
4001         * avoid.el (mouse-avoidance-mode)
4002         * autoinsert.el (auto-insert-mode)
4003         * winner.el (winner-mode): Doc fix.
4005 1999-04-26  Karl Heuer  <kwzh@gnu.org>
4007         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4008         the same whitespace that was ignored in choosing the subject string.
4010 1999-04-26  Richard M. Stallman  <rms@gnu.org>
4012         * info.el (Info-find-node): Position properly after finding anchor.
4014         * cus-start.el (all): Handle unibyte-display-via-language-environment.
4016         * simple.el (indent-new-comment-line): Fix previous change.
4018         * complete.el: Delete the wildcard expansion feature
4019         since that is now standard in find-file.
4020         (PC-try-load-many-files): Function deleted.
4021         (PC-after-load-many-files): Function deleted.
4022         (PC-many-files-list): Variable deleted.
4023         (PC-disable-wildcards): Variable deleted.
4024         (partial-completion-mode): Don't enable the wildcard feature.
4026         * complete.el (PC-look-for-include-file): Don't set global variables
4027         `error', `buf' and `filename' here.
4029         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4031 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
4033         * textmodes/outline.el (outline-regexp): Doc fix.
4035 1999-04-26  John Wiegley  <johnw@borland.com>
4037         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4038         C++Builder 4.0 error message syntax.
4040 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
4042         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4043         supported, use find -exec.
4045 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4047         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4048         coding-system-for-write, to avoid hanging when non-interactive.
4050 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
4052         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4053         start with a newline.
4055 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
4057         * international/mule-conf.el (x-ctext): New coding system.
4059 1999-04-12  Richard M. Stallman  <rms@gnu.org>
4061         * international/mule-cmds.el (input-method-function):
4062         Add permanent-local property.
4064 1999-04-12  Dave Love  <fx@gnu.org>
4066         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4067         change to use jka-compr-byte-compiler-base-file-name.
4069         * supercite.el (sc-scan-info-alist): Revert last change.
4070         (sc-attrib-selection-list): Fix :type here instead.
4072 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
4074         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4075         in the list of case-insensitive filesystems.
4077 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
4079         * international/fontset.el (create-fontset-from-fontset-spec):
4080         Don't register duplicated alias fontset names.
4082 1999-04-08  Richard Stallman  <rms@gnu.org>
4084         * international/mule.el (auto-coding-alist-lookup): New function.
4085         (set-auto-coding): Use auto-coding-alist-lookup.
4087         * jka-compr.el (jka-compr-insert-file-contents):
4088         Use auto-coding-alist-lookup to check for files that
4089         should not have eol conversion, in the unibyte case.
4091 1999-04-07  Dave Love  <fx@gnu.org>
4093         * help.el (describe-variable): Check custom-loads property as well
4094         as custom-type.
4096         * abbrev.el (abbrev-mode): Customizing sets the default value.
4098 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4100         * vc.el (vc-backend-revert): For CVS files that were made
4101         writeable with "cvs edit", call "cvs unedit" to undo that.
4103 1999-04-08  Dave Love  <fx@gnu.org>
4105         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4106         more.
4107         (sc-emacs-features): Recognize Emacs 20.
4108         (sc-read-string): Use history arg.
4109         (sc-scan-info-alist): Check for rtnvalue a cons.
4111 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
4113         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4114         coding system to encode the message by
4115         select-message-coding-system.
4117 1999-04-07  Richard Stallman  <rms@gnu.org>
4119         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4121         * winner.el: Reorder definitions.
4123         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4125         * mail/rmail.el (rmail-decode-babyl-format):
4126         Undo previous change.
4128 1999-04-06  Richard Stallman  <rms@gnu.org>
4130         * info.el (Info-find-node): Check for an anchor at the
4131         proper place, before reading an indirect file.
4133         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4135         * jka-compr.el (jka-compr-insert-file-contents):
4136         Use raw-text-unix when we want no conversion.
4138 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4140         * timezone.el (timezone-parse-date): Corrected regexp for
4141         style (5) date format so that tenths of seconds are optional.
4143 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
4145         * term/internal.el (dos-cpNNN-setup): New function, with the guts
4146         of dos-codepage-setup.
4147         (cjk-codepages-alist): New variable, an alist of Far-Eastern
4148         codepages for which there's no need to set up cpNNN coding
4149         systems.
4150         (dos-codepage-setup): Support Far-Eastern DOS terminals.
4152 1999-04-05  Richard Stallman  <rms@gnu.org>
4154         * mail/rmail.el (rmail-ignored-headers): Doc fix.
4156 1999-04-02  Richard Stallman  <rms@gnu.org>
4158         * progmodes/compile.el (compilation-handle-exit): Do right thing
4159         if (car status) doesn't end in a newline.
4161 1999-04-01  Dave Love  <fx@gnu.org>
4163         * progmodes/sql.el (SQL): Add defgroup :version.
4165 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4167         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4168         buffer-file-coding-system.  If the coding system used is raw-text,
4169         etc., make the *Compiler Input* buffer unibyte.
4171         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4173         * loadup.el: Don't write the fns-...el file if not dumping.
4175 1999-03-31  Dave Love  <fx@gnu.org>
4177         * snmp-mode.el (snmp): Fix defgroup :version.
4179         * hilit-chg.el (highlight-changes): Add defgroup :version.
4181 1999-03-31  Andreas Schwab  <schwab@gnu.org>
4183         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4184         the gnus-save-hidden-threads macro.
4186 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
4188         * faces.el (face-set-after-frame-default): Obey the
4189         `customized-face' for new faces.
4191 1999-03-30  Dave Love  <fx@gnu.org>
4193         * international/mule-cmds.el (current-language-environment): Doc fix.
4194         * abbrev.el (abbrev-mode): Doc fix.
4195         * autoinsert.el (auto-insert-mode): Doc fix.
4196         * complete.el (partial-completion-mode): Doc fix.
4197         * avoid.el (mouse-avoidance-mode): Doc fix.
4198         * delsel.el (delete-selection-mode): Doc fix.
4199         * font-lock.el (global-font-lock-mode): Doc fix.
4200         * help.el (temp-buffer-resize-mode): Doc fix.
4201         * hscroll.el (hscroll-global-mode): Doc fix.
4202         * icomplete.el (icomplete-mode): Doc fix.
4203         * mouse-sel.el (mouse-sel-mode): Doc fix.
4204         * paren.el (show-paren-mode): Doc fix.
4205         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4206         * time.el (display-time-mode): Doc fix.
4207         * type-break.el (type-break-mode): Doc fix.
4208         * which-func.el (which-func-mode-global): Doc fix.
4209         * winner.el (winner-mode): Doc fix.
4211 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
4213         * wid-edit.el (widget-before-change): Signal text-read-only rather
4214         than an ordinary error.
4216 1999-03-30  Richard M. Stallman  <rms@gnu.org>
4218         * repeat.el: Don't require advice.
4219         (repeat): Do function-indirection in check for kbd macro.
4220         In self-insert case, use the *last* char in INSERTION.
4222 1999-03-30  Karl Heuer  <kwzh@gnu.org>
4224         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4226 1999-03-29  Andreas Schwab  <schwab@gnu.org>
4228         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4229         comint-input-filter-functions.  Make variables related to shell
4230         directory tracking local.
4232 1999-03-26  Andreas Schwab  <schwab@gnu.org>
4234         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4236         * simple.el (shell-command-on-region): Cope with exit-status being
4237         nil, which happens if call-process-region was interrupted.
4239 1999-03-26  Richard M. Stallman  <rms@gnu.org>
4241         * simple.el (indent-new-comment-line): Handle use at a point
4242         after a comment-end.  Handle multiple comments.
4244         * mail/rmail.el (rmail-decode-babyl-format):
4245         To prevent locking, bind buffer-file-name to nil.
4247 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
4249         * mail-hist.el (mail-hist-current-header-name): Don't make
4250         off-by-one-error when determining if in message body.
4252 1999-03-25  Andrew Innes  <andrewi@gnu.org>
4254         * w32-fns.el (set-default-process-coding-system): Copied from
4255         dos-w32.el, but modified to use Unix line endings for process
4256         input, and to add a suitable entry to process-coding-system-alist
4257         for DOS shells.
4259         * dos-fns.el (set-default-process-coding-system): Copied from
4260         dos-w32.el.
4262         * dos-w32.el (set-default-process-coding-system): Move function to
4263         dos-fns.el; a different version is used in w32-fns.el.
4265 1999-03-24  Dave Love  <fx@gnu.org>
4267         * info.el (Info-directory-list): Revert change to re-writing
4268         Info-default-directory-list, but put `alternative' first.
4269         (Info-insert-dir): Modify selecting the top dir file as a consequence.
4271 1999-03-23  Simon Marshall  <simon@gnu.org>
4273         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4274         on the line by itself.
4275         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
4276         it is not in a declarative context.
4278 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
4280         * cus-edit.el (custom-variable-prompt): Allow customization of
4281         autoloaded symbols.
4283 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
4285         * simple.el (what-cursor-position): Don't cause error when point
4286         is at invalid multibyte sequence.
4288 1999-03-21  Karl Heuer  <kwzh@gnu.org>
4290         * complete.el (partial-completion-mode): Doc fix.
4292 1999-03-19  Richard M. Stallman  <rms@gnu.org>
4294         * progmodes/cplus-md.el (old-c++): Remove :group.
4296         * progmodes/c-mode.el (old-c): Remove :group.
4298 1999-03-18  Simon Marshall  <simon@gnu.org>
4300         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4301         (java-font-lock-keywords-2): Added "strictfp" keyword.
4303 1999-03-17  Jason Rumney <jasonr@altavista.net>
4305         * w32-fns.el (set-w32-system-coding-system) New function.
4306         (w32-system-coding-system) Initialize to 'iso-latin-1.
4308 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
4310         * international/mule-cmds.el (set-language-environment): Fix
4311         previous change: don't use dos-codepage when unbound.
4313 1999-03-17  Karl Heuer  <kwzh@gnu.org>
4315         * calendar/appt.el (appt-make-list): Fix previous change.
4317 1999-03-16  Richard M. Stallman  <rms@gnu.org>
4319         * window.el (shrink-window-if-larger-than-buffer):
4320         Don't try to redisplay with the cursor at the end
4321         on its own line--that would force a scroll and spoil things.
4323 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
4325         * international/mule-cmds.el (set-language-environment): Don't use
4326         cpNNN-nonascii-translation-table if it is unbound.
4328         * term/internal.el (dos-codepage-setup): Compute the unibyte
4329         syntax table and bind unibyte-display-via-language-environment
4330         here, rather than at top level, so that resetting to unibyte in
4331         .emacs works as expected.
4333 1999-03-15  Simon Marshall  <simon@gnu.org>
4335         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4337 1999-03-14  Milan Zamazal <pdm@pvt.net>
4339         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4341 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
4343         * international/mule-util.el (detect-coding-with-priority):
4344         Restore the internal database.
4346 1999-03-14  Stephen Eglen  <stephen@gnu.org>
4348         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4349         if mail-from-style has invalid value.
4351 1999-03-12  Karl Heuer  <kwzh@gnu.org>
4353         * vc.el (vc-delete-logbuf-window): New var.
4354         (vc-finish-logentry): Use it.
4356 1999-03-12  Richard M. Stallman  <rms@gnu.org>
4358         * startup.el (command-line-1): Improve startup msg.
4360 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
4362         * speedbar.el: Added commentary about stealthy functions.
4363         (speedbar-message) new function.
4364         (speedbar-y-or-n-p): New function
4365         (speedbar-with-attached-buffer) Moved macro before reference.
4366         Now uses `save-selected-window'.
4367         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4368         speedbar-generic-item-info, speedbar-item-info-file-helper,
4369         speedbar-item-delete, speedbar-insert-generic-list,
4370         speedbar-timer-fn, speedbar-check-vc-this-line,
4371         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4372         speedbar-buffers-item-info) Use speedbar-message.
4373         (speedbar-item-info) Limit `message-log-max'.
4374         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4375         speedbar-item-delete, speedbar-item-object-delete,
4376         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4378 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
4380         * server.el (server-start): Set coding system for the server
4381         process to raw-text.
4382         (server-process-filter): Decode file names if necessary.
4384 1999-03-12  Dave Love  <fx@gnu.org>
4386         * textmodes/fill.el (sentence-end-double-space): Doc fix.
4388         * textmodes/paragraphs.el (sentence-end): Doc fix.
4390 1999-03-11  Karl Heuer  <kwzh@gnu.org>
4392         * comint.el (comint-password-prompt-regexp): Accept "login password:"
4394 1999-03-09  Karl Heuer  <kwzh@gnu.org>
4396         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4397         (ispell-dictionary-alist-2): Likewise.
4398         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4399         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4400         (ispell-dictionary-alist): Build from six pieces, not just two.
4402         * ps-bdf.el (bdf-directory-list): Doc fix.
4404         * enriched.el (enriched-mode): Make var permanent-local.
4406 1999-03-09  Dave Love  <fx@gnu.org>
4408         * textmodes/sgml-mode.el (html-mode): Use
4409         sentence-end-double-space when setting sentence-end.
4411 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
4413         * language/thai.el (tis-620): New alias coding system for thai-tis620.
4415 1999-03-08  Felix Lee  <flee@cygnus.com>
4417         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4419         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4421 1999-03-08  Karl Heuer  <kwzh@gnu.org>
4423         * dired-aux.el (dired-do-copy-regexp): Doc fix.
4424         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4426         * dired.el (dired-do-copy-regexp): Doc fix.
4427         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4429 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
4431         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4433 1999-03-08  Jason Rumney <jasonr@altavista.net>
4435         * international/codepage.el (cp1250-decode-table)
4436         (cp1251-decode-table, cp1253-decode-table)
4437         (cp1257-decode-table): New translation tables for MS Windows codepages.
4438         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4440 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
4442         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4444 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
4446         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4448         * term/internal.el (top level): Display character 255 as 8bit as well.
4450 1999-03-06  Dave Love  <fx@gnu.org>
4452         * progmodes/cc-cmds.el (c-outline-level): Bind
4453         buffer-invisibility-spec.
4455         * progmodes/c-mode.el (c-outline-level): Likewise.
4457         * progmodes/ada-mode.el (ada-outline-level): Likewise.
4459 1999-03-05  Felix Lee  <flee@cygnus.com>
4461         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4463 1999-03-05  Richard M. Stallman  <rms@gnu.org>
4465         * bindings.el (complete-symbol): Invert meaning of prefix arg.
4467 1999-03-05  Andrew Innes  <andrewi@gnu.org>
4469         * w32-fns.el (convert-standard-filename): Convert directory
4470         separators to Windows format.
4472 1999-03-05  Andreas Schwab  <schwab@gnu.org>
4474         * international/skkdic-cnv.el: Provide skkdic-cnv.
4475         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4476         (batch-skkdic-convert): Doc fix.
4478 1999-03-04  Dave Love  <fx@gnu.org>
4480         * custom.el (custom-set-variables): Protect against setter errors.
4482 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
4484         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4485         the file sizes from overflowing.
4486         (ls-lisp-format): If file size is a float, use %8.0f to print it.
4487         Under -s, print the size in blocks with %4.0f, in case they have
4488         a *really* huge file.
4490 1999-03-03  Dave Love  <fx@gnu.org>
4492         * options.el (edit-options): Doc fix.
4493         (list-options): Don't lose with unbound symbols.  Maintain
4494         Edit-options-mode.
4496 1999-03-01  Dave Love  <fx@gnu.org>
4498         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4500 1999-02-28  Richard M. Stallman  <rms@gnu.org>
4502         * ispell.el (ispell-dictionary-alist-override): New variable.
4503         (ispell-dictionary-alist): Don't setq it,
4504         if ispell-dictionary-alist-override is set.
4506         * simple.el (shell-command-default-error-buffer): Renamed from
4507         shell-command-on-region-default-error-buffer.
4508         (shell-command-on-region): Mention in echo area when there
4509         is some error output.  Mention success or failure, too.
4510         Accumulate multiple error outputs
4511         going forward, with formfeed in between.  Display the error buffer
4512         when we have put something in it.
4513         (shell-command): Add the ERROR-BUFFER argument feature.
4515 1999-02-28  Karl Heuer  <kwzh@gnu.org>
4517         * mail/mh-utils.el (mh-lib): Doc fix.
4518         (mh-lib-progs, mh-nmh-p): New vars.
4519         (mh-find-progs): Set mh-lib-progs along with other vars.
4520         (mh-path-search): New arg FUNC-P; if specified, use that instead
4521         of mh-file-command-p.
4522         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4524         * mail/mh-comp.el (mh-repl-formfile): New var.
4525         (mh-smail-batch): Don't ignore all arguments.
4526         (mh-reply): Do the right thing when using nmh.
4528 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
4530         * international/mule-cmds.el (select-safe-coding-system): Be sure
4531         to show a buffer being decoded.
4533 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
4535         * ps-bdf.el (bdf-directory-list): Initialize it to
4536         '("/usr/local/share/emacs/fonts/bdf").
4538 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4540         * ps-print.el: PostScript programming fix.
4541         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4542         setpagedevice operator).
4544 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4546         * ps-print.el: Doc fix, font size specifies landscape and portrait
4547         sizes.
4548         (ps-print-version): New version number (4.1.4).
4549         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
4550         Specifies landscape and portrait sizes.
4551         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
4552         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
4553         fix.
4554         (ps-get-font-size): New fun.
4555         (ps-font-size-internal, ps-header-font-size-internal)
4556         (ps-header-title-font-size-internal): New vars.
4558         * ps-mule.el: Change of ps-print font size variable name.
4559         (ps-mule-generate-font): Fun fix.
4560         (ps-mule-begin-job): Programming uniformization.
4562 1999-02-25  Dave Love  <fx@gnu.org>
4564         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
4565         (help-make-xrefs): Do Info case first.
4567         * repeat.el: Don't require advice.
4568         (repeat-last-kill-command): Variable deleted.
4570 1999-02-25  Richard Stallman  <rms@gnu.org>
4572         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
4573         case just because the current buffer is the output buffer.
4575 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
4577         * simple.el (what-cursor-position): To show the character's
4578         encoding, use encoded-string-description instead of information
4579         of chaset-origin-alist.
4581         * international/mule-cmds.el (iso-2022-control-alist): New variable.
4582         (encoded-code-description): New function.
4583         (encoded-string-description): New function.
4584         (encode-coding-char): New function.
4586 1999-02-25  Andrew Innes  <andrewi@gnu.org>
4588         * startup.el (command-line) [windows-nt]: Fix typo in regexp
4589         checking for .emacs[.el[c]].
4591 1999-02-24  Richard Stallman  <rms@gnu.org>
4593         * help.el (describe-function-1): Don't print a whole lambda-function.
4595 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
4597         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
4598         inputting ?\240.
4600 1999-02-23  Karl Heuer  <kwzh@gnu.org>
4602         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
4604         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
4605         (clean-buffer-list-kill-buffer-names): Doc fix.
4607         * gud.el (gud-jdb-massage-args): Spelling fix.
4609 1999-02-23  Richard M. Stallman  <rms@gnu.org>
4611         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
4613 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
4615         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4616         excursion while calling set-auto-coding-function.
4618         * play/handwrite.el (handwrite): Require ps-print, and use
4619         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
4620         if it's defined, instead of forking ps-lpr-command unconditionally.
4622 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
4624         * international/codepage.el (cp-coding-system-for-codepage-1): Put
4625         charset-origin-alist property to a coding system for the codepage.
4627         * international/mule.el: Modify comment for charset-origin-alist
4628         property of a coding system.
4630         * simple.el (what-cursor-position): charset-origin-alist property
4631         of a coding system may be a translation table or a symbol of which
4632         `translation-table' property is a translation table.
4634 1999-02-21  Richard Stallman  <rms@gnu.org>
4636         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
4637         to the "html" template.
4639 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
4641         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
4643 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
4645         * dirtrack.el (dirtrack): Check for the prompt in the input string
4646         instead of the buffer.
4648 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
4650         * sql.el: Set version to 1.4.1.  Changed mail address to
4651         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
4652         (sql-input-ring-separator): Doc fix.
4653         (sql-mode-syntax-table): double-dash starts comments is defined as
4654         ". 56" instead of ". 12b" for XEmacs.
4655         (sql-stop, sql-interactive-mode): Doc fixes.
4656         (sql-postgres): Queries for database and server, not just one.
4657         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
4659         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
4660         changed.  This is needed for master.el to work.
4661         (sql-set-sqli-buffer): Use the new hook.
4663         * sql.el (sql-make-alternate-buffer-name): Function that sets
4664         sql-alternate-buffer-name.
4665         (sql-alternate-buffer-name): Possible name of SQLi buffers.
4666         (sql-interactive-mode): Set sql-alternate-buffer-name.
4667         (sql-rename-buffer): New command.
4668         (sql-interactive-mode-menu): Menu for SQLi buffers.
4670         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
4671         and sql-input-ring-file-name are used to temporarily set
4672         comint-input-ring-file-name and comint-input-ring-separator when
4673         reading and writing input history files.
4675         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
4676         (sql-input-ring-file-name): New variable with customization.
4677         (sql-input-ring-separator): New variable with customization.
4678         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
4679         Callers changed.
4680         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
4681         now includes the name of the current buffer.
4683         (sql-mode): Set paragraph-separate and paragraph-start so that
4684         sql-send-paragraph sends the entire SQL statements, even if it
4685         contains indented lines.
4687 1999-02-18  Dave Love  <fx@gnu.org>
4689         * format.el (format-encode-run-method, format-decode-run-method):
4690         Fix previous change.
4692 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
4694         * international/mule.el (coding-system-list): Moved here from
4695         mule-util.el to avoid autoloading mule-util by the call of
4696         select-safe-coding-system.
4698 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
4700         * simple.el (turn-on-auto-fill): Mark it as an option for
4701         `text-mode-hook'.
4703 1999-02-17  Richard Stallman  <rms@gnu.org>
4705         * emacs-lisp/easymenu.el (easy-menu-get-map):
4706         Don't crash if (current-local-map) is nil.
4708 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
4710         * filecache.el (file-cache-filter-regexps): Added .class.
4712 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
4714         * international/mule-util.el (decompose-region): Use
4715         insert-buffer-substring instead of insert-buffer to avoid putting
4716         mark.
4718 1999-02-17  Andreas Schwab  <schwab@gnu.org>
4720         * calendar/cal-move.el (scroll-calendar-left): Don't set
4721         displayed-month and displayed-year here, let generate-calendar do
4722         it, after range checking.
4724 1999-02-17  Simon Marshall  <simon@gnu.org>
4726         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
4728         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
4729         correctly between an object declared via a constructor and a method.
4730         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
4731         (java-font-lock-keywords-1): Fontify package names individually.
4732         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
4733         (java-font-lock-keywords-2): Simplify type fontification.
4734         (java-font-lock-keywords-3): Likewise.
4736 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
4738         * language/japanese.el (iso-2022-jp-2): New coding system.
4739         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
4741 1999-02-16  Dave Love  <fx@gnu.org>
4743         * help.el (describe-function-1): Accept non-symbols.
4745 1999-02-16  Paul Eggert  <eggert@twinsun.com>
4747         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
4748         find the last match if there are multiple matches.
4750 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4752         * tex-mode.el (tex-run-command, latex-run-command)
4753         (slitex-run-command, tex-command): Doc changes.
4754         (tex-start-options-string): Autoload it.  Doc change.  Provide
4755         a menu for customization.  Allow nil.  Quote backslashes only once.
4756         (tex-start-tex): Handle nil value of tex-start-options-string
4757         and apply shell-quote-argument to it.
4759 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
4761         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
4762         the size in blocks, since it can be a float.
4763         (ls-lisp-format): Likewise
4765 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
4767         * language/japanese.el (japanese-shift-jis): Add
4768         charset-origin-alist property.
4770 1999-02-15  Richard Stallman  <rms@gnu.org>
4772         * progmodes/compile.el (compile-internal): Use save-selected-window.
4774         * subr.el (momentary-string-display): Bind inhibit-read-only.
4776         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
4778 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
4780         * mail/rmail.el (rmail-show-message): If an unseen message has a
4781         Summary-line in its header, get past one more line before looking
4782         for the X-Coding-System header.
4784 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
4786         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
4787         explicitly to accomodate Windows 9X lack of a useful copy program.
4789 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
4791         * wid-edit.el (widget-choice-value-create): Use `equal'
4792         instead of `eq'.
4794 1999-02-14  Richard Stallman  <rms@gnu.org>
4796         * international/iso-transl.el:
4797         (iso-transl-ae): Renamed from iso-transl-e-slash.
4798         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
4799         (iso-transl-AE): Renamed from iso-transl-E-slash.
4800         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
4801         (iso-transl-char-map): Related changes.
4803         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
4805 1999-02-13  Richard Stallman  <rms@gnu.org>
4807         * textmodes/texinfmt.el (texinfo-alias): New function.
4808         (texinfo-fold-nodename-case): Add defvar.
4809         (texinfo-format-node): Do case folding if specified.
4811         * ffap.el (ffap-file-at-point): Test local file names
4812         immediately.  Strip off line numbers.
4814 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
4816         * sql.el: Set version to 1.3.2
4817         (sql-solid-program): Added support for solid.
4818         (sql-help): Doc mentions sql-solid.
4819         (sql-solid): Entry function for Solid.
4820         (sql-buffer): Doc explains the use of the variable and how to
4821         change it.
4822         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
4823         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
4824         disabled if sql-buffer doesn't have a process; sql-send-paragraph
4825         is new.
4826         (sql-show-sqli-buffer): New function to display the value of
4827         sql-buffer.
4828         (sql-change-sqli-buffer): New function to change sql-buffer.
4829         (sql-mode): Doc explains how to change sql-buffer.
4830         (sql-send-paragraph): New function to send a paragraph.
4831         (sql-mode-map): Added keybinding for sql-send-paragraph.
4832         (sql-mysql): Doc corrected.
4833         (sql-ms): Doc corrected.
4835         * sql.el (sql-server): Doc fix.
4836         (sql-mysql): Added the use of sql-server to specify the host,
4837         sql-database now specifies database instead of host.
4838         (sql-mode-menu): Send... menu items are only active if sql-buffer
4839         is non-nil.
4840         (sql-help): Changed tag of entry functions a bit.
4842         * sql.el: Added keywords from `finder-by-keyword'.
4843         (sql-mode): Made sql-buffer a local variable, changed the
4844         documentation: removed instructions to add *.sql files to
4845         auto-mode-alist, added documentation for having mutliple SQL
4846         buffers sending their stuff to different SQLi buffers, each
4847         running a different process.
4848         (sql-postgres): Quoted *SQL* in doc string.
4849         (sql-ms): Likewise.
4850         (sql-ingres): Likewise.
4851         (sql-ingres): Quoted *SQL* in doc string, added references to
4852         sql-user and sql-password used during login.
4853         (sql-sybase): Quoted *SQL* in doc string, added comma.
4854         (sql-oracle): Likewise.
4855         (sql-interactive-mode): Added extensive documentation for having
4856         mutliple SQL buffers sending their stuff to different SQLi
4857         buffers, each running a different process.
4858         (sql-buffer): Changed doc from *SQL* to SQLi.
4859         (sql-get-login): Doc fix.
4861 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4863         * international/mule-conf.el (undecided): Set ascii in
4864         safe-charsets property.
4866 1999-02-12  Richard Stallman  <rms@gnu.org>
4868         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
4870 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4872         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
4873         value to ps-mule-font-info-database-latin.
4875 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
4877         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
4878         (ps-mule-font-info-database-default): New variable.
4879         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
4880         ps-mule-font-info-database-default.
4882 1999-02-12  Dave Love  <fx@gnu.org>
4884         * timezone.el (timezone-make-date-sortable)
4885         (timezone-make-date-arpa-standard): Doc fix.
4887 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
4889         * international/quail.el (quail-show-kbd-layout): Bind
4890         blink-matching-paren to nil.
4892         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
4893         for ASCII and Latin-1.
4895 1999-02-12  Andreas Schwab  <schwab@gnu.org>
4897         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
4899 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
4901         * international/mule-cmds.el (language-info-alist): Remove
4902         description about charset-origin-alist.
4904         * international/mule.el: Comment added for a new coding system
4905         property `charset-origin-alit'.
4906         (make-translation-table): This variable deleted.
4908         * language/chinese.el (chinese-big5): Add charset-origin-alist
4909         property.
4910         ("Chinese-CNS"): Remove charset-origin-alist property.
4912         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
4913         property.
4914         (cyrillic-alternativnyj): Likewise.
4915         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
4916         ("Cyrillic-ALT"): Likewise.
4918         * language/vietnamese.el (vietnamese-viqr): Add
4919         charset-origin-alist property.
4920         ("Vietnamese"): Remove charset-origin-alist property.
4922         * simple.el (what-cursor-position): Don't use the varialbe
4923         charset-origin-alist, but use charset-origin-alist property of
4924         buffer-file-coding-system to decide external character set code.
4926 1999-02-10  Richard Stallman  <rms@gnu.org>
4928         * shadowfile.el: Don't turn on the mode when the file is loaded.
4930 1999-02-09  Richard Stallman  <rms@gnu.org>
4932         * progmodes/compile.el (compile-auto-highlight): Customize.
4934         * add-log.el (add-log-file-name-function): New variable.
4935         (add-change-log-entry): Call that function, if non-nil.
4937 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
4939         * rmail.el (rmail-search): Track match with a marker, not an integer.
4941 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4943         * progmodes/compile.el (compilation-setup): Set value of
4944         compilation-directory-stack as in compilation-forget-errors.
4945         (compile-reinitialize-errors): Bind buffer-undo-list and
4946         deactivate-mark.
4947         (compilation-forget-errors): Likewise.
4949 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
4951         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
4952         def... constructs.
4954         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
4955         Remove calls to sleep-for.
4957 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
4959         * international/codepage.el (cp-coding-system-for-codepage-1): On
4960         MS-DOS, use dos-unsupported-char-glyph for characters not
4961         supported by the codepage.
4962         (cp-make-coding-systems-for-codepage): Likewise.
4964 1999-02-08  Andreas Schwab  <schwab@gnu.org>
4966         * international/mule-util.el (coding-system-list): Don't sort
4967         coding-system-list here.
4969         * international/mule.el (coding-system-lessp): Moved here from
4970         mule-util.el
4971         (add-to-coding-system-list): New function.
4972         (make-subsidiary-coding-system, make-coding-system,
4973         define-coding-system-alias): Use it instead of setting
4974         coding-system-list directly.
4976 1999-02-07  Dave Love  <fx@gnu.org>
4978         * calendar/appt.el (appt-make-list): Don't splice quotes and date
4979         onto message.
4981 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4983         * imenu.el (imenu--last-menubar-index-alist): Add doc.
4984         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
4986 1999-02-06  Richard Stallman  <rms@gnu.org>
4988         * language/european.el (setup-slovenian-environment): New function.
4989         ("Slovenian"): New language environment.
4991         * progmodes/sql.el (sql-help): Doc fix.
4992         (sql-mysql): Doc fix.
4994 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
4996         * tex-mode.el: When compiling, require compare-w and skeleton
4997         to pacify the byte-compiler.  Move the def's of the tex-commands
4998         together.  Add a comment on kill-process vs. quit-process.
5000 1999-02-05  Dave Love  <fx@gnu.org>
5002         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5003         null markers.
5004         (compile-goto-error): Likewise.
5006 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
5008         * time-stamp.el (time-stamp-format): Format doc tighter.
5009         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5010         (time-stamp): don't re-write the time stamp if it didn't change.
5012 1999-02-05  Alex Schroeder  <asc@bsiag.com>
5014         * progmodes/sql.el: Changed version to 1.2.1.
5015         (sql-pop-to-buffer-after-send-region): Improved documentation.
5016         (sql-mysql-program): Added MySQL support.
5017         (sql-prompt-length): Made prompt-length configurable.
5018         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5019         (sql-help): Added MySQL support, changed documentation.
5020         (sql-send-region): A message is displayed if something is sent.
5021         (sql-mode): Added buffer-local comment-start.
5022         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5023         (sql-interactive-mode): Added buffer-local comment-start.
5024         (sql-oracle): Set sql-prompt-length.
5025         (sql-sybase): Set sql-prompt-length.
5026         (sql-mysql): Added MySQL support.
5027         (sql-ingres): Set sql-prompt-length.
5028         (sql-ms): Set sql-prompt-length.
5029         (sql-postgres): Set sql-prompt-length.
5031 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
5033         * term/internal.el (dos-codepage-setup): Set selection coding
5034         system to cpNNN-dos.
5036 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5038         * international/characters.el: Let ethiopic use iso-2022-7bit.
5040 1999-02-02  Dave Love  <fx@gnu.org>
5042         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5043         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5045 1999-02-02  Karl Heuer  <kwzh@gnu.org>
5047         * terminal.el (terminal-emulator): Doc fix.
5049 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
5051         * international/mule-util.el (compose-chars): Doc-string
5052         modified.  Correctly handle a composition character in ARGS.
5054 1999-02-01  Richard Stallman  <rms@gnu.org>
5056         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5057         (makefile-menu-index-function): Function deleted.
5058         (makefile-mode): Use makefile-imenu-generic-expression.
5060 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
5062         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5063         change, invoke from before-init-hook.
5065 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
5067         * subr.el (remove-from-invisibility-spec): Cope with the case when
5068         buffer-invisibility-spec is t.
5070 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
5072         * calendar/calendar.el (calendar-mode-map): Fix bindings for
5073         appt-add and appt-delete.
5075 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
5077         * term/pc-win.el (msdos-approximate-color): New function.
5078         (msdos-color-translate): Call it to find a DOS color that best
5079         approximates an X-style "#NNNNNN" color specification.
5081 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
5083         * international/mule-util.el (compose-chars-component): Add
5084         autoload cookie.
5086 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
5088         * international/quail.el (quail-lookup-key): If cdr of MAP is a
5089         function, replace cdr of MAP by the return value of the function
5090         unconditionally.
5092 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5094         * progmodes/compile.el (compilation-next-error-locus): Don't
5095         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5097 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
5099         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5100         and NLs before "charset", and allow the charset name be in double
5101         quotes.
5103 1999-01-31  Richard Stallman  <rms@gnu.org>
5105         * imenu.el (imenu-sort-function): Fix custom type.
5107 1999-01-30  Richard Stallman  <rms@gnu.org>
5109         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5110         (speedbar-line-token): Likewise.
5112         * play/gametree.el (gametree-default-score): Use defcustom.
5113         (gametree-score-regexp, gametree-score-closer): Likewise.
5114         (gametree-score-manual-flag, gametree-score-opener): Likewise.
5116 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5118         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5119         decoding.
5121 1999-01-29  Markus Rost  <rost@gnu.org>
5123         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5124         tex-validate-buffer.
5125         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5126         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
5127         now with recent occur-mode.
5128         (tex-validate-region): Really walk through all Sexps.
5129         (tex-region): Bind shell-dirtrack-verbose.
5130         (tex-file, tex-bibtex-file): Likewise.
5132 1999-01-29  Dave Love  <fx@gnu.org>
5134         * finder.el: (finder-commentary): Fix interactive spec.  Try
5135         appending .el to file name.
5136         (finder-find-library, finder-commentary): Doc fixes.
5138 1999-01-29  Andrew Innes  <andrewi@gnu.org>
5140         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5141         where the userid contains directory separators.
5143 1999-01-29  Dave Love  <fx@gnu.org>
5145         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5146         (lm-commentary): Doc fix.
5148 1999-01-29  Andreas Schwab  <schwab@gnu.org>
5150         * files.el (file-expand-wildcards): Never consider `.' and `..' a
5151         wildcard match.  Fix regexp that tests if dirpart contains
5152         wildcard characters.
5154 1999-01-28  Richard Stallman  <rms@gnu.org>
5156         * font-lock.el (font-lock-default-unfontify-region):
5157         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5159 1999-01-27  Jason Rumney <jasonr@altavista.net>
5161         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5162         from FAMILY field.
5163         (w32-create-initial-fontsets): Do not use before-init-hook.
5164         (mouse-set-font): Document.  Automatically create and use fontsets.
5166         * dos-w32.el (direct-print-region-helper): Check for printer
5167         being t as well as a string.
5169 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
5171         * mail/rmail.el (rmail-decode-mime-charset): New variable.
5172         (rmail-mime-charset-pattern): New variable.
5173         (rmail-convert-to-babyl-format): Decode by MIME-charset if
5174         rmail-decode-mime-charset is non-nil.
5176 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
5178         * international/characters.el: Set category `q' for all characters
5179         in tibetan and tibetan-1-column.
5181 1999-01-27  Andrew Innes  <andrewi@gnu.org>
5183         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5184         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5186 1999-01-27  Dave Love  <fx@gnu.org>
5188         * international/mule-cmds.el (current-language-environment):
5189         Provide :link, :type (choices) and appropriate :get.
5191 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
5193         * startup.el (command-line): Set default eol-mnemonic-* strings to
5194         display end-of-line format in mode line.
5196         * cus-start.el (all): Add eol-mnemonic-* variables.
5198 1999-01-26  Dave Love  <fx@gnu.org>
5200         * startup.el (command-line-1): Up-date copyright.
5202         * paths.el (Info-default-directory-list): Use configdir twice.
5204         * info.el (Info-directory-list): Don't set path-separator now
5205         we're not shipped with Texinfo.  Simplify path definition.
5206         Substitute all occurrences of instdir in Info-default-directory-list.
5208 1999-01-25  Richard Stallman  <rms@gnu.org>
5210         * startup.el (normal-top-level-add-subdirs-to-load-path):
5211         Record the inode numbers of the dirs processed, to avoid loop.
5213         * textmodes/tex-mode.el (tex-run-command): Doc fix.
5215 1999-01-25  Dave Love  <fx@gnu.org>
5217         * browse-url.el (browse-url-netscape-program): Doc addition.
5219         * help.el (help-make-xrefs): Default info references to an `(emacs)'
5220         prefix.
5222         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5223         auto-mode-alist.
5225 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5227         * calendar/diary-lib.el (mark-diary-entries): Use
5228         assoc-ignore-case and do not capitalize when matching month and
5229         day names.
5231         * calendar/calendar.el (calendar-read-date): Ditto.
5233         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5234         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5236         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5238         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5240         * calendar/cal-islam.el (calendar-goto-islamic-date)
5241         (mark-islamic-diary-entries): Ditto.
5243         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5245         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5246         (calendar-read-mayan-tzolkin-date): Ditto.
5248         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5250 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
5252         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5254 1999-01-25  Karl Heuer  <kwzh@gnu.org>
5256         * faces.el (list-faces-display): Multiline case of previous fix.
5258 1999-01-25  Andreas Schwab  <schwab@gnu.org>
5260         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5262 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
5264         * files.el (find-file): If find-file-noselect returns a list,
5265         do switch-to-buffer on each element.
5266         (find-file-other-window): Likewise for all but the first element.
5267         (find-file-other-frame): Same.
5268         (find-file-noselect): When we expand a wildcard, return a list
5269         of buffers.
5271 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
5273         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5274         to set the appropriate cpNNN-dos coding system as the
5275         highest-priority coding system.
5277 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5279         * international/fontset.el (generate-fontset-menu): Return a
5280         sorted list by plain names of fontsets.
5282         * international/mule-diag.el (list-fontsets): Sort fontsets by
5283         plain names.
5285         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5286         FIRST is a composite character, decompose it at first.
5288 1999-01-23  Dave Love  <fx@gnu.org>
5290         * format.el: Doc fixes.
5291         (format-encode-run-method): Have things happen in the right buffer.
5292         Deal with errors from method.  Set coding-system-for-write.
5293         (format-decode-run-method): Have things happen in the right buffer.
5294         Deal with errors from method.  Set coding-system-for-read.
5295         (format-alist): Use nil instead of unmatchable regexps.
5297         * simple.el (shell-command-on-region): Return command's exit status.
5299 1999-01-23  Eric Ludlam  <zappo@gnu.org>
5301         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5302         of the file whose info we want to display.
5303         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5304         (speedbar-add-mode-functions-list) Improve doc.
5305         (speedbar-line-token) New function.
5306         (speedbar-dired) Fix order of directories in -shown-directories.
5307         (speedbar-line-path): Default return is default-directory
5308         (speedbar-buffers-line-path): Return is dir name only.
5309         (speedbar-mode-functions-list): New variable.
5310         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5311         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5312         speedbar-files-item-info speedbar-buffers-item-info): New functions.
5313         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5314         New functions.
5315         (speedbar-line-file): Broke out part that fetches file from a line.
5316         (speedbar-line-text): New function extracted from speedbar-line-file.
5317         (speedbar-line-path): Converted into a replaceable function.
5318         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5320 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
5322         * international/fontset.el (create-fontset-from-x-resource): Make
5323         style variants.
5325 1999-01-22  Dave Love  <fx@gnu.org>
5327         * paths.el (Info-default-directory-list): Put sysdir after start.
5329 1999-01-22  Sam Steingold  <sds@goems.com>
5331         * midnight.el (clean-buffer-list): do not kill a buffer if it has
5332         a process associated with it.
5334 1999-01-22  Jason Rumney <jasonr@altavista.net>
5336         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5338 1999-01-22  Felix Lee  <flee@cygnus.com>
5340         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
5341         major-mode.
5342         (vc-annotate-mode): Delete variable.
5344 1999-01-22  Andrew Innes  <andrewi@gnu.org>
5346         * startup.el (command-line): [windows-nt]: Check for existence of
5347         .emacs file so as to notice .emacs.el or .emacs.elc and use them
5348         in preference to _emacs.
5350 1999-01-22  Dave Love  <fx@gnu.org>
5352         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5354 1999-01-20  Richard Stallman  <rms@gnu.org>
5356         * files.el (find-file-noselect): Do wildcard processing only
5357         if new arg WILDCARDS is non-nil.
5358         (find-file, find-file-other-window): New arg WILDCARDS.
5359         Default it to non-nil if interactive.
5360         (find-file-other-frame): Likewise.
5361         (find-file-read-only): Likewise.
5362         (find-file-read-only-other-window): Likewise.
5363         (find-file-read-only-other-frame): Likewise.
5365         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5366         (widget-plist-convert-option): Delete spurious comma.
5368 1999-01-19  Jason Rumney <jasonr@altavista.net>
5370         * term/w32-win.el (w32-standard-fontspec-spec): Change
5371         iso8859-5 to koi8-r.  Add iso8859-9.
5373 1999-01-19  Dave Love  <fx@gnu.org>
5375         * browse-url.el (browse-url-maybe-new-window): Delete macro and
5376         its uses.
5378         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5379         is active.
5380         (fortran-indent-subprogram): Likewise.
5382 1999-01-19  Dave Love  <d.love@dl.ac.uk>
5384         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5386 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
5388         * wid-edit.el (alist): Use sexp as default key-type.
5390 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5392         * textmodes/tex-mode.el (tex-define-common-keys):
5393         Remove key binding of tex-feed-input.
5394         (tex-mode-map): Bind tex-feed-input here.
5395         (tex-start-shell): Use compilation-shell-minor-mode.  Set
5396         comint-input-filter-functions before running tex-shell-hook.
5397         (tex-start-tex): Forget compilation errors.
5398         (tex-compilation-parse-errors): Rewritten to work also with
5399         compile-mouse-goto-error and compile-goto-error.  Adjusted to
5400         change in tex-region.
5401         (tex-region): For the temp file use file-name without directory.
5402         (tex-file): Expand file name of tex-print-file.
5404 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5406         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
5408 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
5410         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5411         beginning could cause Emacs to hang.  Fixed.
5413 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
5415         * international/ccl.el (ccl-compile-translate-character): Handle
5416         the case that a tranlation table is CCL register correctly.
5418         * international/mule-cmds.el (select-safe-coding-system):
5419         Hightlight at most 256 characters.
5421 1999-01-18  Dave Love  <fx@gnu.org>
5423         * startup.el (command-line): If the init file changes operation to
5424         unibyte, make all buffers unibyte and re-set language environment.
5426         * disp-table.el (standard-display-european): Make all existing
5427         buffers unibyte.  Fix doc.
5429 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
5431         * wid-edit.el (coding-system): Define this unconditionally.
5433         * simple.el (shell-command-on-region-default-error-buffer): New var.
5434         (shell-command-on-region): Use that variable as interactive
5435         value of ERROR-BUFFER argument.
5437 1999-01-17  Sam Steingold  <sds@goems.com>
5439         * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5441 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5443         * progmodes/compile.el (compilation-goto-locus): If already in the
5444         compilation buffer's window, keep it in that window.
5445         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
5446         (compile-goto-error): Don't play with windows.
5448         * textmodes/tex-mode.el (latex-run-command): Doc fix.
5449         (tex-command): Doc fix.
5450         (tex-compilation-parse-errors): Doc fix.
5451         (tex-generate-zap-file-name): Don't start the name with -.
5452         (tex-expand-files): Works now also with strings ending with ":".
5454 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
5456         Patch failed to install:
5457         * gametree.el: Document scoring functionality.
5458         (gametree-score-regexp): Add optional plus sign.
5459         (gametree-score-opener): Replace `:' with `=' as the former
5460         conflicts with gametree-half-ply-regexp.
5461         (gametree-transpose-following-leaves): Add.
5462         (gametree-insert-new-leaf): Make modifying commands barf in read
5463         only buffers.
5464         (gametree-break-line-here): Add a call to
5465         `gametree-transpose-following-leaves'.  This maintains the
5466         necessary invariant that on each level all leaf children precede
5467         all nonleaf children.  This has always been implied, but left to
5468         the user, and, unfortunately, undocumented.
5470 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5472         * wid-edit.el (plist, alist): New widget types.
5474 1999-01-17  Dave Love  <fx@gnu.org>
5476         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5477         fix scope of condition-case therein.
5479 1999-01-17  Andrew Innes  <andrewi@gnu.org>
5481         * dos-w32.el: (find-buffer-file-type-coding-system): Use
5482         default-buffer-file-coding-system when file doesn't exist (and
5483         isn't covered by a special case) instead of forcing undecided-dos
5484         against the user's wishes.
5486         * dos-w32.el (direct-print-region-helper): New function based on
5487         direct-print-region-function; sends data to specified printer port
5488         without further translation.  Recognize and handle specially the
5489         standard `print' and `nprint' programs, as well as `lpr' and
5490         similar programs.  Only write directly to the printer port if no
5491         print program is specified.  Work around a bug in Windows 9x
5492         affecting Win32 version of Emacs by invoking command.com to write
5493         to the printer port instead of writing directly.
5494         (direct-print-region-function): Use direct-print-region-helper to
5495         do most of the work.
5496         (direct-ps-print-region-function): New function; analogue of
5497         direct-print-region-function for ps-print.
5498         (ps-lpr-command): Comment out setq; leave as example usage.
5499         (ps-lpr-switches): Ditto.
5501         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5502         and MS-Windows.
5503         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5504         DOS and Windows platforms, to indicate direct printing.  Update
5505         the docstring accordingly.
5507         * ps-print.el: (ps-printer-name): Update docstring about usage on
5508         MS-DOS and MS-Windows.
5509         (ps-lpr-command): Update docstring as for lpr-command.
5510         (ps-print-region-function): New variable.
5511         (ps-do-despool): Use it.
5512         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5513         DOS/Windows.
5515         * subr.el (subst-char-in-string): New function.
5517 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
5519         * international/codepage.el (cp852-decode-table): Fill a nil entry.
5521         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5522         (bdf-find-font-info): New function, looks for the first readable
5523         file from a list of alternatives.
5524         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5525         instead of bdf-get-font-info.
5526         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5527         to ps-mule-generate-bitmap-glyph.
5529         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5530         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
5531         now be a list of alternative names.
5532         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5533         (ps-mule-prepare-font): Likewise.
5535         * international/codepage.el (cp855-decode-table,
5536         cp850-decode-table): Fill some nil entries.
5538 1999-01-16  Dave Love  <fx@gnu.org>
5540         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5541         last change.
5543 1999-01-15  Dave Love  <fx@gnu.org>
5545         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
5546         and change regexp for command names.
5547         (help-xref-go-back, function-called-at-point, symbol-file)
5548         (where-is): Doc fixes.
5549         (help-xref-go-back): Remove interactive spec.
5550         (describe-function-1): Fix message for alias.  Buttomize alias
5551         name.
5553         * simple.el (join-line): New alias.
5555 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
5557         * forms.el: (forms--show-record): Convert integers to string
5558         expicitly since concat will no longer accept integers.
5559         (forms-print): Use local `total-nb-records' since
5560         `forms--total-records' will be inaccessible after buffer switching.
5562 1998-01-14  Felix Lee  <flee@cygnus.com>
5564         * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
5566 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
5568         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
5570 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
5572         * international/codepage.el (cp850-decode-table): Fix previous change.
5574 1999-01-14  Simon Marshall  <simon@gnu.org>
5576         * shell.el (shell-dirtrack-verbose): New custom variable.
5577         (shell-dirstack-message): Use it.
5579 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
5581         * international/mule-conf.el: Coding system alias `dos' for
5582         `undecided-dos', `mac' for `undecided-mac'.
5584         * international/mule-cmds.el (describe-language-environment):
5585         Don't alter input-method-alist.
5587 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
5589         * international/codepage.el (cp850-decode-table): Replace nil
5590         entries with codes of similary looking glyphs.  (Suggested by
5591         Jason Rumney <jasonr@altavista.net>.)
5593 1999-01-13  Dave Love  <fx@gnu.org>
5595         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
5597         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
5599 1999-01-12  Karl Heuer  <kwzh@gnu.org>
5601         * files.el (auto-save-hook): Defvar this.
5603 1999-01-12  Alex Schroeder  <asc@bsiag.com>
5605         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
5606         faces, eliminating the need to load font-lock before loading sql.
5607         (sql-mode-oracle-font-lock-keywords): Likewise.
5608         (sql-mode-postgres-font-lock-keywords): Likewise.
5610 1999-01-11  Dave Love  <fx@gnu.org>
5612         * cus-start.el: Add inhibit-eol-conversion.
5614         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
5615         the values round.
5617 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
5619         * help.el (help-mode-finish): Renamed from help-mode-maybe.
5620         Don't switch to Help mode here.
5621         (temp-buffer-setup-hook): Use help-mode-finish.
5622         (help-mode-setup): New function.
5623         (temp-buffer-setup-hook): Use help-mode-setup.
5625         * progmodes/sql.el: New file.
5627         * files.el (auto-mode-alist): Add sql-mode.
5629         * faces.el (list-faces-display): Improve the formatting
5630         by computing the maximum length required for any face-name.
5632 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5634         * progmodes/compile.el (compilation-shell-minor-mode): New function.
5636 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
5638         * term.el (term_send_home): Change the string to
5639         be the same as the one emitted by xterm and consistent with the
5640         ones emitted by prior and next.
5641         (term_send_end): Likewise.
5643 1999-01-10  Dave Love  <fx@gnu.org>
5645         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
5646         bindings.
5648 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
5650         * international/codepage.el (codepage-setup): Doc fix.
5651         (cp-decoding-vector-for-codepage): Likewise.
5653 1999-01-10  Markus Rost  <rost@gnu.org>
5655         * cus-edit.el (custom-save-delete): First scan the custom-file.
5657 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
5659         * international/iso-transl.el: Define a "function name" for
5660         each translation that isn't ASCII.  Use these function names
5661         in iso-transl-char-map.
5663 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
5665         * international/mule-util.el (decompose-region): Do decomposition
5666         on temporary unibyte buffer.
5668         * international/mule.el (make-char): Doc-string modified.
5670 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
5672         * simple.el (comment-region): Delete spaces only if we
5673         deleted a comment starter.
5675 1999-01-07  Dave Love  <fx@gnu.org>
5677         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5679         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
5680         like eval-defun does.
5682         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
5684         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
5685         constructions.  Doc fixes.
5686         (generic-create-generic-function): Use defalias, not fset.
5688         * find-func.el: More doc fixes.
5690 1999-01-06  Stephen Eglen  <stephen@gnu.org>
5692         * files.el (save-buffers-kill-emacs): Show the list of current
5693         processes before prompting to kill them and exit.
5695 1999-01-06  Dave Love  <fx@gnu.org>
5697         * emacs-lisp/find-func.el: Doc fixes.
5698         (find-function-regexp): Extend for define-generic-mode,
5699         define-derived-mode, easy-mmode-define-minor-mode.
5701 1999-01-06  Dave Love  <fx@gnu.org>
5703         * progmodes/fortran.el (fortran-window-create): Account for scroll
5704         bar width.
5706         * browse-url.el: Require (noerror) w3-auto when compiling.
5707         (browse-url-maybe-new-window): Make it a macro and revert last
5708         change to callers.
5709         (browse-url-w3): Require w3 for w3-fetch-other-window.
5711 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5713         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
5714         argument.
5716 1999-01-06  Simon Marshall  <simon@gnu.org>
5718         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
5720         * font-lock.el (font-lock-default-fontify-buffer): When using
5721         with-temp-message, use nil rather than current-message.
5723         * lazy-lock.el (lazy-lock-unstall):
5724         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
5725         rather than current-message.
5727         * fast-lock.el (fast-lock-save-cache-1):
5728         (fast-lock-cache-data): When using with-temp-message, use nil rather
5729         than current-message.
5731 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
5733         * international/codepage.el (cp-coding-system-for-codepage-1): Add
5734         the valid-codes property.
5736         * international/mule-cmds.el (prefer-coding-system): Call
5737         set-coding-priority, so that the internal array of priorities is
5738         also updated.
5740         * international/mule-util.el:
5741         (coding-system-change-eol-conversion,
5742         coding-system-change-text-conversion): Don't define here.
5744         * international/mule-cmds.el: Define them here.  Remove the
5745         autoload cookies.
5747 1999-01-06  Andreas Schwab  <schwab@gnu.org>
5749         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
5750         if it was enabled before.
5752         * view.el (View-revert-buffer-scroll-page-forward): Bind
5753         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
5755         * files.el (recover-session): Preserve point when inserting
5756         explanation.
5758 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
5760         * cus-edit.el (custom-save-delete): Don't delete whitespace
5761         and comments before the sexp that is replaced.
5763 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5765         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
5767 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5769         * vc.el (vc-dired-hook): Use the original value of
5770         dired-move-to-filename-regexp on lines that have not been
5771         reformatted yet.
5772         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
5773         file lines have already been reformatted.
5775 1999-01-05  Dave Love  <fx@gnu.org>
5777         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
5778         buffer-local.
5780 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
5782         * progmodes/f90.el: Change of regular expressions for type to
5783         correct highlighting and identation. Some small fixes for
5784         compatibility with XEmacs.
5786 1999-01-05  Stephen Eglen  <stephen@gnu.org>
5788         * mspools.el (mspools-vm-system-mail): Provide an alternative
5789         value based on rmail-spool-directory if $MAIL is not defined.
5791 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5793         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
5794         (reftex-section-info): Handle negative section levels.
5795         (reftex-view-crossref-extra): New option.
5796         (reftex-view-crossref): Generalized to work in more places.
5797         (reftex-find-citation-regexp-format, reftex-find-reference-format,
5798         reftex-macros-with-labels, reftex-global-search-marker): New variables.
5799         (reftex-view-cite-locations-from-bibtex): New command.
5800         (reftex-view-regexp-match, reftex-global-search,
5801         reftex-global-search-continue): New functions.
5802         (reftex-extract-bib-entries): No error for non-existing BibTeX
5803         file, just a message.
5804         (reftex-extract-bib-entries): Better error handling.
5805         (reftex-select-with-char): Use `*RefTeX Select*' for selection
5806         help and force it on current frame.
5807         (reftex-default-bibliography): New function.
5808         (reftex-access-parse-file): Check consistency after loading a
5809         parse file.  When inconsistent, enfore rescan.
5810         (reftex-check-parse-consistency): New function.
5811         (easy-menu-define): Options section drastically shortened.
5813 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
5815         * language/thai-util.el (thai-compose-string): New function.
5817 1999-01-04  Inge Frick  <inge@nada.kth.se>
5819         * easymenu.el (easy-menu-define): Doc fix.
5820         (easy-menu-create-menu): New keyword :included.
5821         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
5822         be an expression, not only a string.  Simulate style `button'.
5823         Use easy-menu-define-key-intern instead of easy-menu-define-key.
5824         (easy-menu-define-key-intern): New function.
5825         (easy-menu-add-item): Understand value returned from
5826         easy-menu-item-present-p and easy-menu-remove-item.
5827         (easy-menu-return-item): New function.
5828         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
5830 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
5832         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
5833         Use rmail-output-read-rmail-file-name to read the file name.
5834         Always call rmail-output-to-rmail-file noninteractively.
5835         When count > 1, do the loop here.
5836         Handle rmail-delete-after-output here.
5837         (rmail-summary-output): Similar changes.
5839         * mail/rmailout.el: Provide `rmailout'.
5840         (rmail-output-read-rmail-file-name): New function.
5841         (rmail-output-to-rmail-file): Use that.
5842         (rmail-output-read-file-name): New function.
5843         (rmail-output): Use that.
5845         * files.el (find-file-noselect): Let /: suppress wildcard matching.
5846         Error if wildcard matches no files.
5848 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
5850         * menu-bar.el (clipboard-yank): Doc fix.
5852         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
5854 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
5856         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
5858 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
5860         * rmail.el (rmail-encode-string): Make sure mask value is
5861         positive; (emacs-pid) returns a negative number on Windows 9x
5862         which causes odd behaviour.
5864 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
5866         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
5867         and about w32-* variables unless on Windows/NT.
5869 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
5871         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
5872         if buffer is modified; ask about all modified buffers.
5874 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
5876         * simple.el (what-cursor-position): Fix previous change.
5878 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
5880         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
5881         from paragraph-start.
5883 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
5885         * international/mule-cmds.el (prefer-coding-system): If the
5886         argument requires specific EOL conversion type, make the default
5887         coding systems use that.
5889 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
5891         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
5892         Use shell-command-on-region.
5893         (m4-start-m4, m4-end-m4): Functions deleted.
5895 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
5897         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
5899 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5901         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
5902         to compose-mail in the correct places and as a list.
5904 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
5906         * page-ext.el: Added mouse-selection feature for pages directory buffer.
5907         (pages-directory-map): Bind mouse-2
5908         (pages-copy-header-and-position): Put text property.
5909         (pages-directory-goto-with-mouse): New function.
5911 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
5913         * international/codepage.el (cp-make-coding-systems-for-codepage):
5914         Doc fix.
5915         (cp-coding-system-for-codepage-1): Likewise.
5917 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
5919         * language/thai-util.el (thai-post-read-conversion): Handle Thai
5920         composition sequence correctly here instead of calling
5921         thai-compose-region.
5923         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
5924         newline in multibyte buffer, if previous or next character is a
5925         composite char, check the first component of the composite char.
5927 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
5929         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
5930         and track-mouse.
5932 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
5934         * mail/sendmail.el (mail-yank-original): Remove text properties
5935         after insertion.
5936         (mail-yank-region): Barf if no mark is set in the message
5937         being replied to.
5939         * help.el (function-called-at-point): First look for function at point.
5941 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
5943         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
5945 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
5947         * simple.el (what-cursor-position): Print character encoding also.
5949 1998-12-26  Dave Love  <fx@gnu.org>
5951         * textmodes/flyspell.el: If local-maps work, don't put
5952         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
5953         in flyspell-mouse-map (only).
5954         (flyspell-use-local-map): New variable.
5955         Use a different mouse-2 binding in that case,
5956         and don't add to minor-mode-map-alist.
5957         (make-flyspell-overlay, flyspell-correct-word):
5958         Test flyspell-use-local-map.
5960 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
5962         * files.el (file-expand-wildcards): Handle wildcards in directory name.
5963         Be careful about whether to return a relative file name,
5964         and if so, relative to what directory.
5966 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
5968         * emacs-lisp/easymenu.el (easy-menu-get-map):
5969         Change global map only if this menu exists in the global map already,
5970         and not in the local map.
5971         (easy-menu-do-add-item): Fix error message.
5973         * foldout.el (foldout-inhibit-key-bindings):
5974         Avoid concatenating onto outline-minor-mode-prefix.
5975         Make a new keymap for that prefix, if it does not already have one.
5977 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
5979         * cperl-mode.el:
5980         Can use linear algorithm for indentation if Emacs supports it.
5981         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
5982         (cperl-after-block-p):  Likewise.
5983         (cperl-after-block-and-statement-beg): Likewise.
5984         (cperl-after-block-p):  After END/BEGIN we are a block.
5985         (cperl-after-expr-p):   Skip labels when checking
5986         (cperl-indent-region):  Make a marker for END - text added/removed.
5987         Disable hooks during the call (how to call them later?).
5988         Now indents 820-line-long function in 6.5 sec (including
5989         syntaxification) the first time (when buffer has few
5990         properties), 7.1 sec the second time.
5991         (cperl-indent-region):  Do not indent whitespace lines
5992         (cperl-style-alist)
5993                 Include `cperl-merge-trailing-else' where the value is clear.
5994         (cperl-styles-entries): Likewise.
5995         (cperl-problems):       Improvements to docs.
5996         (cperl-tips):           Likewise.
5997         (cperl-non-problems):   Likewise.
5998         (cperl-mode):           Make lazy syntaxification possible.
5999         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6000         `font-lock-unfontify-region-function' was set to a wrong function.
6002         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
6003         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
6004         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6005         but 1<<6 was considered as HERE-doc.
6006         <file/glob> made into a string.
6007         Postpone addition of faces after syntactic step.
6008         Recognition of <FH> was wrong.
6009         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
6010         Knows that split// is null-RE.
6011         Highlights separators in 3-parts expressions as labels.
6012         <> was considered as a glob.
6013         Would err if the last line is `=head1'.
6014         $a-1 ? foo : bar; was a considered a regexp.
6015         `<< (' was considered a start of HERE-doc.
6016         mark qq[]-etc sections as syntax-type=string
6017         Was not processing sub protos after a comment ine.
6018         Was treating $a++ <= 5 as a glob.
6019         Tolerate unfinished REx at end-of-buffer.
6020         `unwind-protect' was left commented.
6021         / and ? after : start a REx.
6023         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6024         Better default, customizes to `message' too, off in text-mode.
6026         (cperl-array-face): Renamed from `font-lock-emphasized-face',
6027         `defface'd.
6028         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6029         `defface'd.
6030         (cperl-emacs-can-parse):        New state variable.
6031         (cperl-indent-line):    Corrected to use global state.
6032         (cperl-calculate-indent):       Likewise.
6033         (cperl-fix-line-spacing):       Likewise (not used yet).
6034         (cperl-calculate-indent):       Did not consider `,' as
6035         continuation mark for statements.
6036         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6037         Remove another parse-data optimization at toplevel: would
6038         indent correctly.
6039         Correct for labels when calculating indentation of continuations.
6040         Docstring updated.
6041         (cperl-choose-color):   Converted to a function (to be
6042         compilable in text-mode).
6043         (cperl-dark-background):        Disable without window-system.
6044         Do `defface' only if window-system.
6045         (cperl-fix-line-spacing):       sped up to bail out early.
6046         (x-color-defined-p): was not compiling on XEmacs
6047         Was defmacro'ed with a tick.  Remove another def.
6048         (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6049         (cperl-unwind-to-safe): New function.
6050         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
6051         (cperl-fontify-syntaxically): Unwinds start and end to go out of
6052                                      long strings (not very successful).
6053         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
6054         Highlight the starting // in s//foo/ as function-name.
6055         Emit a meaningful error instead of a cryptic one for an
6056         uncomplete REx near end-of-buffer.
6058         (cperl-electric-keyword):       `qr' recognized.
6059         (cperl-electric-else):          Likewise
6060         (cperl-to-comment-or-eol):      Likewise
6061         (cperl-make-regexp-x):  Likewise
6062         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
6063         Corrected to use new macros;
6064         `if' for copying `reference-face' to `constant-face' was backward.
6065         remove init `font-lock-other-emphasized-face',
6066         `font-lock-emphasized-face', `font-lock-keyword-face'.
6067         Interpolate `cperl-invalid-face'.
6068         (cperl-make-regexp-x):  Misprint in a message.
6069         (cperl-syntaxify-unwind): New configuration variable
6070         (cperl-fontify-m-as-s): New configuration variable
6071         (cperl-electric-pod):   check for after-expr was performed
6072         inside of POD too.
6073         (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6074         (cperl-clobber-mode-lists): New configuration variable.
6075         (cperl-not-bad-style-regexp):   Updated.
6076         Init:                   `cperl-is-face' was busted.
6077         (cperl-make-face):      New macros.
6078         (cperl-force-face):     New macros.
6079         (font-lock-other-type-face): Done via `defface' too.
6080         (cperl-nonoverridable-face):    New face.  Renamed from
6081         `font-lock-other-type-face'.
6082         (cperl-init-faces-weak):        use `cperl-force-face'.
6083         (cperl-comment-indent): Commenting __END__ was not working.
6084         (cperl-indent-for-comment):     Likewise.
6085         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
6086         When removing old TAGS info was not relativizing filename.
6087         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6088         Another try to work around XEmacs problems.  Better progress messages.
6089         (toplevel):             require custom unprotected => failure on 19.28.
6090         (cperl-xemacs-p):       defined when compile too
6091         (cperl-find-tags):      Was writing line/pos in a wrong order,
6092         pos off by 1 and not at beg-of-line.
6093         (cperl-etags-snarf-tag): New macro
6094         (cperl-etags-goto-tag-location): New macro
6095         (cperl-version):        New variable.  New menu entry
6096         random docstrings:      References to "future" 20.3 removed.
6097         Menu was described as `CPerl' instead of `Perl'
6098         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6099         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6100         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
6101         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6102         `font-lock-reference-face', `font-lock-keyword-face'.
6103         Use `eval-after-load'.
6104         Remove not-CPerl-related faces.
6105         (cperl-tips-faces):     New variable and an entry into Mini-docs.
6106         (cperl-indent-exp):     Was not processing else-blocks.
6107         (cperl-get-state):      NOP line removed.
6108         (cperl-ps-print):       New function and menu entry.
6109         (cperl-ps-print-face-properties):       New configuration variable.
6110         (cperl-invalid-face):   New configuration variable.
6111         (perl-font-lock-keywords):      Highlight trailing whitespace
6112         (cperl-contract-levels):        Documentation corrected.
6113         (cperl-contract-level):         Likewise.
6114         (cperl-ps-extend-face-list):    New macro.
6115         (cperl-invalid-face):   Change to ''underline.
6117 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
6119         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
6120         for read-file-name.
6121         (rmail-output-to-rmail-file): Likewise.
6123 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
6125         * emacs-lisp/easymenu.el (easy-menu-get-map):
6126         If MENU is nil, use global menu-bar map.
6127         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6128         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6130 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6132         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6134 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6136         * ps-print.el (ps-print-version): New version number (4.1.3).
6138 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
6140         * international/mule-cmds.el: Use make-sparse-keymap instead of
6141         define-prefix-key when defining MULE menu items.
6143         * info.el (Info-node-at-bob-matching): New function.
6144         (Info-find-node, Info-build-node-completions): Call it.
6146 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
6148         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6149         when this is an autoloaded keymap.
6151 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
6153         * international/codepage.el (cp-coding-system-for-codepage-1):
6154         Create separate encoders and decoders, for DOS and Unix.  Make the
6155         usual family of 3 coding systems, so that automatic detection of
6156         EOL type works.
6157         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6158         Unix-specific symbols here, and don't call
6159         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
6160         Handa <handa@etl.go.jp>.)
6162         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6164         * term/internal.el (IT-character-translations): New variable, an
6165         alist used to display characters for which there's no glyphs in
6166         the current codepage.
6167         (IT-display-table-setup): New function, sets up the DOS terminal
6168         for a given codepage.
6169         (dos-codepage-setup): New function, sets up the MULE environment
6170         for the current value of dos-codepage.
6171         (top-level if): In the multibyte mode, turn on
6172         unibyte-display-via-language-environment.  In the unibyte mode,
6173         set up the special syntax tables to map lower- to upper case and
6174         back.
6176 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
6178         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6179         (speedbar-frame-plist) Remove useless comments.
6180         (speedbar-frame-mode) Do not specify height if it is in the param list.
6181         Use default y position w/out changing it.
6182         If default x position is a list, keep, calculate the non-list X
6183         value when devining an initial position.
6184         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6185         (speedbar-tag-group-name-minimum-length): New variable.
6186         (speedbar-frame-parameter): New compatibility function.
6187         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6188         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6189         groups to keep things in the right order, and to help with some
6190         naming conventions.
6191         (speedbar-create-tag-hierarchy): Enable buffer local version of
6192         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6193         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
6194         the case, derive it from the cursor location in speedbar.
6196 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
6198         * international/mule-cmds.el (set-language-environment): On MS-DOS
6199         terminals, install DOS-specific nonascii-translation-table if the
6200         language info doesn't specify one.  Pass the default eol-type to
6201         set-language-environment-coding-systems.
6202         (set-default-coding-systems): Copy the eol-type property for the
6203         new default values of {buffer-file,process}-coding-system from the
6204         old defaults.
6205         (set-language-environment-coding-systems): Accept an optional
6206         argument EOL-TYPE, and set the eol-type property of the default
6207         coding systems accordingly.
6208         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6209         (set-keyboard-coding-system): Likewise.
6210         (set-default-coding-systems): Don't set
6211         default-terminal-coding-system on MS-DOS to anything but nil.
6212         (prefer-coding-system): Describe in the doc string that
6213         default-terminal-coding-system is not changed on MS-DOS.
6214         (set-language-environment): For MS-DOS, set standard syntax table
6215         and display table for all characters with code above 127.
6216         (standard-display-european-internal): For MS-DOS, pass all
6217         characters with code above 127 directly to the terminal, and don't
6218         remap characters 160 and 146 in the unibyte case.
6220         * international/codepage.el: New file.
6222 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6224         * diary-lib.el (diary-float): Fix end-of-year error and typos in
6225         comments.
6227 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6229         * map-ynp.el (map-y-or-n-p): Ignore input methods.
6231         * subr.el (read-passwd): Likewise.
6233 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
6235         * info.el (Info-find-node): Add 1 to the position read from the
6236         tag table.  Don't fail if the node delimiter ^_ is the first
6237         character in the file.
6238         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6239         first character in the file.
6240         (Info-read-subfile): Likewise.
6241         (Info-select-node): Likewise.
6242         (Info-build-node-completions): Likewise.
6244 1998-12-16  Richard Stallman  <rms@gnu.org>
6246         * term/x-win.el (x-cut-buffer-or-selection-value):
6247         If clipboard is enabled, try it before PRIMARY selection.
6249 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6251         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6252         insert c-cedilla and C-cedilla respectively, like in latin-1.
6254 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
6256         * language/hebrew.el: Don't use sublists in the flags argument
6257         passed to make-coding-system.
6259 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6261         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6262         list of character sets found by find-charset-region.
6264         * ps-mule.el: Always require ps-print.  Move some function
6265         definitions for Emacs 20.2 and the earlier to ps-print.el.
6266         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6268         * ps-print.el: Define several functions for Emacs 20.2 and the
6269         earlier version.
6270         (ps-printer-name): Check if printer-name is bound.
6272 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6274         * ps-mule.el: Programming uniformization and little code improvement.
6275         (ps-mule-prepare-font): Programming uniformization.
6276         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
6277         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
6279         * ps-bdf.el: Programming uniformization and little code improvement.
6280         (bdf-search-and-read): New fun.
6281         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6282         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6283         (bdf-info-relative-compose, bdf-info-baseline-offset)
6284         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6285         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6286         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6287         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6288         improvement.
6290 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6292         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6293         and mule related code extraction. Autoload ps-mule funs.
6295         * ps-mule.el: Doc fix. Require ps-print only when compiled.
6296         (ps-mule-prologue-generated): New fun.
6297         (ps-mule-plot-string): Add autoload cookie.
6298         (ps-mule-begin-job): Call ps-mule-prologue-generated.
6300 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6302         * ps-bdf.el: Require ps-mule instead of ps-print.
6303         (bdf-directory-list): Add autoload cookie.
6305         * ps-mule.el: New file.  Mule related code extracted from
6306         ps-print.el.  Require ps-print, provide ps-mule.
6307         (ps-multibyte-buffer): Add autoload cookie.
6308         (ps-mule-prepare-ascii-font): New fun.
6309         (ps-mule-set-ascii-font): New fun.
6310         (ps-mule-skip-same-charset): Fun deleted.
6311         (ps-mule-plot-string): Set ps-mule-current-charset.
6312         (ps-mule-initialize): Add autload cookie.  Don't set
6313         ps-mule-font-info-database here.
6314         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
6315         ps-mule-font-info-database and ps-control-or-escape-regexp.
6316         (ps-mule-begin-page): New fun.
6318         * ps-print.el: Mule related code moved to ps-mule.el.
6319         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6320         check ps-mule-charset-list.
6321         (ps-begin-page): Don't set ps-mule-current-charset, instead call
6322         ps-mule-begin-page.
6323         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6324         (ps-plot-region): Don't set ps-mule-current-charset, instead call
6325         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
6326         instead skip same charsets by itself.
6327         (ps-generate): Call ps-mule-initialize of needs-begin-file is
6328         non-nil.  Call ps-mule-begin-job.
6330 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6332         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
6333         instead of bdf.
6335         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6336         (ps-mule-external-libraries): New element FEATURE.
6337         (ps-mule-init-external-library): Ajusted for the above change.
6338         (ps-mule-generate-font): Likewise.
6339         (ps-mule-generate-glyphs): Likewise.
6340         (ps-mule-prepare-font): Likewise.
6341         (ps-mule-initialize): Likewise.
6342         (ps-begin-file): Superfluous tailing parenthesis deleted.
6344 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
6346         * international/fontset.el (x-decompose-font-name): If PATTERN
6347         doesn't have any wild cards, return a vector made from a name that
6348         is found by x-resolve-font-name found.  Comments added.
6350         * international/mule-cmds.el (find-coding-systems-for-charsets):
6351         Handle the case of unknown charset.
6352         (find-multibyte-characters): If invalid multibyte characters are
6353         found, return the corresponding strings instead of character
6354         codes.
6355         (find-multibyte-characters): Adjusted for the above change.
6356         (select-safe-coding-system): For a unibyte buffer, always returns
6357         DEFAULT-CODING-SYSTEM.
6358         (get-charset-property): Fix previous change.  Make it a function.
6359         (put-charset-property): Make it a function.
6361         * international/mule.el (make-coding-system): Set mime-charset
6362         property of *-with-esc coding system to nil.
6364         * international/quail.el (quail-point-in-conversion-region): New
6365         function.
6366         (quail-conversion-backward-delete-char): When a key sequence is
6367         being translated, call quail-delete-last-char.
6369         * language/devan-util.el
6370         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6371         handle devanagari-decomposition-rules.
6373 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
6375         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6376         tex-start-options-string to empty string.
6377         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6379 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
6381         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6382         5xx responses are already handled properly).
6384 1998-12-13  Richard Stallman  <rms@gnu.org>
6386         * progmodes/compile.el (compilation-error-regexp-alist): Insist
6387         on a non-digit in the file name.
6389         * simple.el (comment-region): Handle comment-padding
6390         separately for insertion and for deletion, in the right way for each.
6392 1998-12-13  Felix Lee  <flee@cygnus.com>
6394         * progmodes/compile.el (compilation-error-regexp-alist): Fix
6395         regexp to match "ChangeLog:1:1998-12-09 ..."
6397 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
6399         * cus-start.el (dos-unsupported-char-glyph): Add.
6401 1998-12-11  Dave Love  <fx@gnu.org>
6403         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6404         forward-sexp in condition-case.
6406         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6407         Remove unnecessary test on `library' for explicit file name.
6408         Widen scope of save-match-data.
6410 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6412         * international/mule.el (load-with-code-conversion): If the loaded
6413         file was inserted  with no-conversion or raw-text coding system,
6414         make the buffer unibyte.
6416 1998-12-09  Richard Stallman  <rms@gnu.org>
6418         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6419         Get rid of nested loops.
6421         * mouse.el (mouse-drag-vertical-line):
6422         If WHICH-SIDE is not `right', then scroll bars are on the left.
6424         * loadhist.el (load-history-loaded): defvar moved to help.el.
6426         * help.el (symbol-file-load-history-loaded): Variable renamed,
6427         and defvar moved from loadhist.el.
6428         (symbol-file): Renamed from describe-function-find-file.
6429         Load fns-VERSION.el here.
6430         (describe-variable, describe-function-1): Use symbol-file.
6432         * textmodes/tex-mode.el (tex-generate-zap-file-name):
6433         Don't start the name with #.
6435         * ispell.el: Take out the eval-when's.
6437 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
6439         * dirtrack.el (dirtrack-directory-change-hook): New hook.
6440         (dirtrack): Run it.  Make debug message more verbose.
6442 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
6444         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6445         name of the abbrev table, and provide support for XEmacs.
6446         (octave-xemacs-p): New variable.
6448 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6450         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6451         exit, when mail-interactive is nil.
6453 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
6455         * files.el (after-find-file): Message fix.
6457 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
6459         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6461 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
6463         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6464         filenames using backslashes.
6466 1998-12-09  Dave Love  <fx@gnu.org>
6468         * browse-url.el (browse-url-mail): Call compose-mail-other-window
6469         with correct number of args.
6470         (browse-url-maybe-new-window): New arg.  Callers changed.
6472         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6473         comment.
6475 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
6477         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6479 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
6481         * vc.el (vc-rcs-release): Fix Type.
6482         (vc-sccs-release): Fix Type.
6483         (vc-cvs-release): Fix Type.
6485         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6486         arg work right.
6488         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6489         output of last undeleted message.
6491 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
6493         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6494         (buffer-undo-list) [windows-nt]: Use different relative path.
6496 1998-12-07  Simon Marshall  <simon@gnu.org>
6498         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6500 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
6502         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6504         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6506 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6508         * info.el (Info-menu): Don't return error if point is between menu
6509         header and first menu item.
6511 1998-12-04  Dave Love  <fx@gnu.org>
6513         * help.el (describe-function-1): Fix description for alias.
6515 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
6517         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6518         specifications from summary line.
6520         * rect.el (delete-whitespace-rectangle): Mark for autoload.
6521         (close-rectangle): Define alias only once in loaddefs.el.
6523 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
6525         * term/internal.el: Remove code which sets up a special syntax
6526         table for non-ASCII characters.
6528 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
6530         * dos-w32.el (direct-print-region-function): Try to ensure that
6531         printer-name is expanded to a file name on a local drive;
6532         sometimes printing a file loaded from a network volume fails.
6533         (direct-print-region-function): Add a function to
6534         write-region-annotate-functions to append a formfeed character to
6535         the region being printed, if the region doesn't end with a
6536         formfeed already.  This avoids creating a second print job
6537         containing a blank page when print spooling is enabled on Windows.
6539 1998-12-02  Dave Love  <fx@gnu.org>
6541         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6542         `Info-goto-node'.
6544 1998-12-02  Richard Stallman  <rms@gnu.org>
6546         * help.el (temp-buffer-resize-mode): Doc fix.
6548         * cus-edit.el (custom-save-delete): Save point before
6549         reading a sexp, rather than backing up.
6551         * international/iso-transl.el: Fix previous change.
6553 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6555         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
6556         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
6557         Added defvars to suppress compilation warnings.
6559 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
6561         * ispell.el: Improved and fixed customize for variables:
6562         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
6563         ispell-dictionary-alist, ispell-skip-sgml.
6564         Improved and fixed comments in variables and messages for
6565         functions: ispell-help-in-bufferp, ispell-local-dictionary,
6566         ispell-menu-map, ispell-checking-message, ispell-parser,
6567         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
6568         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
6569         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
6570         ispell-message-text-end, ispell-add-per-file-word-list.
6571         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
6572         system is now required for all languages.  Casechars improved for
6573         castellano, castellano8, and norsk dictionaries.  Dictionary
6574         norsk7-tex added.  Dictionary polish added.
6575         (ispell-dictionary-alist): Redefined at load-time to support
6576         dictionary changes.
6577         (ispell-menu-map): Redefined at load-time to support menu changes.
6578         (ispell-check-version): New alias for `check-ispell-version'.
6579         (ispell-parse-output): Fixed matching for ispell error messages.
6580         Correctly returns spelling suggestions in order generated by ispell
6581         process.
6582         (check-ispell-version): Ensure `case-fold-search' doesn't get
6583         redefined.
6584         (ispell-complete-word): Ensure `case-fold-search' doesn't get
6585         redefined.  Fix bug that didn't respect case of word being completed.
6586         (ispell-init-process): Set process coding system to be compatible
6587         with emacs processes and the ispell process.
6588         (ispell-kill-ispell): Ensures ispell process has terminated before
6589         starting new process.  This can otherwise confuse process filters
6590         and hang the ispell process.
6591         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
6592         skipping support for sgml.
6593         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
6594         which could cause `ispell-complete-word' to hang.
6595         (ispell-message): Improved message reference matching.  Ensure
6596         `case-fold-search' doesn't get redefined.
6597         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
6598         get redefined.  Fixed bug in returning to nroff mode from tex mode.
6599         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
6600         get redefined.
6602 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6604         * textmodes/flyspell.el (flyspell-check-word-p):
6605         Don't delay inside a kbd macro.
6607         * subr.el (make-local-hook): Return the hook variable.
6609 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6611         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
6612         Use a timer instead of post-command-hook.
6613         (hscroll-timer): New variable.
6615 1998-11-30  Dave Love  <fx@gnu.org>
6617         * help.el (help-xref-button): Do nothing if text already has the
6618         help-xref property.
6619         (describe-variable): Revert previous change to hyperlink to source.
6621 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
6623         * bindings.el (features): Add `base64' to this list.
6625         * loadhist.el (symbol-file): Doc fix.
6627         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6629         * files.el (hack-one-local-variable): Cope with non-file buffers.
6631 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
6633         * help.el (describe-mode): Put major mode first.
6635         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
6636         to support special-display and same-window features.
6638 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
6640         * simple.el (transpose-subr, transpose-subr-1): Rename variables
6641         bound in one function and used in the other.
6642         (transpose-subr-start1, transpose-subr-start2): Add defvars.
6643         (transpose-subr-end1, transpose-subr-end2): Add defvars.
6645 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
6647         * autoinsert.el (auto-insert-alist): Use user-mail-address.
6649 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
6651         * international/ccl.el (ccl-dump-translate-character-const-tbl):
6652         Give format correct control string.
6654         * international/mule.el (define-translation-table): Fix bug of
6655         setting incorrect translation-table-id.  If the first element of
6656         ARGS is a translation table, just register it.
6658         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
6659         property.
6661 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
6663         * thingatpt.el (thing-at-point-url-at-point): Don't use current
6664         syntax table to determine what is whitespace.
6666 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
6668         * frame.el (frame-parameter): Doc fix.
6670         * textmodes/tex-mode.el (tex-feed-input): New function.
6671         (tex-define-common-keys): Add binding for C-c C-m.
6673 1998-11-23  Dave Love  <fx@gnu.org>
6675         * progmodes/fortran.el: Various minor doc fixes.
6676         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
6677         (fortran-with-subprogram-narrowing): New macro.
6678         (fortran-check-for-matching-do): Use it.
6679         (fortran-end-do): Use fortran-check-end-prog-re.
6680         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
6681         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
6683 1998-11-23  Simon Marshall  <simon@gnu.org>
6685         * font-lock.el (font-lock-defaults): Doc fix.
6686         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
6687         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
6689         * lazy-lock.el (lazy-lock-unstall):
6690         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
6692         * fast-lock.el (fast-lock-save-cache-1):
6693         (fast-lock-cache-data): Rewritten to use with-temp-message.
6695 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
6697         * mail/rmail.el (rmail-set-message-counters-counter): Detect
6698         messages that have been added with DOS line endings and convert
6699         the line endings for such messages.
6701 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6703         * help.el: Add resizing of temporary buffers.
6704         (temp-buffer-resize-mode): New command and variable.
6705         (temp-buffer-max-height): New variable.
6706         (resize-temp-buffer-window): New function.
6708         * window.el (window-buffer-height): New function, split from
6709         shrink-window-if-larger-than-buffer.
6710         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
6712 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
6714         * frame.el (initial-frame-alist): Add defcustom.
6716         * shell.el (shell-prompt-pattern): Add defcustom.
6718 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6720         * message.el (message-ignored-supersedes-headers): Remove
6721         NNTP-Posting-Date.
6723 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
6725         * help.el (describe-mode): Don't avoid loop indirecting thru
6726         value of INDICATOR.
6728 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
6730         * help.el (describe-variable): Allow any variable with a defcustom,
6731         even if it is not a user variable.
6733         * mail/rmail.el (mail-unsent-separator): Additional alternative.
6735 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
6737         * gnus/nntp.el (nntp-request-group): Allow for failures when
6738         requesting a new group.
6740 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6742         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
6744 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6746         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
6748 1998-11-19  Simon Marshall  <simon@gnu.org>
6750         * subr.el (with-temp-message): New macro.
6752         * emacs-lisp/lisp-mode.el (with-temp-message):
6753         Add lisp-indent-function property.
6755 1998-11-18  Dave Love  <fx@gnu.org>
6757         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
6759 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
6761         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
6762         This is not obsolete.
6764 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
6766         * textmodes/picture.el: Make a new map by make-keymap.
6767         (picture-desired-column): New variable.
6768         (picture-update-desired-column): New function.
6769         (picture-beginning-of-line): Set picture-desired-column to 0.
6770         (picture-end-of-line): Set picture-desired-column to the current
6771         column.
6772         (picture-forward-column): Pay attention to multi-column character.
6773         (picture-backward-column): Likewise.
6774         (picture-move-down): Likewise.
6775         (picture-move-up): Likewise.
6776         (picture-movement-nw): With prefix arg, move twice columns.
6777         (picture-movement-ne): Likewise.
6778         (picture-movement-sw): Likewise.
6779         (picture-movement-se): Likewise.
6780         (picture-set-motion): Handle two-column movements.
6781         (picture-move): Call picture-move-down or picture-forward-column
6782         only when necessary.
6783         (picture-insert): Pay attention to picture-desired-column.
6784         (picture-self-insert): Likewise.
6785         (picture-clear-column): Pay attention to multi-column character.
6786         (picture-mode): Modify doc-string for two-column movement.
6788         * rect.el (move-to-column-force): New function.
6789         (operate-on-rectangle): If coerce-tabs is non-nil, call
6790         move-to-column-force instead of move-to-column.
6791         (insert-rectangle): Call move-to-column-force instead of
6792         move-to-column.
6793         (open-rectangle-line): If begextra is not zero, call
6794         move-to-column-force.
6797 1998-11-16  Dave Love  <fx@gnu.org>
6799         * textmodes/sgml-mode.el Require skeleton when compiling.
6800         (sgml-font-lock-keywords-1): Accept single-letter tags.
6801         (v2): Defvar free variable.
6803 1998-11-16  Sam Steingold  <sds@goems.com>
6805         * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
6806         macro, not ELisp one.
6808 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6810         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
6811         characters to symbol.
6813         * language/japan-util.el (japanese-zenkaku-region): New optional
6814         arg KATAKANA-ONLY.
6816 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6818         * international/mule.el
6819         (after-insert-file-set-buffer-file-coding-system): If the buffer
6820         is changed to unibyte, return inserted bytes.
6822         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
6823         and link names if necessary.
6824         (tar-header-block-summarize): Handle the case that file or link
6825         names are multibyte.
6826         (tar-summarize-buffer): At first set the current buffer unibyte,
6827         then if there are multibyte file names, change it to multibyte.
6828         (tar-mode): Get char position from tar-header-offset.
6829         (tar-extract): Avoid multibyte<->unibyte conversion in
6830         insert-buffer-subsring by setting both buffers unibyte
6831         temporarily.
6832         (tar-copy): Set the buffer unibyte while doing a work.  Write
6833         without code conversion.
6834         (tar-expunge): Set the buffer unibyte while doing a work.
6835         (tar-alter-one-field): Likewise.
6836         (tar-clear-modification-flags): Compare byte position with
6837         tar-header-offset.
6838         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
6839         insert-buffer-subsring by setting both buffers unibyte
6840         temporarily.  Pay attention to multibyteness while updating the
6841         descriptor-line.
6842         (tar-mode-write-file): Write without code conversion.
6844 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6846         * nngateway.el: Require cl.
6848 1998-11-15  Dave Love  <fx@gnu.org>
6850         * progmodes/fortran.el: Fix previous change:
6851         (fortran-end-prog-re1): Changed.
6852         (fortran-check-end-prog-re): New function.
6853         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
6855 1998-11-13  Tom Breton  <tob@world.std.com>
6857         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
6858         GNU Emacs.
6860 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
6862         * textmodes/reftex.el: (reftex-finding-files): Group documentation
6863         fixed.
6864         (reftex-toc-toggle-file-boundary,
6865         reftex-toc-toggle-labels,
6866         reftex-toc-toggle-context,reftex-find-start-point): New functions.
6867         (reftex-toc-include-labels, reftex-toc-include-context,
6868         reftex-toc-include-file-boundaries,
6869         reftex-toc-keep-other-windows): New options.
6870         (reftex-use-text-after-label-as-context): Option removed.
6871         (reftex-extract-bib-entries): Protect use in non-latex
6872         buffers.
6873         (reftex-toc-visit-location): Renamed from
6874         `reftex-toc-visit-line'.
6875         (reftex-latin1-to-ascii): Works now with and without Mule.
6876         (reftex-truncate): Removed special stuff for Emacs 20.2.
6877         (reftex-get-offset): Made more general.
6878         (reftex-show-label-location): Renamed from
6879         `reftex-select-label-callback'.
6880         (reftex-pop-to-label): Function removed (using
6881         `reftex-show-label-location' instead.
6882         (reftex-insert-docstruct): Renamed from
6883         `reftex-make-and-insert-label-list'.  Function args changed.
6884         (reftex-toc): Now uses `reftex-insert-docstruct' and
6885         `reftex-find-start-point'.
6886         (reftex-select-item): Use `reftex-find-start-point'.
6887         (reftex-toc-visit-line): Can display labels and file
6888         boundaries.
6889         (reftex-TeX-master-file): `(TeX-master-file)' protected.
6891 1998-11-12  Sam Steingold  <sds@goems.com>
6893         * browse-url.el (browse-url): Handle the case when
6894         `browse-url-browser-function' is a lambda list.
6896 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
6898         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
6899         version string.
6900         * loadhist.el (symbol-file): Likewise
6902 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
6904         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
6906 1998-11-11  Sam Steingold  <sds@goems.com>
6908         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
6909         `run-lisp' instead of signalling an error.
6911 1998-11-11  Karl Heuer  <kwzh@gnu.org>
6913         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
6915 1998-11-11  Richard Stallman  <rms@gnu.org>
6917         * vc-hooks.el (vc-toggle-read-only): Doc fix.
6919 1998-11-11  Per Starback  <starback@update.uu.se>
6921         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
6922         renamed svenska8 to svenska, and fixed and extended CASECHARS
6923         for it.
6925 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
6927         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
6928         handling if setpagedevice is not available.
6929         (ps-begin-file): Fix typo.
6931 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
6933         * international/mule-util.el (compose-chars-component): Signal
6934         error if CH is a rule-based composition character.
6935         (compose-chars): Signal error if an already compsed character is
6936         going to be composed by rule-base.
6938         * term/x-win.el: If a resolved ASCII font name doesn't conform to
6939         full XLFD, don't try to get information of WEIGHT and SLANT from
6940         that font name.
6942 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
6944         * dos-w32.el (set-default-process-coding-system): Use function on
6945         before-init-hook to set default-process-coding-system based on
6946         enable-multibyte-characters.
6948         * term/w32-win.el ([language-change]): For now ignore
6949         keyboard language-change events.
6951 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
6953         * ediff-util.el (ediff-make-temp-file): Run the prefix through
6954         convert-standard-file-name, but leave the results of
6955         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
6956         characters if the original name already exists, or has a special
6957         handler.
6959 1998-11-10  Karl Heuer  <kwzh@gnu.org>
6961         * international/iso-insert.el: Delete autoload cookies.
6963         * international/iso-transl.el: Add autoload cookies.
6965 1998-11-10  Richard Stallman  <rms@gnu.org>
6967         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
6968         (ispell-process-line): Don't treat multibyte
6970 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
6972         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
6973         setpagedevice to specify the page size if setpagedevice is
6974         available.  This is necessary to select the correct paper tray on
6975         Level 2 printers with multiple paper sizes available.
6977         (ps-begin-file): Cope with font names that contain spaces, and
6978         call BeginDoc in a BeginSetup/EndSetup block.
6980 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
6982         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
6983         convert-standard-filename.
6985         * loadhist.el (symbol-file): Run fns-VERSION.el through
6986         convert-standard-filename.
6988 1998-11-06  Richard Stallman  <rms@gnu.org>
6990         * textmodes/texinfmt.el (texinfo-format-scan):
6991         Detect the case of two @-commands in a row; process just the first.
6992         (texinfo-append-refill): If line has a @c, insert the @refill
6993         before it.
6994         (texinfo-format-refill): Return with point where the @refill was.
6996         * files.el (hack-local-variables): Test local-enable-local-variables.
6997         (hack-local-variables-prop-line): Likewise.
6998         (set-auto-mode): Don't test local-enable-local-variables here.
6999         (enable-local-variables): Doc fix.
7000         (local-enable-local-variables): Doc fix.
7001         (normal-mode): Doc fix.
7003 1998-11-06  Karl Heuer  <kwzh@gnu.org>
7005         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7007 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
7009         * simple.el (line-number-mode): Doc fix.
7011 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
7013         * international/fontset.el (create-fontset-from-fontset-spec):
7014         Give correct arg to `error'.
7016 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
7018         * textmodes/sgml-mode.el (html-mode): Doc fix.
7019         (sgml-name-8bit-mode): Fix missing format character in message string.
7021 1998-11-05  Karl Heuer  <kwzh@gnu.org>
7023         * mail/sendmail.el (sendmail-send-it): Check for failure.
7025 1998-11-05  Richard Stallman  <rms@gnu.org>
7027         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7029         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7030         (close-rectangle): Define as alias.
7032 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
7034         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7036 1998-11-05  Dave Love  <fx@gnu.org>
7038         * help.el (describe-variable): Don't quote link to source.
7040 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
7042         * gud.el (gud-common-init): Use pop-to-buffer.
7043         (same-window-regexps): Add an element that matches all gud buffers.
7045 1998-11-04  Jason Rumney  <jasonr@altavista.net>
7047         * term/w32-win.el (x-get-selection-value): Alias to
7048         x-cut-buffer-or-selection-value.
7049         (w32-standard-fontset-spec): New variable.
7050         (w32-create-initial-fontsets, mouse-set-font): Check whether
7051         new-fontset is available.
7052         (w32-use-w32-font-dialog): Enable use of set-variable.
7054 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7056         * vc.el (with-vc-file, edit-vc-file): New macros.
7058 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
7060         * international/quail.el (quail-show-guidance-buf): Call
7061         set-minibuffer-window to set minibuffer window of the current
7062         frame correctly.
7064 1998-11-03  Theodore Jump <tjump@tertius.com>
7066         * term/w32-win.el: Require fontset.
7068 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
7070         * faces.el (set-face-font): Call resolve-fontset-name on w32.
7071         (set-face-font-auto): Ditto.
7073 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
7075         * mouse.el (mouse-drag-region): Fix typo.
7077 1998-11-02  Dave Love  <fx@gnu.org>
7079         * progmodes/fortran.el Fix for fontification of strings lost somehow:
7080         (fortran-fontify-string): New function.
7081         (fortran-font-lock-keywords-1): Use it.
7083 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
7085         * comint.el (comint-file-name-quote-list): Doc fix.
7087 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7089         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7090         build directory, not source directory.
7092         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7093         if we did not get one for the final move.
7095 1998-11-01  Dave Love  <fx@gnu.org>
7097         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7098         Don't funcall browse-url-browser-function.
7100         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7101         Don't funcall browse-url-browser-function.
7103         * fortran.el (fortran-end-prog-re1): Fix the regexp.
7105 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
7107         * files.el (revert-buffer): Doc fix.
7109 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
7111         * textmodes/tex-mode.el (tex-start-options-string):
7112         Quote the backslashes with more backslashes.
7114 1998-10-31  Dave Love  <fx@gnu.org>
7116         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7117         (webjump): Don't funcall browse-url-browser-function.
7119 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
7121         * international/quail.el (quail-start-translation): Handle
7122         switching of the frame in read-key-sequence.
7123         (quail-start-conversion): Likewise.
7124         (quail-show-guidance-buf): Detach quail-guidance-buf from any
7125         windows before setting an appropriate window for it.
7126         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
7127         quail-guidance-win to nil.
7128         (quail-update-guidance): If quail-guidance-buf is not in the
7129         selected frame, call quail-show-guidance-buf again.
7131 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
7133         * progmodes/pascal.el (pascal-mode):
7134         `blink-matching-paren-dont-ignore-comments' set to t.
7136 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7138         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7140 1998-10-30  Dave Love  <fx@gnu.org>
7142         * vc.el (vc-backend-merge-news): Check for "P" output.
7144         * help.el (describe-variable): Hyperlink the definition.
7146 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
7148         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7149         (sh-set-shell): Likewise.
7151         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7153         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7154         (edebug-on-error): Fix customize type to match that of
7155         debug-on-error.
7157         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7159         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7160         report-emacs-bug-address instead of undefined bug-gnu-emacs.
7162         * international/mule-cmds.el (select-message-coding-system): Doc
7163         fix.
7165         * international/mule-diag.el (describe-coding-system): Describe
7166         all flags.
7168         * mail/sendmail.el (sendmail-coding-system,
7169         default-sendmail-coding-system): Doc fix.
7171         * simple.el (shell-command-on-region): Doc fix.
7173         * loadup.el: Write fns-*.el in current directory instead of
7174         data-directory since no installation directory exists yet.  Mark
7175         buffer unmodified afterwards.
7177         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7178         instead of data-directory since it is architecture dependent.
7179         (load-history-loaded): Update doc string.
7181 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
7183         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7184         path as a default directory when canonicalizing names.
7186         * w32-fns.el: Remove a dangling reference to a directory on the
7187         build machine.
7189 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7191         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7192         namespace related keywords such as `class', `body', `private',
7193         `variable', `namespace eval', etc.
7194         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7195         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7196         imenu and font-lock so that searches for \sw would find words
7197         containing colons.
7199         * progmodes/etags.el (initialize-new-tags-table):
7200         Do not alter find-tag-marker-ring and tags-location-ring.
7202 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
7204         * term/w32-win.el: Require fontset.
7205         (w32-init-fontsets): New function (code from x-win.el).
7207 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7209         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7210         calendar-and-diary-frame-parameters):  Add title parameter.
7212 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7214         * completion.el (dynamic-completion-mode): New function to enable
7215         the mode.  (Just loading the file now does not change anything.)
7217 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7219         * ps-print.el: User option for multibyte buffer handling and doc fix.
7220         (ps-multibyte-buffer): New user option.
7221         (ps-setup): Print new user option.
7222         (ps-print-quote): New fun.
7223         (ps-color-p, ps-mule-font-info-database-latin): New var.
7224         (ps-default-color, ps-mule-font-info-database)
7225         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7226         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7227         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7228         Little code improvement.
7229         (ps-mule-initialize): Initialize ps-mule-font-info-database.
7230         (ps-print-prologue-header, ps-font-family, ps-font-size)
7231         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7232         (ps-build-face-reference, ps-mule-font-info-database-bdf)
7233         (ps-mule-external-libraries, ps-mule-init-external-library)
7234         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7235         Doc fix.
7236         (ps-print-version): New version number (4.1.1) and doc fix.
7237         (ps-print-prologue-header): New user option.
7238         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7239         Conditional compilation for GNU Emacs and emacsens.
7240         (ps-generate-postscript-with-faces): Skip invisible text better.
7241         (ps-setup): Print new user option.
7242         (ps-print-preprint): Check if input file name exists and is unwritable.
7243         (ps-begin-file): Adjust PostScript prologue header for duplex printers
7244         and insert user PostScript prologue header comments.
7245         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7246         New funs.
7247         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7248         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7249         PostScript programming normalization.
7250         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7251         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7252         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7253         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7254         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7255         Programming style normalization.
7257 1998-10-26  Kenichi Handa <handa@etl.go.jp>
7259         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7260         version, check the value of mule-version.
7262         * international/mule-util.el (compose-region): Insert then delete
7263         to preserve markers.
7264         (decompose-region): Use search-forward for efficiency.
7266         * language/chinese.el (pre-write-encode-hz): Cancel previous
7267         change, use generate-new-buffer instead of get-buffer-create.
7268         * language/devan-util.el
7269         (in-is13194-devanagari-pre-write-conversion): Likewise.
7270         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7271         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7272         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7274 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7276         * mail/rmailsum.el (rmail-message-subject-p):
7277         Handle message whose header has not been reformatted.
7279         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7281 1998-10-25  Jason Rumney  <jasonr@altavista.net>
7283         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7284         New variables.
7285         (mouse-set-font): Use font menus instead of dialog according to
7286         w32-use-w32-font-dialog.
7288 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7290         * calendar/calendar.el (calendar-day-name-array): Add doc string
7291         correctly!
7292         (calendar-month-name-array): Add doc string correctly!
7294 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
7296         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7298 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
7300         * lisp/info.el (Info-next-menu-item): Stay on top of node.
7302         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7304         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7306         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7308 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
7310         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7312 1998-10-21  Karl Heuer  <kwzh@gnu.org>
7314         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7315         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7316         (profile-filter, profile-reset-timer): Functions deleted.
7317         (profile-check-zero-init-times, profile-get-time): Likewise.
7318         (profile-find-function, profile-quit): Likewise.
7319         (profile-distinct, profile-call-stack, profile-last-time): New vars.
7320         (profile-time-list, profile-init-list): Doc fix.
7321         (profile-functions): Simplify.
7322         (profile-print): Use float.  Make output include space separators.
7323         (profile-add-time): New helper function.
7324         (profile-function-prolog): Renamed from profile-start-function.
7325         Handle profile-distinct.
7326         (profile-function-epilog): Renamed from profile-update-function.
7327         Handle profile-distinct.
7328         (profile-a-function): If the function to be profiled is an
7329         autoload form, load it.  If it's lazy-loaded, fetch it.
7330         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7331         (profile-restore-fun): Arg FUN is now a function symbol, as was
7332         documented, rather than a one-element list.
7333         (profile-finish): Call profile-restore-fun properly.
7335 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
7337         * international/characters.el: Setup charset property
7338         nospace-between-words.
7340         * international/mule-cmds.el (get-charset-property): If CHARSET is
7341         composition, return nil.
7342         (put-charset-property): If CHARSET is composition, do nothing.
7344         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7345         * language/devan-util.el
7346         (in-is13194-devanagari-pre-write-conversion): Likewise.
7347         * language/thai-util.el (thai-pre-write-conversion): Likewise.
7348         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7349         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7351         * textmodes/fill.el (sentence-end-without-period): New variable.
7352         (canonically-space-region): Pay attention to
7353         sentence-end-without-period.
7354         (fill-find-break-point): The first argument CHARSET deleted.
7355         Caller changed.
7356         (fill-region-as-paragraph): Pay attention to charset property
7357         nospace-between-words and text property nospace-between-words.
7359 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7361         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7362         an unrecognized shell.
7364 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
7366         * desktop.el (desktop-save): Include minor modes symbolically.
7367         (desktop-create-buffer): Turn on all minor modes in `mim'.
7369 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
7371         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7372         (sh-font-lock-keywords): Handle rpm and rpm2.
7373         (sh-ancestor-alist): Handle rpm.
7375         * files.el (auto-mode-alist): Recognize .rpm files.
7376         Also .spec and .mspec files.
7378 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
7380         * faces.el (frame-set-background-mode): Enable the function for
7381         MSDOS frames.
7383 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7385         * calendar/calendar.el (calendar-day-name-array): Add doc string.
7386         (calendar-month-name-array): Add doc string.
7388 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
7390         * simple.el (kill-ring-max): Increased to 60.
7392 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
7394         * international/characters.el: Setup auto-fill-chars.
7396         * international/kinsoku.el (kinsoku): Check the variable
7397         enable-kinsoku.
7399         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7400         Don't call kinsoku directly, intead call fill-find-break-point.
7402         * textmodes/fill.el: Setup `fill-find-break-point-function'
7403         property to character sets which require `kinsoku' processing for
7404         filling.
7405         (fill-find-break-point): New function.
7406         (fill-region-as-paragraph): Don't check kinsoku-enable here.
7407         Don't call kinsoku directly, intead call fill-find-break-point.
7409 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
7411         * faces.el (modify-face-read-string): Return (nil) for "none".
7412         (modify-face): Don't get error if (nil) is the argument.
7413         (face-try-color-list): Don't check whether nil is a valid color.
7415 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
7417         * emacs-lisp/bytecomp.el (byte-recompile-directory):
7418         Print message about each directory, even in batch mode.
7420         * gnus/nntp.el: Require `cl' before using nnoo-declare.
7422         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7423         (ps-mule-string-char): No need to use sref.
7424         (ps-mule-next-index): No need to use sref.
7426         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7428         * files.el (revert-buffer-internal-hook): Add defvar.
7430         * arc-mode.el (archive-mode): Locally set file-precious-flag.
7432         * tar-mode.el (tar-mode): Locally set file-precious-flag.
7434 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
7436         * international/mule-cmds.el (default-input-method): Fix custom type.
7438         * net-utils.el (whois-server-list): Fix customization type.
7440         * shell.el (shell-input-autoexpand): Fix customization group.
7442 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
7444         * repeat.el (repeat): Handle keyboard macros properly.
7445         Handle new prefix arg after self-insert command.
7447         * repeat.el: Don't include cl even at compile time.
7448         (repeat): Avoid using `loop'.
7450         * simple.el (shell-command-on-region): Doc fix.
7451         (next-history-element): Special error message if no default.
7453 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
7455         * ps-print.el (ps-print-buffer): Doc fix.
7456         (ps-despool): Likewise.
7458         * arc-mode.el (arc-mode): Provide arc-mode.
7460 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7462         * ps-print.el (ps-print-buffer): Doc fix.
7464 1998-10-14  Dave Love  <fx@gnu.org>
7466         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7467         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7468         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7470         * progmodes/fortran.el (fortran-mode-map): Change "Join
7471         Continuation Line" to "Join Line".
7472         (fortran-font-lock-keywords-1): Add "cycle", "exit".
7474 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
7476         * progmodes/fortran.el (fortran-join-line): Use
7477         `delete-indentation' instead of issuing an error message if not on
7478         a continuation line.  Provide for joining several lines using
7479         prefix arg.
7481 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
7483         * term/pc-win.el (msdos-color-values): New variable.
7484         (x-color-values): New function, emulates its namesake from
7485         src/xfns.c.
7486         (msdos-bg-mode): Add all dark colors to those which return
7487         "dark".
7489 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
7491         * replace.el (keep-lines, flush-lines, how-many):
7492         Don't ignore case if arg has upper case letters.
7494 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
7496         * progmodes/vhdl-mode.el
7497         (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7498         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7499         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7500         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7501         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7502         (vhdl-when): Fix indentation problem.
7503         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7504         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7505         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7507 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
7509         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7510         (ls-lisp-insert-directory): Renamed from insert-directory.
7511         (insert-directory): New function.
7513 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
7515         * simple.el (completion-fixup-function): Variable deleted.
7516         (completion-setup-function): Delete code for completion-fixup-function.
7517         * emacs-lisp/lisp.el (lisp-complete-symbol):
7518         Don't bind completion-fixup-function.
7520         * files.el (find-file-wildcards): New option.
7521         (find-file-noselect): Handle wild cards, if enabled.
7522         (file-expand-wildcards): New function.
7524         * simple.el (set-fill-column): Doc fix.
7526 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7528         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7530 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
7532         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7533         Move declaration before first use.
7534         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7535         hif-math, hif-factor): Rename token to hif-token and token-list to
7536         hif-token-list.
7537         (hif-token, hif-token-list): Declare them.
7538         (hif-find-ifdef-block): Return cons of top and bottom point
7539         instead of setting dynamically bound variables.
7540         (hide-ifdef-block, show-ifdef-block): Use return value of
7541         hif-find-ifdef-block.
7543 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7545         * subr.el (read-passwd): Use clear-this-command-keys.
7547         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
7549         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
7550         and ...-for-write.
7552 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
7554         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
7555         responses to GROUP command, since this may be called from a timer
7556         with quit inhibited.
7558 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
7560         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
7561         set unconditional-jump to nil.
7562         (ccl-compile-read-multibyte-character): Return nil.
7563         (ccl-compile-write-multibyte-character): Likewise.
7564         (ccl-compile-translate-character): Likewise
7565         (ccl-compile-map-multiple): Likewise.
7566         (ccl-compile-map-single): Likewise.
7568         * international/kinsoku.el: Add coding tag.
7569         (kinsoku-bol): Remove superfluous TAB in a string.
7571         * international/mule-cmds.el (find-coding-systems-for-charsets):
7572         Delete `composition' (if any) from CHARSETS.
7574 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
7576         * international/mule-cmds.el (setup-specified-language-environment):
7577         Add apropos-inhibit property.
7578         (describe-specified-language-support): Likewise.
7580 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
7582         * international/mule.el (make-coding-system): Create -with-esc
7583         variant coding system.
7585 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7587         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
7588         (next-file): Optionally offer to revert a file's buffer,
7589         if it has an existing buffer but the file has changed.
7591         * info.el (Info-insert-dir): Detect and report problems
7592         in input files, such as "No Top node".  Return with point
7593         at the beginning of the text.
7594         (Info-find-node): Reinsert the code to handle files
7595         with no tags table; it was deleted by mistake.
7597 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
7599         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
7600         texinfo-find-higher-level-node repeatedly find the same node.
7601         (texinfo-find-higher-level-node): Doc fix.
7603 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
7605         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
7606         (smtpmail-address-buffer): Add defvar.
7607         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
7609         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
7611         * ffap.el (ffap-machine-p-local): Fix editing error.
7613 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
7615         * faces.el (frame-set-background-mode):
7616         Don't do anythung for text-only or MSDOS frame.
7618 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
7620         * international/quail.el (quail-defrule): New optional arg APPEND.
7621         (quail-defrule-internal): Fix bug of handling the argument APPEND.
7623 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
7625         * gnus/pop3.el (pop3-open-server):
7626         Set process-coding-system-alist around open-network-stream.
7628 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
7630         * files.el (save-buffer): Doc fix.
7632 1998-10-07  Karl Heuer  <kwzh@gnu.org>
7634         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
7635         return DEF unchanged, not nil.  Simplify.
7637 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
7639         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
7641 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
7643         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
7645         * net-utils.el (ftp, nslookup): Require comint.
7646         (network-service-connection): Likewise.
7647         (whois-server-name): Defaults to whois.arin.net
7648         (whois-server-list, whois-server-tld, whois-guess-server): New var.
7649         (whois): Tries to guess the appropriate top-level domain server.
7650         (whois-get-tld): New function.
7652         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
7653         (dirtrack-debug-toggle): Added this function.
7655 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657         * files.el (find-file-noselect): Switch to the correct buffer
7658         before checking find-file-literally, and allow non-nil non-t
7659         rawfile params.
7661 1998-10-06  Karl Heuer  <kwzh@gnu.org>
7663         * midnight.el (clean-buffer-list): Add autoload cookie.
7665         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
7666         no-autosave.
7667         * tar-mode.el (tar-mode-revert): Likewise.
7668         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
7669         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
7670         * gnus/message.el (message-auto-save-directory): Renamed from
7671         message-autosave-directory.  All references changed.
7673 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
7675         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
7676         string.  Expose mime stuff while searching.
7678 1998-10-06  Richard Stallman  <rms@gnu.org>
7680         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
7682         * replace.el (perform-replace): Position point properly
7683         before and after the recursive edit of C-r.
7685         * progmodes/etags.el (tags-reset-tags-tables): Properly
7686         find the markers in the old rings that are being discarded.
7688 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7690         * apropos.el (apropos-print): control invalid characters.
7692         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7693         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
7694         confusing customize.
7696 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
7698         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
7699         built-in commands.  Add more built-in commands and fix face names.
7701 1998-10-05  Simon Marshall  <simon@gnu.org>
7703         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
7705 1998-10-04  Eric Ludlam  <zappo@gnu.org>
7707         * speedbar.el (speedbar-initial-expansion-list-name): Remove
7708         customization since it is not useful in this case.
7709         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
7710         sure it gets evalled to a number.  Also verify that set-frame-name
7711         fn exists before calling it.
7713         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7714         Protect a `forward-sexp' call which could fail, and improved regex
7715         for ie, and eg abbreviations.
7717 1998-10-02  Noah Friedman  <friedman@splode.com>
7719         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
7720         send-string.
7721         (rlogin-send-Ctrl-D): Here also.
7722         (rlogin-send-Ctrl-Z): Here also.
7723         (rlogin-send-Ctrl-backslash): Here also.
7725 1998-10-02  Dave Love  <fx@gnu.org>
7727         * outline.el (hide-region-body): Bind
7728         outline-view-change-hook to nil while making repeated calls to
7729         outline-flag-region.  Run it once at the end.
7730         (hide-other, hide-sublevels, show-children): Likewise.
7732         * info-look.el: Remove duplicate scheme-mode entry.
7733         (info-lookup-make-completions): When looking for entries, check
7734         that `item' isn't null or "Menu".
7736 1998-10-01  Karl Heuer  <kwzh@gnu.org>
7738         * net-utils.el: Don't require ffap.
7739         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
7740         (ping, nslookup-host, finger, network-connection-to-service): Use them.
7742 1998-09-30  Richard Stallman  <rms@gnu.org>
7744         * ispell.el (check-ispell-version): No need to bind default-major-mode.
7746         * imenu.el (imenu--generic-function): Sort each submenu by position.
7747         (imenu--sort-by-position): New function.
7749         * cus-edit.el (Custom-mode-menu): Fix info node name.
7750         (customize group): Fix info node name.
7752         * mail/mailalias.el (build-mail-aliases): Don't allow
7753         a newline in the alias name.  Don't define an alias
7754         if the definition would be empty.
7756         * which-func.el (which-func-mode-global): Make :set function
7757         more reliable.
7759         * custom.el (custom-set-variables): Load the requests first,
7760         then check the symbol's `set' function.
7762         * ffap.el: Doc fixes.
7764 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7766         * gnus.el: (gnus-valid-select-methods): Fix type.
7767         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
7768         * gnus-score.el (gnus-orphan-score): Fix type.
7769         (gnus-score-default-header, gnus-score-default-type): Fix type.
7770         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
7771         (gnus-saved-headers): Fix type.
7773         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
7774         Avoid nil value of `two-lines-citation-part'.
7776 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
7778         * which-func.el (which-function): Handle case when
7779         (car imenu--index-alist) is nil.
7781 1998-09-29  Dave Love  <fx@gnu.org>
7783         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
7784         bzip2 args.
7786 1998-09-29  Simon Marshall  <simon@gnu.org>
7788         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
7789         comint-exec-hook.
7791 1998-09-29  Stephen Eglen  <stephen@gnu.org>
7793         * info-look.el: Add support for Octave.
7795 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
7797         * textmodes/reftex.el (reftex-finding-files): New customize group.
7798         (reftex-texpath-environment-variables,
7799         reftex-use-external-file-finders, reftex-external-file-finders,
7800         reftex-search-unrecursed-path-first): New options.
7801         (reftex-process-string, reftex-find-file-externally): New
7802         functions.
7803         (reftex-access-search-path): Execute shell commands to find the
7804         search path.
7805         (reftex-toggle-auto-view-crossref): When turning on, make sure
7806         `reftex-auto-view-crossref' becomes non-nil.
7807         (reftex-abbrev-regexp): Constant removed.
7808         (reftex-convert-string): Abbrev regexp calculated locally.
7810 1998-09-28  Dave Love  <fx@gnu.org>
7812         * progmodes/fortran.el: Don't call regexp-opt when deriving
7813         font-lock patterns with keywords that aren't all literal.
7815 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
7817         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
7818         the form `octave.bin:1>' which come from using precopiled binary
7819         versions.
7821 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
7823         * help.el (help-for-help): Use %THIS-KEY%.
7824         (help-quit): Add doc.
7826         * help-macro.el (make-help-screen): Keep HELP-TEXT
7827         in a separate function definition, not in the help command FNAME.
7828         Replace %THIS-KEY% with the key sequence that ran FNAME.
7830 1998-09-25  Richard Stallman  <rms@gnu.org>
7832         * textmodes/texinfo.el (texinfo-show-structure):
7833         Bind inhibit-read-only.
7835         * isearch.el (isearch-search-and-update): Properly
7836         handle upper case letters in the reverse-search special case.
7838 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7840         * gnus.el: Extend the list of autoloaded functions.
7842         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
7843         buffer before creating help group. (from Gnus v5.6.43, fix by
7844         1998-08-20 Per Starback <starback@update.uu.se>)
7846         * gnus-util.el (gnus-output-to-rmail): Adjust to
7847         `rmail-output-to-rmail-file'.
7849 1998-09-25  Karl Heuer  <kwzh@gnu.org>
7851         * hexl.el (hexl-mode-map): More of previous change.
7853         * textmodes/tex-mode.el (tex-run-command): Doc fix.
7854         (tex-start-tex): Don't use tex-start-options-string in star case.
7855         Quote file name in star case as well as in non-star.
7856         Add blank and quoting of option string here.
7857         (tex-start-options-string): Not here.
7859 1998-09-23  Karl Heuer  <kwzh@gnu.org>
7861         * term.el (term-delimiter-argument-list): Doc fix.
7862         (term-emulate-terminal): Escape literal semicolon.
7863         * progmodes/asm-mode.el (asm-mode): Doc fix.
7864         (asm-comment-char): Escape literal semicolon.
7865         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
7867 1998-09-23  Richard Stallman  <rms@gnu.org>
7869         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
7870         only those that normally modify the buffer.
7872         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
7873         over again.
7875 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
7877         * ispell.el (check-ispell-version): Ensure same buffer is current
7878         when let-binding of case-fold-search ends.
7880 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7882         * ps-print.el: Skip invisible overlay.
7883         Test for set-buffer-multibyte rather than using mule-version.
7884         (ps-print-version): New version number (4.1) and doc fix.
7885         (ps-generate-postscript-with-faces): Skip invisible overlay.
7887 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
7889         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
7891 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
7893         * international/quail.el (quail-update-guidance): Check for the
7894         return value of (quail-guidance) fixed.
7895         (quail-update-translation): Bind quail-current-str locally when it
7896         calls quail-update-guidance.
7897         (quail-update-translation): If input-method-exit-on-first-char is
7898         non-nil, terminate translation only when the current input method
7899         is simple.
7901 1998-09-22  Paul Eggert  <eggert@twinsun.com>
7903         * startup.el (locale-translation-file-name): Prefer X-related names
7904         to the name used by GNU/Linux sans X.  Set to nil if no file found.
7905         (command-line): Use locale-translation-file-name if it is not nil,
7906         instead of testing for its existence again.
7907         regexp-quote the ctype before using it in a regexp.
7908         Allow a colon to appear after the ctype in the aliases file,
7909         as is done in X11R6.4.
7911 1998-09-21  Richard Stallman  <rms@gnu.org>
7913         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
7915         * calendar/appt.el (appt-interval): Variable deleted.
7916         (appt-check): For minutes in between appt-display-interval times,
7917         do check, but don't display anything except an updated mode line.
7918         Count against appt-display-interval based on minutes since
7919         first display of this appointment, not based on time of day.
7920         If appt-display-mode-line, force mode line redisplay
7921         whenever appt-mode-string has changed.
7922         (appt-add, appt-delete): Add autoload cookies.
7923         (appt-check): Catch errors from calling `diary'.
7924         (appt-max-time): Renamed from max-time.
7925         (appt-now-displayed, appt-display-count): New variables.
7926         (appt-timer): Don't create one if we already have one.
7928         * textmodes/tex-mode.el (tex-compilation-parse-errors):
7929         More general code to use the source buffer instead of the zap file.
7931         * hilit-chg.el (highlight-compare-with-file): Renamed from
7932         compare-with-file.
7934         * loadhist.el (load-history-loaded): New variable.
7935         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
7937         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
7939         * emacs-lisp/find-func.el (find-function-search-for-symbol):
7940         Fix error messages.
7942 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
7944         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
7945         Emacs frame.
7947 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7949         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
7950         `undecided' and `undecided-unix'.
7952 1998-09-21  Dave Love  <fx@gnu.org>
7954         * help.el (help-make-xrefs): Fix typo affecting Info references.
7956         * subr.el (remove-hook): Check list values to avoid errors.
7958 1998-09-18  Noah Friedman  <friedman@splode.com>
7960         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
7961         store string in eldoc-last-message without consing a new string.
7962         Rearrange logic from nested if's into cond's.
7963         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
7964         Do not print message; just return string.
7965         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
7966         Do not print message; just return string.
7967         Cache that string in eldoc-last-data.
7968         (eldoc-last-data): Make into a vector.
7969         (eldoc-get-fnsym-args-string): Use new data form of structure.
7970         (eldoc-get-var-docstring): Here also.
7971         (eldoc-last-data-store): New function.
7972         (eldoc-get-fnsym-args-string): Use it.
7973         (eldoc-get-var-docstring): Here also.
7974         (eldoc-docstring-first-line): Minimize interim string consing.
7975         Call substitute-command-keys on the result.
7976         (eldoc-print-var-docstrings, eldoc-print-docstring,
7977         eldoc-docstring-message): Functions removed.
7978         (eldoc-docstring-format-sym-doc): New function, functionality
7979         ripped out of eldoc-docstring-message.
7980         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
7982 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
7984         * international/mule.el (make-coding-system): Doc-string modified.
7986 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
7988         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
7990         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
7991         customize type.
7993         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
7994         type.
7996         * progmodes/compile.el (compilation-error-screen-columns): New
7997         variable.
7998         (compilation-next-error-locus): Use it to decide whether to use
7999         forward-char or move-to-column.
8001         * mail/rmail.el (rmail-movemail-program): Fix customize type.
8003         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8004         feedmail-fiddle-plex-user-list,
8005         feedmail-spray-address-fiddle-plex-list,
8006         feedmail-prompt-before-queue-user-alist,
8007         feedmail-prompt-before-queue-help-supplement,
8008         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8009         feedmail-queue-alternative-mail-header-separator): Fix customize
8010         type.
8012         * startup.el (site-run-file): Fix customize type.
8014         * speedbar.el (speedbar-initial-expansion-list-name): Fix
8015         customize type.
8017         * shell.el (shell-input-autoexpand): Fix customize type.
8019         * ps-print.el (ps-font-info-database): Add missing dots in value.
8020         Improve layout of customize type.
8022         * net-utils.el (traceroute-program-options, ping-program-options,
8023         ipconfig-program-options, netstat-program-options,
8024         arp-program-options, route-program-options,
8025         nslookup-program-options, ftp-program-options): Fix customize
8026         type.
8028         * midnight.el (clean-buffer-list-kill-regexps,
8029         clean-buffer-list-kill-buffer-names,
8030         clean-buffer-list-kill-never-buffer-names,
8031         clean-buffer-list-kill-never-regexps): Fix customize type.
8033         * man.el (Man-init-defvars): Avoid trailing nil on
8034         Man-filter-list.
8036         * lpr.el (printer-name): Fix customize type.
8038 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
8040         * international/mule-cmds.el (reset-language-environment): Call
8041         update-coding-systems-internal.
8043         * international/mule-conf.el: Call update-coding-systems-internal
8044         at the tail.
8046 1998-09-14  Dave Love  <fx@gnu.org>
8048         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
8049         use the menu-enable properties, pending doing it correctly and
8050         acceptably fast.
8052         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8054 1998-09-13  Dave Love  <d.love@dl.ac.uk>
8056         * progmodes/hideshow.el (hs-grok-mode-type): Check
8057         comment-{start,end} non-nil as well as bound.  Report an error if
8058         we can't grok the mode.
8060 1998-09-13  Richard Stallman  <rms@gnu.org>
8062         * simple.el (blink-matching-open): Don't log paren matching
8063         messages in *Messages*.
8065 1998-09-12  Richard Stallman  <rms@gnu.org>
8067         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
8068         Set point-before-scroll at end even if there was an error.
8070         * ange-ftp.el (ange-ftp-insert-file-contents):
8071         Use binary mode for dumb-unix hosts as for unix hosts.
8072         (ange-ftp-copy-file-internal): Likewise.
8074         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8076         * emacs-lisp/pp.el: Doc fixes.
8078         * wid-edit.el (widget-menu-max-shortcuts): New variable.
8079         (widget-choose): Don't use single-char shortcuts if # items
8080         exceeds that many.  Use minibuffer instead.
8082 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8084         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8086 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
8088         * speedbar.el (speedbar-frame-mode): Do not set frame position if
8089         in terminal mode.
8091 1998-09-10  Noah Friedman  <friedman@splode.com>
8093         * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8094         defcustom declaration.  It's wreaking too much havoc with XEmacs
8095         and older versions of Emacs, which share this code.
8097         * type-break.el (type-break-mode): Here also.
8099         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8100         `t' to add-hook also to modify the new local value.
8102 1998-09-10  Dave Love  <fx@gnu.org>
8104         * vc.el (vc-insert-headers): Doc fix.
8106 1998-09-10  Richard Stallman  <rms@gnu.org>
8108         * textmodes/flyspell.el (flyspell-mode-on): Make the
8109         ispell-... variables permanent locals.
8110         (flyspell-mode-off): Add autoload cookie.
8112         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8113         do use binary mode, just as for `unix'.
8114         (ange-ftp-host-type): If HOST is nil, return `unix'.
8116         * dired.el (dired-mark-files-containing-regexp):
8117         Don't scan directories.  Ignore non-readable files.
8119         * progmodes/compile.el (compilation-error-regexp-alist):
8120         Fix previous change: allow . and _ in command name.
8122         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8124         * uncompress.el (uncompress-while-visiting):
8125         Use just the car of what find-operation-coding-system returns.
8127         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8129         * shell.el (shell-file-name-quote-list): Add # to the value.
8131 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
8133         * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8134         to make killing of ispell process work even if
8135         kill-all-local-variables has been run.
8137 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8139         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8140         loop when sexp entry ends at end of file with no newline.
8142 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8144         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8145         (Custom-reset-standard): Fix menu inconsistency.
8147         * mail/feedmail.el (feedmail-from-line): Allow t.
8148         (feedmail-message-id-suffix): Allow nil.
8150         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8151         Simplify.  Make prefix arg work right.
8153 1998-09-09  Dave Love  <fx@gnu.org>
8155         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8157         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8159 1998-09-08  Dave Love  <fx@gnu.org>
8161         * add-log.el (change-log-font-lock-keywords): Do parenthesized
8162         stuff only after file names or at start of line.  Allow parens
8163         around e-mail, as well as angles.
8165         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8166         ignore-errors too, eval'd when compile.  Require w3 stuff at load
8167         time for nicer failure if it's not available.
8169 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
8171         * comint.el (comint-arguments): Ignore backslashes when using
8172         w32 shells that expect backslashes as the directory separator.
8174 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
8176         * international/fontset.el (resolved-ascii-font): New variable.
8177         (x-complement-fontset-spec): By side effect, set
8178         `resolved-ascii-font' to the resolved name of ASCII font."
8179         (create-fontset-from-fontset-spec): Don't get a value for
8180         resolved-ascii-font from the list full-fontlist.  It is set by
8181         x-complement-fontset-spec now.
8183         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8184         version, check the value of mule-version.
8186 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
8188         * textmodes/reftex.el (reftex-view-crossref): Split up into
8189         several functions.  No longer moves to find a macro.
8190         (reftex-view-cr-cite, reftex-view-cr-ref,
8191         reftex-end-of-bib-entry): New functions.
8192         (reftex-auto-view-crossref): New value `window' allowed.
8193         (reftex-view-crossref-when-idle): Process new `window' option in
8194         (reftex-translate-to-ascii-function): New default.
8195         (reftex-label-illegal-re): Default changed, removed Latin1.
8196         (reftex-latin1-to-ascii): New function.
8197         (reftex-what-environment): Check for section regexp before use.
8198         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8199         absolute path names.
8200         (reftex-TeX-master-file): Changed sequence of file checks.
8201         (reftex-do-citation): bibview cache only with RefTeX mode on.
8203 1998-09-06  Richard Stallman  <rms@gnu.org>
8205         * progmodes/compile.el (compilation-error-regexp-alist):
8206         In first pattern (GNU utilities and other things),
8207         allow a space after the optional program name at the beginning.
8209         * mail/mail-hist.el (mail-hist-current-header-contents):
8210         Fix previous change: use mail-header-end.
8212 1998-09-06  Bill Richter  <richter@math.nwu.edu>
8214         * international/ccl.el: Doc fixes.
8215         * international/encoded-kb.el: Doc fixes.
8216         * international/fontset.el: Doc fixes.
8217         * international/kinsoku.el: Doc fixes.
8218         * international/kkc.el: Doc fixes.
8219         * international/mule-cmds.el: Doc fixes.
8220         * international/mule-conf.el: Doc fixes.
8221         * international/mule-util.el: Doc fixes.
8222         * international/mule.el: Doc fixes.
8224 1998-09-05  Eric Ludlam  <zappo@gnu.org>
8226         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8227         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8228         (checkdoc-this-string-valid-engine): Permit ? as terminating
8229         punctuation for first line sentence breaking.
8230         (checkdoc-this-string-valid): When converting a comment into a doc
8231         string, make sure " chars are \".
8232         (checkdoc-sentencespace-region-engine): Only do double space check
8233         if based on the variable `sentence-end-double-space'
8234         (checkdoc-this-string-valid-engine): ? ends valid sentence.
8235         (checkdoc-proper-noun-region-engine): Exclude items in URLs
8237 1998-09-04  Richard Stallman  <rms@gnu.org>
8239         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8240         Recognize define-skeleton as a function definer.
8242         * cus-edit.el (customize-option): Refuse to customize
8243         a variable that has no defcustom.  But if variable is autoloaded,
8244         first try to load the library that defines it.
8246         * international/iso-insert.el: Use `string' before calling `insert'
8247         so that in multibyte buffers we insert multibyte chars.
8249         * dired.el (dired-mark-files-containing-regexp):
8250         Don't use find-file; instead, insert the file in a temp buffer.
8252         * textmodes/tex-mode.el (tex-start-options-string): New option.
8253         (tex-start-tex): Use that variable.
8255         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8256         value in the `repeat' alternative a list.
8258         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8259         the inserted newline, verify that one was really inserted.
8261         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8262         remains on or remains off.
8263         (flyspell-multi-language-p): Default changed to nil.
8265         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8266         In "found in comment" case, don't beginning-of-line after forward-line.
8268         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8269         If the function definition is not a lambda, return original FORM
8270         with no error.
8272 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
8274         * net-utils.el (netstat-program-options): Changed from nil to "-a"
8275         so that by default netstat shows all network connections.
8277 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
8279         * international/quail.el: Doc fixes.
8281         * info.el (info): Don't add parens if FILE already has them.
8283 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
8285         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8286         on extension lines.
8288 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
8290         * w32-fns.el (w32-shell-dos-semantics): New function.
8292 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
8294         * international/quail.el (quail-choose-completion-string): Store
8295         completion `choice' in `quail-current-str'; don't insert it.
8297 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
8299         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
8300         argument to ps-mule-generate-bitmap-font.
8302         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8303         entry and change Latin-1 entry in the default value.
8304         (ps-mule-font-info-database-ps-bdf): New variable.
8305         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8306         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8307         registerd in FONT-SPEC.
8308         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8309         charcter width of bitmap fonts.
8310         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8311         procedure NF.
8312         (ps-begin-file): Output PostScript code for setting
8313         SpaceWidthRatio.
8314         (ps-plot-region): Use line-beginning-position to get a position of
8315         the beginning of the current line.
8317         * international/mule-cmds.el (register-input-method): Doc-string
8318         modified.
8320 1998-09-01  Dave Love  <fx@gnu.org>
8322         * international/mule-cmds.el (current-language-environment): Fix
8323         setter function.
8325 1998-09-01  Simon Marshall  <simon@gnu.org>
8327         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8328         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8329         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8330         names with font-lock-type-face.  Fontify type specs, etc., with
8331         font-lock-keyword-face.
8333 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
8335         * international/fontset.el (x-complement-fontset-spec): If ASCII
8336         font is specified in FONTLIST, don't substitute it for the
8337         resolved name.
8339 1998-08-31  Paul Eggert  <eggert@twinsun.com>
8341         * international/mule.el (charset-description): Doc fix.
8343         * language/chinese.el, language/cyrillic.el, language/czech.el,
8344         language/devanagari.el, language/ethiopic.el,
8345         language/european.el, language/hebrew.el, language/indian.el,
8346         language/japanese.el, language/korean.el, language/lao.el,
8347         language/slovak.el, language/thai.el, language/tibetan.el,
8348         language/vietnamese.el:
8349         Add coding: local variable, to avoid bootstrapping problem
8350         if you need to recompile all the Lisp files using interpreted code.
8352 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8354         * cal-china.el (chinese-year-cache): Change range of years from
8355         1989-2000 to 1990-2010.
8357 1998-08-29  Dave Love  <d.love@dl.ac.uk>
8359         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8360         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8362 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8364         * ps-print.el (ps-print-control-characters): Doc-string modified.
8365         (ps-output-string-prim): Comment format changed.
8366         (ps-do-despool): Indentation of source code changed.
8368 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
8370         * subr.el (sref): Make it an alias of aref.  Make the
8371         byte-compiler warn that it is obsolete.
8372         (char-bytes): Make the byte-compiler warn that it is obsolete.
8374         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8375         Calculate the total bytes using position-bytes instead of
8376         char-bytes.
8378 1998-08-27  Karl Heuer  <kwzh@gnu.org>
8380         * snmp-mode.el: New file.
8381         * files.el (auto-mode-alist): Add snmp-mode patterns.
8383 1998-08-27  Karl Eichwalder  <ke@suse.de>
8385         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8387 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8389         * calendar/diary-lib.el (diary-block): Doc fix..
8390         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8392 1998-08-27  Richard Stallman  <rms@gnu.org>
8394         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8395         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8396         Clear appt-mode-string if we don't put something in it.
8398 1998-08-27  Dave Love  <fx@gnu.org>
8400         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8401         dired-local-variables-file for dired-x.
8403         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8404         for compressed library files too.
8406 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
8408         * language/european.el ("Latin-1"): Modify `documentation' key value.
8409         ("Latin-2"): Likewise.
8411 1998-08-26  Karl Heuer  <kwzh@gnu.org>
8413         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8415 1998-08-26  Albert L. Ting  <alt@artisan.com>
8417         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8418         (mail-hist-current-header-contents): Use mail-text-start.
8420 1998-08-26  Richard Stallman  <rms@gnu.org>
8422         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8423         (customize-changed-options-previous-release): New variable.
8424         (customize-changed-options): Use that variable as default arg.
8426 1998-08-26  Karl Eichwalder  <ke@suse.de>
8428         * midnight.el: Require `timer' not only when compiling.
8430 1998-08-26  Per Starback  <starback@update.uu.se>
8432         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8433         buffer before creating help group.
8435 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8438         coding-system-for-write before saving.
8440 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
8442         * isearch.el (isearch-forward): Doc fix.
8444 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
8446         * emacs-lisp/find-func.el: Fix :version tags to have a string
8447         value, not a float.
8449         * cus-dep.el: Fix typo in output.
8451 1998-08-25  Dave Love  <fx@gnu.org>
8453         * repeat.el (repeat): Doc fix.
8454         [From rms:]
8455         (repeat-previous-repeated-command): New variable.
8456         (repeat): Check for real-last-command being null or repeat.  Set
8457         repeat-previous-repeated-command.
8459         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8461 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
8463         * gnus/message.el (message-send-mail-with-sendmail): Bind
8464         coding-system-for-write by the return value of
8465         select-message-coding-system.
8466         (message-send-mail-with-qmail): Likewise.
8468 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
8470         * emacs-lisp/autoload.el: Fix doc-string-elt property on
8471         define-derived-mode.
8473         * files.el (file-name-invalid-regexp):
8474         Fix regex for ms-dos without long file names.
8476 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8478         * ps-print.el: Multi-byte buffer handling.
8479         (ps-print-version): New version number (4.0) and doc fix.
8480         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8481         compilation for GNU Emacs and emacsens.
8482         (ps-generate-postscript-with-faces): Force invisible text to be
8483         visible.
8484         (dos-ps-printer): New var to avoid compilation gripes.
8486 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8488         * ps-print.el (ps-mule-plot-string): Pay attention to the case
8489         that no more characters can't be printed in the current line.
8491 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8493         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8494         greater than TO.
8496 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8498         * ps-print.el: Add codes to make ps-print.el work also on Emacs
8499         20.2 and the earlier version.
8500         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8501         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8502         (ps-mule-find-wrappoint): Likewise.
8503         (ps-mule-generate-font): Change `X' to `x' in format
8504         control-string.
8505         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8506         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8507         `restore' form procedures `BC' and `EC'.
8509 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
8511         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8512         is an executable procedure.  Make LineThickness, Xshadow, and
8513         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
8514         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8515         ps-mule-font-info-database-bdf): New vars.
8516         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8517         (ccl-encode-ethio-unicode): New CCL program.
8518         (ps-mule-encode-ethiopic): New fun.
8519         (ps-mule-current-charset): New var.
8520         (ps-mule-get-font-spec, ps-mule-font-spec-src,
8521         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8522         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8523         (ps-mule-external-libraries): New var.
8524         (ps-mule-init-external-library): New fun.
8525         (ps-mule-font-cache): New var.
8526         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8527         (ps-last-font): New var.
8528         (ps-mule-prepare-font): New fun.
8529         (ps-mule-charset-list): New var.
8530         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8531         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8532         ps-mule-plot-string): New funs.
8533         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8534         New vars.
8535         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8536         ps-mule-prepare-cmpchar-font): New funs.
8537         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8538         vars.
8539         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8540         ps-mule-generate-bitmap-glyph): New funs.
8541         (ps-mule-initialize, ps-mule-begin): New funs.
8542         (ps-output-string-prim): Insert string as unibyte.
8543         (ps-output-prologue): New fun.
8544         (ps-flush-output): Handle the case of 'prologue.
8545         (ps-begin-file): Call ps-mule-initialize.
8546         (ps-begin-job): Set ps-control-or-escape-regexp differently if
8547         printing multibyte characters.
8548         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
8549         (ps-basic-plot-string): Handle the case of printing ASCII
8550         characters by external libraries (e.g. BDF).
8551         (ps-set-font): Set ps-last-font.
8552         (ps-plot-region): Handle multibyte characters, use
8553         ps-mule-plot-string for them.
8554         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
8556         * bdf.el: New file.
8558 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
8560         * international/mule-cmds.el (select-message-coding-system): New
8561         function.
8562         (set-language-environment-coding-systems): Set
8563         default-sendmail-coding-system.
8565         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
8566         (default-sendmail-coding-system): New variable.
8567         (sendmail-send-it): Encode the message by a coding system
8568         select-message-coding-system returns.
8570 1998-08-23  Eric Ludlam  <zappo@gnu.org>
8572         * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
8573         (speedbar-mode): Set buffer to read only.
8574         (speedbar-temp-buffer-show-function): For emacs don't call hook
8575         with arguments.
8576         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
8578 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
8580         * speedbar.el (speedbar-key-map): Fix typo.
8582 See ChangeLog.7 for earlier changes.